
  .link-plain,
  .link-plain:hover,
  .link-plain:active,
  .link-plain:visited {
      text-decoration: none;
  }

  .link-plain-f,
  .link-plain-f:hover,
  .link-plain-f:active,
  .link-plain-f:focus,
  .link-plain-f:visited {
      color: initial;
      text-decoration: none !important;
  }

  .div-center {
      display: inline-block;
      width: 100%;
      text-align: center;
  }
  #va_container {
      position: relative;
      max-width: 1140px;
      margin: auto;
  }

  .va-thumbnail {
      border-radius: 5px;
      border: 0px;
      max-width: 100%;
  }

  .va-title {
      margin-top: 0px;
      margin-bottom: 10px;
      font-weight: 700;
  }

  .va-carrousel-flexbox {
      display: flex;
      flex-wrap: nowrap;
      overflow-x: auto;
      scrollbar-width: none;
  }

  .va-carrousel-flexbox .va-card {
      flex: 0 0 auto;
      margin:0 10px;
  }

  .va-carrousel-flexbox .va-card:first-child {
      margin-left: 5px;
  }
  .va-carrousel-flexbox .va-card:last-child {
      margin-right: 15px;
  }

  .va-carrousel-flexbox .va-card:last-child::after {
      content: ' ';
      display: inline-block;
  }

  .va-card {
      width: 48%;
      cursor: pointer;
      user-select: none;
      outline: none;
  }

  .va-card:hover {
      user-select: none;
      outline: none;
  }

  .va-card a {
      display: block;
  }

  @media (min-width: 768px) {
      .va-card {
          width: 31.333%;
      }
  }

  .va-carrousel,
  .va-carrousel-flexbox {
      width: 100%;
      -webkit-overflow-scrolling: touch;
  }

  .va-carrousel::-webkit-scrollbar,
  .va-carrousel-flexbox::-webkit-scrollbar {
      display: none;
  }
.va-img{
    background: #DAEEED;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    min-height: 150px;
}
.va-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    mix-blend-mode: darken;
}
  .va-carrousel-title {
      display: inline-block;

      color: white;
      font-weight: 700;
      padding-bottom: 8px;

      margin-bottom: 18px;
  }

  .va-title {
      display: flex;
      margin-top: 8px;
      font-size: 11px;
      max-height: 3em;
      overflow: hidden;
      color: black;
      text-align: center;
      font-weight: 700;
  }

  @media (min-width: 768px) {
      .va-title {
          font-size: 13px;
      }
  }

  .va-start-from {
      font-size: 0.75em;
      margin-top: 0.5em;
      color: #5CB6A8;
  }
  .va-start-from svg{
      display: block;
  }

  .va-points {
      font-size: 12px;
      font-weight: 700;
      display: inline-block;
      color: white;
  }

  .deals-paddle {
      height: 38px;
      width: 38px;
      color: white;
      z-index: 10;
      background-color: #5CB6A8;
      border: 0px solid;
      margin: auto;
      position: absolute;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor:pointer;
      transform: translateY(-25px);
  }

  .deals-paddle:hover {
    background: #3a8c7f;
}
  .deals-paddle:focus {
      outline: none;
  }

  .deals-paddle:active {
      border-style: solid;
      outline: none;
      user-select: none;
  }

  .deals-paddle svg {
      width: 10px;
  }

  @media (min-width: 768px) {
      .other-game-button {
          width: 300px;
      }
  }

  .deals-scroll-left {
      top: 0;
      left: 5px;
      bottom: 0;
  }

  .deals-scroll-right {
      top: 0;
      bottom: 0;
      right: 5px;
  }

  .va-carrousel-section {
      padding: 0px;
      position: relative;
  }

  @media (min-width: 768px) {

      .va-carrousel-section {
          padding-left: 15px;
          padding-right: 15px;
      }
  }

  .va-seeall {
      display: block;
      font-size: 18px;
      font-weight: 700;
      border-top: 1px solid #DDDDDD;
      text-align: center;
      padding: 10px;
  }
