  .podcast_block .text_header{grid-area:title;padding-bottom:0}.podcast_block__item{display:grid;grid-template-columns:4rem 1fr;grid-template-rows:auto 1rem;grid-template-areas:"title title" "image imageCompany" "image author" "image author" "content content" "player player" "footer footer";-moz-column-gap:.75rem;column-gap:.75rem;row-gap:.75rem}.podcast_block__item__no_author_image{grid-template-columns:1fr;grid-template-areas:"title" "author" "imageCompany" "content" "player" "footer"}.podcast_block__item__no_author_image .podcast_block__image__company_logo{justify-content:start}.podcast_block__item__no_company_logo{grid-template-rows:auto auto;grid-template-areas:"title title" "image author" "image author" "content content" "player player" "footer footer"}.podcast_block__item__no_company_logo .podcast_block__author{display:flex;align-self:center}.podcast_block__item__no_media{grid-template-columns:1fr;grid-template-rows:auto auto;grid-template-areas:"title" "author" "content" "player" "footer"}.podcast_block__image{position:relative;width:4rem;height:4rem}.podcast_block__image,.podcast_block__image img{overflow:hidden;border-radius:50%;display:block;margin:0}.podcast_block__image img{position:absolute;top:0;right:0;bottom:0;left:0;width:inherit;height:inherit;-o-object-fit:cover;object-fit:cover;-o-object-position:50% 50%;object-position:50% 50%}.podcast_block__image{width:100%;height:auto;padding-top:100%;margin:auto}.podcast_block__image_wrapper{grid-area:image}.podcast_block__image__company_logo{width:100%;max-width:100%;margin:auto;grid-area:imageCompany;display:flex;justify-content:flex-start;align-items:center}.podcast_block__image__company_logo img{max-width:7.5rem}.podcast_block__author{grid-area:author;font-size:.75rem;line-height:1.25rem;letter-spacing:normal;font-family:articulat-cf,Arial;font-weight:500;color:#130021}.podcast_block__content{grid-area:content;width:100%;position:relative}.podcast_block__content .text_animate,.podcast_block__content:before{font-size:.875rem;line-height:1.375rem;letter-spacing:normal;font-family:articulat-cf,Arial;font-weight:800;color:#0f001b;margin:0!important;display:block}.podcast_block__content:before{content:attr(data-content);color:#dedede!important;position:relative;z-index:1;pointer-events:none;visibility:hidden}.podcast_block__content .text_animate{position:absolute;left:0;top:0;right:0;bottom:0;color:#170008;z-index:2}.podcast_block__content .text_animate span{opacity:0;pointer-events:none}.podcast_block__content .text_animate span.animated{pointer-events:auto;animation:opacityHalf .3s;animation-fill-mode:both;opacity:1}.podcast_block__player{grid-area:player;position:relative;display:grid;height:2rem;grid-template-columns:2rem 1fr;grid-template-areas:"play progress";-moz-column-gap:.75rem;column-gap:.75rem;transition:all .3s ease}.podcast_block__player:not([disabled]){animation:opacityHalf .3s;animation-fill-mode:both;opacity:1}.podcast_block__player__button_play{grid-area:play;position:relative;width:2rem;height:2rem;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;overflow:hidden;flex-shrink:0;background-color:#d48806;transition:all .3s ease;cursor:pointer}.podcast_block__player__button_play[data-status=muted],.podcast_block__player__button_play[data-status=repeat]{background-color:#ff4252}.podcast_block__player__button_play:hover{filter:brightness(.9)}.podcast_block__player__button_play:active{box-shadow:inset 0 0 .3125rem rgba(0,0,0,.5)}.podcast_block__player__button_play:active .icon{transform:scale(.9)}.podcast_block__player__button_play:focus{box-shadow:inset 0 0 .625rem rgba(0,0,0,.65)}.podcast_block__player__button_play:focus .icon{transform:scale(1.1)}.podcast_block__player__button_play .icon{width:1.25rem;height:1.25rem;position:absolute;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:opacity .3s ease,transform .3s ease;opacity:0;z-index:-1}.podcast_block__player__button_play .icon,.podcast_block__player__button_play .icon:after,.podcast_block__player__button_play .icon:before{display:inline-flex;width:1.25rem;height:1.25rem;font-size:1.25rem;line-height:1.25rem;color:#fff}.podcast_block__player__button_play .icon--pause,.podcast_block__player__button_play .icon--play{width:.9375rem;height:.9375rem;align-items:center;justify-content:center}.podcast_block__player__button_play .icon--pause:before,.podcast_block__player__button_play .icon--play:before{content:"";width:.9375rem;height:.9375rem;display:inline-flex}.podcast_block__player__button_play .icon--play:before{border-style:solid;border-width:.5rem 0 .5rem .75rem;border-color:transparent transparent transparent #fff;margin-left:3px}.podcast_block__player__button_play .icon--pause:before{width:.625rem;border-left:.1875rem solid #fff;border-right:.1875rem solid #fff}.podcast_block__player__button_play[data-status=muted] [data-icon=muted],.podcast_block__player__button_play[data-status=pause] [data-icon=pause],.podcast_block__player__button_play[data-status=play] [data-icon=play],.podcast_block__player__button_play[data-status=repeat] [data-icon=repeat]{animation:opacityHalf .3s;animation-fill-mode:both;opacity:1;z-index:1}.podcast_block__player_audio{display:block!important;position:absolute;width:100%;height:100%;opacity:0;pointer-events:none;z-index:-1}.podcast_block__player__progress{grid-area:progress;width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none!important;height:2rem;background:transparent url(/img/audio-bars.svg) no-repeat 0 50%;background-size:auto 100%}.podcast_block__player__progress::-moz-progress-bar{width:100%;height:100%;background-color:transparent;-webkit-mask-image:url(/img/audio-bars.svg);-webkit-mask-repeat:no-repeat;-webkit-mask-position:0 50%;-webkit-mask-size:auto 100%}.podcast_block__player__progress::-webkit-progress-bar{width:100%;height:100%;background-color:transparent;-webkit-mask-image:url(/img/audio-bars.svg);mask-image:url(/img/audio-bars.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:0 50%;mask-position:0 50%;-webkit-mask-size:auto 100%;mask-size:auto 100%}.podcast_block__player__progress::-moz-progress-bar{background-color:#d48806}.podcast_block__player__progress::-webkit-progress-value{background-color:#d48806}.podcast_block__footer{grid-area:footer}@media screen and (min-width:37.5rem){.podcast_block__item{row-gap:1rem}.podcast_block__content .text_animate,.podcast_block__content:before{font-family:articulat-cf,Arial;font-size:1.125rem;line-height:1.75rem;font-weight:600;letter-spacing:normal;color:#0f001b;margin-bottom:.5rem}.podcast_block__player{height:2.625rem;grid-template-columns:2.625rem 1fr;-moz-column-gap:1rem;column-gap:1rem}.podcast_block__player__button_play{width:2.625rem;height:2.625rem}.podcast_block__player__progress{height:2.625rem}}@media screen and (min-width:56.25rem){.podcast_block .text_header{padding-bottom:.5rem}.podcast_block__item{grid-template-columns:7.5rem 1fr;grid-template-rows:auto 1fr;grid-template-areas:". title" "image author" "image content" "imageCompany content" ". player" ". footer";-moz-column-gap:1.5rem;column-gap:1.5rem;align-items:start}.podcast_block__item__no_author_image{grid-template-columns:1fr;grid-template-areas:"title" "author" "imageCompany" "content" "player" "footer"}.podcast_block__item__no_media{grid-template-columns:1fr;grid-template-areas:"title" "author" "content" "content" "player" "footer"}.podcast_block__image__company_logo{justify-content:center}.podcast_block__author{font-size:.875rem;line-height:1.375rem;letter-spacing:normal;font-family:articulat-cf,Arial;font-weight:500;color:#130021}.podcast_block__content .text_animate,.podcast_block__content:before{font-family:articulat-cf,Arial;font-size:1.5rem;line-height:2rem;letter-spacing:normal;font-weight:600;color:#0f001b;margin-bottom:1rem;margin:0}.podcast_block__player{-moz-column-gap:1.5rem;column-gap:1.5rem}}