<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.product-features .subtitle {
  font-family: "Averta-bold";
  font-size: 20px;
  line-height: 26px;
  color: #00994f;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.product-features .title {
  font-size: 64px;
  line-height: 76.8px;
  letter-spacing: -0.04em;
  color: #000000;
}
.product-features .table {
  border: none;
  margin-top: 48px;
}
.product-features .table thead tr th {
  border-left: none;
  border-right: none;
}
.product-features .table tbody tr th td {
  border-left: none;
  border-right: none;
}
.product-features .table .image-card-header {
  width: 524px;
  padding: 0;
}
.product-features .table .th-zero {
  border-bottom: none;
}
.product-features .table .image-card-header {
  border-bottom: none;
}
.product-features .table .image-card-header .image-card img {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}
.product-features .table .image-card-header .image-card .heading-imageCard {
  color: #015c2e;
  font-family: "Averta-semibold";
  font-size: 30px;
  line-height: 39px;
  letter-spacing: -0.02em;
  padding: 24px 0 24px 24px;
}
.product-features
  .table
  .image-card-header:nth-child(2)
  .image-card
  .heading-imageCard {
  background: #daf6c6;
}
.product-features
  .table
  .image-card-header:nth-child(3)
  .image-card
  .heading-imageCard {
  background: linear-gradient(180deg, #ecfae2 0%, #ecfae2 100%);
}

.product-features .table .attribute .attribute-th {
  font-family: "Averta-bold";
  font-size: 17px;
  line-height: 23.8px;
  letter-spacing: -0.02em;
  padding: 16px 24px 0px 24px;
  color: #292929;
  border-color: #ececec;
  min-width: 200px;
  font-weight: normal;
}
.product-features .table .attribute .attribute-td {
  font-size: 17px;
  line-height: 23.8px;
  letter-spacing: -0.02em;
  padding: 16px 24px;
  color: #292929;
  border-color: #ececec;
}
.attribute-td.hl {
  background: #ecfae2;
}
.product-features .table .attribute:nth-child(1) {
  border-top: none;
}
.product-features .table .attribute .attribute-td ul {
  padding-left: 24px;
}
.product-features .table .attribute .attribute-td ol {
  padding-left: 12px;
}
.product-features .table .attribute .attribute-td ol li {
  margin-bottom: 12px;
}
.product-features .table .attribute-common .attribute-common-td ol {
  padding-left: 12px;
}
.product-features .table .attribute .attribute-td ul li {
  margin-bottom: 12px;
}
.product-features .table .attribute:last-child th {
  border-bottom: none;
}
.product-features .table .attribute:last-child .attribute-td:last-child {
  border-bottom: none;
}
.product-features .table .attribute:last-child .attribute-th:last-child {
  border-bottom: none;
}
.attribute-td.hl ol {
  padding-left: 12px;
}
@media (max-width: 1199px) {
  .product-features .desktop {
    display: none;
  }
  .product-features .table .image-card-header .image-card .heading-imageCard {
    font-family: "Averta-semibold";
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.02em;
    text-align: center;
  }
  .product-features
    .table
    .image-card-header:nth-child(1)
    .image-card
    .heading-imageCard {
    background: #daf6c6;
    padding: 16px 18px;
  }
  .product-features
    .table
    .image-card-header:nth-child(2)
    .image-card
    .heading-imageCard {
    background: linear-gradient(180deg, #ecfae2 0%, #ecfae2 100%);
    padding: 16px 18px;
  }
  .product-features .table .attribute .attribute-th {
    font-family: "Averta-bold";
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    background: #f8f8f8;
    border-color: #ececec;
    padding: 12px 120px;
    color: #292929;
    text-transform: uppercase;
    font-weight: normal;
  }
  .attribute-td.hl {
    font-size: 13px;
    line-height: 19.5px;
    letter-spacing: -0.02em;
    background: #ffffff;
    border-top: none;
    border-bottom: none;
    border-color: #ececec;
    padding: 16px 24px 16px 12px;
    color: #292929;
  }
  .product-features .table .attribute .attribute-td {
    font-size: 13px;
    line-height: 19.5px;
    letter-spacing: -0.02em;
    border-color: #ececec;
    padding: 16px 24px 16px 12px;
    color: #292929;
  }
  .attribute-td {
    font-size: 13px;
    line-height: 19.5px;
    letter-spacing: -0.02em;
    border-bottom: none;
    border-top: none;
    border-color: #ececec;
    color: #292929;
    font-weight: normal;
  }
  .attribute-th {
    border-color: #ececec;
    border-bottom: none;
    border-top: none;
    color: #292929;
  }
  .attribute-td.hl ul {
    padding-left: 24px;
    color: #292929;
  }
  .attribute-td ul {
    padding-left: 36px;
    color: #292929;
  }
  .attribute-td ol {
    padding-left: 24px;
    color: #292929;
  }
  .attribute-td ol li {
    margin-bottom: 2px;
  }
  .attribute-td.hl ol {
    padding-left: 12px;
  }
  .attribute-td.hl ul li {
    margin-bottom: 4px;
    color: #292929;
  }
  .product-features .subtitle {
    font-size: 16px;
    margin: 0px;
    margin-left: 24px;
  }
  .product-features .title {
    font-size: 36px;
    margin-left: 24px;
  }
  .product-features .table .image-card-header {
    width: 50%;
  }
  .product-features .table {
    margin-top: 38px;
  }
}
@media (max-width: 767px) {
  .product-features .table .image-card-header img {
    height: 175px;
  }
  .product-features
    .table
    .image-card-header:nth-child(2)
    .image-card
    .heading-imageCard {
    min-height: 84px;
  }
}
@media (max-width: 576px) {
  #site-content .usn_cmp_productfeatures .container {
    padding: 48px 0px;
  }
  .product-features .table .image-card-header img {
    height: unset;
  }
  .product-features
    .table
    .image-card-header:nth-child(1)
    .image-card
    .heading-imageCard {
    min-height: 84px;
  }
}
@media (min-width: 1200px) {
  .product-features .mobile {
    display: none;
  }
}
</pre></body></html>