:root{--cookieadmin-primary-color:#001d39;--cookieadmin-primary-hover-color:#985e23;--cookieadmin-secondary-color:#0046b2;--cookieadmin-secondary-hover-color:#0065ff;--cookieadmin-txcolor:#0f172a;--cookieadmin-green-txtcolor:#3a8356;--cookieadmin-warning-txtcolor:#9c7930;--cookieadmin-red-txtcolor:#b55355;--cookieadmin-green-color:#15a448;--cookieadmin-warning-color:#e9b306;--cookieadmin-red-color:#dd2727}.cookieadmin_cookie_modal label,.cookieadmin_cookie_modal input{padding:5px;margin-right:5px;font-size:15px}.cookieadmin_cookie_modal label{font-weight:501}.cookieadmin_bottom{bottom:20px}.cookieadmin_top{top:20px}.cookieadmin_right{right:15px}.cookieadmin_left{left:15px}@keyframes cookieadmin_slideUp{from{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes cookieadmin_slideSide{from{transform:translateX(-100%);opacity:0}to{transform:translateX(0);opacity:1}}.cookieadmin_law_container{position:fixed;width:25%;box-sizing:border-box;z-index:99999;display:none}.cookieadmin_consent_btns{align-content:center;display:flex;justify-content:space-evenly;flex-wrap:wrap}.cookieadmin_box{width:25%;box-sizing:border-box;display:none}.cookieadmin_notice_group{display:flex;flex-direction:column;gap:10px;align-items:flex-start}.cookieadmin_consent_inside{color:#000;background-color:#FFF;border:1px solid #f4f4f4;padding:15px;border-radius:4px;box-shadow:1px 3px 10px rgb(0 0 0 / .2)}#cookieadmin_notice_title{font-weight:601;margin:0;padding-left:5px}.cookieadmin_notice_con{font-size:initial;padding:0 6px;flex:1}.cookieadmin_cookie_modal{display:none;flex-direction:column;position:fixed;max-height:80vh;background-color:#FFF;border:1px solid #F4F4F4;border-radius:8px;box-shadow:0 4px 8px rgb(0 0 0 / .2);z-index:999999}.cookieadmin_center{top:10%;left:22%;max-width:60vw}.cookieadmin_side{flex-direction:column;position:fixed;width:35vw;bottom:0;animation:0.5s ease-out forwards cookieadmin_slideSide;max-height:100vh;left:0;top:0;border-radius:0}.cookieadmin_down{position:fixed;max-width:100%;max-height:55vh;bottom:0;animation:0.5s ease-out forwards cookieadmin_slideUp}.cookieadmin_modal_overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgb(0 0 0 / .5);z-index:1000}.cookieadmin_mod_head{display:flex;justify-content:space-between}.cookieadmin_mod_head,.cookieadmin_wrapper{padding:15px;border-bottom:1px solid #CCC}.cookieadmin_close_pref{background:none;border:none;align-self:baseline;color:gray;cursor:pointer;padding:0}.cookieadmin_preference_title{font-size:20px;font-weight:801;margin:9px}.cookieadmin_preference_details{padding:0 10px}.cookieadmin_preference{overflow:auto;font-size:15px;height:auto;padding:10px 0}.cookieadmin_details_wrapper{padding:0 15px;height:calc(100% - 6%);overflow:auto;scrollbar-width:thin}.cookieadmin_types{padding:10px 10px;border-top:1px solid #CCC}.cookieadmin_header{display:flex;justify-content:space-between}.cookieadmin_header>span>label{cursor:pointer}.cookieadmin_remark{display:none;justify-self:right}.cookieadmin_act{display:inline;color:#1863dc}.cookieadmin-modal-cookies-list{display:none;padding:1px;border-radius:10px;margin:0 20px;margin-right:4rem;font-size:smaller;font-size:1rem;text-align:center}.cookieadmin_desc{padding:5px 20px;font-size:15px;padding-right:4rem}.cookieadmin_footer{left:0;padding:15px;flex-wrap:wrap;width:100%}.cookieadmin_modal_footer{left:0;padding:15px;flex-wrap:wrap;border-top:1px solid #CCC}button.cookieadmin_btn{background-color:#fff0;border:1px solid gray;color:#1863dc;padding:.4rem .9rem;border-radius:4px;margin:2px 5px;cursor:pointer;flex:auto;text-wrap:auto}.cookieadmin_btn:hover{opacity:.8}.cookieadmin_show_pref_cookies{cursor:pointer;font-size:18px;font-family:initial}button.cookieadmin_re_consent{display:none;position:fixed;bottom:15px;left:15px;background-color:#374FD4;height:50px;width:50px;border-radius:50%!important;cursor:pointer;border:0;z-index:99999;padding:5px!important;box-shadow:-4px 5px 10px rgb(0 0 0 / .4);align-items:center;justify-content:center}.cookieadmin-cookie-card{border:1px solid ghostwhite;border-radius:10px;padding:16px;font-family:'Open Sans','Segoe UI',sans-serif;box-shadow:0 2px 6px rgb(0 0 0 / .1);margin:10px auto;text-align:left}.cookieadmin-cookie-header{display:flex;justify-content:space-between;font-size:1rem;margin-bottom:6px}.cookieadmin-cookie-name{font-weight:700;color:#333}.cookieadmin-cookie-duration{font-size:.85rem}.cookieadmin-cookie-duration>b{font-weight:700}.cookieadmin-cookie-description{font-size:.9rem;margin-bottom:12px}.cookieadmin-cookie-tags{display:flex;gap:8px}.cookieadmin-tag{background:#e0e0e0;padding:4px 10px;border-radius:12px;font-size:.75rem;color:#333}.cookieadmin_toggle{position:relative;display:inline-block;width:24px;height:11px}.cookieadmin_toggle input{display:none}.cookieadmin_slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;height:21px;width:34px;background-color:gray;transition:.4s;border-radius:34px}.cookieadmin_slider:before{position:absolute;content:"";height:15px;width:15px;left:3.2px;bottom:3.2px;background-color:#fff;transition:.2s;border-radius:50%}input:checked+.cookieadmin_slider{background-color:#3582c4}input:checked+.cookieadmin_slider:before{transform:translateX(13px)}.cookieadmin_law_container .cookieadmin-poweredby{margin-top:10px}.cookieadmin_modal_footer_links .cookieadmin-poweredby{margin-left:auto}.cookieadmin-poweredby a img{height:15px}.cookieadmin-poweredby a{color:unset;cursor:pointer;display:flex;justify-content:center;align-items:center;font-size:11px;gap:2px;text-decoration:none}.cookieadmin_modal_footer .cookieadmin-poweredby a{justify-content:end}#cookieadmin-gpc-toast{display:flex;visibility:hidden;position:fixed;bottom:24px;right:24px;color:#fff;padding:10px 14px;border-radius:6px;box-shadow:0 4px 12px rgb(0 0 0 / .15);align-items:center;justify-content:space-between;gap:10px;font-size:14px;z-index:99999;opacity:0;transform:translateY(20px);transition:opacity 0.3s ease,transform 0.3s ease,visibility 0s 0.3s;line-height:1.5}#cookieadmin_gpc_override{padding-bottom:10px}.cookieadmin_policy_link_box{display:flex;justify-content:space-around;font-size:13px;flex-wrap:wrap}.cookieadmin_modal_policy_link_box{display:flex;gap:5px;font-size:13px;flex-wrap:wrap}.cookieadmin_modal_footer_links{display:flex;justify-content:space-between;margin:9px 9px 0 9px}@media (max-width:767px){.cookieadmin_center{top:10%;left:5%;max-width:90vw}.cookieadmin_show_pref_cookies{font-size:14px}.cookieadmin_law_container,.cookieadmin_box{width:90%}.cookieadmin_side{width:100%}}@media (min-width:768px) and (max-width:991px){.cookieadmin_box{width:45%}}@media (min-width:992px) and (max-width:1199px){.cookieadmin_box{width:35%}}@media (min-width:1200px) and (max-width:1360px){.cookieadmin_box{width:30%}}@media (min-width:768px){.cookieadmin_notice_group{flex-direction:row;justify-content:space-between;align-items:center}.cookieadmin_notice_con{flex:1}.cookieadmin_consent_btns{flex-shrink:0}}@media (max-width:480px){.cookieadmin_consent_inside .cookieadmin_btn{width:100%;margin:5px 0}.cookieadmin_modal_footer{padding:8px}}:root{--wd-blue:#2f9cf4;--wd-blue-dark:#177fd4;--wd-text:#171717;--wd-muted:#666;--wd-bg:#fff;--wd-soft:#f1f2f7;--wd-card:#fff;--wd-border:#e6e6e6;--wd-shadow:0 2px 12px rgba(0,0,0,.06);--wd-radius:10px;--wd-max:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:clip}body{margin:0;overflow-x:clip;background:var(--wd-bg);color:var(--wd-text);font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.65}body.dark{--wd-text:#f1f1f1;--wd-muted:#bdbdbd;--wd-bg:#101114;--wd-soft:#181a1f;--wd-card:#17191d;--wd-border:#2a2d33;--wd-shadow:0 2px 14px rgba(0,0,0,.3)}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button,input{font:inherit}.container{width:min(100% - 32px,var(--wd-max));margin-inline:auto}.wd-topbar{background:#101010;color:#fff;font-size:14px}.wd-topbar-inner{min-height:44px;display:flex;align-items:center;justify-content:flex-start;gap:12px}.wd-topbar-date,.wd-clock-wrap{display:flex;gap:7px;align-items:center;font-weight:600}.wd-clock{font-variant-numeric:tabular-nums}.wd-topbar-icon{width:15px;height:15px;display:inline-flex;flex:0 0 15px}.wd-topbar-icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.wd-branding{padding:10px 0 8px;background:var(--wd-bg)}.wd-branding-inner{display:flex;justify-content:center;align-items:center;min-height:150px}.custom-logo{max-height:165px;width:auto}.wd-text-logo{display:inline-flex;align-items:center;gap:8px;font-size:42px;font-weight:800;letter-spacing:-2px}.wd-text-logo .mark{color:var(--wd-blue)}.wd-tagline{display:block;text-align:center;color:var(--wd-muted);font-size:13px;margin-top:-10px}.wd-nav-wrap{border-top:1px solid #d9dde3;border-bottom:1px solid #d9dde3;background:var(--wd-bg)}body.dark .wd-nav-wrap{border-top-color:rgb(255 255 255 / .09);border-bottom-color:rgb(255 255 255 / .09)}.wd-nav-inner{min-height:72px;display:flex;align-items:center;gap:20px}.wd-menu-toggle{border:0;background:#fff0;color:var(--wd-text);font-size:28px;cursor:pointer;padding:6px}.wd-main-nav{flex:1}.wd-main-nav ul{display:flex;align-items:center;justify-content:center;gap:30px;list-style:none;margin:0;padding:0}.wd-main-nav a{display:block;padding:22px 0;white-space:nowrap}.wd-main-nav a:hover,.wd-main-nav .current-menu-item>a{color:var(--wd-blue)}.wd-nav-actions{display:flex;align-items:center;gap:10px}.wd-icon-btn{width:44px;height:44px;border:0;border-radius:50%;background:#fff0;color:var(--wd-text);cursor:pointer;display:grid;place-items:center;font-size:21px}.wd-theme-toggle{background:var(--wd-soft)}.wd-main{padding:30px 0 50px}.wd-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:30px}.wd-post-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.wd-card{position:relative;background:var(--wd-card);border:1px solid var(--wd-border);border-radius:var(--wd-radius);overflow:hidden;box-shadow:var(--wd-shadow);transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease}.wd-card::after{content:'›';position:absolute;right:16px;top:calc(16px + 16/10 * 0px);width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--wd-blue);color:#fff;font-size:25px;line-height:1;opacity:0;transform:translateY(6px);transition:opacity .25s ease,transform .25s ease;pointer-events:none}.wd-card-img{aspect-ratio:16/9;object-fit:cover;width:100%;background:#eee;transition:transform .45s ease,filter .35s ease}.wd-card-body{padding:18px}.wd-card:hover{transform:translateY(-6px);box-shadow:0 14px 30px rgb(0 0 0 / .12);border-color:rgb(47 156 244 / .35)}.wd-card:hover .wd-card-img{transform:scale(1.045);filter:saturate(1.04)}.wd-card:hover::after{opacity:1;transform:translateY(0)}.wd-card h2{transition:color .25s ease}.wd-card:hover h2{color:var(--wd-blue-dark)}.wd-back-top{position:fixed;right:22px;bottom:22px;width:46px;height:46px;border:0;border-radius:50%;display:grid;place-items:center;background:var(--wd-blue);color:#fff;box-shadow:0 8px 22px rgb(0 0 0 / .18);font-size:25px;font-weight:700;cursor:pointer;z-index:100;opacity:0;visibility:hidden;transform:translateY(12px);transition:opacity .25s ease,visibility .25s ease,transform .25s ease,background .2s ease}.wd-back-top.is-visible{opacity:1;visibility:visible;transform:translateY(0)}.wd-back-top:hover{background:var(--wd-blue-dark);transform:translateY(-2px)}.wd-category{font-size:12px;color:var(--wd-blue);font-weight:700;text-transform:uppercase;letter-spacing:.4px}.wd-card h2{font-size:21px;line-height:1.3;margin:7px 0 10px}.wd-card p{color:var(--wd-muted);margin:0}.wd-meta{font-size:13px;color:var(--wd-muted);margin-top:12px}.wd-section-title{font-size:28px;line-height:1.2;margin:0 0 20px}.wd-pagination{margin-top:28px}.wd-pagination .page-numbers{display:inline-flex;min-width:40px;height:40px;align-items:center;justify-content:center;border:1px solid var(--wd-border);border-radius:7px;margin-right:6px}.wd-pagination .current{background:var(--wd-blue);border-color:var(--wd-blue);color:#fff}.wd-sidebar{display:flex;flex-direction:column;gap:22px}.wd-widget{background:var(--wd-card);border:1px solid var(--wd-border);border-radius:var(--wd-radius);padding:20px}.wd-widget-title{font-size:19px;margin:0 0 14px}.wd-widget ul{list-style:none;margin:0;padding:0}.wd-widget li{padding:8px 0;border-bottom:1px solid var(--wd-border)}.wd-widget li:last-child{border-bottom:0}.wd-breadcrumbs{font-size:13px;color:var(--wd-muted);margin-bottom:16px}.wd-single{background:var(--wd-card);border:1px solid var(--wd-border);border-radius:var(--wd-radius);padding:28px}.wd-single h1{font-size:clamp(28px,2.7vw,36px);line-height:1.18;margin:0 0 14px}.wd-single .wd-featured-image{width:100%;max-height:620px;object-fit:cover;border-radius:8px;margin:22px 0}.wd-entry-content{font-size:18px;line-height:1.8}.wd-entry-content h2{font-size:30px;line-height:1.25;margin-top:38px}.wd-entry-content h3{font-size:23px;margin-top:30px}.wd-entry-content table{width:100%;border-collapse:collapse;margin:24px 0}.wd-entry-content th,.wd-entry-content td{border:1px solid var(--wd-border);padding:10px;text-align:left}.wd-entry-content blockquote{border-left:4px solid var(--wd-blue);margin:24px 0;padding:10px 20px;background:var(--wd-soft)}.wd-affiliate{background:var(--wd-soft);border:1px solid var(--wd-border);padding:18px;border-radius:10px;margin:25px 0;text-align:center}.wd-affiliate a{display:inline-block;background:var(--wd-blue);color:#fff;padding:11px 20px;border-radius:7px;font-weight:700}.wd-related{margin-top:35px}.wd-related-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.wd-footer{background:#101010;color:#fff;margin-top:20px}.wd-footer-top{padding:45px 0}.wd-footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:40px}.wd-footer h3{margin-top:0}.wd-footer p,.wd-footer li{color:#c9c9c9}.wd-footer ul{list-style:none;padding:0;margin:0}.wd-footer li{margin:8px 0}.wd-footer-bottom{border-top:1px solid #2b2b2b;padding:18px 0;font-size:13px;color:#aaa}@media (max-width:900px){.wd-grid{grid-template-columns:1fr}.wd-sidebar{display:grid;grid-template-columns:repeat(2,1fr)}.wd-main-nav{display:none}.wd-main-nav.is-open{display:block;position:absolute;left:0;right:0;top:100%;background:var(--wd-bg);border-bottom:1px solid var(--wd-border);z-index:50}.wd-main-nav.is-open ul{display:block;padding:10px 20px}.wd-main-nav.is-open a{padding:12px 0}.wd-nav-inner{position:relative}.wd-main-nav.is-open li{border-bottom:1px solid var(--wd-border)}}@media (max-width:650px){.container{width:min(100% - 20px,var(--wd-max))}.wd-branding-inner{min-height:125px}.custom-logo{max-height:115px}.wd-text-logo{font-size:32px}.wd-post-grid,.wd-related-grid,.wd-sidebar,.wd-footer-grid{grid-template-columns:1fr}.wd-single{padding:18px}.wd-entry-content{font-size:17px}.wd-nav-actions .wd-icon-btn{width:38px;height:38px}}.wd-feature-banner{padding:20px 0 30px;background:var(--wd-bg)}.wd-feature-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:10px;min-height:500px}.wd-feature-left{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr));gap:10px;min-width:0}.wd-feature-small,.wd-feature-slide{position:relative;overflow:hidden;border-radius:10px;background:#111;min-width:0}.wd-feature-small>a,.wd-feature-slide>a{display:block;height:100%;color:#fff}.wd-feature-media,.wd-feature-media img{width:100%;height:100%;display:block}.wd-feature-media img{object-fit:cover;transition:transform .55s ease,filter .35s ease}.wd-feature-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgb(0 0 0 / .03) 20%,rgb(0 0 0 / .72) 100%);transition:background .3s ease}.wd-feature-small:hover .wd-feature-media img,.wd-feature-slide:hover .wd-feature-media img{transform:scale(1.055);filter:saturate(1.05)}.wd-feature-small:hover .wd-feature-overlay,.wd-feature-slide:hover .wd-feature-overlay{background:linear-gradient(180deg,rgb(0 0 0 / .06) 5%,rgb(0 0 0 / .82) 100%)}.wd-feature-title{position:absolute;left:18px;right:18px;bottom:16px;z-index:2}.wd-feature-title span,.wd-feature-main-content h2{display:inline;background-image:linear-gradient(var(--wd-blue),var(--wd-blue));background-repeat:no-repeat;background-position:0 100%;background-size:0 2px;transition:color .25s ease,background-size .38s ease;padding-bottom:4px}.wd-feature-title span{font-size:18px;line-height:1.25;font-weight:800;text-shadow:0 1px 2px rgb(0 0 0 / .35)}.wd-feature-small:hover .wd-feature-title span,.wd-feature-slide:hover .wd-feature-main-content h2{color:var(--wd-blue);background-size:100% 2px}.wd-feature-main{position:relative;min-width:0;min-height:500px;overflow:hidden;border-radius:10px;background:#111;box-shadow:0 3px 16px rgb(0 0 0 / .08)}.wd-feature-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transform:scale(1.01);transition:opacity .5s ease,visibility .5s ease,transform .7s ease}.wd-feature-slide.is-active{opacity:1;visibility:visible;transform:scale(1)}.wd-feature-main-content{position:absolute;left:26px;right:26px;bottom:28px;z-index:2}.wd-feature-main-content h2{font-size:30px;line-height:1.22;margin:0;color:#fff;text-shadow:0 1px 3px rgb(0 0 0 / .45);max-width:85%}.wd-feature-placeholder{height:100%;display:grid;place-items:center;background:linear-gradient(135deg,#e9eef5,#cbd5e1);font-size:42px;font-weight:900;color:#1687e5}.wd-feature-placeholder span{color:#111}.wd-feature-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:42px;height:42px;border:1px solid rgb(255 255 255 / .7);border-radius:50%;background:rgb(255 255 255 / .9);color:#222;display:grid;place-items:center;cursor:pointer;font-size:18px;transition:background .2s ease,color .2s ease,border-color .2s ease}.wd-feature-arrow:hover{background:var(--wd-blue);border-color:var(--wd-blue);color:#fff}.wd-feature-prev{left:16px}.wd-feature-next{right:16px}.wd-feature-dots{position:absolute;z-index:5;left:0;right:0;bottom:13px;display:flex;justify-content:center;gap:6px}.wd-feature-dot{width:7px;height:7px;padding:0;border:0;border-radius:50%;background:rgb(255 255 255 / .65);cursor:pointer;transition:all .2s ease}.wd-feature-dot.is-active{width:22px;border-radius:8px;background:var(--wd-blue)}@media (max-width:900px){.wd-feature-layout{grid-template-columns:1fr;min-height:0}.wd-feature-left{min-height:430px}.wd-feature-main{min-height:390px}}@media (max-width:650px){.wd-feature-banner{padding:12px 0 24px}.wd-feature-left{min-height:340px;gap:7px}.wd-feature-main{min-height:310px}.wd-feature-title{left:12px;right:12px;bottom:12px}.wd-feature-title span{font-size:15px}.wd-feature-main-content{left:18px;right:18px;bottom:22px}.wd-feature-main-content h2{font-size:23px;max-width:92%}.wd-feature-arrow{width:36px;height:36px;font-size:15px}.wd-feature-prev{left:10px}.wd-feature-next{right:10px}}.wd-feature-banner,.wd-main,.wd-site-header,.wd-site-footer{max-width:100%;overflow-x:clip}.wd-feature-layout,.wd-feature-left,.wd-feature-main{min-width:0;max-width:100%}@media (max-width:1200px){.container{width:calc(100% - 40px);max-width:1180px}}@media (max-width:650px){.container{width:calc(100% - 20px)}}body.wd-drawer-open{overflow:hidden}.wd-drawer-overlay{position:fixed;inset:0;background:rgb(0 0 0 / .72);z-index:9998;opacity:0;transition:opacity .22s ease}.wd-drawer-overlay.is-visible{opacity:1}.wd-drawer{position:fixed;top:0;left:0;width:min(360px,88vw);height:100dvh;background:var(--wd-bg);z-index:9999;transform:translateX(-104%);transition:transform .28s ease;box-shadow:12px 0 30px rgb(0 0 0 / .14);overflow-y:auto;padding:18px 10px 28px}.wd-drawer.is-open{transform:translateX(0)}.wd-drawer-head{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:8px 10px 22px}.wd-drawer-brand{min-height:58px;display:flex;align-items:center;max-width:230px}.wd-drawer-brand .custom-logo{max-height:70px;max-width:210px;width:auto}.wd-drawer-brand .wd-tagline{display:none}.wd-drawer-close{border:0;background:#fff0;color:var(--wd-text);font-size:34px;line-height:1;cursor:pointer;padding:0 6px 4px;border-radius:6px}.wd-drawer-close:hover{color:var(--wd-blue)}.wd-drawer-nav{background:var(--wd-card);border-radius:6px;padding:8px 18px;box-shadow:var(--wd-shadow)}.wd-drawer-list{list-style:none;margin:0;padding:0}.wd-drawer-list li{margin:0;border-bottom:1px solid var(--wd-border)}.wd-drawer-list li:last-child{border-bottom:0}.wd-drawer-list a{display:flex;align-items:center;gap:12px;padding:14px 2px;color:var(--wd-text);font-size:15px;transition:color .18s ease,padding-left .18s ease}.wd-drawer-list a:hover{color:var(--wd-blue);padding-left:4px}.wd-drawer-chevron{color:var(--wd-blue);font-size:24px;line-height:1;font-weight:400;transform:translateY(-1px)}@media (max-width:650px){.wd-drawer{width:min(330px,92vw)}}body.admin-bar .wd-drawer{top:32px;height:calc(100dvh - 32px)}body.admin-bar .wd-drawer-overlay{top:32px}@media (max-width:782px){body.admin-bar .wd-drawer{top:46px;height:calc(100dvh - 46px)}body.admin-bar .wd-drawer-overlay{top:46px}}.wd-logo-light{display:block}.wd-logo-dark{display:none}body.dark .wd-logo-light{display:none}body.dark .wd-logo-dark{display:inline-block}.wd-logo-dark .custom-logo{display:block}@media (min-width:901px){.wd-feature-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:10px;width:100%;min-height:0;height:auto;align-items:start}.wd-feature-left{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;width:100%;height:auto;min-height:0}.wd-feature-left .wd-feature-small{position:relative;width:100%;height:auto;min-width:0;min-height:0;aspect-ratio:16 / 9;overflow:hidden}.wd-feature-main{position:relative;width:100%;height:auto;min-width:0;min-height:0;aspect-ratio:16 / 9;overflow:hidden}.wd-feature-media{position:absolute;inset:0;width:100%;height:100%}.wd-feature-media img{display:block;width:100%;height:100%;max-width:none;max-height:none;object-fit:cover;object-position:center center}}.wd-card-img{width:100%;height:auto;aspect-ratio:16 / 9;object-fit:cover;object-position:center center}.wd-single .wd-featured-image{width:100%;height:auto;max-height:none;object-fit:cover}@media (min-width:901px){.wd-feature-layout-three{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,2fr)!important;gap:10px!important;align-items:stretch!important;width:100%!important}.wd-feature-layout-three .wd-feature-stack{display:grid!important;grid-template-rows:repeat(2,minmax(0,1fr))!important;gap:10px!important;min-width:0!important;height:100%!important}.wd-feature-layout-three .wd-feature-small{position:relative!important;width:100%!important;min-width:0!important;min-height:0!important;overflow:hidden!important}.wd-feature-layout-three .wd-feature-main{position:relative!important;width:100%!important;min-width:0!important;aspect-ratio:16 / 9!important;overflow:hidden!important}.wd-feature-layout-three .wd-feature-media{position:absolute!important;inset:0!important;width:100%!important;height:100%!important}.wd-feature-layout-three .wd-feature-media img{display:block!important;width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;object-fit:cover!important;object-position:var(--wd-object-position,center center)!important;transform:none!important}}@media (max-width:900px){.wd-feature-layout-three{display:grid;grid-template-columns:1fr;gap:10px}.wd-feature-layout-three .wd-feature-stack{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.wd-feature-layout-three .wd-feature-small{aspect-ratio:16/9}.wd-feature-layout-three .wd-feature-main{aspect-ratio:16/9}.wd-feature-layout-three .wd-feature-media img{object-position:var(--wd-object-position,center center)}}@media (max-width:620px){.wd-feature-layout-three .wd-feature-stack{grid-template-columns:1fr}}.wd-single-header{margin-bottom:18px}.wd-single-meta{display:flex;flex-wrap:wrap;gap:8px;color:var(--wd-muted);font-size:14px;margin-top:12px}.wd-single-meta a{color:var(--wd-blue);font-weight:700}.wd-breadcrumbs{display:flex;flex-wrap:wrap;gap:7px;align-items:center}.wd-breadcrumbs a:hover{color:var(--wd-blue)}.wd-single-section{margin-top:38px;padding-top:28px;border-top:1px solid var(--wd-border)}.wd-section-heading{display:flex;align-items:center;margin-bottom:18px}.wd-section-heading h2{font-size:24px;margin:0;position:relative;padding-bottom:9px}.wd-section-heading h2:after{content:"";position:absolute;left:0;bottom:0;width:48px;height:3px;border-radius:3px;background:var(--wd-blue)}.wd-tags{display:flex;flex-wrap:wrap;gap:7px;align-items:center;margin-top:28px}.wd-tags a{display:inline-flex;background:var(--wd-soft);padding:6px 10px;border-radius:999px;font-size:13px}.wd-tags a:hover{background:var(--wd-blue);color:#fff}.wd-share-buttons{display:flex;flex-wrap:wrap;gap:10px}.wd-share-buttons a{display:inline-flex;align-items:center;justify-content:center;padding:10px 15px;border:1px solid var(--wd-border);border-radius:8px;font-weight:700;background:var(--wd-card);transition:.2s ease}.wd-share-buttons a:hover{background:var(--wd-blue);border-color:var(--wd-blue);color:#fff;transform:translateY(-2px)}.wd-author-box{display:grid;grid-template-columns:auto 1fr;gap:18px;align-items:center;background:var(--wd-soft);padding:22px;border-radius:12px;border-top:0}.wd-author-avatar img{border-radius:50%;display:block}.wd-author-label{font-size:12px;color:var(--wd-muted);text-transform:uppercase;letter-spacing:.7px}.wd-author-box h2{margin:2px 0 6px;font-size:21px}.wd-author-box p{margin:0 0 7px;color:var(--wd-muted)}.wd-author-box a{color:var(--wd-blue);font-weight:700}.wd-post-nav{display:grid;grid-template-columns:1fr 1fr;gap:18px}.wd-post-nav-item{padding:18px;border:1px solid var(--wd-border);border-radius:10px;background:var(--wd-card)}.wd-post-nav-item span{display:block;color:var(--wd-muted);font-size:12px;margin-bottom:6px;text-transform:uppercase;letter-spacing:.5px}.wd-post-nav-item a{font-weight:800;line-height:1.35}.wd-post-nav-item a:hover{color:var(--wd-blue)}.wd-post-next{text-align:right}.wd-related-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.wd-related-grid .wd-card h2{font-size:17px}.wd-missed-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.wd-missed-card{border:1px solid var(--wd-border);border-radius:10px;overflow:hidden;background:var(--wd-card);transition:.2s ease}.wd-missed-card:hover{transform:translateY(-3px);box-shadow:var(--wd-shadow)}.wd-missed-img{width:100%;aspect-ratio:16/9;object-fit:cover}.wd-missed-body{padding:12px}.wd-missed-body h3{font-size:15px;line-height:1.35;margin:0 0 7px}.wd-missed-card:hover h3{color:var(--wd-blue)}@media (max-width:900px){.wd-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.wd-missed-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:650px){.wd-single h1{font-size:32px}.wd-post-nav{grid-template-columns:1fr}.wd-post-next{text-align:left}.wd-author-box{grid-template-columns:1fr;text-align:center}.wd-author-avatar{display:flex;justify-content:center}.wd-related-grid,.wd-missed-grid{grid-template-columns:1fr}}.wd-missed-head{display:flex;align-items:center;justify-content:space-between;gap:16px}.wd-missed-head .wd-section-heading{margin-bottom:18px}.wd-missed-controls{display:flex;gap:8px}.wd-missed-arrow{width:38px;height:38px;border:1px solid var(--wd-border);border-radius:50%;background:var(--wd-card);color:var(--wd-text);font-size:18px;cursor:pointer;transition:.2s ease}.wd-missed-arrow:hover{background:var(--wd-blue);border-color:var(--wd-blue);color:#fff}.wd-missed-viewport{overflow:hidden}.wd-missed-track{display:flex;gap:16px;transition:transform .45s ease;will-change:transform}.wd-missed-card{flex:0 0 calc((100% - 48px)/4)}.wd-missed-dots{display:flex;justify-content:center;gap:7px;margin-top:16px}.wd-missed-dots button{width:8px;height:8px;border:0;border-radius:50%;padding:0;background:#c7cbd1;cursor:pointer}.wd-missed-dots button.is-active{width:22px;border-radius:99px;background:var(--wd-blue)}@media (max-width:900px){.wd-missed-card{flex-basis:calc((100% - 16px)/2)}}@media (max-width:620px){.wd-missed-card{flex-basis:100%}.wd-missed-controls{display:none}}.wd-missed{position:relative;overflow:visible}.wd-missed-head{margin-bottom:4px}.wd-missed-head .wd-section-heading{margin-bottom:14px}.wd-missed-head .wd-section-heading h2{font-size:25px;letter-spacing:-.35px}.wd-missed-controls{align-self:flex-end;padding-bottom:14px}.wd-missed-arrow{width:40px;height:40px;background:var(--wd-card);box-shadow:0 3px 12px rgb(20 35 60 / .07)}.wd-missed-viewport{overflow:hidden;margin:0 -5px;padding:6px 5px 12px}.wd-missed-track{gap:18px}.wd-missed-card{flex:0 0 calc((100% - 54px)/4);border:0!important;border-radius:12px;overflow:hidden;background:var(--wd-card);box-shadow:0 3px 14px rgb(20 35 60 / .08);transition:transform .25s ease,box-shadow .25s ease}.wd-missed-card:hover{transform:translateY(-4px);box-shadow:0 10px 26px rgb(20 35 60 / .14)}.wd-missed-card a{display:block;height:100%}.wd-missed-img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover;transition:transform .35s ease}.wd-missed-card:hover .wd-missed-img{transform:scale(1.025)}.wd-missed-body{padding:15px 15px 17px}.wd-missed-body h3{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;min-height:4.05em;margin:0;font-size:16px;line-height:1.35;letter-spacing:-.15px}.wd-missed-dots{margin-top:8px}.wd-missed-dots button{transition:width .2s ease,background .2s ease}body.dark-mode .wd-missed-card{box-shadow:0 4px 18px rgb(0 0 0 / .22)}body.dark-mode .wd-missed-card:hover{box-shadow:0 12px 30px rgb(0 0 0 / .32)}@media (min-width:1000px){.wd-missed{width:calc(100vw - 86px);max-width:1180px}}@media (max-width:900px){.wd-missed-card{flex-basis:calc((100% - 18px)/2)}}@media (max-width:620px){.wd-missed-card{flex-basis:100%}.wd-missed-body{padding:13px 14px 15px}.wd-missed-body h3{font-size:16px;min-height:auto}}.wd-missed{position:relative;overflow:visible}.wd-missed-head{align-items:flex-end;margin-bottom:14px}.wd-missed-head .wd-section-heading{margin:0}.wd-missed-head .wd-section-heading h2{font-size:27px;letter-spacing:-.5px}.wd-missed-head .wd-section-heading h2:after{width:58px;height:3px}.wd-missed-controls{display:flex;gap:9px}.wd-missed-arrow{width:42px;height:42px;border:1px solid var(--wd-border);border-radius:50%;background:var(--wd-card);box-shadow:0 5px 16px rgb(24 39 75 / .09);color:var(--wd-text);cursor:pointer;transition:transform .2s ease,background .2s ease,border-color .2s ease,color .2s ease}.wd-missed-arrow:hover{transform:translateY(-2px);background:var(--wd-blue);border-color:var(--wd-blue);color:#fff}.wd-missed-viewport{overflow:hidden;border-radius:14px;padding:5px 2px 16px}.wd-missed-track{display:flex;gap:18px;transform:translateX(0);will-change:transform}.wd-missed-card{position:relative;flex:0 0 calc((100% - 54px)/4);aspect-ratio:16/10;min-width:0;overflow:hidden;border:0!important;border-radius:13px;background:#111;box-shadow:0 6px 20px rgb(25 40 70 / .11);transition:transform .25s ease,box-shadow .25s ease}.wd-missed-card:hover{transform:translateY(-5px);box-shadow:0 13px 32px rgb(25 40 70 / .17)}.wd-missed-card a{position:absolute;inset:0;display:block}.wd-missed-card a:after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,rgb(5 12 24 / .02) 34%,rgb(5 12 24 / .82) 100%);pointer-events:none}.wd-missed-img{position:absolute;inset:0;width:100%;height:100%;aspect-ratio:auto;object-fit:cover;object-position:center;transition:transform .45s ease}.wd-missed-card:hover .wd-missed-img{transform:scale(1.045)}.wd-missed-body{position:absolute;z-index:2;left:0;right:0;bottom:0;padding:42px 17px 17px;color:#fff}.wd-missed-body h3{margin:0;min-height:0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;color:#fff;font-size:17px;line-height:1.28;font-weight:800;text-shadow:0 1px 2px rgb(0 0 0 / .38)}.wd-missed-card:hover .wd-missed-body h3{color:#fff}.wd-missed-dots{display:flex;justify-content:center;gap:7px;min-height:8px;margin-top:2px}.wd-missed-dots button{width:7px;height:7px;border:0;border-radius:99px;padding:0;background:#c6cbd3;cursor:pointer;transition:width .22s ease,background .22s ease}.wd-missed-dots button.is-active{width:24px;background:var(--wd-blue)}body.dark .wd-missed-card{box-shadow:0 8px 22px rgb(0 0 0 / .28)}@media (max-width:900px){.wd-missed-card{flex-basis:calc((100% - 18px)/2)}}@media (max-width:620px){.wd-missed-card{flex-basis:88%;aspect-ratio:16/10}.wd-missed-controls{display:flex}.wd-missed-head .wd-section-heading h2{font-size:23px}}.wd-missed-head{position:relative;margin-bottom:20px;padding-bottom:14px;border-bottom:1px solid var(--wd-border)}.wd-missed-head:after{content:"";position:absolute;left:0;bottom:-1px;width:112px;height:2px;border-radius:99px;background:linear-gradient(90deg,var(--wd-blue),rgb(55 157 240 / .18))}.wd-missed-head .wd-section-heading{margin:0;position:relative;padding-left:16px}.wd-missed-head .wd-section-heading:before{content:"";position:absolute;left:0;top:50%;width:5px;height:28px;transform:translateY(-50%);border-radius:99px;background:var(--wd-blue);box-shadow:0 3px 10px rgb(55 157 240 / .22)}.wd-missed-head .wd-section-heading h2{padding:0;font-size:27px;line-height:1.15;font-weight:800;letter-spacing:-.45px}.wd-missed-head .wd-section-heading h2:after{display:none}.wd-missed-controls{gap:10px}.wd-missed-arrow{width:42px;height:42px;display:grid;place-items:center;padding:0;border:1px solid var(--wd-border);box-shadow:0 4px 14px rgb(20 35 60 / .07);font-size:17px}.wd-back-top{right:24px;bottom:24px;width:50px;height:50px;border:1px solid rgb(255 255 255 / .35);border-radius:50%;background:linear-gradient(145deg,var(--wd-blue),#187fd2);box-shadow:0 10px 28px rgb(27 126 210 / .28),0 2px 7px rgb(0 0 0 / .12);font-size:0;overflow:hidden}.wd-back-top span{position:relative;width:18px;height:18px;display:block}.wd-back-top span:before,.wd-back-top span:after{content:"";position:absolute;left:50%;transform:translateX(-50%)}.wd-back-top span:before{top:5px;width:9px;height:9px;border-left:2px solid #fff;border-top:2px solid #fff;transform:translateX(-50%) rotate(45deg)}.wd-back-top span:after{top:5px;width:2px;height:13px;border-radius:2px;background:#fff}.wd-back-top:hover{background:linear-gradient(145deg,#4aa9f4,var(--wd-blue));transform:translateY(-4px) scale(1.04);box-shadow:0 14px 32px rgb(27 126 210 / .34),0 3px 8px rgb(0 0 0 / .13)}.wd-back-top:active{transform:translateY(-1px) scale(.98)}.wd-back-top:focus-visible{outline:3px solid rgb(55 157 240 / .3);outline-offset:3px}body.dark .wd-missed-head{border-bottom-color:rgb(255 255 255 / .10)}body.dark .wd-back-top{border-color:rgb(255 255 255 / .18);box-shadow:0 10px 30px rgb(0 0 0 / .38)}@media(max-width:620px){.wd-missed-head .wd-section-heading h2{font-size:22px}.wd-missed-head .wd-section-heading:before{height:24px}.wd-back-top{right:16px;bottom:18px;width:46px;height:46px}}.wd-inline-related{margin:30px 0;border:1px solid var(--wd-border);border-radius:14px;overflow:hidden;background:var(--wd-card);box-shadow:0 7px 24px rgb(22 38 70 / .08)}.wd-inline-related>a{display:grid;grid-template-columns:200px minmax(0,1fr);color:inherit;text-decoration:none;min-height:142px}.wd-inline-related-media{position:relative;overflow:hidden;background:var(--wd-soft)}.wd-inline-related-img{display:block;width:100%;height:100%;min-height:142px;object-fit:cover;transition:transform .35s ease}.wd-inline-related-content{position:relative;padding:18px 20px 17px}.wd-inline-related-content:before{content:"";position:absolute;left:0;top:18px;bottom:18px;width:3px;border-radius:4px;background:var(--wd-blue)}.wd-inline-related-label{display:block;margin:0 0 5px 10px;color:var(--wd-blue);font-size:11px;font-weight:800;letter-spacing:1px;text-transform:uppercase}.wd-inline-related h3{margin:0 0 7px 10px!important;font-size:19px!important;line-height:1.3;letter-spacing:-.2px}.wd-inline-related p{margin:0 0 9px 10px!important;color:var(--wd-muted);font-size:14px;line-height:1.45}.wd-inline-related-link{display:inline-flex;gap:5px;align-items:center;margin-left:10px;color:var(--wd-blue);font-size:13px;font-weight:800}.wd-inline-related:hover{box-shadow:0 12px 32px rgb(22 38 70 / .14)}.wd-inline-related:hover .wd-inline-related-img{transform:scale(1.035)}.wd-inline-related:hover h3{color:var(--wd-blue)}body.dark .wd-inline-related{box-shadow:0 8px 28px rgb(0 0 0 / .25)}@media(max-width:650px){.wd-inline-related>a{grid-template-columns:112px minmax(0,1fr);min-height:120px}.wd-inline-related-img{min-height:120px}.wd-inline-related-content{padding:13px 13px 12px}.wd-inline-related-content:before{top:13px;bottom:13px}.wd-inline-related-label{margin-left:8px}.wd-inline-related h3{margin-left:8px!important;font-size:16px!important;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.wd-inline-related p{display:none}.wd-inline-related-link{margin-left:8px}}.wd-inline-related{position:relative;margin:34px 0;border:1px solid color-mix(in srgb,var(--wd-blue) 28%,var(--wd-border));border-radius:15px;overflow:hidden;background:linear-gradient(180deg,color-mix(in srgb,var(--wd-blue) 4%,var(--wd-card)),var(--wd-card));box-shadow:0 10px 30px rgb(22 38 70 / .10)}.wd-inline-related:before{content:"";position:absolute;left:0;top:0;right:0;height:4px;background:linear-gradient(90deg,var(--wd-blue),#72bfff);z-index:3}.wd-inline-related>a{min-height:150px}.wd-inline-related-content{padding:22px 22px 18px}.wd-inline-related-content:before{display:none}.wd-inline-related-badge{display:inline-flex;align-items:center;gap:7px;margin:0 0 8px 0;padding:6px 10px;border-radius:999px;background:color-mix(in srgb,var(--wd-blue) 12%,transparent);color:var(--wd-blue);font-size:11px;font-weight:900;letter-spacing:.9px;text-transform:uppercase;line-height:1}.wd-inline-related-icon{display:inline-grid;place-items:center;width:18px;height:18px;border-radius:50%;background:var(--wd-blue);color:#fff;font-size:11px;line-height:1}.wd-inline-related h3{margin:0 0 8px 0!important;font-size:20px!important;line-height:1.28}.wd-inline-related p{margin:0 0 10px 0!important}.wd-inline-related-link{margin-left:0}.wd-inline-related:hover{border-color:color-mix(in srgb,var(--wd-blue) 50%,var(--wd-border));box-shadow:0 16px 38px rgb(22 38 70 / .16);transform:translateY(-2px)}body.dark .wd-inline-related{background:linear-gradient(180deg,rgb(45 150 235 / .08),var(--wd-card));border-color:rgb(90 180 245 / .25)}@media(max-width:650px){.wd-inline-related{margin:26px 0}.wd-inline-related>a{grid-template-columns:118px minmax(0,1fr)}.wd-inline-related-content{padding:15px 14px 13px}.wd-inline-related-badge{padding:5px 8px;font-size:10px;letter-spacing:.7px}.wd-inline-related-icon{width:16px;height:16px;font-size:10px}.wd-inline-related h3{margin-left:0!important;font-size:16px!important}.wd-inline-related-link{margin-left:0}}.wd-entry-content p a:not(.wd-related-inline-card):not(.wd-related-inline-link),.wd-entry-content li a:not(.wd-related-inline-card):not(.wd-related-inline-link),.wd-entry-content blockquote a{color:var(--wd-blue);font-weight:650;text-decoration-line:underline;text-decoration-thickness:1.5px;text-underline-offset:3px;text-decoration-color:color-mix(in srgb,var(--wd-blue) 55%,transparent);transition:color .18s ease,text-decoration-color .18s ease,background-color .18s ease}.wd-entry-content p a:hover,.wd-entry-content li a:hover,.wd-entry-content blockquote a:hover{color:#087fd8;text-decoration-thickness:2px;text-decoration-color:currentColor}.wd-entry-content p a:focus-visible,.wd-entry-content li a:focus-visible,.wd-entry-content blockquote a:focus-visible{outline:2px solid var(--wd-blue);outline-offset:3px;border-radius:3px}.wd-entry-content a.wdstec-affiliate-link{display:inline;color:var(--wd-blue);font-weight:800;text-decoration-thickness:2px;text-underline-offset:4px;padding:1px 3px;border-radius:4px;background:color-mix(in srgb,var(--wd-blue) 9%,transparent)}.wd-entry-content a.wdstec-affiliate-link:hover{background:color-mix(in srgb,var(--wd-blue) 15%,transparent)}body.dark-mode .wd-entry-content p a,body.dark-mode .wd-entry-content li a,body.dark-mode .wd-entry-content blockquote a,body.dark-mode .wd-entry-content a.wdstec-affiliate-link,html[data-theme="dark"] .wd-entry-content p a,html[data-theme="dark"] .wd-entry-content li a,html[data-theme="dark"] .wd-entry-content blockquote a,html[data-theme="dark"] .wd-entry-content a.wdstec-affiliate-link{color:#62b8ff;text-decoration-color:rgb(98 184 255 / .65)}.wd-entry-content .wd-related-inline-card,.wd-entry-content .wd-related-inline-card a,.wd-entry-content .wd-related-inline-link{text-decoration:none}.wd-nav-wrap{position:sticky;top:0;z-index:900;transition:box-shadow .25s ease,background-color .25s ease,border-color .25s ease}body.admin-bar .wd-nav-wrap{top:32px}.wd-nav-wrap.is-stuck{background:color-mix(in srgb,var(--wd-bg) 94%,transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 8px 24px rgb(20 35 60 / .08)}body.dark .wd-nav-wrap.is-stuck{box-shadow:0 10px 28px rgb(0 0 0 / .28)}.wd-nav-inner{transition:min-height .24s ease}.wd-nav-wrap.is-stuck .wd-nav-inner{min-height:60px}.wd-menu-toggle{width:44px;height:44px;display:grid;place-items:center;border-radius:50%;transition:background .2s ease,color .2s ease,transform .2s ease}.wd-menu-toggle:hover{background:var(--wd-soft);color:var(--wd-blue)}.wd-menu-toggle:active{transform:scale(.96)}.wd-hamburger{width:21px;height:16px;display:flex;flex-direction:column;justify-content:space-between}.wd-hamburger span{display:block;width:100%;height:2px;border-radius:4px;background:currentColor}.wd-main-nav>ul>li{position:relative}.wd-main-nav>ul>li>a{position:relative;padding:23px 0 21px;font-weight:500;transition:color .2s ease}.wd-nav-wrap.is-stuck .wd-main-nav>ul>li>a{padding-top:17px;padding-bottom:17px}.wd-main-nav>ul>li>a::after{content:"";position:absolute;left:50%;bottom:13px;width:0;height:2px;border-radius:99px;background:var(--wd-blue);transform:translateX(-50%);transition:width .24s cubic-bezier(.2,.7,.2,1)}.wd-nav-wrap.is-stuck .wd-main-nav>ul>li>a::after{bottom:8px}.wd-main-nav>ul>li:hover>a,.wd-main-nav>ul>li:focus-within>a,.wd-main-nav>ul>.current-menu-item>a,.wd-main-nav>ul>.current-menu-parent>a,.wd-main-nav>ul>.current-menu-ancestor>a{color:var(--wd-blue)}.wd-main-nav>ul>li:hover>a::after,.wd-main-nav>ul>li:focus-within>a::after,.wd-main-nav>ul>.current-menu-item>a::after,.wd-main-nav>ul>.current-menu-parent>a::after,.wd-main-nav>ul>.current-menu-ancestor>a::after{width:100%}.wd-main-nav .menu-item-has-children>a{display:flex;align-items:center;gap:6px}.wd-main-nav .menu-item-has-children>a::before{content:"";order:2;width:6px;height:6px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg) translateY(-2px);transition:transform .2s ease}.wd-main-nav .menu-item-has-children:hover>a::before,.wd-main-nav .menu-item-has-children:focus-within>a::before{transform:rotate(225deg) translate(-1px,-1px)}.wd-main-nav>ul>li>ul.sub-menu{position:absolute;z-index:950;left:50%;top:calc(100% - 6px);min-width:230px;display:block;padding:9px;margin:0;border:1px solid var(--wd-border);border-radius:12px;background:var(--wd-card);box-shadow:0 16px 38px rgb(20 35 60 / .14);opacity:0;visibility:hidden;transform:translate(-50%,9px);pointer-events:none;transition:opacity .2s ease,transform .2s ease,visibility .2s ease}body.dark .wd-main-nav>ul>li>ul.sub-menu{box-shadow:0 18px 40px rgb(0 0 0 / .38)}.wd-main-nav>ul>li:hover>ul.sub-menu,.wd-main-nav>ul>li:focus-within>ul.sub-menu{opacity:1;visibility:visible;transform:translate(-50%,0);pointer-events:auto}.wd-main-nav ul.sub-menu li{width:100%;position:relative}.wd-main-nav ul.sub-menu a{display:block;padding:10px 12px;border-radius:8px;color:var(--wd-text);font-size:14px;line-height:1.35;white-space:normal;transition:background .18s ease,color .18s ease,padding-left .18s ease}.wd-main-nav ul.sub-menu a:hover,.wd-main-nav ul.sub-menu .current-menu-item>a{padding-left:15px;background:var(--wd-soft);color:var(--wd-blue)}.wd-main-nav ul.sub-menu .menu-item-has-children>a::before{display:none}.wd-nav-actions{gap:8px}.wd-icon-btn{width:42px;height:42px;border:1px solid #fff0;transition:background .2s ease,color .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease}.wd-icon-btn svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.wd-search-toggle{background:#fff0}.wd-search-toggle:hover,.wd-search-toggle[aria-expanded="true"]{color:var(--wd-blue);background:var(--wd-soft);border-color:color-mix(in srgb,var(--wd-blue) 20%,transparent)}.wd-theme-toggle{border-color:var(--wd-border);box-shadow:0 2px 8px rgb(20 35 60 / .04)}.wd-icon-btn:hover{transform:translateY(-1px)}.wd-icon-btn:active{transform:scale(.96)}.wd-search-panel{position:relative;z-index:880;background:var(--wd-card);border-bottom:1px solid var(--wd-border);box-shadow:0 10px 25px rgb(20 35 60 / .08)}body.dark .wd-search-panel{box-shadow:0 12px 28px rgb(0 0 0 / .3)}.wd-search-panel form{max-width:720px;margin-inline:auto}.wd-search-panel input[type="search"]{border-radius:10px;min-height:46px}.wd-menu-toggle:focus-visible,.wd-icon-btn:focus-visible,.wd-main-nav a:focus-visible{outline:2px solid var(--wd-blue);outline-offset:3px}@media(max-width:900px){.wd-nav-wrap{position:sticky}body.admin-bar .wd-nav-wrap{top:46px}.wd-main-nav>ul>li>a::after{display:none}.wd-main-nav>ul>li>ul.sub-menu{position:static;opacity:1;visibility:visible;transform:none;pointer-events:auto;min-width:0;border:0;box-shadow:none;padding:0 0 0 14px;background:#fff0}.wd-main-nav .menu-item-has-children>a::before{display:none}}@media(max-width:782px){body.admin-bar .wd-nav-wrap{top:46px}}.wd-nav-wrap{background:color-mix(in srgb,var(--wd-card) 96%,var(--wd-blue) 4%);border-top:1px solid color-mix(in srgb,var(--wd-border) 78%,transparent);border-bottom:1px solid color-mix(in srgb,var(--wd-border) 88%,transparent)}body.dark .wd-nav-wrap{background:color-mix(in srgb,var(--wd-card) 94%,#0d1b2b 6%)}.wd-main-nav>ul>li>a{border-radius:9px;padding-left:10px;padding-right:10px}.wd-main-nav>ul>.current-menu-item>a,.wd-main-nav>ul>.current-menu-parent>a,.wd-main-nav>ul>.current-menu-ancestor>a{background:color-mix(in srgb,var(--wd-blue) 9%,transparent);color:var(--wd-blue);font-weight:650}body.dark .wd-main-nav>ul>.current-menu-item>a,body.dark .wd-main-nav>ul>.current-menu-parent>a,body.dark .wd-main-nav>ul>.current-menu-ancestor>a{background:color-mix(in srgb,var(--wd-blue) 14%,transparent)}.wd-main-nav>ul>.current-menu-item>a::after,.wd-main-nav>ul>.current-menu-parent>a::after,.wd-main-nav>ul>.current-menu-ancestor>a::after{width:calc(100% - 20px)}.wd-menu-toggle{border:1px solid var(--wd-border);background:var(--wd-card);box-shadow:0 2px 9px rgb(20 35 60 / .05)}.wd-menu-toggle:hover{background:var(--wd-soft);border-color:color-mix(in srgb,var(--wd-blue) 25%,var(--wd-border));box-shadow:0 5px 14px rgb(20 35 60 / .08)}body.dark .wd-menu-toggle{box-shadow:0 3px 12px rgb(0 0 0 / .18)}.wd-search-toggle{border-color:var(--wd-border);background:var(--wd-card);box-shadow:0 2px 9px rgb(20 35 60 / .04)}body.dark .wd-search-toggle{box-shadow:0 3px 12px rgb(0 0 0 / .16)}.wd-nav-inner{gap:18px}.wd-nav-wrap.is-stuck{border-bottom-color:color-mix(in srgb,var(--wd-blue) 18%,var(--wd-border))}@media(max-width:900px){.wd-main-nav>ul>li>a{padding-left:8px;padding-right:8px}.wd-main-nav>ul>.current-menu-item>a,.wd-main-nav>ul>.current-menu-parent>a,.wd-main-nav>ul>.current-menu-ancestor>a{background:color-mix(in srgb,var(--wd-blue) 7%,transparent)}}.wd-recent-editorial{margin-bottom:42px}.wd-recent-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:18px;padding-bottom:13px;border-bottom:1px solid var(--wd-border);position:relative}.wd-recent-heading:after{content:"";position:absolute;left:0;bottom:-1px;width:92px;height:3px;border-radius:99px;background:linear-gradient(90deg,var(--wd-blue),#75c1ff)}.wd-recent-kicker{display:block;margin-bottom:3px;color:var(--wd-blue);font-size:11px;font-weight:800;letter-spacing:1.25px;text-transform:uppercase}.wd-recent-heading h1{margin:0;font-size:28px;line-height:1.18;letter-spacing:-.6px}.wd-recent-all{display:inline-flex;gap:6px;align-items:center;padding:7px 0;color:var(--wd-blue);font-size:13px;font-weight:800;white-space:nowrap}.wd-recent-all span,.wd-recent-read span,.wd-recent-mini-link span{transition:transform .2s ease}.wd-recent-all:hover span,.wd-recent-main:hover .wd-recent-read span,.wd-recent-mini:hover .wd-recent-mini-link span{transform:translateX(4px)}.wd-recent-main{position:relative;min-height:390px;overflow:hidden;border-radius:15px;background:#111;box-shadow:0 10px 30px rgb(20 35 60 / .12)}.wd-recent-main>a{position:absolute;inset:0;display:block}.wd-recent-main-media,.wd-recent-main-shade{position:absolute;inset:0}.wd-recent-main-img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.2,.7,.2,1)}.wd-recent-main-shade{background:linear-gradient(90deg,rgb(8 14 25 / .05) 25%,rgb(8 14 25 / .38) 58%,rgb(8 14 25 / .88) 100%),linear-gradient(0deg,rgb(8 14 25 / .42),transparent 45%)}.wd-recent-main-content{position:absolute;z-index:2;right:0;top:0;bottom:0;width:min(46%,390px);display:flex;flex-direction:column;justify-content:center;padding:34px;color:#fff}.wd-recent-main-content h2{margin:0 0 12px;color:#fff;font-size:28px;line-height:1.23;letter-spacing:-.5px}.wd-recent-main-content p{margin:0 0 18px;color:rgb(255 255 255 / .88);font-size:15px;line-height:1.55}.wd-recent-read{display:inline-flex;align-items:center;gap:6px;width:max-content;color:#fff;font-size:13px;font-weight:800;padding-bottom:3px;border-bottom:2px solid var(--wd-blue)}.wd-recent-main:hover .wd-recent-main-img{transform:scale(1.035)}.wd-recent-mini-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:16px}.wd-recent-mini{min-width:0;overflow:hidden;border:1px solid var(--wd-border);border-radius:12px;background:var(--wd-card);box-shadow:0 4px 15px rgb(20 35 60 / .055);transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease}.wd-recent-mini>a{display:block;color:inherit}.wd-recent-mini-media{aspect-ratio:16/9;overflow:hidden;background:var(--wd-soft)}.wd-recent-mini-img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.wd-recent-mini-body{padding:14px 15px 15px}.wd-recent-mini h3{margin:0 0 9px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;min-height:2.7em;font-size:16px;line-height:1.35;letter-spacing:-.15px;transition:color .2s ease}.wd-recent-mini-link{display:inline-flex;gap:5px;align-items:center;color:var(--wd-blue);font-size:12px;font-weight:800}.wd-recent-mini:hover{transform:translateY(-4px);border-color:color-mix(in srgb,var(--wd-blue) 28%,var(--wd-border));box-shadow:0 11px 28px rgb(20 35 60 / .11)}.wd-recent-mini:hover .wd-recent-mini-img{transform:scale(1.04)}.wd-recent-mini:hover h3{color:var(--wd-blue)}.wd-recent-placeholder{width:100%;height:100%;display:grid;place-items:center;background:var(--wd-soft);font-size:28px;font-weight:900}.wd-recent-placeholder span{color:var(--wd-blue)}.wd-home-all-posts{padding-top:8px}.wd-home-all-posts>.wd-section-title{padding-top:4px}body.dark .wd-recent-main{box-shadow:0 13px 34px rgb(0 0 0 / .30)}body.dark .wd-recent-mini{box-shadow:0 5px 18px rgb(0 0 0 / .20)}body.dark .wd-recent-mini:hover{box-shadow:0 13px 30px rgb(0 0 0 / .32)}@media(max-width:900px){.wd-recent-main{min-height:360px}.wd-recent-main-content{width:52%;padding:27px}.wd-recent-main-content h2{font-size:24px}}@media(max-width:680px){.wd-recent-heading h1{font-size:24px}.wd-recent-all{font-size:12px}.wd-recent-main{min-height:420px}.wd-recent-main-shade{background:linear-gradient(0deg,rgb(7 13 23 / .92) 0%,rgb(7 13 23 / .58) 52%,rgb(7 13 23 / .05) 100%)}.wd-recent-main-content{top:auto;width:auto;height:auto;left:0;right:0;bottom:0;padding:22px}.wd-recent-main-content h2{font-size:23px}.wd-recent-main-content p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.wd-recent-mini-grid{grid-template-columns:1fr;gap:12px}.wd-recent-mini>a{display:grid;grid-template-columns:128px minmax(0,1fr);min-height:104px}.wd-recent-mini-media{aspect-ratio:auto;height:100%}.wd-recent-mini h3{min-height:0;font-size:15px}}.wd-recent-heading{margin-bottom:22px;padding-bottom:15px;align-items:center}.wd-recent-title-wrap{position:relative;padding-left:16px}.wd-recent-title-wrap:before{content:"";position:absolute;left:0;top:4px;bottom:4px;width:4px;border-radius:999px;background:linear-gradient(180deg,var(--wd-blue),#72c2ff);box-shadow:0 0 0 4px color-mix(in srgb,var(--wd-blue) 7%,transparent)}.wd-recent-heading h1{margin:0;font-size:30px;line-height:1.1;letter-spacing:-.75px;font-weight:850}.wd-recent-heading:after{left:16px;width:76px;height:3px;background:linear-gradient(90deg,var(--wd-blue),color-mix(in srgb,var(--wd-blue) 30%,transparent))}.wd-recent-all{padding:9px 13px;border-radius:999px;background:color-mix(in srgb,var(--wd-blue) 7%,transparent);transition:background .2s ease,transform .2s ease}.wd-recent-all:hover{background:color-mix(in srgb,var(--wd-blue) 13%,transparent);transform:translateY(-1px)}.wd-recent-editorial{position:relative;padding:0}.wd-recent-editorial:before{content:"";position:absolute;left:-18px;top:0;bottom:0;width:1px;background:linear-gradient(180deg,transparent,var(--wd-border) 12%,var(--wd-border) 88%,transparent);opacity:.75}.wd-sidebar>*:first-child{margin-top:0}body.dark .wd-recent-all{background:color-mix(in srgb,var(--wd-blue) 12%,transparent)}@media(max-width:680px){.wd-recent-heading h1{font-size:26px}.wd-recent-title-wrap{padding-left:13px}.wd-recent-title-wrap:before{width:3px}.wd-recent-editorial:before{display:none}}.wd-archive-heading{margin-bottom:22px}.wd-archive-heading .wd-section-title{margin-bottom:7px}.wd-archive-heading p{margin:0;color:var(--wd-muted);font-size:15px}.wd-artigos-heading{position:relative;padding-left:16px}.wd-artigos-heading:before{content:"";position:absolute;left:0;top:4px;bottom:4px;width:4px;border-radius:999px;background:linear-gradient(180deg,var(--wd-blue),#72c2ff)}.wd-archive-kicker{display:block;color:var(--wd-blue);font-size:11px;font-weight:800;letter-spacing:1px;text-transform:uppercase;margin-bottom:4px}.wd-404-page{padding-top:40px;padding-bottom:60px}.wd-404-card{position:relative;overflow:hidden;max-width:900px;margin:0 auto;padding:62px 48px;text-align:center;border:1px solid var(--wd-border);border-radius:20px;background:radial-gradient(circle at 50% 0%,color-mix(in srgb,var(--wd-blue) 10%,transparent),transparent 42%),var(--wd-card);box-shadow:0 16px 44px rgb(20 35 60 / .08)}.wd-404-code{position:absolute;left:50%;top:-42px;transform:translateX(-50%);color:color-mix(in srgb,var(--wd-blue) 6%,transparent);font-size:190px;line-height:1;font-weight:900;letter-spacing:-12px;pointer-events:none;user-select:none}.wd-404-icon{position:relative;z-index:1;width:74px;height:74px;margin:0 auto 20px;display:grid;place-items:center;border-radius:50%;color:var(--wd-blue);background:color-mix(in srgb,var(--wd-blue) 9%,var(--wd-card));box-shadow:0 8px 24px rgb(32 150 243 / .12)}.wd-404-icon svg{width:38px;height:38px;fill:none;stroke:currentColor;stroke-width:3;stroke-linecap:round}.wd-404-label{position:relative;z-index:1;display:inline-block;margin-bottom:8px;color:var(--wd-blue);font-size:12px;font-weight:850;letter-spacing:1.2px;text-transform:uppercase}.wd-404-card h1{position:relative;z-index:1;max-width:650px;margin:0 auto 14px;font-size:38px;line-height:1.15;letter-spacing:-1px}.wd-404-card>p{position:relative;z-index:1;max-width:650px;margin:0 auto 26px;color:var(--wd-muted);font-size:16px;line-height:1.65}.wd-404-actions{position:relative;z-index:1;display:flex;justify-content:center;flex-wrap:wrap;gap:12px}.wd-404-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 20px;border-radius:10px;font-weight:800;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.wd-404-primary{color:#fff!important;background:var(--wd-blue);box-shadow:0 8px 18px rgb(32 150 243 / .20)}.wd-404-secondary{color:var(--wd-text)!important;border:1px solid var(--wd-border);background:var(--wd-card)}.wd-404-actions a:hover{transform:translateY(-2px)}.wd-404-search{position:relative;z-index:1;max-width:520px;margin:30px auto 0;padding-top:24px;border-top:1px solid var(--wd-border)}.wd-404-search form{display:flex;gap:8px}.wd-404-search input[type="search"]{flex:1;min-width:0;min-height:44px;border:1px solid var(--wd-border);border-radius:9px;padding:0 14px;background:var(--wd-bg);color:var(--wd-text)}.wd-404-search button,.wd-404-search input[type="submit"]{border:0;border-radius:9px;padding:0 18px;background:var(--wd-blue);color:#fff;font-weight:800;cursor:pointer}body.dark .wd-404-card{box-shadow:0 18px 48px rgb(0 0 0 / .30)}@media(max-width:650px){.wd-404-page{padding-top:24px}.wd-404-card{padding:48px 22px}.wd-404-code{font-size:130px;top:-25px}.wd-404-card h1{font-size:30px}.wd-404-search form{flex-direction:column}.wd-404-search button,.wd-404-search input[type="submit"]{min-height:44px}}.wd-404-number{position:relative;z-index:1;margin:0 auto 4px;color:var(--wd-blue);font-size:clamp(72px,10vw,118px);line-height:.9;font-weight:900;letter-spacing:-6px;text-shadow:0 10px 30px rgb(32 150 243 / .12)}.wd-404-number+.wd-404-label{margin-top:14px}.wd-404-code{opacity:.55}@media(max-width:650px){.wd-404-number{font-size:76px;letter-spacing:-4px}}.wd-all-articles-page{padding-top:34px}.wd-all-articles-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,380px);gap:34px;align-items:end;margin-bottom:30px;padding:28px 30px;border:1px solid var(--wd-border);border-radius:18px;background:linear-gradient(135deg,color-mix(in srgb,var(--wd-blue) 7%,transparent),transparent 50%),var(--wd-card);box-shadow:0 10px 30px rgb(20 35 60 / .055)}.wd-all-articles-label{display:block;margin-bottom:7px;color:var(--wd-blue);font-size:11px;font-weight:850;letter-spacing:1.2px;text-transform:uppercase}.wd-all-articles-hero h1{margin:0 0 9px;font-size:38px;line-height:1.08;letter-spacing:-1px}.wd-all-articles-hero p{max-width:680px;margin:0;color:var(--wd-muted);font-size:15px;line-height:1.6}.wd-all-articles-search form{display:flex;gap:8px}.wd-all-articles-search input[type="search"]{flex:1;min-width:0;min-height:46px;padding:0 14px;border:1px solid var(--wd-border);border-radius:10px;background:var(--wd-bg);color:var(--wd-text)}.wd-all-articles-search button,.wd-all-articles-search input[type="submit"]{min-height:46px;padding:0 16px;border:0;border-radius:10px;background:var(--wd-blue);color:#fff;font-weight:800;cursor:pointer}.wd-all-articles-grid{gap:20px}.wd-all-articles-grid .wd-card{transition:transform .24s ease,box-shadow .24s ease}.wd-all-articles-grid .wd-card:hover{transform:translateY(-4px);box-shadow:0 12px 28px rgb(20 35 60 / .11)}.wd-all-articles-pagination{display:flex;flex-wrap:wrap;gap:8px;margin-top:30px}.wd-all-articles-pagination .page-numbers{min-width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;padding:0 11px;border:1px solid var(--wd-border);border-radius:9px;background:var(--wd-card);color:var(--wd-text);font-weight:750}.wd-all-articles-pagination .page-numbers.current,.wd-all-articles-pagination .page-numbers:hover{background:var(--wd-blue);border-color:var(--wd-blue);color:#fff}.wd-empty-state{padding:50px 30px;text-align:center;border:1px solid var(--wd-border);border-radius:14px;background:var(--wd-card)}body.dark .wd-all-articles-hero{box-shadow:0 12px 32px rgb(0 0 0 / .22)}@media(max-width:900px){.wd-all-articles-hero{grid-template-columns:1fr;gap:20px}}@media(max-width:650px){.wd-all-articles-page{padding-top:22px}.wd-all-articles-hero{padding:22px 18px}.wd-all-articles-hero h1{font-size:31px}.wd-all-articles-search form{flex-direction:column}}.wd-all-articles-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.wd-article-card{min-width:0;overflow:hidden;border:1px solid color-mix(in srgb,var(--wd-border) 88%,transparent);border-radius:15px;background:var(--wd-card);box-shadow:0 5px 18px rgb(20 35 60 / .055);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.wd-article-card:hover{transform:translateY(-5px);border-color:color-mix(in srgb,var(--wd-blue) 25%,var(--wd-border));box-shadow:0 14px 34px rgb(20 35 60 / .12)}.wd-article-card-media{position:relative;display:block;aspect-ratio:16/9;overflow:hidden;background:var(--wd-soft)}.wd-article-card-media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 65%,rgb(10 18 30 / .10));pointer-events:none}.wd-article-card-img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .45s cubic-bezier(.2,.7,.2,1)}.wd-article-card:hover .wd-article-card-img{transform:scale(1.035)}.wd-article-card-placeholder{width:100%;height:100%;display:grid;place-items:center;font-size:28px;font-weight:900;color:var(--wd-text)}.wd-article-card-placeholder span{color:var(--wd-blue)}.wd-article-card-body{padding:18px 19px 20px}.wd-article-card-category{display:inline-flex;align-items:center;width:max-content;max-width:100%;margin-bottom:9px;color:var(--wd-blue);font-size:11px;font-weight:850;letter-spacing:.8px;text-transform:uppercase}.wd-article-card-category:before{content:"";width:18px;height:2px;margin-right:7px;border-radius:99px;background:var(--wd-blue)}.wd-article-card-category:hover{opacity:.78}.wd-article-card h2{margin:0 0 10px;font-size:21px;line-height:1.28;letter-spacing:-.3px}.wd-article-card h2 a{color:var(--wd-text);transition:color .2s ease}.wd-article-card:hover h2 a{color:var(--wd-blue)}.wd-article-card h2{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;min-height:2.56em}.wd-article-card p{margin:0 0 15px;color:var(--wd-muted);font-size:14px;line-height:1.55;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;min-height:4.65em}.wd-article-card-read{position:relative;display:inline-flex;align-items:center;gap:6px;color:var(--wd-blue);font-size:13px;font-weight:850;padding-bottom:3px}.wd-article-card-read:after{content:"";position:absolute;left:0;right:100%;bottom:0;height:2px;border-radius:99px;background:var(--wd-blue);transition:right .22s ease}.wd-article-card-read span{transition:transform .2s ease}.wd-article-card:hover .wd-article-card-read:after{right:0}.wd-article-card:hover .wd-article-card-read span{transform:translateX(4px)}body.dark .wd-article-card{box-shadow:0 6px 20px rgb(0 0 0 / .20)}body.dark .wd-article-card:hover{box-shadow:0 15px 34px rgb(0 0 0 / .34)}@media(max-width:780px){.wd-all-articles-grid{grid-template-columns:1fr}}@media(max-width:520px){.wd-article-card-body{padding:15px 16px 17px}.wd-article-card h2{font-size:19px}}.wd-sidebar{display:flex;flex-direction:column;gap:22px}.wd-side-card{overflow:hidden;border:1px solid var(--wd-border);border-radius:15px;background:var(--wd-card);box-shadow:0 5px 18px rgb(20 35 60 / .05)}.wd-side-heading{display:flex;align-items:center;gap:10px;padding:18px 20px 14px;border-bottom:1px solid var(--wd-border);position:relative}.wd-side-heading:after{content:"";position:absolute;left:20px;bottom:-1px;width:48px;height:3px;border-radius:99px;background:var(--wd-blue)}.wd-side-heading h2{margin:0;font-size:19px;letter-spacing:-.25px}.wd-side-heading-icon{width:30px;height:30px;display:grid;place-items:center;border-radius:9px;background:color-mix(in srgb,var(--wd-blue) 9%,transparent);color:var(--wd-blue)}.wd-side-heading-icon svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.wd-side-category-list{list-style:none;margin:0;padding:8px 16px 12px}.wd-side-category-list li{margin:0;border-bottom:1px solid color-mix(in srgb,var(--wd-border) 75%,transparent)}.wd-side-category-list li:last-child{border-bottom:0}.wd-side-category-list a{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 2px;color:var(--wd-text);font-size:14px;font-weight:600;transition:color .2s ease,padding-left .2s ease}.wd-side-category-list a:hover{color:var(--wd-blue);padding-left:5px}.wd-side-cat-count{min-width:28px;height:24px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:var(--wd-soft);color:var(--wd-muted);font-size:11px;font-weight:800;transition:background .2s ease,color .2s ease}.wd-side-category-list a:hover .wd-side-cat-count{background:var(--wd-blue);color:#fff}.wd-side-recent-list{padding:8px 16px 12px}.wd-side-recent-item{padding:10px 0;border-bottom:1px solid color-mix(in srgb,var(--wd-border) 75%,transparent)}.wd-side-recent-item:last-child{border-bottom:0}.wd-side-recent-item>a{display:grid;grid-template-columns:84px minmax(0,1fr);gap:12px;align-items:center;color:inherit}.wd-side-recent-thumb{width:84px;aspect-ratio:16/9;overflow:hidden;border-radius:9px;background:var(--wd-soft)}.wd-side-recent-thumb img{display:block;width:100%;height:100%;object-fit:cover;object-position:center center;transition:transform .35s ease}.wd-side-recent-placeholder{width:100%;height:100%;display:grid;place-items:center;font-weight:900;color:var(--wd-blue)}.wd-side-recent-content{min-width:0}.wd-side-recent-content h3{margin:0 0 7px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;font-size:14px;line-height:1.35;transition:color .2s ease}.wd-side-recent-link{display:inline-flex;align-items:center;gap:4px;color:var(--wd-blue);font-size:11px;font-weight:800}.wd-side-recent-link span{transition:transform .2s ease}.wd-side-recent-item:hover .wd-side-recent-thumb img{transform:scale(1.05)}.wd-side-recent-item:hover h3{color:var(--wd-blue)}.wd-side-recent-item:hover .wd-side-recent-link span{transform:translateX(3px)}.wd-side-widgets .widget{overflow:hidden;margin:0 0 22px;padding:18px 20px;border:1px solid var(--wd-border);border-radius:15px;background:var(--wd-card);box-shadow:0 5px 18px rgb(20 35 60 / .05)}.wd-side-widgets .widget:last-child{margin-bottom:0}body.dark .wd-side-card,body.dark .wd-side-widgets .widget{box-shadow:0 6px 20px rgb(0 0 0 / .20)}@media(max-width:900px){.wd-sidebar{margin-top:28px}}.wd-side-recent-item.no-thumb>a{grid-template-columns:1fr}.wd-side-recent-item.no-thumb .wd-side-recent-content h3{font-size:15px}.wd-side-ad-body{padding:16px}.wd-ad-demo{position:relative;min-height:250px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;overflow:hidden;padding:24px 18px;border:1px dashed color-mix(in srgb,var(--wd-blue) 35%,var(--wd-border));border-radius:12px;background:linear-gradient(145deg,color-mix(in srgb,var(--wd-blue) 7%,transparent),transparent 58%),var(--wd-soft);color:var(--wd-text)}.wd-ad-demo:before{content:"";position:absolute;width:170px;height:170px;right:-85px;top:-85px;border-radius:50%;background:color-mix(in srgb,var(--wd-blue) 8%,transparent)}.wd-ad-demo-badge{position:absolute;top:10px;right:10px;padding:3px 7px;border-radius:999px;background:var(--wd-card);border:1px solid var(--wd-border);color:var(--wd-muted);font-size:9px;line-height:1;font-weight:800;letter-spacing:.9px}.wd-ad-demo-mark{margin-bottom:10px;font-size:28px;line-height:1;font-weight:900;letter-spacing:-1.5px}.wd-ad-demo-mark span{color:var(--wd-blue)}.wd-ad-demo strong{max-width:220px;font-size:16px;line-height:1.3}.wd-ad-demo p{max-width:210px;margin:7px 0 13px;color:var(--wd-muted);font-size:12px;line-height:1.45}.wd-ad-demo-size{display:inline-flex;align-items:center;justify-content:center;min-height:25px;padding:0 9px;border-radius:7px;background:color-mix(in srgb,var(--wd-blue) 10%,transparent);color:var(--wd-blue);font-size:10px;font-weight:850}.wd-ad-real{width:100%;min-height:90px;overflow:hidden;text-align:center}.wd-ad-real ins,.wd-ad-real iframe{max-width:100%}.wd-ad-empty{padding:22px 15px;border:1px dashed var(--wd-border);border-radius:10px;color:var(--wd-muted);text-align:center;font-size:13px}body.dark .wd-ad-demo{background:linear-gradient(145deg,color-mix(in srgb,var(--wd-blue) 10%,transparent),transparent 58%),var(--wd-soft)}.wd-article-ad{clear:both;width:100%;margin:32px 0;padding:0;border:1px solid var(--wd-border);border-radius:14px;background:var(--wd-card);overflow:hidden;box-shadow:0 8px 26px rgb(20 35 55 / .05)}.wd-article-ad-label{display:flex;align-items:center;min-height:38px;padding:0 16px;border-bottom:1px solid var(--wd-border);background:var(--wd-soft)}.wd-article-ad-label span{color:var(--wd-muted);font-size:11px;font-weight:850;letter-spacing:1.1px;text-transform:uppercase}.wd-article-ad-body{padding:14px}.wd-article-ad-demo{position:relative;min-height:150px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:24px 20px;border:1px dashed color-mix(in srgb,var(--wd-blue) 35%,var(--wd-border));border-radius:10px;background:linear-gradient(135deg,color-mix(in srgb,var(--wd-blue) 7%,transparent),transparent 60%),var(--wd-soft)}.wd-article-ad-demo-badge{position:absolute;top:9px;right:10px;padding:4px 7px;border:1px solid var(--wd-border);border-radius:999px;background:var(--wd-card);color:var(--wd-muted);font-size:9px;font-weight:850;letter-spacing:.8px}.wd-article-ad-demo-mark{margin-bottom:7px;font-size:27px;line-height:1;font-weight:900;letter-spacing:-1.4px}.wd-article-ad-demo-mark span{color:var(--wd-blue)}.wd-article-ad-demo strong{font-size:16px;line-height:1.3}.wd-article-ad-demo p{margin:6px 0 11px!important;color:var(--wd-muted);font-size:12px;line-height:1.45}.wd-article-ad-demo-size{padding:4px 9px;border-radius:7px;background:color-mix(in srgb,var(--wd-blue) 10%,transparent);color:var(--wd-blue);font-size:10px;font-weight:850}.wd-article-ad-real{width:100%;min-height:90px;overflow:hidden;text-align:center}.wd-article-ad-real ins,.wd-article-ad-real iframe{max-width:100%}.wd-article-ad-end{margin-top:36px;margin-bottom:28px}@media (max-width:700px){.wd-article-ad{margin:24px 0}.wd-article-ad-body{padding:10px}.wd-article-ad-demo{min-height:130px;padding:22px 14px}}.wd-home-ad-top-wrap{margin-top:18px;margin-bottom:18px}.wd-home-ad{width:100%;overflow:hidden;border:1px solid var(--wd-border);border-radius:14px;background:var(--wd-card);box-shadow:0 6px 20px rgb(20 35 60 / .05)}.wd-home-ad-label{min-height:34px;display:flex;align-items:center;padding:0 15px;border-bottom:1px solid var(--wd-border);background:var(--wd-soft);color:var(--wd-muted);font-size:10px;font-weight:850;letter-spacing:1.1px;text-transform:uppercase}.wd-home-ad-body{padding:12px}.wd-home-ad-demo{position:relative;min-height:112px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:20px 18px;border:1px dashed color-mix(in srgb,var(--wd-blue) 35%,var(--wd-border));border-radius:10px;background:linear-gradient(135deg,color-mix(in srgb,var(--wd-blue) 7%,transparent),transparent 62%),var(--wd-soft)}.wd-home-ad-feed .wd-home-ad-demo{min-height:150px}.wd-home-ad-badge{position:absolute;top:8px;right:9px;padding:3px 7px;border:1px solid var(--wd-border);border-radius:999px;background:var(--wd-card);color:var(--wd-muted);font-size:9px;font-weight:850;letter-spacing:.8px}.wd-home-ad-mark{margin-bottom:6px;font-size:25px;line-height:1;font-weight:900;letter-spacing:-1.2px}.wd-home-ad-mark span{color:var(--wd-blue)}.wd-home-ad-demo strong{font-size:15px;line-height:1.3}.wd-home-ad-demo p{margin:5px 0 9px;color:var(--wd-muted);font-size:11px}.wd-home-ad-size{padding:4px 8px;border-radius:7px;background:color-mix(in srgb,var(--wd-blue) 10%,transparent);color:var(--wd-blue);font-size:9px;font-weight:850}.wd-home-ad-real{width:100%;min-height:90px;overflow:hidden;text-align:center}.wd-home-ad-real ins,.wd-home-ad-real iframe{max-width:100%}.wd-home-feed-ad{grid-column:1 / -1;width:100%}body.dark .wd-home-ad{box-shadow:0 7px 22px rgb(0 0 0 / .20)}@media(max-width:680px){.wd-home-ad-top-wrap{margin-top:12px;margin-bottom:12px}.wd-home-ad-body{padding:9px}.wd-home-ad-demo{min-height:100px}}.wd-home-all-posts{margin-top:28px}.wd-home-all-posts .wd-post-grid{align-items:stretch}.wd-home-all-posts .wd-post-grid-cols-1{grid-template-columns:1fr}.wd-home-all-posts .wd-post-grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.wd-card-home{display:flex;flex-direction:column;height:100%;box-shadow:0 5px 18px rgb(20 35 60 / .055)}.wd-card-home .wd-card-media{display:block;overflow:hidden;background:var(--wd-soft)}.wd-card-home .wd-card-img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover}.wd-card-home .wd-card-body{display:flex;flex-direction:column;flex:1;padding:16px 17px 17px}.wd-card-home .wd-category{position:relative;padding-left:25px;font-size:11px;letter-spacing:.75px}.wd-card-home .wd-category:before{content:'';position:absolute;left:0;top:50%;width:17px;height:2px;border-radius:2px;background:var(--wd-blue);transform:translateY(-50%)}.wd-card-home h2{font-size:19px;line-height:1.28;margin:8px 0}.wd-card-home h2 a{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.wd-card-home p{font-size:14px;line-height:1.55;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.wd-card-readmore{display:inline-flex;align-items:center;gap:5px;width:max-content;margin-top:auto;padding-top:15px;color:var(--wd-blue);font-size:13px;font-weight:800}.wd-card-readmore span{transition:transform .2s ease}.wd-card-home:hover .wd-card-readmore span{transform:translateX(3px)}.wd-card-placeholder{display:grid!important;place-items:center;font-size:24px;font-weight:900;color:var(--wd-text)}.wd-card-placeholder span{color:var(--wd-blue)}@media(max-width:680px){.wd-home-all-posts .wd-post-grid-cols-1,.wd-home-all-posts .wd-post-grid-cols-2{grid-template-columns:1fr}.wd-card-home h2{font-size:18px}}.wd-home-all-posts .wd-post-grid-cols-1 .wd-card-home{display:grid;grid-template-columns:minmax(260px,42%) minmax(0,1fr);min-height:230px}.wd-home-all-posts .wd-post-grid-cols-1 .wd-card-home .wd-card-media{height:100%;min-height:230px}.wd-home-all-posts .wd-post-grid-cols-1 .wd-card-home .wd-card-img{width:100%;height:100%;aspect-ratio:auto;object-fit:cover}.wd-home-all-posts .wd-post-grid-cols-1 .wd-card-home .wd-card-body{justify-content:center;padding:22px 24px}.wd-home-all-posts .wd-post-grid-cols-1 .wd-card-home h2{font-size:22px;-webkit-line-clamp:2}.wd-home-all-posts .wd-post-grid-cols-1 .wd-card-home p{-webkit-line-clamp:3;margin-bottom:0}.wd-home-all-posts .wd-post-grid-cols-2 .wd-card-home{display:flex;flex-direction:column}@media(max-width:760px){.wd-home-all-posts .wd-post-grid-cols-1 .wd-card-home{display:flex;flex-direction:column;min-height:0}.wd-home-all-posts .wd-post-grid-cols-1 .wd-card-home .wd-card-media{min-height:0;height:auto}.wd-home-all-posts .wd-post-grid-cols-1 .wd-card-home .wd-card-img{height:auto;aspect-ratio:16/9}.wd-home-all-posts .wd-post-grid-cols-1 .wd-card-home .wd-card-body{padding:16px 17px 17px}.wd-home-all-posts .wd-post-grid-cols-1 .wd-card-home h2{font-size:19px}}.wd-home-all-posts .wd-post-grid-cols-2 .wd-card-home{position:relative;min-height:100%;border-color:color-mix(in srgb,var(--wd-border) 90%,transparent);transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease}.wd-home-all-posts .wd-post-grid-cols-2 .wd-card-home:hover{transform:translateY(-4px);border-color:color-mix(in srgb,var(--wd-blue) 24%,var(--wd-border));box-shadow:0 14px 30px rgb(20 35 60 / .11)}.wd-home-all-posts .wd-post-grid-cols-2 .wd-card-home .wd-card-img{aspect-ratio:16/8.6;transition:transform .42s cubic-bezier(.2,.7,.2,1)}.wd-home-all-posts .wd-post-grid-cols-2 .wd-card-home:hover .wd-card-img{transform:scale(1.03)}.wd-home-all-posts .wd-post-grid-cols-2 .wd-card-home .wd-card-body{min-height:220px;padding:18px 18px 19px}.wd-home-all-posts .wd-post-grid-cols-2 .wd-card-home .wd-category{margin-bottom:3px;padding-left:24px;font-size:10.5px;letter-spacing:.9px}.wd-home-all-posts .wd-post-grid-cols-2 .wd-card-home .wd-category:before{width:17px}.wd-home-all-posts .wd-post-grid-cols-2 .wd-card-home h2{margin:8px 0 10px;font-size:19px;line-height:1.3}.wd-home-all-posts .wd-post-grid-cols-2 .wd-card-home h2 a{-webkit-line-clamp:2;min-height:2.6em;transition:color .2s ease}.wd-home-all-posts .wd-post-grid-cols-2 .wd-card-home:hover h2 a{color:var(--wd-blue)}.wd-home-all-posts .wd-post-grid-cols-2 .wd-card-home p{margin:0;min-height:4.65em;-webkit-line-clamp:3;color:var(--wd-muted)}.wd-home-all-posts .wd-post-grid-cols-2 .wd-card-readmore{position:relative;margin-top:auto;padding-top:17px;padding-bottom:3px}.wd-home-all-posts .wd-post-grid-cols-2 .wd-card-readmore:after{content:"";position:absolute;left:0;right:100%;bottom:0;height:2px;border-radius:99px;background:var(--wd-blue);transition:right .22s ease}.wd-home-all-posts .wd-post-grid-cols-2 .wd-card-home:hover .wd-card-readmore:after{right:0}.wd-home-all-posts .wd-post-grid-cols-2 .wd-card-home:after{content:"›";position:absolute;top:14px;right:14px;width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:rgb(255 255 255 / .92);color:var(--wd-blue);font-size:24px;line-height:1;font-weight:600;box-shadow:0 5px 14px rgb(20 35 60 / .10);opacity:0;transform:translateY(-4px);transition:opacity .2s ease,transform .2s ease,background .2s ease;pointer-events:none}.wd-home-all-posts .wd-post-grid-cols-2 .wd-card-home:hover:after{opacity:1;transform:translateY(0)}body.dark .wd-home-all-posts .wd-post-grid-cols-2 .wd-card-home:after{background:rgb(20 24 31 / .94)}@media(max-width:900px){.wd-home-all-posts .wd-post-grid-cols-2 .wd-card-home .wd-card-body{min-height:210px}}@media(max-width:680px){.wd-home-all-posts .wd-post-grid-cols-2 .wd-card-home:after{display:none}.wd-home-all-posts .wd-post-grid-cols-2 .wd-card-home .wd-card-body{min-height:0}.wd-home-all-posts .wd-post-grid-cols-2 .wd-card-home h2 a,.wd-home-all-posts .wd-post-grid-cols-2 .wd-card-home p{min-height:0}}.wd-home-all-posts .wd-post-grid-cols-2 .wd-card-home .wd-card-media{aspect-ratio:16/9;overflow:hidden;background:var(--wd-soft)}.wd-home-all-posts .wd-post-grid-cols-2 .wd-card-home .wd-card-img{width:100%;height:100%;aspect-ratio:auto;object-fit:cover;object-position:center center}.wd-home-all-posts .wd-post-grid-cols-2 .wd-card-home .wd-card-media img{display:block;width:100%;height:100%;max-width:none}.wd-home-all-posts .wd-post-grid-cols-1 .wd-card-home .wd-card-img{object-position:center center}.wd-home-all-posts .wd-post-grid-cols-2 .wd-card-home .wd-card-body{min-height:188px;padding:14px 16px 15px}.wd-home-all-posts .wd-post-grid-cols-2 .wd-card-home .wd-category{margin-bottom:2px;font-size:10px;letter-spacing:.8px}.wd-home-all-posts .wd-post-grid-cols-2 .wd-card-home h2{margin:6px 0 7px;font-size:18px;line-height:1.25}.wd-home-all-posts .wd-post-grid-cols-2 .wd-card-home h2 a{min-height:2.5em;-webkit-line-clamp:2}.wd-home-all-posts .wd-post-grid-cols-2 .wd-card-home p{min-height:2.95em;margin:0;font-size:13px;line-height:1.48;-webkit-line-clamp:2}.wd-home-all-posts .wd-post-grid-cols-2 .wd-card-readmore{padding-top:12px;font-size:12px}.wd-home-all-posts .wd-post-grid-cols-2{align-items:stretch}@media(max-width:900px){.wd-home-all-posts .wd-post-grid-cols-2 .wd-card-home .wd-card-body{min-height:180px}}@media(max-width:680px){.wd-home-all-posts .wd-post-grid-cols-2 .wd-card-home .wd-card-body{min-height:0;padding:14px 15px 15px}.wd-home-all-posts .wd-post-grid-cols-2 .wd-card-home h2{font-size:18px}.wd-home-all-posts .wd-post-grid-cols-2 .wd-card-home p{min-height:0;-webkit-line-clamp:3}}.wd-home-all-posts .wd-post-grid-cols-2 .wd-card-home .wd-card-media{aspect-ratio:16/9;display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--wd-card)}.wd-home-all-posts .wd-post-grid-cols-2 .wd-card-home .wd-card-img,.wd-home-all-posts .wd-post-grid-cols-2 .wd-card-home .wd-card-media img{width:100%;height:100%;max-width:100%;object-fit:contain!important;object-position:center center!important}.wd-home-all-posts .wd-post-grid-cols-2 .wd-card-home:hover .wd-card-img{transform:none!important}.wd-home-all-posts .wd-post-grid-cols-1 .wd-card-home .wd-card-img,.wd-home-all-posts .wd-post-grid-cols-1 .wd-card-home .wd-card-media img{object-fit:contain!important;object-position:center center!important;background:var(--wd-card)}.wd-recent-mini-media{aspect-ratio:16/9;display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--wd-card)}.wd-recent-mini-img,.wd-recent-mini-media img{display:block;width:100%;height:100%;max-width:100%;object-fit:contain!important;object-position:center center!important}.wd-recent-mini:hover .wd-recent-mini-img,.wd-recent-mini:hover .wd-recent-mini-media img{transform:none!important}.wd-recent-mini-body{display:flex;flex-direction:column;padding:11px 14px 12px;min-height:105px}.wd-recent-mini-body h3{margin:0;font-size:16px;line-height:1.3;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;min-height:2.6em}.wd-recent-mini-link{margin-top:10px;padding:0;font-size:12px;line-height:1.2}.wd-recent-mini>a{height:auto;min-height:0}.wd-recent-mini{min-height:0}@media(max-width:680px){.wd-recent-mini-body{min-height:0;padding:10px 12px 11px}}.site-footer,.wd-footer,footer{border-top:2px solid var(--wd-blue,#2498f3)}.site-footer h2,.site-footer h3,.site-footer h4,.wd-footer h2,.wd-footer h3,.wd-footer h4,footer .widget-title{position:relative;display:inline-block;margin:0 0 20px;padding-bottom:10px;font-size:18px;font-weight:800;line-height:1.2;letter-spacing:-.01em;color:#fff}.site-footer h2::after,.site-footer h3::after,.site-footer h4::after,.wd-footer h2::after,.wd-footer h3::after,.wd-footer h4::after,footer .widget-title::after{content:"";position:absolute;left:0;bottom:0;width:34px;height:2px;border-radius:999px;background:var(--wd-blue,#2498f3)}.site-footer a,.wd-footer a,footer a{color:#e8edf3;text-decoration:none;transition:color .2s ease,transform .2s ease}.site-footer a:hover,.site-footer a:focus-visible,.wd-footer a:hover,.wd-footer a:focus-visible,footer a:hover,footer a:focus-visible{color:var(--wd-blue,#2498f3)}.site-footer li,.wd-footer li,footer .widget li{margin-bottom:9px;line-height:1.45}.site-footer li a,.wd-footer li a,footer .widget li a{display:inline-block}.site-footer li a:hover,.wd-footer li a:hover,footer .widget li a:hover{transform:translateX(3px)}.site-footer .site-info,.site-footer .copyright,.site-footer .footer-bottom,.wd-footer .site-info,.wd-footer .copyright,.wd-footer .footer-bottom,footer .site-info,footer .copyright,footer .footer-bottom{text-align:center}.site-footer .site-info,.site-footer .footer-bottom,.wd-footer .site-info,.wd-footer .footer-bottom,footer .site-info,footer .footer-bottom{justify-content:center}@media(max-width:680px){.site-footer h2,.site-footer h3,.site-footer h4,.wd-footer h2,.wd-footer h3,.wd-footer h4,footer .widget-title{margin-bottom:16px}}.wd-footer-bottom{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;text-align:center!important}.wd-footer-copy{display:block!important;width:100%!important;margin:0 auto!important;padding-left:0!important;padding-right:0!important;text-align:center!important;float:none!important}.wd-footer-bottom>*{margin-left:auto!important;margin-right:auto!important;text-align:center!important}.wd-footer-logo{display:flex;justify-content:flex-start;align-items:center;margin:0 0 14px}.wd-footer-logo img{display:block;width:auto;max-width:190px;max-height:72px;object-fit:contain;object-position:left center}.wd-footer-brand h3{margin-top:0}.wd-footer-message p{margin:0 0 14px;max-width:430px;color:#e6ebf0;line-height:1.65}.wd-footer-menu{list-style:none;margin:0;padding:0}.wd-footer-menu li{margin:0 0 10px}.wd-footer-menu a{display:inline-flex;align-items:center;gap:7px;color:#e8edf3;text-decoration:none}.wd-footer-menu a::before{content:"›";color:var(--wd-blue);font-size:17px;line-height:1;opacity:.85;transform:translateX(0);transition:transform .2s ease}.wd-footer-menu a:hover::before{transform:translateX(3px)}@media(max-width:680px){.wd-footer-logo img{max-width:165px;max-height:62px}}.wd-footer .wd-footer-grid,.site-footer .wd-footer-grid{padding-top:48px}.wd-footer-logo{margin-bottom:18px}.wd-footer-logo img{max-width:280px;max-height:105px}.wd-footer-brand{align-self:start}@media(max-width:1000px){.wd-footer .wd-footer-grid,.site-footer .wd-footer-grid{padding-top:40px}.wd-footer-logo img{max-width:235px;max-height:90px}}@media(max-width:680px){.wd-footer .wd-footer-grid,.site-footer .wd-footer-grid{padding-top:32px}.wd-footer-logo img{max-width:205px;max-height:78px}}.wd-back-to-top{position:fixed!important;right:22px!important;bottom:22px!important;left:auto!important;top:auto!important;z-index:9999!important;width:50px!important;height:50px!important;min-width:50px!important;min-height:50px!important;padding:0!important;display:flex!important;align-items:center!important;justify-content:center!important;border:1px solid rgb(255 255 255 / .32)!important;border-radius:50%!important;background:var(--wd-blue,#2498f3)!important;color:#fff!important;font-size:24px!important;font-weight:500!important;line-height:1!important;text-align:center!important;box-shadow:0 8px 22px rgb(25 125 220 / .28)!important;cursor:pointer!important;appearance:none!important;-webkit-appearance:none!important;transition:transform .2s ease,box-shadow .2s ease,background .2s ease!important}.wd-back-to-top:hover{transform:translateY(-3px)!important;box-shadow:0 11px 26px rgb(25 125 220 / .36)!important}.wd-back-to-top:focus-visible{outline:3px solid rgb(36 152 243 / .28)!important;outline-offset:3px!important}.wd-back-to-top::before{content:"↑";display:block;transform:translateY(-1px)}.wd-back-to-top{font-size:0!important}.wd-back-to-top::before{font-size:24px!important}@media(max-width:680px){.wd-back-to-top{right:16px!important;bottom:16px!important;width:46px!important;height:46px!important;min-width:46px!important;min-height:46px!important}.wd-back-to-top::before{font-size:22px!important}}.wd-branding{position:relative;padding:20px 0 16px;background:var(--wd-bg)}.wd-branding-inner{min-height:128px;display:flex;align-items:center;justify-content:center}.wd-branding-inner>div{display:flex;flex-direction:column;align-items:center;justify-content:center}.wd-branding .custom-logo{display:block;width:auto;max-width:min(390px, 78vw);max-height:132px;object-fit:contain;transition:transform .24s ease}.wd-branding a:hover .custom-logo{transform:translateY(-1px)}.wd-branding .wd-tagline{position:relative;margin-top:4px;padding-top:9px;color:var(--wd-muted);font-size:12px;line-height:1.35;font-weight:600;letter-spacing:.45px;text-align:center}.wd-branding .wd-tagline::before{content:"";position:absolute;top:0;left:50%;width:38px;height:2px;border-radius:999px;background:var(--wd-blue);transform:translateX(-50%)}.wd-branding::after{content:"";position:absolute;left:50%;bottom:0;width:min(1180px, calc(100% - 48px));height:1px;background:linear-gradient(90deg,transparent,color-mix(in srgb,var(--wd-blue) 24%,var(--wd-border)) 18%,color-mix(in srgb,var(--wd-blue) 24%,var(--wd-border)) 82%,transparent);transform:translateX(-50%)}.wd-branding+.wd-drawer-overlay+.wd-drawer+.wd-nav-wrap,.wd-nav-wrap{box-shadow:0 4px 16px rgb(20 35 60 / .035)}body.dark .wd-nav-wrap{box-shadow:0 4px 18px rgb(0 0 0 / .14)}@media(max-width:900px){.wd-branding{padding:16px 0 13px}.wd-branding-inner{min-height:108px}.wd-branding .custom-logo{max-width:min(320px, 74vw);max-height:105px}.wd-branding .wd-tagline{font-size:11px}}@media(max-width:680px){.wd-branding{padding:13px 0 11px}.wd-branding-inner{min-height:92px}.wd-branding .custom-logo{max-width:min(260px, 72vw);max-height:88px}.wd-branding .wd-tagline{margin-top:3px;padding-top:7px;font-size:10px}.wd-branding::after{width:calc(100% - 28px)}}.wd-back-to-top{opacity:0;visibility:hidden;pointer-events:none;transform:translateY(8px)}.wd-back-to-top.is-visible{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.wd-back-to-top.is-visible:hover{transform:translateY(-3px)!important}.wd-share{margin:24px 0 28px;padding-top:20px}.wd-share .wd-section-heading{margin-bottom:12px}.wd-share .wd-section-heading h2{font-size:20px;line-height:1.2}.wd-share-buttons{display:flex;flex-wrap:wrap;gap:9px}.wd-share-buttons .wd-share-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;padding:0 13px;border:1px solid var(--wd-border);border-radius:10px;background:var(--wd-card);color:var(--wd-text);font-size:13px;font-weight:700;line-height:1;text-decoration:none;box-shadow:0 3px 10px rgb(20 35 60 / .035);transition:transform .2s ease,border-color .2s ease,color .2s ease,background .2s ease,box-shadow .2s ease}.wd-share-buttons .wd-share-btn:hover{transform:translateY(-2px);border-color:color-mix(in srgb,var(--wd-blue) 35%,var(--wd-border));background:color-mix(in srgb,var(--wd-blue) 5%,var(--wd-card));color:var(--wd-blue);box-shadow:0 7px 16px rgb(20 35 60 / .08)}.wd-share-icon{width:17px;height:17px;display:grid;place-items:center;flex:0 0 17px}.wd-share-icon svg{display:block;width:100%;height:100%;fill:currentColor}.wd-share-icon-x{width:15px;height:15px;flex-basis:15px}body.dark .wd-share-buttons .wd-share-btn{box-shadow:0 3px 10px rgb(0 0 0 / .16)}@media(max-width:680px){.wd-share{margin:20px 0 24px;padding-top:18px}.wd-share .wd-section-heading h2{font-size:18px}.wd-share-buttons .wd-share-btn{min-height:38px;padding:0 11px;font-size:12px}}.wd-author-box{display:grid;grid-template-columns:auto minmax(0,1fr);gap:18px;align-items:center;margin:28px 0 34px;padding:20px 22px;border:1px solid var(--wd-border);border-left:4px solid var(--wd-blue);border-radius:14px;background:linear-gradient(135deg,color-mix(in srgb,var(--wd-blue) 4%,transparent),transparent 58%),var(--wd-card);box-shadow:0 7px 22px rgb(20 35 60 / .055)}.wd-author-avatar{width:88px;height:88px;flex:0 0 88px}.wd-author-avatar img{display:block;width:88px;height:88px;border-radius:50%;object-fit:cover;border:3px solid color-mix(in srgb,var(--wd-blue) 20%,var(--wd-card));box-shadow:0 5px 14px rgb(20 35 60 / .10)}.wd-author-kicker{display:inline-block;margin-bottom:5px;color:var(--wd-blue);font-size:11px;font-weight:850;letter-spacing:1px;text-transform:uppercase}.wd-author-content h2{margin:0 0 6px;color:var(--wd-text);font-size:20px;line-height:1.25;font-weight:800}.wd-author-content p{margin:0;color:var(--wd-muted);font-size:14px;line-height:1.6}body.dark .wd-author-box{box-shadow:0 7px 22px rgb(0 0 0 / .18)}@media(max-width:680px){.wd-author-box{grid-template-columns:1fr;gap:14px;padding:18px;text-align:left}.wd-author-avatar{width:72px;height:72px}.wd-author-avatar img{width:72px;height:72px}.wd-author-content h2{font-size:18px}}.wd-contact-page{padding:46px 0 64px;background:var(--wd-bg)}.wd-contact-container{max-width:900px}.wd-contact-card{padding:34px;border:1px solid var(--wd-border);border-radius:18px;background:var(--wd-card);box-shadow:0 10px 32px rgb(20 35 60 / .06)}.wd-contact-header{max-width:680px;margin-bottom:28px}.wd-contact-kicker{display:inline-block;margin-bottom:8px;color:var(--wd-blue);font-size:11px;font-weight:850;letter-spacing:1.2px}.wd-contact-header h1{margin:0 0 10px;color:var(--wd-text);font-size:34px;line-height:1.15;letter-spacing:-.6px}.wd-contact-header p{margin:0;color:var(--wd-muted);font-size:15px;line-height:1.65}.wd-contact-form{display:flex;flex-direction:column;gap:18px}.wd-contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.wd-contact-field{display:flex;flex-direction:column;gap:7px}.wd-contact-field label{color:var(--wd-text);font-size:13px;font-weight:750}.wd-contact-field label span{color:var(--wd-blue)}.wd-contact-field input,.wd-contact-field textarea{width:100%;border:1px solid var(--wd-border);border-radius:10px;background:var(--wd-bg);color:var(--wd-text);font:inherit;outline:none;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.wd-contact-field input{height:46px;padding:0 13px}.wd-contact-field textarea{min-height:170px;padding:12px 13px;resize:vertical;line-height:1.55}.wd-contact-field input:focus,.wd-contact-field textarea:focus{border-color:var(--wd-blue);box-shadow:0 0 0 3px color-mix(in srgb,var(--wd-blue) 12%,transparent);background:var(--wd-card)}.wd-contact-submit{display:inline-flex;align-items:center;justify-content:center;gap:9px;width:max-content;min-height:44px;padding:0 18px;border:0;border-radius:10px;background:var(--wd-blue);color:#fff;font-size:13px;font-weight:800;cursor:pointer;box-shadow:0 7px 18px rgb(36 152 243 / .22);transition:transform .2s ease,box-shadow .2s ease}.wd-contact-submit:hover{transform:translateY(-2px);box-shadow:0 10px 22px rgb(36 152 243 / .30)}.wd-contact-privacy{margin:-4px 0 0;color:var(--wd-muted);font-size:11px;line-height:1.5}.wd-contact-notice{margin:0 0 22px;padding:12px 14px;border-radius:10px;font-size:13px;font-weight:650}.wd-contact-notice.is-success{border:1px solid rgb(32 160 90 / .25);background:rgb(32 160 90 / .08);color:#168047}.wd-contact-notice.is-error{border:1px solid rgb(205 62 62 / .25);background:rgb(205 62 62 / .07);color:#b33131}.wd-contact-honeypot{position:absolute!important;left:-99999px!important;width:1px!important;height:1px!important;overflow:hidden!important}body.dark .wd-contact-card{box-shadow:0 10px 32px rgb(0 0 0 / .18)}@media(max-width:680px){.wd-contact-page{padding:28px 0 44px}.wd-contact-card{padding:22px 18px;border-radius:14px}.wd-contact-grid{grid-template-columns:1fr}.wd-contact-header h1{font-size:28px}.wd-contact-submit{width:100%}}.wd-contact-field input,.wd-contact-field textarea{border:1px solid #cbd5e1;background:#f8fafc;box-shadow:inset 0 1px 2px rgb(15 23 42 / .025)}.wd-contact-field input:hover,.wd-contact-field textarea:hover{border-color:#aebdce;background:#fff}.wd-contact-field input:focus,.wd-contact-field textarea:focus{border-color:var(--wd-blue);background:#fff;box-shadow:0 0 0 3px color-mix(in srgb,var(--wd-blue) 13%,transparent)}body.dark .wd-contact-field input,body.dark .wd-contact-field textarea{border-color:#3b4656;background:#171c24;color:var(--wd-text)}body.dark .wd-contact-field input:hover,body.dark .wd-contact-field textarea:hover{border-color:#536176;background:#1b222c}body.dark .wd-contact-field input:focus,body.dark .wd-contact-field textarea:focus{border-color:var(--wd-blue);background:#1b222c}.wd-single-header{margin-bottom:18px}.wd-single-header .wd-single-meta-top{display:flex;flex-wrap:wrap;align-items:center;gap:8px 15px;margin:0 0 16px;color:var(--wd-muted);font-size:13px;line-height:1.35}.wd-single-meta-item{display:inline-flex;align-items:center;gap:6px}.wd-single-meta-icon{display:inline-flex;width:15px;height:15px;color:var(--wd-blue);flex:0 0 15px}.wd-single-meta-icon svg{width:100%;height:100%;fill:currentColor}.wd-single-author{color:var(--wd-muted);font-weight:500}.wd-single-updated{padding-left:15px;position:relative}.wd-single-updated:before{content:"";position:absolute;left:0;top:50%;width:3px;height:3px;border-radius:50%;background:var(--wd-muted);transform:translateY(-50%)}.wd-single-header h1{margin:0 0 13px;font-size:clamp(36px,4.1vw,54px);line-height:1.12;letter-spacing:-1.05px;text-wrap:balance}.wd-single-category{display:inline-flex;align-items:center;gap:8px;color:var(--wd-blue);font-size:11px;line-height:1;font-weight:850;letter-spacing:1.05px;text-transform:uppercase}.wd-single-category:before{content:"";width:18px;height:2px;border-radius:2px;background:var(--wd-blue)}.wd-single-category:hover{color:var(--wd-blue);opacity:.78}.wd-single .wd-featured-image{aspect-ratio:16 / 9;object-fit:contain;object-position:center center;background:var(--wd-soft);margin-top:22px}@media(max-width:620px){.wd-single-header .wd-single-meta-top{gap:7px 12px;margin-bottom:13px;font-size:12px}.wd-single-updated{width:100%;padding-left:21px}.wd-single-updated:before{left:8px}.wd-single-header h1{font-size:clamp(30px,9vw,39px);line-height:1.13;letter-spacing:-.65px}}.wd-single-header h1{font-size:clamp(34px,3.25vw,46px);line-height:1.14;letter-spacing:-.8px;max-width:760px}@media(max-width:620px){.wd-single-header h1{font-size:clamp(28px,8vw,36px);line-height:1.15;letter-spacing:-.5px}}.wd-single-header h1{font-size:34px;line-height:1.16;letter-spacing:-.55px;max-width:760px}@media(max-width:620px){.wd-single-header h1{font-size:clamp(27px,7.5vw,32px);line-height:1.16;letter-spacing:-.4px}}:root{--wd-font-sans:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI",
                  Roboto, Helvetica, Arial, sans-serif}html,body,button,input,textarea,select{font-family:var(--wd-font-sans)}.wd-single-header h1{font-family:var(--wd-font-sans);font-size:36px;font-weight:750;line-height:1.16;letter-spacing:-.75px}@media(max-width:620px){.wd-single-header h1{font-size:clamp(27px,7.5vw,32px);font-weight:750;line-height:1.16;letter-spacing:-.45px}}.wd-single .wd-entry-content{color:var(--wd-text);font-size:17px;line-height:1.78;overflow-wrap:break-word}.wd-single .wd-entry-content>p{margin:0 0 1.35em}.wd-single .wd-entry-content h2{margin:2.05em 0 .72em;font-size:28px;line-height:1.24;letter-spacing:-.45px;font-weight:750}.wd-single .wd-entry-content h3{margin:1.75em 0 .62em;font-size:22px;line-height:1.3;letter-spacing:-.25px;font-weight:750}.wd-single .wd-entry-content h4{margin:1.55em 0 .55em;font-size:18px;line-height:1.35;font-weight:750}.wd-single .wd-entry-content h2:after{content:"";display:block;width:38px;height:3px;margin-top:9px;border-radius:3px;background:var(--wd-blue)}.wd-single .wd-entry-content a:not(.wp-block-button__link){color:var(--wd-blue);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.wd-single .wd-entry-content a:not(.wp-block-button__link):hover{text-decoration-thickness:2px}.wd-single .wd-entry-content ul,.wd-single .wd-entry-content ol{margin:0 0 1.45em;padding-left:1.35em}.wd-single .wd-entry-content li{margin:.42em 0;padding-left:.15em}.wd-single .wd-entry-content li::marker{color:var(--wd-blue);font-weight:700}.wd-single .wd-entry-content figure,.wd-single .wd-entry-content .wp-block-image{margin:1.8em 0}.wd-single .wd-entry-content img{max-width:100%;height:auto;border-radius:10px}.wd-single .wd-entry-content figcaption{margin-top:8px;color:var(--wd-muted);font-size:13px;line-height:1.5;text-align:center}.wd-single .wd-entry-content blockquote{margin:1.7em 0;padding:16px 20px;border-left:3px solid var(--wd-blue);background:var(--wd-soft);border-radius:0 10px 10px 0}.wd-single .wd-entry-content blockquote p:last-child{margin-bottom:0}.wd-single .wd-entry-content .wp-block-table,.wd-single .wd-entry-content table{margin:1.8em 0}.wd-single .wd-entry-content .wp-block-table{overflow-x:auto}.wd-single .wd-entry-content table{width:100%;border-collapse:collapse;font-size:15px;line-height:1.5}.wd-single .wd-entry-content th,.wd-single .wd-entry-content td{padding:12px 14px;border:1px solid var(--wd-border);text-align:left;vertical-align:top}.wd-single .wd-entry-content th{font-weight:750;background:var(--wd-soft)}.wd-single .wd-entry-content hr{margin:2.1em 0;border:0;border-top:1px solid var(--wd-border)}.wd-single .wd-entry-content>:first-child{margin-top:0}@media(max-width:620px){.wd-single .wd-entry-content{font-size:16px;line-height:1.72}.wd-single .wd-entry-content h2{margin-top:1.8em;font-size:24px}.wd-single .wd-entry-content h3{font-size:20px}.wd-single .wd-entry-content th,.wd-single .wd-entry-content td{padding:10px 11px;font-size:14px}}.wd-single .wd-entry-content .wp-block-table{margin:1.55em 0 1.85em;overflow-x:auto;border-radius:8px}.wd-single .wd-entry-content table{width:100%;border-collapse:collapse;font-size:14px;line-height:1.4;background:var(--wd-card)}.wd-single .wd-entry-content th,.wd-single .wd-entry-content td{padding:9px 10px;border:1px solid color-mix(in srgb,var(--wd-border) 88%,#7b8794);text-align:left;vertical-align:middle}.wd-single .wd-entry-content th{background:#f0f2f5;color:var(--wd-text);font-weight:750;border-bottom:2px solid #30343b}.wd-single .wd-entry-content tbody tr:nth-child(even) td{background:color-mix(in srgb,var(--wd-soft) 62%,transparent)}.wd-single .wd-entry-content tbody tr:hover td{background:color-mix(in srgb,var(--wd-blue) 4%,var(--wd-card))}body.dark .wd-single .wd-entry-content th{background:#202733;border-bottom-color:#596579}body.dark .wd-single .wd-entry-content tbody tr:nth-child(even) td{background:#171d26}body.dark .wd-single .wd-entry-content tbody tr:hover td{background:#1b2532}@media(max-width:620px){.wd-single .wd-entry-content table{min-width:640px;font-size:13.5px}.wd-single .wd-entry-content th,.wd-single .wd-entry-content td{padding:8px 9px}}.wd-single .wd-entry-content h2:has(+.wp-block-table){margin-bottom:.45em}.wd-single .wd-entry-content h2+.wp-block-table{margin-top:.85em}.wd-single .wd-entry-content h2:has(+table){margin-bottom:.45em}.wd-single .wd-entry-content h2+table{margin-top:.85em}.wd-single .wd-entry-content h2{margin-top:1.45em}@media(max-width:620px){.wd-single .wd-entry-content h2{margin-top:1.4em}}.wd-single .wd-entry-content h2{margin-top:1.05em;margin-bottom:.48em}.wd-single .wd-entry-content h2:after{margin-top:7px}.wd-single .wd-entry-content h2+p,.wd-single .wd-entry-content h2+ul,.wd-single .wd-entry-content h2+ol,.wd-single .wd-entry-content h2+blockquote{margin-top:.65em}.wd-single .wd-entry-content h2:has(+.wp-block-table),.wd-single .wd-entry-content h2:has(+table){margin-bottom:.35em}.wd-single .wd-entry-content h2+.wp-block-table,.wd-single .wd-entry-content h2+table{margin-top:.65em}@media(max-width:620px){.wd-single .wd-entry-content h2{margin-top:1em;margin-bottom:.45em}}@media (max-width:768px){.wd-header,.wd-site-header,.site-header{min-height:64px}.wd-header-inner,.wd-site-header-inner,.site-header .container,.site-header .wd-container{min-width:0;max-width:100%}.custom-logo-link,.site-logo,.wd-logo{min-width:0;flex-shrink:1}.custom-logo,.custom-logo-link img,.site-logo img,.wd-logo img{width:auto;max-width:180px;max-height:48px;object-fit:contain}.wd-menu-toggle,.menu-toggle,.wd-search-toggle,.wd-theme-toggle,.wd-dark-toggle,.search-toggle{width:44px;height:44px;min-width:44px;min-height:44px;display:inline-flex;align-items:center;justify-content:center;padding:0;flex:0 0 44px}.wd-mobile-menu a,.mobile-menu a,.wd-nav-mobile a,.site-navigation.toggled a{min-height:46px;display:flex;align-items:center;line-height:1.3}.wd-header,.wd-site-header,.site-header,.wd-mobile-menu,.mobile-menu{max-width:100vw}}@media (max-width:480px){.wd-header,.wd-site-header,.site-header{min-height:60px}.custom-logo,.custom-logo-link img,.site-logo img,.wd-logo img{max-width:150px;max-height:44px}.wd-menu-toggle,.menu-toggle,.wd-search-toggle,.wd-theme-toggle,.wd-dark-toggle,.search-toggle{width:42px;height:42px;min-width:42px;min-height:42px;flex-basis:42px}}@media (max-width:768px){.wd-branding{padding:9px 0 7px}.wd-branding-inner{min-height:74px}.wd-branding .custom-logo,.wd-branding .custom-logo-link img{max-width:min(235px, 64vw);max-height:72px}.wd-branding .wd-tagline{margin-top:1px;padding-top:5px;font-size:9px;line-height:1.25}.wd-branding .wd-tagline::before{width:28px;height:2px}.wd-nav-wrap{min-height:54px}.wd-nav-wrap .container,.wd-nav-wrap .wd-container{min-height:54px}.wd-menu-toggle,.menu-toggle,.wd-search-toggle,.wd-theme-toggle,.wd-dark-toggle,.search-toggle{width:40px;height:40px;min-width:40px;min-height:40px;flex-basis:40px}}@media (max-width:480px){.wd-branding{padding:7px 0 5px}.wd-branding-inner{min-height:68px}.wd-branding .custom-logo,.wd-branding .custom-logo-link img{max-width:min(215px, 62vw);max-height:66px}.wd-branding .wd-tagline{font-size:8.5px;padding-top:4px}.wd-nav-wrap,.wd-nav-wrap .container,.wd-nav-wrap .wd-container{min-height:50px}.wd-menu-toggle,.menu-toggle,.wd-search-toggle,.wd-theme-toggle,.wd-dark-toggle,.search-toggle{width:38px;height:38px;min-width:38px;min-height:38px;flex-basis:38px}}@media (min-width:769px){.wd-main-nav{display:block}}@media (max-width:768px){.wd-main-nav{display:none!important}.wd-menu-toggle{display:inline-flex!important;visibility:visible!important;opacity:1!important}.wd-drawer-nav .wd-drawer-list,.wd-drawer-nav .wd-drawer-list ul{list-style:none;margin:0;padding:0}.wd-drawer-nav .wd-drawer-list>li>a{display:flex;align-items:center;min-height:48px;padding:12px 16px;font-weight:650;line-height:1.3}.wd-drawer-nav .wd-drawer-list .sub-menu{padding:0 0 6px 16px}.wd-drawer-nav .wd-drawer-list .sub-menu a{display:flex;align-items:center;min-height:42px;padding:9px 16px;font-size:14px}}@media (max-width:768px){.wd-drawer-nav .wd-drawer-list{display:block!important;list-style:none;margin:0;padding:0}.wd-drawer-nav .wd-drawer-list>li{display:block;border-bottom:1px solid var(--wd-border)}.wd-drawer-nav .wd-drawer-list>li:last-child{border-bottom:0}.wd-drawer-nav .wd-drawer-list>li>a{display:flex!important;align-items:center;width:100%;min-height:48px;padding:12px 16px;color:var(--wd-text);font-size:14px;font-weight:650;line-height:1.3;text-decoration:none}.wd-drawer-nav .wd-drawer-list>li>a::before{content:"›";margin-right:8px;color:var(--wd-blue);font-size:18px;line-height:1}.wd-drawer-nav .sub-menu{display:block;list-style:none;margin:0;padding:0 0 8px 24px}.wd-drawer-nav .sub-menu a{display:flex;align-items:center;min-height:40px;padding:8px 12px;color:var(--wd-muted);font-size:13px;text-decoration:none}}@media (max-width:768px){.wd-drawer{background:var(--wd-card)}.wd-drawer-nav{padding:6px 10px 14px}.wd-drawer-nav .wd-drawer-list{list-style:none!important;margin:0!important;padding:0!important}.wd-drawer-nav .wd-drawer-list>li{list-style:none!important;margin:0!important;padding:0!important;border-bottom:1px solid color-mix(in srgb,var(--wd-border) 86%,transparent)}.wd-drawer-nav .wd-drawer-list>li:last-child{border-bottom:0}.wd-drawer-nav .wd-drawer-list>li::marker,.wd-drawer-nav .wd-drawer-list li::marker{content:""}.wd-drawer-nav .wd-drawer-list>li>a{position:relative;display:flex!important;align-items:center;min-height:46px;width:100%;padding:11px 12px 11px 30px;border-radius:8px;color:var(--wd-text);font-size:14px;font-weight:650;line-height:1.25;text-decoration:none;transition:background .18s ease,color .18s ease,transform .18s ease}.wd-drawer-nav .wd-drawer-list>li>a::before{content:"›";position:absolute;left:11px;top:50%;color:var(--wd-blue);font-size:19px;font-weight:700;line-height:1;transform:translateY(-51%)}.wd-drawer-nav .wd-drawer-list>li>a:hover,.wd-drawer-nav .wd-drawer-list>li>a:focus-visible{background:color-mix(in srgb,var(--wd-blue) 7%,var(--wd-card));color:var(--wd-blue);transform:translateX(2px)}.wd-drawer-nav .wd-drawer-list>li.current-menu-item>a,.wd-drawer-nav .wd-drawer-list>li.current-menu-ancestor>a{background:color-mix(in srgb,var(--wd-blue) 9%,var(--wd-card));color:var(--wd-blue);font-weight:750}.wd-drawer-nav .sub-menu{list-style:none!important;margin:0 0 6px!important;padding:0 0 0 18px!important}.wd-drawer-nav .sub-menu li{list-style:none!important;margin:0!important;padding:0!important}.wd-drawer-nav .sub-menu a{position:relative;display:flex;align-items:center;min-height:40px;padding:8px 10px 8px 24px;border-radius:7px;color:var(--wd-muted);font-size:13px;line-height:1.3;text-decoration:none}.wd-drawer-nav .sub-menu a::before{content:"•";position:absolute;left:9px;color:var(--wd-blue);font-size:13px}.wd-drawer-nav .sub-menu a:hover,.wd-drawer-nav .sub-menu a:focus-visible{background:color-mix(in srgb,var(--wd-blue) 5%,var(--wd-card));color:var(--wd-blue)}.wd-drawer-head{padding-bottom:10px;border-bottom:1px solid color-mix(in srgb,var(--wd-border) 86%,transparent)}.wd-drawer-close{width:38px;height:38px;min-width:38px;min-height:38px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;transition:background .18s ease,color .18s ease}.wd-drawer-close:hover,.wd-drawer-close:focus-visible{background:color-mix(in srgb,var(--wd-blue) 8%,var(--wd-card));color:var(--wd-blue)}}@media (max-width:768px){body .wd-drawer .wd-drawer-nav ul,body .wd-drawer .wd-drawer-nav ol,body .wd-drawer .wd-drawer-nav li{list-style:none!important;list-style-type:none!important;margin:0!important;padding-left:0!important}body .wd-drawer .wd-drawer-nav li::marker{content:""!important;font-size:0!important}body .wd-drawer .wd-drawer-nav .wd-drawer-list{margin:0!important;padding:4px 10px 14px!important}body .wd-drawer .wd-drawer-nav .wd-drawer-list>li{position:relative;display:block!important;border-bottom:1px solid #e8edf3!important}body.dark .wd-drawer .wd-drawer-nav .wd-drawer-list>li{border-bottom-color:#2b3442!important}body .wd-drawer .wd-drawer-nav .wd-drawer-list>li:last-child{border-bottom:0!important}body .wd-drawer .wd-drawer-nav .wd-drawer-list>li>a{position:relative!important;display:flex!important;align-items:center!important;width:100%!important;min-height:46px!important;box-sizing:border-box!important;padding:11px 12px 11px 30px!important;margin:0!important;border:0!important;border-radius:8px!important;background:transparent!important;color:var(--wd-text)!important;font-size:14px!important;font-weight:650!important;line-height:1.25!important;text-decoration:none!important}body .wd-drawer .wd-drawer-nav .wd-drawer-list>li>a::before{content:"›"!important;position:absolute!important;left:10px!important;top:50%!important;width:auto!important;height:auto!important;margin:0!important;background:none!important;color:var(--wd-blue)!important;font-size:19px!important;font-weight:800!important;line-height:1!important;transform:translateY(-52%)!important}body .wd-drawer .wd-drawer-nav .wd-drawer-list>li>a:hover,body .wd-drawer .wd-drawer-nav .wd-drawer-list>li>a:focus-visible{background:rgb(36 152 243 / .08)!important;color:var(--wd-blue)!important}body .wd-drawer .wd-drawer-nav .wd-drawer-list>li.current-menu-item>a,body .wd-drawer .wd-drawer-nav .wd-drawer-list>li.current-menu-ancestor>a{background:rgb(36 152 243 / .10)!important;color:var(--wd-blue)!important;font-weight:750!important}body .wd-drawer .wd-drawer-nav .sub-menu{display:block!important;margin:0 0 6px!important;padding:0 0 0 18px!important}body .wd-drawer .wd-drawer-nav .sub-menu li a{display:flex!important;align-items:center!important;min-height:40px!important;padding:8px 10px 8px 24px!important;border-radius:7px!important;color:var(--wd-muted)!important;font-size:13px!important;text-decoration:none!important}body .wd-drawer .wd-drawer-nav .sub-menu li a::before{content:"•"!important;position:absolute!important;left:9px!important;color:var(--wd-blue)!important;background:none!important}}@media (max-width:768px){body .wd-drawer .wd-drawer-nav{padding:8px 10px 16px!important}body .wd-drawer .wd-drawer-nav .wd-drawer-list{margin:0!important;padding:0!important;list-style:none!important}body .wd-drawer .wd-drawer-nav .wd-drawer-list>li{margin:0!important;padding:0!important;list-style:none!important;border-bottom:1px solid #e7ebf0!important}body .wd-drawer .wd-drawer-nav .wd-drawer-list>li:last-child{border-bottom:0!important}body .wd-drawer .wd-drawer-nav .wd-drawer-list>li>a{display:flex!important;align-items:center!important;gap:9px!important;width:100%!important;min-height:47px!important;box-sizing:border-box!important;padding:11px 12px!important;margin:0!important;border-radius:8px!important;background:transparent!important;color:var(--wd-text)!important;font-size:14px!important;font-weight:650!important;line-height:1.25!important;text-decoration:none!important;transition:background .18s ease,color .18s ease,transform .18s ease!important}body .wd-drawer .wd-drawer-nav .wd-drawer-list>li>a::before,body .wd-drawer .wd-drawer-nav .wd-drawer-list>li>a::after{content:none!important;display:none!important}body .wd-drawer .wd-drawer-arrow{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:14px!important;min-width:14px!important;color:var(--wd-blue)!important;font-size:20px!important;font-weight:800!important;line-height:1!important;transform:translateY(-1px)}body .wd-drawer .wd-drawer-nav .wd-drawer-list>li>a:hover,body .wd-drawer .wd-drawer-nav .wd-drawer-list>li>a:focus-visible{background:rgb(36 152 243 / .08)!important;color:var(--wd-blue)!important;transform:translateX(2px)}body .wd-drawer .wd-drawer-nav .wd-drawer-list>li.current-menu-item>a,body .wd-drawer .wd-drawer-nav .wd-drawer-list>li.current-menu-ancestor>a{background:rgb(36 152 243 / .10)!important;color:var(--wd-blue)!important;font-weight:750!important}body.dark .wd-drawer .wd-drawer-nav .wd-drawer-list>li{border-bottom-color:#2b3442!important}}@media (max-width:768px){body .wd-drawer .wd-drawer-nav{margin:0!important;padding:8px 10px 14px!important;background:var(--wd-card)!important;border-radius:10px!important}body .wd-drawer .wd-drawer-list{list-style:none!important;margin:0!important;padding:0!important}body .wd-drawer .wd-drawer-list>li{list-style:none!important;margin:0!important;padding:0!important;border-bottom:1px solid #dfe6ee!important}body .wd-drawer .wd-drawer-list>li:last-child{border-bottom:0!important}body .wd-drawer .wd-drawer-list>li>a{display:flex!important;align-items:center!important;gap:9px!important;width:100%!important;min-height:48px!important;box-sizing:border-box!important;padding:11px 12px!important;margin:0!important;border-radius:8px!important;color:var(--wd-text)!important;background:transparent!important;font-size:14px!important;font-weight:650!important;line-height:1.25!important;text-decoration:none!important}body .wd-drawer .wd-drawer-arrow{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:15px!important;min-width:15px!important;color:#2498f3!important;font-size:20px!important;font-weight:800!important;line-height:1!important}body .wd-drawer .wd-drawer-label{display:block!important;min-width:0!important}body .wd-drawer .wd-drawer-list>li>a:hover,body .wd-drawer .wd-drawer-list>li>a:focus-visible{color:#2498f3!important;background:#eef7ff!important}body .wd-drawer .wd-drawer-list>li.current-menu-item>a,body .wd-drawer .wd-drawer-list>li.current-menu-ancestor>a{color:#1689e6!important;background:#e8f4ff!important;font-weight:750!important}body.dark .wd-drawer .wd-drawer-list>li{border-bottom-color:#313b49!important}body.dark .wd-drawer .wd-drawer-list>li>a:hover,body.dark .wd-drawer .wd-drawer-list>li>a:focus-visible,body.dark .wd-drawer .wd-drawer-list>li.current-menu-item>a,body.dark .wd-drawer .wd-drawer-list>li.current-menu-ancestor>a{background:#172535!important}}@media (max-width:768px){body .wd-drawer .wd-drawer-nav>ul,body .wd-drawer .wd-drawer-nav .wd-drawer-list{list-style:none!important;margin:0!important;padding:0!important}body .wd-drawer .wd-drawer-nav>ul>li,body .wd-drawer .wd-drawer-nav .wd-drawer-list>li{list-style:none!important;margin:0!important;padding:0!important;border-bottom:1px solid #dfe6ee!important}body .wd-drawer .wd-drawer-nav>ul>li:last-child,body .wd-drawer .wd-drawer-nav .wd-drawer-list>li:last-child{border-bottom:0!important}body .wd-drawer .wd-drawer-nav>ul>li>a,body .wd-drawer .wd-drawer-nav .wd-drawer-list>li>a{display:flex!important;align-items:center!important;gap:9px!important;min-height:48px!important;width:100%!important;box-sizing:border-box!important;padding:11px 12px!important;margin:0!important;border-radius:8px!important;color:var(--wd-text)!important;background:transparent!important;font-size:14px!important;font-weight:650!important;line-height:1.25!important;text-decoration:none!important}body .wd-drawer .wd-drawer-arrow{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:15px!important;min-width:15px!important;color:#2498f3!important;font-size:20px!important;font-weight:800!important;line-height:1!important}body .wd-drawer .wd-drawer-label{display:block!important;min-width:0!important}body .wd-drawer .wd-drawer-nav>ul>li>a:hover,body .wd-drawer .wd-drawer-nav>ul>li>a:focus-visible,body .wd-drawer .wd-drawer-nav .wd-drawer-list>li>a:hover,body .wd-drawer .wd-drawer-nav .wd-drawer-list>li>a:focus-visible{color:#2498f3!important;background:#eef7ff!important}body.dark .wd-drawer .wd-drawer-nav>ul>li,body.dark .wd-drawer .wd-drawer-nav .wd-drawer-list>li{border-bottom-color:#313b49!important}}@media (max-width:768px){.wd-recent-list .wd-recent-item:not(:first-child),.wd-recent-posts .wd-recent-item:not(:first-child){min-height:76px!important;padding:8px!important;gap:10px!important;align-items:center!important}.wd-recent-list .wd-recent-item:not(:first-child) img,.wd-recent-posts .wd-recent-item:not(:first-child) img,.wd-recent-list .wd-recent-item:not(:first-child) .wp-post-image,.wd-recent-posts .wd-recent-item:not(:first-child) .wp-post-image{width:82px!important;min-width:82px!important;height:60px!important;object-fit:cover!important;border-radius:7px!important}.wd-recent-list .wd-recent-item:not(:first-child) .wd-recent-content,.wd-recent-posts .wd-recent-item:not(:first-child) .wd-recent-content{min-width:0!important;flex:1 1 auto!important}.wd-recent-list .wd-recent-item:not(:first-child) h3,.wd-recent-posts .wd-recent-item:not(:first-child) h3,.wd-recent-list .wd-recent-item:not(:first-child) .wd-recent-title,.wd-recent-posts .wd-recent-item:not(:first-child) .wd-recent-title{margin:0 0 5px!important;font-size:13px!important;line-height:1.28!important}.wd-recent-list .wd-recent-item:not(:first-child) .wd-read-more,.wd-recent-posts .wd-recent-item:not(:first-child) .wd-read-more{display:inline-block!important;margin-top:2px!important;font-size:11px!important;line-height:1.2!important}}@media (max-width:768px){.wd-recent-list .wd-recent-item:not(:first-child),.wd-recent-posts .wd-recent-item:not(:first-child){display:grid!important;grid-template-columns:82px minmax(0,1fr)!important;column-gap:10px!important;align-items:start!important;min-height:76px!important;overflow:hidden!important}.wd-recent-list .wd-recent-item:not(:first-child)>a:first-child,.wd-recent-posts .wd-recent-item:not(:first-child)>a:first-child,.wd-recent-list .wd-recent-item:not(:first-child) .wd-recent-thumb,.wd-recent-posts .wd-recent-item:not(:first-child) .wd-recent-thumb{grid-column:1!important;grid-row:1 / span 2!important;width:82px!important;min-width:82px!important;max-width:82px!important;height:60px!important;overflow:hidden!important;border-radius:7px!important}.wd-recent-list .wd-recent-item:not(:first-child) img,.wd-recent-posts .wd-recent-item:not(:first-child) img{display:block!important;width:82px!important;height:60px!important;object-fit:cover!important;margin:0!important}.wd-recent-list .wd-recent-item:not(:first-child) .wd-recent-content,.wd-recent-posts .wd-recent-item:not(:first-child) .wd-recent-content{grid-column:2!important;min-width:0!important;width:auto!important;position:relative!important;z-index:1!important;overflow:hidden!important}.wd-recent-list .wd-recent-item:not(:first-child) h3,.wd-recent-posts .wd-recent-item:not(:first-child) h3,.wd-recent-list .wd-recent-item:not(:first-child) .wd-recent-title,.wd-recent-posts .wd-recent-item:not(:first-child) .wd-recent-title{display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;overflow:hidden!important;margin:0 0 5px!important;max-width:100%!important}.wd-recent-list .wd-recent-item:not(:first-child) .wd-read-more,.wd-recent-posts .wd-recent-item:not(:first-child) .wd-read-more{display:inline-block!important;position:static!important;float:none!important;clear:both!important;margin:2px 0 0!important;max-width:100%!important;white-space:nowrap!important}}@media (max-width:768px){body .wd-recent-editorial .wd-recent-mini>a{display:grid!important;grid-template-columns:92px minmax(0,1fr)!important;gap:10px!important;align-items:stretch!important;width:100%!important;min-height:78px!important;height:auto!important;padding:0!important}body .wd-recent-editorial .wd-recent-mini-media{grid-column:1!important;width:92px!important;min-width:92px!important;height:78px!important;aspect-ratio:auto!important;overflow:hidden!important;border-radius:0!important;background:var(--wd-card)!important}body .wd-recent-editorial .wd-recent-mini-img,body .wd-recent-editorial .wd-recent-mini-media img{display:block!important;width:100%!important;height:100%!important;object-fit:contain!important;object-position:center center!important;margin:0!important}body .wd-recent-editorial .wd-recent-mini-body{grid-column:2!important;display:flex!important;flex-direction:column!important;justify-content:center!important;min-width:0!important;min-height:78px!important;padding:8px 10px 8px 0!important;overflow:hidden!important}body .wd-recent-editorial .wd-recent-mini-body h3{margin:0 0 6px!important;min-height:0!important;max-width:100%!important;font-size:13px!important;line-height:1.28!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;overflow:hidden!important}body .wd-recent-editorial .wd-recent-mini-link{position:static!important;display:inline-flex!important;align-items:center!important;width:max-content!important;max-width:100%!important;margin:0!important;padding:0!important;float:none!important;clear:none!important;white-space:nowrap!important;font-size:11px!important;line-height:1.2!important}body .wd-recent-editorial .wd-recent-mini-grid{grid-template-columns:1fr!important;gap:8px!important}body .wd-recent-editorial .wd-recent-mini{min-height:78px!important;overflow:hidden!important}}@media (max-width:768px){.wd-main .container,.wd-grid,.wd-single,.wd-single-header,.wd-entry-content{min-width:0!important;max-width:100%!important;box-sizing:border-box!important}.wd-grid{width:100%!important;grid-template-columns:minmax(0,1fr)!important;gap:20px!important}.wd-single{width:100%!important;padding:16px!important;overflow:hidden!important}.wd-breadcrumbs,.wd-single-header h1,.wd-entry-content,.wd-entry-content p,.wd-entry-content h2,.wd-entry-content h3,.wd-entry-content h4{max-width:100%!important;overflow-wrap:anywhere!important;word-break:normal!important}.wd-single>.wd-featured-image{display:block!important;width:100%!important;max-width:100%!important;height:auto!important;aspect-ratio:16 / 9!important;object-fit:contain!important;object-position:center center!important;margin:18px 0!important;box-sizing:border-box!important}.wd-entry-content img,.wd-entry-content figure,.wd-entry-content .wp-block-image{max-width:100%!important;box-sizing:border-box!important}.wd-entry-content img{width:auto;height:auto!important}.wd-entry-content .alignwide,.wd-entry-content .alignfull{width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important}.wd-entry-content iframe,.wd-entry-content video,.wd-entry-content embed,.wd-entry-content object{max-width:100%!important}}@media (max-width:480px){.wd-main .container{width:calc(100% - 16px)!important}.wd-single{padding:14px!important}}@media (max-width:768px){.wd-footer{padding-top:28px!important}.wd-footer .container{width:calc(100% - 24px)!important}.wd-footer-grid{display:grid!important;grid-template-columns:1fr!important;gap:26px!important}.wd-footer-brand,.wd-footer-col{min-width:0!important}.wd-footer-brand img,.wd-footer-logo img,.wd-footer .custom-logo{width:auto!important;max-width:185px!important;max-height:74px!important;object-fit:contain!important;object-position:left center!important}.wd-footer-brand h2,.wd-footer-brand h3,.wd-footer-title{margin-top:10px!important;margin-bottom:10px!important;font-size:18px!important;line-height:1.25!important}.wd-footer-brand p{margin:0 0 10px!important;max-width:34ch!important;font-size:13px!important;line-height:1.55!important}.wd-footer-col h3,.wd-footer-heading{margin:0 0 12px!important;font-size:16px!important;line-height:1.25!important}.wd-footer-col h3::after,.wd-footer-heading::after{width:30px!important;margin-top:7px!important}.wd-footer-menu,.wd-footer-menu ul,.wd-footer-col ul{margin:0!important;padding:0!important;list-style:none!important}.wd-footer-menu li,.wd-footer-col li{margin:0!important;padding:0!important}.wd-footer-menu a,.wd-footer-col li a{display:flex!important;align-items:center!important;min-height:38px!important;padding:5px 0!important;font-size:13px!important;line-height:1.3!important}.wd-footer-bottom{margin-top:24px!important;padding:14px 0 16px!important;border-top:1px solid rgb(255 255 255 / .10)!important;text-align:center!important}.wd-footer-bottom p,.wd-copyright{margin:0!important;padding:0 44px!important;font-size:11px!important;line-height:1.45!important;text-align:center!important}}@media (max-width:480px){.wd-footer{padding-top:24px!important}.wd-footer-brand img,.wd-footer-logo img,.wd-footer .custom-logo{max-width:170px!important;max-height:68px!important}.wd-footer-grid{gap:22px!important}.wd-footer-bottom{margin-top:20px!important}}@media (max-width:768px){html{height:auto!important;min-height:100%!important;overflow-x:hidden!important;overflow-y:auto!important}body:not(.wd-drawer-open){height:auto!important;min-height:100%!important;max-height:none!important;overflow-x:hidden!important;overflow-y:auto!important;position:static!important}body.wd-drawer-open{overflow:hidden!important}.site,#page,.wd-site,.wd-main,main{height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important}.wd-footer,footer{position:relative!important;height:auto!important;max-height:none!important;overflow:visible!important}}@media (max-width:768px){html,body{height:auto!important;min-height:0!important;max-height:none!important;overflow-x:hidden!important;overflow-y:visible!important;position:static!important}body.wd-drawer-open{overflow:hidden!important}.site,#page,.wd-site,.wd-main,main,.wd-footer,footer{height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important;position:relative!important}#wd-back-top,.wd-back-top,.back-to-top{position:fixed!important;right:16px!important;bottom:18px!important;z-index:9998!important}}@media (min-width:901px){.wd-grid{align-items:start}.wd-sidebar{position:sticky;top:88px;align-self:start;height:max-content}.wd-sidebar>*{max-width:100%}}@media (max-width:900px){.wd-sidebar{position:static;top:auto;height:auto}}@media (max-width:768px){.archive .wd-home-ad,.category .wd-home-ad,.archive .wd-archive-header+.wd-home-ad,.category .wd-archive-header+.wd-home-ad{margin-bottom:14px!important}.archive .wd-post-grid>.wd-card:first-child,.category .wd-post-grid>.wd-card:first-child{margin-bottom:14px!important}.archive .wd-post-grid>.wd-card:not(:first-child),.category .wd-post-grid>.wd-card:not(:first-child){display:grid!important;grid-template-columns:118px minmax(0,1fr)!important;gap:0!important;min-height:112px!important;overflow:hidden!important}.archive .wd-post-grid>.wd-card:not(:first-child) .wd-card-media,.category .wd-post-grid>.wd-card:not(:first-child) .wd-card-media{width:118px!important;height:112px!important;min-height:112px!important;aspect-ratio:auto!important;overflow:hidden!important}.archive .wd-post-grid>.wd-card:not(:first-child) .wd-card-img,.category .wd-post-grid>.wd-card:not(:first-child) .wd-card-img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center!important}.archive .wd-post-grid>.wd-card:not(:first-child) .wd-card-body,.category .wd-post-grid>.wd-card:not(:first-child) .wd-card-body{min-width:0!important;padding:10px 12px!important}.archive .wd-post-grid>.wd-card:not(:first-child) .wd-category,.category .wd-post-grid>.wd-card:not(:first-child) .wd-category{margin-bottom:4px!important;font-size:9.5px!important}.archive .wd-post-grid>.wd-card:not(:first-child) h2,.category .wd-post-grid>.wd-card:not(:first-child) h2{margin:0 0 5px!important;font-size:15px!important;line-height:1.25!important}.archive .wd-post-grid>.wd-card:not(:first-child) h2 a,.category .wd-post-grid>.wd-card:not(:first-child) h2 a{display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;overflow:hidden!important}.archive .wd-post-grid>.wd-card:not(:first-child) p,.category .wd-post-grid>.wd-card:not(:first-child) p{display:none!important}.archive .wd-post-grid>.wd-card:not(:first-child) .wd-card-readmore,.category .wd-post-grid>.wd-card:not(:first-child) .wd-card-readmore{margin-top:6px!important;padding-top:0!important;font-size:11px!important;line-height:1.2!important}.archive .wd-post-grid,.category .wd-post-grid{gap:10px!important}}@media (max-width:480px){.archive .wd-post-grid>.wd-card:not(:first-child),.category .wd-post-grid>.wd-card:not(:first-child){grid-template-columns:104px minmax(0,1fr)!important;min-height:104px!important}.archive .wd-post-grid>.wd-card:not(:first-child) .wd-card-media,.category .wd-post-grid>.wd-card:not(:first-child) .wd-card-media{width:104px!important;height:104px!important;min-height:104px!important}}@media (max-width:768px){.search .wd-archive-header{margin-bottom:14px!important}.search .wd-archive-header+.wd-home-ad,.search .wd-home-ad{margin-bottom:14px!important}.search .wd-post-grid>.wd-card:first-child{margin-bottom:14px!important}.search .wd-post-grid>.wd-card:not(:first-child){display:grid!important;grid-template-columns:118px minmax(0,1fr)!important;gap:0!important;min-height:112px!important;overflow:hidden!important}.search .wd-post-grid>.wd-card:not(:first-child) .wd-card-media{width:118px!important;height:112px!important;min-height:112px!important;aspect-ratio:auto!important;overflow:hidden!important}.search .wd-post-grid>.wd-card:not(:first-child) .wd-card-img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center!important}.search .wd-post-grid>.wd-card:not(:first-child) .wd-card-body{min-width:0!important;padding:10px 12px!important}.search .wd-post-grid>.wd-card:not(:first-child) .wd-category{margin-bottom:4px!important;font-size:9.5px!important}.search .wd-post-grid>.wd-card:not(:first-child) h2{margin:0 0 5px!important;font-size:15px!important;line-height:1.25!important}.search .wd-post-grid>.wd-card:not(:first-child) h2 a{display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;overflow:hidden!important}.search .wd-post-grid>.wd-card:not(:first-child) p{display:none!important}.search .wd-post-grid>.wd-card:not(:first-child) .wd-card-readmore{margin-top:6px!important;padding-top:0!important;font-size:11px!important;line-height:1.2!important}.search .wd-post-grid{gap:10px!important}}@media (max-width:480px){.search .wd-post-grid>.wd-card:not(:first-child){grid-template-columns:104px minmax(0,1fr)!important;min-height:104px!important}.search .wd-post-grid>.wd-card:not(:first-child) .wd-card-media{width:104px!important;height:104px!important;min-height:104px!important}}.wd-search-empty{max-width:680px;margin:18px auto 42px;padding:30px 28px;border:1px solid var(--wd-border);border-radius:16px;background:var(--wd-card);text-align:center;box-shadow:0 8px 28px rgb(20 35 60 / .05)}.wd-search-empty-icon{width:54px;height:54px;margin:0 auto 14px;display:grid;place-items:center;border-radius:50%;background:color-mix(in srgb,var(--wd-blue) 10%,var(--wd-card));color:var(--wd-blue)}.wd-search-empty-icon svg{width:27px;height:27px;fill:currentColor}.wd-search-empty h2{margin:0 0 8px;color:var(--wd-text);font-size:24px;line-height:1.25;letter-spacing:-.35px}.wd-search-empty p{max-width:520px;margin:0 auto 20px;color:var(--wd-muted);font-size:14px;line-height:1.6}.wd-search-empty-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:9px;max-width:560px;margin:0 auto}.wd-search-empty-form input{width:100%;height:44px;min-width:0;padding:0 13px;border:1px solid #cbd5e1;border-radius:10px;background:#f8fafc;color:var(--wd-text);font:inherit;outline:none}.wd-search-empty-form input:focus{border-color:var(--wd-blue);background:var(--wd-card);box-shadow:0 0 0 3px color-mix(in srgb,var(--wd-blue) 12%,transparent)}.wd-search-empty-form button{min-height:44px;padding:0 17px;border:0;border-radius:10px;background:var(--wd-blue);color:#fff;font-size:13px;font-weight:800;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease}.wd-search-empty-form button:hover{transform:translateY(-1px);box-shadow:0 7px 18px rgb(36 152 243 / .24)}.wd-search-empty-home{display:inline-block;margin-top:16px;color:var(--wd-blue);font-size:12px;font-weight:750;text-decoration:none}.wd-search-empty-home:hover{text-decoration:underline;text-underline-offset:3px}body.dark .wd-search-empty-form input{border-color:#3b4656;background:#171c24}@media(max-width:620px){.wd-search-empty{margin:12px 0 28px;padding:24px 18px;border-radius:14px}.wd-search-empty h2{font-size:21px}.wd-search-empty-form{grid-template-columns:1fr}.wd-search-empty-form button{width:100%}}@media (min-width:769px){.search .wd-search-empty{width:min(100%, 900px);max-width:900px;margin:22px auto 48px;padding:32px 34px}.search .wd-search-empty h2{font-size:26px}.search .wd-search-empty p{max-width:640px;margin-bottom:22px}.search .wd-search-empty-form{grid-template-columns:minmax(0,1fr) 150px;max-width:760px;gap:10px}.search .wd-search-empty-form input{height:46px}.search .wd-search-empty-form button{min-height:46px;width:150px}.search .wd-search-empty-home{margin-top:18px}}@media (min-width:901px){body.search .wd-grid:has(.wd-search-empty){grid-template-columns:minmax(0,1fr)!important}body.search .wd-grid:has(.wd-search-empty) .wd-content,body.search .wd-grid:has(.wd-search-empty) .wd-primary,body.search .wd-grid:has(.wd-search-empty) main{width:100%!important;max-width:100%!important;grid-column:1 / -1!important}body.search .wd-search-empty{width:min(900px, calc(100% - 48px))!important;max-width:900px!important;margin:24px auto 50px!important}body.search .wd-grid:has(.wd-search-empty) .wd-sidebar{display:none!important}}.search .wd-search-grid-empty{display:block!important;width:100%!important}.search .wd-search-main-empty{width:100%!important;max-width:100%!important}.search .wd-search-main-empty>.wd-section-title{width:100%!important}.search .wd-post-grid-empty{display:flex!important;justify-content:center!important;align-items:flex-start!important;width:100%!important}.search .wd-post-grid-empty .wd-search-empty{flex:0 1 900px!important;width:min(900px, 100%)!important;max-width:900px!important;margin:22px auto 48px!important}@media(max-width:768px){.search .wd-post-grid-empty{display:block!important}.search .wd-post-grid-empty .wd-search-empty{width:100%!important;margin:12px 0 28px!important}}@media (min-width:769px){.wd-404-page{padding:42px 0 58px!important}.wd-404-page>.container{display:flex!important;justify-content:center!important}.wd-404-page .wd-404-card{width:min(900px, 100%)!important;max-width:900px!important;margin:0 auto!important;padding:44px 48px!important}.wd-404-page .wd-404-number{margin-bottom:8px!important}.wd-404-page .wd-404-card h1{max-width:680px!important;margin-left:auto!important;margin-right:auto!important}.wd-404-page .wd-404-card>p{max-width:640px!important;margin-left:auto!important;margin-right:auto!important}.wd-404-page .wd-404-search{max-width:680px!important;margin-left:auto!important;margin-right:auto!important}.wd-404-page .wd-404-search form{display:flex!important;align-items:stretch!important;gap:10px!important}.wd-404-page .wd-404-search input[type="search"]{flex:1 1 auto!important;min-width:0!important}.wd-404-page .wd-404-search button,.wd-404-page .wd-404-search input[type="submit"]{flex:0 0 150px!important;width:150px!important}}@media (max-width:768px){.wd-404-page{padding:18px 0 32px!important}.wd-404-page>.container{width:calc(100% - 16px)!important}.wd-404-page .wd-404-card{width:100%!important;max-width:100%!important;margin:0!important;padding:26px 18px!important;box-sizing:border-box!important;overflow:hidden!important}.wd-404-page .wd-404-code{opacity:.045!important}.wd-404-page .wd-404-number{font-size:46px!important;line-height:1!important}.wd-404-page .wd-404-card h1{margin-top:8px!important;font-size:24px!important;line-height:1.2!important}.wd-404-page .wd-404-card>p{font-size:13px!important;line-height:1.55!important}.wd-404-page .wd-404-actions{display:grid!important;grid-template-columns:1fr!important;gap:8px!important}.wd-404-page .wd-404-actions a{width:100%!important;box-sizing:border-box!important;justify-content:center!important}.wd-404-page .wd-404-search{width:100%!important;max-width:100%!important}.wd-404-page .wd-404-search form{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;width:100%!important}.wd-404-page .wd-404-search input[type="search"],.wd-404-page .wd-404-search button,.wd-404-page .wd-404-search input[type="submit"]{width:100%!important;max-width:100%!important;box-sizing:border-box!important}}@media (min-width:769px){.wd-404-page .wd-404-search{width:100%!important;max-width:680px!important;margin:26px auto 0!important}.wd-404-page .wd-404-search form{display:flex!important;justify-content:center!important;align-items:stretch!important;width:100%!important;max-width:680px!important;margin:0 auto!important;gap:10px!important}.wd-404-page .wd-404-search input[type="search"]{flex:1 1 0!important;width:auto!important;min-width:0!important;max-width:none!important}.wd-404-page .wd-404-search button,.wd-404-page .wd-404-search input[type="submit"]{flex:0 0 150px!important;width:150px!important;min-width:150px!important;margin:0!important}}@media (max-width:768px){.wd-404-page .wd-404-search,.wd-404-page .wd-404-search form{position:relative!important;z-index:3!important;pointer-events:auto!important}.wd-404-page .wd-404-search input[type="search"]{position:relative!important;z-index:4!important;display:block!important;width:100%!important;min-width:0!important;height:46px!important;padding:0 13px!important;margin:0!important;border:1px solid #cbd5e1!important;border-radius:10px!important;background:#fff!important;color:var(--wd-text)!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;touch-action:manipulation!important;-webkit-user-select:text!important;user-select:text!important;caret-color:var(--wd-blue)!important}.wd-404-page .wd-404-search input[type="search"]:focus{outline:none!important;border-color:var(--wd-blue)!important;box-shadow:0 0 0 3px rgb(36 152 243 / .13)!important}.wd-404-page .wd-404-search button,.wd-404-page .wd-404-search input[type="submit"]{position:relative!important;z-index:4!important;pointer-events:auto!important;touch-action:manipulation!important}.wd-404-page .wd-404-code,.wd-404-page .wd-404-icon{pointer-events:none!important}body.dark .wd-404-page .wd-404-search input[type="search"]{background:#171c24!important;border-color:#3b4656!important}}@media (max-width:768px){.wd-404-page .wd-404-search{display:block!important;width:100%!important;max-width:100%!important}.wd-404-page .wd-404-search form,.wd-404-page .wd-404-search .search-form{display:grid!important;grid-template-columns:minmax(0,1fr)!important;width:100%!important;max-width:100%!important;gap:8px!important;margin:0!important;padding:0!important}.wd-404-page .wd-404-search label,.wd-404-page .wd-404-search .search-form label{display:block!important;width:100%!important;max-width:100%!important;min-width:0!important;margin:0!important;padding:0!important}.wd-404-page .wd-404-search .search-field,.wd-404-page .wd-404-search input[type="search"]{display:block!important;width:100%!important;max-width:100%!important;min-width:0!important;height:46px!important;margin:0!important;box-sizing:border-box!important;flex:none!important}.wd-404-page .wd-404-search .search-submit,.wd-404-page .wd-404-search button,.wd-404-page .wd-404-search input[type="submit"]{display:block!important;width:100%!important;max-width:100%!important;min-width:0!important;min-height:44px!important;margin:0!important;box-sizing:border-box!important;flex:none!important}}@media (max-width:768px){.wd-404-page .wd-404-search form,.wd-404-page .wd-404-search .search-form{row-gap:12px!important;gap:12px!important}}@media (max-width:768px){.wd-404-page .wd-404-search .search-submit,.wd-404-page .wd-404-search button[type="submit"],.wd-404-page .wd-404-search input[type="submit"]{margin-top:12px!important}.wd-404-page .wd-404-search label+.search-submit,.wd-404-page .wd-404-search label+button[type="submit"],.wd-404-page .wd-404-search label+input[type="submit"]{margin-top:12px!important}}@media (max-width:768px){.wd-contact-form{margin-top:16px!important}.wd-contact-form>:first-child{margin-top:0!important}.wd-contact-form textarea{margin-bottom:0!important}.wd-contact-form button[type="submit"],.wd-contact-form input[type="submit"]{margin-top:12px!important}}@media (max-width:768px){body.page .wd-page-content h2{margin-top:24px!important;margin-bottom:10px!important}body.page .wd-page-content h2:first-child{margin-top:0!important}body.page .wd-page-content p{margin-top:0!important;margin-bottom:14px!important}body.page .wd-page-content ul,body.page .wd-page-content ol{margin-top:8px!important;margin-bottom:16px!important}}.wd-feature-link{display:block;height:100%;color:inherit;text-decoration:none}@media (min-width:1000px){.wd-missed{width:100%!important;max-width:100%!important;min-width:0!important}.wd-missed-viewport{width:100%;max-width:100%;min-width:0;overflow:hidden}.wd-missed-track{max-width:100%}}@media (min-width:621px){.wd-single-header h1{font-size:36px;line-height:1.16;letter-spacing:-.75px;max-width:none;width:100%;text-wrap:wrap}}@media (min-width:681px){.wd-recent-main{min-height:0!important;aspect-ratio:16/9}.wd-recent-main-img{width:100%;height:100%;object-fit:cover;object-position:center center}}.wd-footer-social{margin-top:22px}.wd-footer-social-label{display:block;margin-bottom:10px;color:#c9c9c9;font-size:14px;font-weight:700}.wd-footer-social-links{display:flex;align-items:center;gap:10px}.wd-footer-social .wd-social-link{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border:1px solid #343a43;border-radius:50%;background:rgb(255 255 255 / .04);color:#e8edf3;transition:color .2s ease,border-color .2s ease,background-color .2s ease,transform .2s ease}.wd-footer-social .wd-social-link:hover,.wd-footer-social .wd-social-link:focus-visible{color:var(--wd-blue,#2498f3);border-color:var(--wd-blue,#2498f3);background:rgb(36 152 243 / .08);transform:translateY(-2px)}.wd-footer-social .wd-social-link svg{width:19px;height:19px;fill:currentColor}@media(max-width:680px){.wd-footer-social-links{justify-content:flex-start}}@media (min-width:681px){.wd-footer-social{margin-bottom:16px}}