#total_articles{font-size:16px;font-style:italic;font-weight:500;margin:26px 0}#no_results_message{text-align:center}.blog-listing{display:grid;grid-gap:30px;width:100%}.blog-listing p{color:initial!important}.blog-listing__post{background-color:#fff;box-sizing:border-box;display:flex;flex:1;flex-direction:column;margin-bottom:8px;overflow:hidden;transition:background-color .3s ease;width:100%}.blog-listing__post-image-wrapper{display:block;overflow:hidden;position:relative}.blog-listing__post-image{height:100%;object-fit:cover;width:100%}.blog-listing__post-content{display:flex;flex-direction:column;flex-grow:1}.blog-listing__post-info,.blog-listing__post-tags,.blog-listing__post-title{margin:0 0 .5rem}.blog-listing__post-tag{display:inline-block}.blog-listing__post-title{font-family:var(--font-primary);font-size:20px;font-weight:800}.blog-listing__post-title-link{color:inherit;font:inherit}.blog--post-author{display:flex;gap:6px;margin-top:10px}.blog--post-author-image{max-width:2rem;object-fit:contain}.blog-listing__post-meta{align-items:center;border-bottom:1px solid #ededed;display:flex;flex-wrap:wrap;gap:20px;margin-bottom:70px;padding:0 0 30px}.blog-listing__post-readtime{align-items:center;background-color:#eef8fb;border-radius:8px;color:var(--primary-color);display:inline-flex;font-size:14px;gap:5px;left:30px;padding:6px 8px;position:absolute;top:30px;width:fit-content}.blog-listing__post-readtime-icon{display:flex}.blog-listing__post-readtime-icon:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='20' fill='none' viewBox='0 0 19 20'%3E%3Cpath fill='%232997BE' d='M4.14 1.473A.648.648 0 1 0 3.328.46L1.168 2.189a.648.648 0 1 0 .81 1.013zM15.379.46a.648.648 0 1 0-.81 1.013l2.161 1.729a.648.648 0 1 0 .81-1.013zM10.002 6.802a.648.648 0 0 0-1.297 0V9.16c0 .461 0 .854.032 1.18.035.346.109.668.287.976.178.309.42.534.703.737.266.19.606.387 1.006.618l.543.313a.648.648 0 1 0 .648-1.123l-.517-.298c-.433-.25-.717-.415-.925-.564-.196-.14-.281-.238-.335-.33-.053-.094-.095-.216-.119-.457-.025-.255-.026-.583-.026-1.083z'/%3E%3Cpath fill='%232997BE' fill-rule='evenodd' d='M9.354.966a9.294 9.294 0 1 0 0 18.589 9.294 9.294 0 0 0 0-18.589m-7.998 9.295a7.997 7.997 0 1 1 15.995 0 7.997 7.997 0 0 1-15.995 0' clip-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:20px;width:19px}.blog-listing__post-button-wrapper{margin-top:auto}.blog-listing__post-button{align-items:center;color:var(--primary-color);display:flex;font-weight:500;gap:7px;position:relative;text-decoration:underline}.blog-listing__post-button:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none'%3E%3Ccircle cx='11.344' cy='11.167' r='10.375' fill='%232997BE'/%3E%3Cg stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.297' clip-path='url(%23a)'%3E%3Cpath d='M6.805 11.167h9.078m-3.891 3.89 3.89-3.89m-3.89-3.891 3.89 3.89'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M3.563 3.385h15.563v15.563H3.562z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:22px;width:22px}.featured .blog-listing__post-content,.featured .blog-listing__post-image-wrapper{flex:1}.featured .blog-listing__post-image-wrapper{margin-bottom:0}.featured .blog-listing__post-image{max-height:100%;transition:transform .35s ease-in-out}.featured .blog-listing__post-content{padding:2rem}.featured .blog-listing__post-title{font-size:26px}.featured .blog-listing__post-readtime{position:static}.featured:hover{background:var(--primary-color)}.featured:hover .blog-listing__post-image{transform:scale(1.2)}.featured:hover .blog--post-timestamp,.featured:hover .blog-listing__post-button,.featured:hover .blog-listing__post-info,.featured:hover .blog-listing__post-title{color:#fff}.featured:hover .blog-listing__post-description{color:#fff!important}.featured:hover .blog-listing__post-button:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none'%3E%3Ccircle cx='11.344' cy='11.167' r='10.375' fill='%23fff'/%3E%3Cg stroke='%232997BE' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.297' clip-path='url(%23a)'%3E%3Cpath d='M6.805 11.167h9.078m-3.891 3.89 3.89-3.89m-3.89-3.891 3.89 3.89'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%232997BE' d='M3.563 3.385h15.563v15.563H3.562z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.blog-loadmore{display:block;margin:60px auto 0;padding-left:40px;padding-right:40px}@media only screen and (min-width:992px){.blog-listing{grid-template-columns:repeat(3,1fr)}}@media only screen and (min-width:768px){.featured{flex-direction:row;grid-column:span 2}}@media only screen and (max-width:991px){.blog-listing{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:767px){.blog-listing{grid-template-columns:1fr}.blog-listing__post-meta{margin-bottom:30px}}