section.posts{overflow:hidden;position:relative}section.posts .loader{background:hsla(0,0%,100%,.5);display:none;height:100%;left:0;position:absolute;top:0;width:100%;z-index:2}section.posts .filters{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;gap:1rem;justify-content:center;margin-top:3rem}@media (max-width:900px){section.posts .filters::-webkit-scrollbar{display:none}}@media (max-width:640px){section.posts .filters{-webkit-box-pack:start;-ms-flex-pack:start;-ms-flex-wrap:nowrap;flex-wrap:nowrap;justify-content:flex-start;overflow-x:scroll;-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory;scrollbar-width:none}}section.posts .filters button{background:#fff;border:none;border-radius:8px;padding:8px 24px}section.posts .filters button.active{background:#0af597}@media (max-width:640px){section.posts .filters button{scroll-snap-align:center}}section.posts .entries{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:4rem;position:relative;z-index:1}@media (max-width:640px){section.posts .entries{gap:4rem 2.5rem}}section.posts .filters+.entries,section.posts h2+.entries,section.posts p+.entries{margin-top:4rem}@media (max-width:640px){section.posts .filters+.entries,section.posts h2+.entries,section.posts p+.entries{margin-top:2.5rem}}section.posts .entry{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:justify;-ms-flex-pack:justify;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:space-between;max-width:calc(33.33333% - 2.66667rem);position:relative;text-decoration:none}@media (max-width:1080px){section.posts .entry{max-width:calc(50% - 2rem)}}@media (max-width:640px){section.posts .entry{max-width:100%;text-align:center}}section.posts .entry:hover .cta{background:#fff}section.posts .entry:hover:after{opacity:1}section.posts .entry>*{position:relative;z-index:2}section.posts .entry:after{-webkit-backdrop-filter:blur(3.5px);backdrop-filter:blur(3.5px);background:rgba(0,206,225,.04);border:1.5px solid #3a23ad;border-radius:12px;-webkit-box-shadow:0 12px 18px rgba(56,47,90,.19);box-shadow:0 12px 18px rgba(56,47,90,.19);content:"";display:block;height:calc(100% + 48px);left:-24px;opacity:0;position:absolute;top:-24px;-webkit-transition:all .2s;transition:all .2s;width:calc(100% + 48px);z-index:1}section.posts .graphic{margin-bottom:1.5rem}section.posts .graphic img{border-radius:8px}section.posts .cat{border:1.5px solid #00cee1;border-radius:6px;color:#382f5a;display:inline-block;margin-bottom:1.5rem;padding:3px 10px}section.posts .cta-wrap{margin-top:.5rem}@media (max-width:640px){section.posts .cta-wrap{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.entry-content section.posts .entry{max-width:calc(50% - 2rem)}