.podcast-portfolio{position:relative}.podcast-portfolio__container{margin:0 auto;max-width:80rem}.podcast-portfolio__header{margin-bottom:3rem;text-align:center}.podcast-portfolio__icon{display:block;margin:0 auto 2em;max-width:75px}.podcast-portfolio__badge{background-color:#d957571a;border-radius:9999px;color:#d95757;display:inline-block;font-weight:600;margin-bottom:1rem;padding:.375rem 1rem}.podcast-portfolio__title{color:#d95757;font-weight:700;margin-bottom:1rem}.podcast-portfolio__subtitle{margin:0 auto;max-width:42rem}.podcast-portfolio__grid{display:grid;gap:1rem;grid-template-columns:repeat(2,1fr)}.podcast-card{background-color:#fff;border-radius:.75rem;box-shadow:0 1px 3px rgba(0,0,0,.1);overflow:hidden;position:relative;transition:all .5s ease}.podcast-card:hover{box-shadow:0 20px 25px -5px #e9701e1a;transform:translateY(-4px)}.podcast-card__inner{position:relative}.podcast-card__content{background:#fff;padding:20px;position:relative;z-index:9}.podcast-card__title{font-size:18px;line-height:1.2;margin:0}.podcast-card__image-wrapper{aspect-ratio:1280/720;height:100%;padding:0;width:100%}.podcast-card__image{height:100%;object-fit:contain;transition:transform .7s ease;width:100%}.podcast-card:hover .podcast-card__image{transform:scale(1.1)}.podcast-card__overlay{background:linear-gradient(0deg,#033d75cc,#023f7366,transparent);display:flex;flex-direction:column;inset:0;justify-content:flex-end;opacity:0;padding:1rem;position:absolute;transition:opacity .3s ease}.podcast-card:hover .podcast-card__overlay{opacity:1}.podcast-card__cta{align-items:center;backdrop-filter:blur(4px);background-color:hsla(0,0%,100%,.2);border-radius:.5rem;color:#fff;display:flex;font-size:.875rem;font-weight:500;gap:.5rem;justify-content:center;padding:.5rem;text-decoration:none;transition:background-color .3s ease;width:100%}.podcast-card__cta:hover{background-color:#fff}.podcast-portfolio__cta-wrapper{margin-top:3rem;text-align:center}.podcast-portfolio__cta-btn{align-items:center;background-color:#d95757;border-radius:9999px;color:#fff;display:flex;font-weight:600;gap:.5rem;justify-content:center;margin:0 auto;min-width:130px;padding:1rem 2rem;text-decoration:none;transition:all .3s ease;width:max-content}.podcast-portfolio__cta-btn:hover{background-color:#c65454;color:#fff}@media screen and (min-width:768px){.podcast-portfolio__grid{grid-template-columns:repeat(3,1fr)}.podcast-card--medium{grid-row:span 2}.podcast-card--large{grid-column:span 2;grid-row:span 2}}@media screen and (min-width:1024px){.podcast-portfolio__grid{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:460px){.podcast-portfolio__grid{grid-template-columns:1fr}}.has-iframe:not(.has-youtube) .f-html{height:auto;max-width:700px;padding:10px;width:95%}.has-iframe:not(.has-youtube) .f-html .f-iframe{height:200px}.podcast-card:hover .podcast-card__title{color:#d95757}