.VirtualStageArticlesGrid .articles_list {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none; }
  .VirtualStageArticlesGrid .articles_list > li {
    padding-left: 0;
    margin: 0; }
  @media (min-width: 1439px) {
    .VirtualStageArticlesGrid .articles_list {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: flex-start; } }
  @media (min-width: 1209px) and (max-width: 1438px) {
    .VirtualStageArticlesGrid .articles_list {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: flex-start; } }
  @media (min-width: 979px) and (max-width: 1208px) {
    .VirtualStageArticlesGrid .articles_list {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: flex-start; } }
  @media (min-width: 763px) and (max-width: 978px) {
    .VirtualStageArticlesGrid .articles_list {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: flex-start; } }
  @media (max-width: 762px) {
    .VirtualStageArticlesGrid .articles_list .article_entry {
      width: 100%;
      max-width: 400px;
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 1439px) {
    .VirtualStageArticlesGrid .articles_list .article_entry {
      width: 437px; } }
  @media (min-width: 1209px) and (max-width: 1438px) {
    .VirtualStageArticlesGrid .articles_list .article_entry {
      width: 359px; } }
  @media (min-width: 979px) and (max-width: 1208px) {
    .VirtualStageArticlesGrid .articles_list .article_entry {
      width: 297px; } }
  @media (min-width: 763px) and (max-width: 978px) {
    .VirtualStageArticlesGrid .articles_list .article_entry {
      width: 225px; } }
  @media (max-width: 762px) {
    .VirtualStageArticlesGrid .articles_list .article_entry + .article_entry {
      margin-top: 20px; } }
  @media (min-width: 1439px) {
    .VirtualStageArticlesGrid .articles_list .article_entry:nth-child(3n + 1), .VirtualStageArticlesGrid .articles_list .article_entry:nth-child(3n + 2) {
      margin-right: 39px; } }
  @media (min-width: 1209px) and (max-width: 1438px) {
    .VirtualStageArticlesGrid .articles_list .article_entry:nth-child(3n + 1), .VirtualStageArticlesGrid .articles_list .article_entry:nth-child(3n + 2) {
      margin-right: 41px; } }
  @media (min-width: 979px) and (max-width: 1208px) {
    .VirtualStageArticlesGrid .articles_list .article_entry:nth-child(3n + 1), .VirtualStageArticlesGrid .articles_list .article_entry:nth-child(3n + 2) {
      margin-right: 19px; } }
  @media (min-width: 763px) and (max-width: 978px) {
    .VirtualStageArticlesGrid .articles_list .article_entry:nth-child(3n + 1), .VirtualStageArticlesGrid .articles_list .article_entry:nth-child(3n + 2) {
      margin-right: 19px; } }
  @media (min-width: 1439px) {
    .VirtualStageArticlesGrid .articles_list .article_entry:nth-child(n + 4) {
      margin-top: 39px; } }
  @media (min-width: 1209px) and (max-width: 1438px) {
    .VirtualStageArticlesGrid .articles_list .article_entry:nth-child(n + 4) {
      margin-top: 41px; } }
  @media (min-width: 979px) and (max-width: 1208px) {
    .VirtualStageArticlesGrid .articles_list .article_entry:nth-child(n + 4) {
      margin-top: 19px; } }
  @media (min-width: 763px) and (max-width: 978px) {
    .VirtualStageArticlesGrid .articles_list .article_entry:nth-child(n + 4) {
      margin-top: 19px; } }
  .VirtualStageArticlesGrid .articles_list .article_entry .article_link {
    display: block;
    position: relative;
    text-decoration: none; }
    .VirtualStageArticlesGrid .articles_list .article_entry .article_link:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      z-index: 1;
      background-color: rgba(0, 0, 0, 0.3); }
    .VirtualStageArticlesGrid .articles_list .article_entry .article_link:hover .article_image_wrapper .article_image {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }
    .VirtualStageArticlesGrid .articles_list .article_entry .article_link:hover .article_content .article_heading .heading_text {
      background-position: 0 0; }
    .VirtualStageArticlesGrid .articles_list .article_entry .article_link .article_image_wrapper {
      overflow: hidden; }
      .VirtualStageArticlesGrid .articles_list .article_entry .article_link .article_image_wrapper .article_image {
        display: block;
        width: 100%;
        height: auto;
        -webkit-transition: -webkit-transform 0.3s ease-in-out;
        -moz-transition: -moz-transform 0.3s ease-in-out;
        -ms-transition: -ms-transform 0.3s ease-in-out;
        -o-transition: -o-transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out; }
    .VirtualStageArticlesGrid .articles_list .article_entry .article_link .article_content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      padding: 20px;
      z-index: 3; }
      @media (min-width: 1439px) {
        .VirtualStageArticlesGrid .articles_list .article_entry .article_link .article_content {
          padding-left: 30px;
          padding-right: 30px;
          padding-top: 40px;
          padding-bottom: 40px; } }
      @media (min-width: 1209px) and (max-width: 1438px) {
        .VirtualStageArticlesGrid .articles_list .article_entry .article_link .article_content {
          padding-left: 30px;
          padding-right: 30px;
          padding-top: 40px;
          padding-bottom: 40px; } }
      .VirtualStageArticlesGrid .articles_list .article_entry .article_link .article_content .premiere_info {
        position: absolute;
        top: 20px;
        left: 20px;
        color: #fff;
        font-weight: 500; }
        .VirtualStageArticlesGrid .articles_list .article_entry .article_link .article_content .premiere_info p {
          margin: 0; }
          .VirtualStageArticlesGrid .articles_list .article_entry .article_link .article_content .premiere_info p + p {
            margin-top: 10px; }
          .VirtualStageArticlesGrid .articles_list .article_entry .article_link .article_content .premiere_info p .label {
            font-weight: 700; }
      .VirtualStageArticlesGrid .articles_list .article_entry .article_link .article_content .article_heading {
        color: #fff;
        border: none;
        margin: 0;
        padding: 0;
        line-height: 1.2; }
        @media (max-width: 762px) {
          .VirtualStageArticlesGrid .articles_list .article_entry .article_link .article_content .article_heading {
            font-size: 24px; } }
        @media (min-width: 763px) and (max-width: 978px) {
          .VirtualStageArticlesGrid .articles_list .article_entry .article_link .article_content .article_heading {
            font-size: 20px; } }
        @media (min-width: 979px) and (max-width: 1208px) {
          .VirtualStageArticlesGrid .articles_list .article_entry .article_link .article_content .article_heading {
            font-size: 30px; } }
        @media (min-width: 1209px) and (max-width: 1438px) {
          .VirtualStageArticlesGrid .articles_list .article_entry .article_link .article_content .article_heading {
            font-size: 40px; } }
        @media (min-width: 1439px) {
          .VirtualStageArticlesGrid .articles_list .article_entry .article_link .article_content .article_heading {
            font-size: 40px; } }
        .VirtualStageArticlesGrid .articles_list .article_entry .article_link .article_content .article_heading .heading_text {
          background-image: linear-gradient(to bottom, #0000FF 0%, #0000FF 100%);
          background-position: 0 2em;
          background-repeat: repeat-x;
          background-size: 1px 1.3em;
          -webkit-transition: background-position 0.3s ease-in-out;
          -moz-transition: background-position 0.3s ease-in-out;
          -ms-transition: background-position 0.3s ease-in-out;
          -o-transition: background-position 0.3s ease-in-out;
          transition: background-position 0.3s ease-in-out; }

/*# sourceMappingURL=virtualstagearticlesgrid.default.scss.map */