@keyframes loadingSpinner{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.card-list__controls{padding-bottom:4.2666666667rem;display:flex;flex-direction:row;align-items:center;justify-content:flex-end;flex-wrap:nowrap;gap:0}.card-list__controls .form__select-wrapper{max-width:13.3333333333rem}.card-list__filters{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;flex-wrap:nowrap;gap:1.3333333333rem}.card-list__filters .card-list__filters-label{margin:0;font-weight:700;white-space:nowrap}.card-list__filters .form__select{text-transform:uppercase;letter-spacing:.08rem}.card-list__filters .form__select-icon{color:var(--site-accent)}.card-list__list{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));-moz-column-gap:1.6rem;column-gap:1.6rem;row-gap:3.2rem;padding:0}@media screen and (min-width: 0)and (max-width: 730px){.card-list__list{grid-template-columns:repeat(1, minmax(0, 1fr))}}@media screen and (min-width: 731px){.card-list__list.card-list__list--2-col{grid-template-columns:repeat(2, minmax(0, 1fr))}}