.main-container .wrapper.custom-performance > * + * {
  margin-top: 1lh;
}
.main-container .wrapper.custom-performance h3 {
  font-size: 1.7rem;
  font-weight: 500;
  color: var(--c_primary_light);
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  gap: 0.5em;
  margin-top: 1lh;
}
.main-container .wrapper.custom-performance h3::before {
  content: "";
  width: 1em;
  height: 1em;
  border: 0.3em solid;
  border-radius: 100vw;
  aspect-ratio: 1/1;
  display: block;
  flex: none;
  translate: 0 0.05lh;
}
.main-container .wrapper.custom-performance .table-wrap table tr th, .main-container .wrapper.custom-performance .table-wrap table tr th p, .main-container .wrapper.custom-performance .table-wrap table tr td, .main-container .wrapper.custom-performance .table-wrap table tr td p {
  font-size: 1.5rem;
}
@media all and (max-width: 1023px) {
  .main-container .wrapper.custom-performance .table-wrap table tr th, .main-container .wrapper.custom-performance .table-wrap table tr th p, .main-container .wrapper.custom-performance .table-wrap table tr td, .main-container .wrapper.custom-performance .table-wrap table tr td p {
    font-size: 1.4rem;
  }
}
.main-container .wrapper.custom-performance .table-wrap table tr th:first-child, .main-container .wrapper.custom-performance .table-wrap table tr td:first-child {
  width: 100%;
}
.main-container .wrapper.custom-performance .table-wrap table tr th:nth-child(2), .main-container .wrapper.custom-performance .table-wrap table tr td:nth-child(2) {
  min-width: 6lh;
}
.main-container .wrapper.custom-performance .table-wrap table tr th {
  background: var(--c_primary);
}
.main-container .wrapper.custom-performance .table-wrap table tr th, .main-container .wrapper.custom-performance .table-wrap table tr th p {
  color: var(--c_white);
}
.main-container .wrapper.custom-performance .table-wrap table tr th p.txt-center {
  margin: 0 auto;
}
.main-container .wrapper.custom-performance .table-wrap + span {
  font-size: 1.4rem;
  display: inline-block;
  margin-top: 1lh;
}
/*# sourceMappingURL=maps/performance.css.map */
