/* scoped: si-news-resources-NewsGridSection */

  .news-grid-section:where(.si-news-resources-NewsGridSection, .si-news-resources-NewsGridSection *){
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 80px 0;
    gap: 48px;
    box-sizing: border-box;
  }

  .news-heading:where(.si-news-resources-NewsGridSection, .si-news-resources-NewsGridSection *){
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding-bottom: 16px;
  }

  .news-title:where(.si-news-resources-NewsGridSection, .si-news-resources-NewsGridSection *){
    font-family: 'Afacad', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    color: #272727;
    margin: 0;
  }

  .news-underline:where(.si-news-resources-NewsGridSection, .si-news-resources-NewsGridSection *){
    width: 80px;
    height: 5px;
    background: #D62121;
  }

  .news-empty:where(.si-news-resources-NewsGridSection, .si-news-resources-NewsGridSection *){
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #555;
    margin: 0;
    text-align: center;
  }

  .news-grid:where(.si-news-resources-NewsGridSection, .si-news-resources-NewsGridSection *){
    width: 1216px;
    display: grid;
    grid-template-columns: repeat(3, 384px);
    column-gap: 32px;
    row-gap: 48px;
  }

  .news-card:where(.si-news-resources-NewsGridSection, .si-news-resources-NewsGridSection *){
    width: 384px;
    height: 470px;
    border-radius: 10px;
    padding: 24px 24px 32px 24px;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0px 4px 6px -2px #10182808, 0px 12px 16px -4px #10182814;
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .card-image-link:where(.si-news-resources-NewsGridSection, .si-news-resources-NewsGridSection *){
    display: block;
    flex-shrink: 0;
  }

  .news-card:nth-child(2) .card-image:where(.si-news-resources-NewsGridSection, .si-news-resources-NewsGridSection *){
    object-position: center 75%;
  }

  .news-card:nth-child(6) .card-image:where(.si-news-resources-NewsGridSection, .si-news-resources-NewsGridSection *){
    object-position: 20% center;
  }

  .news-card:nth-child(7) .card-image:where(.si-news-resources-NewsGridSection, .si-news-resources-NewsGridSection *){
    object-position: 35% center;
  }

  .news-card:nth-child(8) .card-image:where(.si-news-resources-NewsGridSection, .si-news-resources-NewsGridSection *){
    object-position: 26% center;
  }



  .card-image:where(.si-news-resources-NewsGridSection, .si-news-resources-NewsGridSection *){
    width: 336px;
    height: 184px;
    border-radius: 10px;
    object-fit: cover;
    flex-shrink: 0;
    background: #F0F0F0;
    object-position: center 10%;
  }

  .card-body:where(.si-news-resources-NewsGridSection, .si-news-resources-NewsGridSection *){
    width: 336px;
    height: 192px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .card-title-link:where(.si-news-resources-NewsGridSection, .si-news-resources-NewsGridSection *){
    text-decoration: none;
    height: 56px;
    display: flex;
    align-items: flex-start;
  }

  .card-title-link:hover .card-title:where(.si-news-resources-NewsGridSection, .si-news-resources-NewsGridSection *){
    color: #D62121;
  }

  .card-title:where(.si-news-resources-NewsGridSection, .si-news-resources-NewsGridSection *){
    font-family: 'Afacad', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #272727;
    margin: 0;
  }

  .card-excerpt:where(.si-news-resources-NewsGridSection, .si-news-resources-NewsGridSection *){
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
    color: #9499A8;
    margin: 0;
  }

  .card-readmore:where(.si-news-resources-NewsGridSection, .si-news-resources-NewsGridSection *){
    font-family: 'Afacad', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #D62121;
  }



  html.is-mobile .news-grid-section:where(.si-news-resources-NewsGridSection, .si-news-resources-NewsGridSection *){
    padding: 40px 20px;
  }

  html.is-mobile .news-grid:where(.si-news-resources-NewsGridSection, .si-news-resources-NewsGridSection *){
    width: 100%;
    grid-template-columns: 1fr;
    row-gap: 32px;
  }

  html.is-mobile .news-card:where(.si-news-resources-NewsGridSection, .si-news-resources-NewsGridSection *){
    width: 343px;
    height: 450px;
    padding: 24px 24px 32px 24px;
    gap: 32px;
    border-radius: 10px;
    margin: 0 auto;
  }

  html.is-mobile .card-image:where(.si-news-resources-NewsGridSection, .si-news-resources-NewsGridSection *){
    width: 295px;
    height: 167px;
    border-radius: 10px;
  }

  html.is-mobile .card-body:where(.si-news-resources-NewsGridSection, .si-news-resources-NewsGridSection *){
    width: 295px;
    height: 195px;
    justify-content: space-between;
  }

  html.is-mobile .card-title:where(.si-news-resources-NewsGridSection, .si-news-resources-NewsGridSection *){
    font-size: 17px;
  }

  html.is-mobile .card-excerpt:where(.si-news-resources-NewsGridSection, .si-news-resources-NewsGridSection *){
    font-size: 14px;
    color: #9499A8;
  }

  html.is-mobile .card-readmore:where(.si-news-resources-NewsGridSection, .si-news-resources-NewsGridSection *){
    font-size: 18px;
    color: #D62121;
    text-transform: uppercase;
  }
