.dynamic-content-scroller{--dynamic-content-bg:#fff;--dynamic-content-ink:#2b2b35;--dynamic-content-muted:#5f5f68;color:var(--dynamic-content-ink);overflow:hidden;position:relative}.dynamic-content-scroller__header{align-items:center;display:flex;gap:2rem;justify-content:space-between;margin-bottom:2.4rem}.dynamic-content-scroller__header--controls-only{justify-content:flex-end}.dynamic-content-scroller__heading{color:var(--dynamic-content-ink);font-size:clamp(2rem,2vw,2.8rem);margin:0}.dynamic-content-scroller__controls{align-items:center;display:flex;flex:0 0 auto;gap:.6rem}.dynamic-content-scroller__control{align-items:center;appearance:none;background:#fff;border:.1rem solid rgba(43,43,53,.22);border-radius:50%;color:var(--dynamic-content-ink);cursor:pointer;display:inline-flex;height:3rem;justify-content:center;padding:0;position:relative;width:3rem}.dynamic-content-scroller__control:active,.dynamic-content-scroller__control:focus,.dynamic-content-scroller__control:hover{background:#f3f3f1;color:var(--dynamic-content-ink)}.dynamic-content-card__link:focus-visible,.dynamic-content-scroller__control:focus-visible{outline:.2rem solid var(--tertiary-color);outline-offset:.2rem}.dynamic-content-scroller__control--next:before,.dynamic-content-scroller__control--previous:before{border-color:currentColor;border-style:solid;content:"";display:block;height:.7rem;width:.7rem}.dynamic-content-scroller__control--previous:before{border-width:0 0 .2rem .2rem;transform:translateX(.2rem) rotate(45deg)}.dynamic-content-scroller__control--next:before{border-width:.2rem .2rem 0 0;transform:translateX(-.2rem) rotate(45deg)}.dynamic-content-scroller__control--next:active:before,.dynamic-content-scroller__control--next:focus:before,.dynamic-content-scroller__control--next:hover:before,.dynamic-content-scroller__control--previous:active:before,.dynamic-content-scroller__control--previous:focus:before,.dynamic-content-scroller__control--previous:hover:before{border-color:var(--dynamic-content-ink)}.dynamic-content-scroller__control--pause{gap:.35rem}.dynamic-content-scroller__control--pause span{background:currentColor;display:block;height:1rem;width:.25rem}.dynamic-content-scroller__control--pause:active span,.dynamic-content-scroller__control--pause:focus span,.dynamic-content-scroller__control--pause:hover span{background:var(--dynamic-content-ink)}.dynamic-content-scroller.is-paused .dynamic-content-scroller__control--pause span:first-child{clip-path:polygon(0 0,100% 50%,0 100%);height:1.2rem;width:.9rem}.dynamic-content-scroller.is-paused .dynamic-content-scroller__control--pause span:last-child{display:none}.dynamic-content-scroller__viewport{cursor:grab;overflow:hidden;position:relative;touch-action:pan-y;width:100%}.dynamic-content-scroller--fits .dynamic-content-scroller__viewport,.dynamic-content-scroller--static .dynamic-content-scroller__viewport{cursor:default}.dynamic-content-scroller.is-dragging .dynamic-content-scroller__viewport{cursor:grabbing}.dynamic-content-scroller--fits .dynamic-content-scroller__track{transform:none!important;will-change:auto}.dynamic-content-scroller--fits .dynamic-content-scroller__controls,.dynamic-content-scroller--fits .dynamic-content-scroller__fade,.dynamic-content-scroller--fits .dynamic-content-scroller__header--controls-only,.dynamic-content-scroller--fits .dynamic-content-scroller__list[aria-hidden=true]{display:none}.dynamic-content-scroller__track{display:flex;gap:2.4rem;position:relative;width:max-content;will-change:transform;z-index:1}.dynamic-content-scroller__list{align-items:stretch;display:flex;gap:2.4rem;list-style:none;margin:0;padding:0}.dynamic-content-scroller__item{display:flex;flex:0 0 auto;margin:0;width:min(86vw,44rem)}.dynamic-content-card{--dynamic-content-type-color:#8a8a92;background:#fff;border-top:1rem solid var(--dynamic-content-type-color);display:flex;margin:0;width:100%}.dynamic-content-card--type-podcast{--dynamic-content-type-color:var(--primary-color)}.dynamic-content-card--type-training{--dynamic-content-type-color:var(--quaternary-color)}.dynamic-content-card--type-event{--dynamic-content-type-color:#0091cc}.dynamic-content-card--type-article{--dynamic-content-type-color:var(--quinary-color)}.dynamic-content-card__link{display:flex;flex-direction:column;width:100%}.dynamic-content-card__link,.dynamic-content-card__link:focus,.dynamic-content-card__link:hover{color:inherit;text-decoration:none}.dynamic-content-card__featured-image-wrap{aspect-ratio:16/9;background:#e8e8e5;display:block;flex:0 0 auto;overflow:hidden;width:100%}.dynamic-content-card__featured-image{display:block;height:100%;object-fit:cover;transition:transform .24s ease;width:100%;-webkit-user-drag:none}.dynamic-content-card__link:focus .dynamic-content-card__featured-image,.dynamic-content-card__link:hover .dynamic-content-card__featured-image{transform:scale(1.025)}.dynamic-content-card__masthead{align-items:center;display:flex;gap:2rem;justify-content:space-between;margin-bottom:2.8rem}.dynamic-content-card__body{display:flex;flex:1 1 auto;flex-direction:column;padding:2.6rem;position:relative}.dynamic-content-card__series-title{color:var(--dynamic-content-ink);display:block;flex:1 1 auto;font-family:Bitter,serif;font-size:1.5rem;font-weight:800;line-height:1.25;min-width:0}.dynamic-content-card__series-logo-wrap{align-items:center;display:flex;flex:1 1 auto;min-height:4.5rem;min-width:0}.dynamic-content-card__series-logo{display:block;height:auto;max-height:5.2rem;max-width:min(100%,20rem);object-fit:contain;object-position:left center;width:auto;-webkit-user-drag:none}.dynamic-content-card__title{color:var(--dynamic-content-ink);font-family:Bitter,serif;font-size:clamp(2rem,1.45vw,2.2rem);font-weight:700;line-height:1.16}.dynamic-content-card__description{color:var(--dynamic-content-muted);display:block;font-size:1.5rem;line-height:1.45;margin-top:1.2rem}.dynamic-content-card__team{align-items:flex-start;display:flex;flex:0 1 auto;flex-direction:column;gap:.55rem;justify-content:center;min-width:0}.dynamic-content-card--has-featured-image .dynamic-content-card__masthead{align-items:center;margin-bottom:2rem;min-height:0}.dynamic-content-card--has-featured-image.dynamic-content-card--has-multiple-hosts .dynamic-content-card__masthead{padding-right:0}.dynamic-content-card--has-featured-image .dynamic-content-card__series-logo-wrap{align-items:center}.dynamic-content-card--has-featured-image .dynamic-content-card__title{min-height:0;padding-right:0}.dynamic-content-card--has-featured-image.dynamic-content-card--has-multiple-hosts .dynamic-content-card__title{padding-right:0}.dynamic-content-card__team--overlay{margin-left:auto;margin-top:-7.4rem;position:relative;z-index:2;marin-right:-1rem;align-items:center;align-self:flex-start;flex:0 0 12rem;text-align:center;width:12rem}.dynamic-content-card__team--overlay.dynamic-content-card__team--multiple{flex-basis:24rem;width:24rem}.dynamic-content-card__team--overlay .dynamic-content-card__people{align-items:flex-start;justify-content:center;width:100%}.dynamic-content-card__team--overlay .dynamic-content-card__person{flex:1 1 0;flex-direction:column;gap:.7rem}.dynamic-content-card__team--overlay .dynamic-content-card__person-copy{align-items:center}.dynamic-content-card__team-label{color:var(--primary-color);display:block;flex:0 0 auto;font-size:1.1rem;font-weight:800;letter-spacing:.04em;line-height:1.2;margin:0;text-transform:uppercase}.dynamic-content-card__people{align-items:center;display:flex;gap:1rem}.dynamic-content-card__person{align-items:center;color:var(--dynamic-content-ink);display:flex;gap:1.1rem;line-height:1.2;min-width:0}.dynamic-content-card__person img{border-radius:50%;display:block;flex:0 0 4.6rem;height:4.6rem;object-fit:cover;width:4.6rem}.dynamic-content-card--has-featured-image .dynamic-content-card__person img{border:.5rem solid #fff;flex-basis:9.6rem;height:9.6rem;position:relative;width:9.6rem;z-index:2}.dynamic-content-card__person-copy{display:flex;flex-direction:column;gap:.25rem;min-width:0}.dynamic-content-card__person-name{color:var(--dynamic-content-ink);font-size:1.35rem;font-weight:800}.dynamic-content-card__person-role{color:var(--dynamic-content-muted);font-size:1.2rem;font-weight:600;line-height:1.3}.dynamic-content-card__cta{align-items:center;color:var(--quaternary-color);display:inline-flex;font-size:1.4rem;font-weight:800;gap:.6rem;margin-top:auto;padding-top:1.8rem}.dynamic-content-card__cta span{transition:transform .18s ease}.dynamic-content-card__link:hover .dynamic-content-card__cta span{transform:translateX(.3rem)}.dynamic-content-scroller__fade{bottom:0;pointer-events:none;position:absolute;top:0;width:min(7vw,7rem);z-index:3}.dynamic-content-scroller__fade--left{background:linear-gradient(90deg,var(--dynamic-content-bg),transparent);left:0}.dynamic-content-scroller__fade--right{background:linear-gradient(270deg,var(--dynamic-content-bg),transparent);right:0}.dynamic-content-scroller__empty{border:.1rem dashed #999;padding:2rem;text-align:center}@media (max-width:767px){.dynamic-content-scroller__header{align-items:flex-start}.dynamic-content-scroller__item{width:min(88vw,36rem)}.dynamic-content-card__body{padding:2rem}.dynamic-content-card__series-title{font-size:1.45rem}.dynamic-content-card__series-logo{max-height:4.2rem;max-width:16rem}.dynamic-content-card__title{font-size:1.85rem}.dynamic-content-card__masthead{align-items:flex-start;flex-direction:column;gap:1.2rem;margin-bottom:2.2rem}.dynamic-content-card--has-featured-image .dynamic-content-card__masthead{align-items:center;flex-direction:row;margin-bottom:1.6rem;min-height:0;padding-right:0}.dynamic-content-card--has-featured-image.dynamic-content-card--has-multiple-hosts .dynamic-content-card__masthead{padding-right:0}.dynamic-content-card--has-featured-image .dynamic-content-card__title{min-height:0;padding-right:0}.dynamic-content-card--has-featured-image.dynamic-content-card--has-multiple-hosts .dynamic-content-card__title{padding-right:0}.dynamic-content-card__team{justify-content:flex-start}.dynamic-content-card__team--overlay{flex-basis:10.5rem;margin-top:-6.1rem;width:10.5rem}.dynamic-content-card__team--overlay.dynamic-content-card__team--multiple{flex-basis:21rem;width:21rem}.dynamic-content-card__person img{flex-basis:4.2rem;height:4.2rem;width:4.2rem}.dynamic-content-card--has-featured-image .dynamic-content-card__person img{flex-basis:8.2rem;height:8.2rem;width:8.2rem}}@media (prefers-reduced-motion:reduce){.dynamic-content-scroller__track{will-change:auto}.dynamic-content-card__cta span,.dynamic-content-card__featured-image{transition:none}}