.podcast-item{position:relative}.podcast-item .image{position:relative;-webkit-mask-image:url(/app/themes/agium/assets/images/shapes/podcast-shape.svg);mask-image:url(/app/themes/agium/assets/images/shapes/podcast-shape.svg);-webkit-mask-size:cover;mask-size:cover;-webkit-mask-position:bottom right;mask-position:bottom right;border-radius:25px;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.podcast-item .image img{margin-bottom:-7px;-o-object-fit:cover;object-fit:cover;width:100%}.podcast-item .image .podcast-label{position:absolute;bottom:2em;left:2em;background-color:var(--white)}.podcast-item .content{margin-top:1em}.podcast-item .content h3{margin:0;font-size:26px}.podcast-item .content h3 a:hover{text-decoration:none}.podcast-item .content .meta-info{margin-top:1em}.podcast-item .arrow-call-to-action{display:inline-block;position:relative;width:45px;height:45px;border-radius:50%;background-color:var(--lime-green)}.podcast-item .arrow-call-to-action:before{content:"\e955";font-family:icomoon;position:absolute;left:19px;top:10px;font-size:18px}.podcast-item .arrow-call-to-action:focus:before,.podcast-item .arrow-call-to-action:hover:before{animation-duration:2.5s;animation-iteration-count:infinite;animation-name:arrowAnimation}.podcast-item .call-to-action{margin-top:1em}.podcast-item:hover .arrow-call-to-action:before{animation-duration:2.5s;animation-iteration-count:infinite;animation-name:arrowAnimation}