/*rgba(245, 130, 32, 0.05)*/
.content-wrapper.table-custom .content .content-inner {
  display: flex;
  align-items: center;
  color: #4A4A4A;
  line-height: 1.22;
  padding-top: 0;
  height: 23em;
}
.content-wrapper.table-custom .content .content-inner .table {
  width: 100%;
  height: auto;
  align-items: center;
  overflow: hidden;
  font-size: 0.8em;
}
.content-wrapper.table-custom .content .content-inner .table table, .content-wrapper.table-custom .content .content-inner .table th, .content-wrapper.table-custom .content .content-inner .table td {
  border: 1px solid #C9CACB;
  box-sizing: border-box;
}
.content-wrapper.table-custom .content .content-inner .table table {
  width: 100%;
  height: 100%;
  border-collapse: collapse;
  background: #FFFFFF;
}
.content-wrapper.table-custom .content .content-inner .table table thead {
  text-align: left;
}
.content-wrapper.table-custom .content .content-inner .table table tbody {
  text-align: left;
}
.content-wrapper.table-custom .content .content-inner .table table tbody tr td p {
  padding-bottom: 0.4em;
}
.content-wrapper.table-custom .content .content-inner .table table tbody tr td p:last-child {
  padding-bottom: 0;
}
.content-wrapper.table-custom .content .content-inner .table table th {
  background-color: #E5E8E9;
  padding: 0.8em 1em 0.8em 1em;
}
.content-wrapper.table-custom .content .content-inner .table table td {
  padding: 0.8em 1em 0.5em 1.2em;
}
.content-wrapper.table-custom.style_2 .content .title-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}
.content-wrapper.table-custom.style_2 .content .title-wrapper .link-after-title {
  font-size: 0.69em;
}
.content-wrapper.table-custom.style_2 .content .content-inner {
  display: flex;
  align-items: flex-start;
  color: #4A4A4A;
  line-height: 1.22;
  padding-top: 0;
  height: 22em;
}
.content-wrapper.table-custom.style_2 .content .content-inner .description-above p, .content-wrapper.table-custom.style_2 .content .content-inner .description-below p {
  padding-bottom: 0.4em;
}
.content-wrapper.table-custom.style_2 .content .content-inner .description-above {
  margin-top: 0;
  margin-bottom: 1em;
}
.content-wrapper.table-custom.style_2 .content .content-inner .left-side-block {
  display: flex;
  align-items: center;
  width: 14.6em;
  height: 100%;
  padding: 1.6em 1.25em;
  margin-right: 1.8em;
  background-color: rgba(245, 130, 32, 0.1);
}
.content-wrapper.table-custom.style_2 .content .content-inner .left-side-block .text {
  font-size: 0.8em;
  line-height: 1.7;
}
.content-wrapper.table-custom.style_2 .content .content-inner .table {
  width: 100%;
  height: auto;
  align-items: center;
  overflow: hidden;
  font-size: 0.8em;
}
.content-wrapper.table-custom.style_2 .content .content-inner .table table, .content-wrapper.table-custom.style_2 .content .content-inner .table th, .content-wrapper.table-custom.style_2 .content .content-inner .table td {
  border: 1px solid #C9CACB;
  box-sizing: border-box;
}
.content-wrapper.table-custom.style_2 .content .content-inner .table table {
  width: 100%;
  height: 100%;
  border-collapse: collapse;
  background: #FFFFFF;
}
.content-wrapper.table-custom.style_2 .content .content-inner .table table thead {
  text-align: left;
}
.content-wrapper.table-custom.style_2 .content .content-inner .table table tbody {
  text-align: left;
}
.content-wrapper.table-custom.style_2 .content .content-inner .table table tbody tr td p {
  padding-bottom: 0.4em;
}
.content-wrapper.table-custom.style_2 .content .content-inner .table table tbody tr td p:last-child {
  padding-bottom: 0;
}
.content-wrapper.table-custom.style_2 .content .content-inner .table table th {
  background-color: #E5E8E9;
  padding: 0.8em 1em 0.8em 1em;
}
.content-wrapper.table-custom.style_2 .content .content-inner .table table td {
  padding: 0.8em 1em 0.5em 1.2em;
}
.content-wrapper.table-custom.style_2 .content .content-inner .table .vert-before {
  text-align: center;
  white-space: nowrap;
  vertical-align: bottom;
}
.content-wrapper.table-custom.style_2 .content .content-inner .table .vert-before p {
  margin: 0 -999px;
  display: inline-block;
  transform: rotate(-90deg);
}
.content-wrapper.table-custom.style_2 .content .content-inner .table .vert-before p:before {
  content: "";
  width: 0;
  padding-top: 110%;
  /* takes width as reference, + 10% for faking some extra padding */
  display: inline-block;
  vertical-align: middle;
}
.content-wrapper.table-custom.style_2 .content .content-inner .table .vert-before p:has(br) {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  text-align: left;
  padding-right: 10px;
}
.content-wrapper.table-custom.style_2 .content .content-inner .description-below {
  margin-top: 1em;
  margin-bottom: 0;
}
.content-wrapper.table-custom.style_2 .content.description-above-below .content-inner {
  flex-direction: column;
  justify-content: flex-start;
}

/*# sourceMappingURL=table-custom.css.map */
