.blog .blog-list-hero{background-color:var(--brand-black);background-image:linear-gradient(90deg, #000000eb 0%, #000000b3 48%, #00000047 100%), var(--blog-hero-image);box-sizing:border-box;color:var(--brand-white);background-position:50%,100%;background-repeat:no-repeat;background-size:cover,cover;align-items:center;min-height:min(42rem,72vh);padding:9rem 0 5rem;display:flex;position:relative}.blog .blog-list-hero .blog-list-hero-content{z-index:1;max-width:52rem;position:relative}.blog .blog-list-hero .blog-list-hero-kicker{color:var(--brand-blue);letter-spacing:.1em;text-transform:uppercase;margin-bottom:1.25rem;font-size:.85rem;font-weight:700}.blog .blog-list-hero h1{color:var(--brand-white);max-width:24ch;margin:0 0 1.5rem;font-size:clamp(2.75rem,4vw,4.5rem);line-height:1.02}.blog .blog-list-hero h1 a{color:inherit;text-decoration:none}.blog .blog-list-hero h1 a:before{display:none}.blog .blog-list-hero .blog-list-hero-summary{color:#ffffffe6;max-width:42rem;font-size:clamp(1rem,1.4vw,1.25rem);line-height:1.6}.blog .blog-list-hero .blog-list-hero-meta{color:#ffffffbf;flex-wrap:wrap;align-items:center;gap:.65rem;margin:1.5rem 0;display:flex}.blog .blog-list-hero .blog-list-hero-meta a{color:var(--brand-blue)}.blog .blog-list-hero .blog-list-hero-meta a:before{display:none}.blog .blog-list-hero .btn{margin-top:.75rem}.blog .blog-list-hero .btn:before{display:none}.blog .blog-content-section{padding-top:clamp(3rem,6vw,6rem)}.blog h1{color:var(--primary-color);font-size:3.5rem;font-weight:700;line-height:3.5rem}.blog{overflow:hidden}.blog .blog-hero{background-position:50%;background-repeat:no-repeat;background-size:cover;align-items:flex-end;min-height:480px;padding:7rem 0 3rem;display:flex;position:relative}.blog .blog-hero:before{content:"";z-index:0;background:linear-gradient(#0003 0%,#00000080 50%,#000000d9 100%);position:absolute;inset:0}.blog .blog-hero .container{z-index:1;position:relative}.blog .blog-hero .breadcrumbs,.blog .blog-hero .breadcrumbs a,.blog .blog-hero .breadcrumbs span{color:#ffffffb3}.blog .blog-hero .breadcrumbs a:hover{color:#fff}.blog .blog-hero .breadcrumbs a:before{display:none}.blog .blog-hero h1{color:#fff;max-width:800px;margin:1rem 0 1.25rem;font-size:2.75rem;line-height:1.2}.blog .blog-hero .blog-hero-byline{flex-wrap:wrap;align-items:center;gap:1.5rem;display:flex}.blog .blog-hero .blog-hero-byline .blog-hero-author{color:#ffffffe6;align-items:center;gap:.6rem;display:flex}.blog .blog-hero .blog-hero-byline .blog-hero-author .author-avatar{object-fit:cover;border:2px solid #fff6;border-radius:50%;width:36px;height:36px}.blog .blog-hero .blog-hero-byline .blog-hero-author a{color:#fff;font-weight:600;text-decoration:none}.blog .blog-hero .blog-hero-byline .blog-hero-author a:hover{text-decoration:underline}.blog .blog-hero .blog-hero-byline .blog-hero-author a:before{display:none}.blog .blog-hero .blog-hero-byline .blog-hero-meta{color:#fffc;align-items:center;gap:.75rem;font-size:.9rem;display:flex}.blog .blog-hero .blog-hero-byline .blog-hero-meta .btn.btn-secondary{color:#fff;background:#ffffff26;border-color:#ffffff4d;padding:.2rem .8rem;font-size:.8rem}.blog .blog-hero .blog-hero-byline .blog-hero-meta .btn.btn-secondary:hover{background:#ffffff40}.blog .blog-hero .blog-hero-byline .blog-hero-meta .btn.btn-secondary:before{display:none}.blog .post-sidebar-box{gap:3rem;display:flex}.blog .post-sidebar-box>div:first-child{flex:1;min-width:0}.blog article a:not(.btn){color:var(--brand-blue);text-underline-offset:.16em;font-weight:600;text-decoration-line:underline;text-decoration-thickness:1px}.blog article a:not(.btn):before{display:none}.blog article a:not(.btn):hover{color:var(--brand-pink)}.blog article section{margin:0 0 2.5rem;padding:0}.blog article section:last-child{margin-bottom:0}.blog article ul{margin-bottom:1rem;padding-left:1.5rem;list-style:outside}.blog article ol{margin-bottom:1rem;padding-left:1.5rem;list-style:decimal}.blog article li{margin-bottom:.4rem;line-height:1.8}.blog .featured-post{box-shadow:0 0 25px var(--shadow-color);border-radius:10px;margin-bottom:3rem;overflow:hidden}.blog .featured-post .blog-image{text-indent:-9999px;background-position:50%;background-size:cover;width:100%;height:400px;transition:transform .3s;display:block}.blog .featured-post:hover .blog-image{transform:scale(1.02)}.blog .featured-post .featured-content{padding:2rem}.blog .featured-post h2{margin-bottom:.75rem;font-size:1.75rem}.blog .featured-post h2 a{color:var(--primary-color);text-decoration:none}.blog .featured-post h2 a:hover{color:var(--brand-blue)}.blog .featured-post .hug-bottom{color:var(--secondary-color);margin-top:1rem;font-size:.85rem}.blog .featured-post .hug-bottom a{color:var(--brand-blue)}.blog .blog-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.blog .blog-grid-post{box-shadow:0 0 25px var(--shadow-color);border-radius:10px;flex-direction:column;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden}.blog .blog-grid-post:hover{box-shadow:0 8px 30px var(--shadow-color);transform:translateY(-4px)}.blog .blog-grid-post .blog-image{text-indent:-9999px;background-position:50%;background-size:cover;width:100%;height:200px;transition:transform .3s;display:block}.blog .blog-grid-post:hover .blog-image{transform:scale(1.05)}.blog .blog-grid-post .card-content{flex-direction:column;flex:1;padding:1.5rem;display:flex}.blog .blog-grid-post h2{margin-bottom:.5rem;font-size:1.15rem;line-height:1.4}.blog .blog-grid-post h2 a{color:var(--primary-color);text-decoration:none}.blog .blog-grid-post h2 a:hover{color:var(--brand-blue)}.blog .blog-grid-post p.summary{color:var(--font-color);flex:1;font-size:.9rem}.blog .blog-grid-post .hug-bottom{color:var(--secondary-color);margin-top:auto;padding-top:.75rem;font-size:.8rem}.blog .blog-grid-post .hug-bottom a{color:var(--brand-blue)}.blog .breadcrumbs{color:var(--secondary-color);margin-bottom:1.5rem;font-size:.85rem}.blog .breadcrumbs a{color:var(--secondary-color)}.blog .breadcrumbs a:hover{color:var(--brand-blue)}.blog .pagination{flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;margin-top:3rem;display:flex}.blog .pagination a,.blog .pagination span{border-radius:8px;justify-content:center;align-items:center;min-width:2.5rem;height:2.5rem;padding:0 .75rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.blog .pagination a{color:var(--font-color);border:1px solid var(--secondary-color);background:0 0}.blog .pagination a:hover{background:var(--brand-blue);color:#fff;border-color:var(--brand-blue)}.blog .pagination a:before{display:none}.blog .pagination span.current{background:var(--brand-purple);color:#fff;border:1px solid var(--brand-purple);cursor:default}.blog .pagination span.ellipsis{cursor:default;color:var(--secondary-color);background:0 0;border:none}.blog .pagination a.prev,.blog .pagination a.next{font-weight:600}.blog .scroll-sentinel{text-align:center;min-height:1px;padding:2rem 0}.blog .loading-spinner{color:var(--secondary-color);font-size:.95rem}.blog .all-loaded{color:var(--secondary-color);font-size:.85rem;font-style:italic}.blog-sidebar{flex-direction:column;gap:2.5rem;width:20rem;min-width:20rem;display:flex}.blog-sidebar a:before{display:none}.blog-sidebar h2{color:var(--primary-color);margin-bottom:1rem;font-size:1.25rem}.blog-sidebar .social-container .social-icons{gap:.75rem;display:flex}.blog-sidebar .social-container .social-icon a{background:var(--brand-purple);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:background .2s,transform .2s;display:flex}.blog-sidebar .social-container .social-icon a:hover{background:var(--brand-pink);transform:scale(1.1)}.blog-sidebar .social-container .social-icon a svg{width:20px;height:20px}.blog-sidebar .categories ul{flex-wrap:wrap;gap:.55rem;margin:0;padding:0;list-style:none;display:flex}.blog-sidebar .categories li{border:0}.blog-sidebar .categories a{background:color-mix(in srgb, var(--bg-alt) 78%, transparent);border:1px solid color-mix(in srgb, var(--font-color) 16%, transparent);color:var(--font-color);border-radius:999px;align-items:center;padding:.45rem .7rem;font-size:.78rem;line-height:1.25;text-decoration:none;transition:background-color .15s,border-color .15s,color .15s;display:inline-flex}.blog-sidebar .categories a:hover{background:color-mix(in srgb, var(--brand-blue) 14%, var(--bg-alt));border-color:var(--brand-blue);color:var(--brand-blue)}.blog-sidebar .featured-articles .article{border-bottom:1px solid var(--border-color,#e0e0e0);margin-bottom:1rem;padding-bottom:1rem}.blog-sidebar .featured-articles .article:last-child{border-bottom:none}.blog-sidebar .featured-articles .article a{text-decoration:none}.blog-sidebar .featured-articles .article h3{color:var(--primary-color);margin:0 0 .25rem;font-size:.95rem;line-height:1.4;transition:color .15s}.blog-sidebar .featured-articles .article a:hover h3{color:var(--brand-blue)}.blog-sidebar .featured-articles .article .info{color:var(--secondary-color);margin:0;font-size:.8rem}@media (width<=1200px){.blog .blog-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=900px){.blog .post-sidebar-box{flex-direction:column}.blog .blog-grid{grid-template-columns:1fr}.blog .featured-post .blog-image{height:250px}.blog-sidebar{flex-flow:wrap;gap:2rem;width:100%;min-width:100%}.blog-sidebar>div,.blog-sidebar>.categories,.blog-sidebar>.social-container,.blog-sidebar>.featured-articles{flex:1;min-width:250px}}@media (width<=500px){.blog h1{font-size:2.5rem;line-height:2.5rem}.blog .featured-post .blog-image{height:180px}.blog .blog-list-hero{background-position:50%,65%;min-height:34rem;padding:7rem 0 3rem}.blog .blog-list-hero h1{font-size:2.65rem;line-height:1.05}.blog .blog-list-hero .blog-list-hero-summary{font-size:1rem}}body:has(.blog-hero,.blog-list-hero) header:not(.background) nav a:not(.btn){color:#fff}body:has(.blog-hero,.blog-list-hero) header:not(.background) nav a:not(.btn):hover{color:#fffc}body:has(.blog-hero,.blog-list-hero) header:not(.background) nav a:not(.btn):before{background-color:#fff}:is(body:has(.blog-hero,.blog-list-hero) header:not(.background) nav .brand a.logoNav .logoSVG polygon,body:has(.blog-hero,.blog-list-hero) header:not(.background) nav .brand a.logoNav .logoSVG path){fill:#fff}body:has(.blog-hero,.blog-list-hero) header:not(.background) nav .brand a.logoNav .logoText span:after{background-color:#fff}body:has(.blog-hero,.blog-list-hero) header:not(.background) nav .brgr div{background-color:#fff}:is(body:has(.blog-hero,.blog-list-hero) header:not(.background) nav .brightness svg,body:has(.blog-hero,.blog-list-hero) header:not(.background) nav .mobile-brightness svg){fill:#fff;color:#fff}
