/** Shopify CDN: Minification failed

Line 121:6 Unexpected "{"
Line 122:13 Expected ":"

**/
.dlp-how-sec {
  background: #fff;
  padding: 70px 0;
}

.dlp-how-card {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

.dlp-how-sec .dlp-sec-sub {
  max-width: 660px;
  margin: 0 auto;
}

.dlp-how-grid-wrap {
  width: 100%;
}

.dlp-how-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 48px;
  padding: 30px;
  background: var(--dlp-gray);
  border-radius: 12px;
}

.dlp-how-img {
  width: 100%;
  height: fit-content;
  border-radius: 8px;
}

.dlp-how-step-content-main {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  color: var(--dlp-ink);
}

.dlp-how-step {
  width: 100%;
  max-width: 120px;
  text-align: center;
  background: #f5ede8;
  padding: 12px 16px;
  border: 1px solid rgba(3, 3, 3, .1);
  border-radius: 48px;
  text-transform: uppercase;
  flex-shrink: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}

.dlp-how-step-line {
  position: absolute;
  top: 17px;
  right: -34%;
}

.dlp-how-step-line-mobile {
  display: none;
}

.dlp-how-title {
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  margin-bottom: 12px;
  text-align: center;
}

.dlp-how-desc {
  font-size: 12px;
  color: var(--dlp-ink);
  line-height: 18px;
  text-align: center;
}

@media (min-width: 881px) and (max-width: 1024px) {
  .dlp-how-step-line {
    top: 19px;
    right: -28%;
  }

  .dlp-how-step-line img {
    max-width: 140px;
  }
}

@media (min-width: 768px) and (max-width: 880px) {
  .dlp-how-step-line {
    top: 19px;
    right: -30%;
  }

  .dlp-how-step-line img {
    max-width: 100px;
  }
}

@media (max-width: 767px) {
  .dlp-how-sec {
    padding: 32px 24px;
  }

  #dlp-how- {
      {
      section.id
    }
  }

  .dlp-how-sec .dlp-sec-sub {
    max-width: 89%;
  }

  .dlp-how-grid-wrap {
    margin-top: 20px;
  }

  .dlp-how-grid {
    display: flex;
    gap: 24px;
    padding: 16px;
    border-radius: 8px;
    margin-top: 0;
    flex-direction: column;
  }

  .dlp-how-card {
    width: 100% !important;
    display: flex;
    flex-direction: column-reverse;
    gap: 16px;
  }

  .dlp-how-img {
    border-radius: 6px;
  }

  .dlp-how-step-content-main {
    gap: 16px;
    align-items: flex-start;
  }

  .dlp-how-step-line {
    display: none;
  }

  .dlp-how-step-line-mobile {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
  }

  .dlp-how-step {
    font-size: 12px;
    line-height: 18px;
    max-width: 101px;
    padding: 8px 12px;
  }

  .dlp-how-title {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 8px;
    text-align: left;
  }

  .dlp-how-desc {
    font-size: 10px;
    line-height: 15px;
    text-align: left;
  }
}