#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 !important;
  }
}

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

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

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

@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;
}

.p-0 {
  padding: 0 !important;
}

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;
}

@media screen and (max-width: 991px) {
  .page--usincome .container {
    padding-inline: 10px;
  }
}
.page--usincome .c3js-chart.chart-type2 .c3-chart-arc text {
  font-weight: 700;
}
.page--usincome h2,
.page--usincome .h2 {
  font-size: 24px;
  font-weight: 600;
  color: #007f84;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .page--usincome h2,
  .page--usincome .h2 {
    font-size: 30px;
  }
}
.page--usincome h3,
.page--usincome .h3 {
  font-size: 20px;
  font-weight: 600;
  color: #0c3534;
  margin-bottom: 0px;
  line-height: 1.25;
}
@media (min-width: 992px) {
  .page--usincome h3,
  .page--usincome .h3 {
    font-size: 24px;
  }
}
.page--usincome h4,
.page--usincome .h4 {
  font-size: 18px;
  font-weight: 500;
  color: #0c3534;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .page--usincome h4,
  .page--usincome .h4 {
    font-size: 20px;
  }
}
.page--usincome h4.jpx-box-h4 {
  margin-bottom: 0.5rem;
  font-weight: 300;
}
.page--usincome h5,
.page--usincome .h5 {
  font-size: 18px;
  font-weight: 300;
}
@media (min-width: 992px) {
  .page--usincome h5,
  .page--usincome .h5 {
    font-size: 20px;
  }
}
.page--usincome #assetAllocation__0-container .c3-tooltip-container table .value {
  display: none;
}
.page--usincome .anchor-ctn {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 992px) {
  .page--usincome .anchor-ctn {
    gap: 20px;
  }
}
.page--usincome .anchor-ctn .anchor-item {
  position: relative;
}
.page--usincome .anchor-ctn .anchor-item .note {
  font-size: 14px;
  text-align: center;
  position: absolute;
  top: calc(100% + 8px);
  width: 100%;
  left: 0;
}
.page--usincome .anchor-ctn > * {
  text-decoration: unset;
  color: inherit;
  flex: 1;
  display: flex;
  padding: 20px;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  border: 1px solid #0c3534;
}
.page--usincome .anchor-ctn > * .text {
  text-align: center;
  font-weight: 600;
}
.page--usincome .anchor-ctn > * .text .smaller {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}
.page--usincome .anchor-ctn > *::after {
  content: "";
  background-image: url(../../images/usincome/arrow_next_green.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  margin-left: auto;
}
@media (min-width: 992px) {
  .page--usincome .anchor-ctn > *::after {
    margin-left: unset;
  }
}
@media (min-width: 992px) {
  .page--usincome .anchor-ctn {
    flex-direction: row;
    gap: 30px;
  }
  .page--usincome .anchor-ctn > * {
    padding: 30px;
    flex-direction: column;
  }
}
.page--usincome .anchor-section {
  margin-top: -100px;
  padding-top: 100px;
}
@media (max-width: 991px) {
  .page--usincome .anchor-section {
    margin-top: -80px;
    padding-top: 80px;
  }
}
.page--usincome .icon-2col-topic {
  display: grid;
  gap: 15px;
  margin-bottom: 18px;
  grid-template-columns: 1fr;
}
.page--usincome .icon-2col-topic .icon {
  min-width: 60px;
  max-width: 60px;
  height: 60px;
}
.page--usincome .icon-2col-topic .content {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 8px;
  align-items: self-start;
}
.page--usincome .icon-2col-topic .content h2 {
  margin-bottom: 0;
  color: inherit;
  line-height: 1.375;
}
.page--usincome .icon-2col-topic .content .text {
  grid-column: 1/-1;
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .page--usincome .icon-2col-topic {
    grid-template-columns: auto 1fr;
    gap: 30px;
    align-items: center;
  }
  .page--usincome .icon-2col-topic .icon {
    min-width: 80px;
    max-width: 80px;
    height: 80px;
  }
  .page--usincome .icon-2col-topic .content {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .page--usincome .icon-2col-topic .content::before {
    content: none;
  }
  .page--usincome .icon-2col-topic .content h2 {
    margin-bottom: 8px;
    font-size: 24px;
  }
  .page--usincome .icon-2col-topic .content .text {
    font-size: 20px;
  }
}
.page--usincome .box {
  padding: 30px 20px;
  overflow: hidden;
  border: 1px solid #0c3534;
  border-radius: 5px;
}
@media screen and (min-width: 992px) {
  .page--usincome .box {
    padding: 30px;
  }
}
.page--usincome .box-content {
  padding: 30px;
  padding: 30px 20px;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .page--usincome .box-content {
    padding: 30px;
  }
}
.page--usincome .red-bar {
  display: flex;
  border-radius: 5px;
  background-color: #c13f18;
  color: #fff;
  font-size: 24px;
  align-items: center;
  font-weight: 700;
  padding: 8px 20px;
}
@media (max-width: 991px) {
  .page--usincome .red-bar {
    font-size: 20px;
  }
}
.page--usincome .red-bar img {
  min-width: 50px;
  max-width: 50px;
}
.page--usincome .red-bar .item {
  width: calc(50% - 25px);
  text-align: center;
}
@media (max-width: 991px) {
  .page--usincome .red-bar .item {
    width: 100%;
  }
}
.page--usincome .green-bar {
  display: flex;
  border-radius: 5px;
  background-color: #007f84;
  color: #fff;
  font-size: 24px;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  padding: 8px 20px;
}
@media (max-width: 991px) {
  .page--usincome .green-bar {
    font-size: 20px;
  }
}
.page--usincome .green-bar img {
  min-width: 40px;
  max-width: 40px;
}
@media (min-width: 992px) {
  .page--usincome .green-bar img {
    min-width: 50px;
    max-width: 50px;
  }
}
.page--usincome .green-bar .line {
  height: 40px;
  width: 2px;
  min-width: 2px;
  background-color: #fff;
}
@media (max-width: 997px) {
  .page--usincome .green-bar .line {
    height: 70px;
  }
}
.page--usincome .green-bar .item {
  width: calc(50% - 11px);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media (min-width: 992px) {
  .page--usincome .green-bar .item {
    flex-direction: row;
    gap: 20px;
  }
}
.page--usincome .why1-box {
  margin-top: 16px;
  background-color: #ffeecd;
  border-radius: 5px;
}
.page--usincome .why1-box .dark-green-bar {
  display: flex;
  border-radius: 5px;
  background-color: #0c3534;
  color: #fff;
  font-size: 24px;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  padding: 8px 20px;
  gap: 20px;
}
@media (max-width: 991px) {
  .page--usincome .why1-box .dark-green-bar {
    font-size: 20px;
  }
}
.page--usincome .why1-box .dark-green-bar img {
  min-width: 40px;
  max-width: 40px;
}
@media (min-width: 992px) {
  .page--usincome .why1-box .dark-green-bar img {
    min-width: 50px;
    max-width: 50px;
  }
}
.page--usincome .why1-box .why1-box-item {
  display: flex;
  align-items: flex-end;
  gap: 40px;
  justify-content: center;
  margin-block: 16px;
}
@media (max-width: 991px) {
  .page--usincome .why1-box .why1-box-item {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .page--usincome .why1-box .why1-box-item img {
    width: 130px;
  }
}
.page--usincome .why1-box .why1-box-item .text {
  display: flex;
  font-weight: 500;
  font-size: 24px;
  --bg: #c13f18;
  max-width: calc(100% - 249px);
  margin-right: 50px;
}
@media (max-width: 768px) {
  .page--usincome .why1-box .why1-box-item .text {
    max-width: calc(100% - 40px);
    font-size: 20px;
    margin-right: 0;
  }
}
.page--usincome .why1-box .why1-box-item .text .head {
  min-width: 120px;
  height: 120px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .page--usincome .why1-box .why1-box-item .text .head {
    min-width: 90px;
    height: 90px;
  }
}
.page--usincome .why1-box .why1-box-item .text .content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 480px;
  height: 120px;
  background-color: var(--bg);
  color: #fff;
  font-weight: bold;
  position: relative;
  padding-left: 50px;
  max-width: calc(100% - 120px);
}
@media (max-width: 768px) {
  .page--usincome .why1-box .why1-box-item .text .content {
    min-width: 90px;
    height: 90px;
  }
}
.page--usincome .why1-box .why1-box-item .text .content::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  border-left: 50px solid #ffffff;
  margin-right: 10px;
  left: 0;
}
@media (max-width: 768px) {
  .page--usincome .why1-box .why1-box-item .text .content::before {
    border-top: 45px solid transparent;
    border-bottom: 45px solid transparent;
    border-left: 40px solid #ffffff;
  }
}
.page--usincome .why1-box .why1-box-item .text .content::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  border-left: 50px solid var(--bg);
  margin-right: 10px;
  left: 100%;
}
@media (max-width: 768px) {
  .page--usincome .why1-box .why1-box-item .text .content::after {
    border-top: 45px solid transparent;
    border-bottom: 45px solid transparent;
    border-left: 40px solid var(--bg);
  }
}
.page--usincome .why1-box .why1-box-item#adv2 .text {
  --bg: #007f84;
}
.page--usincome .intro-text {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}
.page--usincome .why-2-flex {
  display: flex;
  flex-direction: column;
  background-color: #007f84;
  border-radius: 5px 5px 30px 30px;
}
.page--usincome .why-2-flex h2 .smaller {
  display: block;
  font-size: 80%;
}
.page--usincome .why-2-flex > .item {
  border-radius: 5px 5px 30px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 20px;
  gap: 20px;
}
.page--usincome .why-2-flex > .item img {
  width: 100px;
}
.page--usincome .why-2-flex > .item .content {
  text-align: center;
}
.page--usincome .why-2-flex > .item .content > * {
  text-align: center;
}
.page--usincome .why-2-flex > .item .content h2 {
  margin-bottom: 0;
}
.page--usincome .why-2-flex > .item .content h3 {
  margin-bottom: 16px;
}
.page--usincome .why-2-flex > .item:nth-child(1) {
  background-color: #fff7e6;
  width: 100%;
}
.page--usincome .why-2-flex > .item:nth-child(2) {
  width: 100%;
}
.page--usincome .why-2-flex > .item:nth-child(2) * {
  color: #fff !important;
}
@media (min-width: 992px) {
  .page--usincome .why-2-flex {
    flex-direction: row;
  }
  .page--usincome .why-2-flex > .item {
    flex-direction: row;
    padding: 50px 30px;
    gap: 40px;
  }
  .page--usincome .why-2-flex > .item img {
    width: auto;
  }
  .page--usincome .why-2-flex > .item:nth-child(1) {
    width: 60%;
  }
  .page--usincome .why-2-flex > .item:nth-child(2) {
    width: 40%;
  }
}
.page--usincome #why3 .arrow-2 {
  width: 80px;
  height: 40px;
  display: block;
  margin: 8px auto;
  margin-top: -15px;
}
@media (min-width: 992px) {
  .page--usincome #why3 .arrow-2 {
    margin: 16px auto;
    margin-top: -15px;
  }
}
.page--usincome #why3 .why3-last {
  background-color: #007f84;
  padding: 16px;
  border-radius: 5px 5px 30px 30px;
}
.page--usincome #why3 .why3-last h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}
.page--usincome .index_table_ctn {
  display: flex;
  gap: 30px;
  margin-top: 30px;
  flex-direction: column;
}
@media (min-width: 992px) {
  .page--usincome .index_table_ctn {
    margin: 16px auto;
    flex-direction: row;
  }
}
.page--usincome .index_table_ctn .index_table {
  flex: 1;
  display: flex;
  flex-direction: column;
  font-size: 15px;
}
.page--usincome .index_table_ctn .index_table .index_table_row {
  display: flex;
  align-items: center;
}
.page--usincome .index_table_ctn .index_table .index_table_row .index_table_item {
  flex: 1;
  padding: 10px 20px;
  text-align: center;
}
.page--usincome .index_table_ctn .index_table .index_table_row:nth-child(1) {
  background-color: #0c3534;
  border-radius: 5px;
  color: #fff;
  font-weight: 600;
}
.page--usincome .index_table_ctn .index_table .index_table_row:nth-child(2) {
  background-color: #fff7e6;
  border-radius: 5px 5px 0 0;
  font-weight: 300;
}
.page--usincome .index_table_ctn .index_table .index_table_row:nth-child(3) {
  background-color: #ffeecd;
  border-radius: 0 0 5px 5px;
  font-weight: 600;
}
.page--usincome .index_table_ctn .index_table .index_table_scroll {
  overflow: auto;
}
.page--usincome .index_table_ctn .index_table .index_table_scroll > * {
  min-width: 550px;
}
.page--usincome .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--usincome .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;
  background-color: #f3f5f5;
  border-radius: 5px;
  margin: 8px 0;
}
@media (min-width: 992px) {
  .fund_information_remark {
    padding: 20px 30px;
  }
}
.fund_information_remark p {
  margin-bottom: 0;
}
.fund_information_remark .fund_information_remark_topic {
  font-weight: 600;
  margin-bottom: 8px;
}

.point1-flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 32px;
}
@media (min-width: 992px) {
  .point1-flex {
    flex-direction: row;
  }
}
.point1-flex > .point1-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .point1-flex > .point1-item {
    width: calc((100% - 104px) / 3);
  }
}
.point1-flex > .point1-item * {
  text-align: center;
}
.point1-flex > .point1-item .text {
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.point1-flex > .point1-item .text > * {
  width: 100%;
}
.point1-flex > .point1-item p {
  display: block;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #b7c3c3;
}
@media (max-width: 768px) {
  .point1-flex > .point1-item p {
    margin-top: 10px;
    padding-top: 10px;
  }
}
.point1-flex > .point1-item img {
  margin-top: 32px;
  width: 200px;
  height: 200px;
}
@media (max-width: 768px) {
  .point1-flex > .point1-item img {
    width: 150px;
    height: 150px;
  }
}
.point1-flex .symbol {
  font-size: 50px;
  line-height: 72px;
  margin-top: auto;
  margin-bottom: 64px;
  height: 72px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .point1-flex .symbol {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.point1-flex .latest-ctn {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
  gap: 10px;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 60px;
  line-height: 1;
  font-weight: 500;
  color: #007f84;
}
.point1-flex .latest-ctn img {
  width: 160px;
}
@media (min-width: 992px) {
  .point1-flex .latest-ctn {
    flex-direction: column;
    width: 100%;
  }
}
.point1-flex .latest-ctn .percent {
  font-size: 66%;
}

.point2-flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 32px;
}
@media (min-width: 992px) {
  .point2-flex {
    flex-direction: row;
  }
}
@media (max-width: 991px) {
  .point2-flex {
    margin-top: 0;
  }
}
.point2-flex > .point2-item {
  width: 100%;
}
@media (min-width: 992px) {
  .point2-flex > .point2-item {
    width: calc((100% - 104px) / 3);
  }
}
@media (max-width: 991px) {
  .point2-flex > .point2-item {
    justify-content: space-between;
    display: flex;
    gap: 20px;
    padding-block: 16px;
  }
  .point2-flex > .point2-item:not(:last-child) {
    border-bottom: 1px dashed #b7c3c3;
  }
}
.point2-flex > .point2-item h3 {
  font-size: 20px;
}
.point2-flex > .point2-item * {
  text-align: left;
}
.point2-flex > .point2-item .text {
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (max-width: 991px) {
  .point2-flex > .point2-item .text {
    height: auto;
  }
}
.point2-flex > .point2-item .text > * {
  width: 100%;
}
.point2-flex > .point2-item .note {
  font-size: 18px;
  font-weight: 500;
  width: 100%;
}
.point2-flex > .point2-item p {
  display: block;
  margin: 0;
  font-size: 24px;
  font-weight: bold;
}
.point2-flex > .point2-item img {
  width: 100px;
  height: 100px;
  margin: 20px auto;
  display: block;
}
@media (max-width: 991px) {
  .point2-flex > .point2-item img {
    margin: 0;
    width: 80px;
    height: 80px;
  }
}
.point2-flex .line {
  border-left: 1px dashed #b7c3c3;
}
.point2-flex .latest-ctn {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
  gap: 10px;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 60px;
  line-height: 1;
  font-weight: 500;
  color: #007f84;
}
.point2-flex .latest-ctn img {
  width: 160px;
}
@media (min-width: 992px) {
  .point2-flex .latest-ctn {
    flex-direction: column;
    width: 100%;
  }
}
.point2-flex .latest-ctn .percent {
  font-size: 66%;
}

.point3-flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.point3-flex > .point3-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.point3-flex > .point3-item h3 {
  font-size: 20px;
}
.point3-flex > .point3-item p {
  font-size: 16px;
}
.point3-flex > .point3-item:not(:last-child) {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px dashed #b7c3c3;
}
.point3-flex > .point3-item * {
  text-align: center;
}

#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: 420px !important;
  min-height: 420px !important;
}

.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: 420px; /* 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;
  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;
}
.cta:hover {
  background: #007f84;
}

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

.alert {
  text-align: right;
  font-size: 14px;
}
.alert span {
  color: #c13f18;
}

#important_notices .remarks__list__index {
  width: 0.5em;
  min-width: 0.5em;
  max-width: 0.5em;
  color: inherit;
}/*# sourceMappingURL=style.css.map */