
.c6005__video-container:after {
    content: "";
    display: block;
    height: 0.188rem;
    background-color: #8ad74a;
    width: 100%;
}

@media screen and (min-width: 1026px){
    .c6005__grid.c6005__one{
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .c6005__grid.c6005__two{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}


.c6005__grid-item + .c6005__grid-item:nth-child(3n-1) .c6005__video-container:after,
.c6005__yellow:after {
    background-color: #ffcc5b;
}
.c6005__grid-item + .c6005__grid-item:nth-child(3n) .c6005__video-container:after,
.c6005__blue:after {
    background-color: #0392cf;
}


.c6005__carousel-navigation {
    width: 100%;
    height: 30px;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    top: 0;
    left: 0;
   
  }
  
  .c6005__carousel-back,
  .c6005__carousel-next,
  .c6005__nav-back,
  .c6005__nav-next {
    width: 24px;
    height: 30px;
    cursor: pointer;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .c6005__carousel-back svg path,
  .c6005__carousel-next svg path,
  .c6005__nav-back svg path,
  .c6005__nav-next svg path {
    cursor: pointer;
  }
  
  .c6005__carousel-back svg path,
  .c6005__carousel-next svg path,
  .c6005__nav-back svg path,
  .c6005__nav-next svg path {
    fill: #0D123D;
    transition: fill 0.3s ease;
  }
  
  .c6005__carousel-back:hover svg path,
  .c6005__carousel-next:hover svg path,
  .c6005__nav-back:hover svg path,
  .c6005__nav-next:hover svg path {
    fill: #0392cf;
  }
  
  .c6005__carousel-back.inactive svg path,
  .c6005__carousel-next.inactive svg path,
  .c6005__nav-back.inactive svg path,
  .c6005__nav-next.inactive svg path {
    fill: #868686;
  }