.marquee {
  position: relative;
  width: 100%; }
  .marquee .marquee-inner {
    display: flex;
    width: 100%;
    overflow-x: auto;
    --ms-overflow-style: none; }
    .marquee .marquee-inner::-webkit-scrollbar {
      display: none; }
    .marquee .marquee-inner a {
      display: block;
      width: 50%;
      padding: 7.5px;
      flex-shrink: 0;
      flex-grow: 0; }
      .marquee .marquee-inner a img {
        width: 100%; }
  @media (min-width: 1024px) {
    .marquee .marquee-inner a {
      width: 20%; } }
  @media (min-width: 1800px) {
    .marquee .marquee-inner a {
      width: 16.6%; } }
  .marquee .slick-arrow {
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    background-color: #fff;
    z-index: 10000;
    border: none; }
    .marquee .slick-arrow:focus, .marquee .slick-arrow:active {
      border: none;
      outline: none;
      box-shadow: none; }
  .marquee .slick-prev {
    left: -30px; }
  .marquee .slick-next {
    right: -30px; }
  .marquee .slick-disabled svg {
    color: red !important; }

/*# sourceMappingURL=marquee.css.map */
