.blog-card{background-color:#ee7203;flex-direction:column;justify-content:space-between;max-width:30rem;height:25rem;transition:all .5s ease-in-out;display:flex;position:relative}.blog-card .blog-date{margin:0;font-size:.75rem;font-weight:800;position:absolute;bottom:2px;right:8px}.blog-card a{width:100%;height:100%;position:absolute;top:0;left:0}.blog-card:hover{transform:scale(.97)}.blog-card .blog-footer{text-align:center;border-bottom:1px solid #101213;width:100%;margin-bottom:2rem;padding-bottom:.5rem;position:absolute;bottom:0}.blog-card .blog-footer img{max-height:1rem;width:inherit}.blog-card .blog-header{align-items:center;margin-bottom:.5em;display:flex}.blog-card .blog-header span{text-transform:uppercase;font-size:.75rem;font-weight:800}.blog-card .blog-header hr{background-color:#101213;border:none;width:100%;height:.5px;margin:0 2rem 0 1rem}.blog-card .blog-header .icon-arrow{filter:invert();background-image:url(/assets/images/references/chevron-right.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;border:1px solid #101213;border-radius:50%;width:30px;min-width:30px;height:30px;display:inline-block}.blog-card h3{margin-top:.5rem;font-size:1.75rem;font-weight:800;overflow:hidden}@media (max-width:576px){.blog-card h3{font-size:1.5rem}}.blog-card .categories{flex-wrap:wrap;column-gap:1rem;display:flex}.blog-card .categories div{color:#fff;border:1px solid #fff;border-radius:100px;margin-bottom:.5rem;padding:.5rem .75rem;font-size:1rem;display:inline-block}@media (max-width:576px){.blog-card .categories div{font-size:.7rem}}@media (min-width:1280px){.blog-card:nth-of-type(2n){background-color:#fff;border:1px solid #101213}.blog-card:nth-of-type(2n) .blog-footer{border-bottom:1px solid #ee7203}.blog-card:nth-of-type(2n) .blog-header span{color:#ee7203}.blog-card:nth-of-type(2n) .blog-header hr{background-color:#ee7203}.blog-card:nth-of-type(2n) .blog-header .icon-arrow{filter:initial}.blog-card:nth-of-type(2n) h2{color:#ee7203}.blog-card:nth-of-type(2n) .categories div{color:#101213;border:1px solid #101213}}@media (min-width:834px) and (max-width:1280px){.blog-card:nth-of-type(3n+1){background-color:#fff;border:1px solid #101213}.blog-card:nth-of-type(3n+1) .blog-footer{border-bottom:1px solid #ee7203}.blog-card:nth-of-type(3n+1) .blog-header span{color:#ee7203}.blog-card:nth-of-type(3n+1) .blog-header hr{background-color:#ee7203}.blog-card:nth-of-type(3n+1) .blog-header .icon-arrow{filter:initial}.blog-card:nth-of-type(3n+1) h2{color:#ee7203}.blog-card:nth-of-type(3n+1) .categories div{color:#101213;border:1px solid #101213}}@media (max-width:834px){.blog-card:nth-of-type(2n){background-color:#fff;border:1px solid #101213}.blog-card:nth-of-type(2n) .blog-footer{border-bottom:1px solid #ee7203}.blog-card:nth-of-type(2n) .blog-header span{color:#ee7203}.blog-card:nth-of-type(2n) .blog-header hr{background-color:#ee7203}.blog-card:nth-of-type(2n) .blog-header .icon-arrow{filter:initial}.blog-card:nth-of-type(2n) h2{color:#ee7203}.blog-card:nth-of-type(2n) .categories div{color:#101213;border:1px solid #101213}}
.blog-list .filter .isActive{color:#101213;font-weight:700}.blog-list .filter .FilterItem button:hover{color:#101213}.blog-list .blog-list-content{background-color:#fff;grid-template-columns:repeat(1,1fr);gap:3rem;margin-bottom:5rem;display:grid}@media (min-width:834px){.blog-list .blog-list-content{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (min-width:1280px){.blog-list .blog-list-content{grid-template-columns:repeat(3,1fr);gap:3rem}}
