@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
#weekly-performance .s2 {
  padding: 13rem 0 7.5rem 0;
}

#weekly-performance .s2 h1 {
  font-size: 1.5rem;
  font-weight: 300;
  color: #005076;
  margin-bottom: 4rem;
}

#weekly-performance .s2 .perf-intro {
  margin-bottom: 4rem;
}

#weekly-performance .s2 .perf-table {
  max-width: 1000px;
  margin: 0 auto;
}

#weekly-performance .s2 .perf-table .perf-header {
  font-size: 1.5rem;
  font-weight: 300;
  color: #005076;
  margin-bottom: 2rem;
  line-height: 1.5;
}

#weekly-performance .s2 .perf-table .perf-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

#weekly-performance .s2 .perf-table .tnav {
  width: 100%;
  border-collapse: collapse;
  min-width: 640px;
}

#weekly-performance .s2 .perf-table .tnav td {
  padding: 0.9rem 1.1rem;
  font-size: 0.9rem;
  color: #0b344c;
  text-align: right;
  white-space: nowrap;
}

#weekly-performance .s2 .perf-table .tnav td.f,
#weekly-performance .s2 .perf-table .tnav td:first-child {
  text-align: left;
}

#weekly-performance .s2 .perf-table .tnav tr.h td {
  font-weight: 500;
  color: #005076;
  border-bottom: solid 1px #92BCD8;
  padding-bottom: 1rem;
}

#weekly-performance .s2 .perf-table .tnav tr.strategy td {
  background: #005076;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-align: left;
}

#weekly-performance .s2 .perf-table .tnav tr.inc td {
  background: #E6F0F5;
  color: #92BCD8;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-align: left;
}

#weekly-performance .s2 .perf-table .tnav tr:not(.h):not(.strategy):not(.inc) td {
  border-bottom: solid 1px #E6F0F5;
}

#weekly-performance .s2 .perf-table .ast {
  margin-top: 2rem;
  font-size: 0.95rem;
  color: #0b344c;
  line-height: 1.6;
}

#weekly-performance .s2 .perf-table tr.strategy {
  display: none;
}

@media screen and (max-width: 767px) {
  #weekly-performance .s2 {
    padding: 10rem 0 5rem 0;
  }
}
