.ktech-bg,.ktech-bg-nav,.ktech-bg-filter{--ktech-bg-dur:400ms;--ktech-bg-ease:cubic-bezier(0.37, 0, 0.63, 1);--ktech-bg-title:#232323;--ktech-bg-text:#717580;--ktech-bg-accent:#232323}.ktech-bg{--ktech-bg-cols:3;--ktech-bg-gap:30px;--ktech-bg-ratio:4 / 3;--ktech-bg-radius:4px;--ktech-bg-card-bg:transparent;--ktech-bg-pad:0px;--ktech-bg-zoom:1.07;--ktech-bg-overlay:linear-gradient(0deg, rgba(23, 23, 23, 0.8) 0%, rgba(23, 23, 23, 0) 70%);display:grid;grid-template-columns:repeat(var(--ktech-bg-cols),minmax(0,1fr));gap:var(--ktech-bg-gap);margin:0;padding:0;list-style:none}.ktech-bg--date,.ktech-bg--grid,.ktech-bg--only-text{--ktech-bg-card-bg:#ffffff;--ktech-bg-card-shadow:0 0 30px rgba(0, 0, 0, 0.08)}.ktech-bg--masonry{--ktech-bg-card-bg:#ffffff;--ktech-bg-card-shadow:0 20px 60px rgba(0, 0, 0, 0.08)}.ktech-bg__item{list-style:none;min-width:0;margin:0}.ktech-bg__card{position:relative;display:flex;flex-direction:column;height:100%;background:var(--ktech-bg-card-bg);border-radius:var(--ktech-bg-radius);box-shadow:var(--ktech-bg-card-shadow,none);color:inherit;transition:box-shadow 350ms var(--ktech-bg-ease),transform 350ms var(--ktech-bg-ease)}.ktech-bg__media{position:relative;display:block;overflow:hidden;border-radius:inherit;background:rgb(0 0 0 / .04)}.ktech-bg__media-link{display:block;height:100%;border-radius:inherit}.ktech-bg__img{display:block;width:100%;height:100%;object-fit:cover;aspect-ratio:var(--ktech-bg-ratio);transition:transform 600ms var(--ktech-bg-ease);will-change:transform}.ktech-bg--ratio-auto .ktech-bg__img{aspect-ratio:auto;height:auto}.ktech-bg__card:hover .ktech-bg__img{transform:scale(var(--ktech-bg-zoom))}.ktech-bg__cats{display:flex;flex-wrap:wrap;gap:5px}.ktech-bg__cat{display:inline-block;padding:4px 12px;border-radius:2px;background:#fff;color:#232323;font-size:12px;line-height:20px;font-weight:700;text-transform:uppercase;text-decoration:none;transition:all 0.3s var(--ktech-bg-ease)}.ktech-bg__cat:hover{color:#232323}.ktech-bg__body{display:flex;flex-direction:column;flex:1 1 auto;padding:var(--ktech-bg-pad)}.ktech-bg__title{margin:0 0 10px;font-size:17px;line-height:26px;font-weight:600}.ktech-bg__title a{color:var(--ktech-bg-title);text-decoration:none;transition:color var(--ktech-bg-dur) var(--ktech-bg-ease)}.ktech-bg__title a,.ktech-bg__excerpt{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.ktech-bg__title a{-webkit-line-clamp:var(--ktech-bg-title-lines,999)}.ktech-bg__excerpt{-webkit-line-clamp:var(--ktech-bg-excerpt-lines,999);margin:0 0 15px;color:var(--ktech-bg-text)}.ktech-bg__excerpt:last-child{margin-bottom:0}.ktech-bg__meta{display:flex;align-items:center;gap:8px;margin-top:auto;font-size:14px;color:var(--ktech-bg-text)}.ktech-bg__meta a{color:var(--ktech-bg-title);text-decoration:none;font-weight:600}.ktech-bg__avatar{width:30px;height:30px;border-radius:100%;flex:0 0 auto}.ktech-bg__comments{margin-left:auto}.ktech-bg__more{display:inline-flex;align-items:center;gap:3px;margin-top:15px;color:var(--ktech-bg-accent);font-size:12px;font-weight:700;line-height:1;text-transform:uppercase;text-decoration:none;align-self:flex-start}.ktech-bg__more-icon{display:inline-flex;opacity:0;transform:translateX(-10px) scaleX(0);transform-origin:center left;transition:all 300ms cubic-bezier(.5,1,.89,1)}.ktech-bg__more-icon svg{width:1em;height:1em;fill:currentColor}.ktech-bg__card:hover .ktech-bg__more-icon{opacity:1;transform:translateX(0) scaleX(1)}.ktech-bg--classic .ktech-bg__body{padding:30px 0}.ktech-bg--classic .ktech-bg__topmeta{display:block;margin-bottom:5px;font-size:13px;text-transform:uppercase;color:var(--ktech-bg-text)}.ktech-bg--classic .ktech-bg__topmeta a{color:var(--ktech-bg-title);font-weight:600;text-decoration:none}.ktech-bg--classic .ktech-bg__topmeta .ktech-bg__cat-text+.ktech-bg__date::before{content:"/";display:inline-block;margin:0 5px;color:var(--ktech-bg-text);opacity:.7;font-weight:400}.ktech-bg--date .ktech-bg__card{flex-direction:row;align-items:flex-start;gap:40px;padding:45px;background:var(--ktech-bg-card-bg);border-radius:10px;transform:translateY(0);transition:transform 350ms var(--ktech-bg-ease),box-shadow 350ms var(--ktech-bg-ease)}.ktech-bg--date .ktech-bg__card:hover{transform:translateY(-5px)}.ktech-bg__datebox{flex:0 0 auto;min-width:75px;padding:20px 0 17px;border-radius:3px;background:#232323;color:#fff;text-align:center;text-transform:uppercase;font-weight:500}.ktech-bg__datebox-day{display:block;font-size:30px;line-height:28px}.ktech-bg__datebox-month{display:block;line-height:24px}.ktech-bg--date .ktech-bg__body{padding:0}.ktech-bg--date .ktech-bg__title{font-size:18px;line-height:28px}.ktech-bg--grid .ktech-bg__card{background:var(--ktech-bg-card-bg);overflow:hidden}.ktech-bg--grid .ktech-bg__media{border-radius:var(--ktech-bg-radius) var(--ktech-bg-radius) 0 0}.ktech-bg--grid .ktech-bg__cats{position:absolute;top:17px;right:20px}.ktech-bg--grid .ktech-bg__cat{box-shadow:0 0 25px rgb(0 0 0 / .4)}.ktech-bg--grid .ktech-bg__body{padding:35px}.ktech-bg__meta--swap{position:relative;overflow:hidden;display:block;height:22px}.ktech-bg__meta--swap .ktech-bg__date,.ktech-bg__meta--swap .ktech-bg__author{display:block;transition:transform 500ms var(--ktech-bg-ease)}.ktech-bg__meta--swap .ktech-bg__author{position:absolute;left:0;bottom:0;transform:translateY(32px)}.ktech-bg__card:hover .ktech-bg__meta--swap .ktech-bg__date{transform:translateY(-32px)}.ktech-bg__card:hover .ktech-bg__meta--swap .ktech-bg__author{transform:translateY(0)}.ktech-bg--masonry .ktech-bg__card{background:var(--ktech-bg-card-bg);overflow:hidden}.ktech-bg--masonry.is-masonry{grid-auto-rows:1px;row-gap:0;align-items:start}.ktech-bg--masonry .ktech-bg__cardtop{position:relative;display:flex;align-items:center;gap:10px;padding:15px 20px;font-size:15px;background:#fff;z-index:1}.ktech-bg--masonry .ktech-bg__cardtop::after{content:"";position:absolute;left:25px;top:100%;width:0;height:0;border-left:8px solid #fff0;border-right:8px solid #fff0;border-top:8px solid #fff;z-index:1}.ktech-bg--masonry .ktech-bg__cats{position:absolute;bottom:30px;left:30px}.ktech-bg--masonry .ktech-bg__cat{box-shadow:0 0 25px rgb(0 0 0 / .4)}.ktech-bg--masonry .ktech-bg__body{padding:40px 45px}.ktech-bg--masonry .ktech-bg__img{transition:transform 1000ms cubic-bezier(.5,1,.89,1)}.ktech-bg--masonry .ktech-bg__card:hover .ktech-bg__img{transform:scale(1.1)}.ktech-bg--metro .ktech-bg__item{aspect-ratio:1}.ktech-bg--metro .ktech-bg__item--wide{grid-column:span 2;grid-row:span 2}.ktech-bg--metro .ktech-bg__card{height:100%;overflow:hidden;border-radius:var(--ktech-bg-radius);background:#1f232c}.ktech-bg--metro .ktech-bg__media{position:absolute;inset:0;border-radius:inherit}.ktech-bg--metro .ktech-bg__img{width:100%;height:100%;aspect-ratio:auto;transition:transform var(--ktech-bg-dur) var(--ktech-bg-ease),opacity var(--ktech-bg-dur) var(--ktech-bg-ease)}.ktech-bg--metro .ktech-bg__card:hover .ktech-bg__img{transform:scale(1.1);opacity:.5}.ktech-bg__overlay{position:absolute;inset:0;background:var(--ktech-bg-overlay);transition:all var(--ktech-bg-dur) var(--ktech-bg-ease);pointer-events:none}.ktech-bg--metro .ktech-bg__body{position:relative;justify-content:flex-end;height:100%;padding:50px 55px;z-index:1}.ktech-bg--metro .ktech-bg__cats{margin-bottom:auto}.ktech-bg--metro .ktech-bg__cat{border:1px solid #fff0}.ktech-bg--metro .ktech-bg__card:hover .ktech-bg__cat{background:#fff0;color:#fff;border-color:rgb(255 255 255 / .3)}.ktech-bg--metro .ktech-bg__title{font-size:20px;line-height:30px;font-weight:500;margin-bottom:0}.ktech-bg--metro .ktech-bg__title a,.ktech-bg--metro .ktech-bg__date,.ktech-bg--metro .ktech-bg__meta,.ktech-bg--metro .ktech-bg__meta a{color:#fff}.ktech-bg--metro .ktech-bg__date{display:block;margin-bottom:5px;font-size:13px;text-transform:uppercase;opacity:.6}@media (max-width:767px){.ktech-bg--metro .ktech-bg__item--wide{grid-column:span 1;grid-row:span 1}.ktech-bg--metro .ktech-bg__body{padding:30px}}.ktech-bg--modern .ktech-bg__item{margin-bottom:51px}.ktech-bg--modern .ktech-bg__card{background:#fff0;text-align:center;overflow:visible}.ktech-bg--modern .ktech-bg__media{border-radius:var(--ktech-bg-radius)}.ktech-bg--modern .ktech-bg__img{transition:transform 900ms cubic-bezier(.5,1,.89,1)}.ktech-bg--modern .ktech-bg__card:hover .ktech-bg__img{transform:scale(1.1)}.ktech-bg--modern .ktech-bg__body{position:absolute;left:0;right:0;bottom:-51px;width:85%;margin:0 auto;padding:0;box-shadow:0 4px 10px rgb(111 111 111 / .1)}.ktech-bg--modern .ktech-bg__content{position:relative;padding:30px;background:#232323;z-index:2;transition:all var(--ktech-bg-dur) cubic-bezier(.5,1,.89,1)}.ktech-bg--modern .ktech-bg__cats{justify-content:center;max-height:0;overflow:hidden;transition:max-height 400ms var(--ktech-bg-ease),margin 400ms var(--ktech-bg-ease)}.ktech-bg--modern .ktech-bg__card:hover .ktech-bg__cats{max-height:40px;margin-bottom:5px}.ktech-bg--modern .ktech-bg__cat{padding:0;background:#fff0;color:#d89c26;box-shadow:none;font-size:15px;font-weight:600}.ktech-bg--modern .ktech-bg__title{margin:0;font-size:19px;line-height:26px}.ktech-bg--modern .ktech-bg__title a{color:#fff}.ktech-bg--modern .ktech-bg__meta{justify-content:center;flex-wrap:wrap;gap:0;padding:15px;background:#fff;font-size:14px;margin-top:0}.ktech-bg--modern .ktech-bg__meta>*{white-space:nowrap}.ktech-bg--modern .ktech-bg__meta .ktech-bg__sep{margin:0 15px;opacity:.7;font-weight:300}.ktech-bg--only-text{counter-reset:ktech-bg-card}.ktech-bg--only-text .ktech-bg__card{background:var(--ktech-bg-card-bg);overflow:hidden}.ktech-bg--only-text .ktech-bg__body{position:relative;overflow:hidden;padding:60px;z-index:1}.ktech-bg--only-text .ktech-bg__hoverimg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;visibility:hidden;transform:scale(1.1) rotate(-3deg);transition:all 300ms var(--ktech-bg-ease);z-index:-1}.ktech-bg--only-text .ktech-bg__body::after{counter-increment:ktech-bg-card;content:counter(ktech-bg-card,decimal-leading-zero);position:absolute;top:30px;right:-8px;font-size:70px;line-height:70px;letter-spacing:-3px;font-weight:600;opacity:.1;color:#232323;transition:all 350ms var(--ktech-bg-ease)}.ktech-bg--only-text .ktech-bg__card:hover .ktech-bg__hoverimg{opacity:1;visibility:visible;transform:scale(1) rotate(0deg);transition:all 400ms var(--ktech-bg-ease)}.ktech-bg--only-text .ktech-bg__card:hover .ktech-bg__body::after{right:30px;opacity:.2;color:#fff}.ktech-bg--only-text .ktech-bg__cat{background:#232323;color:#fff;margin-bottom:70px;font-weight:500}.ktech-bg--only-text .ktech-bg__card:hover .ktech-bg__cat{background:#fff;color:#232323;box-shadow:0 10px 40px rgb(0 0 0 / .6)}.ktech-bg--only-text .ktech-bg__title{margin-bottom:0;font-size:20px;line-height:28px;letter-spacing:-.5px;font-weight:500}.ktech-bg--only-text .ktech-bg__meta{margin:0 0 5px;font-size:13px;text-transform:uppercase}.ktech-bg--only-text .ktech-bg__card:hover .ktech-bg__title a,.ktech-bg--only-text .ktech-bg__card:hover .ktech-bg__meta,.ktech-bg--only-text .ktech-bg__card:hover .ktech-bg__meta a,.ktech-bg--only-text .ktech-bg__card:hover .ktech-bg__excerpt{color:#fff}.ktech-bg--only-text .ktech-bg__card:hover .ktech-bg__title a{text-shadow:0 0 50px rgb(0 0 0 / .9)}.ktech-bg-filter{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;margin:0 0 40px;padding:0}.ktech-bg-filter__item{display:inline-flex;align-items:center;gap:6px;padding:8px 18px;border-radius:4px;color:var(--ktech-bg-text);font-size:13px;font-weight:600;line-height:1.4;text-transform:uppercase;text-decoration:none;cursor:pointer;transition:color var(--ktech-bg-dur) var(--ktech-bg-ease),background var(--ktech-bg-dur) var(--ktech-bg-ease)}.ktech-bg-filter__item:hover,.ktech-bg-filter__item.is-active{background:var(--ktech-bg-accent);color:#fff}.ktech-bg-filter__count{font-size:.8em;opacity:.7}.ktech-bg.is-swapping{opacity:.35;transition:opacity 0.2s linear}.ktech-bg-nav{margin-top:40px;text-align:center}.ktech-bg-pagination{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:10px}.ktech-bg-pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 12px;border:1px solid rgb(35 35 35 / .15);border-radius:4px;color:var(--ktech-bg-title);font-size:13px;font-weight:500;text-decoration:none;transition:all var(--ktech-bg-dur) var(--ktech-bg-ease)}.ktech-bg-pagination .page-numbers.current,.ktech-bg-pagination .page-numbers:hover{background:var(--ktech-bg-accent);border-color:var(--ktech-bg-accent);color:#fff}.ktech-bg-pagination .page-numbers.dots:hover{background:#fff0;border-color:rgb(35 35 35 / .15);color:var(--ktech-bg-title)}.ktech-bg-loadmore{display:inline-flex;align-items:center;gap:8px;padding:12px 30px;border:0;border-radius:4px;background:var(--ktech-bg-accent);color:#fff;font-size:13px;font-weight:600;text-transform:uppercase;cursor:pointer;transition:opacity var(--ktech-bg-dur) var(--ktech-bg-ease)}.ktech-bg-loadmore:hover{opacity:.85}.ktech-bg-loadmore[hidden]{display:none}.ktech-bg-loadmore.is-loading{opacity:.6;pointer-events:none}.ktech-bg-loadmore.is-loading::after{content:"";width:14px;height:14px;border:2px solid rgb(255 255 255 / .4);border-top-color:#fff;border-radius:100%;animation:ktech-bg-spin 0.7s linear infinite}@keyframes ktech-bg-spin{to{transform:rotate(360deg)}}.ktech-bg-sentinel{height:1px}.ktech-bg-empty{padding:30px;border:1px dashed rgb(35 35 35 / .2);border-radius:4px;color:var(--ktech-bg-text);text-align:center}@media (prefers-reduced-motion:reduce){.ktech-bg *,.ktech-bg *::before,.ktech-bg *::after{transition-duration:0.01ms!important;animation-duration:0.01ms!important}.ktech-bg__card:hover .ktech-bg__img{transform:none}}