.encore-specs{padding:58px 0 20px;background:#fff;color:#222}.encore-specs__header{max-width:720px;margin:0 auto 38px;text-align:center}.encore-specs__eyebrow{margin:0 0 6px;text-transform:uppercase;letter-spacing:.14em;font-size:10px;font-weight:600;color:#888}.encore-specs__header h2{margin:0 0 8px;font-size:28px;line-height:1.2;font-weight:500;letter-spacing:.01em}.encore-specs__header>p:last-child{margin:0;color:#7b7b7b;font-size:14px}.encore-specs__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:54px;margin-bottom:36px;padding:0 28px}.encore-specs__card{padding:0}.encore-specs__card+.encore-specs__card{border-left:1px solid #e9e9e9;padding-left:54px}.encore-specs h3{font-size:14px;text-transform:uppercase;letter-spacing:.075em;margin:0 0 17px;font-weight:600}.encore-specs dl{margin:0}.encore-specs__card dl>div,.encore-specs__performance>div{display:grid;grid-template-columns:minmax(135px,.9fr) minmax(0,1.1fr);gap:18px;padding:11px 0;border-top:1px solid #ededed}.encore-specs__card dl>div:first-child,.encore-specs__performance>div:first-child{border-top:0}.encore-specs dt{color:#777;font-weight:400}.encore-specs dd{margin:0;color:#222;font-weight:500}.encore-specs__wide{border-top:1px solid #dedede;padding:27px 28px 25px;margin:0}.encore-specs__wide+.encore-specs__wide{margin-top:2px}.encore-specs__applications{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px 20px}.encore-specs__application{display:flex;align-items:center;gap:9px;min-height:34px;font-size:14px}.encore-specs__mark{width:21px;height:21px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;flex:0 0 21px}.encore-specs__application.is-yes .encore-specs__mark{background:#eef6f2;color:#39735d}.encore-specs__application.is-no{color:#777}.encore-specs__application.is-no .encore-specs__mark{background:#f3f3f3;color:#777}.encore-specs__performance{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:54px}.encore-specs__performance>div:nth-child(2){border-top:0}.encore-specs [hidden]{display:none!important}@media(max-width:1024px){.encore-specs__applications{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:767px){.encore-specs{padding:40px 0 8px}.encore-specs__header{margin-bottom:27px;text-align:left;padding:0 4px}.encore-specs__header h2{font-size:24px}.encore-specs__grid{grid-template-columns:1fr;gap:27px;margin-bottom:27px;padding:0 4px}.encore-specs__card+.encore-specs__card{border-left:0;border-top:1px solid #dedede;padding-left:0;padding-top:27px}.encore-specs__wide{padding:25px 4px 22px}.encore-specs__applications{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px 12px}.encore-specs__performance{grid-template-columns:1fr}.encore-specs__performance>div:nth-child(2){border-top:1px solid #ededed}.encore-specs__card dl>div,.encore-specs__performance>div{grid-template-columns:1fr 1fr;gap:12px}.encore-specs h3{font-size:13px}}
.encore-specs-jump {
  align-items: center;
  border-bottom: 1px solid currentColor;
  color: var(--accent-color, #2f8379);
  display: inline-flex;
  font-size: 13px;
  font-weight: 600;
  gap: 7px;
  letter-spacing: .04em;
  margin: 10px 0 4px;
  padding-bottom: 2px;
  text-transform: uppercase;
}

.encore-specs-jump:hover {
  color: var(--secondary-color, #111);
}
