/** Shopify CDN: Minification failed

Line 278:1 Expected "}" to go with "{"

**/

.tlo6 {
background: url(/cdn/shop/files/Projekt_bez_tytulu_19_c44a1b5a-d906-4e94-b008-b1e942657596.webp?v=1680260279) no-repeat;
background-size: 100%;
}
@media (min-width: 600px) {
.tlo {
  position: relative;
  background: none;
  overflow: hidden;
}

.tlo::before {
  content: var(--tlo);
  position: absolute;
  top: 0;
  left: 40px;
  font-size: clamp(28px, 4vw, 72px);
  font-weight: 800;
  text-transform: uppercase;
  color: rgba(0, 1, 22, 0.06);
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

.tlo > * {
  position: relative;
  z-index: 1;
}

.tlo2 {
  position: relative;
  background: none;
  overflow: hidden;
}

.tlo2::before {
  content: var(--tlo2);
  position: absolute;
  top: 0;
  left: 40px;

  font-size: clamp(28px, 4vw, 72px);
  font-weight: 800;
  text-transform: uppercase;

  color: rgba(255, 255, 255, 0.06);
  pointer-events: none;
  user-select: none;

  z-index: 0;
}

.tlo5 {
  position: relative;
  background: none;
  overflow: hidden;
}

.tlo5::before {
  content: var(--tlo5);
  position: absolute;
  top: 0;
  left: 40px;

  font-size: clamp(28px, 4vw, 72px);
  font-weight: 800;
  text-transform: uppercase;

  color: rgba(255, 255, 255, 0.06);
  pointer-events: none;
  user-select: none;

  z-index: 0;
}

.tlo9 {
  position: relative;
  background: none;
  overflow: hidden;
}

.tlo9::before {
  content: var(--tlo9);
  position: absolute;
  top: 0;
  left: 40px;

  font-size: clamp(28px, 4vw, 72px);
  font-weight: 800;
  text-transform: uppercase;

  color: rgba(0, 0, 0, 0.05);
  pointer-events: none;
  user-select: none;

  z-index: 0;
}

.tlo11 {
  position: relative;
  background: none;
  overflow: hidden;
}

.tlo11::before {
  content: var(--tlo11);
  position: absolute;
  top: 0px;
  left: 40px;
  font-size: clamp(28px, 4vw, 72px);
  font-weight: 800;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.05);
  pointer-events: none;
  user-select: none;
  z-index: 0;
}
.tlo12 {
  position: relative;
  background: none;
  overflow: hidden;
}

.tlo12::before {
  content: var(--tlo12);
  position: absolute;
  top: 0;
  left: 40px;

  font-size: clamp(28px, 4vw, 72px);
  font-weight: 800;
  text-transform: uppercase;

  color: rgba(0, 0, 0, 0.05);
  pointer-events: none;
  user-select: none;

  z-index: 0;
}

.tlo13 {
  position: relative;
  background: none;
  overflow: hidden;
}

.tlo13::before {
 content: var(--tlo13);
  position: absolute;
  top: 0;
  left: 40px;

  font-size: clamp(28px, 4vw, 72px);
  font-weight: 800;
  text-transform: uppercase;

  color: rgba(0, 0, 0, 0.05);
  pointer-events: none;
  user-select: none;

  z-index: 0;
}

.tlo8 {
  position: relative;
  background: none;
  overflow: hidden;
}

.tlo8::before {
  content: var(--tlo8);
  position: absolute;
  top: 0;
  left: 0px;

  font-size: clamp(28px, 4vw, 72px);
  font-weight: 800;
  text-transform: uppercase;

  color: rgba(255, 255, 255, 0.06);
  pointer-events: none;
  user-select: none;

  z-index: 0;
}

.tlo14 {
  position: relative;
  background: none;
  overflow: hidden;
}

.tlo14::before {
  content: var(--tlo14);
  position: absolute;
  top: 0;
  left: 40px;

  font-size: clamp(28px, 4vw, 72px);
  font-weight: 800;
  text-transform: uppercase;

  color: rgba(0, 0, 0, 0.06);
  pointer-events: none;
  user-select: none;

  z-index: 0;
}


@media (max-width: 600px) {
.marginesmotto {
  margin-bottom:-50px;
}
.marginestimeline {
  margin-bottom:50px;
}
}

.stat-card {
    box-shadow: -10px 10px #CBA557;
    background-color: #000116;
    padding: 2rem 1.5rem;
    text-align: center;
    transition: all 0.2s;
    border:1px solid #664f1f;
}

.stat-card:hover {
    transform: translateY(-5px);
    box-shadow: unset;
}

.stat-icon {
    width: 2.5rem;
    height: 2.5rem;
    margin: 0 auto 1rem;
    color: #c5a05c;
}
.stat-icon svg {
    fill: transparent !important;
    stroke: #c5a05c;
    stroke-width: 2;
}

.stat-title {
    color: #e5e7eb;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.stat-value {
    color: white;
    font-size: 3.7rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.stat-description {
    color: #c9c9c9;
    font-size: 0.875rem;
}

.testimonial {
  background: #f8f8f8;
  border-radius: 0;
  border: 1px solid #CBA557;
  margin-bottom:10px;
  box-shadow: -10px 10px #000116;
}