/* [project]/components/layout/header.css [app-client] (css) */
.site-header-logo-link {
  flex-shrink: 0;
  align-items: center;
  max-width: 160px;
  height: 44px;
  display: inline-flex;
  overflow: hidden;
}

.site-header-logo {
  object-fit: contain;
  object-position: left center;
  width: auto;
  max-width: 100%;
  height: 100%;
  display: block;
}

@media (min-width: 640px) {
  .site-header-logo-link {
    max-width: 180px;
    height: 48px;
  }
}

@media (min-width: 1024px) {
  .site-header-logo-link {
    max-width: 200px;
  }
}

/* [project]/components/sections/hero-carousel.css [app-client] (css) */
.swiper {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  list-style: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.swiper-wrapper {
  z-index: 1;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  transition-property: transform;
  transition-timing-function: ease;
  display: flex;
  position: relative;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  transition-property: transform;
  display: block;
  position: relative;
}

.hero-carousel-section {
  padding-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .hero-carousel-section {
    padding-bottom: 2.5rem;
  }
}

.hero-carousel-section .hero-swiper {
  z-index: 1;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: auto;
  position: relative;
  overflow: visible;
}

.hero-carousel-section .hero-swiper .swiper-wrapper, .hero-carousel-section .hero-swiper .swiper-slide {
  max-width: 100%;
}

.hero-carousel-section .hero-swiper .swiper-slide {
  height: auto;
  width: 100% !important;
}

.hero-swiper-image {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

.hero-carousel-section .hero-swiper .swiper-wrapper {
  transition-timing-function: ease;
}

.hero-carousel-section .hero-swiper .swiper-pagination, .hero-carousel-section .hero-swiper-pagination {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: calc(2rem + 50px);
  padding-bottom: .25rem;
  display: flex;
  position: static;
}

@media (min-width: 768px) {
  .hero-carousel-section picture {
    aspect-ratio: 1800 / 800;
  }

  .hero-carousel-section .hero-swiper {
    overflow: visible;
  }

  .hero-carousel-section .hero-swiper .swiper-slide {
    height: auto;
  }

  .hero-carousel-section .hero-swiper-pagination {
    margin-top: calc(2.75rem + 50px);
    padding-bottom: .5rem;
  }
}

.hero-carousel-section .hero-swiper .swiper-pagination-bullet, .hero-carousel-section .hero-swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: #ffffff59;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  transition: background-color .25s;
  margin: 0 7px !important;
}

.hero-carousel-section .hero-swiper .swiper-pagination-bullet-active, .hero-carousel-section .hero-swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}

.hero-swiper-btn {
  cursor: pointer;
  color: #ffffffd9;
  background: none;
  border: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 0;
  transition: color .2s, opacity .2s;
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.hero-swiper-btn:hover {
  color: #fff;
  cursor: pointer;
}

.hero-swiper-btn:disabled {
  cursor: default;
  opacity: .35;
}

.hero-swiper-btn-prev {
  left: 8px;
}

.hero-swiper-btn-next {
  right: 8px;
}

@media (min-width: 768px) {
  .hero-swiper-btn-prev {
    left: 28px;
  }

  .hero-swiper-btn-next {
    right: 28px;
  }
}

/* [project]/components/sections/app-icon.css [app-client] (css) */
@keyframes app-icon-shine-sweep {
  0% {
    opacity: 0;
    transform: translateX(-140%)rotate(24deg);
  }

  10% {
    opacity: .95;
  }

  85% {
    opacity: .35;
  }

  100% {
    opacity: 0;
    transform: translateX(270%)rotate(24deg);
  }
}

.app-icon-shine-bar {
  pointer-events: none;
  background: linear-gradient(90deg, #0000 0%, #ffffff1f 28%, #ffffffeb 50%, #ffffff1f 72%, #0000 100%);
  width: 44%;
  height: 124%;
  animation: .68s cubic-bezier(.33, .12, .18, 1) forwards app-icon-shine-sweep;
  position: absolute;
  top: -12%;
  left: 0;
}

/* [project]/components/sections/startup-section.css [app-client] (css) */
@keyframes startup-cost-row-bg-pulse-even {
  0%, 100% {
    background-color: #09090b;
  }

  50% {
    background-color: #103a28;
  }
}

@keyframes startup-cost-row-bg-pulse-odd {
  0%, 100% {
    background-color: #18181b;
  }

  50% {
    background-color: #12442e;
  }
}

.startup-table-pulse tbody tr.startup-cost-row-pulse[data-row-tone="even"] td {
  animation: 1.8s ease-in-out infinite startup-cost-row-bg-pulse-even;
}

.startup-table-pulse tbody tr.startup-cost-row-pulse[data-row-tone="odd"] td {
  animation: 1.8s ease-in-out infinite startup-cost-row-bg-pulse-odd;
}

.startup-table-pulse tbody tr.startup-table-row-focused td {
  transition: background-color .3s;
  animation: none !important;
}

.startup-price-highlight {
  display: inline-block;
  position: relative;
}

.startup-price-highlight-marker {
  pointer-events: none;
  width: calc(100% + .08em);
  height: .46em;
  position: absolute;
  bottom: -.12em;
  left: -.04em;
  right: -.04em;
  overflow: visible;
}

/* [project]/components/sections/seller-status.css [app-client] (css) */
.custom-scrollbar {
  scrollbar-width: thin;
  scrollbar-color: #ffffff38 transparent;
}

.custom-scrollbar::-webkit-scrollbar {
  width: 5px;
}

.custom-scrollbar::-webkit-scrollbar-track {
  background: none;
  margin: 6px 0;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  background: #ffffff2e padding-box padding-box;
  border: 1px solid #0000;
  border-radius: 999px;
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #25f48273 padding-box padding-box;
}

.custom-scrollbar::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}

/*# sourceMappingURL=components_0kw9wok._.css.map*/