#page {
  overflow: unset;
}
#page > *,
#page .header {
  min-width: 480px;
}

.page__section--light {
  color: #0c3534;
}

.mb-8 {
  margin-bottom: 32px;
}

.mb-16 {
  margin-bottom: 64px;
}

@media (min-width: 992px) {
  .md-show {
    display: none;
  }
}

@media (max-width: 991px) {
  .md-hide {
    display: none;
  }
}

@media (max-width: 991px) {
  .md-hidden {
    opacity: 0;
  }
}

@media (max-width: 991px) {
  .md-hide {
    display: none;
  }
}

@media (min-width: 768px) {
  .sm-show {
    display: none;
  }
}

@media (max-width: 767px) {
  .sm-hide {
    display: none;
  }
}

@media (min-width: 1336px) {
  .container {
    max-width: 1550px !important;
  }
}
.m-a {
  margin: auto;
}

b,
strong {
  font-weight: 600;
}

.icon {
  min-width: 80px;
  max-width: 80px;
}
@media (min-width: 992px) {
  .icon {
    min-width: 100px;
    max-width: 100px;
  }
}

.p-box {
  padding: 20px;
}
@media (min-width: 992px) {
  .p-box {
    padding: 30px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 100%;
  }
}
.button--expanded::after {
  transform: rotate(0deg) !important;
}

.page--goldetf .c3js-chart.chart-type2 .c3-chart-arc text {
  font-weight: 700;
}
.page--goldetf h2,
.page--goldetf .h2 {
  font-size: 24px;
  font-weight: 600;
  color: #007f84;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .page--goldetf h2,
  .page--goldetf .h2 {
    font-size: 30px;
  }
}
.page--goldetf h3,
.page--goldetf .h3 {
  font-size: 20px;
  font-weight: 600;
  color: #0c3534;
  margin-bottom: 0px;
  line-height: 1.25;
}
@media (min-width: 992px) {
  .page--goldetf h3,
  .page--goldetf .h3 {
    font-size: 24px;
  }
}
.page--goldetf h4,
.page--goldetf .h4 {
  font-size: 18px;
  font-weight: 500;
  color: #0c3534;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .page--goldetf h4,
  .page--goldetf .h4 {
    font-size: 20px;
  }
}
.page--goldetf h4.jpx-box-h4 {
  margin-bottom: 0.5rem;
  font-weight: 300;
}
.page--goldetf h5,
.page--goldetf .h5 {
  font-size: 18px;
  font-weight: 300;
}
@media (min-width: 992px) {
  .page--goldetf h5,
  .page--goldetf .h5 {
    font-size: 20px;
  }
}
.page--goldetf
  #assetAllocation__0-container
  .c3-tooltip-container
  table
  .value {
  display: none;
}
.page--goldetf .anchor-ctn {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 992px) {
  .page--goldetf .anchor-ctn {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
  }
}
.page--goldetf .anchor-ctn .anchor-item {
  background-color: #fff;
  border: 1px solid #0c3534;
  border-radius: 5px;
  text-decoration: unset;
  color: #0c3534;
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 20px 20px;
  gap: 15px;
  transition: all 0.3s ease;
}
.page--goldetf .anchor-ctn .anchor-item .icon {
  width: 80px;
  height: auto;
  min-width: unset;
  max-width: unset;
}
.page--goldetf .anchor-ctn .anchor-item .text {
  text-align: left;
  margin: 0;
  line-height: 1.3;
  color: #0c3534;
  font-size: 20px;
  font-weight: 600;
}
.page--goldetf .anchor-ctn .anchor-item::after {
  content: "";
  background-image: url(../../images/HSTECHCCETF/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  display: block;
  margin-left: auto;
}
@media (min-width: 992px) {
  .page--goldetf .anchor-ctn .anchor-item {
    flex-direction: column;
    justify-content: space-between;
    padding: 30px 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    text-align: center;
    min-width: calc(33.333% - 14px);
  }
  .page--goldetf .anchor-ctn .anchor-item .icon {
    width: 120px;
  }
  .page--goldetf .anchor-ctn .anchor-item .text {
    text-align: center;
    font-size: 22px;
  }
  .page--goldetf .anchor-ctn .anchor-item::after {
    margin-left: unset;
    margin-top: 10px;
  }
}
.page--goldetf .anchor-section {
  margin-top: -100px;
  padding-top: 100px;
}
@media (max-width: 991px) {
  .page--goldetf .anchor-section {
    margin-top: -80px;
    padding-top: 80px;
  }
}
.page--goldetf .anchor-remark {
  font-size: 14px;
  color: #0c3534;
  text-align: center;
  width: 100%;
}
@media (min-width: 992px) {
  .page--goldetf .anchor-remark {
    order: 4;
    margin-top: -10px;
  }
}
.page--goldetf .icon-2col-topic {
  display: grid;
  gap: 15px;
  margin-bottom: 18px;
  grid-template-columns: 1fr;
}
.page--goldetf .icon-2col-topic .icon {
  min-width: 60px;
  max-width: 60px;
  height: 60px;
}
.page--goldetf .icon-2col-topic .content {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 8px;
  align-items: center;
}
.page--goldetf .icon-2col-topic .content h2 {
  margin-bottom: 0;
  color: inherit;
  line-height: 1.2;
}
.page--goldetf .icon-2col-topic .content h2 .smaller {
  font-size: 66%;
}
.page--goldetf .icon-2col-topic .content .text {
  grid-column: 1/-1;
  font-size: 16px;
  line-height: 1.5;
}
.page--goldetf .icon-2col-topic .small-text {
  font-size: 14px;
}
@media (min-width: 992px) {
  .page--goldetf .icon-2col-topic {
    grid-template-columns: auto 1fr;
    gap: 30px;
    align-items: center;
  }
  .page--goldetf .icon-2col-topic .icon {
    min-width: 80px;
    max-width: 80px;
    height: 80px;
  }
  .page--goldetf .icon-2col-topic .content {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .page--goldetf .icon-2col-topic .content::before {
    content: none;
  }
  .page--goldetf .icon-2col-topic .content h2 {
    margin-bottom: 8px;
    font-size: 30px;
  }
  .page--goldetf .icon-2col-topic .content .text {
    font-size: 20px;
  }
  .page--goldetf .icon-2col-topic .small-text {
    font-size: 16px;
  }
}
.page--goldetf .box {
  padding: 20px;
}
@media (min-width: 992px) {
  .page--goldetf .box {
    padding: 30px;
  }
}
.page--goldetf .box {
  border: 1px solid #b7c3c3;
  border-radius: 5px;
}
.page--goldetf .box .icon-2col-topic .content {
  align-items: center;
}
.page--goldetf .box .icon-2col-topic .icon img {
  width: 50px;
  height: 50px;
  min-width: 50px;
  max-width: 50px;
}
@media (min-width: 992px) {
  .page--goldetf .box .icon-2col-topic .icon img {
    width: 80px;
    height: 80px;
    min-width: 80px;
    max-width: 80px;
  }
}
.page--goldetf #feature3 .feature3-table-container {
  margin: 0 auto;
  border-radius: 30px;
  overflow: hidden;
}
.page--goldetf #feature3 .feature3-table-container .feature3-table-header {
  background: #c13f18;
  color: #fff;
  text-align: center;
  padding: 8px 30px;
  font-size: 20px;
  font-weight: 600;
  border-radius: 30px 30px 5px 5px;
}
.page--goldetf #feature3 .feature3-table-container .feature3-table-header h3 {
  font-weight: 600;
  text-align: center;
  color: #fff;
}
.page--goldetf #feature3 .feature3-table-container .feature3-table-content {
  padding: 20px;
  background-color: #ffeecd;
  border-radius: 0 0 30px 30px;
}
@media (min-width: 992px) {
  .page--goldetf #feature3 .feature3-table-container .feature3-table-content {
    padding: 30px;
  }
}
.page--goldetf
  #feature3
  .feature3-table-container
  .feature3-table-content
  > h3 {
  text-align: center;
  margin-bottom: 16px;
}
.page--goldetf #feature3 .feature3-table-container .criteria-section {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 992px) {
  .page--goldetf #feature3 .feature3-table-container .criteria-section {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.page--goldetf #feature3 .feature3-table-container .arrow-1 {
  width: 40px;
  height: 20px;
  display: block;
  margin: 16px auto;
}
.page--goldetf #feature3 .feature3-table-container .criteria-last {
  background-color: #ffb864;
  padding: 8px;
  border-radius: 5px 5px 20px 20px;
}
.page--goldetf #feature3 .feature3-table-container .criteria-last u {
  font-size: 1.25em;
}
.page--goldetf #feature3 .feature3-table-container .criteria-last * {
  text-align: center;
}
.page--goldetf #feature3 .arrow-2 {
  width: 80px;
  height: 40px;
  display: block;
  margin: 8px auto;
}
@media (min-width: 992px) {
  .page--goldetf #feature3 .arrow-2 {
    margin: 16px auto;
    margin-top: -15px;
  }
}
.page--goldetf #feature3 .arrow-2 {
  margin-top: -15px;
}
.page--goldetf #feature3 .feature3-last {
  background-color: #007f84;
  padding: 16px;
}
.page--goldetf #feature3 .feature3-last h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}
.page--goldetf #feature3 .feature3-last {
  border-radius: 5px 5px 30px 30px;
}
.page--goldetf .index_table_ctn {
  display: flex;
  gap: 30px;
  margin-top: 30px;
  flex-direction: column;
}
@media (min-width: 992px) {
  .page--goldetf .index_table_ctn {
    margin: 16px auto;
    flex-direction: row;
  }
}
.page--goldetf .index_table_ctn .index_table {
  flex: 1;
  display: flex;
  flex-direction: column;
  font-size: 15px;
}
.page--goldetf .index_table_ctn .index_table .index_table_row {
  display: flex;
  align-items: center;
}
.page--goldetf
  .index_table_ctn
  .index_table
  .index_table_row
  .index_table_item {
  flex: 1;
  padding: 10px 20px;
  text-align: center;
}
.page--goldetf .index_table_ctn .index_table .index_table_row:nth-child(1) {
  background-color: #0c3534;
  border-radius: 5px;
  color: #fff;
  font-weight: 600;
}
.page--goldetf .index_table_ctn .index_table .index_table_row:nth-child(2) {
  background-color: #fff7e6;
  border-radius: 5px 5px 0 0;
  font-weight: 300;
}
.page--goldetf .index_table_ctn .index_table .index_table_row:nth-child(3) {
  background-color: #ffeecd;
  border-radius: 0 0 5px 5px;
  font-weight: 600;
}
.page--goldetf .index_table_ctn .index_table .index_table_scroll {
  overflow: auto;
}
.page--goldetf .index_table_ctn .index_table .index_table_scroll > * {
  min-width: 550px;
}
.page--goldetf
  .index_table_ctn
  .index_table
  .index_table_scroll
  > *:nth-child(1) {
  background-color: #fff7e6;
  border-radius: 5px 5px 0 0;
  font-weight: 300;
  color: inherit;
}
.page--goldetf
  .index_table_ctn
  .index_table
  .index_table_scroll
  > *:nth-child(2) {
  background-color: #ffeecd;
  border-radius: 0 0 5px 5px;
  font-weight: 600;
}

.statistics__th:nth-child(1),
.statistics__td:nth-child(1) {
  width: 5%;
  min-width: 40px;
  text-align: left;
}

@media (max-width: 991px) {
  .statistics__th:nth-child(1),
  .statistics__td:nth-child(1) {
    width: 5%;
  }
}
.statistics__th:nth-child(2),
.statistics__td:nth-child(2) {
  width: 40%;
  text-align: left;
}

@media (max-width: 991px) {
  .statistics__th:nth-child(2),
  .statistics__td:nth-child(2) {
    width: 47%;
  }
}
.statistics__th:nth-child(3),
.statistics__td:nth-child(3) {
  width: 27.5%;
}

@media (max-width: 991px) {
  .statistics__th:nth-child(3),
  .statistics__td:nth-child(3) {
    width: 24%;
  }
}
.statistics__th:nth-child(4),
.statistics__td:nth-child(4) {
  width: 27.5%;
}

@media (max-width: 991px) {
  .statistics__th:nth-child(4),
  .statistics__td:nth-child(4) {
    width: 24%;
  }
}
.importantNotes__body {
  font-weight: 600 !important;
}

.fund_information_remark {
  padding: 20px;
}
@media (min-width: 992px) {
  .fund_information_remark {
    padding: 20px 30px;
  }
}
.fund_information_remark {
  background-color: #f3f5f5;
  border-radius: 5px;
  margin: 8px 0;
}
.fund_information_remark p {
  margin-bottom: 0;
}
.fund_information_remark .fund_information_remark_topic {
  font-weight: 600;
  margin-bottom: 8px;
}

#chart_performance_chart {
  max-height: 340px;
  width: 100%;
}
#chart_performance_chart .c3-axis-x {
  display: none;
}

#dateContainer {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  width: calc(100% - 50px);
  height: 50px;
  border-top: 1px solid #000;
  margin-left: 40px;
  margin-top: -30px;
  padding-right: 35px;
  padding-top: 30px;
}

.date-item {
  /* Rotate the text 45 degrees counterclockwise */
  transform: rotate(-45deg);
  transform-origin: center; /* Rotate around the center of the element */
  white-space: nowrap; /* Prevent text from wrapping */
  font-size: 14px; /* Adjust font size as needed */
  width: 0;
}

#salaryChart {
  max-height: 320px;
  min-height: 320px;
}

.c3-axis-x text {
  font-size: 14px;
}

/* Style for Y-axis labels font size (optional, for consistency) */
.c3-axis-y text {
  font-size: 14px;
}

.chart-container {
  width: 100%; /* Full width of the parent */
  height: 300px; /* Fixed height */
  position: relative; /* Ensure positioning context for the chart */
}

.chart-container > div {
  width: 100% !important;
  height: 100% !important;
}

.chart-container svg {
  width: 100% !important;
  height: 100% !important;
  overflow: visible !important;
  max-width: 100%; /* Prevent overflow */
  max-height: 100%; /* Prevent overflow */
}

.chart-title {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 16px;
}

.c3-axis-x text,
.c3-axis-y text {
  fill: #0c3534; /* Horizontal Bar Chart axis text color */
}

.c3-tooltip th {
  background-color: #737373 !important;
}

.c3-chart-text .c3-text {
  font-size: 14px;
}

#salaryChart .c3-tooltip td.name {
  width: 10px;
}

.cta {
  display: block;
  text-align: center;
  padding: 10px 20px;
  border-radius: 5px;
  background: #0c3534;
}
.cta:hover {
  background: #007f84;
}
.cta {
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 600;
  margin: 0 auto;
  margin-bottom: 60px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-size: 24px;
}

*:focus-visible,
button:focus-visible {
  outline: 1px solid #007f84 !important;
}

.headline h2 {
  margin-bottom: 8px;
}
.headline {
  margin-bottom: 32px;
}
.headline .text {
  font-size: 20px;
}

.box1-flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 32px;
}
.box1-flex .line {
  border-left: 1px dashed #b7c3c3;
}
@media (min-width: 992px) {
  .box1-flex {
    flex-direction: row;
  }
}
@media (max-width: 991px) {
  .box1-flex {
    margin-top: 0;
  }
}
.box1-flex > .box1-item {
  width: 100%;
}
@media (min-width: 992px) {
  .box1-flex > .box1-item {
    width: calc((100% - 40px) / 2);
  }
}
@media (max-width: 991px) {
  .box1-flex > .box1-item {
    padding-block: 16px;
  }
  .box1-flex > .box1-item:not(:last-child) {
    border-bottom: 1px dashed #b7c3c3;
  }
}
.box1-flex > .box1-item img {
  width: 100%;
}
.box1-flex .line {
  border-left: 1px dashed #b7c3c3;
}

.future-gold-table-container {
  overflow-x: auto;
  position: relative;
}
.future-gold-table-container .future-gold-table {
  width: 100%;
  border-collapse: collapse;
  min-width: -moz-max-content;
  min-width: max-content;
}
.future-gold-table-container .future-gold-table th,
.future-gold-table-container .future-gold-table td {
  text-align: center;
  padding: 10px;
  font-size: 16px;
}
@media (min-width: 992px) {
  .future-gold-table-container .future-gold-table th,
  .future-gold-table-container .future-gold-table td {
    padding: 10px 20px;
  }
}
.future-gold-table-container .future-gold-table thead {
  position: relative;
  z-index: 1;
  background-color: #0c3534;
}
.future-gold-table-container
  .future-gold-table
  thead
  th[rowspan="2"]:first-child {
  border-radius: 5px 0 0 5px;
}
.future-gold-table-container .future-gold-table thead th[colspan="3"] {
  border-radius: 0 5px 0 0;
}
.future-gold-table-container
  .future-gold-table
  thead
  tr:last-child
  th:last-child {
  border-radius: 0 0 5px 0;
}
.future-gold-table-container .future-gold-table thead > tr {
  position: relative;
  z-index: 2;
}
.future-gold-table-container .future-gold-table thead {
  color: #fff;
  font-weight: bold;
}
.future-gold-table-container .future-gold-table thead th[rowspan="2"] {
  width: 19%;
}
.future-gold-table-container .future-gold-table thead th[colspan="3"] {
  width: 43%;
}
.future-gold-table-container .future-gold-table thead th {
  font-weight: 600;
  vertical-align: middle;
}
.future-gold-table-container .future-gold-table tbody tr:not(:last-child) {
  border-bottom: 1px solid #b7c3c3;
}
.future-gold-table-container .future-gold-table tbody tr td {
  color: #0c3534;
}
.future-gold-table-container .future-gold-table tfoot {
  font-weight: bold;
  position: relative;
}
.future-gold-table-container .future-gold-table tfoot tr {
  background-color: #ff8605;
}
.future-gold-table-container .future-gold-table tfoot td:first-child {
  border-radius: 5px 0 0 5px;
}
.future-gold-table-container .future-gold-table tfoot td:last-child {
  border-radius: 0 5px 5px 0;
}
.future-gold-table-container .future-gold-table tfoot {
  color: #fff;
}
.future-gold-table-container .future-gold-table tfoot td:first-child {
  text-align: right;
}
.future-gold-table-container .future-gold-table tfoot td {
  border: none;
}
.future-gold-table-container .gold {
  color: #ffb864;
}
.future-gold-table-container .blue {
  color: #67abad;
}

.chart-img {
  width: 100%;
}

.why-flex {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  row-gap: 16px;
}
.why-flex .item {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (min-width: 992px) {
  .why-flex .item {
    width: calc(50% - 10px);
    min-width: calc(50% - 10px);
  }
}
.why-flex .item {
  padding: 20px;
  background-color: #fffaf0;
}
.why-flex .item .icon {
  width: 50px;
  height: 50px;
  min-width: 50px;
  max-width: 50px;
}
@media (min-width: 992px) {
  .why-flex .item .icon {
    width: 80px;
    height: 80px;
    min-width: 80px;
    max-width: 80px;
  }
}
.why-flex .item {
  font-size: 20px;
}
@media screen and (max-width: 991px) {
  .why-flex .item {
    font-size: 18px;
  }
}
.why-flex .item .topic,
.why-flex .item strong {
  margin: 0;
  font-size: 24px;
}
@media screen and (max-width: 991px) {
  .why-flex .item .topic,
  .why-flex .item strong {
    font-size: 20px;
  }
}
.why-flex .item .topic {
  margin-bottom: 8px;
  font-weight: bold;
}

.why-2-flex {
  background-color: #ffeecd;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 992px) {
  .why-2-flex {
    flex-direction: row;
  }
}
.why-2-flex .line {
  border-left: 1px dashed #b7c3c3;
}
.why-2-flex .item {
  text-align: center;
  width: 100%;
}
@media (min-width: 992px) {
  .why-2-flex .item {
    width: calc((100% - 128px) / 3);
    min-width: calc((100% - 128px) / 3);
    max-width: calc((100% - 128px) / 3);
  }
}
@media screen and (max-width: 991px) {
  .why-2-flex .item:not(:last-child) {
    padding-bottom: 20px;
    border-bottom: 1px dashed #b7c3c3;
  }
  .why-2-flex .item:not(:first-child) {
    padding-top: 20px;
  }
}
.why-2-flex .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: auto;
}
.why-2-flex {
  font-size: 20px;
}
@media screen and (max-width: 991px) {
  .why-2-flex {
    font-size: 18px;
  }
}
.why-2-flex .topic,
.why-2-flex strong {
  font-weight: bold;
  margin: 0;
  font-size: 24px;
}
@media screen and (max-width: 991px) {
  .why-2-flex .topic,
  .why-2-flex strong {
    font-size: 20px;
  }
}
.why-2-flex .topic {
  margin-bottom: 8px;
}

.why-3-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 32px;
  padding-left: 10px;
}
.why-3-flex .item .topic {
  margin-top: 0;
}
.why-3-flex .item {
  background-color: #ffeecd;
  padding: 30px 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 10px;
}
@media (min-width: 992px) {
  .why-3-flex .item {
    margin-top: 0;
    padding: 40px 30px;
  }
}
.why-3-flex .item > img {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 35px;
  height: 35px;
}
@media (min-width: 992px) {
  .why-3-flex .item > img {
    width: 48px;
    height: 48px;
  }
}
.why-3-flex .item .content {
  width: 100%;
}
.why-3-flex .item .content .topic {
  color: #c13f18;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 8px;
  line-height: 1.4;
}
@media screen and (max-width: 991px) {
  .why-3-flex .item .content .topic {
    font-size: 20px;
  }
}
.why-3-flex .item .content .topic strong {
  color: #c13f18;
  font-size: 30px;
}
@media screen and (max-width: 991px) {
  .why-3-flex .item .content .topic strong {
    font-size: 24px;
  }
}
.why-3-flex .item .content .topic .smaller {
  color: #0c3534;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .why-3-flex .item .content .topic .smaller {
    font-size: 18px;
  }
}
.why-3-flex .item .content .text {
  color: #0c3534;
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 991px) {
  .why-3-flex .item .content .text {
    font-size: 18px;
  }
}
.why-3-flex .item .list {
  padding-top: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 20px;
  width: 100%;
}
@media (min-width: 992px) {
  .why-3-flex .item .list {
    gap: 20px;
  }
}
@media screen and (max-width: 991px) {
  .why-3-flex .item .list {
    flex-direction: column;
    gap: 8px;
  }
}
.why-3-flex .item .list .list-item {
  width: calc(33% - 10px);
  background-color: #fffaf0;
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 16px;
  color: #0c3534;
  display: flex;
  align-items: center;
  font-weight: 400;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .why-3-flex .item .list .list-item {
    width: 100%;
  }
}
.why-3-flex .item .list .list-item::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #ff8605;
  margin-right: 10px;
}
.why-3-flex .item {
  width: 100%;
}
@media (min-width: 992px) {
  .why-3-flex .item.half {
    width: calc(50% - 10px);
  }
  .why-3-flex .item.full {
    width: 100%;
  }
}

.withdraw-section {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 991px) {
  .withdraw-section {
    flex-direction: column;
  }
}
.withdraw-section .withdraw-arrow {
  width: 40px;
  height: 36px;
  margin: auto;
}
@media screen and (max-width: 991px) {
  .withdraw-section .withdraw-arrow {
    transform: rotate(90deg);
  }
}

.withdraw-item {
  width: calc((100% - 120px) / 3);
}
@media screen and (max-width: 991px) {
  .withdraw-item {
    width: 100%;
  }
}
.withdraw-item {
  display: flex;
  flex-direction: column;
  background-color: #f3f5f5;
  margin-left: 10px;
}
@media screen and (max-width: 991px) {
  .withdraw-item:not(:first-child) {
    margin-top: 10px;
  }
}
.withdraw-item .withdraw-item-header {
  position: relative;
  background-color: #007f84;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
@media (min-width: 992px) {
  .withdraw-item .withdraw-item-header {
    font-size: 24px;
  }
}
.withdraw-item .withdraw-item-header {
  padding: 20px 10px;
  padding-left: 50px;
  color: #fff;
}
.withdraw-item .withdraw-item-header > img {
  position: absolute;
  top: -10px;
  left: -10px;
}
.withdraw-item .withdraw-item-content {
  text-align: center;
  font-weight: 400;
  font-size: 18px;
}
@media (min-width: 992px) {
  .withdraw-item .withdraw-item-content {
    font-size: 20px;
  }
}
.withdraw-item .withdraw-item-content {
  padding: 20px;
}
.withdraw-item .withdraw-item-content strong {
  font-size: 24px;
}
@media (min-width: 992px) {
  .withdraw-item .withdraw-item-content strong {
    font-size: 30px;
  }
}

.kv__box__title .smaller {
  font-size: 0.6em;
}

.kv__box__icon_code {
  display: flex;
  gap: 0.2em;
}
.kv__box__icon_code img {
  position: unset !important;
  margin: 0 !important;
  height: 2em;
  width: auto;
}
.kv__box__icon_code {
  font-size: 24px;
}
@media (min-width: 992px) {
  .kv__box__icon_code {
    font-size: 30px;
  }
}
.kv__box__icon_code .larger {
  font-size: 1.4em;
}

.strategy-boxes {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 992px) {
  .strategy-boxes {
    flex-direction: row;
  }
}
.strategy-boxes .strategy-box {
  flex: 1;
  background-color: #fff7e6;
  padding: 20px;
}
.strategy-boxes .strategy-box .topic {
  font-weight: bold;
  color: #c13f18;
  font-size: 20px;
  margin-top: 0px;
}
@media (min-width: 992px) {
  .strategy-boxes .strategy-box .topic {
    font-size: 24px;
  }
}
.strategy-boxes .strategy-box .topic {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.strategy-boxes .strategy-box .topic::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #c13f18;
}
.strategy-boxes .strategy-box .text {
  font-size: 18px;
}
@media (min-width: 992px) {
  .strategy-boxes .strategy-box .text {
    font-size: 20px;
  }
}
.strategy-boxes .strategy-box .text {
  line-height: 1.5;
  padding-left: 16px;
}

.investor-types .investor-types-title {
  background-color: #0c3534;
  color: #fff;
  padding: 8px 20px;
  font-weight: bold;
  font-size: 24px;
}
.investor-types .investor-types-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  padding-inline: 20px;
}
@media (min-width: 992px) {
  .investor-types .investor-types-list {
    grid-template-columns: 1fr 1fr;
    padding-left: 20px;
  }
}
.investor-types .investor-types-list li {
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.investor-types .investor-types-list li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #0c3534;
  margin-bottom: auto;
  margin-top: 0.58em;
  flex-shrink: 0;
}

.performance-compare-container {
  display: flex;
  flex-direction: column;
  gap: 0px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .performance-compare-container {
    flex-direction: row;
  }
}

.performance-compare-box {
  flex: 1;
  border: 2px solid #0c3534;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .performance-compare-box {
    margin-bottom: 0;
  }
}
.performance-compare-box.compare-red {
  border-color: #c13f18;
}
@media (min-width: 992px) {
  .performance-compare-box.compare-red {
    flex: 2;
    margin-right: 20px;
  }
}
.performance-compare-box.compare-red .box-header {
  background-color: #c13f18;
}
.performance-compare-box.compare-green {
  border-color: #007f84;
}
@media (min-width: 992px) {
  .performance-compare-box.compare-green {
    flex: 1;
  }
}
.performance-compare-box.compare-green .box-header {
  background-color: #007f84;
}
.performance-compare-box .box-header {
  color: #fff;
  padding: 10px;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
}
.performance-compare-box .box-content {
  padding: 10px 15px 20px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  height: 100%;
}
@media (min-width: 992px) {
  .performance-compare-box .box-content {
    flex-direction: row;
  }
}
.performance-compare-box .box-content .chart-item {
  flex: 1;
  text-align: center;
}
.performance-compare-box .box-content .chart-item .chart-subtitle {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 16px;
  color: #0c3534;
}
.performance-compare-box .box-content .chart-item .chart-img {
  width: 100%;
  height: auto;
}

.performance-table-container {
  overflow-x: auto;
  margin-top: 20px;
}
.performance-table-container .performance-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 1060px;
  text-align: center;
}
.performance-table-container .performance-table th,
.performance-table-container .performance-table td {
  padding: 10px 10px;
  border-bottom: 1px solid #dee2e6;
  font-size: 16px;
  color: #0c3534;
}
.performance-table-container .performance-table thead tr {
  background-color: #fff7e6;
}
.performance-table-container .performance-table thead tr th {
  color: #0c3534;
  font-weight: 700;
  border: none;
}
.performance-table-container .performance-table tbody tr {
  border-bottom: 1px solid #dee2e6;
}
.performance-table-container .performance-table tbody tr:last-child {
  border-bottom: none;
}
.performance-table-container .performance-table tbody td {
  text-align: center;
}
.performance-table-container .performance-table tbody td:first-child {
  text-align: left;
  font-weight: 600;
  width: 30%;
}
.performance-table-container .performance-table .legend-line {
  display: inline-block;
  width: 20px;
  height: 2px;
  vertical-align: middle;
  margin-right: 10px;
}
.performance-table-container .performance-table .legend-line.index-line {
  background-color: #ff8605;
}
.performance-table-container .performance-table .legend-line.h-share-line {
  background-color: #007f84;
}

.strategy-diagram-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 72px;
}
@media (min-width: 992px) {
  .strategy-diagram-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 82px;
  }
}
.strategy-diagram-container .strategy-item {
  flex: 1;
  background-color: #fff7e6;
  padding: 0 30px 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  border-radius: 5px;
}
.strategy-diagram-container .strategy-item .strategy-icon-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.strategy-diagram-container .strategy-item .strategy-icon-box img {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 2;
}
@media (min-width: 992px) {
  .strategy-diagram-container .strategy-item .strategy-icon-box img {
    top: 0px;
    width: 100px;
    margin-top: 0;
    height: 100px;
    transform: translate(-50%, -50%);
  }
}
.strategy-diagram-container .strategy-item .strategy-icon-box .topic {
  font-size: 24px;
  font-weight: 700;
  color: #0c3534;
  margin-top: 50px;
  border-bottom: 1px solid #0c3534;
  padding-bottom: 15px;
  width: 100%;
  text-align: center;
  margin-bottom: 25px;
  line-height: 1.2;
}
.strategy-diagram-container .strategy-item .strategy-chart {
  width: 100%;
  max-width: 300px;
  height: auto;
  margin-top: auto;
}
.strategy-diagram-container .strategy-operator {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .strategy-diagram-container .strategy-operator {
    margin-top: 52px;
    margin-bottom: auto;
    align-self: center;
  }
}
.strategy-diagram-container .strategy-operator img {
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  z-index: 5;
  width: 30px;
  height: 30px;
  transform: scale(1.66) translate(0, -10px);
}
@media (min-width: 992px) {
  .strategy-diagram-container .strategy-operator img {
    top: 0;
    width: 30px;
    height: 30px;
    transform: scale(1.66);
  }
}

.merit-risk-box {
  padding: 0 !important;
  overflow: hidden;
  border: none !important;
  background-color: #ffeecd;
}
.merit-risk-box .merit-risk-header {
  background-color: #0c3534;
  color: #fff;
  padding: 15px 30px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.merit-risk-box .merit-risk-content {
  display: flex;
  flex-direction: column;
  padding: 20px 0;
  gap: 20px;
}
@media (min-width: 992px) {
  .merit-risk-box .merit-risk-content {
    flex-direction: row;
    gap: 0px;
    align-items: stretch;
  }
}
.merit-risk-box .merit-risk-content .merits,
.merit-risk-box .merit-risk-content .risks {
  flex: 1;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 992px) {
  .merit-risk-box .merit-risk-content .merits,
  .merit-risk-box .merit-risk-content .risks {
    padding: 20px 30px;
    gap: 20px;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .merit-risk-box .merit-risk-content .merits {
    padding-left: 64px;
  }
}
.merit-risk-box .merit-risk-content .merit-tag,
.merit-risk-box .merit-risk-content .risk-tag {
  background-color: #fff;
  color: #0c3534;
  font-weight: 700;
  padding: 4px 10px 4px 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 20px;
  border-radius: 5px;
  min-height: 60px;
}
@media (max-width: 991px) {
  .merit-risk-box .merit-risk-content .merit-tag,
  .merit-risk-box .merit-risk-content .risk-tag {
    min-height: 46px;
    z-index: 10;
    border-radius: 40px 0 0 40px;
    margin-bottom: -23px;
    align-self: flex-start;
  }
}
@media (min-width: 992px) {
  .merit-risk-box .merit-risk-content .merit-tag,
  .merit-risk-box .merit-risk-content .risk-tag {
    border-radius: 5px 0 0 5px;
  }
}
.merit-risk-box .merit-risk-content .merit-tag img,
.merit-risk-box .merit-risk-content .risk-tag img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
@media (min-width: 992px) {
  .merit-risk-box .merit-risk-content .merit-tag img,
  .merit-risk-box .merit-risk-content .risk-tag img {
    transform: translate(-50%, -50%);
  }
}
.merit-risk-box .merit-risk-content .merit-tag img,
.merit-risk-box .merit-risk-content .risk-tag img {
  width: 60px;
  height: 60px;
  z-index: 3;
}
.merit-risk-box .merit-risk-content .merit-tag::after,
.merit-risk-box .merit-risk-content .risk-tag::after {
  content: "";
  position: absolute;
  top: 0;
  right: -19px;
  width: 20px;
  height: 100%;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  z-index: 2;
}
.merit-risk-box .merit-risk-content .merit-tag {
  min-width: 140px;
}
.merit-risk-box .merit-risk-content .risk-tag {
  min-width: 140px;
}
.merit-risk-box .merit-risk-content .merit-text,
.merit-risk-box .merit-risk-content .risk-title {
  flex: 1;
  color: #fff;
  padding: 4px 20px 4px 36px;
  display: flex;
  align-items: center;
  line-height: 1.3;
  min-height: 60px;
}
@media (max-width: 991px) {
  .merit-risk-box .merit-risk-content .merit-text,
  .merit-risk-box .merit-risk-content .risk-title {
    padding: 33px 20px 15px;
    justify-content: center;
    text-align: center;
    min-height: 46px;
  }
}
.merit-risk-box .merit-risk-content .merit-item {
  display: flex;
  align-items: center;
}
.merit-risk-box .merit-risk-content .merit-item .merit-ribbon {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
}
@media (min-width: 992px) {
  .merit-risk-box .merit-risk-content .merit-item .merit-ribbon {
    flex-direction: row;
    align-items: stretch;
  }
}
.merit-risk-box .merit-risk-content .merit-item .merit-text {
  font-weight: 600;
  font-size: 18px;
  border-radius: 5px;
  width: 100%;
}
@media (min-width: 992px) {
  .merit-risk-box .merit-risk-content .merit-item .merit-text {
    font-size: 20px;
    border-radius: 0 5px 5px 0;
  }
}
.merit-risk-box .merit-risk-content .merit-item:nth-child(1) .merit-text {
  background-color: #ff8605;
}
.merit-risk-box .merit-risk-content .merit-item:nth-child(2) .merit-text {
  background-color: #007f84;
}
.merit-risk-box .merit-risk-content .merit-item:nth-child(3) .merit-text {
  background-color: #75a222;
}
.merit-risk-box .merit-risk-content .risk-item {
  display: flex;
  flex-direction: column;
}
.merit-risk-box .merit-risk-content .risk-item .risk-body {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.merit-risk-box .merit-risk-content .risk-item .risk-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .merit-risk-box .merit-risk-content .risk-item .risk-header {
    flex-direction: row;
    align-items: stretch;
  }
}
.merit-risk-box .merit-risk-content .risk-item .risk-title {
  font-weight: 700;
  font-size: 18px;
  border-radius: 5px 5px 0 0;
  width: 100%;
}
@media (min-width: 992px) {
  .merit-risk-box .merit-risk-content .risk-item .risk-title {
    font-size: 20px;
    border-radius: 0 5px 0 0;
  }
}
.merit-risk-box .merit-risk-content .risk-item .risk-text {
  padding: 0 20px 15px;
}
@media (min-width: 992px) {
  .merit-risk-box .merit-risk-content .risk-item .risk-text {
    padding-top: 8px;
  }
}
.merit-risk-box .merit-risk-content .risk-item .risk-text {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 0 0 5px 5px;
}
.merit-risk-box .merit-risk-content .risk-item:nth-child(1) .risk-title,
.merit-risk-box .merit-risk-content .risk-item:nth-child(1) .risk-text {
  background-color: #927212;
}
.merit-risk-box .merit-risk-content .risk-item:nth-child(2) .risk-title,
.merit-risk-box .merit-risk-content .risk-item:nth-child(2) .risk-text {
  background-color: #c13f18;
}

.chart-img-large {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}

.text-center {
  text-align: center;
} /*# sourceMappingURL=style.css.map */
