/* Colors */
/* Gradients */
/*Fonts*/
/*Font sizes*/
/*Max container width*/
/*Border*/
/*Margins*/
/*Images*/
.recommendations-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  background: #EFF5FD;
  margin-top: 45px;
  padding-bottom: 0px;
  overflow: hidden; }
  @media (max-width: 768px) {
    .recommendations-wrapper {
      margin-top: 0px; } }

.recommendations-wrapper .recommendations-content {
  margin-bottom: 58px; }
  .recommendations-wrapper .recommendations-content .content-artitclesCarousel {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    width: 100%;
    position: relative;
    z-index: 1; }
    @media (max-width: 544px) {
      .recommendations-wrapper .recommendations-content .content-artitclesCarousel {
        display: block; } }
  .recommendations-wrapper .recommendations-content .sponsor-grid-box {
    background: #FEF5DE;
    color: #0C2E61;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 8px;
    padding: 0 8px;
    border-radius: 4px; }
    .recommendations-wrapper .recommendations-content .sponsor-grid-box p {
      margin-bottom: 0; }
    .recommendations-wrapper .recommendations-content .sponsor-grid-box .sponsor-name {
      text-transform: uppercase;
      font-family: "archiabold";
      font-weight: 500; }
  .recommendations-wrapper .recommendations-content .title-recommendations {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #154EA5;
    margin-bottom: 0;
    margin-top: 30px;
    font-family: "archiasemibold"; }
  .recommendations-wrapper .recommendations-content .sub-title-recommendations {
    font-style: normal;
    font-size: 15px;
    line-height: 23px;
    color: #154EA5;
    font-weight: 400;
    font-family: "archiaregular"; }
  .recommendations-wrapper .recommendations-content .card {
    width: 285px;
    margin: 0 auto;
    border-radius: 6px;
    text-align: left;
    height: 454px; }
    @media (max-width: 992px) {
      .recommendations-wrapper .recommendations-content .card {
        margin-top: 15px; } }
    @media (max-width: 480px) {
      .recommendations-wrapper .recommendations-content .card {
        max-width: 260px;
        margin: 0 auto; } }
    .recommendations-wrapper .recommendations-content .card .card-img-top {
      height: 174px;
      object-fit: cover; }
    .recommendations-wrapper .recommendations-content .card .article-rec-content {
      padding: 16px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: column;
          flex-flow: column;
      height: 278px; }
      .recommendations-wrapper .recommendations-content .card .article-rec-content .sub-title {
        font-style: normal;
        font-family: "archiasemibold";
        font-weight: 500;
        font-size: 10px;
        line-height: 18px;
        color: #154EA5;
        text-transform: uppercase;
        margin-bottom: 5px;
        text-align: left; }
      .recommendations-wrapper .recommendations-content .card .article-rec-content .card-title {
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        font-family: "archiasemibold";
        line-height: 24px;
        margin-bottom: 4px;
        color: #F664A6 !important;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
        /* autoprefixer: off */ }
        @media (max-width: 768px) {
          .recommendations-wrapper .recommendations-content .card .article-rec-content .card-title {
            width: auto;
            text-align: left; } }
      .recommendations-wrapper .recommendations-content .card .article-rec-content .card-title.sponsor-title {
        -webkit-line-clamp: 6; }
        @media (max-width: 768px) {
          .recommendations-wrapper .recommendations-content .card .article-rec-content .card-title.sponsor-title {
            -webkit-line-clamp: 4;
            max-height: 140px; } }
      .recommendations-wrapper .recommendations-content .card .article-rec-content .card-text {
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        font-family: "archiaregular";
        line-height: 21px;
        color: #282828;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        overflow: hidden; }
    .recommendations-wrapper .recommendations-content .card .article-rec-footer {
      height: 32px;
      width: 100%;
      margin-top: auto; }
      .recommendations-wrapper .recommendations-content .card .article-rec-footer .linkCarrouselArticle {
        width: 100%;
        background-color: #F994C2;
        border: 2px solid #F994C2;
        border-radius: 100px;
        padding: 8px;
        text-decoration: none;
        font-size: 13px;
        line-height: 1;
        font-weight: 500;
        font-family: "archiasemibold";
        color: #0C2E61 !important; }
        .recommendations-wrapper .recommendations-content .card .article-rec-footer .linkCarrouselArticle:hover {
          background-color: transparent; }
    .recommendations-wrapper .recommendations-content .card .card-footer span {
      text-decoration: none;
      font-style: normal;
      font-weight: 500;
      font-family: "archiasemibold";
      font-size: 13px;
      line-height: 21px;
      color: #154EA5 !important; }

.articlesCarousel-plp {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  max-width: 872px;
  gap: 24px; }
  @media (max-width: 544px) {
    .articlesCarousel-plp {
      display: block;
      width: 100%; } }
