/*	Defined widths
--------------------------------------- */
/*	Colors
--------------------------------------- */
/*	Breakpoints
--------------------------------------- */
/* common border radius */
/* disable text selection */
/*	Font / Text Mixins
======================================================================== */
/*	Font family mixin
--------------------------------------- */
/*	Font size mixin
--------------------------------------- */
/* COMPONENTS */
/*	Defined widths
--------------------------------------- */
/*	Colors
--------------------------------------- */
/*	Breakpoints
--------------------------------------- */
/* common border radius */
/* disable text selection */
/*	Font / Text Mixins
======================================================================== */
/*	Font family mixin
--------------------------------------- */
/*	Font size mixin
--------------------------------------- */
.podcast-card:hover__thumb {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
          transform: translate(-50%, -50%) scale(1.05);
}

.podcast-card {
  position: relative;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  margin-bottom: 0.8rem;
  color: #F8F8F8;
}
.podcast-card > img {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.podcast-card__thumb {
  z-index: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  aspect-ratio: 16/9;
}
.podcast-card.has-g-from-bottom::before {
  z-index: 1;
  height: 60%;
}
@media screen and (max-width: 500px) {
  .podcast-card.has-g-from-bottom::before {
    height: 80%;
  }
}
.podcast-card__content {
  z-index: 2;
  position: relative;
  width: 100%;
  padding-left: 3rem;
  padding-bottom: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
}
@media screen and (max-width: 500px) {
  .podcast-card__content {
    gap: 0.4rem;
    padding-bottom: 2rem;
  }
}
.podcast-card__content--title {
  color: #fff !important;
  margin-bottom: 0;
}
.podcast-card__content > p {
  color: #B5B5B5;
  font-weight: 400;
}
.podcast-card__content--guest {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
}
.podcast-card__content--guest .name {
  color: #F8F8F8;
}
.podcast-card__content--guest .position, .podcast-card__content--guest .company {
  color: #B5B5B5;
}
.podcast-card__content--excerpt {
  color: #B5B5B5;
}
.podcast-card .col.left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 490px) {
  .podcast-card .col.left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.6rem;
  }
}
.podcast-card__title {
  color: #fff;
}
.podcast-card__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
}
@media screen and (max-width: 420px) {
  .podcast-card__info {
    gap: 0.5rem;
  }
}
.podcast-card__info--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.podcast-card__info--row .row-item {
  text-wrap: balance;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
}
.podcast-card__info--row .row-item__label {
  color: #b5b5b5;
}
@media screen and (max-width: 420px) {
  .podcast-card__info--row .row-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
  }
}
.podcast-card__info--row svg {
  color: #b5b5b5;
}
.podcast-card__excerpt {
  max-width: min(100%, 43rem);
  margin-bottom: 4rem;
}
.podcast-card__excerpt p:last-child {
  margin-bottom: 0;
}
.podcast-card__reference {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4rem;
  max-width: min(100%, 30rem);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 350px) {
  .podcast-card__reference {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 100%;
  }
}

/*	podcasts
======================================================================== */
.podcasts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
  padding-block: 0.8rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.podcasts .podcast-card {
  margin-bottom: 0;
  aspect-ratio: 16/9;
}
.podcasts .podcast-card:hover .podcast-card__thumb {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
          transform: translate(-50%, -50%) scale(1.05);
}
@media screen and (max-width: 1024px) {
  .podcasts {
    grid-template-columns: 1fr;
  }
}