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

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

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

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

.note {
  font-size: 14px;
}

@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--AGI .container {
    padding-inline: 10px;
  }
}
.page--AGI .c3js-chart.chart-type2 .c3-chart-arc text {
  font-weight: 700;
}
.page--AGI h2,
.page--AGI .h2 {
  font-size: 24px;
  font-weight: 600;
  color: #007f84;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .page--AGI h2,
  .page--AGI .h2 {
    font-size: 30px;
  }
}
.page--AGI h3,
.page--AGI .h3 {
  font-size: 20px;
  font-weight: 600;
  color: #0c3534;
  margin-bottom: 0px;
  line-height: 1.25;
}
@media (min-width: 992px) {
  .page--AGI h3,
  .page--AGI .h3 {
    font-size: 24px;
  }
}
.page--AGI h4,
.page--AGI .h4 {
  font-size: 18px;
  font-weight: 500;
  color: #0c3534;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .page--AGI h4,
  .page--AGI .h4 {
    font-size: 20px;
  }
}
.page--AGI h4.jpx-box-h4 {
  margin-bottom: 0.5rem;
  font-weight: 300;
}
.page--AGI h5,
.page--AGI .h5 {
  font-size: 18px;
  font-weight: 300;
}
@media (min-width: 992px) {
  .page--AGI h5,
  .page--AGI .h5 {
    font-size: 20px;
  }
}
.page--AGI #assetAllocation__0-container .c3-tooltip-container table .value {
  display: none;
}
.page--AGI .anchor-ctn {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 992px) {
  .page--AGI .anchor-ctn {
    gap: 20px;
  }
}
.page--AGI .anchor-ctn .anchor-item {
  position: relative;
}
.page--AGI .anchor-ctn .anchor-item .note {
  font-size: 14px;
  text-align: center;
  position: absolute;
  top: calc(100% + 8px);
  width: 100%;
  left: 0;
}
.page--AGI .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--AGI .anchor-ctn > * .text {
  text-align: center;
  font-weight: 600;
}
.page--AGI .anchor-ctn > * .text .smaller {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}
.page--AGI .anchor-ctn > *::after {
  content: "";
  background-image: url(../../images/AGI/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--AGI .anchor-ctn > *::after {
    margin-left: unset;
  }
}
@media (min-width: 992px) {
  .page--AGI .anchor-ctn {
    flex-direction: row;
    gap: 30px;
  }
  .page--AGI .anchor-ctn > * {
    padding: 30px;
    flex-direction: column;
  }
}
.page--AGI .anchor-section {
  margin-top: -100px;
  padding-top: 100px;
}
@media (max-width: 991px) {
  .page--AGI .anchor-section {
    margin-top: -80px;
    padding-top: 80px;
  }
}
.page--AGI .icon-2col-topic {
  display: grid;
  gap: 15px;
  margin-bottom: 18px;
  grid-template-columns: 1fr;
}
.page--AGI .icon-2col-topic .icon {
  min-width: 60px;
  max-width: 60px;
  height: 60px;
}
.page--AGI .icon-2col-topic .content {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 8px;
  align-items: self-start;
}
.page--AGI .icon-2col-topic .content h2 {
  margin-bottom: 0;
  color: inherit;
  line-height: 1.375;
}
.page--AGI .icon-2col-topic .content .text {
  grid-column: 1/-1;
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .page--AGI .icon-2col-topic {
    grid-template-columns: auto 1fr;
    gap: 30px;
    align-items: center;
  }
  .page--AGI .icon-2col-topic .icon {
    min-width: 80px;
    max-width: 80px;
    height: 80px;
  }
  .page--AGI .icon-2col-topic .content {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .page--AGI .icon-2col-topic .content::before {
    content: none;
  }
  .page--AGI .icon-2col-topic .content h2 {
    margin-bottom: 8px;
    font-size: 24px;
  }
  .page--AGI .icon-2col-topic .content .text {
    font-size: 20px;
  }
}
.page--AGI .box {
  padding: 30px 20px;
  overflow: hidden;
  border: 1px solid #0c3534;
  border-radius: 5px;
}
@media screen and (min-width: 992px) {
  .page--AGI .box {
    padding: 30px;
  }
}
.page--AGI .income-box {
  background-color: #ffeecd;
  border-radius: 5px;
  border: unset;
}
.page--AGI .income-box .include {
  width: 75%;
  margin: auto;
}
.page--AGI .income-box .incomer-bar {
  border-radius: 20px;
  background-color: #0c3534;
  color: #fff;
  font-size: 24px;
  text-align: center;
  font-weight: 700;
  padding: 16px 20px;
  gap: 20px;
}
.page--AGI .box-content {
  padding: 30px;
  padding: 30px 20px;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .page--AGI .box-content {
    padding: 30px;
  }
}
.page--AGI .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--AGI .red-bar {
    font-size: 20px;
  }
}
.page--AGI .red-bar img {
  min-width: 50px;
  max-width: 50px;
}
.page--AGI .red-bar .item {
  width: calc(50% - 25px);
  text-align: center;
}
@media (max-width: 991px) {
  .page--AGI .red-bar .item {
    width: 100%;
  }
}
.page--AGI .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--AGI .green-bar {
    font-size: 20px;
  }
}
.page--AGI .green-bar img {
  min-width: 40px;
  max-width: 40px;
}
@media (min-width: 992px) {
  .page--AGI .green-bar img {
    min-width: 50px;
    max-width: 50px;
  }
}
.page--AGI .green-bar .line {
  height: 40px;
  width: 2px;
  min-width: 2px;
  background-color: #fff;
}
@media (max-width: 997px) {
  .page--AGI .green-bar .line {
    height: 70px;
  }
}
.page--AGI .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--AGI .green-bar .item {
    flex-direction: row;
    gap: 20px;
  }
}
.page--AGI .intro-text {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}
.page--AGI #why1 h3,
.page--AGI #why3 h3 {
  text-align: center;
  margin-bottom: 32px;
}
.page--AGI #why1 img,
.page--AGI #why3 img {
  display: block;
  margin: auto;
}
.page--AGI .why2-ctn .top {
  background-color: #074240;
  color: #fff;
}
.page--AGI .why2-ctn .top * {
  color: #fff;
}
.page--AGI .why2-ctn .top .flex {
  display: flex;
}
.page--AGI .why2-ctn .top .flex > * {
  height: 213px;
}
@media screen and (min-width: 992px) {
  .page--AGI .why2-ctn .top .flex > * {
    height: 190px;
  }
}
.page--AGI .why2-ctn .top .flex > * h3,
.page--AGI .why2-ctn .top .flex > * p {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .page--AGI .why2-ctn .top .flex > * h3,
  .page--AGI .why2-ctn .top .flex > * p {
    text-align: left;
  }
}
.page--AGI .why2-ctn .top .flex > :first-child {
  width: calc(50% - 30px);
}
.page--AGI .why2-ctn .top .flex > :last-child {
  width: calc(50% + 30px);
  padding-left: 60px;
  background-color: #007f84;
}
.page--AGI .why2-ctn .top .flex > :last-child::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 106.5px solid transparent;
  border-bottom: 106.5px solid transparent;
  border-left: 40px solid #074240;
  margin-right: 10px;
  left: 0;
}
@media screen and (min-width: 992px) {
  .page--AGI .why2-ctn .top .flex > :last-child::before {
    border-top: 95px solid transparent;
    border-bottom: 95px solid transparent;
    border-left: 60px solid #074240;
  }
}
.page--AGI .why2-ctn .top .flex > * {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  position: relative;
}
.page--AGI .why2-ctn .top .flex > * img {
  width: 60px;
}
@media screen and (min-width: 992px) {
  .page--AGI .why2-ctn .top .flex > * {
    gap: 20px;
    padding: 30px;
    flex-direction: row;
  }
  .page--AGI .why2-ctn .top .flex > * img {
    width: 130px;
  }
}
.page--AGI .why2-ctn .top .flex p {
  margin-bottom: 0;
}
.page--AGI .why2-ctn .bottom {
  background-color: #ffeecd;
  padding: 30px;
}
.page--AGI .why2-ctn .bottom h3 {
  text-align: center;
}
.page--AGI .why2-ctn .bottom .note {
  margin-top: 8px;
}
.page--AGI .why2-ctn .bottom .flex {
  display: flex;
}
.page--AGI .why2-ctn .bottom .flex > :first-child {
  width: 50%;
}
.page--AGI .why2-ctn .bottom .flex > :last-child {
  width: 50%;
}
.page--AGI .why2-ctn .bottom .flex > * {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
}
.page--AGI .why2-ctn .bottom .flex > * img {
  width: 60px;
}
@media screen and (min-width: 992px) {
  .page--AGI .why2-ctn .bottom .flex > * {
    padding: 10px;
    gap: 20px;
    flex-direction: row;
  }
  .page--AGI .why2-ctn .bottom .flex > * img {
    width: 100px;
  }
}
.page--AGI .why2-ctn .bottom .flex p {
  margin-bottom: 0;
}
.page--AGI .why2-ctn .bottom .note {
  text-align: right;
}
.page--AGI .index_table_ctn {
  display: flex;
  gap: 30px;
  margin-top: 30px;
  flex-direction: column;
}
@media (min-width: 992px) {
  .page--AGI .index_table_ctn {
    margin: 16px auto;
    flex-direction: row;
  }
}
.page--AGI .index_table_ctn .index_table {
  flex: 1;
  display: flex;
  flex-direction: column;
  font-size: 15px;
}
.page--AGI .index_table_ctn .index_table .index_table_row {
  display: flex;
  align-items: center;
}
.page--AGI .index_table_ctn .index_table .index_table_row .index_table_item {
  flex: 1;
  padding: 10px 20px;
  text-align: center;
}
.page--AGI .index_table_ctn .index_table .index_table_row:nth-child(1) {
  background-color: #0c3534;
  border-radius: 5px;
  color: #fff;
  font-weight: 600;
}
.page--AGI .index_table_ctn .index_table .index_table_row:nth-child(2) {
  background-color: #fff7e6;
  border-radius: 5px 5px 0 0;
  font-weight: 300;
}
.page--AGI .index_table_ctn .index_table .index_table_row:nth-child(3) {
  background-color: #ffeecd;
  border-radius: 0 0 5px 5px;
  font-weight: 600;
}
.page--AGI .index_table_ctn .index_table .index_table_scroll {
  overflow: auto;
}
.page--AGI .index_table_ctn .index_table .index_table_scroll > * {
  min-width: 550px;
}
.page--AGI .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--AGI .index_table_ctn .index_table .index_table_scroll > *:nth-child(2) {
  background-color: #ffeecd;
  border-radius: 0 0 5px 5px;
  font-weight: 600;
}
.page--AGI .table-flex {
  display: flex;
  gap: 32px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page--AGI .table-flex > * {
  min-width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 992px) {
  .page--AGI .table-flex > * {
    min-width: calc(50% - 16px);
    max-width: calc(50% - 16px);
  }
}

.statistics__container .statistics__th,
.statistics__container .statistics__td {
  text-align: center;
}
.statistics__container .statistics__th:nth-child(1),
.statistics__container .statistics__td:nth-child(1) {
  text-align: left !important;
}
.statistics__container#geographical .statistics__th,
.statistics__container#geographical .statistics__td, .statistics__container#sector .statistics__th,
.statistics__container#sector .statistics__td {
  width: 25% !important;
}
.statistics__container#equity .statistics__th:nth-child(1),
.statistics__container#equity .statistics__td:nth-child(1), .statistics__container#bond .statistics__th:nth-child(1),
.statistics__container#bond .statistics__td:nth-child(1) {
  width: 40% !important;
}
.statistics__container#equity .statistics__th:nth-child(2),
.statistics__container#equity .statistics__td:nth-child(2),
.statistics__container#equity .statistics__th:nth-child(3),
.statistics__container#equity .statistics__td:nth-child(3), .statistics__container#bond .statistics__th:nth-child(2),
.statistics__container#bond .statistics__td:nth-child(2),
.statistics__container#bond .statistics__th:nth-child(3),
.statistics__container#bond .statistics__td:nth-child(3) {
  width: 30% !important;
}

.fundinformation__flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fundinformation__flex > * {
  min-width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 992px) {
  .fundinformation__flex > * {
    min-width: calc(50% - 30px);
    max-width: calc(50% - 30px);
  }
  .fundinformation__flex > *.full {
    min-width: 100%;
    max-width: 100%;
  }
}

.fundinformation__item {
  padding: 10px 0;
  border-bottom: 0.5px solid #b7c3c3;
}

.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: 10px;
}
@media (min-width: 992px) {
  .point1-flex {
    flex-direction: row;
  }
}
.point1-flex > .point1-item {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0px;
  border-radius: 20px;
  border: 3px solid var(--c);
  padding: 20px;
  background-color: #fff;
  position: relative;
}
@media (min-width: 992px) {
  .point1-flex > .point1-item {
    width: calc((100% - 131px) / 3);
  }
}
@media screen and (min-width: 992px) {
  .point1-flex > .point1-item {
    gap: 16px;
    padding: 30px;
    flex-direction: column;
  }
}
.point1-flex > .point1-item * {
  text-align: center;
}
.point1-flex > .point1-item .num {
  width: 48px;
  height: 48px;
  position: absolute;
  top: -10px;
  left: -10px;
}
.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 {
  width: 100px;
  height: 100px;
}
@media (max-width: 768px) {
  .point1-flex > .point1-item img {
    width: 60px;
    height: 60px;
  }
}
.point1-flex > .point1-item[data-attr="1"] {
  --c: #c13f18;
}
.point1-flex > .point1-item[data-attr="2"] {
  --c: #007f84;
}
.point1-flex > .point1-item[data-attr="3"] {
  --c: #337a0f;
}
.point1-flex > .point1-item .img-ctn {
  width: 100%;
  background-color: var(--c);
  border-radius: 10px;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30%;
  min-width: 90px;
}
@media screen and (min-width: 992px) {
  .point1-flex > .point1-item .img-ctn {
    min-width: 100%;
    width: 100%;
  }
}
.point1-flex > .point1-item .text {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 70%;
  padding-left: 10px;
}
@media screen and (min-width: 992px) {
  .point1-flex > .point1-item .text {
    width: 100%;
    min-width: 100%;
    padding-left: 0px;
  }
}
.point1-flex > .point1-item .text > * {
  width: 100%;
}
.point1-flex > .point1-item .text .note {
  font-size: 14px;
}
.point1-flex > .point1-item h3 span {
  color: var(--c);
}
.point1-flex > .point1-item .note {
  margin-top: 16px;
  min-width: 100%;
}
@media screen and (min-width: 992px) {
  .point1-flex > .point1-item .note {
    margin-top: 0;
  }
}
.point1-flex .symbol {
  font-size: 50px;
  line-height: 72px;
  margin-top: auto;
  margin-bottom: auto;
  height: 72px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .point1-flex .symbol {
    text-align: center;
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 40px;
    height: 40px;
  }
}
.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%;
}

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

.statistics__tr.total {
  background-color: #f3f5f5;
}
.statistics__tr.total .statistics__td:first-child {
  font-weight: bold;
}

.horizontal_table {
  margin: 40px 0;
  overflow: auto;
}
.horizontal_table .statistics__item {
  border-collapse: collapse;
}
.horizontal_table .statistics__item .statistics__tr {
  margin-bottom: 1px;
  overflow: hidden;
}
.horizontal_table .statistics__item .statistics__tr:not(:last-child) {
  border-bottom: 1px solid #b7c3c3 !important;
}
.horizontal_table .statistics__item .statistics__tr .statistics__th {
  width: 20%;
  padding: 10px 20px;
  border-radius: 0;
  position: sticky;
  left: 0;
  min-width: 200px;
}
.horizontal_table .statistics__item .statistics__tr:first-child .statistics__th {
  border-top-left-radius: 5px;
}
.horizontal_table .statistics__item .statistics__tr:last-child .statistics__th {
  border-bottom-left-radius: 5px;
}
.horizontal_table .statistics__item .statistics__tr .statistics__td {
  padding: 10px 20px;
  width: 15%;
  border-bottom: unset;
}

.kv__box__inner::after {
  background-image: linear-gradient(to right, #0c4c4c, #007f84);
}

.kv__box__title {
  color: #fff;
}/*# sourceMappingURL=style.css.map */