@font-face {
  font-family: 'Cera pro';
  src: url(/fonts/cera-pro-light.otf);
  font-weight: 300;
}
@font-face {
  font-family: 'Cera pro - Italic';
  src: url(/fonts/cera-pro-light-italic.otf);
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Cera pro';
  src: url(/fonts/cera-pro.otf);
  font-weight: 400;
}
@font-face {
  font-family: 'Cera pro';
  src: url(/fonts/cera-pro-bold.otf);
  font-weight: 600;
}
.articles .categories {
  top: 0;
}
.articles .categories-long {
  width: 90rem;
  max-width: 94%;
}
.articles .categories-long .category {
  width: 23.5%;
  margin-right: auto;
  margin-left: auto;
}
.articles .categories-long .category:first-of-type {
  margin-left: 0;
}
.articles .categories-long .category:last-of-type {
  margin-right: 0;
}
@media (max-width: 1024px) {
  .articles .categories-long {
    justify-content: space-between;
  }
  .articles .categories-long .category {
    width: 40%;
    max-width: 40%;
  }
  .articles .categories-long .category:first-of-type {
    margin-left: auto;
    margin-right: auto;
  }
  .articles .categories-long .category:last-of-type {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1024px) {
  .articles .categories {
    justify-content: space-between;
  }
  .articles .categories .category {
    width: 40%;
    max-width: 40%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1024px) {
  .articles .categories .category {
    width: calc(50% - 2rem);
    max-width: calc(50% - 2rem);
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 480px) {
  .articles .categories {
    max-width: 100%;
    top: 0;
  }
  .articles .categories .category {
    width: 100%;
    max-width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    flex-direction: row;
  }
  .articles .categories .category-image {
    margin-bottom: 0;
    flex: 0 0 50%;
    height: 130px;
  }
  .articles .categories .category-text {
    padding: 1.5rem;
    justify-content: space-between;
    flex: 0 1 100%;
  }
  .articles .categories .category-text a {
    font-size: 14px;
  }
  .articles .categories .category-text p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .articles .categories .category-text .line {
    width: 22px;
    height: 1px;
    background-color: #CBCFD4;
    display: flex !important;
    margin-left: auto;
    align-content: center;
  }
  .articles .categories .category-text .line:after {
    display: block;
    content: '';
    height: 3px;
    width: 14px;
    position: relative;
    top: -1px;
    background-color: #6F174E;
  }
  .articles .categories .category:nth-of-type(2n) .category-text {
    background-color: #6F174E;
  }
  .articles .categories .category:nth-of-type(2n) .category-text p,
  .articles .categories .category:nth-of-type(2n) .category-text a,
  .articles .categories .category:nth-of-type(2n) .category-text span {
    color: white;
  }
  .articles .categories .category:nth-of-type(2n) .category-text .border-thin--dark {
    border-color: white;
  }
  .articles .categories .category:nth-of-type(2n) .category-text .line:after {
    background-color: #fff;
  }
  .articles .categories .category:nth-of-type(2n + 1) {
    flex-direction: row-reverse;
  }
  .articles .categories .category:nth-of-type(2n + 1) .category-text {
    background-color: #E3E3E3;
  }
}
@media (max-width: 480px) {
  .white-mobile {
    background-color: #fff;
  }
}
.custom-text * {
  font-size: 1.125rem;
}
.custom-text b {
  font-weight: 600;
}
.custom-text i {
  font-style: italic;
}
.custom-text a {
  color: #6F174E;
  text-decoration: underline;
}
.custom-text ul,
.custom-text ol {
  padding-left: 1.25rem;
}
.custom-text ul li,
.custom-text ol li {
  list-style: disc;
}
.custom-text iframe,
.custom-text img {
  max-width: 100%;
}
/*# sourceMappingURL=category.css.map */