/* [project]/components/windows/WLogotypeScroller/WLogotypeScroller.module.css [app-client] (css) */
.WLogotypeScroller-module__VXMb6q__root {
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
  padding: 104px 0;
}

.WLogotypeScroller-module__VXMb6q__header {
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 2.375rem;
  display: flex;
}

.WLogotypeScroller-module__VXMb6q__title {
  margin: 0;
}

.WLogotypeScroller-module__VXMb6q__navButtons {
  flex-shrink: 0;
  gap: 8px;
  display: flex;
}

.WLogotypeScroller-module__VXMb6q__navBtn {
  border: 1.5px solid var(--color-border, #e2e8f0);
  width: 40px;
  height: 40px;
  color: var(--color-text, #1a1a1a);
  cursor: pointer;
  background: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 0;
  transition: background .2s, border-color .2s, color .2s;
  display: flex;
}

.WLogotypeScroller-module__VXMb6q__navBtn.swiper-button-disabled {
  opacity: .35;
  cursor: default;
  pointer-events: none;
}

.WLogotypeScroller-module__VXMb6q__root .swiper {
  width: 100%;
  overflow: visible;
}

.WLogotypeScroller-module__VXMb6q__root .swiper-wrapper {
  overflow: visible;
}

.WLogotypeScroller-module__VXMb6q__root {
  overflow: hidden;
}

.WLogotypeScroller-module__VXMb6q__card, .WLogotypeScroller-module__VXMb6q__cardLink {
  color: inherit;
  width: 100%;
  text-decoration: none;
  display: block;
}

.WLogotypeScroller-module__VXMb6q__cardLink:hover .WLogotypeScroller-module__VXMb6q__image {
  opacity: .8;
}

.WLogotypeScroller-module__VXMb6q__imageWrapper {
  aspect-ratio: 3 / 2;
  border: 1px solid var(--color-gray-200);
  border-radius: 12px;
  width: 100%;
  overflow: hidden;
}

.WLogotypeScroller-module__VXMb6q__image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: opacity .2s;
  display: block;
}

.WLogotypeScroller-module__VXMb6q__itemName {
  letter-spacing: -.5px;
  font-size: 1.5rem;
  font-weight: var(--font-weight-semibold);
  margin-top: 2rem;
  line-height: 2.125rem;
}

.WLogotypeScroller-module__VXMb6q__empty {
  padding: var(--space-lg);
  text-align: center;
  color: var(--color-text-muted);
  background: var(--color-bg-subtle);
  border-radius: var(--radius-control);
}

@media (max-width: 1480px) {
  .WLogotypeScroller-module__VXMb6q__root {
    width: 90%;
  }
}

@media (max-width: 1024px) {
  .WLogotypeScroller-module__VXMb6q__root {
    padding: 72px 0;
  }

  .WLogotypeScroller-module__VXMb6q__header {
    margin-bottom: 1.75rem;
  }

  .WLogotypeScroller-module__VXMb6q__title {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .WLogotypeScroller-module__VXMb6q__itemName {
    margin-top: 1.5rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (max-width: 768px) {
  .WLogotypeScroller-module__VXMb6q__root {
    padding: 48px 0;
  }

  .WLogotypeScroller-module__VXMb6q__header {
    margin-bottom: 1.25rem;
  }

  .WLogotypeScroller-module__VXMb6q__title {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .WLogotypeScroller-module__VXMb6q__navBtn {
    width: 36px;
    height: 36px;
  }

  .WLogotypeScroller-module__VXMb6q__itemName {
    letter-spacing: -.3px;
    margin-top: 1rem;
    font-size: 1.125rem;
    line-height: 1.5rem;
  }

  .WLogotypeScroller-module__VXMb6q__imageWrapper {
    border-radius: 10px;
  }
}

@media (max-width: 480px) {
  .WLogotypeScroller-module__VXMb6q__root {
    padding: 32px 0;
  }

  .WLogotypeScroller-module__VXMb6q__header {
    gap: 8px;
    margin-bottom: 1rem;
  }

  .WLogotypeScroller-module__VXMb6q__title {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .WLogotypeScroller-module__VXMb6q__navBtn {
    width: 32px;
    height: 32px;
  }

  .WLogotypeScroller-module__VXMb6q__navButtons {
    gap: 6px;
  }

  .WLogotypeScroller-module__VXMb6q__itemName {
    margin-top: .75rem;
    font-size: 1rem;
    line-height: 1.375rem;
  }

  .WLogotypeScroller-module__VXMb6q__imageWrapper {
    border-radius: 8px;
  }
}

@media (max-width: 360px) {
  .WLogotypeScroller-module__VXMb6q__root {
    padding: 24px 0;
  }

  .WLogotypeScroller-module__VXMb6q__title {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }

  .WLogotypeScroller-module__VXMb6q__navBtn {
    width: 28px;
    height: 28px;
  }

  .WLogotypeScroller-module__VXMb6q__itemName {
    margin-top: .625rem;
    font-size: .95rem;
  }
}

/* [project]/node_modules/swiper/modules/autoplay.css [app-client] (css) */


/*# sourceMappingURL=_0~7_tw~._.css.map*/