/*

Usage:
@include breakpoint(laptop) {
  // styles for laptop and wider
}
@include breakpoint(laptop, 800px) {
  // styles for laptop width and screens up to 800px tall
  // useful for targeting shorter laptop screens
}

@include breakpoint(desktop, 900px) {
  // styles for desktop width but shorter screens
}
  */
/*-----------------------
EASING 
---------------------- */
/* ------ Sponsor Logos Carousel ------------ */
.podcast-cards {
  overflow: hidden;
}
.podcast-cards .podcasts-intro h2 {
  font-size: var(--font-size-lg);
  letter-spacing: -2px;
}
.podcast-cards .podcast-intro-heading {
  padding-left: 2.8rem;
  padding-right: 2.8rem;
}
@media (min-width: 1024px) {
  .podcast-cards .podcast-intro-heading {
    padding-left: 0;
    padding-right: 0;
  }
}
.podcast-cards .podcast-links-wrapper {
  padding-left: 2.8rem;
  padding-right: 2.8rem;
}
.podcast-cards .podcast-links-wrapper.mobile-only {
  padding: 0 var(--padding-horizontal);
  margin-top: 4rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .podcast-cards .podcast-links-wrapper.mobile-only {
    display: none;
  }
}
.podcast-cards .podcast-links-wrapper.hide-on-mobile {
  display: none;
}
@media (min-width: 1024px) {
  .podcast-cards .podcast-links-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.podcast-cards .podcast-links-button {
  width: 100%;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.podcast-cards .podcast-links-button .button {
  width: 100%;
}
@media (min-width: 1024px) {
  .podcast-cards .podcast-links-button {
    margin-bottom: 4rem;
  }
}
.podcast-cards .podcast-cards-list {
  margin-top: 4rem;
}
.podcast-cards .podcast-cards-list.slick-slider {
  display: flex !important;
  flex-direction: column !important;
}
.podcast-cards .podcast-cards-list.slick-slider .slick-dots {
  order: 1;
}
.podcast-cards .podcast-cards-list.slick-slider .slick-list {
  order: 2;
  overflow: visible;
}
.podcast-cards .podcast-cards-list .slick-slide {
  transition: opacity 0.3s ease-in-out;
  opacity: 0.6;
  width: 80vw !important;
  margin-right: 2.2rem;
}
.podcast-cards .podcast-cards-list .slick-slide:only-child {
  width: calc(100vw - 3rem) !important;
}
.podcast-cards .podcast-cards-list .slick-slide.slick-active {
  opacity: 1;
}
.podcast-cards .podcast-card {
  width: 100%;
  max-width: 100%;
  margin-right: 2.2rem;
}
@media (min-width: 1024px) {
  .podcast-cards .podcast-card {
    width: auto !important;
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .podcast-cards .podcast-card {
    max-width: 646px;
  }
}
.podcast-cards .podcast-card .podcast-card-inner {
  background-color: var(--color-soft-white);
  padding: 2rem 0rem 4rem 0rem;
  border-radius: 0px var(--border-radius-md) 0px var(--border-radius-md);
  border: 1px solid var(--color-black);
}
@media (min-width: 1024px) {
  .podcast-cards .podcast-card .podcast-card-inner {
    padding: 3rem 0rem 5rem 0rem;
  }
}
.podcast-cards .podcast-card .episode-number {
  width: 121px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font-size-sm);
  position: relative;
  background-image: url(../../images/tab-podcast-top.svg?v=1.1.5);
  background-size: 123px 42px;
  background-repeat: no-repeat;
  text-transform: uppercase;
  top: 1px;
}
.podcast-cards .podcast-card .episode-number span {
  z-index: 2;
  display: block;
  margin: 24px 13px 0px 0px;
}
.podcast-cards .podcast-card .play-episode-button {
  width: 157px;
  height: 34px;
  padding: 0px 0px 0px 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  position: relative;
  background-image: url(../../images/tab-podcast-btm.svg?v=1.0.1);
  background-size: 159px 35px;
  background-repeat: no-repeat;
  background-position: bottom right;
  bottom: 1px;
  margin-left: auto;
}
.podcast-cards .podcast-card .play-episode-button .button {
  bottom: 21px;
}
.podcast-cards .podcast-card .play-episode-button span {
  z-index: 2;
}
.podcast-cards .podcast-card .episode-title-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  display: flex;
  letter-spacing: 0;
}
.podcast-cards .podcast-card .episode-title-container .ticker-track {
  display: flex;
  gap: 1.6rem;
  animation: ticker var(--animation-duration, 40s) linear infinite;
  width: -moz-max-content;
  width: max-content;
}
.podcast-cards .podcast-card .episode-title-container .ticker-track:hover {
  animation-play-state: paused;
}
.podcast-cards .podcast-card .episode-title-container .marquee-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
}
.podcast-cards .podcast-card .episode-title-container .marquee-item .episode-title {
  display: flex;
  align-items: center;
  position: relative;
  white-space: nowrap;
  transition: none;
  color: var(--color-accent);
  margin: 0;
  font-size: var(--font-size-sm);
}
.podcast-cards .podcast-card .episode-title-container .marquee-item .episode-title::after {
  content: "";
  display: block;
  position: relative;
  width: 1rem;
  height: 1rem;
  border: 1px solid var(--color-accent);
  border-radius: 50%;
  background-color: transparent;
  margin-left: 1.6rem;
}
.podcast-cards .podcast-card .episode-title-container .marquee-item .episode-title a {
  text-decoration: none;
  color: inherit;
}
.podcast-cards .podcast-card .episode-title-container .marquee-item .episode-title a:hover {
  text-decoration: underline;
}
.podcast-cards .episode-card-top {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  padding: 0 2rem;
}
.podcast-cards .episode-card-top .episode-duration {
  font-weight: var(--font-weight-semibold);
}
.podcast-cards .wave {
  width: 50px;
  flex-shrink: 0;
}
.podcast-cards .wave svg rect, .podcast-cards .wave svg polygon {
  fill: var(--color-accent);
}
.podcast-cards .wave svg path {
  fill: var(--color-accent);
}
.podcast-cards .wave.playing svg path, .podcast-cards .wave.playing svg rect, .podcast-cards .wave.playing svg polygon {
  transform-origin: center center;
  animation: waveform-pulse 1.5s ease-in-out infinite;
}
.podcast-cards .wave.playing svg path:nth-child(1), .podcast-cards .wave.playing svg rect:nth-child(1), .podcast-cards .wave.playing svg polygon:nth-child(1) {
  animation-delay: 0ms;
}
.podcast-cards .wave.playing svg path:nth-child(2), .podcast-cards .wave.playing svg rect:nth-child(2), .podcast-cards .wave.playing svg polygon:nth-child(2) {
  animation-delay: 100ms;
}
.podcast-cards .wave.playing svg path:nth-child(3), .podcast-cards .wave.playing svg rect:nth-child(3), .podcast-cards .wave.playing svg polygon:nth-child(3) {
  animation-delay: 200ms;
}
.podcast-cards .wave.playing svg path:nth-child(4), .podcast-cards .wave.playing svg rect:nth-child(4), .podcast-cards .wave.playing svg polygon:nth-child(4) {
  animation-delay: 50ms;
}
.podcast-cards .wave.playing svg path:nth-child(5), .podcast-cards .wave.playing svg rect:nth-child(5), .podcast-cards .wave.playing svg polygon:nth-child(5) {
  animation-delay: 300ms;
}
.podcast-cards .wave.playing svg path:nth-child(6), .podcast-cards .wave.playing svg rect:nth-child(6), .podcast-cards .wave.playing svg polygon:nth-child(6) {
  animation-delay: 150ms;
}
.podcast-cards .wave.playing svg path:nth-child(7), .podcast-cards .wave.playing svg rect:nth-child(7), .podcast-cards .wave.playing svg polygon:nth-child(7) {
  animation-delay: 250ms;
}
.podcast-cards .wave.playing svg path:nth-child(8), .podcast-cards .wave.playing svg rect:nth-child(8), .podcast-cards .wave.playing svg polygon:nth-child(8) {
  animation-delay: 80ms;
}
.podcast-cards .wave.playing svg path:nth-child(9), .podcast-cards .wave.playing svg rect:nth-child(9), .podcast-cards .wave.playing svg polygon:nth-child(9) {
  animation-delay: 350ms;
}
.podcast-cards .wave.playing svg path:nth-child(10), .podcast-cards .wave.playing svg rect:nth-child(10), .podcast-cards .wave.playing svg polygon:nth-child(10) {
  animation-delay: 180ms;
}
.podcast-cards .wave.playing svg path:nth-child(11), .podcast-cards .wave.playing svg rect:nth-child(11), .podcast-cards .wave.playing svg polygon:nth-child(11) {
  animation-delay: 120ms;
}
.podcast-cards .wave.playing svg path:nth-child(12), .podcast-cards .wave.playing svg rect:nth-child(12), .podcast-cards .wave.playing svg polygon:nth-child(12) {
  animation-delay: 280ms;
}
.podcast-cards .wave.playing svg path:nth-child(13), .podcast-cards .wave.playing svg rect:nth-child(13), .podcast-cards .wave.playing svg polygon:nth-child(13) {
  animation-delay: 220ms;
}
.podcast-cards .wave.playing svg path:nth-child(14), .podcast-cards .wave.playing svg rect:nth-child(14), .podcast-cards .wave.playing svg polygon:nth-child(14) {
  animation-delay: 40ms;
}
.podcast-cards .wave.playing svg path:nth-child(15), .podcast-cards .wave.playing svg rect:nth-child(15), .podcast-cards .wave.playing svg polygon:nth-child(15) {
  animation-delay: 320ms;
}
.podcast-cards .podcast-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
}
.podcast-cards .podcast-links.hide-on-mobile {
  display: none;
}
@media (min-width: 1024px) {
  .podcast-cards .podcast-links.hide-on-mobile {
    display: flex;
  }
}
.podcast-cards .podcast-links h4 {
  margin: 0px;
  font-size: var(--font-size-sm);
  letter-spacing: 0;
}
.podcast-cards .podcast-links-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2.2rem;
}
@media (min-width: 1100px) and (max-height: 900px) {
  .podcast-cards .podcast-links-list {
    gap: 1.5rem;
  }
}
.podcast-cards .podcast-links-list .podcast-link-item {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  height: 4rem;
}
.podcast-cards .podcast-links-list a {
  display: block;
}
.podcast-cards .podcast-links-list img {
  display: block;
  min-height: 3.6rem;
  max-height: 4rem;
  width: auto;
}
.podcast-cards .episode-speakers {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0rem;
}
.podcast-cards .episode-speakers .speakers-label {
  font-size: var(--font-size-xs);
  font-weight: var(--font-weight-normal);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 1.6rem;
  color: var(--color-black);
  display: block;
  text-align: center;
}
.podcast-cards .episode-speakers .speaker-item {
  display: flex !important;
  width: auto;
  max-width: 100%;
  align-items: flex-end;
  gap: 1rem;
  flex: 1;
  min-width: 0;
  margin-bottom: 1rem;
  padding: 0.8rem 1rem;
  background-color: var(--color-blue-gray);
  border-radius: var(--border-radius);
}
.podcast-cards .episode-speakers .speaker-image {
  flex-grow: 1;
  overflow: hidden;
  aspect-ratio: 1/1;
  width: auto;
  height: auto;
}
.podcast-cards .episode-speakers .speaker-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.podcast-cards .episode-speakers .speaker-details {
  flex: 1;
  margin: 0;
  padding: 2.7rem 4rem 1rem 4rem;
}
.podcast-cards .episode-speakers .speaker-name {
  font-size: var(--font-size-sm);
  font-weight: var(--font-weight-semibold);
  margin-bottom: 0.25rem;
  line-height: normal;
  letter-spacing: 0;
}
.podcast-cards .episode-speakers .company, .podcast-cards .episode-speakers .job-title {
  font-weight: var(--font-weight-normal);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.52px;
}
.podcast-cards .episode-speakers .company {
  font-weight: var(--font-weight-semibold);
}
.podcast-cards .episode-speakers .speaker-credentials {
  font-size: var(--font-size-xs);
  font-weight: var(--font-weight-normal);
  text-transform: uppercase;
  margin: 0;
  color: var(--color-black);
  line-height: normal;
  letter-spacing: 0.52px;
}
.podcast-cards .episode-speakers .speakers-list {
  display: flex;
  flex-direction: column;
  width: 88%;
}
.podcast-cards .episode-speakers .speakers-list .speaker-photos {
  display: flex;
  align-items: stretch;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.podcast-cards .episode-speakers .speakers-list.speakers-count-1 .speaker-photos, .podcast-cards .episode-speakers .speakers-list.speakers-count-2 .speaker-photos {
  width: calc(100% - 7.2rem);
  margin: 0px auto;
}
.podcast-cards .episode-speakers .speakers-list.speakers-count-1 {
  flex-direction: row;
  align-items: center;
}
.podcast-cards .episode-speakers .speakers-list.speakers-count-1 .speaker-photos {
  width: 30%;
}

@keyframes waveform-pulse {
  0% {
    transform: scaleY(1);
    opacity: 0.8;
  }
  25% {
    transform: scaleY(1.8);
    opacity: 1;
  }
  50% {
    transform: scaleY(0.6);
    opacity: 0.9;
  }
  75% {
    transform: scaleY(1.4);
    opacity: 1;
  }
  100% {
    transform: scaleY(1);
    opacity: 0.8;
  }
}
@keyframes ticker {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}