html {
  scroll-behavior: smooth;
}
body {
  font-family: "Gilroy", sans-serif !important;
}
:root {
  --site_padding: var(--wr);
  --fsh1: 54px;
  --fsh2: 24px;
  --fs14: 14px;
  --fs16: 16px;
  --fs18: 18px;
}
svg,
symbol {
  fill: none;
}
section {
  padding: 0 var(--site_padding);
}
.container {
  background-color: white;
}
.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
}
.mw {
  max-width: 1600px;
  margin: 0 auto;
}
.dark_grey {
  color: #444444;
}
p {
  margin: 0;
}
h1 {
  font-size: var(--fsh1) !important;
  line-height: 1.14 !important;
  font-weight: 400 !important;
}
h2 {
  font-size: var(--fsh2);
  line-height: 1.3;
  letter-spacing: -0.5px;
}
h2.bigger {
  font-size: 40px;
  line-height: 1.14;
  letter-spacing: -2px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  font-family: "Gilroy", sans-serif;
}
.fs14 {
  font-size: var(--fs14);
  line-height: 1.4;
  letter-spacing: normal;
}

.semi {
  font-weight: 600;
}

.fs18 {
  font-size: var(--fs18);
  line-height: 1.5;
}

.medium {
  font-weight: 500;
}
.page_headline {
  grid-column: 1 / 7;
}
.page_sub--headline > *:not(.psh_icon) {
  z-index: 2;
}
.page_sub--headline {
  grid-column: 7 / 13;
  padding-right: 15em;
  position: relative;
}
@media (min-width: 1600px) {
  .page_sub--headline {
    grid-column: 7 / 12;
  }
}
@media (min-width: 1920px) {
  .page_sub--headline {
    grid-column: 7 / 11;
  }
}
.psh_icon {
  position: absolute;
  top: 0;
  right: 130px;
  width: 200px;
  height: 170px;
}
.psh_icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.arrow_link {
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 8px;
  font-family: "Gilroy";
}
@media (min-width: 992px) {
  .arrow_link:hover .al_text {
    text-decoration: underline;
  }
  .arrow_link:hover .al_arrow {
    background-color: var(--red);
  }
}
.page_sub--headline {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.al_arrow {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d9d9d9;
  background: #202020;
  transition: background-color 0.25s ease;
}

.al_arrow svg {
  width: 50%;
  height: 50%;
}

.al_text {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}
@media (max-width: 675px) {
  .al_text {
    font-size: 12px;
  }
  .al_arrow {
    width: 18px;
    height: 18px;
  }
}
.page_head--grid {
  position: relative;
  padding-bottom: 120px;
  border-bottom: 1px solid #e6e6e6;
}
.why_reckoner--section {
  padding-top: 120px;
}
.brow {
  font-weight: 600;
  font-size: var(--fs18);
}
.wr--headline {
  grid-column: 3 / 11;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.wr--sub_headline {
  grid-row: 2 / 2;
  grid-column: 7 / 12;
}
.wr--grid > *:not(.wr_illustration) {
  z-index: 2;
}
.wr--grid {
  position: relative;
  row-gap: 120px;
  padding-bottom: 120px;
}
.wr_illustration img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.wr_illustration {
  position: absolute;
  bottom: 0;
  left: 8em;
  width: 23em;
  height: 23em;
}
section.grey {
  padding: 50px var(--site_padding);
  background-color: #f7f7f7;
}
.op_grid {
  align-items: center;
}
.op_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.op_image {
  width: 100%;
  height: 100%;
  display: flex;
  grid-column: 1 / 6;
}
.op_headline {
  grid-column: 7 / 12;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 1600px) {
  .op_headline {
    grid-column: 7 / 11;
  }
}
.section_separator {
  width: 100%;
  height: 1px;
  background-color: #e6e6e6;
  margin: 80px 0;
}

.section_separator.mt {
  margin-top: 120px;
}
.section_headline {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.features_headline {
  grid-column: 4 / 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.features_grid {
  margin-top: 120px;
  grid-column: 1 /13;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.feature_block {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 30px;
  background-color: #fafafa;
}

.fb_icon {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.of_iframe--wrap {
  width: 100%;
}
.of_iframe {
  width: 80%;
  margin: 0 auto;
}
@media (min-width: 1600px) {
  .of_iframe {
    width: min(1330px, 80em);
  }
}
@media (max-width: 992px) {
  .of_iframe {
    width: 100%;
  }
}
.our_funds--section {
  overflow: hidden;
  position: relative;
  padding: 120px var(--site_padding);
}
.ofs_icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top right;
}
.ofs_icon {
  width: 360px;
  height: 140px;
  position: absolute;
  top: 0;
  right: 0;
}
.faqs_wrapper {
  grid-column: 3 / 11;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.faq_section {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 16px;
  padding-top: 40px;
  border-top: 1px solid #e6e6e6;
}

.faqs_title {
  grid-column: 1 / 4;
}

.faq_accordions {
  grid-column: 4 / 9;
  margin-top: -16px;
}
.accordion {
  border-bottom: 1px solid #e6e6e6;
}
.acc_title {
  padding: 16px 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.acc_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  position: relative;
}

.ai_line {
  width: 100%;
  height: 2px;
  position: absolute;
  background-color: #202020;
}

.ai_line.vertical {
  height: 100%;
  width: 2px;
}

.acc_content {
  padding-right: 60px;
  height: 0px;
  overflow: hidden;
}

.acc_content p,
.acc_content li {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: normal;
  margin-bottom: 20px;
}

.acc_content strong {
  font-weight: 600;
}

.acc_content ul {
  padding-left: 20px;
  margin: 16px 0;
  list-style: square !important;
}

.acc_content ul li {
  list-style: square;
}
.acc_content ul li:not(:last-child) {
  margin-bottom: 16px;
}

.acc_content ul li::marker {
  color: #bfbfbf;
}
.faqs_section {
  padding-bottom: 120px;
}
.notices_section {
  padding-bottom: 120px;
}
ol li {
  list-style: decimal;
}
.disclaimer {
  grid-column: 3 / 11;
  margin-top: 48px;
}
.notices_ol {
  padding-left: 10px;
  grid-column: 3 / 11;
}
.notices_ol li {
  font-size: 11px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 16px;
  letter-spacing: normal;
  color: #444444;
}
.disclaimer p {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.3;
  color: #444444;
  margin-bottom: 1em;
}
.disclaimer a {
  font-weight: bold;
  text-decoration: underline;
  letter-spacing: normal;
}
.disclaimer a:hover {
  text-decoration: none;
}
@media (max-width: 992px) {
  :root {
    --site_padding: var(--wr);
    --fsh1: 36px;
    --fsh2: 18px;
    --fs14: 14px;
    --fs16: 16px;
    --fs18: 16px;
  }
  h2.bigger {
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: -0.5px;
  }
  .grid {
    display: flex;
    flex-direction: column;
  }
  .page_sub--headline {
    padding-right: 0;
    padding-bottom: 80px;
  }
  .page_head--grid {
    padding-bottom: 0;
  }
  .psh_icon {
    top: auto;
    bottom: 0;
    right: 0;
    left: auto;
    width: 150px;
    height: 120px;
  }
  .acc_title .fs18 {
    font-size: 18px;
  }
  .why_reckoner--section {
    padding-top: 80px;
  }
  .wr--grid {
    gap: 80px;
    padding-bottom: 80px;
  }
  .wr_illustration {
    display: none;
  }
  section.grey {
    padding: 40px var(--site_padding);
  }
  .section_separator.mt {
    margin-top: 40px;
  }
  .section_separator {
    margin: 40px 0;
  }
  .features_grid {
    margin-top: 80px;
    display: flex;
    flex-direction: column;
  }
  .our_funds--section {
    padding: 80px var(--site_padding);
  }
  .ofs_icon {
    display: none;
  }
  .faq_section {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .faqs_wrapper {
    gap: 80px;
  }
  .acc_content {
    padding-right: 30px;
  }
  .faqs_section {
    padding-bottom: 80px;
  }
  .notices_section {
    padding-bottom: 80px;
  }
  .fb_icon {
    width: 70px;
    height: 70px;
  }
  .op_image {
    margin-bottom: 16px;
  }
  .features_headline {
    align-items: flex-start;
    text-align: left;
  }
  .feature_block {
    padding: 20px 16px;
  }
  .disclaimer {
    margin-top: 28px;
  }
}
