.resource-listing{display:grid;gap:80px;grid-template-columns:1fr 1fr 1fr;justify-content:center;margin:auto;max-width:1440px}@media screen and (max-width:1300px){.resource-listing{grid-template-columns:1fr 1fr}}@media screen and (max-width:835px){.resource-listing{grid-template-columns:auto}}.resource{display:flex;flex-flow:column;overflow:hidden}.resource-type{align-items:center;background:var(--black-color);border-radius:12.794px;color:var(--primary-white,#fff);display:flex;font-family:Poppins;font-size:13px;font-style:normal;font-weight:700;justify-content:center;line-height:normal;margin-bottom:10px;padding:3px 11px;width:fit-content}.resource_tags{display:flex}.resource_tag{border-right:1px solid #dfdfdf;color:var(--grey-color);font-family:Poppins;font-size:12px;font-style:normal;font-weight:500;letter-spacing:.039px;line-height:normal;margin-right:5px;padding-right:5px;white-space:nowrap}.resource_tags .resource_tag:last-child{border-right:none}.resource_title{color:var(--black-color);font-family:Poppins;font-feature-settings:"clig" off,"liga" off;font-size:18px;font-style:normal;font-weight:700;line-height:32px}.resource_tag{margin-bottom:10px}.resource_link svg{margin-left:7px}.resource_link{font-family:Poppins;font-size:13px;font-style:normal;font-weight:600;line-height:normal;margin-top:20px}.resource_bg{background-position:50%;background-size:cover;border-radius:38px 38px 0 38px;height:300px;overflow:hidden;position:relative}.resource:first-of-type .resource_link{display:grid;grid-template-columns:2fr 1fr;margin:0}.resource:first-of-type .resource_bg{height:400px}.resource:first-of-type .resource-content h5{font-size:24px}@media screen and (max-width:1300px){.resource:first-of-type .resource_link{display:grid;grid-template-columns:1fr 1fr;margin:0}}@media screen and (max-width:835px){.resource:first-of-type .resource_link{display:grid;grid-template-columns:1fr;margin:0}.resource:first-of-type .resource-content{margin-left:0}}.resource:first-of-type .resource_bg{margin-right:25px}.resource:first-of-type .resource-content{margin-left:80px}@media screen and (max-width:835px){.resource:first-of-type .resource-content{margin-left:0}.resource:first-of-type .resource_bg{height:300px;margin-right:0}}.resource:first-of-type .highlighted-btn{display:block}.highlighted-btn{cursor:pointer;display:none}.resource:first-of-type{grid-column:1/span 3;padding:40px 0}@media screen and (max-width:1300px){.resource:first-of-type{grid-column:1/span 2}}@media screen and (max-width:835px){.resource:first-of-type{grid-column:1/span 1}}.resource_bg_div{background-position:50%;background-size:cover;height:100%;position:absolute;transition:transform .3s ease;width:100%}.resource_link:hover .resource_bg_div{transform:scale(1.1)}.resource_bg .tag{bottom:30px;margin:0;position:absolute;right:30px;z-index:1}.resource-content{display:flex;flex-flow:column;padding-top:30px}.resource_link,.resource_link:hover{text-decoration:none}.resource_title h5{transition:color .3s ease}.resource_link:hover .resource_title h5{color:var(--hover-color)}.filter-dropdowns{display:flex;gap:20px;justify-content:center}.topic-dropdown,.type-dropdown{display:flex;flex-flow:column;justify-content:center;margin-bottom:60px;max-width:410px}.dropdown-btn{align-items:center;background:var(--white-color);border:none;border-radius:30px;box-shadow:2px 2.24033px 8.46778px 2px rgba(0,0,0,.182);color:var(--grey-color);display:none;display:flex;font-family:Poppins;font-size:13px;font-style:normal;font-weight:500;gap:10px;height:56px;line-height:normal;min-width:325px;padding:9px 15px 9px 20px;position:relative;text-align:left}.dropdown-btn:focus{outline:none}.filter-label{font-size:18px;margin-bottom:8px}.dropdown-btn:after{background-image:url(https://9489670.fs1.hubspotusercontent-na1.net/hubfs/9489670/icons/chevron-down.svg);background-repeat:no-repeat;background-size:contain;content:"";cursor:pointer;height:21px;position:absolute;right:8px;top:50%;transform:translateY(-50%) rotate(0deg);width:21px}.pagination-wrapper{display:flex;justify-content:center;margin-top:80px}.dropdown-btn.active:after,.dropper-opened .dropdown-btn:after{transform:translateY(-50%) rotate(180deg)}.dropdown-btn svg{position:absolute;right:10px}.resource,.resource.visible{display:none}.resource.visible.shown{display:block}.dropper-opened .dropdown-content{max-height:fit-content;padding:10px;position:absolute;width:-webkit-fill-available;z-index:2}.dropdown-content{background-color:#fff;border-radius:34px;box-shadow:0 8px 16px 0 rgba(0,0,0,.2);max-height:0;min-width:160px;overflow:hidden;position:relative;transform:translateY(-5px);z-index:1}.dropdown-content a{color:#333;display:block;font-size:13px;font-weight:500;padding:12px 16px;text-decoration:none}.dropdown-content a:hover{background-color:var(--whitesmoke-color);border-radius:35px;text-decoration:unset}.topic-dropdown{display:inline-block;position:relative}@media screen and (max-width:835px){.filter-dropdowns{flex-flow:column}.topic-dropdown{margin:auto}.resource-listing{margin-top:40px}}