<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ng-specs-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

.ng-specs-slide {
  padding: 6px 0 33px 15px; }

.ng-specs-list {
  list-style: none;
  color: #848484;
  margin-top: -1px;
  border-bottom: 1px solid #a8a8a8; }
  .ng-specs-list.ng-specs-list--two {
    border-bottom: 1px solid #a8a8a8; }
  .ng-specs-list &gt; li {
    border-top: 1px solid #a8a8a8; }
    .ng-specs-list &gt; li.ng-active .ng-specs-title {
      color: #7b2a89; }
      .ng-specs-list &gt; li.ng-active .ng-specs-title:after {
        content: '';
        width: 14px;
        height: 2px;
        background-color: #c2c2c2;
        margin-right: 2px;
        margin-top: 1px; }
  .ng-specs-list .ng-specs-title {
    color: #848484;
    display: block;
    font-weight: 400;
    padding: 20px 25px 20px 0;
    position: relative;
    font-size: 18px;
    cursor: pointer; }
    @media (min-width: 1024px) {
      .ng-specs-list .ng-specs-title {
        font-size: 20px;
        padding-top: 20px; } }
    .ng-specs-list .ng-specs-title:after {
      position: absolute;
      top: 50%;
      content: '+';
      right: 0;
      transform: translateY(-50%);
      font-size: 30px;
      color: #c2c2c2;
      line-height: 1; }

.ng-specs,
.ng-specs + .ng-hidden-list {
  font-size: 16px;
  line-height: 1.625;
  list-style: none;
  margin: 0;
  padding: 0 12px 0 0; }
  .ng-specs li,
  .ng-specs + .ng-hidden-list li {
    margin-bottom: 28px;
    position: relative;
    padding-left: 23px; }
    @media (min-width: 768px) {
      .ng-specs li,
      .ng-specs + .ng-hidden-list li {
        margin-bottom: 1px; } }
    .ng-specs li:before,
    .ng-specs + .ng-hidden-list li:before {
      position: absolute;
      top: 10px;
      left: 0;
      content: '';
      width: 6px;
      height: 6px;
      background-color: #848484;
      border-radius: 50%; }

.ng-specs--secondary,
.ng-specs--secondary + .ng-hidden-list {
  color: #585459;
  font-size: 12px;
  line-height: 1.8333; }
  .ng-specs--secondary li,
  .ng-specs--secondary + .ng-hidden-list li {
    padding-left: 26px;
    margin-bottom: 1px; }
    .ng-specs--secondary li:before,
    .ng-specs--secondary + .ng-hidden-list li:before {
      position: absolute;
      top: 8px;
      left: 2px;
      width: 4px;
      height: 4px;
      background-color: #585459; }
    .ng-specs--secondary li ul:not([class]),
    .ng-specs--secondary + .ng-hidden-list li ul:not([class]) {
      color: #585459;
      font-size: 12px;
      margin-bottom: 5px !important;
      line-height: 1.8333; }
      .ng-specs--secondary li ul:not([class]) li,
      .ng-specs--secondary + .ng-hidden-list li ul:not([class]) li {
        padding-left: 26px;
        margin-bottom: 1px; }
        .ng-specs--secondary li ul:not([class]) li:before,
        .ng-specs--secondary + .ng-hidden-list li ul:not([class]) li:before {
          position: absolute;
          top: 8px;
          left: 2px;
          width: 4px;
          height: 4px;
          background-color: #585459; }

@media (min-width: 1024px) {
  .ng-specs--two-cols,
  .ng-specs--two-cols + .ng-hidden-list {
    display: flex;
    flex-wrap: wrap; } }

@media (min-width: 1024px) {
  .ng-specs--two-cols li,
  .ng-specs--two-cols + .ng-hidden-list li {
    width: 50%; } }

.ng-tech-specs--secondary .js-acc-hidden {
  position: static !important; }

.ng-tech-specs--secondary .ng-specs-slide {
  padding-bottom: 24px;
  padding-left: 0; }
  @media (min-width: 768px) {
    .ng-tech-specs--secondary .ng-specs-slide {
      padding-top: 15px;
      padding-bottom: 23px; } }

.ng-tech-specs--secondary .ng-specs-title {
  pointer-events: none;
  color: #7b2a89;
  padding: 22px 25px 0 0; }
  .ng-tech-specs--secondary .ng-specs-title:after {
    display: none; }

.ng-tech-specs--secondary .ng-btn-show {
  margin-top: 5px; }
  @media (min-width: 1200px) {
    .ng-tech-specs--secondary .ng-btn-show {
      margin-top: 18px; } }

@media (max-width: 767px) {
  .ng-specs-list &gt; li {
    min-height: 0 !important; } }

@media (min-width: 768px) {
  .ng-specs--three {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    border: none; } }

@media (min-width: 1024px) {
  .ng-specs--three {
    margin: 0 -15px; } }

.ng-specs--three &gt; li {
  position: relative;
  z-index: 1; }
  @media (min-width: 768px) {
    .ng-specs--three &gt; li {
      border: none;
      width: 33.33%;
      padding: 0 10px;
      margin-bottom: -1px; } }
  @media (min-width: 1024px) {
    .ng-specs--three &gt; li {
      padding: 0 15px; } }
  @media (min-width: 768px) {
    .ng-specs--three &gt; li:before {
      content: '';
      position: absolute;
      left: 10px;
      right: 10px;
      bottom: 0;
      top: 0;
      z-index: -1;
      border-top: 1px solid #a8a8a8;
      border-bottom: 1px solid #a8a8a8; } }

.ng-specs--three .ng-list--brand {
  margin-bottom: 5px; }
  @media (min-width: 768px) {
    .ng-specs--three .ng-list--brand {
      font-size: 14px; } }
  @media (min-width: 1024px) {
    .ng-specs--three .ng-list--brand {
      font-size: 16px; } }
  @media (min-width: 768px) {
    .ng-specs--three .ng-list--brand .ng-specs-title {
      font-size: 16px; } }
  @media (min-width: 1024px) {
    .ng-specs--three .ng-list--brand .ng-specs-title {
      font-size: 18px; } }
  .ng-specs--three .ng-list--brand li {
    margin: 0 0 5px; }
  .ng-specs--three .ng-list--brand ul {
    padding-top: 5px;
    margin-bottom: 5px; }
    .ng-specs--three .ng-list--brand ul li {
      margin-bottom: 5px; }
  .ng-specs--three .ng-list--brand a:hover {
    color: #000; }
</pre></body></html>