.posts *{color:#000;font-size:1rem;margin:0;padding:0;text-decoration:none}.hs_cos_wrapper_type_related_blog_posts,.posts{display:grid;grid-auto-rows:1fr;grid-template-columns:repeat(auto-fit,minmax(270px,1fr));justify-content:center;grid-column-gap:1rem;grid-row-gap:3rem}.post{display:flex;flex-direction:column}.post__img{background:#7e7e7e;height:180px;position:relative;width:100%}.post__img img{height:100%;object-fit:contain;width:100%}.post__img:before{border-bottom:4px solid #000;border-top:4px solid #000;-webkit-transform:scaleX(0);transform:scaleX(0)}.post__img:after,.post__img:before{bottom:0;content:"";left:0;position:absolute;right:0;top:0;-webkit-transition:all .3s;transition:all .3s;z-index:2}.post__img:after{border-left:4px solid #000;border-right:4px solid #000;-webkit-transform:scaleY(0);transform:scaleY(0)}.post:hover .post__img:after,.post:hover .post__img:before{-webkit-transform:scale(1);transform:scale(1)}.post__DAYnTAG{display:flex;margin:0}.post__title{display:flex}.post__arrow{align-items:center;background:#000;border:1px solid #000;color:#fff;display:flex;font-size:1rem;font-weight:700;height:20px;justify-content:center;margin-right:.5rem;transition:all .2s;width:20px}.post__arrow:hover{background:#fff;border:1px solid #000;color:#000}.post__summary{margin-top:auto}.post__summary a{font-size:.8rem}.post__tags{display:flex;flex-wrap:wrap;margin-top:.3rem}.post__tag{border:1px solid #d8d8d8;font-size:.7rem;margin-bottom:2px;margin-right:3px;padding:3px 5px;transition:all .2s}.post__tag:hover{background:#000;border:1px solid #d8d8d8;color:#fff}.webinar-title{font-size:2rem;font-weight:700}