.blog-hero .mobile-hero .hero-wrap{display:flex;justify-content:space-between;align-items:center}.blog-hero .mobile-hero .mobile-title{font-size:2.4rem;font-weight:500;line-height:3.2rem}.blog-hero .mobile-hero .filter{font-family:inter;font-size:1.4rem;font-weight:500;line-height:2rem;text-decoration-line:underline;display:flex;align-items:center;gap:4px}.blog-hero .mobile-hero .filter::before{content:"";background:url(/svg/filter.svg);height:20px;width:20px;display:inline-block}.blog-hero .search-input{padding:1.2rem 1.6rem 1.2rem 3.8rem;color:var(--colorTextTextQuaternary);font-family:inter;font-size:14px;font-weight:400;line-height:2rem;width:100%;border-radius:10rem;border:1.5px solid var(--Colors-grey-neutral300);background:var(--Colors-grey-neutral25)}.blog-hero .search-input:focus{outline:none;color:var(--colorText)}.blog-hero .search-input::placeholder{color:var(--colorTextTextQuaternary)}.blog-hero .filter-wrap{margin-top:1.2rem}.blog-hero .input-wrap{position:relative}.blog-hero .input-icon{width:1.6rem;position:absolute;top:1.5rem;left:1.7rem}@media screen and (max-width:48em){.blog-hero .select-wrap{padding:.8rem 2rem 2.4rem;display:none;flex-direction:column;position:fixed;top:0;left:0;background-color:var(--body-background);width:100%;height:100%;z-index:99;overflow-y:scroll}.blog-hero .select-wrap.active{display:flex}}.blog-hero .filter-menu{display:flex;justify-content:space-between;padding:.8rem 0;border-top:solid 1px var(--divider-100);border-bottom:solid 1px var(--divider-100);color:#1d2939;font-family:inter;font-size:1.6rem;font-weight:500;line-height:2.4rem;margin-bottom:2.8rem}.blog-hero .all-selects-wrap{display:grid}.blog-hero .buttons-wrap{margin:2.8rem auto 0;display:flex;gap:8px}.blog-hero .buttons-wrap button{width:13.6rem;height:4rem;display:flex;align-items:center;justify-content:center;font-family:inter;font-size:1.4rem;font-weight:400;line-height:2rem;border-radius:10rem;box-shadow:0 1px 2px rgba(16,24,40,5%)}.blog-hero .buttons-wrap button:focus{outline:none}.blog-hero .buttons-wrap .cancel-btn{color:var(--Primary-colorPrimary);border:1.5px solid var(--Primary-colorPrimary);background-color:var(--body-background)}.blog-hero .buttons-wrap .filter-btn{color:var(--Colors-grey-neutral25);border:1px solid var(--Primary-colorPrimary);background:var(--Primary-colorPrimary)}.blog-hero .reset-btn{display:none}.blog-hero .select{text-transform:capitalize}@media screen and (max-width:48em){.blog-hero .select{color:var(--colorTextTertiary);font-family:inter;font-size:1.2rem;font-weight:600;line-height:1.6rem}.blog-hero .select img{display:none}}@media screen and (max-width:48em){.blog-hero .custom-select-wrap{display:flex;flex-direction:column;gap:1.2rem;padding:1.6rem 0;border-bottom:solid 1px var(--divider-100)}.blog-hero .custom-select-wrap:first-child{padding-top:0}.blog-hero .custom-select-wrap:last-child{padding-bottom:0;border-bottom:solid 1px transparent}}.blog-hero .author-selector{display:none}@media screen and (max-width:48em){.blog-hero .select-items{display:flex;flex-direction:column;gap:1.2rem;max-height:8.4rem;overflow:hidden;transition:max-height 250ms ease}.blog-hero .select-items.active{max-height:100%}.blog-hero .select-items.active~.more-btn::after{transform:rotate(180deg)}}.blog-hero .more-btn{color:var(--Primary-colorPrimary);font-family:inter;font-size:1.2rem;font-weight:600;line-height:1.6rem;text-decoration-line:underline;margin-top:.4rem;display:flex;align-items:center;gap:.2rem}.blog-hero .more-btn::after{content:"";background:url(/svg/more-arrow.svg);width:1.6rem;height:1.6rem;display:block;transition:transform 250ms ease}.blog-hero .select-item{text-transform:capitalize}@media screen and (max-width:48em){.blog-hero .select-item{color:var(--Primary-colorPrimary);font-family:inter;font-size:1.4rem;font-weight:400;line-height:2rem;display:flex;align-items:center;gap:.8rem}.blog-hero .select-item::before{content:"";display:inline-block;width:16px;height:16px;border:solid 1px var(--colorTextTextQuaternary);border-radius:.4rem}.blog-hero .select-item.checked::before{border:solid 1px var(--Primary-colorPrimary);background-color:var(--Primary-colorPrimary);background-image:url(/svg/check-white.svg);background-size:1rem;background-position:50%;background-repeat:no-repeat}}.list-of-items{padding-top:2rem}.list-of-items .results{display:grid;grid-template-columns:repeat(1,1fr);gap:.8rem;list-style:none}.list-of-items .list-item{display:flex;flex-direction:column;border-radius:.8rem;border:.01rem solid var(--divider-100);overflow:hidden}.list-of-items .link-cover{display:block;width:100%;aspect-ratio:16/9;overflow:hidden;position:relative}.list-of-items .cover{width:101%;height:auto;position:absolute;top:-17%;left:0;z-index:-1}.list-of-items .info{padding:1.2rem 1.6rem}@media screen and (max-width:48em){.list-of-items .info.podcast{padding:1.2rem 1.6rem 1.6rem}}.list-of-items .episode-title{color:#1d2939;font-size:1.6rem;font-weight:700;line-height:2.4rem;margin-bottom:4px}.list-of-items .article-title{height:auto;overflow:hidden;-webkit-line-clamp:3;display:-webkit-box;-webkit-box-orient:vertical;margin-bottom:.8rem;color:var(--colorText)}.list-of-items .date-info{font-family:inter;margin-bottom:1.2rem}.list-of-items .article-summary{color:var(--text-secondary);font-family:inter;font-size:1.4rem;font-weight:400;line-height:2rem;height:auto;overflow:hidden;-webkit-line-clamp:3;display:-webkit-box;-webkit-box-orient:vertical;margin-bottom:1.2rem}.list-of-items .category-wrap{display:flex;gap:.8rem;justify-content:space-between;align-items:center}.list-of-items .categories{display:flex;gap:4px;flex-wrap:wrap}.list-of-items .category{text-align:center;font-family:inter;font-size:1.2rem;font-weight:500;line-height:2rem;text-transform:uppercase;border-radius:3.2rem;background:var(--Colors-grey-neutral100);padding:.4rem 1.2rem}.list-of-items .link-btn{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:3.5rem;height:3.5rem;border:0;border-radius:50%;background-color:var(--fg-green,#1b301f);background-image:url(/svg/home-arrow.svg);background-repeat:no-repeat;background-position:50%;background-size:2rem;box-shadow:none;cursor:pointer;transition:background-color .2s linear,background-image .2s linear;text-decoration:none}@media screen and (min-width:48em){.list-of-items .link-btn{width:4rem;height:4rem;background-size:2.2rem}}.list-of-items .link-btn:hover{background-color:var(--fg-yellow,#ffe878);background-image:url(/svg/home-arrow-green.svg)}.list-of-items .link-btn:focus-visible{outline:.2rem solid var(--fg-green,#1b301f);outline-offset:.2rem}.list-of-items .load-more{color:var(--text-secondary);font-family:inter;font-size:1.4rem;font-weight:400;line-height:2rem;border-radius:10rem;border:1px solid var(--Colors-grey-neutral300);background:var(--Colors-grey-neutral25);box-shadow:0 1px 2px rgba(16,24,40,5%);padding:1rem 2rem;margin:2rem auto 0;cursor:pointer;transition:all 200ms linear}.list-of-items .load-more:focus{outline:none}.list-of-items .no-results{font-size:1.6rem;font-weight:500;line-height:130%;color:var(--colorTextTertiary);margin:auto}main.container{padding:4rem 2rem;color:var(--colorText);font-family:noto serif}@media screen and (min-width:48em) and (min-width:48em){.blog-hero .mobile-hero .mobile-title{font-size:3.6rem;font-weight:400;line-height:4.4rem}}@media screen and (min-width:48em) and (min-width:64.06em){.blog-hero .mobile-hero .mobile-title{font-size:4.8rem;font-weight:500;line-height:5.4rem}}@media screen and (min-width:48em) and (min-width:90.063em){.blog-hero .mobile-hero .mobile-title{font-size:6rem;line-height:6.8rem}}@media screen and (min-width:48em) and (min-width:48em){.blog-hero .mobile-hero .filter{display:none}}@media screen and (min-width:48em) and (min-width:48em){.blog-hero .search-input{padding:1.2rem 3.2rem 1.2rem 3.8rem}}@media screen and (min-width:48em) and (min-width:64.06em){.blog-hero .search-input{padding:1.2rem 3.2rem 1.2rem 4.6rem;font-size:1.6rem;line-height:2.4rem;letter-spacing:.25px}}@media screen and (min-width:48em) and (min-width:90.063em){.blog-hero .search-input{padding:.9rem 3.2rem .9rem 4.6rem;font-size:1.8rem;line-height:2.8rem;letter-spacing:.5px}}@media screen and (min-width:48em) and (min-width:48em){.blog-hero .filter-wrap{margin-top:2rem;display:flex;gap:1.6rem}}@media screen and (min-width:48em) and (min-width:64.06em){.blog-hero .filter-wrap{margin-top:3.2rem;gap:2rem}}@media screen and (min-width:48em) and (min-width:90.063em){.blog-hero .filter-wrap{gap:2.4rem}}@media screen and (min-width:48em) and (min-width:48em){.blog-hero .input-wrap{flex-grow:1}}@media screen and (min-width:48em) and (min-width:48em){.blog-hero .input-icon{width:1.2rem;top:1.7rem;left:2rem}}@media screen and (min-width:48em) and (min-width:64.06em){.blog-hero .input-icon{width:1.6rem}}@media screen and (min-width:48em) and (min-width:48em){.blog-hero .filter-menu{display:none}}@media screen and (min-width:48em) and (min-width:48em){.blog-hero .all-selects-wrap{display:grid;grid-template-columns:repeat(3,auto);gap:.8rem}}@media screen and (min-width:48em) and (min-width:48em){.blog-hero .buttons-wrap{display:none}}@media screen and (min-width:48em) and (min-width:48em){.blog-hero .reset-btn{display:block;width:4.4rem;height:4.4rem;border-radius:50%;border:1px solid var(--Colors-grey-neutral300);background-color:var(--Colors-grey-neutral25);box-shadow:0 1px 2px rgba(16,24,40,5%);background-image:url(/svg/refresh.svg);background-size:2rem;background-position:50%;background-repeat:no-repeat;position:relative;cursor:pointer}.blog-hero .reset-btn:focus{outline:none}.blog-hero .reset-btn:hover::after{opacity:1}.blog-hero .reset-btn::after{content:"Clear filters";padding:.8rem;border:inherit;position:absolute;bottom:4.8rem;right:0;color:var(--Colors-grey-neutral600);font-family:inter;font-size:1.4rem;font-weight:400;line-height:2rem;border-radius:4rem;border:1.5px solid var(--divider-100);width:8rem;opacity:0;transition:opacity 250ms ease}}@media screen and (min-width:48em) and (min-width:64.06em){.blog-hero .reset-btn{width:4.8rem;height:4.8rem;margin-left:0}.blog-hero .reset-btn::after{font-size:1.6rem;line-height:2.4rem;letter-spacing:.25px;width:10rem;bottom:5.2rem;right:50%;transform:translateX(50%)}}@media screen and (min-width:48em) and (min-width:90.063em){.blog-hero .reset-btn::after{font-size:1.8rem;line-height:2.8rem;letter-spacing:.5px;width:12rem;bottom:5.5rem}}@media screen and (min-width:48em) and (min-width:48em){.blog-hero .select{padding:0 1.6rem;width:12rem;height:4.4rem;color:var(--Colors-grey-neutral600);font-family:inter;font-size:1.4rem;font-weight:400;line-height:2rem;border-radius:4rem;border:1.5px solid var(--divider-100);background:var(--body-background);display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:all 350ms ease}.blog-hero .select span{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.blog-hero .select:hover{border:1.5px solid var(--Colors-grey-neutral300);background:var(--Colors-grey-neutral100)}.blog-hero .select.active{border:1.5px solid var(--Colors-grey-neutral300);background:var(--Colors-grey-neutral100)}.blog-hero .select.active img{transform:rotate(180deg);transition:all 350ms ease}.blog-hero .select img{display:block;width:2rem;height:2rem;transition:all 350ms ease}.blog-hero .select.active+.select-items{max-height:20.3rem;opacity:1}}@media screen and (min-width:48em) and (min-width:64.06em){.blog-hero .select{padding:0 2rem 0 1.6rem;width:17rem;height:4.8rem;font-size:1.6rem;line-height:2.4rem;letter-spacing:.25px}.blog-hero .select img{width:2.4rem;height:2.4rem}.blog-hero .select.active+.select-items{max-height:28.2rem}}@media screen and (min-width:48em) and (min-width:90.063em){.blog-hero .select{padding:1rem 1.6rem 1rem 2rem;width:18rem;font-size:1.8rem;line-height:2.8rem;letter-spacing:.5px}.blog-hero .select.active+.select-items{max-height:30.2rem}}@media screen and (min-width:48em) and (min-width:48em){.blog-hero .custom-select-wrap{position:relative}.blog-hero .custom-select-wrap:nth-child(2) .select-items{left:initial;right:0}}@media screen and (min-width:48em) and (min-width:64.06em){.blog-hero .custom-select-wrap:nth-child(2) .select-items{left:0;right:initial}}@media screen and (min-width:48em) and (min-width:48em){.blog-hero .select-items{position:absolute;left:0;top:5.6rem;width:25.5rem;max-height:0;overflow-y:scroll;border-radius:1.2rem;border:1px solid var(--Colors-grey-neutral300);background:var(--body-background);box-shadow:0 1px 2px rgba(16,24,40,5%);z-index:99;opacity:0;transition:all 350ms ease}.blog-hero .select-items::-webkit-scrollbar{width:4px}.blog-hero .select-items::-webkit-scrollbar-thumb{background:#c9c0c0;border-radius:16px}}@media screen and (min-width:48em) and (min-width:64.06em){.blog-hero .select-items{top:6.4rem;width:28rem;overflow-x:hidden}}@media screen and (min-width:48em) and (min-width:90.063em){.blog-hero .select-items{width:31.9rem}}@media screen and (min-width:48em) and (min-width:48em){.blog-hero .more-btn{display:none}}@media screen and (min-width:48em) and (min-width:48em){.blog-hero .select-item{padding:1rem 4rem 1rem 1.6rem;overflow:hidden;text-overflow:ellipsis;font-family:inter;font-size:1.4rem;font-weight:400;line-height:2rem;display:flex;gap:.8rem;align-items:center;cursor:pointer}.blog-hero .select-item:hover{background:var(--Colors-grey-neutral100)}.blog-hero .select-item::before{content:"";background:url(/svg/check.svg);display:block;width:1.2rem;height:1.2rem;background-size:1.2rem;opacity:0}.blog-hero .select-item.checked::before{opacity:1}}@media screen and (min-width:48em) and (min-width:64.06em){.blog-hero .select-item{padding:1.6rem 4rem 1.6rem 1.6rem;font-size:1.6rem;line-height:2.4rem;letter-spacing:.25px;gap:1.2rem}.blog-hero .select-item::before{width:1.6rem;height:1.6rem;background-size:1.6rem}}@media screen and (min-width:48em) and (min-width:90.063em){.blog-hero .select-item{padding:1.6rem 4rem 1.6rem 2rem;font-size:1.8rem;line-height:2.8rem;letter-spacing:.5px}}@media screen and (min-width:48em) and (min-width:48em){.list-of-items{padding-top:2.4rem}}@media screen and (min-width:48em) and (min-width:64.06em){.list-of-items{padding-top:3.2rem}}@media screen and (min-width:48em) and (min-width:48em){.list-of-items .results{grid-template-columns:repeat(3,1fr);gap:1.6rem}}@media screen and (min-width:48em) and (min-width:64.06em){.list-of-items .results{column-gap:1.5rem;row-gap:1.6rem}}@media screen and (min-width:48em) and (min-width:48em){.list-of-items .list-item{border-radius:1.2rem}}@media screen and (min-width:48em) and (min-width:64.06em){.list-of-items .list-item{border-radius:1.6rem}}@media screen and (min-width:48em) and (min-width:48em){.list-of-items .cover{border-radius:1.2rem 1.2rem 0 0}}@media screen and (min-width:48em) and (min-width:64.06em){.list-of-items .cover{border-radius:1.6rem 1.6rem 0 0}}@media screen and (min-width:48em) and (min-width:48em){.list-of-items .info{padding:1.2rem 2.4rem 2.4rem}}@media screen and (min-width:48em) and (min-width:64.06em){.list-of-items .info{padding:1.6rem 2.4rem 2.4rem}}@media screen and (min-width:48em) and (min-width:48em){.list-of-items .article-title{height:7.2rem}}@media screen and (min-width:48em) and (min-width:64.06em){.list-of-items .article-title{height:4.8rem;-webkit-line-clamp:2}}@media screen and (min-width:48em) and (min-width:64.06em){.list-of-items .article-summary{-webkit-line-clamp:2}}@media screen and (min-width:48em) and (min-width:64.06em){.list-of-items .category{font-size:1.4rem}}@media screen and (min-width:48em){.list-of-items .link-btn{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:3.5rem;height:3.5rem;border:0;border-radius:50%;background-color:var(--fg-green,#1b301f);background-image:url(/svg/home-arrow.svg);background-repeat:no-repeat;background-position:50%;background-size:2rem;box-shadow:none;cursor:pointer;transition:background-color .2s linear,background-image .2s linear;text-decoration:none}}@media screen and (min-width:48em) and (min-width:48em){.list-of-items .link-btn{width:4rem;height:4rem;background-size:2.2rem}}@media screen and (min-width:48em){.list-of-items .link-btn:hover{background-color:var(--fg-yellow,#ffe878);background-image:url(/svg/home-arrow-green.svg)}.list-of-items .link-btn:focus-visible{outline:.2rem solid var(--fg-green,#1b301f);outline-offset:.2rem}.list-of-items .load-more{transition:all .3s linear}.list-of-items .load-more:hover{background:var(--divider-100)}}@media screen and (min-width:48em) and (min-width:48em){.list-of-items .load-more{margin:2.4rem auto 0}}@media screen and (min-width:48em) and (min-width:64.06em){.list-of-items .load-more{margin:3.2rem auto 0;padding:1.2rem 2.4rem}}@media screen and (min-width:48em) and (min-width:48em){.list-of-items .no-results{font-size:1.8rem;grid-column:2/3}}@media screen and (min-width:48em) and (min-width:64.06em){.list-of-items .no-results{font-size:2rem}}@media screen and (min-width:48em) and (min-width:90.063em){.list-of-items .no-results{font-size:2.4rem}}@media screen and (min-width:48em) and (min-width:48em){main.container{padding:4.8rem 2.4rem}}@media screen and (min-width:48em) and (min-width:64.06em){main.container{padding:5.6rem 2.4rem}}@media screen and (min-width:48em) and (min-width:90.063em){main.container{padding:5.6rem 0}}