.monthly-content > :first-child, main.monthly-content .monthly-content__outer > :first-child, main.monthly-content .monthly-content__outer .monthly-content__inner .content-box > :first-child, .fund-content .fund-content__inner > :first-child {
  margin-top: 0 !important;
}
.monthly-content > :last-child, main.monthly-content .monthly-content__outer > :last-child, main.monthly-content .monthly-content__outer .monthly-content__inner .content-box > :last-child, .fund-content .fund-content__inner > :last-child {
  margin-bottom: 0 !important;
}

.l-content--innovation {
  --PRIMARY_COLOR: #495891;
  --BG_COLOR_SECTION: #f1f3fe;
  overflow-x: hidden;
}
.l-content--innovation .l-content__outer {
  overflow-x: hidden;
}
.l-content--innovation .l-content__outer .l-content__inner {
  padding: 0 0 64px;
}

.l-content--tracers {
  --PRIMARY_COLOR: #1c3973;
  --BG_COLOR_SECTION: #eef2fb;
}
.l-content--tracers .l-content__outer {
  overflow-x: hidden;
}
.l-content--tracers .l-content__outer .l-content__inner {
  padding: 0 0 64px;
}

.l-content--quality {
  --PRIMARY_COLOR: #1b5767;
  --BG_COLOR_SECTION: #eff5f7;
}
.l-content--quality .l-content__outer {
  overflow-x: hidden;
}
.l-content--quality .l-content__outer .l-content__inner {
  padding: 0 0 64px;
}

.fund-top-link .fund-top-link__inner {
  background-color: var(--COLOR_CHIP_BLACK_2);
  inset-inline: 50%;
  margin-inline: -50vw;
  padding: 16px 0;
  padding-inline: calc((100vw - 100%) / 2);
  position: relative;
  width: 100vw;
}
.fund-top-link .fund-top-link__inner > a {
  color: var(--COLOR_CHIP_WHITE);
  display: block;
  font-weight: bold;
  padding: 0 0 0 32px;
  position: relative;
  text-decoration: none;
}
.fund-top-link .fund-top-link__inner > a::before {
  background-color: var(--BG_COLOR_BASE);
  border: 1px solid var(--DISABLED_COLOR);
  border-radius: 50%;
  content: "";
  height: 24px;
  inset: 0 auto auto 0;
  position: absolute;
  width: 24px;
}
.fund-top-link .fund-top-link__inner > a::after {
  border-right: 2px solid var(--PRIMARY_COLOR);
  border-top: 2px solid var(--PRIMARY_COLOR);
  content: "";
  height: 7px;
  inset: 8px auto auto 8px;
  position: absolute;
  transform: rotate(45deg);
  width: 7px;
}
.fund-top-link .fund-top-link__heading {
  align-items: center;
  background-color: var(--PRIMARY_COLOR);
  display: flex;
  flex-direction: row-reverse;
  gap: 16px;
  inset-inline: 50%;
  justify-content: flex-end;
  margin-inline: -50vw;
  overflow: hidden;
  padding: 16px 0;
  padding-inline: calc((100vw - 100%) / 2);
  position: relative;
  width: 100vw;
}
.fund-top-link .fund-top-link__heading .fund-top-link__text {
  color: var(--COLOR_CHIP_WHITE);
  font-size: 1.4rem;
  font-weight: bold;
  z-index: 1;
}
.fund-top-link .fund-top-link__heading .fund-top-link__image {
  --max-width: 80px;
  display: flex;
  max-width: var(--max-width);
  z-index: 1;
}
.fund-top-link .fund-top-link__heading .fund-top-link__background {
  height: auto;
  inset: auto auto;
  max-width: 720px;
  position: absolute;
  width: 100%;
}
.fund-top-link .fund-top-link__heading .fund-top-link__background img {
  height: 100%;
  width: 100%;
}
.fund-top-link .fund-top-link__heading--tracers {
  --PRIMARY_COLOR: #1c3973;
  --BG_COLOR_SECTION: #eef2fb;
}

.fund-mv {
  padding: 16px 0 48px;
  position: relative;
}
.fund-mv::before {
  background-color: var(--BG_COLOR_SECTION);
  bottom: 0;
  content: "";
  height: 70%;
  left: -3%;
  position: absolute;
  width: 100vw;
  z-index: -1;
}
.fund-mv .m-layout-media {
  gap: 32px;
  margin: 0;
}
.fund-mv .fund-mv-text .fund-mv-text__item {
  color: var(--PRODUCT_PRIMARY_COLOR);
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2;
  text-decoration: underline;
  text-underline-offset: 7px;
}
.fund-mv .fund-mv-heading .fund-mv-heading__item {
  color: var(--COLOR_CHIP_BLACK);
  font-size: 2.4rem;
  font-weight: bold;
  line-height: var(--LINE_HEIGHT_HEADING);
  margin: 24px 0 0;
}
.fund-mv .fund-mv-category {
  margin: 0 0 24px;
}
.fund-mv .fund-mv-category .fund-mv-category__text {
  font-size: 1.2rem;
  margin: var(--SIZE_MODULE_MARGIN_SMALL) 0 8px;
}

.product-mv .m-media {
  display: block;
  margin: 0;
  width: 100%;
}

.fund-content .fund-content__outer {
  background-color: var(--BG_COLOR_BASE);
}
.fund-content .fund-content__outer .m-button--emphasis {
  background-color: var(--PRODUCT_PRIMARY_COLOR);
}
.fund-content .fund-content__inner {
  padding: 64px 0;
}

.fund-content--color {
  margin-inline: auto;
  max-width: 100%;
}
.fund-content--color .fund-content__outer {
  background-color: var(--BG_COLOR_SECTION);
  inset-inline: 50%;
  margin-inline: -50vw;
  padding-inline: calc((100vw - 100%) / 2);
  position: relative;
  width: 100vw;
}

.fund-button .m-button-list {
  margin-top: var(--SIZE_MODULE_MARGIN_XLARGE);
}
.fund-button .m-button-list .m-button {
  background-color: var(--BG_COLOR_SECTION);
  border: 1px solid var(--PRODUCT_PRIMARY_COLOR);
  font-size: 1.8rem;
  padding: 40px 32px 56px;
  position: relative;
  transition: opacity var(--TRANSITION);
}
.fund-button .m-button-list .m-button::before {
  inset: auto auto 16px auto;
  z-index: 2;
}
.fund-button .m-button-list .m-button::after {
  inset: auto auto 24px auto;
  z-index: 2;
}
.fund-button .m-button-list .m-button .fund-button-text {
  z-index: 1;
}
.fund-button .m-button-list .m-button .fund-button-backtext {
  background-color: var(--PRIMARY_COLOR);
  display: block;
  height: 30px;
  inset: 24px auto auto auto;
  -webkit-mask: url(../20lab/fund/tracers/allcountry/production-note.svg) no-repeat center;
  mask: url(../20lab/fund/tracers/allcountry/production-note.svg) no-repeat center;
  -webkit-mask-size: 280px;
  mask-size: 280px;
  opacity: 0.16;
  overflow: hidden;
  position: absolute;
  text-indent: 100%;
  white-space: nowrap;
  width: 280px;
}

.fund-button-large__inner {
  align-items: center;
  background-color: var(--BG_COLOR_SECTION);
  border: 1px solid var(--PRODUCT_PRIMARY_COLOR);
  border-radius: var(--BORDER_RADIUS_LARGE);
  display: flex;
  flex-direction: column-reverse;
  gap: 16px;
  justify-content: flex-end;
  position: relative;
  text-decoration: none;
}
.fund-button-large__inner::before {
  background-color: var(--BG_COLOR_BASE);
  border: 1px solid var(--DISABLED_COLOR);
  border-radius: 50%;
  content: "";
  height: 24px;
  inset: auto auto 16px 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 24px;
}
.fund-button-large__inner::after {
  border-right: 2px solid var(--PRIMARY_COLOR);
  border-top: 2px solid var(--PRIMARY_COLOR);
  content: "";
  height: 7px;
  inset: auto auto 22px calc(50% - 2px);
  position: absolute;
  transform: rotate(45deg) translateX(-50%);
  width: 7px;
}

.fund-button-large__text {
  color: var(--COLOR_CHIP_BLACK);
  font-size: 1.8rem;
  padding: 16px 16px 56px 16px;
}

.fund-button-large__image {
  background-color: var(--PRODUCT_PRIMARY_COLOR);
  border-radius: var(--BORDER_RADIUS_LARGE) var(--BORDER_RADIUS_LARGE) 0 0;
  padding: 40px 0 40px;
  text-align: center;
  width: 100%;
}
.fund-content .fund-content__inner .m-media-external {
  max-width: 1024px;
}
.fund-content .fund-content__inner .m-box .m-box__body .m-layout-media .m-link-list {
  grid-template-columns: repeat(2, 1fr);
}
.fund-content .fund-content__inner .m-box .m-box__body .m-layout-media .m-badge-list {
  margin-bottom: 16px;
}
.fund-content .fund-content__inner .m-box .m-box__body .m-layout-media .m-badge-list .m-badge-list__item .m-badge {
  margin: 0;
}

.tracers-list-description {
  margin: 0 0 32px;
}
.tracers-list-description .tracers-list-description__item {
  display: flex;
  font-size: 1.6rem;
  line-height: var(--LINE_HEIGHT_HEADING);
}
.tracers-list-description .tracers-list-description__item:first-child {
  margin: 0 0 4px;
}
.tracers-list-description .tracers-list-description__item .tracers-list-description__title {
  align-content: center;
  background-color: var(--PRIMARY_COLOR);
  color: var(--COLOR_CHIP_WHITE);
  display: grid;
  flex-basis: 20%;
  padding: 8px 16px;
  text-align: center;
}
.tracers-list-description .tracers-list-description__item .tracers-list-description__content {
  background-color: #fff;
  flex-basis: 80%;
  padding: 8px 16px;
}

.l-content--innovation .tracers-list-description .tracers-list-description__item .tracers-list-description__content {
  background-color: #f1f3fe;
}

.l-content--quality .tracers-list-description .tracers-list-description__item .tracers-list-description__content {
  background-color: #eff5f7;
}

.l-content--monthly {
  --PRIMARY_COLOR: #1c3973;
  --BG_COLOR_SECTION: #eef2fb;
  grid-area: monthlyHeading;
}
.l-content--monthly .l-content__outer .l-content__inner {
  padding: 0;
}

.l-content__inner--ptnone {
  padding-top: 0;
}

.monthly-content {
  --max-width: 840px;
  background-color: var(--BG_COLOR_SECTION);
  display: grid;
  gap: 0;
  grid-template-columns: 1fr minmax(343px, var(--max-width)) 1fr;
}
.monthly-content .monthly-content__outer {
  grid-column: 2/3;
  padding: 32px 16px 0;
}

main.monthly-content {
  margin-bottom: var(--SIZE_MODULE_MARGIN_XLARGE);
  overflow-x: hidden;
}
main.monthly-content .monthly-content__outer {
  padding: var(--SIZE_MODULE_MARGIN_XLARGE) 16px;
}
main.monthly-content .monthly-content__outer:first-child {
  padding: 0 0 var(--SIZE_MODULE_MARGIN_XLARGE);
}
main.monthly-content .monthly-content__outer .monthly-content__inner .content-box {
  background-color: var(--BG_COLOR_BASE);
  border-top: 2px solid var(--SECONDARY_COLOR_2);
  padding: var(--SIZE_MODULE_MARGIN_XLARGE) 16px;
  position: relative;
}
main.monthly-content .monthly-content__outer .monthly-content__inner .content-box::before {
  background-color: var(--SECONDARY_COLOR);
  content: "";
  height: 2px;
  inset: 0 auto auto 0;
  position: absolute;
  transform: translateY(-100%);
  width: 50%;
}
main.monthly-content .monthly-content__background {
  position: relative;
}
main.monthly-content .monthly-content__background::before {
  background-color: var(--BG_COLOR_BASE);
  content: "";
  display: block;
  height: 100%;
  inset: 0 auto auto 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 200vw;
}

.m-link-list__monthly {
  margin-bottom: 32px;
}

.m-heading-type4--color {
  color: var(--PRIMARY_COLOR);
}

@media (min-width: 768px) {
  .fund-mv .m-link-list {
    grid-template-columns: repeat(2, 180px);
  }
  .fund-mv::before {
    inset-inline: 50%;
    margin-inline: -50vw;
    padding-inline: calc((100vw - 100%) / 2);
  }
  .fund-mv .m-layout-media {
    gap: 0;
    grid-template-areas: "img-wrapper" "body";
    margin: 0 auto;
  }
  .fund-mv .m-layout-media .m-layout-media__content {
    grid-area: body;
  }
  .fund-mv .m-layout-media .m-layout-media__content .fund-mv-text .fund-mv-text__item {
    margin: 32px 0 0;
  }
  .fund-mv .m-layout-media .m-layout-media__media .m-layout {
    gap: 16px;
  }
  .fund-button-large {
    margin: 0 auto;
    max-width: 60%;
  }
  .fund-top-link .fund-top-link__heading {
    gap: 24px;
    padding: 24px 0;
    padding-inline: calc((100vw - 100%) / 2);
  }
  .fund-top-link .fund-top-link__heading .fund-top-link__text {
    font-size: 2rem;
  }
  .fund-top-link .fund-top-link__heading .fund-top-link__image {
    --max-width: 153px;
  }
  .fund-top-link .fund-top-link__heading .fund-top-link__background {
    height: auto;
    inset: auto auto;
    max-width: 1280px;
    position: absolute;
    width: 100%;
  }
  .fund-top-link .fund-top-link__heading .fund-top-link__background img {
    height: 100%;
    width: 100%;
  }
  .fund-content .fund-content__inner .m-list-question {
    margin: 0 auto;
    max-width: 60%;
  }
  .fund-content .fund-content__inner .m-box .m-box__body .m-layout-media .m-link-list {
    gap: 8px;
    grid-template-columns: repeat(3, 1fr);
  }
  .product-mv--tracers {
    position: relative;
  }
  .product-mv--tracers::before {
    background: linear-gradient(#364985 0%, #06275e 100%);
    content: "";
    height: 100%;
    inset: 0 auto auto 0;
    position: absolute;
    transform: translateX(-50%);
    width: 100%;
    z-index: -1;
  }
  .product-mv--tracers::after {
    background-color: #f8faff;
    content: "";
    height: 100%;
    inset: 0 0 auto auto;
    position: absolute;
    transform: translateX(50%);
    width: 100%;
    z-index: -1;
  }
  .tracers-list-description .tracers-list-description__item {
    flex-direction: column;
  }
  .product-mv--innovation {
    position: relative;
  }
  .product-mv--innovation::before {
    background: linear-gradient(#636aa1 0%, #434780 100%);
    content: "";
    height: 100%;
    inset: 0 auto auto 0;
    position: absolute;
    transform: translateX(-50%);
    width: 100%;
    z-index: -1;
  }
  .product-mv--innovation::after {
    background-color: #f6f8ff;
    content: "";
    height: 100%;
    inset: 0 0 auto auto;
    position: absolute;
    transform: translateX(50%);
    width: 100%;
    z-index: -1;
  }
  .product-mv--quality {
    position: relative;
  }
  .product-mv--quality::before {
    background: linear-gradient(#416a8c 0%, #1b5767 100%);
    content: "";
    height: 100%;
    inset: 0 auto auto 0;
    position: absolute;
    transform: translateX(-50%);
    width: 100%;
    z-index: -1;
  }
  .product-mv--quality::after {
    background-color: #f8fafb;
    content: "";
    height: 100%;
    inset: 0 0 auto auto;
    position: absolute;
    transform: translateX(50%);
    width: 100%;
    z-index: -1;
  }
  main.monthly-content .monthly-content__outer {
    padding: var(--SIZE_MODULE_MARGIN_XLARGE) 16px;
  }
  main.monthly-content .monthly-content__outer .monthly-content__inner .content-box {
    padding: var(--SIZE_MODULE_MARGIN_XLARGE) 16px;
  }
  .m-link-list__monthly {
    gap: 16px 24px;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 48px;
  }
}

@media (min-width: 1024px) {
  .l-content--quality .l-content__inner {
    padding: 0 0 100px;
  }
  .l-content--innovation .l-content__inner {
    padding: 0 0 100px;
  }
  .l-content--tracers .l-content__outer .l-content__inner {
    padding: 0 0 100px;
  }
  .l-content--tracers .l-content__inner {
    padding: 0 0 80px;
  }
  .l-content--tracers .m-list-news {
    margin: 0 auto;
    max-width: 840px;
    width: 100%;
  }
  .l-content--tracers .m-list-news-viewer {
    margin: 0 auto;
    max-width: 840px;
    width: 100%;
  }
  .fund-top-link .fund-top-link__inner {
    background-color: var(--COLOR_CHIP_BLACK_2);
    inset-inline: 50%;
    margin-inline: -50vw;
    padding: 16px 0;
    padding-inline: calc((100vw - 100%) / 2);
    position: relative;
    width: 100vw;
  }
  .fund-top-link .fund-top-link__inner > a {
    color: var(--COLOR_CHIP_WHITE);
    display: block;
    font-weight: bold;
    padding: 0 0 0 40px;
    position: relative;
    text-decoration: none;
  }
  .fund-top-link .fund-top-link__inner > a::before {
    height: 32px;
    inset: 50% auto auto 0;
    transform: translateY(-50%);
    width: 32px;
  }
  .fund-top-link .fund-top-link__inner > a::after {
    height: 8px;
    inset: 50% auto auto 8px;
    transform: rotate(45deg) translateY(-50%);
    width: 8px;
  }
  .fund-content .fund-content__inner {
    padding: 100px 0;
  }
  .fund-mv {
    padding: 48px 0;
    position: relative;
  }
  .fund-mv::before {
    background-color: var(--BG_COLOR_SECTION);
    content: "";
    height: 100%;
    left: -30%;
    margin-inline: unset;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: -1;
  }
  .fund-mv .m-layout-media {
    align-items: center;
    gap: 48px;
  }
  .fund-mv .m-layout-media .m-layout-media__content {
    display: block;
    flex: 1;
  }
  .fund-mv .m-layout-media .m-layout-media__content .fund-mv-text .fund-mv-text__item {
    font-size: 2rem;
    margin: 0;
  }
  .fund-mv .m-layout-media .m-layout-media__content .fund-mv-heading .fund-mv-heading__item {
    color: var(--COLOR_CHIP_BLACK);
    font-size: 4rem;
  }
  .fund-mv .m-layout-media .m-layout-media__content .fund-mv-category .fund-mv-category__text {
    margin: 24px 0 var(--SIZE_MODULE_MARGIN_SMALL);
  }
  .fund-button .m-button-list .m-button {
    --min-width: 560px;
    font-size: 2rem;
    min-width: var(--min-width);
    padding: 48px 40px 56px;
  }
  .fund-button .m-button-list .m-button::after {
    inset: auto auto 28px auto;
  }
  .fund-button .m-button-list .m-button .fund-button-backtext {
    height: 41px;
    inset: 20px auto auto auto;
    -webkit-mask-size: 380px;
    mask-size: 380px;
    width: 380px;
  }
  .fund-button-large {
    --width-max: 840px;
    margin: 0 auto;
    max-width: var(--width-max);
  }
  .fund-button-large__inner {
    align-items: stretch;
    background-color: var(--BG_COLOR_SECTION);
    border: 1px solid var(--PRODUCT_PRIMARY_COLOR);
    border-radius: var(--BORDER_RADIUS_LARGE);
    color: var(--COLOR_CHIP_BLACK);
    display: flex;
    flex-direction: row-reverse;
    gap: 32px;
    justify-content: flex-end;
    text-decoration: none;
    transition: opacity var(--TRANSITION);
  }
  .fund-button-large__inner::before {
    height: 32px;
    inset: 50% 32px 0 auto;
    transform: translateY(-50%);
    width: 32px;
  }
  .fund-button-large__inner::after {
    height: 8px;
    inset: 50% 48px 0 auto;
    transform: rotate(45deg) translateY(-50%);
    width: 8px;
  }
  .fund-button-large__text {
    align-items: center;
    color: var(--COLOR_CHIP_BLACK);
    display: flex;
    flex-basis: auto;
    font-size: 2rem;
    padding: 16px 88px 16px 0;
  }
  .fund-button-large__image {
    align-items: center;
    border-radius: var(--BORDER_RADIUS_LARGE) 0 0 var(--BORDER_RADIUS_LARGE);
    display: flex;
    min-height: 200px;
    min-width: 200px;
    padding: 0;
    width: auto;
  }
  .fund-button-large__image > img {
    margin: 77px 24px;
  }
  .fund-content .fund-content__inner .m-list-question {
    --max-width: 840px;
    margin: 0 auto;
    max-width: var(--max-width);
  }
  .product-mv--tracers {
    position: relative;
  }
  .product-mv--tracers::before {
    background: linear-gradient(#364985 0%, #06275e 100%);
    content: "";
    height: 100%;
    inset: 0 auto auto 0;
    position: absolute;
    transform: translateX(-50%);
    width: 100%;
    z-index: -1;
  }
  .product-mv--tracers::after {
    background-color: #f8faff;
    content: "";
    height: 100%;
    inset: 0 0 auto auto;
    position: absolute;
    transform: translateX(50%);
    width: 100%;
    z-index: -1;
  }
  .tracers-list-description .tracers-list-description__item {
    flex-direction: row;
  }
  .tracers-mv {
    position: relative;
  }
  .tracers-mv::before {
    background: linear-gradient(#364985 0%, #06275e 100%);
    content: "";
    height: 100%;
    inset: 0 auto auto 0;
    position: absolute;
    transform: translateX(-50%);
    width: 100%;
    z-index: -1;
  }
  .product-mv--innovation {
    position: relative;
  }
  .product-mv--innovation::before {
    background: linear-gradient(#636aa1 0%, #434780 100%);
    content: "";
    height: 100%;
    inset: 0 auto auto 0;
    position: absolute;
    transform: translateX(-50%);
    width: 100%;
    z-index: -1;
  }
  .product-mv--innovation::after {
    background-color: #f6f8ff;
    content: "";
    height: 100%;
    inset: 0 0 auto auto;
    position: absolute;
    transform: translateX(50%);
    width: 100%;
    z-index: -1;
  }
  .product-mv--quality {
    position: relative;
  }
  .product-mv--quality::before {
    background: linear-gradient(#416a8c 0%, #1b5767 100%);
    content: "";
    height: 100%;
    inset: 0 auto auto 0;
    position: absolute;
    transform: translateX(-50%);
    width: 100%;
    z-index: -1;
  }
  .product-mv--quality::after {
    background-color: #f8fafb;
    content: "";
    height: 100%;
    inset: 0 0 auto auto;
    position: absolute;
    transform: translateX(50%);
    width: 100%;
    z-index: -1;
  }
  .monthly-content .monthly-content__outer {
    padding: 32px 0 0;
  }
  main.monthly-content .monthly-content__outer {
    padding: var(--SIZE_MODULE_MARGIN_XLARGE) 0;
  }
  main.monthly-content .monthly-content__outer .monthly-content__inner .content-box {
    padding: var(--SIZE_MODULE_MARGIN_XLARGE) var(--SIZE_MODULE_MARGIN_XLARGE);
  }
  main.monthly-content .monthly-content__background {
    overflow-x: unset;
  }
  .m-link-list__monthly {
    margin-bottom: 48px;
  }
  .fund-outer {
    gap: 0 24px;
  }
}

@media (min-width: 1280px) {
  .fund-top-link__inner > a:hover {
    text-decoration: underline;
  }
  .fund-button .m-button:is(:hover, :active, :focus-visible) {
    border-radius: var(--BORDER_RADIUS_LARGE);
    color: var(--COLOR_CHIP_BLACK);
    opacity: var(--OPACITY);
  }
  .fund-button-large__inner:hover {
    opacity: var(--OPACITY);
  }
  .fund-content .fund-content__outer .m-button--emphasis:hover {
    color: var(--COLOR_CHIP_WHITE);
  }
  .content-inner-white__inner .m-card-list__small .m-card-list__layout a.m-card:is(:hover, :active, :focus-visible) .m-card__title {
    text-decoration: none;
  }
}

@media (max-width: 767px) {
  .product-mv {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .product-mv .m-media {
    display: block;
    height: auto;
    width: 100%;
  }
  .fund-mv::before {
    inset-inline: 50%;
    margin-inline: -50vw;
    padding-inline: calc((100vw - 100%) / 2);
  }
  .fund-mv .m-layout-media {
    gap: 0;
    grid-template-areas: "img-wrapper" "body";
    margin: 0 auto;
  }
  .fund-mv .m-layout-media .m-layout-media__content {
    grid-area: body;
  }
  .fund-mv .m-layout-media .m-layout-media__content .fund-mv-text .fund-mv-text__item {
    margin: 32px 0 0;
  }
  .fund-mv .m-layout-media .m-layout-media__media .m-layout {
    gap: 16px;
  }
  .tracers-list-description .tracers-list-description__item {
    flex-direction: column;
  }
  .m-link-list__monthly {
    gap: 16px 24px;
    grid-template-columns: repeat(2, 1fr);
  }
}
