.blog-wrapper{display:flex;flex-direction:column;flex-wrap:wrap;padding:0 20px}@media screen and (min-width:720px){.blog-wrapper{flex-direction:row;flex-wrap:nowrap}}.filter-container{display:block;flex:0 1 20%}@media screen and (min-width:720px){.filter-container{padding:0 15px 0 0}}.title-wrapper-with-link{display:flex;align-items:center;justify-content:center;border:1px solid #000;border-radius:40px;margin-bottom:10px;padding:7px 0}.title-wrapper-with-link h2{font-size:1.5rem;margin-bottom:0}@media screen and (min-width:720px){.title-wrapper-with-link{display:block;border:0;margin-bottom:0;padding:0}.title-wrapper-with-link h2{font-size:calc(var(--font-heading-scale) * 2rem);margin-bottom:.5rem}.title-wrapper-with-link .icon-drop{display:none}}.filters-wrap{max-height:0;overflow:hidden;transition:max-height .25s ease-in-out}.filters-wrap.active{max-height:4000px;transition:max-height .25s ease-in-out}@media screen and (min-width:720px){.filters-wrap{max-height:none;overflow:visible}}.filters h3{margin-top:0;margin-bottom:0;padding:1.5rem 0;border-top:1px solid #d1d4d5;cursor:pointer;font-size:16px;font-weight:500;text-transform:capitalize;display:flex;justify-content:space-between;letter-spacing:0}.filters ul{padding-left:1rem;list-style:none;font-size:1.6rem}.filters li{display:flex;align-items:center;margin-bottom:.5rem}.filters li.disabled{pointer-events:none;opacity:.5}.filters li input,.filters li label{cursor:pointer;list-style:none}.filters li input{width:1.5rem;height:1.5rem}.filters li span{font-size:.8em;margin-left:auto}.blog-article-wrapper{flex:0 1 80%}@media screen and (min-width:720px){.blog-article-wrapper .grid__item.article{max-width:48%}}@media screen and (min-width:750px){.blog-article-wrapper .grid__item.article{max-width:33.33%}}details .icon{transition:all .4s ease}details[open] .icon{transform:rotate(180deg)}.load-more-button i{font-weight:700;display:inline-block;margin-left:3px}