@keyframes spin{0{transform:rotate(0)}
100%{transform:rotate(360deg)}
}
.list-component{background-color:var(--list-component-bg-color,var(--primary-color-bg));color:var(--list-component-fg-color,var(--primary-color-fg))}
.list-component__tags{display:flex;order:0;gap:12px;padding:24px 0}
@media(min-width:1024px){.list-component__tags{order:1;padding-top:24px}
}
.list-component__tags-list{display:flex;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-start;overflow-x:auto;gap:12px}
@media(min-width:1024px){.list-component__tags-list{flex-wrap:wrap;justify-content:flex-start}
}
.list-component__tags-list::-webkit-scrollbar{display:none}
.list-component__tags-item{border:1px solid #fff;min-width:max-content;cursor:pointer}
.list-component__tags-item:hover{background:#fff;color:#000}
.list-component__tags-item.active{background:#fff;color:#000}
.list-component.bg-primary{--list-component-bg-color:var(--primary-color-bg);--list-component-fg-color:var(--primary-color-fg)}
.list-component.bg-secondary{--list-component-bg-color:var(--secondary-color-bg);--list-component-fg-color:var(--secondary-color-fg)}
.list-component.bg-tertiary{--list-component-bg-color:var(--tertiary-color-bg);--list-component-fg-color:var(--tertiary-color-fg);--tag-color-bg-tertiary:#fff}
.list-component.bg-tertiary .list-component__tags-item{background:#fff;color:var(--tertiary-color-fg)}
.list-component.bg-tertiary .list-component__tags-item:hover{background:var(--tertiary-color-fg);color:#fff}
.list-component.bg-tertiary .list-component__tags-item.active{background:var(--tertiary-color-fg);color:#fff}
.list-component__heading{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;padding-top:20px}
@media(min-width:1024px){.list-component__heading{justify-content:space-between;gap:16px;padding-top:40px}
}
.list-component__heading__inner{display:flex;align-items:center;gap:8px;width:100%}
@media(min-width:1024px){.list-component__heading__inner{margin-top:0;width:clamp(220px,70%,966px)}
}
.list-component__heading__icon{font-size:24px}
@media(min-width:1280px){.list-component__heading__icon{font-size:28px}
}
.list-component__heading__search{order:1}
@media(min-width:1024px){.list-component__heading__search{order:0}
}
.list-component__heading__search.hdr-field-group{margin-bottom:0;width:100%}
@media(min-width:1024px){.list-component__heading__search.hdr-field-group{margin-left:auto;width:328px}
}
.list-component__heading__search.hdr-field-group .hdr-input{width:100%}
@media(min-width:1024px){.list-component__heading__search.hdr-field-group .hdr-input{width:328px}
}
.list-component__heading__search__icon{position:absolute;top:40%;right:12px;left:unset;transform:translateY(-40%);width:20px;height:20px;color:#1d1d1b}
.list-component__heading__pretitle{font-family:var(--primary-font);font-style:normal;font-weight:700;text-transform:uppercase;font-size:14px;line-height:1.1428;letter-spacing:2px}
.list-component__heading__title{font-family:var(--primary-font);font-style:normal;font-weight:700;font-size:28px;line-height:1.0714;letter-spacing:-0.84px}
@media(min-width:1024px){.list-component__heading__title{font-family:var(--primary-font);font-style:normal;font-weight:700;font-size:48px;line-height:1.1666;letter-spacing:-1.44px}
}
.list-component__filters-search{display:flex;flex-direction:column}
.list-component__cards{display:block;margin-top:16px;padding-bottom:8px}
@media(min-width:1024px){.list-component__cards{order:0}
}
.list-component__cards__cards-page{display:grid;gap:32px;padding-bottom:32px}
@media(min-width:768px){.list-component__cards__cards-page.default{grid-template-rows:auto}
.list-component__cards__cards-page.default.items-3{grid-template-columns:repeat(3,1fr)}
.list-component__cards__cards-page.default.items-4{grid-template-columns:repeat(2,1fr)}
}
@media(min-width:1024px){.list-component__cards__cards-page.default{grid-template-rows:auto}
.list-component__cards__cards-page.default.items-4{grid-template-columns:repeat(4,1fr)}
}
.list-component__cards__cards-page.default .list-component__card--solid{height:350px}
@media(min-width:1024px){.list-component__cards__cards-page.default .list-component__card--solid{height:474px}
}
@media(min-width:768px){.list-component__cards__cards-page.layout1{grid-template-rows:auto;grid-template-columns:repeat(2,1fr)}
}
@media(min-width:1024px){.list-component__cards__cards-page.layout1{grid-template-rows:auto;grid-template-columns:repeat(6,1fr)}
.list-component__cards__cards-page.layout1>:nth-child(1){grid-area:1 / 1 / 2 / 3}
.list-component__cards__cards-page.layout1>:nth-child(2){grid-area:1 / 3 / 2 / 5}
.list-component__cards__cards-page.layout1>:nth-child(3){grid-area:1 / 5 / 2 / 7}
.list-component__cards__cards-page.layout1>:nth-child(4){grid-area:2 / 1 / 3 / 4}
.list-component__cards__cards-page.layout1>:nth-child(5){grid-area:2 / 4 / 3 / 7}
.list-component__cards__cards-page.layout1>:nth-child(6){grid-area:3 / 1 / 4 / 3}
.list-component__cards__cards-page.layout1>:nth-child(7){grid-area:3 / 3 / 4 / 5}
.list-component__cards__cards-page.layout1>:nth-child(8){grid-area:3 / 5 / 4 / 7}
.list-component__cards__cards-page.layout1>:nth-child(9){grid-area:4 / 1 / 5 / 7}
}
.list-component__cards__cards-page.layout1 .list-component__card--solid{height:514px;max-height:514px}
.list-component__cards__cards-page.layout1 .list-component__card--solid .list-component__card__img-container{height:calc(100% - 248px)}
.list-component__cards__cards-page.layout1 .list-component__card--solid .list-component__card__content{min-height:248px}
.list-component__cards__cards-page.layout1 .list-component__card--solid .list-component__card__title{overflow:hidden;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;text-overflow:ellipsis;margin:0}
@media(min-width:768px){.list-component__cards__cards-page.layout2{grid-template-rows:auto;grid-template-columns:repeat(2,1fr)}
}
@media(min-width:1024px){.list-component__cards__cards-page.layout2{grid-template-rows:auto;grid-template-columns:repeat(4,1fr)}
.list-component__cards__cards-page.layout2>:nth-child(1),.list-component__cards__cards-page.layout2>.list-component__card:nth-child(1){grid-area:1 / 1 / 3 / 3;height:716px}
.list-component__cards__cards-page.layout2>:nth-child(2),.list-component__cards__cards-page.layout2>.list-component__card:nth-child(2){grid-area:1 / 3 / 2 / 4}
.list-component__cards__cards-page.layout2>:nth-child(3),.list-component__cards__cards-page.layout2>.list-component__card:nth-child(3){grid-area:1 / 4 / 2 / 5}
.list-component__cards__cards-page.layout2>:nth-child(4),.list-component__cards__cards-page.layout2>.list-component__card:nth-child(4){grid-area:2 / 3 / 3 / 5}
.list-component__cards__cards-page.layout2>:nth-child(5),.list-component__cards__cards-page.layout2>.list-component__card:nth-child(5){grid-area:3 / 1 / 4 / 2}
.list-component__cards__cards-page.layout2>:nth-child(6),.list-component__cards__cards-page.layout2>.list-component__card:nth-child(6){grid-area:3 / 2 / 4 / 3}
.list-component__cards__cards-page.layout2>:nth-child(7),.list-component__cards__cards-page.layout2>.list-component__card:nth-child(7){grid-area:3 / 3 / 4 / 4}
.list-component__cards__cards-page.layout2>:nth-child(8),.list-component__cards__cards-page.layout2>.list-component__card:nth-child(8){grid-area:3 / 4 / 4 / 5}
.list-component__cards__cards-page.layout2>:nth-child(9),.list-component__cards__cards-page.layout2>.list-component__card:nth-child(9){grid-area:4 / 1 / 5 / 3}
.list-component__cards__cards-page.layout2>:nth-child(10),.list-component__cards__cards-page.layout2>.list-component__card:nth-child(10){grid-area:5 / 1 / 6 / 2}
.list-component__cards__cards-page.layout2>:nth-child(11),.list-component__cards__cards-page.layout2>.list-component__card:nth-child(11){grid-area:5 / 2 / 6 / 3}
.list-component__cards__cards-page.layout2>:nth-child(12),.list-component__cards__cards-page.layout2>.list-component__card:nth-child(12){grid-area:4 / 3 / 6 / 5;height:716px}
.list-component__cards__cards-page.layout2>:nth-child(1):has(.list-component__card--solid),.list-component__cards__cards-page.layout2>:nth-child(12):has(.list-component__card--solid){height:980px}
.list-component__cards__cards-page.layout2>:nth-child(1):has(.list-component__card--solid) .list-component__card--solid,.list-component__cards__cards-page.layout2>:nth-child(12):has(.list-component__card--solid) .list-component__card--solid{height:980px;max-height:980px}
}
@media(max-width:576px){.list-component__cards__cards-page.layout2>:nth-child(1),.list-component__cards__cards-page.layout2>.list-component__card:nth-child(1){height:386px}
}
.list-component__cards__cards-page.layout2 .list-component__card{height:100%;max-height:350px}
@media(min-width:1024px){.list-component__cards__cards-page.layout2 .list-component__card{height:100%;max-height:474px}
}
.list-component__cards__cards-page.layout2 .list-component__card--solid{height:100%;min-height:185px}
@media(min-width:1024px){.list-component__cards__cards-page.layout2 .list-component__card--solid{height:474px;min-height:342px}
}
.list-component__cards__cards-page.layout2 .list-component__card--image{height:100%;min-height:185px}
@media(min-width:1024px){.list-component__cards__cards-page.layout2 .list-component__card--image{height:100%;min-height:342px;max-height:716px}
}
.list-component__cards--hidden{display:none}
.list-component__cards__loader{display:flex;justify-content:center;padding:40px 0;width:100%}
.list-component__cards__loader--hidden{display:none}
.list-component__card{overflow:hidden;border-radius:4px;height:350px;box-shadow:0 20px 40px -16px rgba(0,0,0,0.25);transform:scale(1)}
@media(min-width:1024px){.list-component__card{height:474px}
}
@media(prefers-reduced-motion:no-preference){.list-component__card{transition:transform var(--duration-gentle-1) ease-in}
}
.list-component__card__container{display:block;height:100%;text-decoration:none}
.list-component__card__corner{position:absolute;top:0;right:0;z-index:1;--size-corner-starred:56px;width:var(--size-corner-starred);height:var(--size-corner-starred);text-align:right}
@media(min-width:768px){.list-component__card__corner{--size-corner-starred:76px}
}
.list-component__card__corner [class^="icon-hdr-"]{position:relative;top:5px;right:9px;font-size:16px;color:var(--primary-color-fg)}
@media(min-width:768px){.list-component__card__corner [class^="icon-hdr-"]{top:12px;right:12px;font-size:22px}
}
.list-component__card__corner::before{content:"";position:absolute;top:0;right:0;transform:rotate(0);border-style:solid;border-width:0 var(--size-corner-starred) var(--size-corner-starred) 0;border-color:transparent var(--primary-color-bg) transparent transparent}
.list-component__card__img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;transform:scale(1)}
@media(prefers-reduced-motion:no-preference){.list-component__card__img{transition:transform var(--duration-gentle-1) ease-in}
}
.list-component__card:hover .list-component__card__img{transform:scale(1.03)}
@media(prefers-reduced-motion:no-preference){.list-component__card:hover .list-component__card__img{transition:transform var(--duration-gentle-1) ease-in}
}
.list-component__card__content{display:flex;flex-direction:column;padding:16px;width:100%}
.list-component__card__container-tags{overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-overflow:ellipsis;color:#b2b2b2}
.list-component__card__tag{margin-bottom:8px;color:#b2b2b2}
@media(min-width:1024px){.list-component__card__tag{font-family:var(--primary-font);font-style:normal;font-weight:700;text-transform:uppercase;font-size:14px;line-height:1.1428;letter-spacing:2px}
}
.list-component__card__title{font-family:var(--primary-font);font-style:normal;font-weight:700;font-size:20px;line-height:1.2;letter-spacing:-0.6px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis;text-wrap:balance}
.list-component__card__description{margin:0;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis}
.list-component__card__post-button{margin-top:auto;display:flex;justify-content:space-between;align-items:center;font-family:var(--primary-font);font-style:normal;font-weight:700;text-transform:uppercase;line-height:1.1428;letter-spacing:2px;font-size:14px;color:#333}
.list-component__card__post-button [class^="icon-hdr-"]{font-size:12px}
.list-component__card__post-button>*{display:flex;align-items:center;color:currentColor}
.list-component__card__post-button button{border:0;background:transparent;font-family:var(--primary-font);line-height:18px;cursor:pointer}
.list-component__card__post-button button.cta-linkarrow{padding:0;color:currentColor}
.list-component__card__text{gap:4px}
.list-component__card-wrapper{container-type:inline-size}
.list-component__card--solid .list-component__card__img-container{overflow:hidden;height:calc(100% - 208px)}
.list-component__card--solid .list-component__card__content{min-height:208px;background-color:#fff}
.list-component__card--solid .list-component__card__pretitle{margin:8px 0;color:#161616}
.list-component__card--solid .list-component__card__title{margin-bottom:8px;color:#161616}
.list-component__card--solid .list-component__card__description{margin:0;color:#9a9a9a}
.list-component__card--solidPodcast .list-component__card__img-container{overflow:hidden;height:calc(100% - 268px)}
.list-component__card--solidPodcast .list-component__card__content{gap:10px;padding:16px 24px;min-height:268px;background-color:#fff}
.list-component__card--solidPodcast .list-component__card__pretitle{color:#161616}
.list-component__card--solidPodcast .list-component__card__title{font-family:var(--primary-font);font-style:normal;font-weight:700;font-size:24px;line-height:1.25;letter-spacing:-0.72px;color:#161616}
.list-component__card--solidPodcast .list-component__card__description{margin:0;overflow:hidden;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;text-overflow:ellipsis;color:#9a9a9a}
.list-component__card--solidPodcast .list-component__card__share .icon::before{font-size:24px;color:var(--primary-color-bg)}
.list-component__card--solidPodcast .btn-play{position:relative;top:auto;left:unset;transform:translate(0,0)}
.list-component__card--image>a,.list-component__card--image>div{display:flex;align-items:flex-end;height:100%;text-decoration:none}
.list-component__card--image .list-component__card__tag-list{position:absolute;top:16px;z-index:99;overflow:scroll;display:flex;align-items:center;gap:8px;padding:0 16px;width:100%;height:30px;text-overflow:ellipsis;white-space:nowrap;-ms-overflow-style:none;scrollbar-width:none}
.list-component__card--image .list-component__card__tag-list::-webkit-scrollbar{display:none}
.list-component__card--image .list-component__card__tag-item{padding:5px 16px 4px}
.list-component__card--image .list-component__card__img-container{position:absolute;width:100%;height:100%}
.list-component__card--image .list-component__card__img-container::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,rgba(0,0,0,0) 41.73%,#000 100%)}
.list-component__card--image .list-component__card__content{position:relative;z-index:1;min-height:158px;background:transparent}
.list-component__card--image .list-component__card__pretitle,.list-component__card--image .list-component__card__title,.list-component__card--image .list-component__card__description,.list-component__card--image .list-component__card__post-button{margin-bottom:16px;color:#fff}
.list-component__card--image .list-component__card__post-button{margin-bottom:0}
.list-component__card--poster{height:720px}
@media(min-width:768px){.list-component__card--poster{height:520px}
}
@media(min-width:1024px){.list-component__card--poster{height:645px}
}
@media(min-width:1280px){.list-component__card--poster{height:720px}
}
.list-component__card--poster .list-component__card__img-container{overflow:hidden;height:calc(100% - 223px)}
.list-component__card--poster .list-component__card__content{position:relative;padding:24px 16px;min-height:223px;background-color:#1d1d1b}
.list-component__card--poster .list-component__card__pretitle{color:#fff}
.list-component__card--poster .list-component__card__title{margin-bottom:16px;padding-top:8px;color:#fff}
.list-component__card--poster .list-component__card__description{margin:0;color:#cbcbcb;font-family:var(--secondary-font);font-style:normal;font-weight:400;font-size:14px;line-height:1.1428;letter-spacing:.1px}
.list-component__card--poster .list-component__card__post-button{color:#fff}
.list-component__loader{width:90px;height:90px;animation:spin 2s linear infinite}
.list-component__arrow{display:flex;justify-content:center;padding-bottom:56px;width:100%}
.list-component__arrow--hidden{display:none}
.list-component__arrow .btn-cards{--button-slider-size:48px;display:flex;justify-content:center;align-items:center;border-radius:50%;border:solid 1px var(--list-component-fg-color,var(--primary-color-fg));margin:0;padding:0;width:var(--button-slider-size);height:var(--button-slider-size);background:transparent;cursor:pointer}
.list-component__arrow .btn-cards::after{display:none}
.list-component__arrow .btn-cards--rounded{border-width:2px}
.list-component__arrow .btn-cards--rounded .icon{transform:rotate(90deg);font-size:16px;color:var(--list-component-fg-color,var(--primary-color-fg))}
.list-component__not-found{display:flex;flex-direction:column;justify-content:center;height:480px;text-align:center;color:var(--list-component-fg-color,@neutral-600)}
.list-component__not-found--hidden{display:none}
.list-component__not-found__subtitle{font-family:var(--primary-font);font-style:normal;font-weight:700;text-transform:uppercase;font-size:14px;line-height:1.1428;letter-spacing:2px}
.list-component__not-found__title{font-family:var(--primary-font);font-style:normal;font-weight:700;font-size:32px;line-height:1.25;letter-spacing:-0.96px;text-wrap:balance}
@media(min-width:1024px){.list-component__not-found__title{font-family:var(--primary-font);font-style:normal;font-weight:700;font-size:56px;line-height:1;letter-spacing:-1.68px}
}
.list-component__advanced-filters{padding-top:32px}
@media(min-width:1024px){.list-component__advanced-filters{padding-top:82px}
}
.list-component__advanced-filters__heading{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}
@media(min-width:1024px){.list-component__advanced-filters__heading{justify-content:space-between;gap:16px}
}
.list-component__advanced-filters__heading__inner{display:flex;align-items:center;gap:8px;margin-top:20px;margin-bottom:20px;width:100%}
@media(min-width:1024px){.list-component__advanced-filters__heading__inner{margin-top:0;margin-bottom:40px}
}
.list-component__advanced-filters__heading__icon{font-size:24px}
@media(min-width:1280px){.list-component__advanced-filters__heading__icon{font-size:28px}
}
.list-component__advanced-filters__heading__container-search{display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:24px;margin-bottom:24px}
@media(min-width:1024px){.list-component__advanced-filters__heading__container-search{flex-direction:row}
}
.list-component__advanced-filters__heading__search.hdr-field-group{margin-bottom:0;width:100%}
.list-component__advanced-filters__heading__search.hdr-field-group .hdr-input{margin-bottom:0;width:100%}
.list-component__advanced-filters__heading__search__icon{position:absolute;top:40%;right:12px;left:unset;transform:translateY(-40%);width:20px;height:20px;color:#1d1d1b}
.list-component__advanced-filters__heading__button{display:flex;justify-content:center;align-items:center;gap:5px;width:100%;cursor:pointer}
@media(min-width:1024px){.list-component__advanced-filters__heading__button{justify-content:flex-start;width:121px}
}
.list-component__advanced-filters__heading__button__icon{font-size:12px}
.list-component__advanced-filters__heading__pretitle{font-family:var(--primary-font);font-style:normal;font-weight:700;text-transform:uppercase;font-size:14px;line-height:1.1428;letter-spacing:2px}
.list-component__advanced-filters__heading__title{font-family:var(--primary-font);font-style:normal;font-weight:700;font-size:28px;line-height:1.0714;letter-spacing:-0.84px}
@media(min-width:1024px){.list-component__advanced-filters__heading__title{font-family:var(--primary-font);font-style:normal;font-weight:700;font-size:48px;line-height:1.1666;letter-spacing:-1.44px}
}
.list-component__advanced-filters__filter-by{display:none;flex-direction:column;gap:18px;padding:34.5px 0;background-color:color-mix(in srgb,var(--list-component-bg-color) 100%,#000 65%)}
.list-component__advanced-filters__filter-by__container{display:flex;flex-direction:column;gap:18px}
.list-component__advanced-filters__filter-by__header{display:flex;justify-content:space-between;align-items:center}
.list-component__advanced-filters__filter-by__title{font-family:var(--primary-font);font-style:normal;font-weight:700;font-size:24px;line-height:1.25;letter-spacing:-0.72px}
.list-component__advanced-filters__filter-by__icon{cursor:pointer}
.list-component__advanced-filters__filter-by__inputs{display:flex;flex-direction:column;gap:18px}
@media(min-width:1024px){.list-component__advanced-filters__filter-by__inputs{flex-direction:row;justify-content:space-between}
}
.list-component__advanced-filters__filter-by__inputs .hdr-field-select{width:100%}
.list-component__advanced-filters__filter-by__tags{display:flex;flex-direction:column;align-items:center;gap:24px}
@media(min-width:1024px){.list-component__advanced-filters__filter-by__tags{flex-direction:row;gap:12px}
}
.list-component__advanced-filters__filter-by__tags-list{display:flex;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-start;overflow-x:auto;gap:12px;width:100%}
@media(min-width:1024px){.list-component__advanced-filters__filter-by__tags-list{flex-wrap:wrap;justify-content:flex-start;width:auto}
}
.list-component__advanced-filters__filter-by__tags-list::-webkit-scrollbar{display:none}
.list-component__advanced-filters__filter-by__tags-item{border:1px solid #fff;min-width:max-content;background:transparent;font-size:14px;font-weight:400;line-height:10.74px;cursor:pointer}
.list-component__advanced-filters__filter-by__tags-item:hover{background:#fff;color:#000}
.list-component__advanced-filters__filter-by__tags-item.active{background:#fff;color:#000}
.list-component__advanced-filters__filter-by__delete{font-family:var(--secondary-font);font-style:normal;font-weight:400;font-size:12px;line-height:1.1666;letter-spacing:.2px;line-height:15px;letter-spacing:2px;text-transform:uppercase;cursor:pointer}
@container(min-width:581px){.layout1 .list-component__card.list-component__card--solid{height:266px;min-height:266px}
.layout1 .list-component__card--solid .list-component__card__container{display:flex}
.layout1 .list-component__card--solid .list-component__card__img-container{width:50%;height:100% !important}
.layout1 .list-component__card--solid .list-component__card__content{width:50%}
}