.PlaylistsItemCard{position:relative;border-radius:8px;width:100%;height:96px;display:flex;align-items:flex-start;justify-content:flex-start;overflow:hidden;box-sizing:border-box;background:linear-gradient(180deg,rgba(0,0,0,0) 0,rgba(0,0,0,.4) 100%),var(--bg-color)}@media screen and (max-width:767px){.PlaylistsItemCard{height:64px}}.PlaylistsItemCard-image{position:absolute;right:16px;top:24px;border-radius:4px;box-shadow:0 4px 50px 0 rgba(0,0,0,.5019607843)}@media screen and (max-width:767px){.PlaylistsItemCard-image{right:12px;top:12px}}.PlaylistsItemCard-title{position:relative;font-weight:var(--font-weight-700);font-size:var(--font-size-16);line-height:var(--line-height-120);letter-spacing:var(--letter-spacing-05);text-align:left;padding:24px 16px;color:var(--color-white);max-width:calc(100% - 112px)}@media screen and (max-width:767px){.PlaylistsItemCard-title{font-size:var(--font-size-13);padding:12px 10px;max-width:calc(100% - 81px)}}.PlaylistsLandingContent{margin-bottom:24px;max-width:1000px}.PlaylistsLandingContent-headerContainer{display:flex;align-items:center;justify-content:space-between}.PlaylistsLandingContent-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(238px,1fr));grid-gap:16px;gap:16px;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{margin-top:25px}}@media screen and (max-width:900px){.PlaylistsLandingContent-cards{grid-template-columns:repeat(3,1fr);gap:16px}}@media screen and (max-width:767px){.PlaylistsLandingContent{max-width:100%;margin-top:4px}.PlaylistsLandingContent-heading{width:100%;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:center;gap:16px;flex-wrap:wrap}.PlaylistsLandingContent-cards{grid-template-columns:repeat(2,1fr);gap:8px;margin-top:25px}}