.PlaylistsFilter{display:flex;gap:12px}.PlaylistsFilter-btn{height:36px!important;border-color:hsla(0,0%,100%,.15)!important}@media screen and (max-width:767px){.PlaylistsFilter{gap:8px}.PlaylistsFilter-btn{min-width:57px}}.PlaylistsItemCard{position:relative;border-radius:4px;width:232px;height:158px;border:1px solid var(--color-gray-transparent);display:flex;align-items:center;justify-content:center;overflow:hidden;box-sizing:border-box}@media screen and (max-width:1399px)and (min-width:768px){.PlaylistsItemCard{width:228px;height:158px}}@media screen and (max-width:767px){.PlaylistsItemCard{width:114px;height:120px}}.PlaylistsItemCard-image{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;z-index:0}.PlaylistsItemCard:after{content:"";position:absolute;left:0;right:0;top:0;bottom:0;background:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.4));z-index:1;pointer-events:none}.PlaylistsItemCard-title{position:relative;z-index:2;font-weight:var(--font-weight-700);font-size:var(--font-size-19);line-height:var(--line-height-100);letter-spacing:var(--letter-spacing-05);text-align:center;padding:12px;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.5)}@media screen and (max-width:767px){.PlaylistsItemCard-title{font-size:var(--font-size-14)}}.PlaylistsLandingContent{margin-bottom:24px;max-width:1000px}.PlaylistsLandingContent-headerContainer{display:flex;align-items:center;justify-content:space-between}.PlaylistsLandingContent-cards{display:flex;flex-wrap:wrap;gap:24px;margin-top:16px}.PlaylistsLandingContent-heading{font-size:var(--font-size-19);font-weight:var(--font-weight-800);text-transform:uppercase;line-height:var(--line-height-140)}.PlaylistsLandingContent-heading-link{color:var(--color-orange);font-size:var(--font-size-14);font-weight:var(--font-weight-700);margin-left:12px}.PlaylistsLandingContent-heading-block{padding:12px 0 20px;display:flex;align-items:center}.PlaylistsLandingContent-heading-viewAll{color:var(--color-orange);font-size:var(--font-size-14);font-weight:var(--font-weight-700);margin-left:auto}@media screen and (min-width:768px)and (max-width:1399px){.PlaylistsLandingContent{max-width:100%}.PlaylistsLandingContent-heading{font-size:var(--font-size-16);font-weight:var(--font-weight-800);text-transform:uppercase;line-height:var(--line-height-140)}.PlaylistsLandingContent-headerContainer{display:flex;align-items:center;justify-content:space-between}.PlaylistsLandingContent-cards{display:flex;flex-wrap:wrap;justify-content:space-between;row-gap:20px;column-gap:0;margin-top:25px}}@media screen and (max-width:767px){.PlaylistsLandingContent{max-width:100%;margin-top:4px}.PlaylistsLandingContent-heading{font-size:var(--font-size-16);font-weight:var(--font-weight-800);text-transform:uppercase;line-height:var(--line-height-140)}.PlaylistsLandingContent-headerContainer{display:flex;align-items:center;justify-content:space-between}.PlaylistsLandingContent-cards{display:flex;flex-wrap:wrap;margin-top:25px;justify-content:space-between;row-gap:8px;column-gap:0}}