.logo-cross {
  margin-top: 4px;
  width: 16px;
  height: 16px;
}
.logo-icon {
  width: 24px;
  height: 24px;
}
.logo-text {
  width: 102px;
  height: 16px;
}
.logo-susten {
  margin-top: 4px;
  display: flex;
  align-items: center;
  column-gap: 8px;
}
.header-nav-menu .nav-item img {
  width: 32px !important;
  height: 32px !important;
}

:root {
  --spacing-inline-gutter: 16px;
  --content-width: auto;
  @media screen and (min-width: 769px) {
    --spacing-inline-gutter: 24px;
    --content-width: 980px;
  }
}
main > section {
  min-width: calc(var(--content-width) + var(--spacing-inline-gutter) * 2);
}
sup {
  top: -0.4em;
  font-size: 75%;
  position: relative;
  font-weight: normal;
  display: inline-block;
  margin-left: 0.25em;
}
img {
  width: auto;
  height: auto;
  max-width: 100%;
  box-sizing: border-box;
}
.pc\:hidden {
  @media screen and (min-width: 769px) {
    display: none;
  }
}
.bold {
  font-weight: bold;
}

body {
  position: relative;
  background: url(https://sbisec.akamaized.net/sbisec/images/static/2025/susten_geomax_bg_geomax.png) no-repeat fixed top center / cover;
  color: var(--foreground-color);
}
body:before {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100lvh;
  z-index: -1;
  display: block;
  content: "";
  background-image: url(https://sbisec.akamaized.net/sbisec/images/static/2025/susten_geomax_bg_geomax.png);
  background-position: top center;
  background-size: cover;

  @media screen and (min-width: 769px) {
    content: none;
    display: none;
  }
}
.translucent {
  background-color: var(--translucent-background-color);
  color: var(--text-color);
}
.translucent h1,
.translucent h2,
.translucent h3,
.translucent h4,
.translucent h5 {
  color: var(--translucent-foreground-color);
}
.translucent a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.disclaimer {
  font-size: 12px;
  line-height: 1.5;
}

.youtube {
  max-width: 100%;
  height: auto;
  aspect-ratio: 560 / 315;
}

.image {
  width: auto;
  margin: 36px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.image .heading {
  font-size: 18px !important;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  margin: 8px 0 16px;
  word-break: keep-all;
  @media screen and (min-width: 769px) {
    font-size: 24px !important;
  }
}
.image .note {
  margin-top: 16px;
  align-self: flex-start;
  font-size: 12px;
  line-height: 1.5;
}
.image .pinch-out-box {
  margin: 24px auto 0;
}
.image.single img {
  @media screen and (min-width: 769px) {
    padding: 0 24px;
  }
}
.pinch-out-box {
  border: 1px solid var(--foreground-color);
  color: var(--foreground-color);
  border-radius: 9999px;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.5;
  padding: 8px 24px;
  width: fit-content;
  background-color: color-mix(in srgb, var(--foreground-color) var(--pinch-out-box-opacity), transparent);

  @media screen and (min-width: 769px) {
    display: none;
  }
}

.two-columns {
  @media screen and (min-width: 769px) {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 56px;
    align-items: stretch;
  }
}
.two-columns > div {
  margin-top: 64px;
  @media screen and (min-width: 769px) {
    display: flex;
    flex-direction: column;
  }
}
.two-columns > div > .content {
  @media screen and (min-width: 769px) {
    margin-bottom: auto;
  }
}
.grid {
  display: contents;

  @media screen and (min-width: 769px) {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    column-gap: 24px;
  }
}
.grid-image {
  @media screen and (min-width: 769px) {
    margin: 0;
  }
}

ul {
  &.dots {
    list-style-type: "\30fb";
    margin-left: 1em;
    > li {
      padding-left: 0.5em;
      &::marker {
        content: "\30fb";
      }
    }
  }
}

a.fund-details-link {
  border-radius: 9999px;
  color: white;
  font-weight: 700;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 260px;
  padding: 0 24px;

  @media screen and (min-width: 769px) {
    font-size: 20px;
    width: 400px;
  }
}
a.fund-details-link span {
  line-height: 46px;
  margin: 0 auto;

  @media screen and (min-width: 769px) {
    line-height: 70px;
  }
}
a.fund-details-link img.arrow {
  width: 18px;
  height: 18px;

  @media screen and (min-width: 769px) {
    width: 24px;
    height: 24px;
  }
}

.sectionHeader {
  background-color: var(--background-color);
}
.sectionHeader h2 {
  padding: 40px var(--spacing-inline-gutter) 160px;
  width: var(--content-width);
  font-size: 26px !important;
  line-height: 1.65;
  margin: 0 auto;
  text-align: center;
  word-break: keep-all;

  @media screen and (min-width: 769px) {
    font-size: 46px !important;
    padding-top: 80px;
    padding-bottom: 360px;
  }
}

.translucent {
  line-height: 1.5;
  padding: 32px 16px 48px;
  box-sizing: border-box;
  margin: -120px var(--spacing-inline-gutter) 64px;
  width: var(--content-width);

  @media screen and (min-width: 769px) {
    padding: 64px 56px;
    margin: -280px auto 120px;
  }
}
.translucent p {
  font-size: 16px;
  line-height: 1.5;
}
.translucent p + p {
  margin-top: 24px;
}

.translucentHeading {
  font-size: 24px !important;
  line-height: 1.5;
  text-align: center;
  word-break: keep-all;
  margin-bottom: 42px;

  @media screen and (min-width: 769px) {
    font-size: 40px !important;
  }
}
* + .translucentHeading {
  margin-top: 64px;
}

#notesSec .fund-details-link-wrapper {
  display: flex;
  justify-content: center;
  padding: 40px 0;
  margin: 0 auto;
  text-align: center;

  @media screen and (min-width: 769px) {
    padding: 80px 0;
  }
}

#notesSec .translucent {
  margin-top: 64px;

  @media screen and (min-width: 769px) {
    margin-top: 120px;
  }
}
