@-webkit-keyframes shakeX {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, 4px, 0);
    transform: translate3d(0, 4px, 0);
  }
}
@keyframes shakeX {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, 4px, 0);
    transform: translate3d(0, 4px, 0);
  }
}
html {
  scroll-behavior: smooth;
}

.podcast-block *,
.podcast-block *::before,
.podcast-block *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#Subheader {
  display: none;
}

.ms-wrap-sharing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 200px;
}
.ms-wrap-sharing a {
  height: 32px;
  width: 32px;
  overflow: hidden;
  text-indent: -9000px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transition: scale ease-in-out 1s;
  transition: scale ease-in-out 1s;
}
.ms-wrap-sharing a:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.ms-wrap-sharing .ms-facebook {
  background-image: url("../images/podcast/icon-facebook.svg");
}
.ms-wrap-sharing .ms-twitter {
  background-image: url("../images/podcast/icon-twitter.svg");
}
.ms-wrap-sharing .ms-email {
  background-image: url("../images/podcast/icon-email.svg");
}
.ms-wrap-sharing .ms-whatsapp {
  background-image: url("../images/podcast/icon-whatsapp.svg");
}

.podcast_container {
  max-width: 1176px;
  margin: 0 auto;
}
.podcast_container img {
  max-width: 100%;
  display: block;
}

.header-archive-podcast {
  background-image: url(../images/podcast/bg-podcast.jpg);
  background-repeat: repeat;
  background-position: center;
  background-color: #0f8093;
  border-bottom: 8px solid #fcaf26;
  padding: 0 30px;
}

.hero-podcast {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding-top: 56px;
  padding-bottom: 41px;
}

.hero-podcast__main {
  padding-top: 34px;
}

.hero-podcast__title {
  font-size: 64px;
  color: #ffffff;
  font-style: normal;
  font-weight: 700;
  font-family: 'Figtree', sans-serif;
  font-weight: 500;
  margin-bottom: 14px;
  letter-spacing: -0.02em;
  line-height: 1;
}

.hero-podcast__desc {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.01em;
  color: #ffffff;
  max-width: 585px;
  margin-bottom: 7px;
}

.hero-podcast__authors {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.01em;
  color: #ffffff;
  margin-bottom: 39px;
}
.hero-podcast__authors strong {
  font-weight: 700;
  color: #fcaf26;
}
.hero-podcast__authors a {
  color: #fcaf26;
}
.hero-podcast__authors a:hover {
  color: #00acc8;
  text-decoration: none;
}

.hero-podcast__figure {
  min-width: 314px;
}

.hero-podcast__figure-mobile {
  display: none !important;
}

.btn-list-sources {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.btn-list-sources a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn-list-sources a:hover {
  scale: 1.1;
}

.section-podcast {
  padding: 56px 30px 73px;
}

.podcasts {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-grid-columns: minmax(280px, 1fr) 20px minmax(280px, 1fr) 20px minmax(280px, 1fr);
  grid-template-columns: repeat(3, minmax(280px, 1fr));
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  gap: 43px 20px;
}

.podcasts > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.podcasts > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.podcasts > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.inner-podcast {
  text-align: center;
  overflow: hidden;
}

.podcast-thumbnail {
  background-size: cover;
  width: 379px;
  max-width: 100%;
  height: 213px;
  background-repeat: no-repeat;
  margin-bottom: 19px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-position: center;
  background-color: black;
}
.podcast-thumbnail:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.podcast-thumbnail > a {
  height: 100%;
  display: block;
}
.podcast-thumbnail img {
  opacity: 0;
  min-height: 100%;
}

.podcast-content__inner-header .nav_link_podcast {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #00acc8;
  display: none;
}
.podcast-content__inner-header .podcast-date {
  margin-bottom: 28px;
}
.podcast-content__inner-header .podcast-title {
  font-size: 24px;
  letter-spacing: 0.01em;
  margin-bottom: 30px;
  line-height: 1.5;
  max-width: 777px;
  margin-left: auto;
  margin-right: auto;
}

.podcast-content__post {
  padding-top: 53px;
}

.podcast-thumb-title,
.podcast-title {
  font-weight: 700;
  font-size: 21px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #243f56;
  margin-bottom: 18px;
  text-align: center;
}
.podcast-thumb-title a,
.podcast-title a {
  font-weight: 700;
  font-size: 21px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #243f56;
}
.podcast-thumb-title a:hover,
.podcast-title a:hover {
  color: #00acc8;
}

.podcast-thumb-date,
.podcast-date {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #a7b1ba;
  text-align: center;
  margin-bottom: 17px;
}

.podcast-desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #7d8994;
  margin-bottom: 14px;
}

.podcast-link {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #00acc8;
  text-transform: uppercase;
}
.podcast-link i {
  position: relative;
  top: 0px;
  left: 8px;
}
.podcast-link:hover {
  color: #00acc8;
  text-decoration: none;
}
.podcast-link:hover i {
  -webkit-animation-name: shakeX;
  animation-name: shakeX;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

.podcast-sharing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 32px;
}

.entry-content-podcast {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #7d8994;
  max-width: 778px;
  margin: 0 auto 47px auto;
}
.entry-content-podcast p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #7d8994;
}
.entry-content-podcast a {
  color: #00acc8;
  font-weight: 700;
  text-decoration: none;
}
.entry-content-podcast a:hover {
  text-decoration: underline;
}
.entry-content-podcast > div {
  margin-bottom: 21px;
}

.podcast-content__body {
  padding: 0 30px;
}

.podcast-notes__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.02em;
  color: #00acc8;
  text-transform: uppercase;
  margin-bottom: 23px;
}

.podcast-notes {
  max-width: 777px;
  margin: 0 auto 39px;
}
.podcast-notes p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #565f68;
}

.podcast-sharing__footer {
  max-width: 777px;
  margin: 0 auto 72px auto;
}

.expert-page {
  background: rgba(223, 218, 203, 0.15);
  padding: 0 30px;
}
.expert-page .podcast_container {
  padding-top: 39px;
  max-width: 971px;
  padding-bottom: 138px;
}

.author-info,
.author-description {
  max-width: 778px;
  margin: 0 auto;
}

.author-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 24px;
  padding-top: 43px;
  margin-bottom: 32px;
}

.author-avatar {
  max-width: 180px;
}
.author-avatar .avatar {
  height: auto;
  width: 100%;
  display: block;
  border-radius: 10px;
}

.author-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.author-meta h2 {
  font-size: 32px;
  line-height: 38px;
  color: #001417;
  font-style: normal;
  font-weight: 700;
  font-family: 'Figtree', sans-serif;
  font-weight: 500;
  margin-bottom: 4px;
}
.author-meta h3 {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.01em;
  color: #667274;
  margin-bottom: 0;
}

.author-description {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #334345;
}

.nav_link_podcast {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #ccd0d1;
  position: relative;
  padding-left: 24px;
}
.nav_link_podcast::before {
  content: " ";
  background-image: url(../images/podcast/arrow_gray.svg);
  height: 15px;
  width: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
}

.podcast-notes ul {
  list-style: inherit;
  margin-left: 18px;
}

@media (max-width: 940px) {
  .podcasts {
    -ms-grid-columns: (minmax(280px, 1fr))[2];
    grid-template-columns: repeat(2, minmax(280px, 1fr));
  }
  .hero-podcast__figure-desktop {
    display: none !important;
  }
  .hero-podcast__figure-mobile {
    display: block !important;
  }
  .hero-podcast {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -ms-flex-line-pack: center;
        align-content: center;
    gap: 0;
  }
  .hero-podcast__title {
    display: none;
  }
  .hero-podcast__main {
    padding-top: 10px;
  }
  .single-podcast .header-archive-podcast {
    display: none;
  }
  .podcast-content__header {
    background-image: url(../images/podcast/bg-podcast.jpg);
    background-repeat: repeat;
    background-position: center;
    background-color: #0f8093;
    border-bottom: 8px solid #fcaf26;
    padding: 26px 30px 48px;
  }
  .podcast-content__header .ms-wrap-sharing a {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
  .podcast-content__header .podcast-sharing {
    margin-bottom: 0;
  }
  .podcast-content__body {
    padding-top: 30px;
  }
  .podcast-title,
  .podcast-date {
    color: #fff;
  }
  .podcast-date {
    margin-top: 36px;
  }
  .podcast-title {
    margin-bottom: 32px;
  }
  .podcast-content__inner-header .nav_link_podcast {
    display: block;
  }
  .podcast-content__inner-header .nav_link_podcast::before {
    background-image: url(../images/podcast/arrow_teal.svg);
  }
  .podcast-sharing__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 650px) {
  .podcasts {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .podcast-thumbnail {
    margin-left: auto;
    margin-right: auto;
  }
  .btn-list-sources {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hero-podcast__authors,
  .hero-podcast__desc {
    font-size: 18px;
  }
  .hero-podcast {
    padding-top: 38px;
  }
  .hero-podcast__authors {
    margin-bottom: 20px;
  }
  .podcast-title {
    font-size: 20px;
  }
  .author-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 15px;
    padding-top: 30px;
  }
  .author-avatar {
    max-width: 100%;
  }
  .expert-page .nav_link_podcast {
    color: #00acc8;
  }
  .expert-page .nav_link_podcast::before {
    background-image: url(../images/podcast/arrow_teal.svg);
  }
}
@media (max-width: 500px) {
  .podcast-thumbnail {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}