/** Shopify CDN: Minification failed

Line 161:6 Unexpected "{"
Line 162:13 Expected ":"

**/
.dlp-cmp-sec {
  background: #fff;
  padding: 70px 0;
}

.dlp-sec-sub-2 {
  margin-top: 16px !important;
}

.dlp-cmp-wrap {
  background: #fff;
  border-radius: 12px;
  overflow-x: auto;
  margin-top: 48px;
}

.dlp-cmp-wrap::-webkit-scrollbar {
  height: 6px;
  border-radius: 100px;
}

.dlp-cmp-wrap::-webkit-scrollbar-track {
  background: #f7f7f7;
  border-radius: 100px;
}

.dlp-cmp-wrap::-webkit-scrollbar-thumb {
  background: var(--dlp-maroon);
  border-radius: 100px;
}

.dlp-cmp-wrap::-webkit-scrollbar-thumb:hover {
  background: var(--dlp-deep);
}

.dlp-cmp-wrap table {
  width: 100%;
  border-spacing: 0;
  min-width: 900px;
}

.dlp-cmp-wrap td,
.dlp-cmp-wrap th {
  padding: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, .06);
  border-right: 1px solid rgba(0, 0, 0, .06);
  vertical-align: top;
  font-size: 13px;
}

.dlp-cmp-wrap tr td:last-child,
.dlp-cmp-wrap tr th:last-child {
  border-right: none;
}

.dlp-cmp-wrap th {
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  text-align: center;
  padding: 20px 30px;
  width: 234px !important;
}

.dlp-cmp-wrap th:first-child {
  text-align: left;
  padding-left: 0;
}

.dlp-cmp-wrap tbody tr {
  height: 108px;
}

.dlp-cmp-wrap td:first-child {
  text-align: left;
  padding: 20px 30px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: var(--dlp-ink);
  place-content: center;
}

.dlp-cmp-wrap td {
  text-align: center;
  color: var(--dlp-ink);
  line-height: 1.5;
}

.dlp-cmp-wrap tr:last-child td {
  border-bottom: none;
}

.dlp-cmp-wrap tr:last-child td.dlp-col-us {
  border-radius: 0 0 8px 8px;
}

.dlp-col-us {
  background: #faf7f4;
}

th.dlp-col-us {
  border-top: 3px solid var(--dlp-maroon);
  background: #f5ede8;
  border-radius: 8px 8px 0 0;
}

th.dlp-col-us .dlp-cmp-icon {
  background: #ffffff;
  padding: 0 5px;
}

th.dlp-col-us .dlp-cmp-icon img{
    height: 24px;
}

.dlp-cmp-icon {
  width: 64px;
  height: 64px;
  border-radius: 8px;
  background: #f5ede8;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  border: 1px solid rgba(3, 3, 3, .1);
}

.dlp-cmp-icon img {
  max-height: 30px;
}

.dlp-cmp-wrap td svg {
  width: 24px;
  margin-bottom: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.dlp-cmp-desc {
  font-size: 14px;
  color: var(--dlp-ink);
  line-height: 21px;
  font-weight: 400;
  display: block;
}

@media (max-width: 767px) {
  .dlp-cmp-sec {
    padding: 32px 24px;
  }

  #dlp-cmp- {
      {
      section.id
    }
  }

  

  .dlp-cmp-sec .dlp-sec-title {
    max-width: 91%;
    margin-left: auto;
    margin-right: auto;
  }

  .dlp-cmp-wrap {
    margin-top: 20px;
    padding-bottom: 5px;
  }

  .dlp-sec-sub-2 {
  margin-top: 12px !important;
}

  .dlp-cmp-wrap table {
    min-width: 870px;
  }

  .dlp-cmp-wrap td,
  .dlp-cmp-wrap th {
    padding: 12px;
    font-size: 12px;
  }

  .dlp-cmp-icon img {
  max-height: 20px;
}

  .dlp-cmp-wrap th {
    font-size: 14px;
    line-height: 20px;
    padding: 16px;
    width: 180px !important;
  }

  .dlp-cmp-wrap th:first-child {
    width: 150px !important;
  }

  .dlp-cmp-wrap tbody tr {
    height: auto;
  }

  .dlp-cmp-wrap td:first-child {
    padding: 12px 16px;
    font-size: 14px;
    line-height: 20px;
    max-width: 150px !important;
  }

  .dlp-cmp-icon {
    width: 42px;
    height: 42px;
    border-radius: 6px;
    margin: 0 auto 16px;
  }

  .dlp-cmp-wrap td svg {
    width: 16px;
    margin-bottom: 5px;
  }

  .dlp-cmp-desc {
    font-size: 12px;
    line-height: 18px;
  }
}