@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap);*{margin:0;padding:0;box-sizing:border-box}body{font-family:'Roboto',sans-serif}:root{--header-bg:#ffffff;--header-text:#0f1d2f;--header-muted:#5e6e81;--submenu-bg:#ffffff;--submenu-hover:#163257;--forum-bg:#0076b1;--forum-bg-hover:#00689c;--drawer-overlay:rgba(0, 0, 0, 0.46);--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);color:var(--header-text);border-bottom:1px solid rgb(15 29 47 / .14)}.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:.65rem}.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.92rem, 0.45vw + 0.58rem, 1.06rem);line-height:1;padding:.74rem clamp(0.46rem, 0.35vw + 0.22rem, 0.88rem);border-radius:4px;background:#fff0;border:0;font-weight:600;transition: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)}.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(15 29 47 / .06);border-radius:4px;padding:.55rem;box-shadow:0 10px 24px rgb(15 29 47 / .14)}.site-header__submenu-item{position:relative}.site-header__submenu-link{background:#fff;border:0;display:block;color:var(--header-text);text-decoration:none;border-radius:4px;padding:.74rem .78rem;line-height:1.25;font-size:1rem;font-weight:600;transition:color 0.18s ease}.site-header__submenu-link:hover,.site-header__submenu-link:focus-visible{color:var(--submenu-hover)}.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:4px;text-decoration:none;color:#fff;background-color:var(--forum-bg);background-image:linear-gradient(to bottom,#29b7ff 0%,#0076b1 100%);font-weight:700;letter-spacing:.01em;transition:background-color 0.2s ease;margin-left:auto}.site-header__forum:hover,.site-header__forum:focus-visible{background-color:var(--forum-bg-hover)}.site-header__burger{display:none;align-items:center;justify-content:center;border:0;background:#fff0;width:52px;height:52px;cursor:pointer;border-radius:4px}.site-header__burger img{width:28px;height:28px}.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:#fff;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:0}.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}.site-search-modal{position:fixed;inset:0;z-index:1900;background:rgb(0 0 0 / .62);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:#fff;border-radius:8px;padding:1.3rem;box-shadow:0 20px 54px rgb(12 27 46 / .26)}.site-search-modal__title{margin:0;color:#0f1d2f;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 rgb(15 29 47 / .22);border-radius:6px;padding:.7rem .9rem;font-size:1rem;font-weight:500;color:#0f1d2f;background:#fff}.site-search-modal__input:focus-visible{outline:none;border-color:#0076b1;box-shadow:0 0 0 2px rgb(0 118 177 / .16)}.site-search-modal__submit{min-width:132px;min-height:54px;border:0;border-radius:6px;background-color:var(--forum-bg);background-image:linear-gradient(to bottom,#29b7ff 0%,#0076b1 100%);color:#fff;font-size:1rem;font-weight:700;cursor:pointer;transition:background-color 0.2s ease}.site-search-modal__submit:hover,.site-search-modal__submit:focus-visible{background-color:var(--forum-bg-hover)}.site-search-modal__results{margin-top:1rem}.site-search-modal__results-card{border:1px solid rgb(15 29 47 / .12);border-radius:8px;background:#f8fbff;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:#40536a;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(15 29 47 / .08)}.site-search-modal__group-title{margin:0;font-size:1rem;color:#0f1d2f;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:#0f1d2f;border-radius:4px;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:#163257;background-color:rgb(0 118 177 / .08)}.site-search-modal__result-title{font-weight:600}.site-search-modal__result-meta{color:#59708b;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}.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:4px;background:#fff;padding:.6rem .9rem;font-size:1.08rem;font-weight:600;transition: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)}.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:4px;background:#fff;padding:.6rem .9rem;font-size:1.08rem;font-weight:600;color:var(--header-text);cursor:pointer;transition:color 0.18s ease}.mobile-drawer__search-btn:hover,.mobile-drawer__search-btn:focus-visible{color:var(--submenu-hover)}.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}}.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:#fff;color:#0f1d2f;border-top:1px solid rgb(15 29 47 / .12)}.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:1.3fr 1fr 1fr 1fr 0.8fr;gap:40px}.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:4px;text-decoration:none;padding:0}.site-footer__social-link img{width:26px;height:26px;display:block}.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:#1f334d;margin-bottom:1rem}.site-footer__forum{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:.84rem 1.22rem;border-radius:4px;text-decoration:none;color:#fff;background-color:#0076b1;background-image:linear-gradient(to bottom,#29b7ff 0%,#0076b1 100%);font-weight:700;letter-spacing:.01em}.site-footer__title{font-size:1.04rem;font-weight:700;margin-bottom:.75rem}.site-footer__list{list-style:none;display:flex;flex-direction:column;gap:.26rem}.site-footer__list a{text-decoration:none;color:#1c324d;display:inline-flex;font-size:.98rem;line-height:1.4;padding:.2rem 0}.site-footer__list a:hover,.site-footer__list a:focus-visible{color:#0a5da8}.site-footer__bottom{margin-top:1.7rem;padding-top:.9rem;border-top:0;display:flex;align-items:center;justify-content:space-between;gap:.8rem;font-size:.92rem;color:#3e5269}.site-footer__bottom a{color:#1a3f67;text-decoration:none;font-weight:600}.site-footer__bottom a:hover,.site-footer__bottom a:focus-visible{color:#0a5da8}@media (max-width:1120px){.site-footer__inner{padding-left:.5rem;padding-right:.5rem}.site-footer__grid{grid-template-columns:1fr 1fr;gap:40px}}@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:1fr;gap:1rem}.site-footer__bottom{flex-direction:column;align-items:flex-start;margin-top:1.35rem}}.home-main{display:flex;flex-direction:column;gap:1.5rem;padding-bottom:1.5rem}.home-hero{position:relative;min-height:clamp(420px, 66vh, 740px);background-image:linear-gradient(rgb(9 18 30 / .56),rgb(9 18 30 / .56)),url(/cms/content/themes/bywitek-theme/assets/images/cng_auto_hero.webp);background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:center}.home-hero__content{width:100%;padding-left:7rem;padding-right:7rem}.home-hero__inner{max-width:760px;color:#f4f8ff}.home-hero__title{font-size:clamp(1.8rem, 4.4vw, 3.5rem);line-height:1.06;font-weight:800;letter-spacing:.01em}.home-hero__subtitle{margin-top:1rem;max-width:62ch;font-size:clamp(0.95rem, 1.3vw, 1.12rem);line-height:1.5;color:rgb(244 248 255 / .9)}.home-hero__actions{margin-top:1.7rem;display:flex;align-items:center;gap:.75rem}.home-hero__cta{color:#fff;background-color:#0076b1;background-image:linear-gradient(to bottom,#29b7ff 0%,#0076b1 100%);text-decoration:none;padding:.95rem 1.35rem;border-radius:4px;font-weight:700;font-size:1.05rem;line-height:1}.home-featured{width:100%;padding-left:1rem;padding-right:1rem}.home-featured__title{font-size:1.55rem;line-height:1.15;color:#fff;margin:0 0 .8rem;background-color:#0076b1;background-image:linear-gradient(to bottom,#29b7ff 0%,#0076b1 100%);border-radius:4px;padding:.62rem .72rem}.home-featured__track{display:flex;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-left:0;padding-left:0;padding-right:.7rem;padding-bottom:.3rem}.home-featured-card{flex:0 0 calc(((100% - 2rem) / 3) - 0.75rem);min-width:360px;border:1px solid rgb(15 29 47 / .13);border-radius:6px;background:#fff;overflow:hidden;scroll-snap-align:start;display:flex;flex-direction:column}.home-featured-card__image-wrap{display:block;margin:.75rem;border:1px solid rgb(15 29 47 / .16);border-radius:4px;overflow:hidden;height:360px;background:#eaf2fc}.home-featured-card__image{width:100%;height:100%;object-fit:cover;display:block}.home-featured-card__image-placeholder{display:block;width:100%;height:360px;background:linear-gradient(140deg,#dbe8f8 0%,#f2f8ff 100%)}.home-featured-card__content{padding:0 .75rem .8rem;display:flex;flex-direction:column;gap:.55rem;flex:1}.home-featured-card__title{font-size:1.1rem;line-height:1.3}.home-featured-card__title a{color:#102947;text-decoration:none;font-weight:700}.home-featured-card__title a:hover,.home-featured-card__title a:focus-visible{color:#0a5da8}.home-featured-card__excerpt{color:#40556d;font-size:.95rem;line-height:1.55}.home-featured-card__actions{margin-top:auto;display:flex;justify-content:space-between;align-items:flex-end;gap:.6rem}.home-featured-card__button{color:#fff;background-color:#0076b1;background-image:linear-gradient(to bottom,#29b7ff 0%,#0076b1 100%);text-decoration:none;padding:.58rem .78rem;border-radius:4px;font-weight:700;font-size:.86rem;line-height:1}.home-featured-card__date{color:#4b6079;font-size:.82rem}.home-content{width:100%;padding-left:1rem;padding-right:1rem}.home-content__layout{width:100%;display:grid;grid-template-columns:minmax(0,3.25fr) minmax(240px,0.95fr);gap:1rem;align-items:start}.home-posts{padding:0}.home-posts__quick-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem;margin-top:1rem}.home-quick-card{border:1px solid rgb(15 29 47 / .11);border-radius:6px;background:#fff;padding:.75rem;display:flex;flex-direction:column;gap:.58rem;overflow:hidden}.home-quick-card__title{font-size:.98rem;line-height:1.25;color:#102947;font-weight:800}.home-quick-card--fuel,.home-quick-card--event,.home-quick-card--film{border-color:rgb(10 70 123 / .22);background:#fff;box-shadow:0 8px 20px rgb(13 54 97 / .08)}.home-quick-card--fuel .home-quick-card__title,.home-quick-card--event .home-quick-card__title,.home-quick-card--film .home-quick-card__title{color:#fff;background-color:#0076b1;background-image:linear-gradient(to bottom,#29b7ff 0%,#0076b1 100%);border-radius:4px;padding:.62rem .72rem;margin:-.1rem -.1rem .15rem}.home-quick-card__text,.home-quick-card__empty{color:#40556d;font-size:.87rem;line-height:1.5}.home-quick-card__button{margin-top:auto;align-self:flex-start;color:#fff;background-color:#0076b1;background-image:linear-gradient(to bottom,#29b7ff 0%,#0076b1 100%);text-decoration:none;padding:.55rem .72rem;border-radius:4px;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:flex-end;gap:.6rem}.home-quick-card__actions .home-quick-card__button{margin-top:0}.home-quick-card--event{gap:.5rem}.home-quick-card--fuel{padding:.72rem;gap:.48rem}.home-quick-card--fuel .home-quick-card__title{font-size:1.05rem;line-height:1.28}.home-quick-card--fuel .home-quick-card__button{padding:.58rem .78rem;font-size:.82rem}.home-quick-event__image-wrap{display:block;border:1px solid rgb(15 29 47 / .14);border-radius:4px;overflow:hidden;background:#eef4fb}.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(140deg,#dbe8f8 0%,#f2f8ff 100%)}.home-quick-event__name{margin:0;font-size:.93rem;line-height:1.35}.home-quick-event__name a{color:#102947;text-decoration:none;font-weight:700}.home-quick-event__name a:hover,.home-quick-event__name a:focus-visible{color:#0a5da8}.home-quick-event__date{font-size:.78rem;color:#4b6079}.home-quick-card--film{gap:.5rem}.home-quick-film__embed-wrap{position:relative;width:100%;padding-top:56.25%;border-radius:4px;overflow:hidden;background:#0f1d2f}.home-quick-film__embed{position:absolute;inset:0;width:100%;height:100%;border:0}.home-quick-film__name{margin:0;font-size:.93rem;line-height:1.35;color:#102947;font-weight:700}.home-quick-film__date{font-size:.78rem;color:#4b6079}.home-fuel-table{width:100%;border-collapse:separate;border-spacing:0;border:1px solid #fff0;border-radius:6px;background:linear-gradient(#ffffff,#ffffff) padding-box,linear-gradient(135deg,#6aceff 0%,#12a3eb 22%,#0076b1 74%,#6aceff 100%) border-box;overflow:hidden}.home-fuel-table tr:not(:last-child) th,.home-fuel-table tr:not(:last-child) td{border-bottom:1px solid rgb(10 66 116 / .2)}.home-fuel-table th,.home-fuel-table td{text-align:left;padding:.44rem .62rem;font-size:1rem;color:#203a57;background:#fff}.home-fuel-table td{text-align:right;white-space:nowrap}.home-fuel-table th{border-right:1px solid rgb(10 66 116 / .2)}.home-fuel-table__price{font-weight:700;font-size:1.1rem}.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:#179645}.home-fuel-table__trend.is-down{color:#cf2c39}.home-fuel-table__trend.is-flat{color:#667a91}.home-posts__head{display:flex;align-items:center;justify-content:space-between;gap:.8rem;margin-bottom:1rem;color:#fff;background-color:#0076b1;background-image:linear-gradient(to bottom,#29b7ff 0%,#0076b1 100%);border-radius:4px;padding:.62rem .72rem}.home-posts__title{font-size:1.55rem;line-height:1.15;color:#fff;margin:0}.home-posts__all{color:#fff;background-color:#0076b1;background-image:linear-gradient(to bottom,#29b7ff 0%,#0076b1 100%);text-decoration:none;border-radius:4px;font-weight:700;font-size:.92rem;line-height:1;padding:.7rem .9rem;box-shadow:0 1px 3px rgb(10 69 122 / .08)}.home-posts__grid{column-count:3;column-gap:.9rem}.home-post-card{display:inline-block;width:100%;margin:0 0 .9rem;border:1px solid rgb(15 29 47 / .1);border-radius:6px;background:#fff;overflow:hidden;break-inside:avoid;-webkit-column-break-inside:avoid}.home-post-card__image-wrap{display:block;margin:.72rem;border:1px solid rgb(15 29 47 / .15);border-radius:4px;overflow:hidden;min-height:150px;background:#eef4fb}.home-post-card__image{width:100%;height:100%;object-fit:cover;display:block}.home-post-card__image-placeholder{display:block;width:100%;min-height:150px;background:linear-gradient(140deg,#dbe8f8 0%,#f2f8ff 100%)}.home-post-card__content{padding:0 .72rem .78rem;display:flex;flex-direction:column;gap:.52rem;flex:1}.home-post-card__title{font-size:.98rem;line-height:1.35}.home-post-card__title a{color:#102947;text-decoration:none;font-weight:700}.home-post-card__title a:hover,.home-post-card__title a:focus-visible{color:#0a5da8}.home-post-card__excerpt{color:#40556d;font-size:.9rem;line-height:1.5}.home-post-card__actions{margin-top:auto;display:flex;justify-content:space-between;align-items:flex-end;gap:.6rem}.home-post-card__button{color:#fff;background-color:#0076b1;background-image:linear-gradient(to bottom,#29b7ff 0%,#0076b1 100%);text-decoration:none;padding:.56rem .75rem;border-radius:4px;font-weight:700;font-size:.84rem;line-height:1}.home-post-card__date{color:#4b6079;font-size:.8rem}.home-posts__empty{color:#42556c;font-size:.95rem}.home-forum-sidebar{padding:0;display:flex;flex-direction:column;gap:.8rem}.home-forum-sidebar__title{color:#0f1d2f;font-size:1.1rem;line-height:1.25}.home-forum-sidebar__list{list-style:none;display:flex;flex-direction:column;gap:.5rem}.home-forum-sidebar__item{border:1px solid rgb(15 29 47 / .08);border-radius:4px;padding:.65rem;display:flex;flex-direction:column;gap:.3rem}.home-forum-sidebar__link{color:#0f2e52;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:#0a5da8}.home-forum-sidebar__meta{display:flex;flex-wrap:wrap;gap:.3rem .6rem;color:#42556c;font-size:.8rem;.home-forum-sidebar__ad{margin-top:18px;padding-top:14px;border-top:1px solid #e7ecf5}.home-forum-sidebar__ad img{max-width:100%;height:auto;display:block;border-radius:12px}.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:#42556c;font-size:.9rem}.home-forum-sidebar__debug{margin-top:.75rem;padding:.6rem;border:1px dashed rgb(15 29 47 / .24);border-radius:4px;background:rgb(240 246 255 / .7);color:#203a57;font-size:.82rem;line-height:1.45}.home-forum-sidebar__debug strong{display:block;margin-bottom:.35rem}.home-forum-sidebar__debug ul{margin:0;padding-left:1rem}.home-forum-sidebar__debug li+li{margin-top:.2rem}.home-forum-sidebar__button{color:#fff;background-color:#0076b1;background-image:linear-gradient(to bottom,#29b7ff 0%,#0076b1 100%);text-decoration:none;border-radius:4px;font-weight:700;font-size:.93rem;line-height:1;padding:.76rem .95rem;align-self:flex-start}.home-faq{margin-top:1rem}.home-faq__head{margin-bottom:.8rem}.home-faq__title{margin:0;color:#fff;font-size:1.05rem;line-height:1.25;background-color:#0076b1;background-image:linear-gradient(to bottom,#29b7ff 0%,#0076b1 100%);border-radius:4px;padding:.62rem .72rem}.home-faq__subtitle{margin:.5rem 0 0;color:#42556c;font-size:.88rem;line-height:1.4}.home-faq__list{display:flex;flex-direction:column;gap:.5rem}.home-faq__item{border:1px solid rgb(15 29 47 / .08);border-radius:4px;background:#fff}.home-faq__trigger{width:100%;border:0;background:#fff0;padding:.65rem;display:flex;align-items:center;justify-content:space-between;gap:.8rem;text-align:left;cursor:pointer}.home-faq__question{color:#102947;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:#0f3e73;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 .65rem .65rem;color:#40556d;font-size:.9rem;line-height:1.55}.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}@media (max-width:1280px){.home-hero__content{padding-left:4rem;padding-right:4rem}.home-posts__grid{column-count:2}.home-posts__quick-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-featured-card{flex:0 0 calc(((100% - 1rem) / 2) - 0.65rem)}}@media (max-width:760px){.home-main{gap:.9rem;padding-bottom:.9rem}.home-hero{min-height:380px}.home-hero__content{padding-left:1rem;padding-right:1rem}.home-hero__subtitle{margin-top:.85rem;line-height:1.45}.home-hero__actions{margin-top:1.2rem}.home-content{padding-left:1rem;padding-right:1rem}.home-featured{padding-left:1rem;padding-right:1rem}.home-featured__title{font-size:1.35rem}.home-featured-card{flex:0 0 90%;min-width:90%}.home-featured-card__image-wrap,.home-featured-card__image-placeholder{height:240px}.home-content__layout{grid-template-columns:1fr}.home-posts__head{flex-direction:column;align-items:flex-start}.home-posts__quick-grid{grid-template-columns:1fr}.home-posts__title{font-size:1.45rem}.home-posts__grid{column-count:1}.home-faq__head,.home-faq__trigger,.home-faq__answer{padding-left:.65rem;padding-right:.65rem}}@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: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}