Showing source for: https://alburypinatacompany.com/
Duration: 0.369347s
Server: cloudflare

<!doctype html>
<html lang="en-US">
<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.4",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(){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][data-rocket-src]").forEach(e=>{let r=e.getAttribute("data-rocket-src");if(r&&0!==r.indexOf("data:")){0===r.indexOf("//")&&(r=location.protocol+r);try{let i=new URL(r).origin;i!==location.origin&&t.push({src:i,crossOrigin:e.crossOrigin||"module"===e.getAttribute("data-rocket-type")})}catch(n){}}}),t=[...new Map(t.map(t=>[JSON.stringify(t),t])).values()],this._batchInjectResourceHints(t,"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._pendingWebpackRequests(this),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){if(await this._littleBreath(),!0===t.noModule&&"noModule"in HTMLScriptElement.prototype){t.setAttribute("data-rocket-status","skipped");return}return new Promise(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()}}:e=>{function r(){t.setAttribute("data-rocket-status","failed"),e()}try{let i=t.getAttribute("data-rocket-type"),n=t.getAttribute("data-rocket-src");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(){let t={};function e(e,r){!function e(r){!t[r]&&(t[r]={originalFunctions:{add:r.addEventListener,remove:r.removeEventListener},eventsToRewrite:[]},r.addEventListener=function(){arguments[0]=i(arguments[0]),t[r].originalFunctions.add.apply(r,arguments)},r.removeEventListener=function(){arguments[0]=i(arguments[0]),t[r].originalFunctions.remove.apply(r,arguments)});function i(e){return t[r].eventsToRewrite.indexOf(e)>=0?"rocket-"+e:e}}(e),t[e].eventsToRewrite.push(r)}function r(t,e){let r=t[e];Object.defineProperty(t,e,{get:()=>r||function(){},set(i){t["rocket"+e]=r=i}})}e(document,"DOMContentLoaded"),e(window,"DOMContentLoaded"),e(window,"load"),e(window,"pageshow"),e(document,"readystatechange"),r(document,"onreadystatechange"),r(window,"onload"),r(window,"onpageshow")}_delayJQueryReady(t){let e;function r(t){return t.split(" ").map(t=>"load"===t||0===t.indexOf("load.")?"rocket-jquery-load":t).join(" ")}function i(i){if(i&&i.fn&&!t.allJQueries.includes(i)){i.fn.ready=i.fn.init.prototype.ready=function(e){return t.domReadyFired?e.bind(document)(i):document.addEventListener("rocket-DOMContentLoaded",()=>e.bind(document)(i)),i([])};let n=i.fn.on;i.fn.on=i.fn.init.prototype.on=function(){return this[0]===window&&("string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=r(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach(t=>{let e=arguments[0][t];delete arguments[0][t],arguments[0][r(t)]=e})),n.apply(this,arguments),this},t.allJQueries.push(i)}e=i}i(window.jQuery),Object.defineProperty(window,"jQuery",{get:()=>e,set(t){i(t)}})}async _pendingWebpackRequests(t){let e=document.querySelector("script[data-webpack]");async function r(){return new Promise(t=>{e.addEventListener("load",t),e.addEventListener("error",t)})}e&&(await r(),await t._requestAnimFrame(),await t._pendingWebpackRequests(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="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 v21.7 - https://yoast.com/wordpress/plugins/seo/ -->
	<title>xlot1688 สล็อตออนไลน์ ที่ดีที่สุด 2024 เว็บตรง ฝาก-ถอนTrue Wallet</title><link rel="preload" as="font" href="https://alburypinatacompany.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.23.0" crossorigin><link rel="preload" as="font" href="https://fonts.gstatic.com/s/kanit/v15/nKKZ-Go6G5tXcraBGwCYdA.woff2" crossorigin><link rel="preload" as="font" href="https://fonts.gstatic.com/s/kanit/v15/nKKZ-Go6G5tXcraVGwA.woff2" crossorigin><link rel="preload" as="font" href="https://fonts.gstatic.com/s/kanit/v15/nKKU-Go6G5tXcr5KPxWzVaF5NQ.woff2" crossorigin><link rel="preload" as="font" href="https://fonts.gstatic.com/s/kanit/v15/nKKU-Go6G5tXcr5KPxWnVaE.woff2" crossorigin><link rel="preload" as="font" href="https://fonts.gstatic.com/s/kanit/v15/nKKU-Go6G5tXcr4uPhWzVaF5NQ.woff2" crossorigin><link rel="preload" as="font" href="https://fonts.gstatic.com/s/kanit/v15/nKKU-Go6G5tXcr4uPhWnVaE.woff2" crossorigin><link rel="preload" as="font" href="https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4mxK.woff2" crossorigin><style id="wpr-usedcss">img.emoji{display:inline!important;border:none!important;box-shadow:none!important;height:1em!important;width:1em!important;margin:0 .07em!important;vertical-align:-.1em!important;background:0 0!important;padding:0!important}:where(.wp-block-button__link){border-radius:9999px;box-shadow:none;padding:calc(.667em + 2px) calc(1.333em + 2px);text-decoration:none}:where(.wp-block-calendar table:not(.has-background) th){background:#ddd}:where(.wp-block-columns){margin-bottom:1.75em}:where(.wp-block-columns.has-background){padding:1.25em 2.375em}:where(.wp-block-post-comments input[type=submit]){border:none}:where(.wp-block-cover-image:not(.has-text-color)),:where(.wp-block-cover:not(.has-text-color)){color:#fff}:where(.wp-block-cover-image.is-light:not(.has-text-color)),:where(.wp-block-cover.is-light:not(.has-text-color)){color:#000}:where(.wp-block-file){margin-bottom:1.5em}:where(.wp-block-file__button){border-radius:2em;display:inline-block;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-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment)){line-height:1.1}:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)){line-height:1.8}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)){padding:.5em 1em}: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)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content){padding:.5em 1em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}:where(.wp-block-post-excerpt){margin-bottom:var(--wp--style--block-gap);margin-top:var(--wp--style--block-gap)}:where(.wp-block-preformatted.has-background){padding:1.25em 2.375em}:where(.wp-block-pullquote){margin:0 0 1em}:where(.wp-block-search__button){border:1px solid #ccc;padding:6px 10px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper){border:1px solid #949494;box-sizing:border-box;padding:4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input{border:none;border-radius:0;padding:0 4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus{outline:0}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button){padding:4px 8px}:where(.wp-block-term-description){margin-bottom:var(--wp--style--block-gap);margin-top:var(--wp--style--block-gap)}:where(pre.wp-block-verse){font-family:inherit}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}.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}}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, .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)}:where(.is-layout-flex){gap:.5em}:where(.is-layout-grid){gap:.5em}: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}html{line-height:1.15;-webkit-text-size-adjust:100%}*,:after,:before{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,'Noto Sans',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji';font-size:1rem;font-weight:400;line-height:1.5;color:#333;background-color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2{-webkit-margin-before:.5rem;margin-block-start:.5rem;-webkit-margin-after:1rem;margin-block-end:1rem;font-family:inherit;font-weight:500;line-height:1.2;color:inherit}h1{font-size:2.5rem}h2{font-size:2rem}a{background-color:transparent;text-decoration:none;color:#c36}a:active,a:hover{color:#336}a:not([href]):not([tabindex]),a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}strong{font-weight:bolder}sub{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}img{border-style:none;height:auto;max-width:100%}details{display:block}summary{display:list-item}[hidden],template{display:none}@media print{*,:after,:before{background:0 0!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}img,tr{-moz-column-break-inside:avoid;break-inside:avoid}h2{orphans:3;widows:3}h2{-moz-column-break-after:avoid;break-after:avoid}}label{display:inline-block;line-height:1;vertical-align:middle}button,input,optgroup,select,textarea{font-family:inherit;font-size:1rem;line-height:1.5;margin:0}input[type=email],input[type=number],input[type=search],input[type=text],input[type=url],select,textarea{width:100%;border:1px solid #666;border-radius:3px;padding:.5rem 1rem;transition:all .3s}input[type=email]:focus,input[type=number]:focus,input[type=search]:focus,input[type=text]:focus,input[type=url]:focus,select:focus,textarea:focus{border-color:#333}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=submit],button{width:auto;-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}[type=button],[type=submit],button{display:inline-block;font-weight:400;color:#c36;text-align:center;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:transparent;border:1px solid #c36;padding:.5rem 1rem;font-size:1rem;border-radius:3px;transition:all .3s}[type=button]:focus,[type=submit]:focus,button:focus{outline:-webkit-focus-ring-color auto 5px}[type=button]:focus,[type=button]:hover,[type=submit]:focus,[type=submit]:hover,button:focus,button:hover{color:#fff;background-color:#c36;text-decoration:none}[type=button]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto;resize:vertical}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}select{display:block}table{background-color:transparent;width:100%;-webkit-margin-after:15px;margin-block-end:15px;font-size:.9em;border-spacing:0;border-collapse:collapse}table tbody+tbody{-webkit-border-before:2px solid hsla(0,0%,50.2%,.5019607843);border-block-start:2px solid hsla(0,0%,50.2%,.5019607843)}li,ul{-webkit-margin-before:0;margin-block-start:0;-webkit-margin-after:0;margin-block-end:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0}.sticky{position:relative;display:block}.hide{display:none!important}.screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#eee;clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#333;display:block;font-size:1rem;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.site-header{display:flex;flex-wrap:wrap;justify-content:space-between;-webkit-padding-before:1rem;padding-block-start:1rem;-webkit-padding-after:1rem;padding-block-end:1rem;position:relative}.site-navigation-toggle-holder{display:flex;align-items:center;justify-content:flex-end;flex-grow:1;max-width:20%;padding:8px 15px}.site-navigation-toggle-holder .site-navigation-toggle{display:flex;align-items:center;justify-content:center;font-size:22px;padding:.25em;cursor:pointer;border:0 solid;border-radius:3px;background-color:rgba(0,0,0,.05);color:#494c4f}.site-navigation-toggle-holder.elementor-active .site-navigation-toggle i:before{content:"\e87f"}.site-navigation-dropdown{-webkit-margin-before:10px;margin-block-start:10px;transition:max-height .3s,transform .3s;transform-origin:top;position:absolute;bottom:0;left:0;z-index:10000;width:100%}.site-navigation-toggle-holder:not(.elementor-active)+.site-navigation-dropdown{transform:scaleY(0);max-height:0}.site-navigation-toggle-holder.elementor-active+.site-navigation-dropdown{transform:scaleY(1);max-height:100vh}.site-navigation-dropdown ul{padding:0}.site-navigation-dropdown ul.menu{position:absolute;width:100%;padding:0;margin:0;background:#fff}.site-navigation-dropdown ul.menu li{display:block;width:100%;position:relative}.site-navigation-dropdown ul.menu li a{display:block;padding:20px;background:#fff;color:#55595c;box-shadow:inset 0 -1px 0 rgba(0,0,0,.1019607843)}.site-navigation-dropdown ul.menu>li li{transition:max-height .3s,transform .3s;transform-origin:top;transform:scaleY(0);max-height:0}.site-navigation-dropdown ul.menu li.elementor-active>ul>li{transform:scaleY(1);max-height:100vh}.site-header:not(.dynamic-header){-webkit-margin-start:auto;margin-inline-start:auto;-webkit-margin-end:auto;margin-inline-end:auto;width:100%}@media (max-width:575px){.site-header:not(.dynamic-header){-webkit-padding-start:10px;padding-inline-start:10px;-webkit-padding-end:10px;padding-inline-end:10px}}@media (min-width:576px){.site-header:not(.dynamic-header){max-width:500px}}@media (min-width:768px){.site-header:not(.dynamic-header){max-width:600px}}@media (min-width:992px){.site-header:not(.dynamic-header){max-width:800px}}@media (min-width:1200px){.site-header:not(.dynamic-header){max-width:1140px}}.site-header+.elementor{min-height:calc(100vh - 320px)}.dialog-widget-content{background-color:var(--e-a-bg-default);position:absolute;border-radius:3px;box-shadow:2px 8px 23px 3px rgba(0,0,0,.2);overflow:hidden}.dialog-message{line-height:1.5;box-sizing:border-box}.dialog-close-button{cursor:pointer;position:absolute;margin-top:15px;right:15px;color:var(--e-a-color-txt);font-size:15px;line-height:1;transition:var(--e-a-transition-hover)}.dialog-close-button:hover{color:var(--e-a-color-txt-hover)}.dialog-prevent-scroll{overflow:hidden;max-height:100vh}.dialog-type-lightbox{position:fixed;height:100%;width:100%;bottom:0;left:0;background-color:rgba(0,0,0,.8);z-index:9999;-webkit-user-select:none;-moz-user-select:none;user-select:none}.dialog-type-alert .dialog-widget-content,.dialog-type-confirm .dialog-widget-content{margin:auto;width:400px;padding:20px}.dialog-type-alert .dialog-header,.dialog-type-confirm .dialog-header{font-size:15px;font-weight:500}.dialog-type-alert .dialog-header:after,.dialog-type-confirm .dialog-header:after{content:"";display:block;border-block-end:var(--e-a-border);padding-block-end:10px;margin-block-end:10px;margin-inline-start:-20px;margin-inline-end:-20px}.dialog-type-alert .dialog-message,.dialog-type-confirm .dialog-message{min-height:50px}.dialog-type-alert .dialog-buttons-wrapper,.dialog-type-confirm .dialog-buttons-wrapper{padding-block-start:10px;display:flex;justify-content:flex-end;gap:15px}.dialog-type-alert .dialog-buttons-wrapper .dialog-button,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button{font-size:12px;font-weight:500;line-height:1.2;padding:8px 16px;outline:0;border:none;border-radius:var(--e-a-border-radius);background-color:var(--e-a-btn-bg);color:var(--e-a-btn-color-invert);transition:var(--e-a-transition-hover)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover{border:none}.dialog-type-alert .dialog-buttons-wrapper .dialog-button:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover{background-color:var(--e-a-btn-bg-hover);color:var(--e-a-btn-color-invert)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button:active,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:active{background-color:var(--e-a-btn-bg-active)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button:not([disabled]),.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:not([disabled]){cursor:pointer}.dialog-type-alert .dialog-buttons-wrapper .dialog-button:disabled,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:disabled{background-color:var(--e-a-btn-bg-disabled);color:var(--e-a-btn-color-disabled)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button:not(.elementor-button-state) .elementor-state-icon,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:not(.elementor-button-state) .elementor-state-icon{display:none}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt{background:0 0;color:var(--e-a-color-txt)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt:hover{background:var(--e-a-bg-hover);color:var(--e-a-color-txt-hover)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:disabled,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:disabled,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:disabled,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt:disabled{background:0 0;color:var(--e-a-color-txt-disabled)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-success,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-success,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-success{background-color:var(--e-a-btn-bg-success)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-success:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-success:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-success:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-success:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-success:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-success:hover{background-color:var(--e-a-btn-bg-success-hover)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary{background-color:var(--e-a-btn-bg-primary);color:var(--e-a-btn-color)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary:hover{background-color:var(--e-a-btn-bg-primary-hover);color:var(--e-a-btn-color)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt{background:0 0;color:var(--e-a-color-primary-bold)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:hover{background:var(--e-a-bg-primary)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro{background-color:var(--e-a-btn-bg-accent)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro:hover{background-color:var(--e-a-btn-bg-accent-hover)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:active,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:active,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent:active,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro:active{background-color:var(--e-a-btn-bg-accent-active)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-warning,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-warning,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-warning{background-color:var(--e-a-btn-bg-warning)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-warning:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-warning:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-warning:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-warning:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-warning:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-warning:hover{background-color:var(--e-a-btn-bg-warning-hover)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger{background-color:var(--e-a-btn-bg-danger)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger:hover{background-color:var(--e-a-btn-bg-danger-hover)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button i,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button i{margin-inline-end:5px}.dialog-type-alert .dialog-buttons-wrapper .dialog-button:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button:visited,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:visited{color:initial}.flatpickr-calendar{width:280px}.elementor-screen-only,.screen-reader-text,.screen-reader-text span{position:absolute;top:-10000em;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.elementor *,.elementor :after,.elementor :before{box-sizing:border-box}.elementor a{box-shadow:none;text-decoration:none}.elementor img{height:auto;max-width:100%;border:none;border-radius:0;box-shadow:none}.elementor embed,.elementor iframe,.elementor object,.elementor video{max-width:100%;width:100%;margin:0;line-height:1;border:none}.elementor .elementor-background-video-container{height:100%;width:100%;top:0;left:0;position:absolute;overflow:hidden;z-index:0;direction:ltr}.elementor .elementor-background-video-container{transition:opacity 1s;pointer-events:none}.elementor .elementor-background-video-container.elementor-loading{opacity:0}.elementor .elementor-background-video-embed{max-width:none}.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.elementor .elementor-background-overlay,.elementor .elementor-background-slideshow{height:100%;width:100%;top:0;left:0;position:absolute}.elementor .elementor-background-slideshow{z-index:0}.elementor .elementor-background-slideshow__slide__image{width:100%;height:100%;background-position:50%;background-size:cover}.elementor-widget-wrap .elementor-element.elementor-widget__width-initial{max-width:100%}.elementor-element{--flex-direction:initial;--flex-wrap:initial;--justify-content:initial;--align-items:initial;--align-content:initial;--gap:initial;--flex-basis:initial;--flex-grow:initial;--flex-shrink:initial;--order:initial;--align-self:initial;flex-basis:var(--flex-basis);flex-grow:var(--flex-grow);flex-shrink:var(--flex-shrink);order:var(--order);align-self:var(--align-self)}.elementor-element:where(.e-con-full,.elementor-widget){flex-direction:var(--flex-direction);flex-wrap:var(--flex-wrap);justify-content:var(--justify-content);align-items:var(--align-items);align-content:var(--align-content);gap:var(--gap)}.elementor-invisible{visibility:hidden}.elementor-ken-burns{transition-property:transform;transition-duration:10s;transition-timing-function:linear}.elementor-ken-burns--out{transform:scale(1.3)}.elementor-ken-burns--active{transition-duration:20s}.elementor-ken-burns--active.elementor-ken-burns--out{transform:scale(1)}.elementor-ken-burns--active.elementor-ken-burns--in{transform:scale(1.3)}:root{--page-title-display:block}.elementor-section{position:relative}.elementor-section .elementor-container{display:flex;margin-right:auto;margin-left:auto;position:relative}@media (max-width:1024px){.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial{max-width:100%}.elementor-section .elementor-container{flex-wrap:wrap}}.elementor-section.elementor-section-stretched{position:relative;width:100%}.elementor-widget-wrap{position:relative;width:100%;flex-wrap:wrap;align-content:flex-start}.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap{display:flex}.elementor-widget-wrap>.elementor-element{width:100%}.elementor-widget-wrap.e-swiper-container{width:calc(100% - (var(--e-column-margin-left,0px) + var(--e-column-margin-right,0px)))}.elementor-widget{position:relative}.elementor-widget:not(:last-child){margin-bottom:20px}.elementor-widget:not(:last-child).elementor-widget__width-initial{margin-bottom:0}.elementor-column{position:relative;min-height:1px;display:flex}.elementor-column-wrap{width:100%;position:relative;display:flex}.elementor-column-gap-default>.elementor-column>.elementor-element-populated{padding:10px}.elementor-inner-section .elementor-column-gap-no .elementor-element-populated{padding:0}@media (min-width:768px){.elementor-column.elementor-col-25{width:25%}.elementor-column.elementor-col-33{width:33.333%}.elementor-column.elementor-col-50{width:50%}.elementor-column.elementor-col-100{width:100%}}@media (min-width:1025px){#elementor-device-mode:after{content:"desktop"}}@media (min-width:-1){#elementor-device-mode:after{content:"widescreen"}}@media (max-width:-1){#elementor-device-mode:after{content:"laptop";content:"tablet_extra"}}@media (max-width:1024px){#elementor-device-mode:after{content:"tablet"}}@media (max-width:-1){#elementor-device-mode:after{content:"mobile_extra"}}@media (max-width:767px){table table{font-size:.8em}.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial{max-width:100%}.elementor-column{width:100%}#elementor-device-mode:after{content:"mobile"}}.e-con{--border-radius:0;--border-block-start-width:0px;--border-inline-end-width:0px;--border-block-end-width:0px;--border-inline-start-width:0px;--border-style:initial;--border-color:initial;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--content-width:min(100%,var(--container-max-width,1140px));--width:100%;--min-height:initial;--height:auto;--text-align:initial;--margin-block-start:0;--margin-inline-end:0;--margin-block-end:0;--margin-inline-start:0;--padding-block-start:var(--container-default-padding-block-start,10px);--padding-inline-end:var(--container-default-padding-inline-end,10px);--padding-block-end:var(--container-default-padding-block-end,10px);--padding-inline-start:var(--container-default-padding-inline-start,10px);--position:relative;--z-index:revert;--overflow:visible;--gap:var(--widgets-spacing,20px);--overlay-mix-blend-mode:initial;--overlay-opacity:1;--overlay-transition:0.3s;--e-con-grid-template-columns:repeat(3,1fr);--e-con-grid-template-rows:repeat(2,1fr);position:var(--position);width:var(--width);min-width:0;min-height:var(--min-height);height:var(--height);border-radius:var(--border-radius);margin-block-start:var(--bc-margin-block-start,var(--margin-block-start));margin-inline-end:var(--bc-margin-inline-end,var(--margin-inline-end));margin-block-end:var(--bc-margin-block-end,var(--margin-block-end));margin-inline-start:var(--bc-margin-inline-start,var(--margin-inline-start));padding-inline-start:var(--bc-padding-inline-start,var(--padding-inline-start));padding-inline-end:var(--bc-padding-inline-end,var(--padding-inline-end));z-index:var(--z-index);overflow:var(--overflow);transition:background var(--background-transition,.3s),border var(--border-transition,.3s),box-shadow var(--border-transition,.3s),transform var(--e-con-transform-transition-duration,.4s)}.e-con>.e-con-inner{text-align:var(--text-align);padding-block-start:var(--bc-padding-block-start,var(--padding-block-start));padding-block-end:var(--bc-padding-block-end,var(--padding-block-end))}.e-con,.e-con>.e-con-inner{display:var(--display)}.e-con>.e-con-inner{gap:var(--gap);width:100%;max-width:var(--content-width);margin:0 auto;padding-inline-start:0;padding-inline-end:0;height:100%}:is(.elementor-section-wrap,[data-elementor-id])>.e-con{--margin-inline-end:auto;--margin-inline-start:auto;max-width:min(100%,var(--width))}.e-con .elementor-widget.elementor-widget{margin-block-end:0}.e-con:before,.e-con>.elementor-background-slideshow:before,.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{content:var(--background-overlay);display:block;position:absolute;mix-blend-mode:var(--overlay-mix-blend-mode);opacity:var(--overlay-opacity);transition:var(--overlay-transition,.3s);border-radius:var(--border-radius);border-style:var(--border-style);border-color:var(--border-color);border-block-start-width:var(--border-block-start-width);border-inline-end-width:var(--border-inline-end-width);border-block-end-width:var(--border-block-end-width);border-inline-start-width:var(--border-inline-start-width);top:calc(0px - var(--border-block-start-width));left:calc(0px - var(--border-inline-start-width));width:max(100% + var(--border-inline-end-width) + var(--border-inline-start-width),100%);height:max(100% + var(--border-block-start-width) + var(--border-block-end-width),100%)}.e-con:before{transition:background var(--overlay-transition,.3s),border-radius var(--border-transition,.3s),opacity var(--overlay-transition,.3s)}.e-con>.elementor-background-slideshow,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container{border-radius:var(--border-radius);border-style:var(--border-style);border-color:var(--border-color);border-block-start-width:var(--border-block-start-width);border-inline-end-width:var(--border-inline-end-width);border-block-end-width:var(--border-block-end-width);border-inline-start-width:var(--border-inline-start-width);top:calc(0px - var(--border-block-start-width));left:calc(0px - var(--border-inline-start-width));width:max(100% + var(--border-inline-end-width) + var(--border-inline-start-width),100%);height:max(100% + var(--border-block-start-width) + var(--border-block-end-width),100%)}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{z-index:1}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-slideshow:before{z-index:2}.e-con .elementor-widget{min-width:0}.e-con .elementor-widget-empty,.e-con .elementor-widget.e-widget-swiper{width:100%}.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,.e-con>.elementor-widget>.elementor-widget-container{height:100%}.e-con.e-con>.e-con-inner>.elementor-widget,.elementor.elementor .e-con>.elementor-widget{max-width:100%}.e-con{--bc-margin-block-start:var(--margin-top);--bc-margin-block-end:var(--margin-bottom);--bc-margin-inline-start:var(--margin-left);--bc-margin-inline-end:var(--margin-right);--bc-padding-block-start:var(--padding-top);--bc-padding-block-end:var(--padding-bottom);--bc-padding-inline-start:var(--padding-left);--bc-padding-inline-end:var(--padding-right)}.elementor-element .elementor-widget-container{transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s)}.elementor-element,.elementor-lightbox{--swiper-theme-color:#000;--swiper-navigation-size:44px;--swiper-pagination-bullet-size:6px;--swiper-pagination-bullet-horizontal-gap:6px}.elementor-lightbox .swiper .swiper-slide figure,.elementor-lightbox .swiper-container .swiper-slide figure{line-height:0}.elementor-element .swiper .elementor-lightbox-content-source,.elementor-element .swiper-container .elementor-lightbox-content-source,.elementor-lightbox .swiper .elementor-lightbox-content-source,.elementor-lightbox .swiper-container .elementor-lightbox-content-source{display:none}.elementor-element .swiper .elementor-swiper-button,.elementor-element .swiper-container .elementor-swiper-button,.elementor-element .swiper-container~.elementor-swiper-button,.elementor-element .swiper~.elementor-swiper-button,.elementor-lightbox .swiper .elementor-swiper-button,.elementor-lightbox .swiper-container .elementor-swiper-button,.elementor-lightbox .swiper-container~.elementor-swiper-button,.elementor-lightbox .swiper~.elementor-swiper-button{position:absolute;display:inline-flex;z-index:1;cursor:pointer;font-size:25px;color:hsla(0,0%,93.3%,.9);top:50%;transform:translateY(-50%)}.elementor-element .swiper .elementor-swiper-button svg,.elementor-element .swiper-container .elementor-swiper-button svg,.elementor-element .swiper-container~.elementor-swiper-button svg,.elementor-element .swiper~.elementor-swiper-button svg,.elementor-lightbox .swiper .elementor-swiper-button svg,.elementor-lightbox .swiper-container .elementor-swiper-button svg,.elementor-lightbox .swiper-container~.elementor-swiper-button svg,.elementor-lightbox .swiper~.elementor-swiper-button svg{fill:hsla(0,0%,93.3%,.9);height:1em;width:1em}.elementor-element .swiper .elementor-swiper-button-prev,.elementor-element .swiper-container .elementor-swiper-button-prev,.elementor-element .swiper-container~.elementor-swiper-button-prev,.elementor-element .swiper~.elementor-swiper-button-prev,.elementor-lightbox .swiper .elementor-swiper-button-prev,.elementor-lightbox .swiper-container .elementor-swiper-button-prev,.elementor-lightbox .swiper-container~.elementor-swiper-button-prev,.elementor-lightbox .swiper~.elementor-swiper-button-prev{left:10px}.elementor-element .swiper .elementor-swiper-button-next,.elementor-element .swiper-container .elementor-swiper-button-next,.elementor-element .swiper-container~.elementor-swiper-button-next,.elementor-element .swiper~.elementor-swiper-button-next,.elementor-lightbox .swiper .elementor-swiper-button-next,.elementor-lightbox .swiper-container .elementor-swiper-button-next,.elementor-lightbox .swiper-container~.elementor-swiper-button-next,.elementor-lightbox .swiper~.elementor-swiper-button-next{right:10px}.elementor-element .swiper .elementor-swiper-button.swiper-button-disabled,.elementor-element .swiper-container .elementor-swiper-button.swiper-button-disabled,.elementor-element .swiper-container~.elementor-swiper-button.swiper-button-disabled,.elementor-element .swiper~.elementor-swiper-button.swiper-button-disabled,.elementor-lightbox .swiper .elementor-swiper-button.swiper-button-disabled,.elementor-lightbox .swiper-container .elementor-swiper-button.swiper-button-disabled,.elementor-lightbox .swiper-container~.elementor-swiper-button.swiper-button-disabled,.elementor-lightbox .swiper~.elementor-swiper-button.swiper-button-disabled{opacity:.3}.elementor-lightbox .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image,.elementor-lightbox .swiper-container .swiper-image-stretch .swiper-slide .swiper-slide-image{width:100%}.elementor-lightbox .swiper .swiper-horizontal>.swiper-pagination-bullets,.elementor-lightbox .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-lightbox .swiper .swiper-pagination-custom,.elementor-lightbox .swiper .swiper-pagination-fraction,.elementor-lightbox .swiper-container .swiper-horizontal>.swiper-pagination-bullets,.elementor-lightbox .swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-lightbox .swiper-container .swiper-pagination-custom,.elementor-lightbox .swiper-container .swiper-pagination-fraction,.elementor-lightbox .swiper-container~.swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-lightbox .swiper-container~.swiper-pagination-custom,.elementor-lightbox .swiper-container~.swiper-pagination-fraction,.elementor-lightbox .swiper~.swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-lightbox .swiper~.swiper-pagination-custom,.elementor-lightbox .swiper~.swiper-pagination-fraction{bottom:5px}.elementor-element .swiper-container.swiper-cube .elementor-swiper-button,.elementor-element .swiper-container.swiper-cube~.elementor-swiper-button,.elementor-element .swiper.swiper-cube .elementor-swiper-button,.elementor-element .swiper.swiper-cube~.elementor-swiper-button,.elementor-lightbox .swiper-container.swiper-cube .elementor-swiper-button,.elementor-lightbox .swiper-container.swiper-cube~.elementor-swiper-button,.elementor-lightbox .swiper.swiper-cube .elementor-swiper-button,.elementor-lightbox .swiper.swiper-cube~.elementor-swiper-button{transform:translate3d(0,-50%,1px)}.elementor-element :where(.swiper-container-horizontal)~.swiper-pagination-bullets,.elementor-lightbox :where(.swiper-container-horizontal)~.swiper-pagination-bullets{bottom:5px;left:0;width:100%}.elementor-element :where(.swiper-container-horizontal)~.swiper-pagination-bullets .swiper-pagination-bullet,.elementor-lightbox :where(.swiper-container-horizontal)~.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.elementor-lightbox :where(.swiper-container-horizontal)~.swiper-pagination-progressbar{width:100%;height:4px;left:0;top:0}.elementor-lightbox.elementor-pagination-position-outside .swiper,.elementor-lightbox.elementor-pagination-position-outside .swiper-container{padding-bottom:30px}.elementor-element.elementor-pagination-position-outside .swiper .elementor-swiper-button,.elementor-element.elementor-pagination-position-outside .swiper-container .elementor-swiper-button,.elementor-element.elementor-pagination-position-outside .swiper-container~.elementor-swiper-button,.elementor-element.elementor-pagination-position-outside .swiper~.elementor-swiper-button,.elementor-lightbox.elementor-pagination-position-outside .swiper .elementor-swiper-button,.elementor-lightbox.elementor-pagination-position-outside .swiper-container .elementor-swiper-button,.elementor-lightbox.elementor-pagination-position-outside .swiper-container~.elementor-swiper-button,.elementor-lightbox.elementor-pagination-position-outside .swiper~.elementor-swiper-button{top:calc(50% - 30px / 2)}.elementor-element .elementor-swiper,.elementor-lightbox .elementor-swiper{position:relative}.elementor-lightbox .elementor-main-swiper{position:static}.elementor-lightbox.elementor-arrows-position-outside .swiper,.elementor-lightbox.elementor-arrows-position-outside .swiper-container{width:calc(100% - 60px)}.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev,.elementor-element.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-prev,.elementor-element.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-prev,.elementor-element.elementor-arrows-position-outside .swiper~.elementor-swiper-button-prev,.elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev,.elementor-lightbox.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-prev,.elementor-lightbox.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-prev,.elementor-lightbox.elementor-arrows-position-outside .swiper~.elementor-swiper-button-prev{left:0}.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-next,.elementor-element.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-next,.elementor-element.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-next,.elementor-element.elementor-arrows-position-outside .swiper~.elementor-swiper-button-next,.elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-next,.elementor-lightbox.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-next,.elementor-lightbox.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-next,.elementor-lightbox.elementor-arrows-position-outside .swiper~.elementor-swiper-button-next{right:0}.elementor-lightbox{--lightbox-ui-color:hsla(0,0%,93.3%,0.9);--lightbox-ui-color-hover:#fff;--lightbox-text-color:var(--lightbox-ui-color);--lightbox-header-icons-size:20px;--lightbox-navigation-icons-size:25px}.elementor-lightbox:not(.elementor-popup-modal) .dialog-header,.elementor-lightbox:not(.elementor-popup-modal) .dialog-message{text-align:center}.elementor-lightbox .dialog-header{display:none}.elementor-lightbox .dialog-widget-content{background:0 0;box-shadow:none;width:100%;height:100%}.elementor-lightbox .dialog-message{animation-duration:.3s;height:100%}.elementor-lightbox .dialog-message.dialog-lightbox-message{padding:0}.elementor-lightbox .dialog-lightbox-close-button{cursor:pointer;position:absolute;font-size:var(--lightbox-header-icons-size);right:.75em;margin-top:13px;padding:.25em;z-index:2;line-height:1;display:flex}.elementor-lightbox .dialog-lightbox-close-button svg{height:1em;width:1em}.elementor-lightbox .dialog-lightbox-close-button,.elementor-lightbox .elementor-swiper-button{color:var(--lightbox-ui-color);transition:all .3s;opacity:1}.elementor-lightbox .dialog-lightbox-close-button svg,.elementor-lightbox .elementor-swiper-button svg{fill:var(--lightbox-ui-color)}.elementor-lightbox .dialog-lightbox-close-button:hover,.elementor-lightbox .elementor-swiper-button:hover{color:var(--lightbox-ui-color-hover)}.elementor-lightbox .dialog-lightbox-close-button:hover svg,.elementor-lightbox .elementor-swiper-button:hover svg{fill:var(--lightbox-ui-color-hover)}.elementor-lightbox .swiper,.elementor-lightbox .swiper-container{height:100%}.elementor-lightbox .elementor-lightbox-item{display:flex;align-items:center;justify-content:center;position:relative;padding:70px;box-sizing:border-box;height:100%;margin:auto}.elementor-lightbox .elementor-lightbox-image{max-height:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none}.elementor-lightbox .elementor-lightbox-image,.elementor-lightbox .elementor-lightbox-image:hover{opacity:1;filter:none;border:none}.elementor-lightbox .elementor-lightbox-image{box-shadow:0 0 30px rgba(0,0,0,.3),0 0 8px -5px rgba(0,0,0,.3);border-radius:2px}.elementor-lightbox .elementor-video-container{width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.elementor-lightbox .elementor-video-container .elementor-video-landscape,.elementor-lightbox .elementor-video-container .elementor-video-portrait,.elementor-lightbox .elementor-video-container .elementor-video-square{width:100%;height:100%;margin:auto}.elementor-lightbox .elementor-video-container .elementor-video-landscape iframe,.elementor-lightbox .elementor-video-container .elementor-video-portrait iframe,.elementor-lightbox .elementor-video-container .elementor-video-square iframe{border:0;background-color:#000}.elementor-lightbox .elementor-video-container .elementor-video-landscape iframe,.elementor-lightbox .elementor-video-container .elementor-video-landscape video,.elementor-lightbox .elementor-video-container .elementor-video-portrait iframe,.elementor-lightbox .elementor-video-container .elementor-video-portrait video,.elementor-lightbox .elementor-video-container .elementor-video-square iframe,.elementor-lightbox .elementor-video-container .elementor-video-square video{aspect-ratio:var(--video-aspect-ratio,1.77777)}@supports not (aspect-ratio:1/1){.elementor-lightbox .elementor-video-container .elementor-video-landscape,.elementor-lightbox .elementor-video-container .elementor-video-portrait,.elementor-lightbox .elementor-video-container .elementor-video-square{position:relative;overflow:hidden;height:0;padding-bottom:calc(100% / var(--video-aspect-ratio,1.77777))}.elementor-lightbox .elementor-video-container .elementor-video-landscape iframe,.elementor-lightbox .elementor-video-container .elementor-video-landscape video,.elementor-lightbox .elementor-video-container .elementor-video-portrait iframe,.elementor-lightbox .elementor-video-container .elementor-video-portrait video,.elementor-lightbox .elementor-video-container .elementor-video-square iframe,.elementor-lightbox .elementor-video-container .elementor-video-square video{position:absolute;top:0;right:0;bottom:0;left:0}}.elementor-lightbox .elementor-video-container .elementor-video-square iframe,.elementor-lightbox .elementor-video-container .elementor-video-square video{width:min(90vh,90vw);height:min(90vh,90vw)}.elementor-lightbox .elementor-video-container .elementor-video-landscape iframe,.elementor-lightbox .elementor-video-container .elementor-video-landscape video{width:100%;max-height:90vh}.elementor-lightbox .elementor-video-container .elementor-video-portrait iframe,.elementor-lightbox .elementor-video-container .elementor-video-portrait video{height:100%;max-width:90vw}@media (min-width:1025px){.elementor-lightbox .elementor-video-container .elementor-video-landscape{width:85vw;max-height:85vh}.elementor-lightbox .elementor-video-container .elementor-video-portrait{height:85vh;max-width:85vw}}@media (max-width:1024px){.elementor-lightbox .elementor-video-container .elementor-video-landscape{width:95vw;max-height:95vh}.elementor-lightbox .elementor-video-container .elementor-video-portrait{height:95vh;max-width:95vw}}.elementor-lightbox .swiper .elementor-swiper-button-prev,.elementor-lightbox .swiper-container .elementor-swiper-button-prev{left:0}.elementor-lightbox .swiper .elementor-swiper-button-next,.elementor-lightbox .swiper-container .elementor-swiper-button-next{right:0}.elementor-lightbox .swiper .swiper-pagination-fraction,.elementor-lightbox .swiper-container .swiper-pagination-fraction{width:-moz-max-content;width:max-content;color:#fff}.elementor-lightbox .elementor-swiper-button:focus{outline-width:1px}.elementor-lightbox .elementor-swiper-button-next,.elementor-lightbox .elementor-swiper-button-prev{height:100%;display:flex;align-items:center;width:15%;justify-content:center;font-size:var(--lightbox-navigation-icons-size)}@media (max-width:767px){.elementor-lightbox .elementor-lightbox-item{padding:70px 0}.elementor-lightbox .elementor-swiper-button:focus{outline:0}.elementor-lightbox .elementor-swiper-button-next,.elementor-lightbox .elementor-swiper-button-prev{width:20%}.elementor-lightbox .elementor-swiper-button-next i,.elementor-lightbox .elementor-swiper-button-prev i{padding:10px;background-color:rgba(0,0,0,.5)}.elementor-lightbox .elementor-swiper-button-prev{left:0;justify-content:flex-start}.elementor-lightbox .elementor-swiper-button-next{right:0;justify-content:flex-end}}.elementor-slideshow__counter{color:currentColor;font-size:.75em;width:-moz-max-content;width:max-content}.elementor-slideshow__footer,.elementor-slideshow__header{position:absolute;left:0;width:100%;padding:15px 20px;transition:.3s}.elementor-slideshow__footer{color:var(--lightbox-text-color)}.elementor-slideshow__header{color:var(--lightbox-ui-color);display:flex;flex-direction:row-reverse;font-size:var(--lightbox-header-icons-size);padding-left:1em;padding-right:2.6em;top:0;align-items:center;z-index:10}.elementor-slideshow__header>i,.elementor-slideshow__header>svg{cursor:pointer;padding:.25em;margin:0 .35em}.elementor-slideshow__header>i{font-size:inherit}.elementor-slideshow__header>i:hover{color:var(--lightbox-ui-color-hover)}.elementor-slideshow__header>svg{box-sizing:content-box;fill:var(--lightbox-ui-color);height:1em;width:1em}.elementor-slideshow__header>svg:hover{fill:var(--lightbox-ui-color-hover)}.elementor-slideshow__header .elementor-slideshow__counter{margin-right:auto}.elementor-slideshow__header .elementor-icon-share{z-index:5}.elementor-slideshow__share-menu{background-color:transparent;width:0;height:0;position:absolute;overflow:hidden;transition:background-color .4s}.elementor-slideshow__share-menu .elementor-slideshow__share-links a{color:#0c0d0e}.elementor-slideshow__share-links{display:block;position:absolute;min-width:200px;right:2.8em;top:3em;background-color:#fff;border-radius:3px;padding:14px 20px;transform:scale(0);opacity:0;transform-origin:90% 10%;transition:all .25s .1s;box-shadow:0 4px 15px rgba(0,0,0,.3)}.elementor-slideshow__share-links a{text-align:left;color:#3f444b;font-size:12px;line-height:2.5;display:block;opacity:0;transition:opacity .5s .1s}.elementor-slideshow__share-links a:hover{color:#000}.elementor-slideshow__share-links a i,.elementor-slideshow__share-links a svg{margin-right:.75em}.elementor-slideshow__share-links a i{font-size:1.25em}.elementor-slideshow__share-links a svg{height:1.25em;width:1.25em}.elementor-slideshow__share-links:before{content:"";display:block;position:absolute;top:1px;right:.5em;border:.45em solid transparent;border-bottom-color:#fff;transform:translateY(-100%) scaleX(.7)}.elementor-slideshow__footer{bottom:0;z-index:5;position:fixed}.elementor-slideshow__description,.elementor-slideshow__title{margin:0}.elementor-slideshow__title{font-size:16px;font-weight:700}.elementor-slideshow__description{font-size:14px}.elementor-slideshow--ui-hidden .elementor-slideshow__footer,.elementor-slideshow--ui-hidden .elementor-slideshow__header{opacity:0;pointer-events:none}.elementor-slideshow--ui-hidden .elementor-swiper-button-next,.elementor-slideshow--ui-hidden .elementor-swiper-button-prev{opacity:0}.elementor-slideshow--fullscreen-mode .elementor-video-container{width:100%}.elementor-slideshow--zoom-mode .elementor-slideshow__footer,.elementor-slideshow--zoom-mode .elementor-slideshow__header{background-color:rgba(0,0,0,.5)}.elementor-slideshow--zoom-mode .elementor-swiper-button-next,.elementor-slideshow--zoom-mode .elementor-swiper-button-prev{opacity:0;pointer-events:none}.elementor-slideshow--share-mode .elementor-slideshow__share-menu{top:0;left:0;width:100vw;height:100vh;opacity:1;cursor:default;background-color:rgba(0,0,0,.5)}.elementor-slideshow--share-mode .elementor-slideshow__share-links{transform:scale(1)}.elementor-slideshow--share-mode .elementor-slideshow__share-links,.elementor-slideshow--share-mode .elementor-slideshow__share-links a{opacity:1}.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-twitter{color:#1da1f2}.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-facebook{color:#3b5998}.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-pinterest{color:#bd081c}.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-download-bold{color:#9da5ae}.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-twitter{fill:#1da1f2}.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-facebook{fill:#3b5998}.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-pinterest{fill:#bd081c}.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-download-bold{fill:#9da5ae}.elementor-slideshow--share-mode .eicon-share-arrow{z-index:2}.animated{animation-duration:1.25s}.animated.reverse{animation-direction:reverse;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.animated{animation:none}}.elementor-shape{overflow:hidden;position:absolute;left:0;width:100%;line-height:0;direction:ltr}.elementor-shape-top{top:-1px}.elementor-shape svg{display:block;width:calc(100% + 1.3px);position:relative;left:50%;transform:translateX(-50%)}.elementor-shape .elementor-shape-fill{fill:#fff;transform-origin:center;transform:rotateY(0)}#wpadminbar *{font-style:normal}.elementor-post__thumbnail__link{transition:none}@media (min-width:1025px) and (max-width:99999px){.elementor .elementor-hidden-desktop{display:none}}:where(.elementor-widget-n-accordion .e-n-accordion-item>.e-con){border:var(--n-accordion-border-width) var(--n-accordion-border-style) var(--n-accordion-border-color)}.elementor-1012 .elementor-element.elementor-element-37a1fdb4 .elementor-heading-title{color:#f7ff00}.elementor-kit-8{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.e-con{--container-max-width:1140px}.elementor-widget:not(:last-child){margin-block-end:20px}.elementor-element{--widgets-spacing:20px 20px}.site-header{padding-inline-end:0px;padding-inline-start: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}}@font-face{font-display:swap;font-family:eicons;src:url(https://alburypinatacompany.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.23.0);src:url(https://alburypinatacompany.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.23.0#iefix) format("embedded-opentype"),url(https://alburypinatacompany.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.23.0) format("woff2"),url(https://alburypinatacompany.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff?5.23.0) format("woff"),url(https://alburypinatacompany.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.ttf?5.23.0) format("truetype"),url(https://alburypinatacompany.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.svg?5.23.0#eicon) format("svg");font-weight:400;font-style:normal}[class*=" eicon-"],[class^=eicon]{display:inline-block;font-family:eicons;font-size:inherit;font-weight:400;font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.eicon-menu-bar:before{content:"\e816"}.eicon-close:before{content:"\e87f"}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-wrapper{transform:translate3d(0,0,0)}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}:root{--swiper-navigation-size:44px}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-bullet:only-child{display:none!important}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:1s linear infinite swiper-preloader-spin}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.elementor-animated-content{--translate:0,0}.elementor-animated-content [class^=elementor-animated-item]{will-change:transform,opacity}.elementor-location-footer:before,.elementor-location-header:before{content:"";display:table;clear:both}.elementor-sticky--active{z-index:99}.e-con.elementor-sticky--active,.e-container.elementor-sticky--active{z-index:var(--z-index,99)}.e-con .e-con.elementor-sticky--active,.e-con .e-container.elementor-sticky--active,.e-container .e-con.elementor-sticky--active,.e-container .e-container.elementor-sticky--active{padding-left:var(--padding-left);padding-right:var(--padding-right)}[data-elementor-type=popup]:not(.elementor-edit-area){display:none}.elementor-popup-modal{display:flex;pointer-events:none;background-color:transparent;-webkit-user-select:auto;-moz-user-select:auto;user-select:auto}.elementor-popup-modal .dialog-buttons-wrapper,.elementor-popup-modal .dialog-header{display:none}.elementor-popup-modal .dialog-close-button{display:none;top:20px;margin-top:0;right:20px;opacity:1;z-index:9999;pointer-events:all}.elementor-popup-modal .dialog-close-button svg{fill:#1f2124;height:1em;width:1em}.elementor-popup-modal .dialog-widget-content{background-color:#fff;width:auto;overflow:visible;max-width:100%;max-height:100%;border-radius:0;box-shadow:none;pointer-events:all}.elementor-popup-modal .dialog-message{width:640px;max-width:100vw;max-height:100vh;padding:0;overflow:auto;display:flex}.elementor-popup-modal .elementor{width:100%}.elementor-motion-effects-element,.elementor-motion-effects-layer{transition-property:transform,opacity;transition-timing-function:cubic-bezier(0,.33,.07,1.03);transition-duration:1s}.elementor-motion-effects-container{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x)}.elementor-motion-effects-layer{position:absolute;top:0;left:0;background-repeat:no-repeat;background-size:cover}.elementor-motion-effects-perspective{perspective:1200px}.elementor-motion-effects-element{transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x)}.elementor-widget-heading .elementor-heading-title{color:var(--e-global-color-primary);font-family:var( --e-global-typography-primary-font-family ),Sans-serif;font-weight:var(--e-global-typography-primary-font-weight)}.elementor-widget-text-editor{color:var(--e-global-color-text);font-family:var( --e-global-typography-text-font-family ),Sans-serif;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-weight:var(--e-global-typography-primary-font-weight)}.elementor-widget-nav-menu .elementor-nav-menu .elementor-item{font-family:var( --e-global-typography-primary-font-family ),Sans-serif;font-weight:var(--e-global-typography-primary-font-weight)}.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.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,.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:hover{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:after,.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before{background-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{font-family:var( --e-global-typography-accent-font-family ),Sans-serif;font-weight:var(--e-global-typography-accent-font-weight)}.elementor-widget-search-form .elementor-lightbox .dialog-lightbox-close-button,.elementor-widget-search-form .elementor-lightbox .dialog-lightbox-close-button:hover{color:var(--e-global-color-text);fill:var(--e-global-color-text)}.elementor-18 .elementor-element.elementor-element-68753ac:not(.elementor-motion-effects-element-type-background),.elementor-18 .elementor-element.elementor-element-68753ac>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(0deg,#ffd8d6 65%,#b86b77 100%)}.elementor-18 .elementor-element.elementor-element-68753ac{transition:background .3s,border .3s,border-radius .3s,box-shadow .3s}.elementor-18 .elementor-element.elementor-element-68753ac>.elementor-background-overlay{transition:background .3s,border-radius .3s,opacity .3s}.elementor-18 .elementor-element.elementor-element-078592a.elementor-column.elementor-element[data-element_type=column]>.elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center}.elementor-18 .elementor-element.elementor-element-078592a.elementor-column>.elementor-widget-wrap{justify-content:center}.elementor-18 .elementor-element.elementor-element-5ac6528{text-align:center;width:var(--container-widget-width,56.025%);max-width:56.025%;--container-widget-width:56.025%;--container-widget-flex-grow:0}.elementor-18 .elementor-element.elementor-element-5ac6528 img{width:100%;max-width:100%}.elementor-18 .elementor-element.elementor-element-29867c3.elementor-column.elementor-element[data-element_type=column]>.elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center}.elementor-18 .elementor-element.elementor-element-29867c3.elementor-column>.elementor-widget-wrap{justify-content:center}.elementor-18 .elementor-element.elementor-element-29867c3>.elementor-element-populated{padding:17px}.elementor-18 .elementor-element.elementor-element-98ba7e6 .elementor-menu-toggle{margin:0 auto}.elementor-18 .elementor-element.elementor-element-98ba7e6 .elementor-nav-menu .elementor-item{font-family:Kanit,Sans-serif;font-size:19px;font-weight:600}.elementor-18 .elementor-element.elementor-element-98ba7e6 .elementor-nav-menu--main .elementor-item{color:#000;fill:#000000}.elementor-18 .elementor-element.elementor-element-98ba7e6 div.elementor-menu-toggle{color:#fff}.elementor-18 .elementor-element.elementor-element-98ba7e6 div.elementor-menu-toggle svg{fill:#FFFFFF}.elementor-18 .elementor-element.elementor-element-65e64a9.elementor-column.elementor-element[data-element_type=column]>.elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center}.elementor-18 .elementor-element.elementor-element-65e64a9.elementor-column>.elementor-widget-wrap{justify-content:space-evenly}.elementor-18 .elementor-element.elementor-element-e1da9bf>.elementor-widget-container{margin:0}.elementor-18 .elementor-element.elementor-element-e1da9bf{width:var(--container-widget-width,48.734%);max-width:48.734%;--container-widget-width:48.734%;--container-widget-flex-grow:0}@media(max-width:1024px){.elementor-18 .elementor-element.elementor-element-5ac6528{width:var(--container-widget-width,216.031px);max-width:216.031px;--container-widget-width:216.031px;--container-widget-flex-grow:0}.elementor-18 .elementor-element.elementor-element-98ba7e6 .elementor-nav-menu .elementor-item{font-size:18px}.elementor-18 .elementor-element.elementor-element-98ba7e6{width:var(--container-widget-width,484.562px);max-width:484.562px;--container-widget-width:484.562px;--container-widget-flex-grow:0}.elementor-18 .elementor-element.elementor-element-e1da9bf img{width:100%}.elementor-18 .elementor-element.elementor-element-e1da9bf{width:var(--container-widget-width,347.391px);max-width:347.391px;--container-widget-width:347.391px;--container-widget-flex-grow:0}}@media(min-width:768px){.elementor-18 .elementor-element.elementor-element-078592a{width:13.367%}.elementor-18 .elementor-element.elementor-element-29867c3{width:61%}.elementor-18 .elementor-element.elementor-element-65e64a9{width:24.946%}}@media(max-width:1024px) and (min-width:768px){.elementor-18 .elementor-element.elementor-element-078592a{width:21%}.elementor-18 .elementor-element.elementor-element-29867c3{width:39%}.elementor-18 .elementor-element.elementor-element-65e64a9{width:40%}}@media(max-width:767px){.elementor-18 .elementor-element.elementor-element-078592a{width:50%}.elementor-18 .elementor-element.elementor-element-5ac6528{text-align:center;width:var(--container-widget-width,99.5px);max-width:99.5px;--container-widget-width:99.5px;--container-widget-flex-grow:0}.elementor-18 .elementor-element.elementor-element-5ac6528 img{width:281px;height:48px}.elementor-18 .elementor-element.elementor-element-29867c3{width:50%}.elementor-18 .elementor-element.elementor-element-98ba7e6 .elementor-nav-menu .elementor-item{font-size:17px}.elementor-18 .elementor-element.elementor-element-65e64a9{width:100%}.elementor-18 .elementor-element.elementor-element-65e64a9.elementor-column.elementor-element[data-element_type=column]>.elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center}.elementor-18 .elementor-element.elementor-element-65e64a9.elementor-column>.elementor-widget-wrap{justify-content:center}.elementor-18 .elementor-element.elementor-element-e1da9bf{text-align:center;width:var(--container-widget-width,180.391px);max-width:180.391px;--container-widget-width:180.391px;--container-widget-flex-grow:0}.elementor-18 .elementor-element.elementor-element-e1da9bf>.elementor-widget-container{margin:0 0 10px}}.elementor-34 .elementor-element.elementor-element-5129b93:not(.elementor-motion-effects-element-type-background),.elementor-34 .elementor-element.elementor-element-5129b93>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(182deg,#ffd8d6 0,#b86b77 74%)}.elementor-34 .elementor-element.elementor-element-5129b93{transition:background .3s,border .3s,border-radius .3s,box-shadow .3s}.elementor-34 .elementor-element.elementor-element-5129b93>.elementor-background-overlay{transition:background .3s,border-radius .3s,opacity .3s}.elementor-34 .elementor-element.elementor-element-c76b9f9.elementor-column.elementor-element[data-element_type=column]>.elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center}.elementor-34 .elementor-element.elementor-element-c76b9f9.elementor-column>.elementor-widget-wrap{justify-content:center}.elementor-34 .elementor-element.elementor-element-52868ff img{width:100%}.elementor-34 .elementor-element.elementor-element-52868ff{width:var(--container-widget-width,111.058%);max-width:111.058%;--container-widget-width:111.058%;--container-widget-flex-grow:0;align-self:center}.elementor-34 .elementor-element.elementor-element-c84f62c.elementor-column.elementor-element[data-element_type=column]>.elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center}.elementor-34 .elementor-element.elementor-element-c84f62c.elementor-column>.elementor-widget-wrap{justify-content:center}.elementor-34 .elementor-element.elementor-element-f727d4d{width:var(--container-widget-width,107.58%);max-width:107.58%;--container-widget-width:107.58%;--container-widget-flex-grow:0}.elementor-34 .elementor-element.elementor-element-c6977d5.elementor-column.elementor-element[data-element_type=column]>.elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center}.elementor-34 .elementor-element.elementor-element-c6977d5.elementor-column>.elementor-widget-wrap{justify-content:center}.elementor-34 .elementor-element.elementor-element-a201fdb:not(.elementor-motion-effects-element-type-background),.elementor-34 .elementor-element.elementor-element-a201fdb>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg,#1b1a19 16%,#000 100%)}.elementor-34 .elementor-element.elementor-element-a201fdb{box-shadow:0 0 5px 0 #f5dc8b;transition:background .3s,border .3s,border-radius .3s,box-shadow .3s}.elementor-34 .elementor-element.elementor-element-a201fdb>.elementor-background-overlay{transition:background .3s,border-radius .3s,opacity .3s}.elementor-34 .elementor-element.elementor-element-0798cd7>.elementor-element-populated{box-shadow:0 0 5px 0 rgba(251,206,0,.5)}.elementor-34 .elementor-element.elementor-element-19b3516.elementor-column.elementor-element[data-element_type=column]>.elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center}.elementor-34 .elementor-element.elementor-element-19b3516>.elementor-element-populated{box-shadow:0 0 5px 0 rgba(251,206,0,.5)}.elementor-34 .elementor-element.elementor-element-e86bc58.elementor-column.elementor-element[data-element_type=column]>.elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center}.elementor-34 .elementor-element.elementor-element-e86bc58>.elementor-element-populated{box-shadow:0 0 5px 0 rgba(251,206,0,.5)}.elementor-34 .elementor-element.elementor-element-5f71b5c>.elementor-element-populated{box-shadow:0 0 5px 0 rgba(251,206,0,.5)}@media(max-width:767px){.elementor-34 .elementor-element.elementor-element-52868ff{width:var(--container-widget-width,86.146px);max-width:86.146px;--container-widget-width:86.146px;--container-widget-flex-grow:0}.elementor-34 .elementor-element.elementor-element-a201fdb,.elementor-34 .elementor-element.elementor-element-a201fdb>.elementor-background-overlay{border-radius:0 0 0 0}.elementor-34 .elementor-element.elementor-element-a201fdb{margin-top:0;margin-bottom:0;padding:0}.elementor-34 .elementor-element.elementor-element-0798cd7{width:25%}.elementor-34 .elementor-element.elementor-element-0798cd7.elementor-column.elementor-element[data-element_type=column]>.elementor-widget-wrap.elementor-element-populated{align-content:flex-end;align-items:flex-end}.elementor-34 .elementor-element.elementor-element-0798cd7>.elementor-element-populated{margin:0;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:13px 0 0}.elementor-34 .elementor-element.elementor-element-19b3516{width:25%}.elementor-34 .elementor-element.elementor-element-19b3516.elementor-column.elementor-element[data-element_type=column]>.elementor-widget-wrap.elementor-element-populated{align-content:flex-end;align-items:flex-end}.elementor-34 .elementor-element.elementor-element-19b3516>.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-34 .elementor-element.elementor-element-19b3516>.elementor-background-slideshow,.elementor-34 .elementor-element.elementor-element-19b3516>.elementor-element-populated,.elementor-34 .elementor-element.elementor-element-19b3516>.elementor-element-populated>.elementor-background-overlay{border-radius:0 0 0 0}.elementor-34 .elementor-element.elementor-element-19b3516>.elementor-element-populated{margin:0;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:13px 0 0}.elementor-34 .elementor-element.elementor-element-e86bc58{width:25%}.elementor-34 .elementor-element.elementor-element-e86bc58.elementor-column.elementor-element[data-element_type=column]>.elementor-widget-wrap.elementor-element-populated{align-content:flex-end;align-items:flex-end}.elementor-34 .elementor-element.elementor-element-e86bc58>.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-34 .elementor-element.elementor-element-e86bc58>.elementor-background-slideshow,.elementor-34 .elementor-element.elementor-element-e86bc58>.elementor-element-populated,.elementor-34 .elementor-element.elementor-element-e86bc58>.elementor-element-populated>.elementor-background-overlay{border-radius:0 0 0 0}.elementor-34 .elementor-element.elementor-element-e86bc58>.elementor-element-populated{margin:0;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:13px 0 0}.elementor-34 .elementor-element.elementor-element-5f71b5c{width:25%}.elementor-34 .elementor-element.elementor-element-5f71b5c.elementor-column.elementor-element[data-element_type=column]>.elementor-widget-wrap.elementor-element-populated{align-content:flex-end;align-items:flex-end}.elementor-34 .elementor-element.elementor-element-5f71b5c>.elementor-element-populated{padding:13px 0 0}}@media(min-width:768px){.elementor-34 .elementor-element.elementor-element-c76b9f9{width:20%}.elementor-34 .elementor-element.elementor-element-c84f62c{width:64.886%}.elementor-34 .elementor-element.elementor-element-c6977d5{width:14.627%}}.elementor-1012 .elementor-element.elementor-element-50eb6fa2{transition:background .3s,border .3s,border-radius .3s,box-shadow .3s}.elementor-1012 .elementor-element.elementor-element-50eb6fa2>.elementor-background-overlay{transition:background .3s,border-radius .3s,opacity .3s}.elementor-1012 .elementor-element.elementor-element-3fc9127e{text-align:center}.elementor-1012 .elementor-element.elementor-element-3fc9127e img{width:100%}.elementor-1012 .elementor-element.elementor-element-67d56dbb:not(.elementor-motion-effects-element-type-background),.elementor-1012 .elementor-element.elementor-element-67d56dbb>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:#ffd8d6}.elementor-1012 .elementor-element.elementor-element-67d56dbb>.elementor-background-overlay{background-color:#000;opacity:0;transition:background .3s,border-radius .3s,opacity .3s}.elementor-1012 .elementor-element.elementor-element-67d56dbb{transition:background .3s,border .3s,border-radius .3s,box-shadow .3s}.elementor-1012 .elementor-element.elementor-element-46cbe030.elementor-column.elementor-element[data-element_type=column]>.elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center}.elementor-1012 .elementor-element.elementor-element-46cbe030.elementor-column>.elementor-widget-wrap{justify-content:center}.elementor-1012 .elementor-element.elementor-element-2b2292d0 img{border-style:solid;border-color:#fa0000;border-radius:25px 25px 25px 25px}.elementor-1012 .elementor-element.elementor-element-4874fd7.elementor-column.elementor-element[data-element_type=column]>.elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center}.elementor-1012 .elementor-element.elementor-element-4874fd7.elementor-column>.elementor-widget-wrap{justify-content:center}.elementor-1012 .elementor-element.elementor-element-4874fd7>.elementor-element-populated>.elementor-background-overlay{background-color:#352D2DF7;opacity:.47}.elementor-1012 .elementor-element.elementor-element-4874fd7>.elementor-element-populated{transition:background .3s,border .3s,border-radius .3s,box-shadow .3s}.elementor-1012 .elementor-element.elementor-element-4874fd7>.elementor-element-populated>.elementor-background-overlay{transition:background .3s,border-radius .3s,opacity .3s}.elementor-1012 .elementor-element.elementor-element-37a1fdb4{text-align:center}.elementor-1012 .elementor-element.elementor-element-37a1fdb4 .elementor-heading-title{font-family:Kanit,Sans-serif;font-size:30px;font-weight:600;-webkit-text-stroke-color:#000;stroke:#000;text-shadow:0 0 10px rgba(0,0,0,.3)}.elementor-1012 .elementor-element.elementor-element-5f8422e0{text-align:center;color:#fbfbfb;font-family:Kanit,Sans-serif;font-size:18px;font-weight:400}.elementor-1012 .elementor-element.elementor-element-5dbad99{padding:20px}.elementor-1012 .elementor-element.elementor-element-531a6e5.elementor-column.elementor-element[data-element_type=column]>.elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center}.elementor-1012 .elementor-element.elementor-element-531a6e5.elementor-column>.elementor-widget-wrap{justify-content:center}.elementor-1012 .elementor-element.elementor-element-85a7ef1{text-align:center;width:var(--container-widget-width,36.872%);max-width:36.872%;--container-widget-width:36.872%;--container-widget-flex-grow:0}.elementor-1012 .elementor-element.elementor-element-85a7ef1>.elementor-widget-container{padding:0}.elementor-1012 .elementor-element.elementor-element-7edd184.elementor-column.elementor-element[data-element_type=column]>.elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center}.elementor-1012 .elementor-element.elementor-element-7edd184.elementor-column>.elementor-widget-wrap{justify-content:center}.elementor-1012 .elementor-element.elementor-element-670b9f6{width:var(--container-widget-width,27.231%);max-width:27.231%;--container-widget-width:27.231%;--container-widget-flex-grow:0}.elementor-1012 .elementor-element.elementor-element-ce17ff2.elementor-column.elementor-element[data-element_type=column]>.elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center}.elementor-1012 .elementor-element.elementor-element-ce17ff2.elementor-column>.elementor-widget-wrap{justify-content:center}.elementor-1012 .elementor-element.elementor-element-95988e9{--image-transition-duration:800ms;--overlay-transition-duration:800ms;--content-text-align:center;--content-padding:20px;--content-transition-duration:800ms;--content-transition-delay:800ms}.elementor-1012 .elementor-element.elementor-element-95988e9 .e-gallery-item:focus .elementor-gallery-item__overlay,.elementor-1012 .elementor-element.elementor-element-95988e9 .e-gallery-item:hover .elementor-gallery-item__overlay{background-color:rgba(0,0,0,.5)}.elementor-1012 .elementor-element.elementor-element-c7ce028.elementor-column.elementor-element[data-element_type=column]>.elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center}.elementor-1012 .elementor-element.elementor-element-c7ce028.elementor-column>.elementor-widget-wrap{justify-content:center}.elementor-1012 .elementor-element.elementor-element-e85fac0{width:var(--container-widget-width,21.786%);max-width:21.786%;--container-widget-width:21.786%;--container-widget-flex-grow:0}.elementor-1012 .elementor-element.elementor-element-13f72eb2.elementor-column.elementor-element[data-element_type=column]>.elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center}.elementor-1012 .elementor-element.elementor-element-13f72eb2.elementor-column>.elementor-widget-wrap{justify-content:center}.elementor-1012 .elementor-element.elementor-element-3ecfa0e{--image-transition-duration:800ms;--overlay-transition-duration:800ms;--content-text-align:center;--content-padding:20px;--content-transition-duration:800ms;--content-transition-delay:800ms}.elementor-1012 .elementor-element.elementor-element-3ecfa0e .e-gallery-item:focus .elementor-gallery-item__overlay,.elementor-1012 .elementor-element.elementor-element-3ecfa0e .e-gallery-item:hover .elementor-gallery-item__overlay{background-color:rgba(0,0,0,.5)}.elementor-1012 .elementor-element.elementor-element-ce4594d.elementor-column.elementor-element[data-element_type=column]>.elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center}.elementor-1012 .elementor-element.elementor-element-ce4594d.elementor-column>.elementor-widget-wrap{justify-content:center}.elementor-1012 .elementor-element.elementor-element-db6add1{text-align:center;width:var(--container-widget-width,36.872%);max-width:36.872%;--container-widget-width:36.872%;--container-widget-flex-grow:0}.elementor-1012 .elementor-element.elementor-element-db6add1>.elementor-widget-container{padding:0}.elementor-1012 .elementor-element.elementor-element-2b332ea0>.elementor-background-overlay{opacity:.5}.elementor-1012 .elementor-element.elementor-element-586c6aa0>.elementor-element-populated>.elementor-background-overlay{background-color:#352D2DF7;opacity:.5}.elementor-1012 .elementor-element.elementor-element-586c6aa0>.elementor-element-populated{transition:background .3s,border .3s,border-radius .3s,box-shadow .3s}.elementor-1012 .elementor-element.elementor-element-586c6aa0>.elementor-element-populated>.elementor-background-overlay{transition:background .3s,border-radius .3s,opacity .3s}.elementor-1012 .elementor-element.elementor-element-14d4f300{text-align:center}.elementor-1012 .elementor-element.elementor-element-14d4f300 .elementor-heading-title{color:#f7ff00;font-family:Kanit,Sans-serif;font-size:23px;font-weight:600}.elementor-1012 .elementor-element.elementor-element-2639da8b{color:#fff;font-family:Kanit,Sans-serif;font-size:18px;font-weight:400;font-style:normal}.elementor-1012 .elementor-element.elementor-element-37c1e0f9>.elementor-element-populated>.elementor-background-overlay{background-color:#352D2DF7;opacity:.5}.elementor-1012 .elementor-element.elementor-element-37c1e0f9>.elementor-element-populated{transition:background .3s,border .3s,border-radius .3s,box-shadow .3s}.elementor-1012 .elementor-element.elementor-element-37c1e0f9>.elementor-element-populated>.elementor-background-overlay{transition:background .3s,border-radius .3s,opacity .3s}.elementor-1012 .elementor-element.elementor-element-57720f30 img{width:100%}.elementor-1012 .elementor-element.elementor-element-2e3f2f7f{text-align:center}.elementor-1012 .elementor-element.elementor-element-2e3f2f7f .elementor-heading-title{color:#f7ff00;font-family:Kanit,Sans-serif;font-size:23px;font-weight:600}.elementor-1012 .elementor-element.elementor-element-104eaf00{color:#fff;font-family:Kanit,Sans-serif;font-size:18px;font-weight:400}.elementor-1012 .elementor-element.elementor-element-7d76db1e>.elementor-element-populated>.elementor-background-overlay{background-color:#352D2DF7;opacity:.5}.elementor-1012 .elementor-element.elementor-element-7d76db1e>.elementor-element-populated{transition:background .3s,border .3s,border-radius .3s,box-shadow .3s}.elementor-1012 .elementor-element.elementor-element-7d76db1e>.elementor-element-populated>.elementor-background-overlay{transition:background .3s,border-radius .3s,opacity .3s}.elementor-1012 .elementor-element.elementor-element-2eb9a345{text-align:center}.elementor-1012 .elementor-element.elementor-element-2eb9a345 .elementor-heading-title{color:#f7ff00;font-family:Kanit,Sans-serif;font-size:23px;font-weight:600}.elementor-1012 .elementor-element.elementor-element-f6ef7ee{color:#fff;font-family:Kanit,Sans-serif;font-size:18px;font-weight:400}.elementor-1012 .elementor-element.elementor-element-7ecbd8eb{border-style:solid;border-width:0;transition:background .3s,border .3s,border-radius .3s,box-shadow .3s}.elementor-1012 .elementor-element.elementor-element-7ecbd8eb,.elementor-1012 .elementor-element.elementor-element-7ecbd8eb>.elementor-background-overlay{border-radius:5px 5px 5px 5px}.elementor-1012 .elementor-element.elementor-element-7ecbd8eb>.elementor-background-overlay{transition:background .3s,border-radius .3s,opacity .3s}.elementor-1012 .elementor-element.elementor-element-68d7a95c.elementor-column.elementor-element[data-element_type=column]>.elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center}.elementor-1012 .elementor-element.elementor-element-68d7a95c.elementor-column>.elementor-widget-wrap{justify-content:center}.elementor-1012 .elementor-element.elementor-element-68d7a95c>.elementor-element-populated{border-style:none;transition:background .3s,border .3s,border-radius .3s,box-shadow .3s}.elementor-1012 .elementor-element.elementor-element-68d7a95c>.elementor-background-slideshow,.elementor-1012 .elementor-element.elementor-element-68d7a95c>.elementor-element-populated,.elementor-1012 .elementor-element.elementor-element-68d7a95c>.elementor-element-populated>.elementor-background-overlay{border-radius:0 0 0 0}.elementor-1012 .elementor-element.elementor-element-68d7a95c>.elementor-element-populated>.elementor-background-overlay{transition:background .3s,border-radius .3s,opacity .3s}.elementor-1012 .elementor-element.elementor-element-90588d5{width:var(--container-widget-width,36.872%);max-width:36.872%;--container-widget-width:36.872%;--container-widget-flex-grow:0}.elementor-1012 .elementor-element.elementor-element-b673407{--image-transition-duration:800ms;--overlay-transition-duration:800ms;--content-text-align:center;--content-padding:20px;--content-transition-duration:800ms;--content-transition-delay:800ms}.elementor-1012 .elementor-element.elementor-element-b673407 .e-gallery-item:focus .elementor-gallery-item__overlay,.elementor-1012 .elementor-element.elementor-element-b673407 .e-gallery-item:hover .elementor-gallery-item__overlay{background-color:rgba(0,0,0,.5)}.elementor-1012 .elementor-element.elementor-element-b673407>.elementor-widget-container{border-style:solid;border-width:5px;border-radius:10px 10px 10px 10px}.elementor-1012 .elementor-element.elementor-element-3e5165cc.elementor-column.elementor-element[data-element_type=column]>.elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center}.elementor-1012 .elementor-element.elementor-element-3e5165cc.elementor-column>.elementor-widget-wrap{justify-content:center}.elementor-1012 .elementor-element.elementor-element-3e5165cc>.elementor-element-populated>.elementor-background-overlay{background-color:#352D2DF7;opacity:.5}.elementor-1012 .elementor-element.elementor-element-3e5165cc>.elementor-element-populated{transition:background .3s,border .3s,border-radius .3s,box-shadow .3s}.elementor-1012 .elementor-element.elementor-element-3e5165cc>.elementor-element-populated>.elementor-background-overlay{transition:background .3s,border-radius .3s,opacity .3s}.elementor-1012 .elementor-element.elementor-element-137b7ea9{text-align:center}.elementor-1012 .elementor-element.elementor-element-137b7ea9 .elementor-heading-title{color:#f7ff00;font-family:Kanit,Sans-serif;font-size:23px;font-weight:600}.elementor-1012 .elementor-element.elementor-element-3ea8c01b{color:#fff;font-family:Kanit,Sans-serif;font-size:18px;font-weight:400}.elementor-1012 .elementor-element.elementor-element-5162138a.elementor-column.elementor-element[data-element_type=column]>.elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center}.elementor-1012 .elementor-element.elementor-element-5162138a.elementor-column>.elementor-widget-wrap{justify-content:center}.elementor-1012 .elementor-element.elementor-element-4227db3a{width:var(--container-widget-width,80%);max-width:80%;--container-widget-width:80%;--container-widget-flex-grow:0}.elementor-1012 .elementor-element.elementor-element-77b1a513.elementor-column.elementor-element[data-element_type=column]>.elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center}.elementor-1012 .elementor-element.elementor-element-77b1a513.elementor-column>.elementor-widget-wrap{justify-content:center}.elementor-1012 .elementor-element.elementor-element-2c27b046{width:var(--container-widget-width,80%);max-width:80%;--container-widget-width:80%;--container-widget-flex-grow:0}.elementor-1012 .elementor-element.elementor-element-6810c25d.elementor-column.elementor-element[data-element_type=column]>.elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center}.elementor-1012 .elementor-element.elementor-element-6810c25d>.elementor-element-populated>.elementor-background-overlay{background-color:#352D2DF7;opacity:.5}.elementor-1012 .elementor-element.elementor-element-6810c25d>.elementor-element-populated{transition:background .3s,border .3s,border-radius .3s,box-shadow .3s}.elementor-1012 .elementor-element.elementor-element-6810c25d>.elementor-element-populated>.elementor-background-overlay{transition:background .3s,border-radius .3s,opacity .3s}.elementor-1012 .elementor-element.elementor-element-3e5f2b13{text-align:center}.elementor-1012 .elementor-element.elementor-element-3e5f2b13 .elementor-heading-title{color:#f7ff00;font-family:Kanit,Sans-serif;font-size:23px;font-weight:600}.elementor-1012 .elementor-element.elementor-element-6f7f5ed{color:#fff;font-family:Kanit,Sans-serif;font-size:18px;font-weight:400}.elementor-1012 .elementor-element.elementor-element-45f7fa1c.elementor-column.elementor-element[data-element_type=column]>.elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center}.elementor-1012 .elementor-element.elementor-element-45f7fa1c.elementor-column>.elementor-widget-wrap{justify-content:center}.elementor-1012 .elementor-element.elementor-element-45f7fa1c>.elementor-element-populated>.elementor-background-overlay{background-color:#352D2DF7;opacity:.5}.elementor-1012 .elementor-element.elementor-element-45f7fa1c>.elementor-element-populated{transition:background .3s,border .3s,border-radius .3s,box-shadow .3s}.elementor-1012 .elementor-element.elementor-element-45f7fa1c>.elementor-element-populated>.elementor-background-overlay{transition:background .3s,border-radius .3s,opacity .3s}.elementor-1012 .elementor-element.elementor-element-4fd7289b{text-align:center}.elementor-1012 .elementor-element.elementor-element-4fd7289b .elementor-heading-title{color:#f7ff00;font-family:Kanit,Sans-serif;font-size:25px;font-weight:600}.elementor-1012 .elementor-element.elementor-element-7eb8fa84{color:#fff;font-family:Kanit,Sans-serif;font-size:18px;font-weight:400}.elementor-1012 .elementor-element.elementor-element-77e7fefe.elementor-column.elementor-element[data-element_type=column]>.elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center}.elementor-1012 .elementor-element.elementor-element-77e7fefe.elementor-column>.elementor-widget-wrap{justify-content:center}.elementor-1012 .elementor-element.elementor-element-5f8ec070{width:var(--container-widget-width,80%);max-width:80%;--container-widget-width:80%;--container-widget-flex-grow:0}.elementor-1012 .elementor-element.elementor-element-7f153213.elementor-column.elementor-element[data-element_type=column]>.elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center}.elementor-1012 .elementor-element.elementor-element-7f153213.elementor-column>.elementor-widget-wrap{justify-content:center}.elementor-1012 .elementor-element.elementor-element-7cce90a4{width:var(--container-widget-width,80%);max-width:80%;--container-widget-width:80%;--container-widget-flex-grow:0}.elementor-1012 .elementor-element.elementor-element-7fde3790.elementor-column.elementor-element[data-element_type=column]>.elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center}.elementor-1012 .elementor-element.elementor-element-7fde3790>.elementor-element-populated>.elementor-background-overlay{background-color:#352D2DF7;opacity:.5}.elementor-1012 .elementor-element.elementor-element-7fde3790>.elementor-element-populated{transition:background .3s,border .3s,border-radius .3s,box-shadow .3s}.elementor-1012 .elementor-element.elementor-element-7fde3790>.elementor-element-populated>.elementor-background-overlay{transition:background .3s,border-radius .3s,opacity .3s}.elementor-1012 .elementor-element.elementor-element-786286d6{text-align:center}.elementor-1012 .elementor-element.elementor-element-786286d6 .elementor-heading-title{color:#f7ff00;font-family:Kanit,Sans-serif;font-size:23px;font-weight:600}.elementor-1012 .elementor-element.elementor-element-4c8016ee{color:#fff;font-family:Kanit,Sans-serif;font-size:18px;font-weight:400}.elementor-1012 .elementor-element.elementor-element-158b867{padding:20px}.elementor-1012 .elementor-element.elementor-element-a95726c.elementor-column.elementor-element[data-element_type=column]>.elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center}.elementor-1012 .elementor-element.elementor-element-a95726c.elementor-column>.elementor-widget-wrap{justify-content:center}.elementor-1012 .elementor-element.elementor-element-0c88375>.elementor-widget-container{padding:0}.elementor-1012 .elementor-element.elementor-element-0c88375{width:var(--container-widget-width,50%);max-width:50%;--container-widget-width:50%;--container-widget-flex-grow:0}@media(max-width:1024px){.elementor-1012 .elementor-element.elementor-element-85a7ef1{width:var(--container-widget-width,550px);max-width:550px;--container-widget-width:550px;--container-widget-flex-grow:0}.elementor-1012 .elementor-element.elementor-element-db6add1{width:var(--container-widget-width,550px);max-width:550px;--container-widget-width:550px;--container-widget-flex-grow:0}.elementor-1012 .elementor-element.elementor-element-0c88375{width:var(--container-widget-width,550px);max-width:550px;--container-widget-width:550px;--container-widget-flex-grow:0}}@media(min-width:768px){.elementor-1012 .elementor-element.elementor-element-46cbe030{width:38.75%}.elementor-1012 .elementor-element.elementor-element-4874fd7{width:61.25%}.elementor-1012 .elementor-element.elementor-element-3e5165cc{width:51.404%}.elementor-1012 .elementor-element.elementor-element-5162138a{width:48.596%}.elementor-1012 .elementor-element.elementor-element-77b1a513{width:50%}.elementor-1012 .elementor-element.elementor-element-6810c25d{width:50%}.elementor-1012 .elementor-element.elementor-element-45f7fa1c{width:50%}.elementor-1012 .elementor-element.elementor-element-77e7fefe{width:50%}.elementor-1012 .elementor-element.elementor-element-7f153213{width:50%}.elementor-1012 .elementor-element.elementor-element-7fde3790{width:50%}}@media(max-width:767px){.elementor-1012 .elementor-element.elementor-element-4874fd7.elementor-column.elementor-element[data-element_type=column]>.elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center}.elementor-1012 .elementor-element.elementor-element-4874fd7.elementor-column>.elementor-widget-wrap{justify-content:center}.elementor-1012 .elementor-element.elementor-element-37a1fdb4 .elementor-heading-title{font-size:24px}.elementor-1012 .elementor-element.elementor-element-5f8422e0{text-align:center;font-size:16px}.elementor-1012 .elementor-element.elementor-element-85a7ef1 img{width:100%;max-width:100%}.elementor-1012 .elementor-element.elementor-element-85a7ef1{width:var(--container-widget-width,318px);max-width:318px;--container-widget-width:318px;--container-widget-flex-grow:0}.elementor-1012 .elementor-element.elementor-element-670b9f6{width:var(--container-widget-width,264.047px);max-width:264.047px;--container-widget-width:264.047px;--container-widget-flex-grow:0}.elementor-1012 .elementor-element.elementor-element-e85fac0{width:var(--container-widget-width,241px);max-width:241px;--container-widget-width:241px;--container-widget-flex-grow:0}.elementor-1012 .elementor-element.elementor-element-db6add1{width:var(--container-widget-width,286px);max-width:286px;--container-widget-width:286px;--container-widget-flex-grow:0}.elementor-1012 .elementor-element.elementor-element-586c6aa0.elementor-column.elementor-element[data-element_type=column]>.elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center}.elementor-1012 .elementor-element.elementor-element-586c6aa0.elementor-column>.elementor-widget-wrap{justify-content:center}.elementor-1012 .elementor-element.elementor-element-14d4f300{text-align:center}.elementor-1012 .elementor-element.elementor-element-2639da8b{text-align:center;font-size:16px}.elementor-1012 .elementor-element.elementor-element-2e3f2f7f .elementor-heading-title{font-size:21px}.elementor-1012 .elementor-element.elementor-element-104eaf00{text-align:center;font-size:14px}.elementor-1012 .elementor-element.elementor-element-2eb9a345 .elementor-heading-title{font-size:24px}.elementor-1012 .elementor-element.elementor-element-f6ef7ee{text-align:center;font-size:16px}.elementor-1012 .elementor-element.elementor-element-90588d5{width:var(--container-widget-width,307.719px);max-width:307.719px;--container-widget-width:307.719px;--container-widget-flex-grow:0}.elementor-1012 .elementor-element.elementor-element-137b7ea9 .elementor-heading-title{font-size:24px}.elementor-1012 .elementor-element.elementor-element-3ea8c01b{text-align:center;font-size:16px}.elementor-1012 .elementor-element.elementor-element-3e5f2b13 .elementor-heading-title{font-size:24px}.elementor-1012 .elementor-element.elementor-element-6f7f5ed{text-align:center;font-size:16px}.elementor-1012 .elementor-element.elementor-element-4fd7289b .elementor-heading-title{font-size:24px}.elementor-1012 .elementor-element.elementor-element-7eb8fa84{font-size:16px}.elementor-1012 .elementor-element.elementor-element-786286d6{text-align:center}.elementor-1012 .elementor-element.elementor-element-786286d6 .elementor-heading-title{font-size:24px}.elementor-1012 .elementor-element.elementor-element-4c8016ee{text-align:center;font-size:16px}.elementor-1012 .elementor-element.elementor-element-0c88375{width:var(--container-widget-width,227.203px);max-width:227.203px;--container-widget-width:227.203px;--container-widget-flex-grow:0}}@font-face{font-family:Kanit;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/kanit/v15/nKKZ-Go6G5tXcraBGwCYdA.woff2) format('woff2');unicode-range:U+0E01-0E5B,U+200C-200D,U+25CC}@font-face{font-family:Kanit;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/kanit/v15/nKKZ-Go6G5tXcraVGwA.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}@font-face{font-family:Kanit;font-style:normal;font-weight:600;font-display:swap;src:url(https://fonts.gstatic.com/s/kanit/v15/nKKU-Go6G5tXcr5KPxWzVaF5NQ.woff2) format('woff2');unicode-range:U+0E01-0E5B,U+200C-200D,U+25CC}@font-face{font-family:Kanit;font-style:normal;font-weight:600;font-display:swap;src:url(https://fonts.gstatic.com/s/kanit/v15/nKKU-Go6G5tXcr5KPxWnVaE.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}@font-face{font-family:Kanit;font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/kanit/v15/nKKU-Go6G5tXcr4uPhWzVaF5NQ.woff2) format('woff2');unicode-range:U+0E01-0E5B,U+200C-200D,U+25CC}@font-face{font-family:Kanit;font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/kanit/v15/nKKU-Go6G5tXcr4uPhWnVaE.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}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4mxK.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}.far{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.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}.elementor-item:after,.elementor-item:before{display:block;position:absolute;transition:.3s;transition-timing-function:cubic-bezier(.58,.3,.005,1)}.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{opacity:0}.elementor-item-active:after,.elementor-item-active:before,.elementor-item.highlighted:after,.elementor-item.highlighted:before,.elementor-item:focus:after,.elementor-item:focus:before,.elementor-item:hover:after,.elementor-item:hover:before{transform:scale(1)}.e--pointer-underline .elementor-item:after,.e--pointer-underline .elementor-item:before{height:3px;width:100%;left:0;background-color:#3f444b;z-index:2}.e--pointer-underline .elementor-item:after{content:"";bottom:0}.elementor-nav-menu--main .elementor-nav-menu a{transition:.4s}.elementor-nav-menu--main .elementor-nav-menu a,.elementor-nav-menu--main .elementor-nav-menu a.highlighted,.elementor-nav-menu--main .elementor-nav-menu a:focus,.elementor-nav-menu--main .elementor-nav-menu a:hover{padding:13px 20px}.elementor-nav-menu--main .elementor-nav-menu a.current{background:#1f2124;color:#fff}.elementor-nav-menu--main .elementor-nav-menu a.disabled{background:#3f444b;color:#88909b}.elementor-nav-menu--main .elementor-nav-menu ul{position:absolute;width:12em;border-width:0;border-style:solid;padding:0}.elementor-nav-menu--main .elementor-nav-menu span.scroll-up{position:absolute;display:none;visibility:hidden;overflow:hidden;background:#fff;height:20px}.elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow .e-font-icon-svg,.elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow i{transform:rotate(-90deg)}.elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow .e-font-icon-svg{fill:currentColor;height:1em;width:1em}.elementor-nav-menu--layout-horizontal{display:flex}.elementor-nav-menu--layout-horizontal .elementor-nav-menu{display:flex;flex-wrap:wrap}.elementor-nav-menu--layout-horizontal .elementor-nav-menu a{white-space:nowrap;flex-grow:1}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li{display:flex}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li ul{top:100%!important}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>a{-webkit-margin-start:var(--e-nav-menu-horizontal-menu-item-margin);margin-inline-start:var(--e-nav-menu-horizontal-menu-item-margin)}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>.scroll-up,.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>ul{left:var(--e-nav-menu-horizontal-menu-item-margin)!important}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:last-child)>a{-webkit-margin-end:var(--e-nav-menu-horizontal-menu-item-margin);margin-inline-end:var(--e-nav-menu-horizontal-menu-item-margin)}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:last-child):after{content:var(--e-nav-menu-divider-content,none);height:var(--e-nav-menu-divider-height,35%);border-left:var(--e-nav-menu-divider-width,2px) var(--e-nav-menu-divider-style,solid) var(--e-nav-menu-divider-color,#000);border-bottom-color:var(--e-nav-menu-divider-color,#000);border-right-color:var(--e-nav-menu-divider-color,#000);border-top-color:var(--e-nav-menu-divider-color,#000);align-self:center}.elementor-nav-menu__align-center .elementor-nav-menu{margin-left:auto;margin-right:auto;justify-content:center}.elementor-widget-nav-menu:not(.elementor-nav-menu--toggle) .elementor-menu-toggle{display:none}.elementor-widget-nav-menu .elementor-widget-container{display:flex;flex-direction:column}.elementor-nav-menu{position:relative;z-index:2}.elementor-nav-menu:after{content:" ";display:block;height:0;font:0/0 serif;clear:both;visibility:hidden;overflow:hidden}.elementor-nav-menu,.elementor-nav-menu li,.elementor-nav-menu ul{display:block;list-style:none;margin:0;padding:0;line-height:normal;-webkit-tap-highlight-color:transparent}.elementor-nav-menu ul{display:none}.elementor-nav-menu ul ul a,.elementor-nav-menu ul ul a:active,.elementor-nav-menu ul ul a:focus,.elementor-nav-menu ul ul a:hover{border-left:16px solid transparent}.elementor-nav-menu ul ul ul a,.elementor-nav-menu ul ul ul a:active,.elementor-nav-menu ul ul ul a:focus,.elementor-nav-menu ul ul ul a:hover{border-left:24px solid transparent}.elementor-nav-menu ul ul ul ul a,.elementor-nav-menu ul ul ul ul a:active,.elementor-nav-menu ul ul ul ul a:focus,.elementor-nav-menu ul ul ul ul a:hover{border-left:32px solid transparent}.elementor-nav-menu ul ul ul ul ul a,.elementor-nav-menu ul ul ul ul ul a:active,.elementor-nav-menu ul ul ul ul ul a:focus,.elementor-nav-menu ul ul ul ul ul a:hover{border-left:40px solid transparent}.elementor-nav-menu a,.elementor-nav-menu li{position:relative}.elementor-nav-menu li{border-width:0}.elementor-nav-menu a{display:flex;align-items:center}.elementor-nav-menu a,.elementor-nav-menu a:focus,.elementor-nav-menu a:hover{padding:10px 20px;line-height:20px}.elementor-nav-menu a.current{background:#1f2124;color:#fff}.elementor-nav-menu a.disabled{cursor:not-allowed;color:#88909b}.elementor-nav-menu .sub-arrow{line-height:1;padding:10px 0 10px 10px;margin-top:-10px;margin-bottom:-10px;display:flex;align-items:center}.elementor-nav-menu .sub-arrow i{pointer-events:none}.elementor-nav-menu .sub-arrow .e-font-icon-svg{height:1em;width:1em}.elementor-nav-menu--dropdown .elementor-item.elementor-item-active,.elementor-nav-menu--dropdown .elementor-item.highlighted,.elementor-nav-menu--dropdown .elementor-item:focus,.elementor-nav-menu--dropdown .elementor-item:hover{background-color:#3f444b;color:#fff}.elementor-menu-toggle{display:flex;align-items:center;justify-content:center;font-size:var(--nav-menu-icon-size,22px);padding:.25em;cursor:pointer;border:0 solid;border-radius:3px;background-color:rgba(0,0,0,.05);color:#33373d}.elementor-menu-toggle.elementor-active .elementor-menu-toggle__icon--open,.elementor-menu-toggle:not(.elementor-active) .elementor-menu-toggle__icon--close{display:none}.elementor-menu-toggle .e-font-icon-svg{fill:#33373d;height:1em;width:1em}.elementor-menu-toggle svg{width:1em;height:auto;fill:var(--nav-menu-icon-color,currentColor)}span.elementor-menu-toggle__icon--close,span.elementor-menu-toggle__icon--open{line-height:1}.elementor-nav-menu--dropdown{background-color:#fff;font-size:13px}.elementor-nav-menu--dropdown.elementor-nav-menu__container{margin-top:10px;transition:max-height .3s,transform .3s;transform-origin:top;overflow-y:auto;overflow-x:hidden}.elementor-nav-menu--dropdown a{color:#33373d}.elementor-nav-menu--dropdown a.current{background:#1f2124;color:#fff}.elementor-nav-menu--dropdown a.disabled{color:#b3b3b3}ul.elementor-nav-menu--dropdown a,ul.elementor-nav-menu--dropdown a:focus,ul.elementor-nav-menu--dropdown a:hover{text-shadow:none;border-left:8px solid transparent}.elementor-nav-menu__text-align-center .elementor-nav-menu--dropdown .elementor-nav-menu a{justify-content:center}.elementor-nav-menu--toggle{--menu-height:100vh}.elementor-nav-menu--toggle .elementor-menu-toggle:not(.elementor-active)+.elementor-nav-menu__container{transform:scaleY(0);max-height:0;overflow:hidden}.elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active+.elementor-nav-menu__container{transform:scaleY(1);max-height:var(--menu-height);animation:.3s backwards hide-scroll}@media (max-width:1024px){.elementor-nav-menu--dropdown-tablet .elementor-nav-menu--main{display:none}}@media (min-width:1025px){.elementor-nav-menu--dropdown-tablet .elementor-menu-toggle,.elementor-nav-menu--dropdown-tablet .elementor-nav-menu--dropdown{display:none}.elementor-nav-menu--dropdown-tablet nav.elementor-nav-menu--dropdown.elementor-nav-menu__container{overflow-y:hidden}}@keyframes hide-scroll{0%,to{overflow:hidden}}.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-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}.elementor-gallery__container{min-height:1px}.elementor-gallery-item{position:relative;overflow:hidden;display:block;text-decoration:none;border:solid var(--image-border-width) var(--image-border-color);border-radius:var(--image-border-radius)}.elementor-gallery-item__content,.elementor-gallery-item__overlay{height:100%;width:100%;position:absolute;top:0;left:0}.elementor-gallery-item__overlay{mix-blend-mode:var(--overlay-mix-blend-mode);transition-duration:var(--overlay-transition-duration);transition-property:mix-blend-mode,transform,opacity,background-color}.elementor-gallery-item__image.e-gallery-image{transition-duration:var(--image-transition-duration);transition-property:filter,transform}.elementor-gallery-item__content{display:flex;flex-direction:column;justify-content:var(--content-justify-content,center);align-items:center;text-align:var(--content-text-align);padding:var(--content-padding)}.elementor-gallery-item__content>div{transition-duration:var(--content-transition-duration)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(2){transition-delay:calc(var(--content-transition-delay) / 3)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(3){transition-delay:calc(var(--content-transition-delay) / 3 * 2)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(4){transition-delay:calc(var(--content-transition-delay) / 3 * 3)}.elementor-gallery-title{--space-between:10px;cursor:pointer;color:#6d7882;font-weight:500;position:relative;padding:7px 14px;transition:all .3s}.elementor-gallery-title:not(:last-child){margin-right:var(--space-between)}.e-gallery-item.elementor-gallery-item{transition-property:all}.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-bottom,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-left,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-right,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-top,.e-gallery-item:focus .elementor-gallery__item-overlay-bg,.e-gallery-item:focus .elementor-gallery__item-overlay-content,.e-gallery-item:focus .elementor-gallery__item-overlay-content__description,.e-gallery-item:focus .elementor-gallery__item-overlay-content__title,.e-gallery-item:hover .elementor-gallery__item-overlay-bg,.e-gallery-item:hover .elementor-gallery__item-overlay-content,.e-gallery-item:hover .elementor-gallery__item-overlay-content__description,.e-gallery-item:hover .elementor-gallery__item-overlay-content__title{opacity:1}a.elementor-item.elementor-gallery-title{color:var(--galleries-title-color-normal)}a.elementor-item.elementor-gallery-title.elementor-item-active,a.elementor-item.elementor-gallery-title.highlighted,a.elementor-item.elementor-gallery-title:focus,a.elementor-item.elementor-gallery-title:hover{color:var(--galleries-title-color-hover)}a.elementor-item.elementor-gallery-title.elementor-item-active{color:var(--gallery-title-color-active)}.e-con-inner>.elementor-widget-gallery,.e-con>.elementor-widget-gallery{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}.e-gallery-container{position:relative;display:flex;flex-wrap:wrap}.e-gallery-container:not(.e-gallery-grid){transition:padding-bottom var(--animation-duration)}.e-gallery-item{position:relative;flex-grow:0;flex-shrink:0;transition-property:all;transition-duration:var(--animation-duration)}.e-gallery-item:not(:hover) .e-gallery-overlay{display:none}.e-gallery-item.e-gallery-item--hidden{transform:scale3d(0,0,0);opacity:0}.e-gallery-image{background-position:center center;background-size:cover;width:100%;transform-origin:center top;transition:var(--animation-duration)}.e-gallery-overlay{position:absolute;top:0;bottom:0;left:0;right:0;display:flex;align-items:center;justify-content:space-evenly;flex-wrap:wrap;flex-direction:column;color:#fff;background-color:rgba(0,0,0,.5)}.e-gallery-overlay__title{font-size:24px}.e-gallery-grid:not(.e-gallery--animated){display:grid;grid-gap:var(--vgap) var(--hgap);grid-template-columns:repeat(var(--columns),1fr)}.e-gallery-grid:not(.e-gallery--animated) .e-gallery-item--hidden{position:absolute}.e-gallery-grid.e-gallery--animated{padding-bottom:var(--container-aspect-ratio)}.e-gallery-grid.e-gallery--animated .e-gallery-item{--item-width:calc((100% - ((var(--columns) - 1) * var(--hgap))) / var(--columns));position:absolute;top:calc(((100% / var(--rows)) + (var(--vgap)/ var(--rows))) * var(--row));width:var(--item-width)}.e-gallery-grid .e-gallery-image{padding-bottom:var(--aspect-ratio)}.e-gallery-justified{padding-bottom:calc(var(--container-aspect-ratio) * 100%)}.e-gallery-justified .e-gallery-item{position:absolute;width:calc(var(--item-width) * (100% - var(--hgap) * var(--gap-count)));height:var(--item-height);top:calc(var(--item-top) + (var(--row) * var(--vgap)))}.e-gallery-justified .e-gallery-image{height:100%}.e-gallery-masonry{height:0;margin-bottom:calc(var(--highest-column-gap-count) * var(--vgap))}.e-gallery-masonry .e-gallery-item{position:absolute;width:calc(100% / var(--columns) - (var(--hgap) * (var(--columns) - 1)/ var(--columns)));top:calc(var(--percent-height) + (var(--items-in-column) * var(--vgap)))}.e-gallery-masonry .e-gallery-image{padding-bottom:var(--item-height)}.e-gallery--ltr.e-gallery-grid.e-gallery--animated .e-gallery-item{left:calc(var(--item-width) * var(--column) + (var(--hgap) * var(--column)))}.e-gallery--ltr.e-gallery-justified .e-gallery-item{left:calc(var(--item-start) * (100% - var(--hgap) * var(--gap-count)) + var(--hgap) * var(--item-row-index))}.e-gallery--ltr.e-gallery-masonry .e-gallery-item{left:calc((100% / var(--columns) - (var(--hgap) * (var(--columns) - 1)/ var(--columns))) * var(--column) + (var(--hgap) * var(--column)))}.e-gallery--rtl.e-gallery-grid.e-gallery--animated .e-gallery-item{right:calc(var(--item-width) * var(--column) + (var(--hgap) * var(--column)))}.e-gallery--rtl.e-gallery-justified .e-gallery-item{right:calc(var(--item-start) * (100% - var(--hgap) * var(--gap-count)) + var(--hgap) * var(--item-row-index))}.e-gallery--rtl.e-gallery-masonry .e-gallery-item{right:calc((100% / var(--columns) - (var(--hgap) * (var(--columns) - 1)/ var(--columns))) * var(--column) + (var(--hgap) * var(--column)))}.e-gallery--lazyload .e-gallery-image:not(.e-gallery-image-loaded){filter:opacity(0);transform:scale(.5)}</style>
	<meta name="description" content="xlot1688 เป็นแหล่งรวมเกมสล็อตเว็บตรง แจ็คพอตแตกง่าย รับโบนัสใหญ่ ทุกการเล่นเต็มไปด้วยความสนุก ระบบฝากถอนอัตโนมัติ ปลอดภัย 100%" />
	<link rel="canonical" href="https://alburypinatacompany.com/" />
	<meta property="og:locale" content="en_US" />
	<meta property="og:type" content="website" />
	<meta property="og:title" content="xlot1688 สล็อตออนไลน์ ที่ดีที่สุด 2024 เว็บตรง ฝาก-ถอนTrue Wallet" />
	<meta property="og:description" content="xlot1688 เป็นแหล่งรวมเกมสล็อตเว็บตรง แจ็คพอตแตกง่าย รับโบนัสใหญ่ ทุกการเล่นเต็มไปด้วยความสนุก ระบบฝากถอนอัตโนมัติ ปลอดภัย 100%" />
	<meta property="og:url" content="https://alburypinatacompany.com/" />
	<meta property="og:site_name" content="xlot1688" />
	<meta property="article:modified_time" content="2024-01-12T03:04:59+00:00" />
	<meta name="twitter:card" content="summary_large_image" />
	<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebPage","@id":"https://alburypinatacompany.com/","url":"https://alburypinatacompany.com/","name":"xlot1688 สล็อตออนไลน์ ที่ดีที่สุด 2024 เว็บตรง ฝาก-ถอนTrue Wallet","isPartOf":{"@id":"https://alburypinatacompany.com/#website"},"about":{"@id":"https://alburypinatacompany.com/#organization"},"datePublished":"2024-01-12T01:32:56+00:00","dateModified":"2024-01-12T03:04:59+00:00","description":"xlot1688 เป็นแหล่งรวมเกมสล็อตเว็บตรง แจ็คพอตแตกง่าย รับโบนัสใหญ่ ทุกการเล่นเต็มไปด้วยความสนุก ระบบฝากถอนอัตโนมัติ ปลอดภัย 100%","breadcrumb":{"@id":"https://alburypinatacompany.com/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://alburypinatacompany.com/"]}]},{"@type":"BreadcrumbList","@id":"https://alburypinatacompany.com/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home"}]},{"@type":"WebSite","@id":"https://alburypinatacompany.com/#website","url":"https://alburypinatacompany.com/","name":"xlot1688","description":"https://alburypinatacompany.com/","publisher":{"@id":"https://alburypinatacompany.com/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://alburypinatacompany.com/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https://alburypinatacompany.com/#organization","name":"xlot1688","url":"https://alburypinatacompany.com/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https://alburypinatacompany.com/#/schema/logo/image/","url":"https://alburypinatacompany.com/wp-content/uploads/2023/09/xlot1688.png","contentUrl":"https://alburypinatacompany.com/wp-content/uploads/2023/09/xlot1688.png","width":418,"height":412,"caption":"xlot1688"},"image":{"@id":"https://alburypinatacompany.com/#/schema/logo/image/"}}]}</script>
	<!-- / Yoast SEO plugin. -->



<link rel="alternate" type="application/rss+xml" title="xlot1688 &raquo; Feed" href="https://alburypinatacompany.com/feed/" />
<link rel="alternate" type="application/rss+xml" title="xlot1688 &raquo; Comments Feed" href="https://alburypinatacompany.com/comments/feed/" />
<link rel="alternate" type="application/rss+xml" title="xlot1688 &raquo; xlot1688 สล็อตออนไลน์ ที่ดีที่สุด 2024 เว็บตรง ฝาก-ถอนTrue Wallet Comments Feed" href="https://alburypinatacompany.com/xlot1688v5-%e0%b8%aa%e0%b8%a5%e0%b9%87%e0%b8%ad%e0%b8%95%e0%b9%80%e0%b8%a7%e0%b9%87%e0%b8%9a%e0%b8%95%e0%b8%a3%e0%b8%87-%e0%b8%ad%e0%b8%b1%e0%b8%99%e0%b8%94%e0%b8%b1%e0%b8%9a1-%e0%b8%97%e0%b8%b5/feed/" />
<style id='wp-emoji-styles-inline-css'></style>

<style id='classic-theme-styles-inline-css'></style>
<style id='global-styles-inline-css'></style>



<style id='elementor-frontend-inline-css'></style>











<link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin><script type="rocketlazyloadscript" data-rocket-src="https://alburypinatacompany.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-src="https://alburypinatacompany.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://alburypinatacompany.com/wp-json/" /><link rel="alternate" type="application/json" href="https://alburypinatacompany.com/wp-json/wp/v2/pages/1017" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://alburypinatacompany.com/xmlrpc.php?rsd" />
<meta name="generator" content="WordPress 6.5.3" />
<link rel='shortlink' href='https://alburypinatacompany.com/' />
<link rel="alternate" type="application/json+oembed" href="https://alburypinatacompany.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Falburypinatacompany.com%2F" />
<link rel="alternate" type="text/xml+oembed" href="https://alburypinatacompany.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Falburypinatacompany.com%2F&#038;format=xml" />
<meta name="generator" content="Elementor 3.16.3; features: e_dom_optimization, e_optimized_assets_loading, e_optimized_css_loading, additional_custom_breakpoints; settings: css_print_method-external, google_font-enabled, font_display-swap">
<link rel="icon" href="https://alburypinatacompany.com/wp-content/uploads/2023/09/xlot1688-150x150.png" sizes="32x32" />
<link rel="icon" href="https://alburypinatacompany.com/wp-content/uploads/2023/09/xlot1688.png" sizes="192x192" />
<link rel="apple-touch-icon" href="https://alburypinatacompany.com/wp-content/uploads/2023/09/xlot1688.png" />
<meta name="msapplication-TileImage" content="https://alburypinatacompany.com/wp-content/uploads/2023/09/xlot1688.png" />
<noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript></head>
<body class="home page-template-default page page-id-1017 wp-custom-logo elementor-default elementor-kit-8 elementor-page-1012">


<a class="skip-link screen-reader-text" href="#content">Skip to content</a>

		<div data-elementor-type="header" data-elementor-id="18" class="elementor elementor-18 elementor-location-header" data-elementor-post-type="elementor_library">
								<section class="elementor-section elementor-top-section elementor-element elementor-element-68753ac elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="68753ac" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;,&quot;sticky&quot;:&quot;top&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-no">
					<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-078592a" data-id="078592a" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-5ac6528 elementor-widget__width-initial elementor-widget-mobile__width-initial elementor-widget-tablet__width-initial elementor-widget elementor-widget-theme-site-logo elementor-widget-image" data-id="5ac6528" data-element_type="widget" data-widget_type="theme-site-logo.default">
				<div class="elementor-widget-container">
			<style></style>								<a href="https://alburypinatacompany.com">
			<img width="418" height="412" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20418%20412'%3E%3C/svg%3E" class="attachment-large size-large wp-image-1638" alt="" data-lazy-srcset="https://alburypinatacompany.com/wp-content/uploads/2023/09/xlot1688.png 418w, https://alburypinatacompany.com/wp-content/uploads/2023/09/xlot1688-300x296.png 300w" data-lazy-sizes="(max-width: 418px) 100vw, 418px" data-lazy-src="https://alburypinatacompany.com/wp-content/uploads/2023/09/xlot1688.png" /><noscript><img width="418" height="412" src="https://alburypinatacompany.com/wp-content/uploads/2023/09/xlot1688.png" class="attachment-large size-large wp-image-1638" alt="" srcset="https://alburypinatacompany.com/wp-content/uploads/2023/09/xlot1688.png 418w, https://alburypinatacompany.com/wp-content/uploads/2023/09/xlot1688-300x296.png 300w" sizes="(max-width: 418px) 100vw, 418px" /></noscript>				</a>
											</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-29867c3" data-id="29867c3" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-98ba7e6 elementor-nav-menu__align-center elementor-nav-menu__text-align-center elementor-widget-tablet__width-initial elementor-nav-menu--dropdown-tablet elementor-nav-menu--toggle elementor-nav-menu--burger elementor-widget elementor-widget-nav-menu" data-id="98ba7e6" 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-98ba7e6" class="elementor-nav-menu"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-25"><a href="/register" class="elementor-item">หน้าแรก</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-26"><a href="/register" class="elementor-item">เข้าเล่นเกม</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1385"><a href="/register" class="elementor-item">สล็อต</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-27"><a href="/register" class="elementor-item">สมัครสมาชิก</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-28"><a href="/line" class="elementor-item">ติดต่อเรา</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-98ba7e6" class="elementor-nav-menu"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-25"><a href="/register" class="elementor-item" tabindex="-1">หน้าแรก</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-26"><a href="/register" class="elementor-item" tabindex="-1">เข้าเล่นเกม</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1385"><a href="/register" class="elementor-item" tabindex="-1">สล็อต</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-27"><a href="/register" class="elementor-item" tabindex="-1">สมัครสมาชิก</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-28"><a href="/line" class="elementor-item" tabindex="-1">ติดต่อเรา</a></li>
</ul>			</nav>
				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-65e64a9" data-id="65e64a9" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-e1da9bf elementor-widget__width-initial elementor-widget-mobile__width-initial elementor-widget-tablet__width-initial elementor-widget elementor-widget-image" data-id="e1da9bf" data-element_type="widget" data-settings="{&quot;sticky&quot;:&quot;top&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}" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="/register" target="_blank" rel="nofollow">
							<img width="481" height="176" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20481%20176'%3E%3C/svg%3E" class="attachment-large size-large wp-image-1560" alt="" data-lazy-srcset="https://alburypinatacompany.com/wp-content/uploads/2023/09/ทางเข้า.png 481w, https://alburypinatacompany.com/wp-content/uploads/2023/09/ทางเข้า-300x110.png 300w" data-lazy-sizes="(max-width: 481px) 100vw, 481px" data-lazy-src="https://alburypinatacompany.com/wp-content/uploads/2023/09/ทางเข้า.png" /><noscript><img width="481" height="176" src="https://alburypinatacompany.com/wp-content/uploads/2023/09/ทางเข้า.png" class="attachment-large size-large wp-image-1560" alt="" srcset="https://alburypinatacompany.com/wp-content/uploads/2023/09/ทางเข้า.png 481w, https://alburypinatacompany.com/wp-content/uploads/2023/09/ทางเข้า-300x110.png 300w" sizes="(max-width: 481px) 100vw, 481px" /></noscript>								</a>
															</div>
				</div>
					</div>
		</div>
							</div>
		</section>
						</div>
				<div data-elementor-type="single-page" data-elementor-id="1012" class="elementor elementor-1012 elementor-location-single post-1017 page type-page status-publish hentry" data-elementor-post-type="elementor_library">
								<section class="elementor-section elementor-top-section elementor-element elementor-element-50eb6fa2 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="50eb6fa2" 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-100 elementor-top-column elementor-element elementor-element-3139d799" data-id="3139d799" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-3fc9127e elementor-widget elementor-widget-image" data-id="3fc9127e" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="/register" target="_blank" rel="nofollow">
							<img width="1920" height="500" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201920%20500'%3E%3C/svg%3E" class="attachment-full size-full wp-image-1641" alt="xlot1688" data-lazy-srcset="https://alburypinatacompany.com/wp-content/uploads/2023/09/75.webp 1920w, https://alburypinatacompany.com/wp-content/uploads/2023/09/75-300x78.webp 300w, https://alburypinatacompany.com/wp-content/uploads/2023/09/75-1024x267.webp 1024w, https://alburypinatacompany.com/wp-content/uploads/2023/09/75-768x200.webp 768w, https://alburypinatacompany.com/wp-content/uploads/2023/09/75-1536x400.webp 1536w" data-lazy-sizes="(max-width: 1920px) 100vw, 1920px" data-lazy-src="https://alburypinatacompany.com/wp-content/uploads/2023/09/75.webp" /><noscript><img width="1920" height="500" src="https://alburypinatacompany.com/wp-content/uploads/2023/09/75.webp" class="attachment-full size-full wp-image-1641" alt="xlot1688" srcset="https://alburypinatacompany.com/wp-content/uploads/2023/09/75.webp 1920w, https://alburypinatacompany.com/wp-content/uploads/2023/09/75-300x78.webp 300w, https://alburypinatacompany.com/wp-content/uploads/2023/09/75-1024x267.webp 1024w, https://alburypinatacompany.com/wp-content/uploads/2023/09/75-768x200.webp 768w, https://alburypinatacompany.com/wp-content/uploads/2023/09/75-1536x400.webp 1536w" sizes="(max-width: 1920px) 100vw, 1920px" /></noscript>								</a>
															</div>
				</div>
					</div>
		</div>
							</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-67d56dbb elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="67d56dbb" 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-top-column elementor-element elementor-element-4eb62d83" data-id="4eb62d83" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<section class="elementor-section elementor-inner-section elementor-element elementor-element-46fb0a9 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="46fb0a9" 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-46cbe030" data-id="46cbe030" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-2b2292d0 elementor-widget elementor-widget-image" data-id="2b2292d0" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="/register" target="_blank" rel="nofollow" register="">
							<img width="800" height="800" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20800%20800'%3E%3C/svg%3E" class="attachment-large size-large wp-image-1643" alt="xlot1688v5" data-lazy-srcset="https://alburypinatacompany.com/wp-content/uploads/2023/09/249-1024x1024.webp 1024w, https://alburypinatacompany.com/wp-content/uploads/2023/09/249-300x300.webp 300w, https://alburypinatacompany.com/wp-content/uploads/2023/09/249-150x150.webp 150w, https://alburypinatacompany.com/wp-content/uploads/2023/09/249-768x768.webp 768w, https://alburypinatacompany.com/wp-content/uploads/2023/09/249.webp 1040w" data-lazy-sizes="(max-width: 800px) 100vw, 800px" data-lazy-src="https://alburypinatacompany.com/wp-content/uploads/2023/09/249-1024x1024.webp" /><noscript><img width="800" height="800" src="https://alburypinatacompany.com/wp-content/uploads/2023/09/249-1024x1024.webp" class="attachment-large size-large wp-image-1643" alt="xlot1688v5" srcset="https://alburypinatacompany.com/wp-content/uploads/2023/09/249-1024x1024.webp 1024w, https://alburypinatacompany.com/wp-content/uploads/2023/09/249-300x300.webp 300w, https://alburypinatacompany.com/wp-content/uploads/2023/09/249-150x150.webp 150w, https://alburypinatacompany.com/wp-content/uploads/2023/09/249-768x768.webp 768w, https://alburypinatacompany.com/wp-content/uploads/2023/09/249.webp 1040w" sizes="(max-width: 800px) 100vw, 800px" /></noscript>								</a>
															</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-4874fd7" data-id="4874fd7" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
					<div class="elementor-background-overlay"></div>
								<div class="elementor-element elementor-element-37a1fdb4 elementor-widget elementor-widget-heading" data-id="37a1fdb4" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<style></style><h1 class="elementor-heading-title elementor-size-default">xlot1688</h1>		</div>
				</div>
				<div class="elementor-element elementor-element-5f8422e0 elementor-widget elementor-widget-text-editor" data-id="5f8422e0" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
			<style></style>				<a href="https://alburypinatacompany.com/"><strong><span style="color:#00FFFF">xlot1688</span></strong></a> เว็บพนันออนไลน์ที่ได้รับการยอมรับอันดับ 1 ใหม่ล่าสุดของไทยในปัจจุบัน ระบบฝากถอนเงินโอนทันใจในเว็บพนันออนไลน์ เพียง 5 วินาที เล่นเกมพนันออนไลน์ได้ทั้งในโทรศัพท์มือถือและคอมพิวเตอร์ได้อย่างสะดวกสบาย ร่วมสนุกกับเกมออนไลน์ที่มีโปรโมชั่นแจกเครดิตฟรีทุกวัน และมอบประสบการณ์สุดพิเศษไม่เหมือนใคร เล่นง่าย เดิมพันสนุก เรามีเกมส์ทุกค่ายออนไลน์ไม่ว่าจะเป็น PG สล็อต, คาสิโน, หรือการพนันบอล ที่มาจากค่ายชั้นนำทั้งหมด. สมัครสมาชิกได้ที่นี่และรับเงินโบนัสฟรี! ที่เดียว ที่ <strong><span style="color:#FF69B4">xlot1688v5</span></strong> จ่ายหนัก เว็บตรง เรามุ่งมั่นให้บริการเกมพนันออนไลน์ด้วยทีมงานมืออาชีพที่มุ่งมั่นที่สุดเพื่อความพึงพอใจสูงสุดของลูกค้าทุกท่าน. ของ <strong><span style="color:#FF69B4">xlot1688 ทางเข้า</span></strong> เว็บพนันออนไลน์ที่เชื่อถือได้ บริการ 24 ชั่วโมงพร้อมระบบที่พร้อมให้บริการตลอด 24 ชั่วโมง						</div>
				</div>
					</div>
		</div>
							</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-5dbad99 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="5dbad99" 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-531a6e5" data-id="531a6e5" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-85a7ef1 elementor-widget__width-initial elementor-widget-mobile__width-initial elementor-widget-tablet__width-initial elementor-widget elementor-widget-image" data-id="85a7ef1" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="/register" target="_blank" rel="nofollow">
							<img width="500" height="100" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20500%20100'%3E%3C/svg%3E" class="attachment-large size-large wp-image-1591" alt="" data-lazy-src="https://alburypinatacompany.com/wp-content/uploads/2023/09/register-botton.gif" /><noscript><img width="500" height="100" src="https://alburypinatacompany.com/wp-content/uploads/2023/09/register-botton.gif" class="attachment-large size-large wp-image-1591" alt="" /></noscript>								</a>
															</div>
				</div>
					</div>
		</div>
							</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-607e65f elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="607e65f" 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-7edd184" data-id="7edd184" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-670b9f6 elementor-widget__width-initial elementor-widget-mobile__width-initial elementor-widget elementor-widget-image" data-id="670b9f6" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img width="209" height="82" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20209%2082'%3E%3C/svg%3E" class="attachment-large size-large wp-image-1589" alt="" data-lazy-src="https://alburypinatacompany.com/wp-content/uploads/2023/09/hot-game-1.webp" /><noscript><img width="209" height="82" src="https://alburypinatacompany.com/wp-content/uploads/2023/09/hot-game-1.webp" class="attachment-large size-large wp-image-1589" alt="" /></noscript>															</div>
				</div>
					</div>
		</div>
							</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-201e272 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="201e272" 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-ce17ff2" data-id="ce17ff2" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-95988e9 elementor-widget elementor-widget-gallery" data-id="95988e9" data-element_type="widget" data-settings="{&quot;gallery_layout&quot;:&quot;justified&quot;,&quot;gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:5,&quot;sizes&quot;:[]},&quot;link_to&quot;:&quot;custom&quot;,&quot;url&quot;:{&quot;url&quot;:&quot;\/register&quot;,&quot;is_external&quot;:&quot;on&quot;,&quot;nofollow&quot;:&quot;on&quot;,&quot;custom_attributes&quot;:&quot;&quot;},&quot;lazyload&quot;:&quot;yes&quot;,&quot;ideal_row_height&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:200,&quot;sizes&quot;:[]},&quot;ideal_row_height_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:150,&quot;sizes&quot;:[]},&quot;ideal_row_height_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:150,&quot;sizes&quot;:[]},&quot;gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;overlay_background&quot;:&quot;yes&quot;,&quot;content_hover_animation&quot;:&quot;fade-in&quot;}" data-widget_type="gallery.default">
				<div class="elementor-widget-container">
			<style></style>		<div class="elementor-gallery__container">
							<a class="e-gallery-item elementor-gallery-item elementor-animated-content" href="/register" target="_blank" rel="nofollow">
					<div class="e-gallery-image elementor-gallery-item__image" data-thumbnail="https://alburypinatacompany.com/wp-content/uploads/2023/09/sexy-200x300.png" data-width="200" data-height="300" aria-label="" role="img" ></div>
											<div class="elementor-gallery-item__overlay"></div>
														</a>
							<a class="e-gallery-item elementor-gallery-item elementor-animated-content" href="/register" target="_blank" rel="nofollow">
					<div class="e-gallery-image elementor-gallery-item__image" data-thumbnail="https://alburypinatacompany.com/wp-content/uploads/2023/09/pg2-200x300.png" data-width="200" data-height="300" aria-label="" role="img" ></div>
											<div class="elementor-gallery-item__overlay"></div>
														</a>
							<a class="e-gallery-item elementor-gallery-item elementor-animated-content" href="/register" target="_blank" rel="nofollow">
					<div class="e-gallery-image elementor-gallery-item__image" data-thumbnail="https://alburypinatacompany.com/wp-content/uploads/2023/09/kingmaker-200x300.png" data-width="200" data-height="300" aria-label="" role="img" ></div>
											<div class="elementor-gallery-item__overlay"></div>
														</a>
							<a class="e-gallery-item elementor-gallery-item elementor-animated-content" href="/register" target="_blank" rel="nofollow">
					<div class="e-gallery-image elementor-gallery-item__image" data-thumbnail="https://alburypinatacompany.com/wp-content/uploads/2023/09/jili-200x300.png" data-width="200" data-height="300" aria-label="" role="img" ></div>
											<div class="elementor-gallery-item__overlay"></div>
														</a>
							<a class="e-gallery-item elementor-gallery-item elementor-animated-content" href="/register" target="_blank" rel="nofollow">
					<div class="e-gallery-image elementor-gallery-item__image" data-thumbnail="https://alburypinatacompany.com/wp-content/uploads/2023/09/sa-200x300.png" data-width="200" data-height="300" aria-label="" role="img" ></div>
											<div class="elementor-gallery-item__overlay"></div>
														</a>
							<a class="e-gallery-item elementor-gallery-item elementor-animated-content" href="/register" target="_blank" rel="nofollow">
					<div class="e-gallery-image elementor-gallery-item__image" data-thumbnail="https://alburypinatacompany.com/wp-content/uploads/2023/09/joker2-1-206x300.png" data-width="206" data-height="300" aria-label="" role="img" ></div>
											<div class="elementor-gallery-item__overlay"></div>
														</a>
					</div>
			</div>
				</div>
					</div>
		</div>
							</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-cc76690 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="cc76690" 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-c7ce028" data-id="c7ce028" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-e85fac0 elementor-widget__width-initial elementor-widget-mobile__width-initial elementor-widget elementor-widget-image" data-id="e85fac0" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img width="231" height="82" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20231%2082'%3E%3C/svg%3E" class="attachment-large size-large wp-image-1590" alt="" data-lazy-src="https://alburypinatacompany.com/wp-content/uploads/2023/09/popular.webp" /><noscript><img width="231" height="82" src="https://alburypinatacompany.com/wp-content/uploads/2023/09/popular.webp" class="attachment-large size-large wp-image-1590" alt="" /></noscript>															</div>
				</div>
					</div>
		</div>
							</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-48b3ed9b elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="48b3ed9b" 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-13f72eb2" data-id="13f72eb2" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-3ecfa0e elementor-widget elementor-widget-gallery" data-id="3ecfa0e" data-element_type="widget" data-settings="{&quot;gallery_layout&quot;:&quot;masonry&quot;,&quot;link_to&quot;:&quot;custom&quot;,&quot;url&quot;:{&quot;url&quot;:&quot;\/register&quot;,&quot;is_external&quot;:&quot;on&quot;,&quot;nofollow&quot;:&quot;on&quot;,&quot;custom_attributes&quot;:&quot;&quot;},&quot;columns_mobile&quot;:2,&quot;gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:15,&quot;sizes&quot;:[]},&quot;columns&quot;:6,&quot;columns_tablet&quot;:4,&quot;lazyload&quot;:&quot;yes&quot;,&quot;gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;overlay_background&quot;:&quot;yes&quot;,&quot;content_hover_animation&quot;:&quot;fade-in&quot;}" data-widget_type="gallery.default">
				<div class="elementor-widget-container">
					<div class="elementor-gallery__container">
							<a class="e-gallery-item elementor-gallery-item elementor-animated-content" href="/register" target="_blank" rel="nofollow">
					<div class="e-gallery-image elementor-gallery-item__image" data-thumbnail="https://alburypinatacompany.com/wp-content/uploads/2023/09/mytemplate07-1.webp" data-width="330" data-height="345" aria-label="" role="img" ></div>
											<div class="elementor-gallery-item__overlay"></div>
														</a>
							<a class="e-gallery-item elementor-gallery-item elementor-animated-content" href="/register" target="_blank" rel="nofollow">
					<div class="e-gallery-image elementor-gallery-item__image" data-thumbnail="https://alburypinatacompany.com/wp-content/uploads/2023/09/mytemplate11.webp" data-width="331" data-height="345" aria-label="" role="img" ></div>
											<div class="elementor-gallery-item__overlay"></div>
														</a>
							<a class="e-gallery-item elementor-gallery-item elementor-animated-content" href="/register" target="_blank" rel="nofollow">
					<div class="e-gallery-image elementor-gallery-item__image" data-thumbnail="https://alburypinatacompany.com/wp-content/uploads/2023/09/mytemplate16.webp" data-width="331" data-height="345" aria-label="" role="img" ></div>
											<div class="elementor-gallery-item__overlay"></div>
														</a>
							<a class="e-gallery-item elementor-gallery-item elementor-animated-content" href="/register" target="_blank" rel="nofollow">
					<div class="e-gallery-image elementor-gallery-item__image" data-thumbnail="https://alburypinatacompany.com/wp-content/uploads/2023/09/mytemplate20.webp" data-width="331" data-height="345" aria-label="" role="img" ></div>
											<div class="elementor-gallery-item__overlay"></div>
														</a>
							<a class="e-gallery-item elementor-gallery-item elementor-animated-content" href="/register" target="_blank" rel="nofollow">
					<div class="e-gallery-image elementor-gallery-item__image" data-thumbnail="https://alburypinatacompany.com/wp-content/uploads/2023/09/mytemplate05-1.webp" data-width="330" data-height="345" aria-label="" role="img" ></div>
											<div class="elementor-gallery-item__overlay"></div>
														</a>
							<a class="e-gallery-item elementor-gallery-item elementor-animated-content" href="/register" target="_blank" rel="nofollow">
					<div class="e-gallery-image elementor-gallery-item__image" data-thumbnail="https://alburypinatacompany.com/wp-content/uploads/2023/09/mytemplate01-1.webp" data-width="330" data-height="345" aria-label="" role="img" ></div>
											<div class="elementor-gallery-item__overlay"></div>
														</a>
							<a class="e-gallery-item elementor-gallery-item elementor-animated-content" href="/register" target="_blank" rel="nofollow">
					<div class="e-gallery-image elementor-gallery-item__image" data-thumbnail="https://alburypinatacompany.com/wp-content/uploads/2023/09/mytemplate04-1.webp" data-width="330" data-height="345" aria-label="" role="img" ></div>
											<div class="elementor-gallery-item__overlay"></div>
														</a>
							<a class="e-gallery-item elementor-gallery-item elementor-animated-content" href="/register" target="_blank" rel="nofollow">
					<div class="e-gallery-image elementor-gallery-item__image" data-thumbnail="https://alburypinatacompany.com/wp-content/uploads/2023/09/mytemplate06-1.webp" data-width="330" data-height="345" aria-label="" role="img" ></div>
											<div class="elementor-gallery-item__overlay"></div>
														</a>
							<a class="e-gallery-item elementor-gallery-item elementor-animated-content" href="/register" target="_blank" rel="nofollow">
					<div class="e-gallery-image elementor-gallery-item__image" data-thumbnail="https://alburypinatacompany.com/wp-content/uploads/2023/09/mytemplate17.webp" data-width="331" data-height="345" aria-label="" role="img" ></div>
											<div class="elementor-gallery-item__overlay"></div>
														</a>
							<a class="e-gallery-item elementor-gallery-item elementor-animated-content" href="/register" target="_blank" rel="nofollow">
					<div class="e-gallery-image elementor-gallery-item__image" data-thumbnail="https://alburypinatacompany.com/wp-content/uploads/2023/09/mytemplate22.webp" data-width="331" data-height="345" aria-label="" role="img" ></div>
											<div class="elementor-gallery-item__overlay"></div>
														</a>
							<a class="e-gallery-item elementor-gallery-item elementor-animated-content" href="/register" target="_blank" rel="nofollow">
					<div class="e-gallery-image elementor-gallery-item__image" data-thumbnail="https://alburypinatacompany.com/wp-content/uploads/2023/09/mytemplate21.webp" data-width="331" data-height="345" aria-label="" role="img" ></div>
											<div class="elementor-gallery-item__overlay"></div>
														</a>
							<a class="e-gallery-item elementor-gallery-item elementor-animated-content" href="/register" target="_blank" rel="nofollow">
					<div class="e-gallery-image elementor-gallery-item__image" data-thumbnail="https://alburypinatacompany.com/wp-content/uploads/2023/09/mytemplate19.webp" data-width="331" data-height="345" aria-label="" role="img" ></div>
											<div class="elementor-gallery-item__overlay"></div>
														</a>
							<a class="e-gallery-item elementor-gallery-item elementor-animated-content" href="/register" target="_blank" rel="nofollow">
					<div class="e-gallery-image elementor-gallery-item__image" data-thumbnail="https://alburypinatacompany.com/wp-content/uploads/2023/09/mytemplate24.webp" data-width="331" data-height="345" aria-label="" role="img" ></div>
											<div class="elementor-gallery-item__overlay"></div>
														</a>
							<a class="e-gallery-item elementor-gallery-item elementor-animated-content" href="/register" target="_blank" rel="nofollow">
					<div class="e-gallery-image elementor-gallery-item__image" data-thumbnail="https://alburypinatacompany.com/wp-content/uploads/2023/09/mytemplate18.webp" data-width="331" data-height="345" aria-label="" role="img" ></div>
											<div class="elementor-gallery-item__overlay"></div>
														</a>
							<a class="e-gallery-item elementor-gallery-item elementor-animated-content" href="/register" target="_blank" rel="nofollow">
					<div class="e-gallery-image elementor-gallery-item__image" data-thumbnail="https://alburypinatacompany.com/wp-content/uploads/2023/09/mytemplate10-1.webp" data-width="330" data-height="345" aria-label="" role="img" ></div>
											<div class="elementor-gallery-item__overlay"></div>
														</a>
							<a class="e-gallery-item elementor-gallery-item elementor-animated-content" href="/register" target="_blank" rel="nofollow">
					<div class="e-gallery-image elementor-gallery-item__image" data-thumbnail="https://alburypinatacompany.com/wp-content/uploads/2023/09/mytemplate02-1.webp" data-width="330" data-height="345" aria-label="" role="img" ></div>
											<div class="elementor-gallery-item__overlay"></div>
														</a>
							<a class="e-gallery-item elementor-gallery-item elementor-animated-content" href="/register" target="_blank" rel="nofollow">
					<div class="e-gallery-image elementor-gallery-item__image" data-thumbnail="https://alburypinatacompany.com/wp-content/uploads/2023/09/mytemplate15-1.webp" data-width="331" data-height="345" aria-label="" role="img" ></div>
											<div class="elementor-gallery-item__overlay"></div>
														</a>
							<a class="e-gallery-item elementor-gallery-item elementor-animated-content" href="/register" target="_blank" rel="nofollow">
					<div class="e-gallery-image elementor-gallery-item__image" data-thumbnail="https://alburypinatacompany.com/wp-content/uploads/2023/09/mytemplate12-1.webp" data-width="331" data-height="345" aria-label="" role="img" ></div>
											<div class="elementor-gallery-item__overlay"></div>
														</a>
							<a class="e-gallery-item elementor-gallery-item elementor-animated-content" href="/register" target="_blank" rel="nofollow">
					<div class="e-gallery-image elementor-gallery-item__image" data-thumbnail="https://alburypinatacompany.com/wp-content/uploads/2023/09/mytemplate08-1.webp" data-width="330" data-height="345" aria-label="" role="img" ></div>
											<div class="elementor-gallery-item__overlay"></div>
														</a>
							<a class="e-gallery-item elementor-gallery-item elementor-animated-content" href="/register" target="_blank" rel="nofollow">
					<div class="e-gallery-image elementor-gallery-item__image" data-thumbnail="https://alburypinatacompany.com/wp-content/uploads/2023/09/mytemplate13.webp" data-width="331" data-height="345" aria-label="" role="img" ></div>
											<div class="elementor-gallery-item__overlay"></div>
														</a>
							<a class="e-gallery-item elementor-gallery-item elementor-animated-content" href="/register" target="_blank" rel="nofollow">
					<div class="e-gallery-image elementor-gallery-item__image" data-thumbnail="https://alburypinatacompany.com/wp-content/uploads/2023/09/mytemplate23.webp" data-width="331" data-height="345" aria-label="" role="img" ></div>
											<div class="elementor-gallery-item__overlay"></div>
														</a>
							<a class="e-gallery-item elementor-gallery-item elementor-animated-content" href="/register" target="_blank" rel="nofollow">
					<div class="e-gallery-image elementor-gallery-item__image" data-thumbnail="https://alburypinatacompany.com/wp-content/uploads/2023/09/mytemplate14-1.webp" data-width="331" data-height="345" aria-label="" role="img" ></div>
											<div class="elementor-gallery-item__overlay"></div>
														</a>
							<a class="e-gallery-item elementor-gallery-item elementor-animated-content" href="/register" target="_blank" rel="nofollow">
					<div class="e-gallery-image elementor-gallery-item__image" data-thumbnail="https://alburypinatacompany.com/wp-content/uploads/2023/09/mytemplate03-1-1.webp" data-width="330" data-height="345" aria-label="" role="img" ></div>
											<div class="elementor-gallery-item__overlay"></div>
														</a>
							<a class="e-gallery-item elementor-gallery-item elementor-animated-content" href="/register" target="_blank" rel="nofollow">
					<div class="e-gallery-image elementor-gallery-item__image" data-thumbnail="https://alburypinatacompany.com/wp-content/uploads/2023/09/mytemplate09-1.webp" data-width="330" data-height="345" aria-label="" role="img" ></div>
											<div class="elementor-gallery-item__overlay"></div>
														</a>
					</div>
			</div>
				</div>
					</div>
		</div>
							</div>
		</section>
				<div class="elementor-element elementor-element-ccd45d3 elementor-widget elementor-widget-image" data-id="ccd45d3" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img width="800" height="1" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20800%201'%3E%3C/svg%3E" class="attachment-large size-large wp-image-1444" alt="" data-lazy-src="https://alburypinatacompany.com/wp-content/uploads/2023/09/ค่ายเกม1.gif" /><noscript><img width="800" height="1" src="https://alburypinatacompany.com/wp-content/uploads/2023/09/ค่ายเกม1.gif" class="attachment-large size-large wp-image-1444" alt="" /></noscript>															</div>
				</div>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-5c66eb7 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="5c66eb7" 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-ce4594d" data-id="ce4594d" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-db6add1 elementor-widget__width-initial elementor-widget-mobile__width-initial elementor-widget-tablet__width-initial elementor-widget elementor-widget-image" data-id="db6add1" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="/register" target="_blank" rel="nofollow">
							<img width="500" height="100" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20500%20100'%3E%3C/svg%3E" class="attachment-large size-large wp-image-1591" alt="" data-lazy-src="https://alburypinatacompany.com/wp-content/uploads/2023/09/register-botton.gif" /><noscript><img width="500" height="100" src="https://alburypinatacompany.com/wp-content/uploads/2023/09/register-botton.gif" class="attachment-large size-large wp-image-1591" alt="" /></noscript>								</a>
															</div>
				</div>
				<div class="elementor-element elementor-element-5913c0e elementor-widget elementor-widget-image" data-id="5913c0e" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img width="800" height="1" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20800%201'%3E%3C/svg%3E" class="attachment-large size-large wp-image-1444" alt="" data-lazy-src="https://alburypinatacompany.com/wp-content/uploads/2023/09/ค่ายเกม1.gif" /><noscript><img width="800" height="1" src="https://alburypinatacompany.com/wp-content/uploads/2023/09/ค่ายเกม1.gif" class="attachment-large size-large wp-image-1444" alt="" /></noscript>															</div>
				</div>
					</div>
		</div>
							</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-2b332ea0 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="2b332ea0" data-element_type="section">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-586c6aa0" data-id="586c6aa0" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
					<div class="elementor-background-overlay"></div>
								<div class="elementor-element elementor-element-15882137 elementor-widget elementor-widget-image" data-id="15882137" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="/register" target="_blank" rel="nofollow">
							<img width="800" height="800" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20800%20800'%3E%3C/svg%3E" class="attachment-large size-large wp-image-1649" alt="xlot1688 วอ ล เล็ ต" data-lazy-srcset="https://alburypinatacompany.com/wp-content/uploads/2023/09/268-1024x1024.webp 1024w, https://alburypinatacompany.com/wp-content/uploads/2023/09/268-300x300.webp 300w, https://alburypinatacompany.com/wp-content/uploads/2023/09/268-150x150.webp 150w, https://alburypinatacompany.com/wp-content/uploads/2023/09/268-768x768.webp 768w, https://alburypinatacompany.com/wp-content/uploads/2023/09/268.webp 1040w" data-lazy-sizes="(max-width: 800px) 100vw, 800px" data-lazy-src="https://alburypinatacompany.com/wp-content/uploads/2023/09/268-1024x1024.webp" /><noscript><img width="800" height="800" src="https://alburypinatacompany.com/wp-content/uploads/2023/09/268-1024x1024.webp" class="attachment-large size-large wp-image-1649" alt="xlot1688 วอ ล เล็ ต" srcset="https://alburypinatacompany.com/wp-content/uploads/2023/09/268-1024x1024.webp 1024w, https://alburypinatacompany.com/wp-content/uploads/2023/09/268-300x300.webp 300w, https://alburypinatacompany.com/wp-content/uploads/2023/09/268-150x150.webp 150w, https://alburypinatacompany.com/wp-content/uploads/2023/09/268-768x768.webp 768w, https://alburypinatacompany.com/wp-content/uploads/2023/09/268.webp 1040w" sizes="(max-width: 800px) 100vw, 800px" /></noscript>								</a>
															</div>
				</div>
				<div class="elementor-element elementor-element-14d4f300 elementor-widget elementor-widget-heading" data-id="14d4f300" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default">xlot1688v5 สุดยอดเว็บสล็อตออนไลน์</h2>		</div>
				</div>
				<div class="elementor-element elementor-element-2639da8b elementor-widget elementor-widget-text-editor" data-id="2639da8b" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							ที่นี่มีเว็บสล็อตที่น่าเชื่อถือที่สุดเลย ปัจจุบันมีการสร้างเว็บไซต์พนันออนไลน์เพิ่มขึ้นอย่างรวดเร็วและต่อเนื่องในประเทศไทยอย่างแท้จริง เว็บพนันออนไลน์มีโปรโมชั่นมากมายที่เหมาะกับทุกคนที่คุณสามารถเลือกได้ <strong><span style="color:#00FF7F">xlot1688v5</span></strong> แจกเครดิตที่เหมาะสมสำหรับการเดิมพันออนไลน์เพื่อเพิ่มโอกาสในการชนะ หากคุณกำลังมองหาเว็บพนันออนไลน์ที่มีคนเล่นจำนวนมากที่สุดและได้รับความนิยมอันดับหนึ่งในประเทศไทย คุณควรเลือกเว็บพนันที่ได้รับความนิยมที่สุด. เรามีประสบการณ์มากกว่า 10 ปี ในการพัฒนาและให้บริการเกมการพนันออนไลน์ที่หลากหลายรูปแบบเพื่อคุณ สมัครฟรี แตกง่าย <br></br> เล่นพนันออนไลน์ทุกประเภท เพลิดเพลินกับการชนะและความตื่นเต้นที่คาสิโนเกมออนไลน์. <strong><span style="color:#FFD700">xlot1688</span></strong> API เว็บพนันออนไลน์ตรงจากต่างประเทศที่เป็นที่ชื่นชอบของคนไทย ที่มีการเล่นบาคาร่าและสล็อตออนไลน์ให้คุณได้อย่างสะดวกสบายและปลอดภัยที่สุด เราขอแนะนำให้คุณสนุกสนานและตื่นเต้นกับการเล่นเกมพนันออนไลน์ที่มั่นคงและปลอดภัย <strong><span style="color:#FFD700">xlot1688 ทางเข้า</span></strong> เว็บพนันออนไลน์ที่เป็นที่ยอมรับของคนไทยทั้งหลาย						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-37c1e0f9" data-id="37c1e0f9" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
					<div class="elementor-background-overlay"></div>
								<div class="elementor-element elementor-element-57720f30 elementor-widget elementor-widget-image" data-id="57720f30" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="/register" target="_blank" rel="nofollow">
							<img width="800" height="800" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20800%20800'%3E%3C/svg%3E" class="attachment-large size-large wp-image-1650" alt="xlot1688v5 ทางเข้า" data-lazy-srcset="https://alburypinatacompany.com/wp-content/uploads/2023/09/269-1024x1024.webp 1024w, https://alburypinatacompany.com/wp-content/uploads/2023/09/269-300x300.webp 300w, https://alburypinatacompany.com/wp-content/uploads/2023/09/269-150x150.webp 150w, https://alburypinatacompany.com/wp-content/uploads/2023/09/269-768x768.webp 768w, https://alburypinatacompany.com/wp-content/uploads/2023/09/269.webp 1040w" data-lazy-sizes="(max-width: 800px) 100vw, 800px" data-lazy-src="https://alburypinatacompany.com/wp-content/uploads/2023/09/269-1024x1024.webp" /><noscript><img width="800" height="800" src="https://alburypinatacompany.com/wp-content/uploads/2023/09/269-1024x1024.webp" class="attachment-large size-large wp-image-1650" alt="xlot1688v5 ทางเข้า" srcset="https://alburypinatacompany.com/wp-content/uploads/2023/09/269-1024x1024.webp 1024w, https://alburypinatacompany.com/wp-content/uploads/2023/09/269-300x300.webp 300w, https://alburypinatacompany.com/wp-content/uploads/2023/09/269-150x150.webp 150w, https://alburypinatacompany.com/wp-content/uploads/2023/09/269-768x768.webp 768w, https://alburypinatacompany.com/wp-content/uploads/2023/09/269.webp 1040w" sizes="(max-width: 800px) 100vw, 800px" /></noscript>								</a>
															</div>
				</div>
				<div class="elementor-element elementor-element-2e3f2f7f elementor-widget elementor-widget-heading" data-id="2e3f2f7f" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default">xlot1688 ทางเข้า - เว็บตรง แตกง่าย</h2>		</div>
				</div>
				<div class="elementor-element elementor-element-104eaf00 elementor-widget elementor-widget-text-editor" data-id="104eaf00" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							สล็อตเว็บ เว็บตรง แตกง่าย การประสบความสำเร็จจากการพนันออนไลน์ต้องอาศัยการเลือกเว็บและผู้ให้บริการที่เหมาะสม <strong><span style="color:#FFD700">xlot1688 ทางเข้า</span></strong> การเดิมพันออนไลน์ต้องปฏิบัติตามเงื่อนไขสำคัญ ต้องลงทะเบียนเป็นสมาชิกพร้อมกำหนดเงินขั้นต่ำสำหรับการวางเดิมพันออนไลน์ อย่างไรก็ตาม มีเว็บไซต์หลายแห่งที่เปิดโอกาสให้ผู้เล่นได้ทำการพนันออนไลน์ครบวงจร เว็บพนันออนไลน์ของเราไม่จำกัดขั้นต่ำในการวางเดิมพัน, ให้คุณเข้าร่วมเล่นได้อย่างอิสระ. <strong><span style="color:#00FF7F">xlot1688v5</span></strong> <br></br> บ่อยครั้งที่ท่านอาจพบเว็บเดิมพันออนไลน์นานับประการ <strong><span style="color:#FFD700">xlot1688</span></strong> สล็อตออนไลน์ที่เสนอเงื่อนไขและวิธีการเดิมพันแบบมากมายเพื่ออำนวยความสะดวกให้กับผู้เล่น สล็อต ไม่มีขั้นต่ำ เว็บไซต์การพนันออนไลน์ของเราเสนอประสบการณ์สุดพิเศษที่รวมความเป็นเลิศและความน่าเชื่อถือเข้าด้วยกัน, ทำให้เราเป็นตัวเลือกแรกของนักพนันที่แสวงหาคุณภาพและความแตกต่าง. <a href="https://alburypinatacompany.com/"><strong><span style="color:#FFD700">alburypinatacompany</span></strong></a> และวางพนันได้ไม่มีขั้นต่ำทุกเวลา ฝากเงินเล่นเกมพนันออนไลน์ไม่จำกัดจำนวน ถอนเงินได้ไม่อั้น ไม่ว่าจะกี่ครั้ง 24 ชั่วโมง						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-7d76db1e" data-id="7d76db1e" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
					<div class="elementor-background-overlay"></div>
								<div class="elementor-element elementor-element-51885ae9 elementor-widget elementor-widget-image" data-id="51885ae9" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="/register" target="_blank" rel="nofollow">
							<img width="800" height="800" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20800%20800'%3E%3C/svg%3E" class="attachment-large size-large wp-image-1651" alt="" data-lazy-srcset="https://alburypinatacompany.com/wp-content/uploads/2023/09/270-1024x1024.webp 1024w, https://alburypinatacompany.com/wp-content/uploads/2023/09/270-300x300.webp 300w, https://alburypinatacompany.com/wp-content/uploads/2023/09/270-150x150.webp 150w, https://alburypinatacompany.com/wp-content/uploads/2023/09/270-768x768.webp 768w, https://alburypinatacompany.com/wp-content/uploads/2023/09/270.webp 1040w" data-lazy-sizes="(max-width: 800px) 100vw, 800px" data-lazy-src="https://alburypinatacompany.com/wp-content/uploads/2023/09/270-1024x1024.webp" /><noscript><img width="800" height="800" src="https://alburypinatacompany.com/wp-content/uploads/2023/09/270-1024x1024.webp" class="attachment-large size-large wp-image-1651" alt="" srcset="https://alburypinatacompany.com/wp-content/uploads/2023/09/270-1024x1024.webp 1024w, https://alburypinatacompany.com/wp-content/uploads/2023/09/270-300x300.webp 300w, https://alburypinatacompany.com/wp-content/uploads/2023/09/270-150x150.webp 150w, https://alburypinatacompany.com/wp-content/uploads/2023/09/270-768x768.webp 768w, https://alburypinatacompany.com/wp-content/uploads/2023/09/270.webp 1040w" sizes="(max-width: 800px) 100vw, 800px" /></noscript>								</a>
															</div>
				</div>
				<div class="elementor-element elementor-element-2eb9a345 elementor-widget elementor-widget-heading" data-id="2eb9a345" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default">xlot1688 ดาวน์โหลด สล็อตเว็บตรง</h2>		</div>
				</div>
				<div class="elementor-element elementor-element-f6ef7ee elementor-widget elementor-widget-text-editor" data-id="f6ef7ee" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							เว็บตรง แตกง่าย สล็อต เว็บตรง ที่ <strong><span style="color:#FFD700">xlot1688</span></strong> ได้รับความไว้วางใจจากผู้เล่น ทั้งในประเทศไทย และทั่วโลกในการเดิมพันออนไลน์ หากคุณกำลังมองหาเว็บพนันสล็อตที่มีมาตรฐานและความน่าเชื่อถือ เว็บพนันออนไลน์ของเราเป็นเลิศที่สุดแล้ว เพราะการเดิมพันออนไลน์ที่สล็อตเว็บตรงสามารถนำเสนอความสนุกและโอกาสในการได้รายได้เพิ่มขึ้นได้ <strong><span style="color:#FF69B4">xlot1688 ดาวน์โหลด</span></strong> และ มีมากกว่า 3,000 เกมสล็อตที่ท้าทายและสนุกสำหรับคนที่รักการเล่นเกมออนไลน์ <br></br> มีการเดิมพันออนไลน์ที่มีค่ายสล็อตมากถึง 25 ค่าย รวมทั้ง PG SLOT, 918KISS, BETSOFT, JOKER123, JDB, SKYWIND เพื่อคุณเพลิดเพลินและสนุกสนานในการเล่นเกม. มีหลายเกมการพนันออนไลน์ที่ได้รับความนิยมจากบริษัทชั้นนำในวงการนี้และยังมีเกมอีกมากมายจากค่ายชั้นนำที่หลายคนรู้จักล่องลอย เว็บไซต์นี้เป็นที่สำคัญสำหรับผู้ที่หลงใจและมีความผิดหวังในการเล่นพนันออนไลน์และเป็นแหล่งรวมประสบการณ์การพนันออนไลน์ที่สุกและตื่นเต้นที่สุดในโลก และที่สำคัญที่ไม่ควรพลาดสำหรับผู้ที่หลงใหญ่ในโลกของการพนันออนไลน์ที่มีประสบการณ์ที่หลึ่งใหญ่ที่สุดและสนุกที่สุด เป็น website ที่คุณควรต้องลอง แตกหนัก กำไรแน่นอน <strong><span style="color:#FFD700">xlot1688 ทางเข้า</span></strong> เว็บพนันออนไลน์ที่มีระบบการพนันที่ครบถ้วนและเสถียรที่สุดในปัจจุบันที่มีความสมบูรณ์ที่สูงที่สุดในขณะนี้						</div>
				</div>
					</div>
		</div>
							</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-7ecbd8eb elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="7ecbd8eb" 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-68d7a95c" data-id="68d7a95c" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-90588d5 elementor-widget__width-initial elementor-widget-mobile__width-initial elementor-widget elementor-widget-image" data-id="90588d5" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="/register" target="_blank" rel="nofollow">
							<img width="500" height="100" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20500%20100'%3E%3C/svg%3E" class="attachment-large size-large wp-image-1591" alt="" data-lazy-src="https://alburypinatacompany.com/wp-content/uploads/2023/09/register-botton.gif" /><noscript><img width="500" height="100" src="https://alburypinatacompany.com/wp-content/uploads/2023/09/register-botton.gif" class="attachment-large size-large wp-image-1591" alt="" /></noscript>								</a>
															</div>
				</div>
				<div class="elementor-element elementor-element-f993f2b elementor-widget elementor-widget-image" data-id="f993f2b" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img width="800" height="1" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20800%201'%3E%3C/svg%3E" class="attachment-large size-large wp-image-1444" alt="" data-lazy-src="https://alburypinatacompany.com/wp-content/uploads/2023/09/ค่ายเกม1.gif" /><noscript><img width="800" height="1" src="https://alburypinatacompany.com/wp-content/uploads/2023/09/ค่ายเกม1.gif" class="attachment-large size-large wp-image-1444" alt="" /></noscript>															</div>
				</div>
				<div class="elementor-element elementor-element-b673407 elementor-widget elementor-widget-gallery" data-id="b673407" data-element_type="widget" data-settings="{&quot;gallery_layout&quot;:&quot;masonry&quot;,&quot;link_to&quot;:&quot;custom&quot;,&quot;url&quot;:{&quot;url&quot;:&quot;\/register&quot;,&quot;is_external&quot;:&quot;on&quot;,&quot;nofollow&quot;:&quot;on&quot;,&quot;custom_attributes&quot;:&quot;&quot;},&quot;columns&quot;:5,&quot;columns_mobile&quot;:3,&quot;columns_tablet&quot;:6,&quot;lazyload&quot;:&quot;yes&quot;,&quot;gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;overlay_background&quot;:&quot;yes&quot;,&quot;content_hover_animation&quot;:&quot;fade-in&quot;}" data-widget_type="gallery.default">
				<div class="elementor-widget-container">
					<div class="elementor-gallery__container">
							<a class="e-gallery-item elementor-gallery-item elementor-animated-content" href="/register" target="_blank" rel="nofollow">
					<div class="e-gallery-image elementor-gallery-item__image" data-thumbnail="https://alburypinatacompany.com/wp-content/uploads/2023/09/poring-205-1.png" data-width="196" data-height="310" aria-label="" role="img" ></div>
											<div class="elementor-gallery-item__overlay"></div>
														</a>
							<a class="e-gallery-item elementor-gallery-item elementor-animated-content" href="/register" target="_blank" rel="nofollow">
					<div class="e-gallery-image elementor-gallery-item__image" data-thumbnail="https://alburypinatacompany.com/wp-content/uploads/2023/09/poring-204-1.png" data-width="196" data-height="310" aria-label="" role="img" ></div>
											<div class="elementor-gallery-item__overlay"></div>
														</a>
							<a class="e-gallery-item elementor-gallery-item elementor-animated-content" href="/register" target="_blank" rel="nofollow">
					<div class="e-gallery-image elementor-gallery-item__image" data-thumbnail="https://alburypinatacompany.com/wp-content/uploads/2023/09/poring-206-1.png" data-width="194" data-height="306" aria-label="" role="img" ></div>
											<div class="elementor-gallery-item__overlay"></div>
														</a>
							<a class="e-gallery-item elementor-gallery-item elementor-animated-content" href="/register" target="_blank" rel="nofollow">
					<div class="e-gallery-image elementor-gallery-item__image" data-thumbnail="https://alburypinatacompany.com/wp-content/uploads/2023/09/poring-203-1.png" data-width="196" data-height="310" aria-label="" role="img" ></div>
											<div class="elementor-gallery-item__overlay"></div>
														</a>
							<a class="e-gallery-item elementor-gallery-item elementor-animated-content" href="/register" target="_blank" rel="nofollow">
					<div class="e-gallery-image elementor-gallery-item__image" data-thumbnail="https://alburypinatacompany.com/wp-content/uploads/2023/09/poring-209-1.png" data-width="194" data-height="306" aria-label="" role="img" ></div>
											<div class="elementor-gallery-item__overlay"></div>
														</a>
							<a class="e-gallery-item elementor-gallery-item elementor-animated-content" href="/register" target="_blank" rel="nofollow">
					<div class="e-gallery-image elementor-gallery-item__image" data-thumbnail="https://alburypinatacompany.com/wp-content/uploads/2023/09/poring-202-1.png" data-width="196" data-height="310" aria-label="" role="img" ></div>
											<div class="elementor-gallery-item__overlay"></div>
														</a>
							<a class="e-gallery-item elementor-gallery-item elementor-animated-content" href="/register" target="_blank" rel="nofollow">
					<div class="e-gallery-image elementor-gallery-item__image" data-thumbnail="https://alburypinatacompany.com/wp-content/uploads/2023/09/poring-207-1.png" data-width="196" data-height="310" aria-label="" role="img" ></div>
											<div class="elementor-gallery-item__overlay"></div>
														</a>
							<a class="e-gallery-item elementor-gallery-item elementor-animated-content" href="/register" target="_blank" rel="nofollow">
					<div class="e-gallery-image elementor-gallery-item__image" data-thumbnail="https://alburypinatacompany.com/wp-content/uploads/2023/09/poring-210-1.png" data-width="196" data-height="310" aria-label="" role="img" ></div>
											<div class="elementor-gallery-item__overlay"></div>
														</a>
							<a class="e-gallery-item elementor-gallery-item elementor-animated-content" href="/register" target="_blank" rel="nofollow">
					<div class="e-gallery-image elementor-gallery-item__image" data-thumbnail="https://alburypinatacompany.com/wp-content/uploads/2023/09/poring-208-1.png" data-width="194" data-height="306" aria-label="" role="img" ></div>
											<div class="elementor-gallery-item__overlay"></div>
														</a>
					</div>
			</div>
				</div>
				<div class="elementor-element elementor-element-053e5fa elementor-widget elementor-widget-image" data-id="053e5fa" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img width="800" height="1" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20800%201'%3E%3C/svg%3E" class="attachment-large size-large wp-image-1444" alt="" data-lazy-src="https://alburypinatacompany.com/wp-content/uploads/2023/09/ค่ายเกม1.gif" /><noscript><img width="800" height="1" src="https://alburypinatacompany.com/wp-content/uploads/2023/09/ค่ายเกม1.gif" class="attachment-large size-large wp-image-1444" alt="" /></noscript>															</div>
				</div>
					</div>
		</div>
							</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-3012a503 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3012a503" 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-3e5165cc" data-id="3e5165cc" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
					<div class="elementor-background-overlay"></div>
								<div class="elementor-element elementor-element-137b7ea9 elementor-widget elementor-widget-heading" data-id="137b7ea9" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default">xlot1688 วอลเล็ต ฝาก10รับ108 พนันออนไลน์</h2>		</div>
				</div>
				<div class="elementor-element elementor-element-3ea8c01b elementor-widget elementor-widget-text-editor" data-id="3ea8c01b" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							ฝาก10รับ108 <strong><span style="color:#FFD700">xlot1688</span></strong> หรือ สมัครฟรี <strong><span style="color:#FFD700">สล็อต xlot1688</span></strong> สล็อตเกมออนไลน์ที่ได้ความนิยมมากที่สุดและเป็นที่นิยมสูงสุด ในวงการเดิมพันออนไลน์ การเล่นพนันออนไลน์โดยไม่ผ่านนายหน้าทำให้โอกาสในการแตกง่ายมากยิ่งขึ้นในเป็นมากกว่าเดิม ที่ไม่มีการผ่านนายหน้า จะทำให้เกิดการแตกง่ายมากกว่าเดิม <strong><span style="color:#00FF7F">xlot1688 member xoslotz</span></strong> ที่นี่คือสถานที่เดียวที่คุณสามารถเล่นพนันออนไลน์ได้อย่างปลอดภัยและน่าเชื่อถือ สล็อตฝากถอน แตกง่าย <strong><span style="color:#FF69B4">xlot1688 วอ ล เล็ ต</span></strong> ที่ให้เล่นพนันออนไลน์ขั้นต่ำเพียง 1 บาท มีค่ายมากกว่า 50 และเกมส์น่าสนใจมากกว่า 2,000 เกมส์รอคุณเลือก <br></br> ดังนั้นคุณสามารถเล่นการพนันออนไลน์ได้อย่างมั่นใจและปลอดภัยโดยไม่ต้องกังวลถึงความน่าเชื่อถือในระบบการเดิมพันใดๆ. การเล่นสล็อตออนไลน์แล้วไม่แตกและไม่ได้รับรางวัลบ่อย กำลังเป็นปัญหาที่น่าสนใจในวงการพนันออนไลน์ในปัจจุบัน หลายคนมีความกังวลเรื่องนี้บ่อยๆ ในวันนี้ หรือ? ขอแนะนำวิธีแก้ไขปัญหาการเล่นการพนันออนไลน์ให้คุณ <span style="color: #00ffff"><a style="color: #00ffff" href="https://th.wikipedia.org/wiki/%E0%B8%AA%E0%B8%A5%E0%B9%87%E0%B8%AD%E0%B8%95%E0%B9%81%E0%B8%A1%E0%B8%8A%E0%B8%8A%E0%B8%B5%E0%B8%99" target="_blank" rel="noopener"><span style="text-decoration: underline"><strong>สล็อตแมชชีน</strong></span></a></span> เพียง 1 บาท ก็เข้าร่วมการพนันออนไลน์ได้รับรางวัลที่ใหญ่มหาศาล 24 ชั่วโมงกับเรา						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-5162138a" data-id="5162138a" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-4227db3a elementor-widget__width-initial elementor-widget elementor-widget-image" data-id="4227db3a" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="/register" target="_blank" rel="nofollow">
							<img width="800" height="800" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20800%20800'%3E%3C/svg%3E" class="attachment-large size-large wp-image-1644" alt="xlot1688 ทางเข้า" data-lazy-srcset="https://alburypinatacompany.com/wp-content/uploads/2023/09/264-1024x1024.webp 1024w, https://alburypinatacompany.com/wp-content/uploads/2023/09/264-300x300.webp 300w, https://alburypinatacompany.com/wp-content/uploads/2023/09/264-150x150.webp 150w, https://alburypinatacompany.com/wp-content/uploads/2023/09/264-768x768.webp 768w, https://alburypinatacompany.com/wp-content/uploads/2023/09/264.webp 1040w" data-lazy-sizes="(max-width: 800px) 100vw, 800px" data-lazy-src="https://alburypinatacompany.com/wp-content/uploads/2023/09/264-1024x1024.webp" /><noscript><img width="800" height="800" src="https://alburypinatacompany.com/wp-content/uploads/2023/09/264-1024x1024.webp" class="attachment-large size-large wp-image-1644" alt="xlot1688 ทางเข้า" srcset="https://alburypinatacompany.com/wp-content/uploads/2023/09/264-1024x1024.webp 1024w, https://alburypinatacompany.com/wp-content/uploads/2023/09/264-300x300.webp 300w, https://alburypinatacompany.com/wp-content/uploads/2023/09/264-150x150.webp 150w, https://alburypinatacompany.com/wp-content/uploads/2023/09/264-768x768.webp 768w, https://alburypinatacompany.com/wp-content/uploads/2023/09/264.webp 1040w" sizes="(max-width: 800px) 100vw, 800px" /></noscript>								</a>
															</div>
				</div>
					</div>
		</div>
							</div>
		</section>
				<div class="elementor-element elementor-element-50e1147 elementor-widget elementor-widget-image" data-id="50e1147" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img width="800" height="1" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20800%201'%3E%3C/svg%3E" class="attachment-large size-large wp-image-1444" alt="" data-lazy-src="https://alburypinatacompany.com/wp-content/uploads/2023/09/ค่ายเกม1.gif" /><noscript><img width="800" height="1" src="https://alburypinatacompany.com/wp-content/uploads/2023/09/ค่ายเกม1.gif" class="attachment-large size-large wp-image-1444" alt="" /></noscript>															</div>
				</div>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-5a392b8f elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="5a392b8f" 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-77b1a513" data-id="77b1a513" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-2c27b046 elementor-widget__width-initial elementor-widget elementor-widget-image" data-id="2c27b046" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="/register" target="_blank" rel="nofollow">
							<img width="800" height="800" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20800%20800'%3E%3C/svg%3E" class="attachment-large size-large wp-image-1645" alt="xlot1688 ดาวน์โหลด" data-lazy-srcset="https://alburypinatacompany.com/wp-content/uploads/2023/09/266-1024x1024.webp 1024w, https://alburypinatacompany.com/wp-content/uploads/2023/09/266-300x300.webp 300w, https://alburypinatacompany.com/wp-content/uploads/2023/09/266-150x150.webp 150w, https://alburypinatacompany.com/wp-content/uploads/2023/09/266-768x768.webp 768w, https://alburypinatacompany.com/wp-content/uploads/2023/09/266.webp 1040w" data-lazy-sizes="(max-width: 800px) 100vw, 800px" data-lazy-src="https://alburypinatacompany.com/wp-content/uploads/2023/09/266-1024x1024.webp" /><noscript><img width="800" height="800" src="https://alburypinatacompany.com/wp-content/uploads/2023/09/266-1024x1024.webp" class="attachment-large size-large wp-image-1645" alt="xlot1688 ดาวน์โหลด" srcset="https://alburypinatacompany.com/wp-content/uploads/2023/09/266-1024x1024.webp 1024w, https://alburypinatacompany.com/wp-content/uploads/2023/09/266-300x300.webp 300w, https://alburypinatacompany.com/wp-content/uploads/2023/09/266-150x150.webp 150w, https://alburypinatacompany.com/wp-content/uploads/2023/09/266-768x768.webp 768w, https://alburypinatacompany.com/wp-content/uploads/2023/09/266.webp 1040w" sizes="(max-width: 800px) 100vw, 800px" /></noscript>								</a>
															</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-6810c25d" data-id="6810c25d" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
					<div class="elementor-background-overlay"></div>
								<div class="elementor-element elementor-element-3e5f2b13 elementor-widget elementor-widget-heading" data-id="3e5f2b13" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default">xlot1688 สมาชิก xo พนันขั้นต่ำ1บาท</h2>		</div>
				</div>
				<div class="elementor-element elementor-element-6f7f5ed elementor-widget elementor-widget-text-editor" data-id="6f7f5ed" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							ทดลองเล่นสล็อตออนไลน์ฟรีและสนุกที่นี่โดยไม่ต้องใช้เงินเดิมพัน <strong><span style="color:#FFD700">xlot1688</span></strong> เกมออนไลน์ที่มีการอัพเดทเกมใหม่ทุกวันและเสนอเกมล่าสุดจากบริษัทเดิมพันออนไลน์ <strong><span style="color:#FF69B4">xlot1688 ดาวน์โหลด</span></strong> ท่านสามารถลองเล่นเกมการพนันออนไลน์หลายแบบที่เรามีรวมไว้ที่นี่แล้ว ไม่ยุ่งยากเข้าเล่นพนันออนไลน์ไม่ต้องสมัครสมาชิกทันที ฝากถอนเงินออนไลน์ผ่านระบบออโต้สะดวกและปลอดภัย เว็บตรง ขั้นต่ำ 1 บาท <strong><span style="color:#00FF7F">xlot1688 member xoslotz</span></strong> ไม่ต้องใช้เงิน รับฟรีเครดิต ลองเล่นเกมออนไลน์ใหม่ได้ทันทีที่นี่จริงๆ <br></br> <strong><span style="color:#FFD700">สล็อต xlot1688</span></strong> ทั่วโลกเคยเคยภายในเกมพนันออนไลน์และมีความนิยมที่สูง เกมสล็อตออนไลน์ปัจจุบันมีคุณภาพและมาตรฐานที่ดีกว่าเกมสล็อตเดิมเนื่องจากการพัฒนาและปรับปรุงให้เหมาะสมและมีประสบการณ์การเล่นที่ดีกว่า เพราะเกมนี้ถูกสร้างด้วยมาตรฐานและเทคโนโลยีที่ทันสมัย ทำให้เป็นเกมสล็อตที่แตกต่างออกไปจากเกมอื่นที่มีอยู่ในตลาด. เกมคาสิโนออนไลน์จากค่าย พีจีสล็อต เต็มไปด้วยฟีเจอร์ที่ถูกสร้างจากเรื่องราวทั่วโลกและมุมโลกที่ไม่ซ้ำซ้อนและน่าตื่นเต้น ทำให้การพนันออนไลน์กลายเป็นที่ยอมรับและเป็นที่รู้จักอย่างโด่งดัง พัฒนาระบบเกมพนันออนไลน์ทดลองเล่นฟรีให้มีความสนุกและง่ายต่อการเข้าเล่นเพิ่มขึ้นและเพิ่มความสนุกในการเล่นยิ่งสูงขึ้นถึงจุดสุดยอด พัฒนาการเล่นพนันออนไลน์สำหรับมือใหม่ให้ง่ายสบายมากยิ่งขึ้นและเพิ่มความสะดวกในการเล่นพนันออนไลน์สำหรับมือใหม่มากยิ่งขึ้น ที่นี่ที่เดียว เว็บสล็อต แตกง่าย						</div>
				</div>
					</div>
		</div>
							</div>
		</section>
				<div class="elementor-element elementor-element-bfb23cd elementor-widget elementor-widget-image" data-id="bfb23cd" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img width="800" height="1" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20800%201'%3E%3C/svg%3E" class="attachment-large size-large wp-image-1444" alt="" data-lazy-src="https://alburypinatacompany.com/wp-content/uploads/2023/09/ค่ายเกม1.gif" /><noscript><img width="800" height="1" src="https://alburypinatacompany.com/wp-content/uploads/2023/09/ค่ายเกม1.gif" class="attachment-large size-large wp-image-1444" alt="" /></noscript>															</div>
				</div>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-412f1f18 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="412f1f18" 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-45f7fa1c" data-id="45f7fa1c" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
					<div class="elementor-background-overlay"></div>
								<div class="elementor-element elementor-element-4fd7289b elementor-widget elementor-widget-heading" data-id="4fd7289b" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default">xlot1688 สล็อตออนไลน์ยอดนิยม</h2>		</div>
				</div>
				<div class="elementor-element elementor-element-7eb8fa84 elementor-widget elementor-widget-text-editor" data-id="7eb8fa84" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							สัมผัสประสบการณ์เล่นเกมสล็อตออนไลน์ที่น่าตื่นเต้นและเป็นที่นิยมมากที่สุดกับเว็บไซต์ชั้นนำ <strong><span style="color:#FFD700">xlot1688</span></strong> มีเกมพนันออนไลน์สล็อตคุณภาพสูงเล่นสนุกมากมาย ให้สมาชิกได้เพลิดเพลินและสนุกเต็มที่ กับการเล่นเกมสล็อต ออนไลน์ที่มีความสมบูรณ์แบบและมีการอัปเดตอย่างต่อเนื่อง <strong><span style="color:#00FF7F">xlot1688v5</span></strong> ลงทะเบียนสมัครและสนุกสนานกับการเล่นสล็อตออนไลน์ในโหมดทดลองที่ง่ายและสะดวกสบายที่สุด <br></br> คุณสามารถเลือกแพลตฟอร์มเกมที่มีเกมมากกว่า 1,000 เกมที่คุณชื่นชอบเพลิดเพลิน คุณสามารถเข้าเล่นการพนันและเกมสล็อต โดยมั่นใจได้ที่นี่ ที่เว็บพนันออนไลน์ที่มีความปลอดภัยและมีการเล่นที่สนุกสนานกับผู้เล่นเป็นที่เล่นพนันออนไลน์ที่สนุกและปลอดภัย <strong><span style="color:#FFD700">xlot1688 ทางเข้า</span></strong> การเล่นการพนันออนไลน์ช่วยให้คุณได้รับโอกาสในการทำกำไรอย่างต่อเนื่องและถอนเงินได้อย่างสะดวกไม่ยุ่งยาก. ไม่ต้องรอนาน มาเริ่มเพลิดเพลินกับการเล่นเกมพนันออนไลน์และรับรางวัลความสำเร็จได้เลย!						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-77e7fefe" data-id="77e7fefe" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-5f8ec070 elementor-widget__width-initial elementor-widget elementor-widget-image" data-id="5f8ec070" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="/register" target="_blank" rel="nofollow">
							<img width="800" height="800" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20800%20800'%3E%3C/svg%3E" class="attachment-large size-large wp-image-1646" alt="xlot1688 member xoslotz" data-lazy-srcset="https://alburypinatacompany.com/wp-content/uploads/2023/09/267-1024x1024.webp 1024w, https://alburypinatacompany.com/wp-content/uploads/2023/09/267-300x300.webp 300w, https://alburypinatacompany.com/wp-content/uploads/2023/09/267-150x150.webp 150w, https://alburypinatacompany.com/wp-content/uploads/2023/09/267-768x768.webp 768w, https://alburypinatacompany.com/wp-content/uploads/2023/09/267.webp 1040w" data-lazy-sizes="(max-width: 800px) 100vw, 800px" data-lazy-src="https://alburypinatacompany.com/wp-content/uploads/2023/09/267-1024x1024.webp" /><noscript><img width="800" height="800" src="https://alburypinatacompany.com/wp-content/uploads/2023/09/267-1024x1024.webp" class="attachment-large size-large wp-image-1646" alt="xlot1688 member xoslotz" srcset="https://alburypinatacompany.com/wp-content/uploads/2023/09/267-1024x1024.webp 1024w, https://alburypinatacompany.com/wp-content/uploads/2023/09/267-300x300.webp 300w, https://alburypinatacompany.com/wp-content/uploads/2023/09/267-150x150.webp 150w, https://alburypinatacompany.com/wp-content/uploads/2023/09/267-768x768.webp 768w, https://alburypinatacompany.com/wp-content/uploads/2023/09/267.webp 1040w" sizes="(max-width: 800px) 100vw, 800px" /></noscript>								</a>
															</div>
				</div>
					</div>
		</div>
							</div>
		</section>
				<div class="elementor-element elementor-element-c236fc9 elementor-widget elementor-widget-image" data-id="c236fc9" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img width="800" height="1" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20800%201'%3E%3C/svg%3E" class="attachment-large size-large wp-image-1444" alt="" data-lazy-src="https://alburypinatacompany.com/wp-content/uploads/2023/09/ค่ายเกม1.gif" /><noscript><img width="800" height="1" src="https://alburypinatacompany.com/wp-content/uploads/2023/09/ค่ายเกม1.gif" class="attachment-large size-large wp-image-1444" alt="" /></noscript>															</div>
				</div>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-3cb0b650 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3cb0b650" 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-7f153213" data-id="7f153213" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-7cce90a4 elementor-widget__width-initial elementor-widget elementor-widget-image" data-id="7cce90a4" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="/register" target="_blank" rel="nofollow">
							<img width="800" height="800" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20800%20800'%3E%3C/svg%3E" class="attachment-large size-large wp-image-1647" alt="สล็อต xlot1688" data-lazy-srcset="https://alburypinatacompany.com/wp-content/uploads/2023/09/280-1024x1024.webp 1024w, https://alburypinatacompany.com/wp-content/uploads/2023/09/280-300x300.webp 300w, https://alburypinatacompany.com/wp-content/uploads/2023/09/280-150x150.webp 150w, https://alburypinatacompany.com/wp-content/uploads/2023/09/280-768x768.webp 768w, https://alburypinatacompany.com/wp-content/uploads/2023/09/280.webp 1040w" data-lazy-sizes="(max-width: 800px) 100vw, 800px" data-lazy-src="https://alburypinatacompany.com/wp-content/uploads/2023/09/280-1024x1024.webp" /><noscript><img width="800" height="800" src="https://alburypinatacompany.com/wp-content/uploads/2023/09/280-1024x1024.webp" class="attachment-large size-large wp-image-1647" alt="สล็อต xlot1688" srcset="https://alburypinatacompany.com/wp-content/uploads/2023/09/280-1024x1024.webp 1024w, https://alburypinatacompany.com/wp-content/uploads/2023/09/280-300x300.webp 300w, https://alburypinatacompany.com/wp-content/uploads/2023/09/280-150x150.webp 150w, https://alburypinatacompany.com/wp-content/uploads/2023/09/280-768x768.webp 768w, https://alburypinatacompany.com/wp-content/uploads/2023/09/280.webp 1040w" sizes="(max-width: 800px) 100vw, 800px" /></noscript>								</a>
															</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-7fde3790" data-id="7fde3790" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
					<div class="elementor-background-overlay"></div>
								<div class="elementor-element elementor-element-786286d6 elementor-widget elementor-widget-heading" data-id="786286d6" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default">xlot1688 วอเลท พนันออนไลน์ สุดคุ้ม</h2>		</div>
				</div>
				<div class="elementor-element elementor-element-4c8016ee elementor-widget elementor-widget-text-editor" data-id="4c8016ee" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							สำหรับคนที่ชอบความตื่นเต้นของการพนันออนไลน์ <strong><span style="color:#FF69B4">สล็อต xlot1688</span></strong> เราจะแนะนำเว็บสล็อตที่เหมาะสมสำหรับคนที่ชื่นชอบการพนันออนไลน์ เพื่อให้ผู้เล่นไทยสามารถเลือกคาสิโนออนไลน์ที่เหมาะสมและมีประโยชน์ในการเล่นเกมคาสิโนออนไลน์ในประเทศไทย <strong><span style="color:#FFD700">xlot1688 วอ ล เล็ ต</span></strong> เว็บพนันสล็อตที่ได้รับความนิยมสูงสุดและเป็นที่นิยมมากที่สุดในประเทศไทยในปี 2023 และเป็นเว็บสล็อตที่ได้รับความสนับสนุนอันดับต้นๆ เราคัดเลือกเกณฑ์ที่ส่งผลต่อการเดิมพันออนไลน์ของผู้ใช้งานมากที่สุดจากการวิเคราะห์ที่มีผลกระทบมากที่สุดโดยการคัดเลือกจากเกณฑ์การพิจารณาที่มีผลต่อการเดิมพันออนไลน์ของผู้ใช้งานมากที่สุดเพื่อเลือกการเดิมพันที่มีคุณภาพสูงสุด เว็บไซต์เดิมพันออนไลน์ที่เหมาะสมสำหรับผู้เล่นพนันออนไลน์มือใหม่ที่กำลังค้นหาเว็บเดิมพันที่เหมาะสมที่สุดในการเล่นพนันออนไลน์ <br></br> &#8216;เว็บพนันที่มีความคุ้มค่ามากที่สุดและปลอดภัยสำหรับนักเดิมพันมืออาชีพ&#8217; คนที่กำลังมองหาความสนุกและความตื่นเต้นในการเดิมพันออนไลน์ที่ท้าทายอย่างไม่มีขีดจำกัด มาร่วมค้นหาคำตอบเกี่ยวกับการพนันออนไลน์ สล็อตเว็บ วอเลท การเล่นการพนันออนไลน์ที่ปลอดภัยไหม? สล็อตใหม่ จ่ายจริง คุณควรเลือกเว็บพนันออนไลน์ที่มีคุณภาพดีที่สุดที่ไหนดี? <strong><span style="color:เข้าร่วมเล่นพนันออนไลน์ที่ดีที่สุดและรับโปรโมชั่นคาสิโนที่ไม่มีวันสิ้นสุดและสมัครสมาชิกได้ที่นี่!">xlot1688</span></strong> เข้าร่วมเล่นพนันออนไลน์ที่ดีที่สุดและรับโปรโมชั่นคาสิโนที่ไม่มีวันสิ้นสุดและสมัครสมาชิกได้ที่นี่!						</div>
				</div>
					</div>
		</div>
							</div>
		</section>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-158b867 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="158b867" 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-a95726c" data-id="a95726c" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-0c88375 elementor-widget__width-initial elementor-widget-mobile__width-initial elementor-widget-tablet__width-initial elementor-widget elementor-widget-image" data-id="0c88375" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="/register" target="_blank" rel="nofollow">
							<img width="728" height="150" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20728%20150'%3E%3C/svg%3E" class="attachment-large size-large wp-image-1479" alt="" data-lazy-src="https://alburypinatacompany.com/wp-content/uploads/2023/09/registeration-botton-2.gif" /><noscript><img width="728" height="150" src="https://alburypinatacompany.com/wp-content/uploads/2023/09/registeration-botton-2.gif" class="attachment-large size-large wp-image-1479" alt="" /></noscript>								</a>
															</div>
				</div>
					</div>
		</div>
							</div>
		</section>
					</div>
		</div>
							</div>
		</section>
						</div>
				<div data-elementor-type="footer" data-elementor-id="34" class="elementor elementor-34 elementor-location-footer" data-elementor-post-type="elementor_library">
								<section class="elementor-section elementor-top-section elementor-element elementor-element-5129b93 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="5129b93" 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-33 elementor-top-column elementor-element elementor-element-c76b9f9" data-id="c76b9f9" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-52868ff elementor-widget__width-initial elementor-widget-mobile__width-initial elementor-widget elementor-widget-theme-site-logo elementor-widget-image" data-id="52868ff" data-element_type="widget" data-widget_type="theme-site-logo.default">
				<div class="elementor-widget-container">
											<a href="https://alburypinatacompany.com">
			<img width="418" height="412" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20418%20412'%3E%3C/svg%3E" class="attachment-large size-large wp-image-1638" alt="" data-lazy-srcset="https://alburypinatacompany.com/wp-content/uploads/2023/09/xlot1688.png 418w, https://alburypinatacompany.com/wp-content/uploads/2023/09/xlot1688-300x296.png 300w" data-lazy-sizes="(max-width: 418px) 100vw, 418px" data-lazy-src="https://alburypinatacompany.com/wp-content/uploads/2023/09/xlot1688.png" /><noscript><img width="418" height="412" src="https://alburypinatacompany.com/wp-content/uploads/2023/09/xlot1688.png" class="attachment-large size-large wp-image-1638" alt="" srcset="https://alburypinatacompany.com/wp-content/uploads/2023/09/xlot1688.png 418w, https://alburypinatacompany.com/wp-content/uploads/2023/09/xlot1688-300x296.png 300w" sizes="(max-width: 418px) 100vw, 418px" /></noscript>				</a>
											</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-c84f62c" data-id="c84f62c" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-f727d4d elementor-widget__width-initial elementor-widget elementor-widget-image" data-id="f727d4d" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img width="800" height="134" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20800%20134'%3E%3C/svg%3E" class="attachment-large size-large wp-image-1318" alt="" data-lazy-srcset="https://alburypinatacompany.com/wp-content/uploads/2023/09/Footer-ค่าย-1024x171.webp 1024w, https://alburypinatacompany.com/wp-content/uploads/2023/09/Footer-ค่าย-300x50.webp 300w, https://alburypinatacompany.com/wp-content/uploads/2023/09/Footer-ค่าย-768x128.webp 768w, https://alburypinatacompany.com/wp-content/uploads/2023/09/Footer-ค่าย.webp 1200w" data-lazy-sizes="(max-width: 800px) 100vw, 800px" data-lazy-src="https://alburypinatacompany.com/wp-content/uploads/2023/09/Footer-ค่าย-1024x171.webp" /><noscript><img width="800" height="134" src="https://alburypinatacompany.com/wp-content/uploads/2023/09/Footer-ค่าย-1024x171.webp" class="attachment-large size-large wp-image-1318" alt="" srcset="https://alburypinatacompany.com/wp-content/uploads/2023/09/Footer-ค่าย-1024x171.webp 1024w, https://alburypinatacompany.com/wp-content/uploads/2023/09/Footer-ค่าย-300x50.webp 300w, https://alburypinatacompany.com/wp-content/uploads/2023/09/Footer-ค่าย-768x128.webp 768w, https://alburypinatacompany.com/wp-content/uploads/2023/09/Footer-ค่าย.webp 1200w" sizes="(max-width: 800px) 100vw, 800px" /></noscript>															</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-c6977d5" data-id="c6977d5" data-element_type="column">
			<div class="elementor-widget-wrap">
									</div>
		</div>
							</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-a201fdb elementor-section-stretched elementor-hidden-desktop elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="a201fdb" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;,&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;sticky&quot;:&quot;bottom&quot;,&quot;sticky_on&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-no">
					<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-0798cd7" data-id="0798cd7" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-6a55c0a elementor-widget elementor-widget-image" data-id="6a55c0a" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="/register" target="_blank" rel="nofollow">
							<img width="300" height="212" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20212'%3E%3C/svg%3E" class="attachment-large size-large wp-image-1618" alt="" data-lazy-src="https://alburypinatacompany.com/wp-content/uploads/2023/09/15444854836203-300x212-2.webp" /><noscript><img width="300" height="212" src="https://alburypinatacompany.com/wp-content/uploads/2023/09/15444854836203-300x212-2.webp" class="attachment-large size-large wp-image-1618" alt="" /></noscript>								</a>
															</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-19b3516 elementor-hidden-desktop" data-id="19b3516" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-19facc6 elementor-widget elementor-widget-image" data-id="19facc6" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="/register" target="_blank" rel="nofollow">
							<img width="300" height="212" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20212'%3E%3C/svg%3E" class="attachment-large size-large wp-image-1619" alt="" data-lazy-src="https://alburypinatacompany.com/wp-content/uploads/2023/09/15444854801286-300x212-2.webp" /><noscript><img width="300" height="212" src="https://alburypinatacompany.com/wp-content/uploads/2023/09/15444854801286-300x212-2.webp" class="attachment-large size-large wp-image-1619" alt="" /></noscript>								</a>
															</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-e86bc58 elementor-hidden-desktop" data-id="e86bc58" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-a56295b elementor-widget elementor-widget-image" data-id="a56295b" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="/register" target="_blank" rel="nofollow">
							<img width="300" height="212" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20212'%3E%3C/svg%3E" class="attachment-large size-large wp-image-1621" alt="" data-lazy-src="https://alburypinatacompany.com/wp-content/uploads/2023/09/15444854877010-300x212-1.webp" /><noscript><img width="300" height="212" src="https://alburypinatacompany.com/wp-content/uploads/2023/09/15444854877010-300x212-1.webp" class="attachment-large size-large wp-image-1621" alt="" /></noscript>								</a>
															</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-5f71b5c" data-id="5f71b5c" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-6700e6d elementor-widget elementor-widget-image" data-id="6700e6d" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="/register" target="_blank" rel="nofollow">
							<img width="698" height="698" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20698%20698'%3E%3C/svg%3E" class="attachment-large size-large wp-image-1617" alt="" data-lazy-srcset="https://alburypinatacompany.com/wp-content/uploads/2023/09/ทางเข้าเกมส์.webp 698w, https://alburypinatacompany.com/wp-content/uploads/2023/09/ทางเข้าเกมส์-300x300.webp 300w, https://alburypinatacompany.com/wp-content/uploads/2023/09/ทางเข้าเกมส์-150x150.webp 150w" data-lazy-sizes="(max-width: 698px) 100vw, 698px" data-lazy-src="https://alburypinatacompany.com/wp-content/uploads/2023/09/ทางเข้าเกมส์.webp" /><noscript><img width="698" height="698" src="https://alburypinatacompany.com/wp-content/uploads/2023/09/ทางเข้าเกมส์.webp" class="attachment-large size-large wp-image-1617" alt="" srcset="https://alburypinatacompany.com/wp-content/uploads/2023/09/ทางเข้าเกมส์.webp 698w, https://alburypinatacompany.com/wp-content/uploads/2023/09/ทางเข้าเกมส์-300x300.webp 300w, https://alburypinatacompany.com/wp-content/uploads/2023/09/ทางเข้าเกมส์-150x150.webp 150w" sizes="(max-width: 698px) 100vw, 698px" /></noscript>								</a>
															</div>
				</div>
					</div>
		</div>
							</div>
		</section>
						</div>
		

<script type="rocketlazyloadscript" 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(\/.*|$)|\/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:\/\/alburypinatacompany.com","onHoverDelay":"100","rateThrottle":"3"};
</script>
<script type="rocketlazyloadscript" 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="rocketlazyloadscript" data-rocket-src="https://alburypinatacompany.com/wp-content/themes/hello-elementor/assets/js/hello-frontend.min.js?ver=1.0.0" id="hello-theme-frontend-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-src="https://alburypinatacompany.com/wp-content/plugins/elementor-pro/assets/lib/smartmenus/jquery.smartmenus.min.js?ver=1.0.1" id="smartmenus-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-src="https://alburypinatacompany.com/wp-content/plugins/elementor/assets/lib/e-gallery/js/e-gallery.min.js?ver=1.2.0" id="elementor-gallery-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-src="https://alburypinatacompany.com/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js?ver=3.15.1" id="elementor-pro-webpack-runtime-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-src="https://alburypinatacompany.com/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=3.16.3" id="elementor-webpack-runtime-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-src="https://alburypinatacompany.com/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.16.3" id="elementor-frontend-modules-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-src="https://alburypinatacompany.com/wp-includes/js/dist/vendor/wp-polyfill-inert.min.js?ver=3.1.2" id="wp-polyfill-inert-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-src="https://alburypinatacompany.com/wp-includes/js/dist/vendor/regenerator-runtime.min.js?ver=0.14.0" id="regenerator-runtime-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-src="https://alburypinatacompany.com/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0" id="wp-polyfill-js"></script>
<script type="rocketlazyloadscript" data-rocket-src="https://alburypinatacompany.com/wp-includes/js/dist/hooks.min.js?ver=2810c76e705dd1a53b18" id="wp-hooks-js"></script>
<script type="rocketlazyloadscript" data-rocket-src="https://alburypinatacompany.com/wp-includes/js/dist/i18n.min.js?ver=5e580eb46a90c2b997e6" id="wp-i18n-js"></script>
<script type="rocketlazyloadscript" id="wp-i18n-js-after">
wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } );
</script>
<script type="rocketlazyloadscript" id="elementor-pro-frontend-js-before">
var ElementorProFrontendConfig = {"ajaxurl":"https:\/\/alburypinatacompany.com\/wp-admin\/admin-ajax.php","nonce":"9b8888ffe8","urls":{"assets":"https:\/\/alburypinatacompany.com\/wp-content\/plugins\/elementor-pro\/assets\/","rest":"https:\/\/alburypinatacompany.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:\/\/alburypinatacompany.com\/wp-content\/plugins\/elementor-pro\/modules\/lottie\/assets\/animations\/default.json"}};
</script>
<script type="rocketlazyloadscript" data-rocket-src="https://alburypinatacompany.com/wp-content/plugins/elementor-pro/assets/js/frontend.min.js?ver=3.15.1" id="elementor-pro-frontend-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-src="https://alburypinatacompany.com/wp-content/plugins/elementor/assets/lib/waypoints/waypoints.min.js?ver=4.0.2" id="elementor-waypoints-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-src="https://alburypinatacompany.com/wp-includes/js/jquery/ui/core.min.js?ver=1.13.2" id="jquery-ui-core-js" defer></script>
<script type="rocketlazyloadscript" 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.16.3","is_static":false,"experimentalFeatures":{"e_dom_optimization":true,"e_optimized_assets_loading":true,"e_optimized_css_loading":true,"additional_custom_breakpoints":true,"e_swiper_latest":true,"theme_builder_v2":true,"hello-theme-header-footer":true,"landing-pages":true,"e_global_styleguide":true,"page-transitions":true,"notes":true,"loop":true,"form-submissions":true,"e_scroll_snap":true},"urls":{"assets":"https:\/\/alburypinatacompany.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","hello_header_logo_type":"logo","hello_header_menu_layout":"horizontal","hello_footer_logo_type":"logo"},"post":{"id":1017,"title":"xlot1688%20%E0%B8%AA%E0%B8%A5%E0%B9%87%E0%B8%AD%E0%B8%95%E0%B8%AD%E0%B8%AD%E0%B8%99%E0%B9%84%E0%B8%A5%E0%B8%99%E0%B9%8C%20%E0%B8%97%E0%B8%B5%E0%B9%88%E0%B8%94%E0%B8%B5%E0%B8%97%E0%B8%B5%E0%B9%88%E0%B8%AA%E0%B8%B8%E0%B8%94%202024%20%E0%B9%80%E0%B8%A7%E0%B9%87%E0%B8%9A%E0%B8%95%E0%B8%A3%E0%B8%87%20%E0%B8%9D%E0%B8%B2%E0%B8%81-%E0%B8%96%E0%B8%AD%E0%B8%99True%20Wallet","excerpt":"","featuredImage":false}};
</script>
<script type="rocketlazyloadscript" data-rocket-src="https://alburypinatacompany.com/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.16.3" id="elementor-frontend-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-src="https://alburypinatacompany.com/wp-content/plugins/elementor-pro/assets/js/elements-handlers.min.js?ver=3.15.1" id="pro-elements-handlers-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-src="https://alburypinatacompany.com/wp-content/plugins/elementor-pro/assets/lib/sticky/jquery.sticky.min.js?ver=3.15.1" id="e-sticky-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://alburypinatacompany.com/wp-content/plugins/wp-rocket/assets/js/lazyload/17.8.3/lazyload.min.js"></script>
<script>class RocketElementorAnimation{constructor(){this.deviceMode=document.createElement("span"),this.deviceMode.id="elementor-device-mode-wpr",this.deviceMode.setAttribute("class","elementor-screen-only"),document.body.appendChild(this.deviceMode)}_detectAnimations(){let t=getComputedStyle(this.deviceMode,":after").content.replace(/"/g,"");this.animationSettingKeys=this._listAnimationSettingsKeys(t),document.querySelectorAll(".elementor-invisible[data-settings]").forEach(t=>{const e=t.getBoundingClientRect();if(e.bottom>=0&&e.top<=window.innerHeight)try{this._animateElement(t)}catch(t){}})}_animateElement(t){const e=JSON.parse(t.dataset.settings),i=e._animation_delay||e.animation_delay||0,n=e[this.animationSettingKeys.find(t=>e[t])];if("none"===n)return void t.classList.remove("elementor-invisible");t.classList.remove(n),this.currentAnimation&&t.classList.remove(this.currentAnimation),this.currentAnimation=n;let s=setTimeout(()=>{t.classList.remove("elementor-invisible"),t.classList.add("animated",n),this._removeAnimationSettings(t,e)},i);window.addEventListener("rocket-startLoading",function(){clearTimeout(s)})}_listAnimationSettingsKeys(t="mobile"){const e=[""];switch(t){case"mobile":e.unshift("_mobile");case"tablet":e.unshift("_tablet");case"desktop":e.unshift("_desktop")}const i=[];return["animation","_animation"].forEach(t=>{e.forEach(e=>{i.push(t+e)})}),i}_removeAnimationSettings(t,e){this._listAnimationSettingsKeys().forEach(t=>delete e[t]),t.dataset.settings=JSON.stringify(e)}static run(){const t=new RocketElementorAnimation;requestAnimationFrame(t._detectAnimations.bind(t))}}document.addEventListener("DOMContentLoaded",RocketElementorAnimation.run);</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@1717025706 -->

Latest requests

# Url Url Source Date
1 https://alburypinatacompany.com/ 2024-05-30 04:15:28
2 https://www.casinotomz.com/ 2024-05-30 04:15:27
3 https://thebolditalic.com/?gi=1209… 2024-05-30 04:15:26
4 https://thebolditalic.com/?gi=45b8… 2024-05-30 04:15:25
5 https://thebolditalic.com/?gi=48c5… 2024-05-30 04:15:25
6 https://juliuszmtja.blogstival.com/ 2024-05-30 04:15:24
7 https://thebolditalic.com/?gi=245d… 2024-05-30 04:15:24
8 https://thebolditalic.com/?gi=503f… 2024-05-30 04:15:23
9 https://thebolditalic.com/?gi=a0dc… 2024-05-30 04:15:22
10 https://thebolditalic.com/?gi=7e19… 2024-05-30 04:15:21
11 https://thebolditalic.com/?gi=6af8… 2024-05-30 04:15:19
12 https://thebolditalic.com/?gi=bb77… 2024-05-30 04:15:18
13 https://thebolditalic.com/?gi=8830… 2024-05-30 04:15:17
14 https://thebolditalic.com/?gi=6cf0… 2024-05-30 04:15:17
15 https://thebolditalic.com/?gi=cf35… 2024-05-30 04:15:16
16 https://thebolditalic.com/?gi=2b4a… 2024-05-30 04:15:15
17 https://thebolditalic.com/?gi=f19e… 2024-05-30 04:15:14
18 https://thebolditalic.com/?gi=4180… 2024-05-30 04:15:13
19 https://thebolditalic.com/?gi=f66d… 2024-05-30 04:15:13
20 https://thebolditalic.com/?gi=769b… 2024-05-30 04:15:12