.resources-grid-with-filter-block {
  /* Active Filters */
  /* Search Bar */
  /* Filter Sidebar */
  /* Resources Grid Container */
  /* Resources Grid */
  /* Resource Card */
  /* Pagination styles */
}
.resources-grid-with-filter-block .active-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 20px;
}
.resources-grid-with-filter-block .active-filters:has(.active-filter-tag) {
  margin-bottom: 20px;
}
.resources-grid-with-filter-block .active-filter-tag {
  display: inline-flex;
  align-items: center;
  background-color: #D9D9D9;
  border-radius: 20px;
  padding: 8px 15px;
  font-size: 0.875rem;
  animation: fadeIn 0.3s ease-in-out;
}
.resources-grid-with-filter-block .active-filter-tag__text {
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.resources-grid-with-filter-block .active-filter-tag__remove {
  border: none;
  background: none;
  color: #666;
  font-size: 1.25rem;
  cursor: pointer;
  margin-left: 10px;
  padding: 0;
  line-height: 1;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.resources-grid-with-filter-block .resources-archive__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px 30px;
}
@media only screen and (min-width: 992px) {
  .resources-grid-with-filter-block .resources-archive__layout {
    grid-template-columns: 360px 1fr;
  }
}
.resources-grid-with-filter-block .resources-filters__search {
  margin-bottom: 30px;
}
.resources-grid-with-filter-block .resources-filters .search-input-wrapper {
  display: flex;
  flex-direction: row;
  gap: 10px;
  width: 100%;
}
.resources-grid-with-filter-block .resources-filters__search-input {
  display: flex;
  padding: 5px 10px;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  align-self: stretch;
  background: #F5F5F5;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2) inset;
  border: 0;
}
.resources-grid-with-filter-block .resources-filters__search-button {
  padding: 8px;
  background-color: #E24A02;
  flex: 1 0 auto;
  max-width: 40px;
}
.resources-grid-with-filter-block .resources-filters {
  background-color: #ffffff;
  padding: 30px;
  height: fit-content;
  border: 1px solid #D9D9D9;
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 992px) {
  .resources-grid-with-filter-block .resources-filters {
    position: sticky;
    top: 120px;
  }
}
@media only screen and (min-width: 1400px) {
  .resources-grid-with-filter-block .resources-filters {
    padding-bottom: 50px;
  }
}
.resources-grid-with-filter-block .resources-filters__title, .resources-grid-with-filter-block .resources-filters__clear-all {
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  margin: 0;
}
.resources-grid-with-filter-block .resources-filters__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.resources-grid-with-filter-block .resources-filters__clear-all {
  background: none;
  color: #E24A02;
  padding: 0;
  cursor: pointer;
  transition: all 0.2s ease;
  border: none;
}
.resources-grid-with-filter-block .resources-filters__clear-all:hover {
  color: #E24A02;
}
.resources-grid-with-filter-block .resources-filters__group {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #D9D9D9;
}
.resources-grid-with-filter-block .resources-filters__group:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .resources-grid-with-filter-block .resources-filters__group {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
.resources-grid-with-filter-block .resources-filters__group-title {
  font-size: 1rem;
  margin-bottom: 0.75rem;
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.4px;
}
.resources-grid-with-filter-block .resources-filters__accordion-toggle {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  border: none;
  padding: 2px 0;
  color: inherit;
  cursor: pointer;
  text-align: left;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.4px;
}
.resources-grid-with-filter-block .resources-filters__accordion-toggle::after {
  content: "";
  display: inline-block !important;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3e%3cpath d='M12.0248 16.4316C11.7211 16.4316 11.4511 16.3303 11.2486 16.1278L5.84859 10.7278C5.40984 10.3228 5.40984 9.61407 5.84859 9.20907C6.25359 8.77032 6.96234 8.77032 7.36734 9.20907L12.0248 13.8328L16.6486 9.20907C17.0536 8.77032 17.7623 8.77032 18.1673 9.20907C18.6061 9.61407 18.6061 10.3228 18.1673 10.7278L12.7673 16.1278C12.5648 16.3303 12.2948 16.4316 12.0248 16.4316Z' fill='black'/%3e%3c/svg%3e");
  transition: all 0.2s ease-in-out;
}
.resources-grid-with-filter-block .resources-filters__accordion-toggle[aria-expanded=true]::after {
  transform: rotate(-180deg);
}
.resources-grid-with-filter-block .resources-filters.is-open .resources-filters__accordion-toggle::after {
  transform: translateY(-50%) rotate(180deg);
}
.resources-grid-with-filter-block .resources-filters.is-open .resources-filters__options {
  display: flex;
}
@media only screen and (min-width: 992px) {
  .resources-grid-with-filter-block .resources-filters .resources-filters__accordion-toggle::after {
    display: none;
  }
}
.resources-grid-with-filter-block .resources-filters__options {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  overflow: hidden;
  padding-top: 26px;
}
.resources-grid-with-filter-block .resources-filters__options label {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.36px;
  gap: 12px;
}
.resources-grid-with-filter-block .resources-filters__options label.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.resources-grid-with-filter-block .resources-filters__checkbox {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: flex;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 3px;
  border: 1px solid #D9D9D9;
  background: #F5F5F5;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2) inset;
  cursor: pointer;
}
.resources-grid-with-filter-block .resources-filters__checkbox:checked {
  background: #E24A02;
  border-color: #E24A02;
  box-shadow: none;
}
.resources-grid-with-filter-block .resources-filters__checkbox:checked::after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3e%3cpath d='M15.9399 5.67424C16.3056 6.01174 16.3056 6.60237 15.9399 6.93987L8.73994 14.1399C8.40244 14.5055 7.81182 14.5055 7.47432 14.1399L3.87432 10.5399C3.50869 10.2024 3.50869 9.61174 3.87432 9.27424C4.21182 8.90862 4.80244 8.90862 5.13994 9.27424L8.09307 12.2274L14.6743 5.67424C15.0118 5.30862 15.6024 5.30862 15.9399 5.67424Z' fill='white'/%3e%3c/svg%3e");
  background-size: contain;
  background-repeat: no-repeat;
}
.resources-grid-with-filter-block .resources-filters__checkbox:disabled {
  cursor: not-allowed;
}
.resources-grid-with-filter-block .resources-filters__count {
  color: #7F7F7F;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.resources-grid-with-filter-block .resources-grid-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.resources-grid-with-filter-block .resources-grid {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 20px;
  height: fit-content;
}
@media (min-width: 768px) {
  .resources-grid-with-filter-block .resources-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media (min-width: 1400px) {
  .resources-grid-with-filter-block .resources-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.resources-grid-with-filter-block .resources-grid.is-loading {
  position: relative;
  opacity: 0.6;
}
.resources-grid-with-filter-block .resources-grid.is-loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  border-top-color: #E24A02;
  animation: spin 1s ease-in-out infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.resources-grid-with-filter-block .resource-card {
  background: #ffffff;
  overflow: hidden;
  position: relative;
  transition: all 0.2s ease-in-out;
  display: flex;
  flex-direction: column;
  border: 1px solid #D9D9D9;
  background: #FFF;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
}
.resources-grid-with-filter-block .resource-card__image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 360/230;
  width: 100%;
  height: auto;
  flex-shrink: 0;
}
.resources-grid-with-filter-block .resource-card__image a {
  display: block;
  width: 100%;
  height: 100%;
}
.resources-grid-with-filter-block .resource-card__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.2s ease-in-out;
}
.resources-grid-with-filter-block .resource-card__img--placeholder {
  background: linear-gradient(135deg, #F5F5F5 0%, #D9D9D9 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.resources-grid-with-filter-block .resource-card__img--placeholder svg {
  opacity: 0.4;
}
.resources-grid-with-filter-block .resource-card__content {
  padding: 20px 16px 24px 16px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  flex: 1;
}
@media only screen and (min-width: 576px) {
  .resources-grid-with-filter-block .resource-card__content {
    padding: 30px 30px 40px 30px;
    gap: 20px;
  }
}
.resources-grid-with-filter-block .resource-card__badge {
  display: flex;
  padding: 8px 15px;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background: #D9D9D9;
  color: #000;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  width: fit-content;
  margin-bottom: 15px;
}
@media only screen and (min-width: 576px) {
  .resources-grid-with-filter-block .resource-card__badge {
    font-size: 14px;
  }
}
.resources-grid-with-filter-block .resource-card__title {
  margin: 0 0 16px 0;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 24px;
  transition: all 0.2s ease-in-out;
  text-decoration: underline;
  text-decoration-color: transparent;
  margin: 0;
}
@media only screen and (min-width: 576px) {
  .resources-grid-with-filter-block .resource-card__title {
    font-size: 24px;
    line-height: 28px;
  }
}
.resources-grid-with-filter-block .resource-card__excerpt {
  color: #7F7F7F;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 16px;
}
@media only screen and (min-width: 576px) {
  .resources-grid-with-filter-block .resource-card__excerpt {
    margin-bottom: 20px;
  }
}
.resources-grid-with-filter-block .resource-card__text {
  flex: 1;
}
.resources-grid-with-filter-block .resource-card__cta {
  margin-top: auto;
}
.resources-grid-with-filter-block .resource-card__link {
  width: fit-content;
  font-size: 16px;
  border-width: 3px;
  color: #E24A02;
  border-color: #E24A02;
  padding: 2px 7px;
}
.resources-grid-with-filter-block .resource-card__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.resources-grid-with-filter-block .resource-card__link:hover {
  border-color: #000000;
  background-color: #000000;
  color: #ffffff;
}
.resources-grid-with-filter-block .resource-card:hover .resource-card__img {
  transform: scale(1.074);
}
.resources-grid-with-filter-block .resource-card:hover .resource-card__title {
  color: #E24A02;
  text-decoration-color: #E24A02;
}
.resources-grid-with-filter-block .resource-card:hover .btn {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.resources-grid-with-filter-block .no-resources-found {
  grid-column: 1/-1;
  padding: 3rem 2rem;
  text-align: center;
  background-color: #f9f9f9;
  border-radius: 6px;
  box-shadow: inset 0 0 0 1px #eee;
}
.resources-grid-with-filter-block .resources-grid__pagination-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}
@media only screen and (min-width: 992px) {
  .resources-grid-with-filter-block .resources-grid__pagination-list {
    gap: 14px;
    justify-content: flex-end;
  }
}
.resources-grid-with-filter-block .resources-grid__pagination-item {
  margin: 0;
}
.resources-grid-with-filter-block .resources-grid__pagination-item.disabled {
  cursor: not-allowed;
  pointer-events: none;
}
.resources-grid-with-filter-block .resources-grid__pagination-item:not(.disabled):hover svg path {
  fill: white;
}
.resources-grid-with-filter-block .resources-grid__pagination-item svg {
  width: 24px;
  height: 24px;
  flex: 1;
}
.resources-grid-with-filter-block .resources-grid__pagination-item svg path {
  transition: all 0.2s ease-in-out;
}
.resources-grid-with-filter-block .resources-grid__pagination-item a,
.resources-grid-with-filter-block .resources-grid__pagination-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: #D9D9D9;
  transition: all 0.2s ease-in-out;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.36px;
  text-decoration: none;
}
.resources-grid-with-filter-block .resources-grid__pagination-item a:hover, .resources-grid-with-filter-block .resources-grid__pagination-item a:focus,
.resources-grid-with-filter-block .resources-grid__pagination-item span:hover,
.resources-grid-with-filter-block .resources-grid__pagination-item span:focus {
  background-color: #E24A02;
  color: #ffffff;
  border-color: #E24A02;
}
.resources-grid-with-filter-block .resources-grid__pagination-item a.current,
.resources-grid-with-filter-block .resources-grid__pagination-item span.current {
  background-color: #E24A02;
  color: #ffffff;
  border-color: #E24A02;
}
.resources-grid-with-filter-block .resources-grid__pagination-item.disabled a,
.resources-grid-with-filter-block .resources-grid__pagination-item.disabled span {
  opacity: 0.5;
  cursor: not-allowed;
}
.resources-grid-with-filter-block .resources-grid__pagination-item.disabled a:hover,
.resources-grid-with-filter-block .resources-grid__pagination-item.disabled span:hover {
  background-color: #D9D9D9;
  color: #000;
}

/*# sourceMappingURL=resources-grid-with-filter-style.css.map */
