/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body, ul {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

h1, h2, h3, h4, h5, h5, h6, p {
  font-family: "General Sans", sans-serif;
  color: #000000; }

#frontPage h1, #frontPage h2, #frontPage h3, #frontPage h4, #frontPage h5, #frontPage h5, #frontPage h6, #frontPage p {
  margin: 0;
  margin-block-end: 0;
  margin-block-start: 0; }

.flex {
  display: flex; }

html, body {
  font-family: "General Sans", sans-serif; }

#headerMain .section .container {
  max-width: 1280px;
  padding: 0 4vw;
  margin: auto; }
#headerMain .section .row {
  column-gap: 2rem;
  flex-direction: row;
  justify-content: space-between;
  padding: 0.4rem 0; }
  #headerMain .section .row .column h2 {
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 1.5; }
#headerMain .section-header-top .container .row-1 {
  padding: 1rem 0; }
  #headerMain .section-header-top .container .row-1 .column-2 .content span {
    font-weight: 500;
    font-size: 1rem;
    text-transform: uppercase; }
  #headerMain .section-header-top .container .row-1 .column-2 .content ul {
    list-style: none;
    padding: 0; }
#headerMain .section-header-middle {
  border-block: 1px solid #000000; }
  #headerMain .section-header-middle .container .row-2 .column {
    align-content: center; }
    #headerMain .section-header-middle .container .row-2 .column .content {
      display: grid;
      grid-template-columns: 1fr auto 1fr;
      column-gap: 1rem; }
      #headerMain .section-header-middle .container .row-2 .column .content nav ul:first-child {
        width: 100%;
        height: 100%;
        padding: 0;
        list-style: none;
        display: grid;
        grid-template-columns: 1fr 1fr; }
        #headerMain .section-header-middle .container .row-2 .column .content nav ul:first-child li {
          position: relative; }
          #headerMain .section-header-middle .container .row-2 .column .content nav ul:first-child li:hover > .sub-menu {
            opacity: 1;
            visibility: visible;
            transform: translateY(0); }
          #headerMain .section-header-middle .container .row-2 .column .content nav ul:first-child li > a {
            display: inline-block;
            font-size: 1.3rem;
            line-height: 1.5;
            font-weight: 400;
            color: #000000;
            text-transform: uppercase;
            text-decoration: none;
            width: 100%;
            height: 100%;
            align-content: center;
            transition: 0.5s; }
            #headerMain .section-header-middle .container .row-2 .column .content nav ul:first-child li > a:hover {
              font-weight: 500; }
          #headerMain .section-header-middle .container .row-2 .column .content nav ul:first-child li ul.sub-menu {
            display: block;
            position: absolute;
            top: 100%;
            left: 0;
            min-width: 200px;
            background-color: #ffffff;
            list-style: none;
            margin: 0;
            padding: 0.5rem 0;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
            z-index: 100;
            opacity: 0;
            visibility: hidden;
            transform: translateY(10px);
            transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease; }
            #headerMain .section-header-middle .container .row-2 .column .content nav ul:first-child li ul.sub-menu li {
              width: 100%; }
              #headerMain .section-header-middle .container .row-2 .column .content nav ul:first-child li ul.sub-menu li a {
                display: block;
                padding: 0.75rem 1.25rem;
                font-size: 0.9rem;
                line-height: 1.2;
                color: #000000; }
                #headerMain .section-header-middle .container .row-2 .column .content nav ul:first-child li ul.sub-menu li a:hover {
                  color: #000000; }
      #headerMain .section-header-middle .container .row-2 .column .content nav.nav-main-right {
        text-align: right; }
      #headerMain .section-header-middle .container .row-2 .column .content .web-brand .web-logo {
        text-decoration: none;
        color: #000000; }
        #headerMain .section-header-middle .container .row-2 .column .content .web-brand .web-logo h2 {
          margin: 0;
          font-size: 4rem;
          text-transform: uppercase;
          font-weight: 600;
          line-height: 1.2;
          text-align: center; }
      #headerMain .section-header-middle .container .row-2 .column .content .web-brand .web-description {
        margin: 0;
        text-align: center;
        font-size: 1.2rem;
        font-weight: 500; }
#headerMain .section-header-bottom {
  border-bottom: 1px solid #000000;
  position: relative; }
  #headerMain .section-header-bottom .container .row-3 {
    padding: 0.4rem 0; }
  #headerMain .section-header-bottom .categories-bar {
    display: flex;
    align-items: center;
    gap: 1rem;
    width: 100%; }
    #headerMain .section-header-bottom .categories-bar__wrapper {
      flex: 1;
      min-width: 0;
      overflow-x: auto;
      white-space: nowrap;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none; }
      #headerMain .section-header-bottom .categories-bar__wrapper::-webkit-scrollbar {
        display: none; }
    #headerMain .section-header-bottom .categories-bar__list {
      display: inline-flex;
      align-items: center;
      list-style: none;
      padding: 0;
      margin: 0;
      gap: 1rem; }
    #headerMain .section-header-bottom .categories-bar__item {
      display: inline-block; }
    #headerMain .section-header-bottom .categories-bar__link {
      font-size: 0.9rem;
      line-height: 1.5;
      font-weight: 400;
      color: #000000;
      text-transform: uppercase;
      text-decoration: none;
      transition: font-weight 0.2s; }
      #headerMain .section-header-bottom .categories-bar__link:hover {
        font-weight: 600; }
    #headerMain .section-header-bottom .categories-bar__more-btn {
      flex-shrink: 0;
      background: #000000;
      color: #ffffff;
      border: none;
      padding: 0.35rem 0.8rem;
      font-size: 0.8rem;
      font-weight: 600;
      text-transform: uppercase;
      cursor: pointer;
      border-radius: 3px;
      transition: background-color 0.2s;
      white-space: nowrap; }
      #headerMain .section-header-bottom .categories-bar__more-btn:hover {
        background-color: #333333; }

.categories-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease; }
  .categories-modal.is-active {
    opacity: 1;
    visibility: visible; }
  .categories-modal__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(2px); }
  .categories-modal__content {
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    width: 90%;
    max-width: 650px;
    max-height: 80vh;
    border: 1px solid #000000;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    overflow: hidden; }
  .categories-modal__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #000000; }
    .categories-modal__header h3 {
      margin: 0;
      font-size: 1.1rem;
      font-weight: 600;
      text-transform: uppercase;
      color: #000000; }
  .categories-modal__close {
    background: none;
    border: none;
    font-size: 1.8rem;
    line-height: 1;
    cursor: pointer;
    color: #000000;
    padding: 0; }
    .categories-modal__close:hover {
      color: #666666; }
  .categories-modal__body {
    padding: 1.5rem;
    overflow-y: auto;
    max-height: calc(80vh - 65px); }
  .categories-modal__grid {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 0.8rem 1.2rem; }
  .categories-modal__item {
    margin: 0; }
  .categories-modal__link {
    color: #000000;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    padding: 0.4rem 0.6rem;
    transition: background-color 0.2s; }
    .categories-modal__link:hover {
      background-color: #f2f2f2; }

.categories-bar {
  width: 100%;
  position: relative; }
  .categories-bar__wrapper {
    position: relative;
    width: 100%;
    overflow: hidden; }
    .categories-bar__wrapper::after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 40px;
      height: 100%;
      background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
      pointer-events: none; }
  .categories-bar__list {
    display: flex;
    align-items: center;
    gap: 2rem;
    list-style: none;
    margin: 0;
    padding: 0.8rem 0;
    overflow-x: auto;
    white-space: nowrap;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none; }
    .categories-bar__list::-webkit-scrollbar {
      display: none; }
  .categories-bar__item {
    flex-shrink: 0; }
  .categories-bar__link {
    font-size: 0.9rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #1a1a1a;
    text-decoration: none;
    transition: color 0.2s ease; }
    .categories-bar__link:hover {
      color: #000000;
      text-decoration: underline; }

footer#footerMain {
  background-color: #000000;
  color: #ffffff; }
  footer#footerMain .section .container {
    max-width: 1280px;
    margin: auto;
    padding: 0 4vw 0 4vw; }
    footer#footerMain .section .container .row .column .content h2, footer#footerMain .section .container .row .column .content h4, footer#footerMain .section .container .row .column .content p, footer#footerMain .section .container .row .column .content a {
      color: #ffffff; }
  footer#footerMain .section-cta {
    padding: 60px 0; }
    footer#footerMain .section-cta .container .row {
      display: grid;
      grid-template-columns: 2fr 1fr;
      gap: 36px 4vw; }
      footer#footerMain .section-cta .container .row .column .content h2 {
        font-size: 3rem;
        font-weight: 600;
        line-height: 1.5; }
      footer#footerMain .section-cta .container .row .column .content p {
        margin-bottom: 36px; }
  footer#footerMain .section-links {
    padding: 30px 0 16px; }
    footer#footerMain .section-links .container .row {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      gap: 36px 4vw; }

.card-cover__media {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden; }
.card-cover__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease; }
  .card-cover__img:hover {
    transform: scale(1.05); }
.card-cover__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem; }
.card-cover__category {
  text-decoration: none;
  padding: 8px 16px;
  background-color: #F1EFEF;
  border-radius: 2px;
  color: #777777;
  font-size: 0.9rem;
  font-weight: 500; }

.card-news__media {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden; }
.card-news__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease; }
  .card-news__img:hover {
    transform: scale(1.05); }
.card-news__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem; }
.card-news__category {
  text-decoration: none;
  padding: 6px 12px;
  background-color: #F1EFEF;
  border-radius: 2px;
  color: #777777;
  font-size: 0.8rem;
  font-weight: 500; }

.card-podcast__media {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden; }
.card-podcast__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease; }
  .card-podcast__img:hover {
    transform: scale(1.05); }
.card-podcast__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem; }
.card-podcast__category {
  text-decoration: none;
  padding: 6px 12px;
  background-color: #F1EFEF;
  border-radius: 2px;
  color: #777777;
  font-size: 0.8rem;
  font-weight: 500; }

.card-latests__media {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden; }
.card-latests__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease; }
  .card-latests__img:hover {
    transform: scale(1.05); }
.card-latests__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem; }
.card-latests__category {
  text-decoration: none;
  padding: 6px 12px;
  background-color: #F1EFEF;
  border-radius: 2px;
  color: #777777;
  font-size: 0.8rem;
  font-weight: 500; }

.podcast-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  column-gap: 2rem; }
  .podcast-bar__group {
    display: flex;
    align-items: center;
    gap: 0.8rem; }
  .podcast-bar__label {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #000000;
    line-height: 1; }
  .podcast-bar__list {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    list-style: none;
    margin: 0;
    padding: 0; }
  .podcast-bar__item {
    display: flex;
    align-items: center; }
    .podcast-bar__item a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      transition: transform 0.2s ease, opacity 0.2s ease; }
      .podcast-bar__item a:hover {
        opacity: 0.65;
        transform: translateY(-2px); }
  .podcast-bar__icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
    display: block; }
  .podcast-bar__share-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    transition: transform 0.2s ease, opacity 0.2s ease; }
    .podcast-bar__share-btn:hover {
      transform: translateY(-2px); }
    .podcast-bar__share-btn .podcast-bar__icon {
      width: 22px;
      height: 22px; }

.section-cover {
  padding: 30px 0 60px;
  border-top: 1px solid #000000; }
  .section-cover .container {
    margin: auto;
    max-width: 1280px;
    padding: 0 4vw; }
    .section-cover .container .row .column .content article .article-header {
      margin-bottom: 24px; }
    .section-cover .container .row .column .content article .article-body {
      display: grid;
      grid-template-columns: 1.8fr 1fr;
      gap: 24px 36px; }
      .section-cover .container .row .column .content article .article-body .article-title h3 {
        font-size: 3rem;
        font-weight: 600;
        line-height: 1.3;
        text-transform: uppercase; }
        .section-cover .container .row .column .content article .article-body .article-title h3 a {
          text-decoration: none;
          color: #000000; }
      .section-cover .container .row .column .content article .article-body .article-text p.card-excerpt-text {
        font-size: 1.6rem;
        line-height: 1.5;
        font-weight: 400;
        margin-top: 12px; }
        .section-cover .container .row .column .content article .article-body .article-text p.card-excerpt-text a.card-link-more {
          font-size: 1.2rem;
          line-height: 1.5;
          font-weight: 600;
          margin-top: 12px;
          text-decoration: none;
          color: #000000; }
      .section-cover .container .row .column .content article .article-body .article-text .article-credits {
        margin-top: 1.5rem;
        display: grid;
        grid-template-columns: 1fr 1fr;
        justify-content: space-between; }
        .section-cover .container .row .column .content article .article-body .article-text .article-credits span.article-comments-count {
          text-align: right;
          font-weight: 600; }
        .section-cover .container .row .column .content article .article-body .article-text .article-credits a {
          text-transform: capitalize;
          color: #000000;
          text-decoration: none;
          font-weight: 600; }

.section-advertising {
  padding: 30px 0;
  border-block: 1px solid #000000; }
  .section-advertising .container {
    margin: auto;
    max-width: 1280px; }
    .section-advertising .container .row .column .content {
      height: 300px; }

.section-recents {
  padding: 30px 0; }
  .section-recents .container {
    margin: auto;
    max-width: 1280px;
    padding: 0 4vw; }
    .section-recents .container .row {
      border-top: 1px solid #000000;
      display: grid;
      grid-template-columns: 9fr 3fr;
      gap: 24px; }
      .section-recents .container .row .column .content-podcast {
        border-bottom: 1px solid #000000;
        padding-bottom: 60px; }
        .section-recents .container .row .column .content-podcast .content-header {
          margin-bottom: 24px; }
          .section-recents .container .row .column .content-podcast .content-header h2 {
            font-size: 4rem;
            font-weight: 600;
            line-height: 1.5;
            text-transform: uppercase; }
        .section-recents .container .row .column .content-podcast article .article-header {
          margin-bottom: 24px; }
        .section-recents .container .row .column .content-podcast article .article-body .article-title {
          margin-bottom: 16px; }
          .section-recents .container .row .column .content-podcast article .article-body .article-title h3 {
            font-size: 2.2rem;
            font-weight: 600;
            line-height: 1.5;
            text-transform: uppercase; }
            .section-recents .container .row .column .content-podcast article .article-body .article-title h3 a {
              text-decoration: none;
              color: #000000; }
        .section-recents .container .row .column .content-podcast article .article-body .article-text p.card-excerpt-text {
          font-size: 1.2rem;
          line-height: 1.5;
          font-weight: 400;
          margin-top: 12px; }
          .section-recents .container .row .column .content-podcast article .article-body .article-text p.card-excerpt-text a.card-link-more {
            font-size: 1.2rem;
            line-height: 1.5;
            font-weight: 600;
            margin-top: 12px;
            text-decoration: none;
            color: #000000; }
        .section-recents .container .row .column .content-podcast article .article-body .article-text .article-credits {
          margin-top: 2.5rem;
          display: grid;
          grid-template-columns: 1fr 1fr;
          justify-content: space-between; }
          .section-recents .container .row .column .content-podcast article .article-body .article-text .article-credits span.article-comments-count {
            text-align: right;
            font-weight: 600; }
          .section-recents .container .row .column .content-podcast article .article-body .article-text .article-credits span a {
            text-transform: capitalize;
            color: #000000;
            text-decoration: none;
            font-weight: 600; }
      .section-recents .container .row .column .content-latests {
        margin-top: 30px; }
        .section-recents .container .row .column .content-latests .content-header {
          margin-bottom: 24px; }
          .section-recents .container .row .column .content-latests .content-header h2 {
            font-size: 4rem;
            font-weight: 500;
            line-height: 1.5;
            text-transform: uppercase; }
        .section-recents .container .row .column .content-latests article {
          display: grid;
          grid-template-columns: 4fr 8fr;
          gap: 24px;
          margin-bottom: 4rem; }
          .section-recents .container .row .column .content-latests article .article-body .article-title {
            margin-bottom: 12px; }
            .section-recents .container .row .column .content-latests article .article-body .article-title h3 {
              font-size: 2rem;
              font-weight: 600;
              line-height: 1.3;
              text-transform: uppercase; }
              .section-recents .container .row .column .content-latests article .article-body .article-title h3 a {
                text-decoration: none;
                color: #000000; }
          .section-recents .container .row .column .content-latests article .article-body .article-text p.card-excerpt-text {
            font-size: 1.2rem;
            line-height: 1.5;
            font-weight: 400;
            margin-top: 12px; }
            .section-recents .container .row .column .content-latests article .article-body .article-text p.card-excerpt-text a.card-link-more {
              font-size: 1.2rem;
              line-height: 1.5;
              font-weight: 600;
              margin-top: 12px;
              text-decoration: none;
              color: #000000; }
          .section-recents .container .row .column .content-latests article .article-body .article-text .article-credits {
            margin-top: 2rem;
            display: grid;
            grid-template-columns: 1fr 1fr;
            justify-content: space-between; }
            .section-recents .container .row .column .content-latests article .article-body .article-text .article-credits span.article-comments-count {
              text-align: right;
              font-weight: 600; }
            .section-recents .container .row .column .content-latests article .article-body .article-text .article-credits span a {
              text-transform: capitalize;
              color: #000000;
              text-decoration: none;
              font-weight: 600; }

.section-episodes {
  padding: 30px 0; }
  .section-episodes .container {
    margin: auto;
    max-width: 1280px;
    padding: 0 4vw; }
    .section-episodes .container .row {
      border-top: 1px solid #000000; }
      .section-episodes .container .row .column .content .content-header {
        margin-bottom: 24px; }
        .section-episodes .container .row .column .content .content-header h2 {
          font-size: 4rem;
          font-weight: 500;
          line-height: 1.5;
          text-transform: uppercase; }
      .section-episodes .container .row .column .content .content-body {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 24px;
        grid-auto-flow: column; }
        .section-episodes .container .row .column .content .content-body article {
          height: 100%; }
          .section-episodes .container .row .column .content .content-body article .article-header {
            margin-bottom: 16px; }
          .section-episodes .container .row .column .content .content-body article .article-body .article-title {
            margin-bottom: 6px; }
            .section-episodes .container .row .column .content .content-body article .article-body .article-title h3 {
              font-size: 1.5rem;
              font-weight: 600;
              line-height: 1.5;
              text-transform: uppercase; }
          .section-episodes .container .row .column .content .content-body article .article-body .article-text .article-description {
            margin-top: 2rem;
            display: grid;
            grid-template-columns: 1fr 1fr;
            justify-content: space-between; }
            .section-episodes .container .row .column .content .content-body article .article-body .article-text .article-description span {
              text-transform: capitalize;
              color: #000000;
              text-decoration: none; }
              .section-episodes .container .row .column .content .content-body article .article-body .article-text .article-description span.article-date {
                font-weight: 400; }
              .section-episodes .container .row .column .content .content-body article .article-body .article-text .article-description span.article-duration {
                text-align: right;
                font-weight: 500; }

.section-featured {
  padding: 30px 0; }
  .section-featured .container {
    margin: auto;
    max-width: 1280px;
    padding: 0 4vw; }
    .section-featured .container .row {
      border-top: 1px solid #000000; }
      .section-featured .container .row .column .content .content-header {
        margin-bottom: 16px; }
        .section-featured .container .row .column .content .content-header h2 {
          font-size: 4rem;
          font-weight: 600;
          line-height: 1.5;
          text-transform: uppercase; }
      .section-featured .container .row .column .content .content-body {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 2rem 4vw; }
        .section-featured .container .row .column .content .content-body article .article-header {
          margin-bottom: 24px; }
        .section-featured .container .row .column .content .content-body article .article-body .article-title {
          margin-bottom: 6px; }
          .section-featured .container .row .column .content .content-body article .article-body .article-title h3 {
            font-size: 2rem;
            font-weight: 600;
            line-height: 1.5;
            text-transform: uppercase; }
            .section-featured .container .row .column .content .content-body article .article-body .article-title h3 a {
              text-decoration: none;
              color: #000000; }
        .section-featured .container .row .column .content .content-body article .article-body .article-text p.card-excerpt-text {
          font-size: 1.2rem;
          line-height: 1.5;
          font-weight: 400;
          margin-top: 12px; }
          .section-featured .container .row .column .content .content-body article .article-body .article-text p.card-excerpt-text a.card-link-more {
            font-size: 1.2rem;
            line-height: 1.5;
            font-weight: 600;
            margin-top: 12px;
            text-decoration: none;
            color: #000000; }
        .section-featured .container .row .column .content .content-body article .article-body .article-text .article-credits {
          margin-top: 2rem;
          display: grid;
          grid-template-columns: 1fr 1fr;
          justify-content: space-between; }
          .section-featured .container .row .column .content .content-body article .article-body .article-text .article-credits span.article-comments-count {
            text-align: right;
            font-weight: 600; }
          .section-featured .container .row .column .content .content-body article .article-body .article-text .article-credits span a {
            text-transform: capitalize;
            color: #000000;
            text-decoration: none;
            font-weight: 600; }
        .section-featured .container .row .column .content .content-body article .article-body .article-categories {
          margin-top: 24px; }

.section-more {
  padding: 60px 0; }
  .section-more .container {
    margin: auto;
    max-width: 1280px;
    padding: 0 4vw; }
    .section-more .container .row {
      border-top: 1px solid #000000; }
      .section-more .container .row .column .content .content-header {
        margin-bottom: 16px; }
        .section-more .container .row .column .content .content-header h2 {
          font-size: 4rem;
          font-weight: 500;
          line-height: 1.5;
          text-transform: uppercase; }
      .section-more .container .row .column .content .content-body {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 24px; }
        .section-more .container .row .column .content .content-body article {
          margin-bottom: 3rem; }
          .section-more .container .row .column .content .content-body article .article-header {
            margin-bottom: 24px; }
          .section-more .container .row .column .content .content-body article .article-body .article-title {
            margin-bottom: 12px; }
            .section-more .container .row .column .content .content-body article .article-body .article-title h3 {
              font-size: 1.5rem;
              font-weight: 600;
              line-height: 1.3;
              text-transform: uppercase; }
              .section-more .container .row .column .content .content-body article .article-body .article-title h3 a {
                text-decoration: none;
                color: #000000; }
          .section-more .container .row .column .content .content-body article .article-body .article-text p.card-excerpt-text {
            font-size: 1.2rem;
            line-height: 1.5;
            font-weight: 400;
            margin-top: 12px; }
            .section-more .container .row .column .content .content-body article .article-body .article-text p.card-excerpt-text a.card-link-more {
              font-size: 1.2rem;
              line-height: 1.5;
              font-weight: 600;
              margin-top: 12px;
              text-decoration: none;
              color: #000000; }
          .section-more .container .row .column .content .content-body article .article-body .article-text .article-credits {
            margin-top: 2rem;
            display: grid;
            grid-template-columns: 1fr 1fr;
            justify-content: space-between; }
            .section-more .container .row .column .content .content-body article .article-body .article-text .article-credits span.article-comments-count {
              text-align: right;
              font-weight: 600; }
            .section-more .container .row .column .content .content-body article .article-body .article-text .article-credits span a {
              text-transform: capitalize;
              color: #000000;
              text-decoration: none;
              font-weight: 600; }

/*# sourceMappingURL=cini.css.map */
