.product-usp-bar .wrapper {
  padding-left: 0;
  padding-right: 0;
}
.product-usp-bar .products-usps {
  background-color: #E5F5F6;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 8px;
  overflow: hidden;
}
.product-usp-bar .products-usps ul {
  list-style: none;
  margin: 0;
  margin-top: 12px;
  margin-bottom: 13px;
  padding: 0;
  overflow: hidden;
  height: 21px;
}
@media (min-width: 1200px) {
  .product-usp-bar .products-usps ul {
    display: flex;
    justify-content: space-around;
    gap: 1.5rem;
  }
}
.product-usp-bar .products-usps ul li {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  position: relative;
  color: #000;
  text-wrap: nowrap;
  animation: upanddown 2s infinite;
  animation-duration: 10s;
}
.product-usp-bar .products-usps ul li strong {
  color: #006980 !important;
  margin: 0 3px !important;
}
@media (max-width: 576px) {
  .product-usp-bar .products-usps ul li {
    font-size: 0.875rem;
  }
}
@media (min-width: 1200px) {
  .product-usp-bar .products-usps ul li {
    padding-left: 10px;
    margin-left: 10px;
    animation: none;
  }
}
.product-usp-bar .products-usps ul li::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 20 20' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.2893 4.9693C15.6747 5.2213 15.7827 5.7373 15.5307 6.12264L9.864 14.7893C9.79798 14.8903 9.71082 14.9757 9.60854 15.0397C9.50626 15.1037 9.3913 15.1447 9.27162 15.1599C9.15193 15.1752 9.03037 15.1642 8.91533 15.1278C8.8003 15.0915 8.69453 15.0306 8.60534 14.9493L4.93867 11.616C4.77512 11.4673 4.67734 11.2597 4.66684 11.0389C4.65633 10.8181 4.73397 10.6022 4.88267 10.4386C5.03137 10.2751 5.23895 10.1773 5.45974 10.1668C5.68053 10.1563 5.89645 10.2339 6.06 10.3826L9.004 13.0586L14.136 5.21064C14.257 5.02572 14.4464 4.89642 14.6627 4.85117C14.879 4.80591 15.1044 4.8484 15.2893 4.9693Z' fill='%23006980'/%3E%3C/svg%3E");
  align-self: flex-start;
  margin-top: -1px;
  height: 20px;
  width: 20px;
  margin-right: 4px;
}
@media (min-width: 1200px) {
  .product-usp-bar .products-usps ul li::before {
    position: absolute;
    left: -16px;
  }
}
@keyframes upanddown {
  0%, 5% {
    transform: translateY(0px);
  }
  20%, 30% {
    transform: translateY(-21px);
  }
  45%, 55% {
    transform: translateY(-42px);
  }
  70%, 80% {
    transform: translateY(-21px);
  }
  100% {
    transform: translateY(0px);
  }
}

/*# sourceMappingURL=drl-product-usp-bar.css.map*/