*{margin:0;padding:0;box-sizing:border-box}body{font-family:'Roboto',sans-serif}img{max-width:100%;height:auto}figure,.wp-caption{max-width:100%!important}iframe,video,embed,object{max-width:100%}:root{--bg:#0a1730;--bg-2:#0d1f42;--bg-3:#0b1936;--card:rgba(255, 255, 255, .055);--card-border:rgba(41, 183, 255, .28);--cyan:#29b7ff;--cyan-bright:#5fd0ff;--blue:#0076b1;--eko:#0fa958;--eko-bright:#4fd691;--text:#eaf4ff;--text-dim:#b7cee6;--text-dimmer:#93aecb;--btn-text:#04121f;--radius:18px;--maxw:1180px}:root{--header-bg:rgba(10, 23, 48, .92);--header-text:#eaf4ff;--header-muted:#93aecb;--submenu-bg:#0d1f42;--submenu-hover:#5fd0ff;--forum-bg:#0076b1;--forum-bg-hover:#0a86c4;--drawer-overlay:rgba(4, 10, 22, 0.66);--header-height:84px}body.drawer-open{overflow:hidden}body.search-open{overflow:hidden}.site-header{position:sticky;top:0;z-index:1200;width:100%;background:var(--header-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--header-text);border-bottom:1px solid rgb(41 183 255 / .18)}.site-header__inner{min-height:var(--header-height);width:100%;display:flex;align-items:center;justify-content:flex-start;padding-left:1.5rem;padding-right:1.5rem;gap:1rem}.site-header__left{display:flex;align-items:center;gap:1.1rem;flex:1 1 auto;min-width:0}.site-header__logo{display:inline-flex;align-items:center}.site-header__logo img{display:block;width:auto;height:62px}.site-header__nav{flex:1 1 auto;min-width:0}.site-header__menu{list-style:none;display:flex;align-items:center;flex-wrap:nowrap;gap:.25rem;margin:0;padding:0}.site-header__item{position:relative}.site-header__link{display:inline-flex;align-items:center;white-space:nowrap;color:var(--header-text);text-decoration:none;font-size:clamp(0.84rem, 0.32vw + 0.6rem, 0.96rem);line-height:1;padding:.7rem clamp(0.32rem, 0.28vw + 0.14rem, 0.58rem);border-radius:8px;background:#fff0;border:0;font-weight:600;transition:color 0.18s ease,background-color 0.18s ease}.site-header__item.is-parent>.site-header__link{padding-right:1.5rem;position:relative}.site-header__item.is-parent>.site-header__link::after{content:'▾';position:absolute;right:.58rem;top:50%;transform:translateY(-50%);font-size:.8rem;color:var(--header-muted)}.site-header__link:hover,.site-header__link:focus-visible{color:var(--submenu-hover);background-color:rgb(41 183 255 / .1)}.site-header__item--search{display:flex}.site-header__search-toggle{justify-content:center;min-width:44px;padding-left:.64rem;padding-right:.64rem}.site-header__search-icon{position:relative;width:19px;height:19px;border:2px solid currentColor;border-radius:999px;display:inline-block}.site-header__search-icon::after{content:'';position:absolute;width:9px;height:2px;background:currentColor;right:-7px;bottom:-3px;border-radius:999px;transform:rotate(44deg)}.site-header__submenu-wrap{position:absolute;left:0;top:100%;padding-top:.45rem;opacity:0;visibility:hidden;transform:translateY(8px);pointer-events:none;transition:opacity 0.2s ease,transform 0.2s ease}.site-header__item:hover>.site-header__submenu-wrap,.site-header__item:focus-within>.site-header__submenu-wrap{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.site-header__submenu{list-style:none;min-width:250px;background:var(--submenu-bg);border:1px solid rgb(41 183 255 / .24);border-radius:12px;padding:.55rem;margin:0;box-shadow:0 18px 44px rgb(2 8 20 / .55)}.site-header__submenu-item{position:relative}.site-header__submenu-link{background:#fff0;border:0;display:block;color:var(--header-text);text-decoration:none;border-radius:8px;padding:.74rem .78rem;line-height:1.25;font-size:1rem;font-weight:600;transition:color 0.18s ease,background-color 0.18s ease}.site-header__submenu-link:hover,.site-header__submenu-link:focus-visible{color:var(--submenu-hover);background-color:rgb(41 183 255 / .12)}.site-header__submenu--nested{position:absolute;left:calc(100% + 0.5rem);top:-.55rem;opacity:0;visibility:hidden;transform:translateX(8px);pointer-events:none;transition:opacity 0.2s ease,transform 0.2s ease}.site-header__submenu-item:hover>.site-header__submenu--nested,.site-header__submenu-item:focus-within>.site-header__submenu--nested{opacity:1;visibility:visible;transform:translateX(0);pointer-events:auto}.site-header__submenu-item.is-parent>.site-header__submenu-link{padding-right:1.5rem;position:relative}.site-header__submenu-item.is-parent>.site-header__submenu-link::after{content:'▸';position:absolute;right:.58rem;top:50%;transform:translateY(-50%);color:var(--header-muted);font-size:.95rem}.site-header__forum{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;min-height:52px;padding:.9rem 1.3rem;border-radius:999px;text-decoration:none;color:var(--btn-text);background-color:var(--forum-bg);background-image:linear-gradient(135deg,var(--cyan) 0%,var(--blue) 100%);font-weight:700;letter-spacing:.01em;box-shadow:0 8px 26px rgb(41 183 255 / .3);transition:box-shadow 0.2s ease,transform 0.15s ease;margin-left:auto}.site-header__forum:hover,.site-header__forum:focus-visible{transform:translateY(-2px);box-shadow:0 12px 34px rgb(41 183 255 / .46)}.site-header__burger{display:none;align-items:center;justify-content:center;border:1px solid var(--card-border);background:rgb(255 255 255 / .04);width:52px;height:52px;cursor:pointer;border-radius:10px}.site-header__burger img{width:28px;height:28px;filter:brightness(0) invert(1)}.mobile-drawer{position:fixed;inset:0;z-index:1500;background:var(--drawer-overlay);opacity:0;visibility:hidden;pointer-events:none;transition:opacity 0.25s ease}.mobile-drawer.is-open{opacity:1;visibility:visible;pointer-events:auto}.mobile-drawer__panel{width:100%;height:100%;background:var(--bg);color:var(--header-text);transform:translateX(-100%);transition:transform 0.28s ease;display:flex;flex-direction:column;overflow-y:auto;-webkit-overflow-scrolling:touch}.mobile-drawer.is-open .mobile-drawer__panel{transform:translateX(0)}.mobile-drawer__top{min-height:var(--header-height);display:flex;align-items:center;justify-content:flex-start;position:relative;padding-left:.5rem;padding-right:3.25rem;border-bottom:1px solid rgb(41 183 255 / .18)}.mobile-drawer__back{display:inline-flex;align-items:center;gap:.35rem;width:fit-content;border:0;background:#fff0;color:var(--header-text);cursor:pointer;font-size:1.06rem;font-weight:600}.mobile-drawer__back[hidden]{display:none!important}.mobile-drawer__back-arrow{font-size:1.55rem;transform:rotate(180deg);line-height:1;color:var(--header-muted)}.mobile-drawer__title{display:none}.mobile-drawer__close{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);border:0;background:#fff0;width:44px;height:44px;cursor:pointer}.mobile-drawer__close img{width:24px;height:24px;filter:brightness(0) invert(1)}.site-search-modal{position:fixed;inset:0;z-index:1900;background:rgb(4 10 22 / .78);opacity:0;visibility:hidden;pointer-events:none;transition:opacity 0.24s ease}.site-search-modal.is-open{opacity:1;visibility:visible;pointer-events:auto}.site-search-modal__panel{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;overflow-y:auto;padding:2.6rem 1rem 2rem}.site-search-modal__close{position:fixed;top:1.25rem;right:1.15rem;border:0;background:#fff0;width:74px;height:74px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;border-radius:4px}.site-search-modal__close img{width:48px;height:48px;filter:brightness(0) invert(1)}.site-search-modal__content{width:min(980px, 100%);margin-top:1.8rem;background:var(--bg-2);border:1px solid var(--card-border);border-radius:16px;padding:1.3rem;box-shadow:0 24px 60px rgb(2 8 20 / .6)}.site-search-modal__title{margin:0;color:var(--text);font-size:clamp(1.4rem, 3vw, 2rem);font-weight:700}.site-search-modal__form{margin-top:1rem;display:flex;gap:.65rem}.site-search-modal__input{width:100%;min-height:54px;border:1px solid var(--card-border);border-radius:10px;padding:.7rem .9rem;font-size:1rem;font-weight:500;color:var(--text);background:rgb(255 255 255 / .04)}.site-search-modal__input::placeholder{color:var(--text-dimmer)}.site-search-modal__input:focus-visible{outline:none;border-color:var(--cyan-bright);box-shadow:0 0 0 2px rgb(41 183 255 / .24)}.site-search-modal__submit{min-width:132px;min-height:54px;border:0;border-radius:999px;background-color:var(--forum-bg);background-image:linear-gradient(135deg,var(--cyan) 0%,var(--blue) 100%);color:var(--btn-text);font-size:1rem;font-weight:700;cursor:pointer;transition:box-shadow 0.2s ease}.site-search-modal__submit:hover,.site-search-modal__submit:focus-visible{box-shadow:0 10px 30px rgb(41 183 255 / .42)}.site-search-modal__results{margin-top:1rem}.site-search-modal__results-card{border:1px solid var(--card-border);border-radius:12px;background:rgb(255 255 255 / .03);max-height:min(55vh, calc(100dvh - 260px));overflow-y:auto;-webkit-overflow-scrolling:touch;padding:1rem}.site-search-modal__results-info,.site-search-modal__results-empty,.site-search-modal__results-error{color:var(--text-dim);font-size:.98rem;font-weight:500}.site-search-modal__group+.site-search-modal__group{margin-top:1rem;padding-top:.95rem;border-top:1px solid rgb(41 183 255 / .16)}.site-search-modal__group-title{margin:0;font-size:1rem;color:var(--text);font-weight:700}.site-search-modal__group-list{margin:.6rem 0 0;padding:0;list-style:none;display:grid;gap:.38rem}.site-search-modal__result-link{display:flex;justify-content:space-between;align-items:baseline;gap:.9rem;text-decoration:none;color:var(--text);border-radius:8px;padding:.4rem .44rem;transition:color 0.18s ease,background-color 0.18s ease}.site-search-modal__result-link:hover,.site-search-modal__result-link:focus-visible{color:var(--cyan-bright);background-color:rgb(41 183 255 / .1)}.site-search-modal__result-title{font-weight:600}.site-search-modal__result-meta{color:var(--text-dimmer);font-size:.86rem;font-weight:600;white-space:nowrap}.mobile-drawer__body{flex:1;display:flex;flex-direction:column;padding:.42rem .5rem .62rem;gap:.18rem;overflow-y:auto}.mobile-drawer__list{list-style:none;display:flex;flex-direction:column;gap:0;margin:0;padding:0}.mobile-drawer__item{width:100%}.mobile-drawer__next,.mobile-drawer__link{width:100%;display:flex;align-items:center;justify-content:space-between;min-height:48px;text-decoration:none;color:var(--header-text);border:0;border-radius:8px;background:#fff0;padding:.6rem .9rem;font-size:1.08rem;font-weight:600;transition:color 0.18s ease,background-color 0.18s ease}.mobile-drawer__next{cursor:pointer}.mobile-drawer__next::after{content:'▸';font-size:1.55rem;line-height:1;color:var(--header-muted)}.mobile-drawer__next:hover,.mobile-drawer__next:focus-visible,.mobile-drawer__link:hover,.mobile-drawer__link:focus-visible{color:var(--submenu-hover);background-color:rgb(41 183 255 / .1)}.mobile-drawer__item--search{margin-top:.15rem}.mobile-drawer__search-btn{width:100%;display:flex;align-items:center;gap:.75rem;min-height:48px;border:0;border-radius:8px;background:#fff0;padding:.6rem .9rem;font-size:1.08rem;font-weight:600;color:var(--header-text);cursor:pointer;transition:color 0.18s ease,background-color 0.18s ease}.mobile-drawer__search-btn:hover,.mobile-drawer__search-btn:focus-visible{color:var(--submenu-hover);background-color:rgb(41 183 255 / .1)}.mobile-drawer__search-icon{position:relative;width:18px;height:18px;border:2px solid currentColor;border-radius:999px;display:inline-block;flex:0 0 auto}.mobile-drawer__search-icon::after{content:'';position:absolute;width:8px;height:2px;background:currentColor;right:-7px;bottom:-2px;border-radius:999px;transform:rotate(44deg)}@media (max-width:1420px){.site-header__inner{gap:.82rem}.site-header__left{gap:.84rem}.site-header__menu{gap:.2rem}.site-header__link{font-size:.9rem;padding:.62rem .48rem}.site-header__search-toggle{min-width:38px;padding-left:.44rem;padding-right:.44rem}.site-header__forum{min-height:48px;padding:.7rem .9rem;font-size:.88rem}}@media (max-width:1280px){.site-header__inner{gap:.86rem}.site-header__left{gap:.9rem}.site-header__menu{gap:.3rem}.site-header__link{font-size:.98rem;padding:.7rem .68rem}.site-header__forum{padding:.82rem 1.08rem;font-size:.96rem}}@media (max-width:1248px){.site-header__menu{gap:.16rem}.site-header__link{font-size:.92rem;padding:.62rem .52rem}.site-header__search-toggle{min-width:40px;padding-left:.5rem;padding-right:.5rem}.site-header__forum{min-height:48px;padding:.68rem .9rem;font-size:.89rem}}@media (max-width:1188px){.site-header__inner{gap:.7rem}.site-header__left{gap:.72rem}.site-header__menu{gap:.12rem}.site-header__link{font-size:.84rem;padding:.54rem .42rem}.site-header__forum{min-height:46px;padding:.58rem .8rem;font-size:.86rem}}@media (max-width:1120px){.site-header__inner{padding-left:.5rem;padding-right:.5rem}.site-header__left{gap:.65rem}.site-header__nav{display:none}.site-header__forum{margin-left:auto;min-height:44px;padding:.62rem .95rem;font-size:.94rem}.site-header__burger{display:inline-flex;margin-left:0}.site-header__logo img{height:58px}.site-search-modal__panel{padding-top:1.65rem}.site-search-modal__content{margin-top:1.2rem}}@media (max-width:720px){.site-header__inner{min-height:74px}.site-header__logo img{height:52px}.site-search-modal__close{top:1.45rem;right:.48rem}.site-search-modal__content{margin-top:4.2rem;padding:1rem}.site-search-modal__form{flex-direction:column}.site-search-modal__submit{width:100%;min-width:0}.site-search-modal__results-card{max-height:min(62vh, calc(100dvh - 300px))}.site-search-modal__result-link{flex-direction:column;align-items:flex-start;gap:.1rem}.site-search-modal__result-meta{white-space:normal}}:root{--bg:#0a1730;--bg-2:#0d1f42;--bg-3:#0b1936;--card:rgba(255, 255, 255, .055);--card-border:rgba(41, 183, 255, .28);--cyan:#29b7ff;--cyan-bright:#5fd0ff;--blue:#0076b1;--eko:#0fa958;--eko-bright:#4fd691;--text:#eaf4ff;--text-dim:#b7cee6;--text-dimmer:#93aecb;--btn-text:#04121f;--radius:18px;--maxw:1180px}.site-footer-ad{margin-top:36px;margin-bottom:22px}.site-footer-ad__inner{width:min(1200px, calc(100% - 32px));margin:0 auto;display:flex;justify-content:center;align-items:center;text-align:center}.site-footer-ad img{max-width:100%;height:auto;display:block;margin-left:auto;margin-right:auto}.site-footer-ad iframe,.site-footer-ad ins,.site-footer-ad .adrotate,.site-footer-ad .adrotate-widget,.site-footer-ad .g,.site-footer-ad .banners{margin-left:auto;margin-right:auto}.site-footer{background:var(--bg-3);color:var(--text-dim);border-top:1px solid rgb(41 183 255 / .16)}.site-footer__inner{width:100%;padding-left:1.5rem;padding-right:1.5rem;padding-top:2.6rem;padding-bottom:1.1rem}.site-footer__grid{display:grid;grid-template-columns:minmax(220px,1.35fr) repeat(4,minmax(120px,1fr)) minmax(90px,0.7fr);gap:28px;align-items:start}.site-footer__social-col{display:flex;flex-direction:column;gap:0;align-items:flex-start}.site-footer__social-link{width:52px;height:52px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;text-decoration:none;padding:0;background:rgb(255 255 255 / .04);border:1px solid var(--card-border)}.site-footer__social-link:hover,.site-footer__social-link:focus-visible{border-color:var(--cyan-bright)}.site-footer__social-link img{width:26px;height:26px;display:block;filter:brightness(0) invert(1)}.site-footer__logo{display:inline-flex;margin-bottom:.9rem}.site-footer__logo img{display:block;max-width:180px;height:auto}.site-footer__text{max-width:460px;font-size:1rem;line-height:1.52;color:var(--text-dim);margin-bottom:1rem}.site-footer__forum{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:.84rem 1.22rem;border-radius:999px;text-decoration:none;color:var(--btn-text);background-color:var(--blue);background-image:linear-gradient(135deg,var(--cyan) 0%,var(--blue) 100%);font-weight:700;letter-spacing:.01em;box-shadow:0 8px 24px rgb(41 183 255 / .28);transition:box-shadow 0.2s ease,transform 0.15s ease}.site-footer__forum:hover,.site-footer__forum:focus-visible{transform:translateY(-2px);box-shadow:0 12px 32px rgb(41 183 255 / .44)}.site-footer__title{font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--cyan-bright);margin-bottom:.9rem}.site-footer__list{list-style:none;display:flex;flex-direction:column;gap:.26rem;margin:0;padding:0}.site-footer__list a{text-decoration:none;color:var(--text-dim);display:inline-flex;font-size:.98rem;line-height:1.4;padding:.2rem 0;transition:color 0.16s ease}.site-footer__list a:hover,.site-footer__list a:focus-visible{color:var(--cyan-bright)}.site-footer__bottom{margin-top:1.7rem;padding-top:.9rem;border-top:1px solid rgb(255 255 255 / .07);display:flex;align-items:center;justify-content:space-between;gap:.8rem;font-size:.92rem;color:var(--text-dimmer)}.site-footer__bottom a{color:var(--cyan-bright);text-decoration:none;font-weight:600}.site-footer__bottom a:hover,.site-footer__bottom a:focus-visible{color:var(--text)}.iqhost-bottom-ad img{max-width:100%;height:auto;display:block;margin-left:auto;margin-right:auto}@media (max-width:1024px){.site-footer__inner{padding-left:.85rem;padding-right:.85rem}.site-footer__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:30px}}@media (max-width:760px){.site-footer-ad{margin-top:26px;margin-bottom:18px}.site-footer__inner{padding-top:2rem}.site-footer__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.15rem}.site-footer__brand{grid-column:1 / -1}.site-footer__social-col{grid-column:1 / -1}.site-footer__bottom{flex-direction:column;align-items:flex-start;margin-top:1.35rem}}@media (max-width:560px){.site-footer__grid{grid-template-columns:1fr}}:root{--bg:#0a1730;--bg-2:#0d1f42;--bg-3:#0b1936;--card:rgba(255, 255, 255, .055);--card-border:rgba(41, 183, 255, .28);--cyan:#29b7ff;--cyan-bright:#5fd0ff;--blue:#0076b1;--eko:#0fa958;--eko-bright:#4fd691;--text:#eaf4ff;--text-dim:#b7cee6;--text-dimmer:#93aecb;--btn-text:#04121f;--radius:18px;--maxw:1180px}.home-main{display:flex;flex-direction:column;gap:0;background:var(--bg);color:var(--text);padding-bottom:0}.home-hero{position:relative;min-height:clamp(440px, 64vh, 680px);background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:flex-end;border-bottom:1px solid rgb(41 183 255 / .15)}.home-hero__content{width:100%;max-width:var(--maxw);margin:0 auto;padding:0 20px 56px}.home-hero__inner{max-width:640px;color:var(--text)}.home-hero__title{font-size:clamp(1.7rem, 5vw, 2.7rem);line-height:1.1;font-weight:800;letter-spacing:-.01em;margin:0 0 .5rem;max-width:18ch}.home-hero__subtitle{margin-top:.8rem;max-width:54ch;font-size:clamp(0.98rem, 1.3vw, 1.12rem);line-height:1.5;color:var(--text-dim)}.home-hero__actions{margin-top:1.6rem;display:flex;flex-wrap:wrap;align-items:center;gap:.85rem}.cngb-section{position:relative;overflow:hidden;padding:84px 0;background:var(--bg);color:var(--text)}.cngb-section::before{content:"";position:absolute;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgb(41 183 255 / .14),transparent 70%);filter:blur(50px);pointer-events:none;top:-160px;right:-160px;z-index:0}.cngb-section--alt{background:linear-gradient(180deg,var(--bg-2),var(--bg-3))}.cngb-container{position:relative;z-index:1;max-width:var(--maxw);margin:0 auto;padding:0 20px}.cngb-head{max-width:720px;margin-bottom:2.6em}.cngb-head h2{font-size:clamp(1.5rem, 3.2vw, 2.1rem);line-height:1.2;font-weight:800;letter-spacing:-.01em;color:var(--text);margin:0 0 .35em}.cngb-head p{color:var(--text-dim);margin:0;font-size:1rem;line-height:1.55}.cngb-kicker{display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--cyan-bright);margin-bottom:.7em}.cngb-kicker--eko{color:var(--eko-bright)}.cngb-eko-strong{color:var(--eko-bright);font-weight:700}.cngb-btn{display:inline-flex;align-items:center;gap:8px;padding:14px 26px;border-radius:999px;font-weight:700;text-decoration:none;font-size:.98rem;line-height:1;transition:transform 0.15s,box-shadow 0.15s,border-color 0.15s,color 0.15s;border:1px solid #fff0}.cngb-btn:hover{transform:translateY(-2px)}.cngb-btn--primary{background:linear-gradient(135deg,var(--cyan),var(--blue));color:var(--btn-text);box-shadow:0 8px 30px rgb(41 183 255 / .35)}.cngb-btn--primary:hover{box-shadow:0 10px 38px rgb(41 183 255 / .5)}.cngb-btn--ghost{background:rgb(255 255 255 / .06);color:var(--text);border-color:var(--card-border)}.cngb-btn--ghost:hover{border-color:var(--cyan-bright);color:var(--cyan-bright)}.cngb-fuel-grid{display:grid;gap:22px;grid-template-columns:1fr}.cngb-fuel-card{background:var(--card);border:1px solid var(--card-border);border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column;transition:transform .18s,box-shadow .18s,border-color .18s}.cngb-fuel-card:hover{transform:translateY(-4px);border-color:var(--cyan-bright);box-shadow:0 16px 40px rgb(0 10 25 / .45)}.cngb-fuel-media{aspect-ratio:1 / 1;overflow:hidden;position:relative}.cngb-fuel-media img{width:100%;height:100%;object-fit:cover;display:block}.cngb-fuel-body{padding:22px 22px 26px;display:flex;flex-direction:column;gap:.5em;flex:1}.cngb-fuel-badges{display:flex;flex-wrap:wrap;gap:8px}.cngb-fuel-badge{align-self:flex-start;font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:5px 12px;border-radius:999px;background:rgb(41 183 255 / .14);color:var(--cyan-bright);border:1px solid rgb(41 183 255 / .3)}.cngb-fuel-badge--future{background:rgb(0 118 177 / .28);color:#8fe0ff;border-color:rgb(95 208 255 / .4)}.cngb-fuel-badge--eko{background:rgb(15 169 88 / .16);color:var(--eko-bright);border-color:rgb(15 169 88 / .42)}.cngb-fuel-body h3{font-size:1.28rem;margin:.3em 0 0;color:var(--text);font-weight:800}.cngb-fuel-body p{color:var(--text-dim);font-size:.96rem;line-height:1.55;margin:0 0 1em}.cngb-fuel-link{margin-top:auto;font-weight:700;text-decoration:none;font-size:.94rem;color:var(--cyan-bright)}.cngb-fuel-link:hover{text-decoration:underline}.cngb-news-grid{display:grid;gap:22px;grid-template-columns:1fr}.cngb-news-featured{display:flex;flex-direction:column;background:var(--card);border:1px solid var(--card-border);border-radius:var(--radius);overflow:hidden;text-decoration:none;transition:transform .18s,border-color .18s,box-shadow .18s}.cngb-news-featured:hover{transform:translateY(-4px);border-color:var(--cyan-bright);box-shadow:0 16px 40px rgb(0 10 25 / .45)}.cngb-news-featured-media{position:relative;aspect-ratio:16 / 9;overflow:hidden;background:rgb(255 255 255 / .03)}.cngb-news-featured-media img{width:100%;height:100%;object-fit:cover;display:block}.cngb-news-featured-body{padding:24px 26px 28px;display:flex;flex-direction:column;gap:.5em}.cngb-news-featured-body h3{font-size:1.4rem;line-height:1.25;color:var(--text);margin:.15em 0;font-weight:800}.cngb-news-lead{color:var(--text-dim);font-size:.98rem;line-height:1.55;max-width:56ch;margin:0 0 .2em}.cngb-news-small-list{display:grid;gap:14px;grid-template-columns:1fr}.cngb-news-small{display:flex;gap:14px;align-items:center;background:var(--card);border:1px solid var(--card-border);border-radius:14px;padding:12px;text-decoration:none;transition:transform .15s,border-color .15s}.cngb-news-small:hover{transform:translateX(3px);border-color:var(--cyan-bright)}.cngb-news-small-media{flex:0 0 84px;width:84px;height:84px;border-radius:10px;overflow:hidden;background:rgb(255 255 255 / .03)}.cngb-news-small-media img{width:100%;height:100%;object-fit:cover;display:block}.cngb-news-media-placeholder{display:block;width:100%;height:100%;background:linear-gradient(135deg,rgb(41 183 255 / .22),rgb(15 169 88 / .18))}.cngb-news-small-body{display:flex;flex-direction:column;gap:.3em;min-width:0}.cngb-news-small-body h3{font-size:.95rem;line-height:1.32;color:var(--text);margin:0;font-weight:700}.cngb-news-tag{font-size:.66rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--cyan-bright)}.cngb-news-date{font-size:.8rem;color:var(--text-dimmer)}.cngb-news-read{font-size:.88rem;font-weight:700;color:var(--cyan-bright);margin-top:auto}@media (min-width:900px){.cngb-news-grid{grid-template-columns:1.3fr 1fr;align-items:stretch}}.home-featured .home-posts{margin-top:2.8rem;padding-top:2.4rem;border-top:1px solid rgb(41 183 255 / .16)}.cngb-eco-grid{display:grid;gap:20px;grid-template-columns:1fr}.cngb-eco-item{background:var(--card);border:1px solid rgb(15 169 88 / .3);border-radius:var(--radius);padding:24px;transition:transform .18s,box-shadow .18s,border-color .18s}.cngb-eco-item:hover{transform:translateY(-4px);border-color:var(--eko-bright);box-shadow:0 0 0 1px rgb(15 169 88 / .2),0 16px 40px rgb(0 10 25 / .45)}.cngb-icon-eco{display:flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:50%;background:rgb(15 169 88 / .16);border:1px solid rgb(15 169 88 / .4);color:var(--eko-bright);margin-bottom:.9em}.cngb-icon-eco svg{width:23px;height:23px}.cngb-eco-item h3{font-size:1.08rem;margin:0 0 .4em;color:var(--text);font-weight:800}.cngb-eco-item p{color:var(--text-dim);font-size:.92rem;line-height:1.55;margin:0}@media (min-width:700px){.cngb-eco-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1000px){.cngb-eco-grid{grid-template-columns:repeat(3,1fr)}}.cngb-smr-wrap{position:relative;z-index:1;background:var(--card);border:1px solid var(--card-border);border-radius:24px;padding:28px 18px 32px}.cngb-smr-svg{width:100%;height:auto;display:block;max-width:900px;margin:0 auto}.cngb-smr-captions{display:grid;gap:18px;grid-template-columns:1fr;margin-top:22px}.cngb-smr-col{padding:16px 18px;background:rgb(255 255 255 / .03);border-radius:14px;border:1px solid rgb(41 183 255 / .16)}.cngb-smr-col h3{font-size:.98rem;color:var(--cyan-bright);margin:0 0 .5em;font-weight:800}.cngb-smr-col p{font-size:.92rem;color:var(--text-dim);margin:0 0 .5em;line-height:1.5}.cngb-smr-col strong{color:var(--text)}.cngb-smr-equation{text-align:center;margin:24px 0 0;font-size:.98rem;color:var(--text-dim);font-family:"Cascadia Code","Consolas",monospace;letter-spacing:.01em}.cngb-smr-equation strong{color:var(--cyan-bright)}@media (min-width:800px){.cngb-smr-captions{grid-template-columns:repeat(3,1fr)}}.cngb-compare-wrap{overflow-x:auto;border-radius:var(--radius);border:1px solid var(--card-border)}table.cngb-compare{width:100%;border-collapse:collapse;min-width:560px;background:var(--card)}table.cngb-compare caption{text-align:left;padding:16px 18px 0;font-size:.85rem;color:var(--text-dimmer);caption-side:top}table.cngb-compare th,table.cngb-compare td{padding:14px 18px;text-align:left;border-bottom:1px solid rgb(41 183 255 / .14);font-size:.92rem;vertical-align:top;line-height:1.5}table.cngb-compare thead th{color:var(--cyan-bright);font-size:.78rem;text-transform:uppercase;letter-spacing:.06em;border-bottom:1px solid rgb(41 183 255 / .3)}table.cngb-compare tbody th{color:var(--text);font-weight:700;white-space:nowrap}table.cngb-compare td{color:var(--text-dim)}table.cngb-compare tbody tr:last-child th,table.cngb-compare tbody tr:last-child td{border-bottom:0}@media (min-width:800px){.cngb-fuel-grid{grid-template-columns:repeat(3,1fr)}}.cngb-tools-grid{display:grid;gap:20px;grid-template-columns:1fr}.cngb-tool-card{background:linear-gradient(160deg,rgb(41 183 255 / .09),rgb(255 255 255 / .02));border:1px solid var(--card-border);border-radius:var(--radius);padding:26px;display:flex;gap:16px;align-items:flex-start;text-decoration:none;transition:border-color .15s,transform .15s}.cngb-tool-card:hover{border-color:var(--cyan-bright);transform:translateY(-3px)}.cngb-tool-icon{flex:0 0 auto;width:44px;height:44px;border-radius:12px;background:rgb(41 183 255 / .15);display:flex;align-items:center;justify-content:center}.cngb-tool-icon svg{width:22px;height:22px}.cngb-tool-card h3{color:var(--text);font-size:1.08rem;margin:0 0 .3em;font-weight:800}.cngb-tool-card p{color:var(--text-dim);font-size:.92rem;margin:0;line-height:1.5}@media (min-width:700px){.cngb-tools-grid{grid-template-columns:repeat(2,1fr)}}.home-posts{padding:0;min-width:0}.home-posts__head{display:flex;align-items:center;justify-content:space-between;gap:.8rem;margin-bottom:1.2rem;flex-wrap:wrap}.home-posts__title{font-size:clamp(1.4rem, 2.6vw, 1.8rem);line-height:1.15;color:var(--text);margin:0;font-weight:800}.home-posts__all{color:var(--cyan-bright);background:rgb(41 183 255 / .1);border:1px solid var(--card-border);text-decoration:none;border-radius:999px;font-weight:700;font-size:.9rem;line-height:1;padding:.7rem 1.1rem;transition:border-color 0.15s,color 0.15s}.home-posts__all:hover,.home-posts__all:focus-visible{border-color:var(--cyan-bright);color:var(--text)}.home-posts__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;column-count:auto}.home-post-card{display:flex;flex-direction:column;width:100%;margin:0;border:1px solid var(--card-border);border-radius:14px;background:var(--card);overflow:hidden;transition:transform .18s,border-color .18s,box-shadow .18s}.home-post-card:hover{transform:translateY(-4px);border-color:var(--cyan-bright);box-shadow:0 16px 40px rgb(0 10 25 / .45)}.home-post-card__image-wrap{display:block;margin:0;border:0;border-radius:0;overflow:hidden;aspect-ratio:16 / 9;background:rgb(255 255 255 / .03)}.home-post-card__image{width:100%;height:100%;object-fit:cover;display:block}.home-post-card__image-placeholder{display:block;width:100%;height:100%;background:linear-gradient(135deg,rgb(41 183 255 / .18),rgb(15 169 88 / .14))}.home-post-card__content{padding:.9rem 1rem 1rem;display:flex;flex-direction:column;gap:.55rem;flex:1}.home-post-card__title{font-size:1rem;line-height:1.35;margin:0}.home-post-card__title a{color:var(--text);text-decoration:none;font-weight:700}.home-post-card__title a:hover,.home-post-card__title a:focus-visible{color:var(--cyan-bright)}.home-post-card__excerpt{color:var(--text-dim);font-size:.9rem;line-height:1.5;margin:0}.home-post-card__actions{margin-top:auto;display:flex;justify-content:space-between;align-items:center;gap:.6rem}.home-post-card__button{color:var(--btn-text);background:linear-gradient(135deg,var(--cyan),var(--blue));text-decoration:none;padding:.56rem .9rem;border-radius:999px;font-weight:700;font-size:.82rem;line-height:1}.home-post-card__date{color:var(--text-dimmer);font-size:.8rem}.home-posts__empty{color:var(--text-dim);font-size:.95rem}.home-posts__quick-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.2rem}.home-quick-card{border:1px solid var(--card-border);border-radius:14px;background:var(--card);padding:1rem;display:flex;flex-direction:column;gap:.6rem;overflow:hidden}.home-quick-card__title{font-size:1rem;line-height:1.25;color:var(--text);font-weight:800;margin:0;padding-bottom:.55rem;border-bottom:1px solid rgb(41 183 255 / .2)}.home-quick-card__text,.home-quick-card__empty{color:var(--text-dim);font-size:.88rem;line-height:1.5;margin:0}.home-quick-card__button{margin-top:auto;align-self:flex-start;color:var(--btn-text);background:linear-gradient(135deg,var(--cyan),var(--blue));text-decoration:none;padding:.55rem .95rem;border-radius:999px;font-weight:700;font-size:.82rem;line-height:1}.home-quick-card__actions{margin-top:auto;width:100%;display:flex;justify-content:space-between;align-items:center;gap:.6rem}.home-quick-card__actions .home-quick-card__button{margin-top:0}.home-quick-event__image-wrap{display:block;border:1px solid var(--card-border);border-radius:10px;overflow:hidden;background:rgb(255 255 255 / .03)}.home-quick-event__image{width:100%;height:190px;object-fit:cover;display:block}.home-quick-event__image-placeholder{display:block;width:100%;height:190px;background:linear-gradient(135deg,rgb(41 183 255 / .18),rgb(15 169 88 / .14))}.home-quick-event__name{margin:0;font-size:.95rem;line-height:1.35}.home-quick-event__name a{color:var(--text);text-decoration:none;font-weight:700}.home-quick-event__name a:hover,.home-quick-event__name a:focus-visible{color:var(--cyan-bright)}.home-quick-event__date,.home-quick-film__date{font-size:.78rem;color:var(--text-dimmer)}.home-quick-film__embed-wrap{position:relative;width:100%;padding-top:56.25%;border-radius:10px;overflow:hidden;background:#05101f}.home-quick-film__embed{position:absolute;inset:0;width:100%;height:100%;border:0}.home-fuel-table{width:100%;border-collapse:collapse;border:1px solid var(--card-border);border-radius:10px;overflow:hidden}.home-fuel-table tr:not(:last-child) th,.home-fuel-table tr:not(:last-child) td{border-bottom:1px solid rgb(41 183 255 / .16)}.home-fuel-table th,.home-fuel-table td{text-align:left;padding:.5rem .7rem;font-size:.96rem;color:var(--text);background:#fff0}.home-fuel-table td{text-align:right;white-space:nowrap;color:var(--text-dim)}.home-fuel-table th{border-right:1px solid rgb(41 183 255 / .16);font-weight:600}.home-fuel-table__price{font-weight:700;font-size:1.05rem;color:var(--text)}.home-fuel-table__trend{margin-left:.28rem;font-size:.82rem;font-weight:800;line-height:1;min-width:.72em;display:inline-flex;justify-content:center}.home-fuel-table__trend.is-up{color:var(--eko-bright)}.home-fuel-table__trend.is-down{color:#ff7a85}.home-fuel-table__trend.is-flat{color:var(--text-dimmer)}.home-faq__list{display:flex;flex-direction:column;gap:.6rem}.home-faq__item{border:1px solid var(--card-border);border-radius:12px;background:var(--card);overflow:hidden}.home-faq__trigger{width:100%;border:0;background:#fff0;padding:.9rem 1rem;display:flex;align-items:center;justify-content:space-between;gap:.8rem;text-align:left;cursor:pointer}.home-faq__question{color:var(--text);font-size:.98rem;line-height:1.35;font-weight:700}.home-faq__icon{width:.96rem;height:.96rem;position:relative;flex:0 0 auto;transition:transform 220ms ease}.home-faq__icon::before,.home-faq__icon::after{content:'';position:absolute;top:50%;left:50%;width:100%;height:2px;background:var(--cyan-bright);transform:translate(-50%,-50%);border-radius:2px}.home-faq__icon::after{transform:translate(-50%,-50%) rotate(90deg)}.home-faq__item.is-open .home-faq__icon{transform:rotate(45deg)}.home-faq__panel{max-height:0;overflow:hidden;transition:max-height 260ms ease}.home-faq__answer{padding:0 1rem .9rem;color:var(--text-dim);font-size:.9rem;line-height:1.55}.home-faq__answer a{color:var(--cyan-bright)}.home-faq__answer p,.home-faq__answer ul,.home-faq__answer ol{margin:0}.home-faq__answer p+p,.home-faq__answer p+ul,.home-faq__answer p+ol,.home-faq__answer ul+p,.home-faq__answer ol+p,.home-faq__answer ul+ul,.home-faq__answer ol+ol{margin-top:.65rem}.home-faq__answer ul,.home-faq__answer ol{padding-left:1.15rem}.home-forum-sidebar{padding:0;display:flex;flex-direction:column;gap:.9rem;min-width:0}.home-forum-sidebar__title{color:var(--text);font-size:1.15rem;line-height:1.25;margin:0;font-weight:800}.home-forum-sidebar__list{list-style:none;display:flex;flex-direction:column;gap:.55rem;margin:0;padding:0}.home-forum-sidebar__list--grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}@media (min-width:900px){.home-forum-sidebar__list--grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.home-forum-sidebar__item{border:1px solid var(--card-border);border-radius:12px;background:var(--card);padding:.75rem;display:flex;flex-direction:column;gap:.35rem;transition:border-color 0.15s}.home-forum-sidebar__item:hover{border-color:var(--cyan-bright)}.home-forum-sidebar__link{color:var(--text);text-decoration:none;font-weight:700;font-size:.92rem;line-height:1.3}.home-forum-sidebar__link:hover,.home-forum-sidebar__link:focus-visible{color:var(--cyan-bright)}.home-forum-sidebar__meta{display:flex;flex-wrap:wrap;gap:.3rem .6rem;color:var(--text-dimmer);font-size:.8rem}.home-forum-sidebar__ad{margin-top:.4rem;padding-top:.9rem;border-top:1px solid rgb(41 183 255 / .16);width:100%;max-width:100%;overflow:hidden}.home-forum-sidebar__ad img{height:auto;display:block;border-radius:12px;max-width:100%}.home-forum-sidebar__ad iframe,.home-forum-sidebar__ad ins,.home-forum-sidebar__ad .adrotate,.home-forum-sidebar__ad .adrotate-widget,.home-forum-sidebar__ad .g,.home-forum-sidebar__ad .banners{max-width:100%}.home-forum-sidebar__empty{color:var(--text-dim);font-size:.9rem}.home-forum-sidebar__debug{margin-top:.75rem;padding:.6rem;border:1px dashed rgb(41 183 255 / .28);border-radius:8px;background:rgb(255 255 255 / .03);color:var(--text-dim);font-size:.82rem;line-height:1.45}.home-forum-sidebar__debug strong{display:block;margin-bottom:.35rem;color:var(--text)}.home-forum-sidebar__debug ul{margin:0;padding-left:1rem}.home-forum-sidebar__debug li+li{margin-top:.2rem}.home-forum-sidebar__button{color:var(--btn-text);background:linear-gradient(135deg,var(--cyan),var(--blue));text-decoration:none;border-radius:999px;font-weight:700;font-size:.9rem;line-height:1;padding:.8rem 1.1rem;align-self:flex-start;box-shadow:0 8px 24px rgb(41 183 255 / .28)}@media (max-width:1024px){.home-posts__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-posts__quick-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.cngb-section{padding:52px 0}.home-hero{min-height:420px;align-items:flex-end}.home-hero__content{padding:0 16px 40px}.home-posts__grid{grid-template-columns:1fr}.home-posts__quick-grid{grid-template-columns:1fr}.home-posts__head{flex-direction:column;align-items:flex-start}.home-forum-sidebar__list--grid{grid-template-columns:1fr}.home-featured .home-posts{margin-top:2.2rem;padding-top:1.8rem}}@media (max-width:420px){.cngb-container{padding:0 16px}.home-hero__actions{gap:.6rem}.home-hero__actions .cngb-btn{flex:1 1 auto;justify-content:center;padding:13px 18px}.cngb-fuel-body,.cngb-eco-item{padding:18px}.cngb-tool-card{padding:20px}.cngb-news-featured-body{padding:18px 18px 22px}}.glb-clickable{cursor:zoom-in}.glb-noscroll{overflow:hidden}#glb-overlay{position:fixed;inset:0;z-index:99999;display:none;background:rgb(10 12 16 / .94);align-items:center;justify-content:center}#glb-overlay.glb-open{display:flex}#glb-overlay .glb-stage{max-width:92vw;max-height:88vh;display:flex;flex-direction:column;align-items:center;gap:10px}#glb-overlay img{max-width:92vw;max-height:80vh;width:auto;height:auto;box-shadow:0 10px 40px rgb(0 0 0 / .6);border-radius:4px}#glb-overlay .glb-cap{color:#d8dde3;font-size:14px;line-height:1.45;text-align:center;max-width:80vw}#glb-overlay .glb-cnt{position:absolute;top:14px;left:18px;color:#aab2bb;font-size:14px;letter-spacing:.04em}#glb-overlay button{position:absolute;background:rgb(255 255 255 / .08);border:0;color:#fff;cursor:pointer;line-height:1;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .15s}#glb-overlay button:hover{background:rgb(255 255 255 / .22)}#glb-overlay .glb-close{top:12px;right:14px;width:44px;height:44px;font-size:30px}#glb-overlay .glb-prev,#glb-overlay .glb-next{top:50%;transform:translateY(-50%);width:52px;height:52px;font-size:40px;padding-bottom:6px}#glb-overlay .glb-prev{left:14px}#glb-overlay .glb-next{right:14px}@media (max-width:600px){#glb-overlay .glb-prev,#glb-overlay .glb-next{width:42px;height:42px;font-size:32px}#glb-overlay .glb-prev{left:6px}#glb-overlay .glb-next{right:6px}#glb-overlay img{max-width:100vw;max-height:76vh}}@media (prefers-reduced-motion:no-preference){#glb-overlay img{animation:glbfade .18s ease}@keyframes glbfade{from{opacity:.4}to{opacity:1}}}@media screen{.g{margin:0;padding:0;overflow:hidden;line-height:1;zoom:1}.g img{height:auto}.g-col{position:relative;float:left}.g-col:first-child{margin-left:0}.g-col:last-child{margin-right:0}.g-3{margin:0;width:100%;max-width:500px;height:100%;max-height:500px}.g-4{margin:0;width:100%;max-width:428px;height:100%;max-height:428px}@media only screen and (max-width:480px){.g-col,.g-dyn,.g-single{width:100%;margin-left:0;margin-right:0}}}.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}:root{--wp--preset--aspect-ratio--square:1;--wp--preset--aspect-ratio--4-3:4/3;--wp--preset--aspect-ratio--3-4:3/4;--wp--preset--aspect-ratio--3-2:3/2;--wp--preset--aspect-ratio--2-3:2/3;--wp--preset--aspect-ratio--16-9:16/9;--wp--preset--aspect-ratio--9-16:9/16;--wp--preset--color--black:#000000;--wp--preset--color--cyan-bluish-gray:#abb8c3;--wp--preset--color--white:#ffffff;--wp--preset--color--pale-pink:#f78da7;--wp--preset--color--vivid-red:#cf2e2e;--wp--preset--color--luminous-vivid-orange:#ff6900;--wp--preset--color--luminous-vivid-amber:#fcb900;--wp--preset--color--light-green-cyan:#7bdcb5;--wp--preset--color--vivid-green-cyan:#00d084;--wp--preset--color--pale-cyan-blue:#8ed1fc;--wp--preset--color--vivid-cyan-blue:#0693e3;--wp--preset--color--vivid-purple:#9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple:linear-gradient(135deg,rgb(6,147,227) 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,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red:linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray:linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum:linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple:linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux:linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk:linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean:linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass:linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight:linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small:13px;--wp--preset--font-size--medium:20px;--wp--preset--font-size--large:36px;--wp--preset--font-size--x-large:42px;--wp--preset--spacing--20:0.44rem;--wp--preset--spacing--30:0.67rem;--wp--preset--spacing--40:1rem;--wp--preset--spacing--50:1.5rem;--wp--preset--spacing--60:2.25rem;--wp--preset--spacing--70:3.38rem;--wp--preset--spacing--80:5.06rem;--wp--preset--shadow--natural:6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep:12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp:6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined:6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp:6px 6px 0px rgb(0, 0, 0)}:where(.is-layout-flex){gap:.5em}:where(.is-layout-grid){gap:.5em}body .is-layout-flex{display:flex}.is-layout-flex{flex-wrap:wrap;align-items:center}.is-layout-flex>:is(*,div){margin:0}body .is-layout-grid{display:grid}.is-layout-grid>:is(*,div){margin:0}:where(.wp-block-columns.is-layout-flex){gap:2em}:where(.wp-block-columns.is-layout-grid){gap:2em}:where(.wp-block-post-template.is-layout-flex){gap:1.25em}:where(.wp-block-post-template.is-layout-grid){gap:1.25em}.has-black-color{color:var(--wp--preset--color--black)!important}.has-cyan-bluish-gray-color{color:var(--wp--preset--color--cyan-bluish-gray)!important}.has-white-color{color:var(--wp--preset--color--white)!important}.has-pale-pink-color{color:var(--wp--preset--color--pale-pink)!important}.has-vivid-red-color{color:var(--wp--preset--color--vivid-red)!important}.has-luminous-vivid-orange-color{color:var(--wp--preset--color--luminous-vivid-orange)!important}.has-luminous-vivid-amber-color{color:var(--wp--preset--color--luminous-vivid-amber)!important}.has-light-green-cyan-color{color:var(--wp--preset--color--light-green-cyan)!important}.has-vivid-green-cyan-color{color:var(--wp--preset--color--vivid-green-cyan)!important}.has-pale-cyan-blue-color{color:var(--wp--preset--color--pale-cyan-blue)!important}.has-vivid-cyan-blue-color{color:var(--wp--preset--color--vivid-cyan-blue)!important}.has-vivid-purple-color{color:var(--wp--preset--color--vivid-purple)!important}.has-black-background-color{background-color:var(--wp--preset--color--black)!important}.has-cyan-bluish-gray-background-color{background-color:var(--wp--preset--color--cyan-bluish-gray)!important}.has-white-background-color{background-color:var(--wp--preset--color--white)!important}.has-pale-pink-background-color{background-color:var(--wp--preset--color--pale-pink)!important}.has-vivid-red-background-color{background-color:var(--wp--preset--color--vivid-red)!important}.has-luminous-vivid-orange-background-color{background-color:var(--wp--preset--color--luminous-vivid-orange)!important}.has-luminous-vivid-amber-background-color{background-color:var(--wp--preset--color--luminous-vivid-amber)!important}.has-light-green-cyan-background-color{background-color:var(--wp--preset--color--light-green-cyan)!important}.has-vivid-green-cyan-background-color{background-color:var(--wp--preset--color--vivid-green-cyan)!important}.has-pale-cyan-blue-background-color{background-color:var(--wp--preset--color--pale-cyan-blue)!important}.has-vivid-cyan-blue-background-color{background-color:var(--wp--preset--color--vivid-cyan-blue)!important}.has-vivid-purple-background-color{background-color:var(--wp--preset--color--vivid-purple)!important}.has-black-border-color{border-color:var(--wp--preset--color--black)!important}.has-cyan-bluish-gray-border-color{border-color:var(--wp--preset--color--cyan-bluish-gray)!important}.has-white-border-color{border-color:var(--wp--preset--color--white)!important}.has-pale-pink-border-color{border-color:var(--wp--preset--color--pale-pink)!important}.has-vivid-red-border-color{border-color:var(--wp--preset--color--vivid-red)!important}.has-luminous-vivid-orange-border-color{border-color:var(--wp--preset--color--luminous-vivid-orange)!important}.has-luminous-vivid-amber-border-color{border-color:var(--wp--preset--color--luminous-vivid-amber)!important}.has-light-green-cyan-border-color{border-color:var(--wp--preset--color--light-green-cyan)!important}.has-vivid-green-cyan-border-color{border-color:var(--wp--preset--color--vivid-green-cyan)!important}.has-pale-cyan-blue-border-color{border-color:var(--wp--preset--color--pale-cyan-blue)!important}.has-vivid-cyan-blue-border-color{border-color:var(--wp--preset--color--vivid-cyan-blue)!important}.has-vivid-purple-border-color{border-color:var(--wp--preset--color--vivid-purple)!important}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background:var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple)!important}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background:var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan)!important}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background:var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange)!important}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background:var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red)!important}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background:var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray)!important}.has-cool-to-warm-spectrum-gradient-background{background:var(--wp--preset--gradient--cool-to-warm-spectrum)!important}.has-blush-light-purple-gradient-background{background:var(--wp--preset--gradient--blush-light-purple)!important}.has-blush-bordeaux-gradient-background{background:var(--wp--preset--gradient--blush-bordeaux)!important}.has-luminous-dusk-gradient-background{background:var(--wp--preset--gradient--luminous-dusk)!important}.has-pale-ocean-gradient-background{background:var(--wp--preset--gradient--pale-ocean)!important}.has-electric-grass-gradient-background{background:var(--wp--preset--gradient--electric-grass)!important}.has-midnight-gradient-background{background:var(--wp--preset--gradient--midnight)!important}.has-small-font-size{font-size:var(--wp--preset--font-size--small)!important}.has-medium-font-size{font-size:var(--wp--preset--font-size--medium)!important}.has-large-font-size{font-size:var(--wp--preset--font-size--large)!important}.has-x-large-font-size{font-size:var(--wp--preset--font-size--x-large)!important}