.media-posts .post-card{background-color:#fff;border-radius:30px;box-shadow:10px 10px 20px #0000000a;display:flex;flex-flow:column;height:100%;overflow:hidden;position:relative}.media-posts .post-card .image-wrapper:after{background-color:transparent;content:"";height:100%;left:0;position:absolute;top:0;transition:background-color .2s ease-out;width:100%}.media-posts .post-card:hover .image-wrapper:after{background-color:#00000014}.media-posts .post-card .image-wrapper .featured-image{height:100%;object-fit:cover;transition:transform .2s ease-out;width:100%}.media-posts .post-card:hover .image-wrapper .featured-image{transform:scale(1.07)}.media-posts .post-card .content{box-sizing:border-box;display:flex;flex-direction:column;flex-grow:1;justify-content:flex-start;padding:16px 24px}.media-posts .post-card .top-content-wrapper{align-items:center;display:flex;flex-wrap:wrap;gap:12px;margin-bottom:12px}.media-posts .post-card .content .info{color:#707070;flex-shrink:0;font-size:12px;letter-spacing:.19px;text-transform:uppercase}.media-posts .post-card .content .card-title{color:#141414;display:-webkit-box;font-size:16px;letter-spacing:-.64px;-webkit-line-clamp:3;line-height:21px;max-height:63px;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical}.media-posts .post-card .content .card-link{align-items:center;display:flex;flex-grow:1;text-decoration:none}.media-posts .post-card .content .card-link:before{content:"";height:100%;left:0;position:absolute;top:0;width:100%}.media-posts{background-color:#f2f4f7}.media-posts .container{display:flex;flex-direction:column;gap:40px}.media-posts__header{display:flex;flex-direction:column;gap:12px}.media-posts__title{color:#000;font-size:40px;font-weight:700;line-height:48px}.media-posts__title h1,.media-posts__title h2,.media-posts__title h3,.media-posts__title h4,.media-posts__title p{font-size:inherit;font-weight:inherit;line-height:inherit;margin:0}.media-posts__description{color:#000;font-size:14px;font-weight:300;line-height:22px}.media-posts__description p{margin:0}.media-posts__grid{display:flex;flex-direction:column;gap:24px}.media-posts__card{width:100%}.media-posts .post-card .image-wrapper{height:207px}.media-posts .post-card .content{padding:24px 36px}.media-posts .media-posts__card .post-card .content .tags .tag{background-color:#3b5de8;border-radius:4px!important;color:#f5f5f7;display:inline-block;font-size:12px;font-weight:300;letter-spacing:.19px;line-height:22px;margin:0 4px 6px 0;padding:4px 6px!important;text-transform:uppercase;transition:background-color .3s ease-in-out}.media-posts .media-posts__card .post-card .content .tags .tag:hover{background-color:#6b88ff}.media-posts__cta{display:flex}.media-posts .cta-button{align-items:center;background-color:#3b5de8;border:none;border-radius:10px;color:#fff;cursor:pointer;display:inline-flex;font-size:16px;font-weight:700;gap:8px;justify-content:center;line-height:24px;padding:16px 24px;text-decoration:none;transition:background-color .2s ease,transform .2s ease}.media-posts .cta-button:hover{background-color:#3d5bd9;transform:translateY(-2px)}.media-posts .cta-button svg{flex-shrink:0}@media (min-width:768px){.media-posts__grid{flex-direction:row;flex-wrap:wrap}.media-posts__card{width:calc(50% - 12px)}}@media (min-width:1200px){.media-posts__grid{flex-wrap:nowrap;gap:24px}.media-posts__card{flex:1;width:100%}.media-posts__title{max-width:505px}}@media (max-width:767px){.media-posts__title{font-size:28px;line-height:36px}.media-posts .cta-button{justify-content:center;width:100%}}