@import url("pillars.css");#category-footer{position:relative;background-color:#fff;padding:60px 0 50px}#category-footer-related{display:flex;justify-content:space-around}#more-categories,#related-categories{margin:0;flex-basis:47%}#more-categories ul,#related-categories ul{margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap;justify-content:center}#more-categories ul li,#related-categories ul li{flex-basis:50%;text-align:center}#more-categories ul li a,#related-categories ul li a{display:inline-block;padding:5px 0;font-size:14px}#category-footer .cf-hdr{margin:0 0 7px;padding-bottom:7px;font-size:18px;font-weight:400;text-align:center;border-bottom:1px solid #ddd;color:#555}#category-footer h2{text-align:center;padding:0;margin:0 0 1em;color:var(--content-subtle);font-weight:300}@media all and (min-width:1px) and (max-width:1020px){#category-footer-related{flex-direction:column}#more-categories,#related-categories{flex-basis:80%}#related-categories{margin-top:40px}}@media all and (min-width:1px) and (max-width:568px){#category-footer{padding:40px 20px}#more-categories ul li,#related-categories ul li{flex-basis:100%;text-align:left}#more-categories ul li a,#related-categories ul li a{display:block}}#blog-posts{--gap:0;--columns:1;display:flex;gap:var(--gap);flex-direction:column;flex-wrap:wrap;row-gap:40px;max-width:1140px;padding:0 15px;margin:0 auto 50px;color:var(--content-default)}#blog-posts .post{width:calc((100% / var(--columns)) - var(--gap) + (var(--gap) / var(--columns)));display:flex;flex-direction:row;align-items:flex-start;gap:15px;max-width:100%}#blog-posts .post-abstract{font-size:87.5%}.big-image img{display:block}.post .date{color:var(--content-subtle);font-size:75%;margin:0 0 .15em}.post h3{font-size:130%;line-height:1.1;font-weight:700;padding:0;margin:0 0 .25em}.post h3 a{color:var(--content-default)}.post img{display:block;max-width:100%;height:auto;aspect-ratio:1 / 1;transition:transform 0.125s ease-out}html.no-touch .post .big-image:hover img.postImg{transform:scale(1.02)}.post-abstract{margin:0;line-height:1.3}.post .big-image{flex:1;display:block;position:relative;border-radius:15px;overflow:hidden;background-color:var(--ui-background)}.post .big-image::after{content:"";position:absolute;z-index:2;top:0;left:0;right:0;bottom:0;box-shadow:0 3px 20px 0px rgba(26,179,255,0.2) inset,0px 1px 2px 0px rgba(26,179,255,0.2) inset;mix-blend-mode:multiply}.post .big-image .category-icon{position:absolute;bottom:7px;right:7px;background-color:rgba(255,255,255,0.9);backdrop-filter:blur(3px);padding:5px 10px;border-radius:20px;transform:scale(.85);transform-origin:bottom right}.post .big-image + div{flex:2.5}@media all and (min-width:600px){.post .big-image,.post .big-image + div{flex:unset}#blog-posts.l1{--columns:1;max-width:600px}}@media all and (min-width:768px){#blog-posts{--gap:30px;--columns:4;flex-direction:row;justify-content:center}#blog-posts.l2{--columns:2}#blog-posts.l3 .post,#blog-posts.l4 .post{flex-direction:column}}@media all and (min-width:1021px){.post h3{font-size:1.25em}}