.equiteq.component-22a {
  position: relative;
}
.equiteq.component-22a::before {
  content: "";
  position: absolute;
  display: block;
  width: 100vw;
  height: 100%;
  top: 0;
  left: calc((100vw - 100%) / -2);
  background-color: var(--eq-background-color);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  z-index: -1;
}
@media (min-width: 992px) {
  .equiteq.component-22a {
    height: 100%;
  }
  .equiteq.component-22a::before {
    height: 100%;
  }
}
.equiteq.component-22a .stage {
  position: relative;
}
.equiteq.component-22a .stage::before {
  content: "";
  position: absolute;
  display: block;
  width: 100vw;
  height: var(--eq-desktop-height);
  top: 0;
  left: calc((100vw - 100%) / -2);
  background-image: var(--eq-background-url);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 70% 0;
  z-index: -1;
}
.equiteq.component-22a .stage {
  height: var(--eq-desktop-height);
}
@media (min-width: 992px) {
  .equiteq.component-22a .stage {
    height: var(--eq-desktop-height);
  }
  .equiteq.component-22a .stage::before {
    background-position: center;
    height: var(--eq-desktop-height);
  }
}
.equiteq.component-22a article {
  max-width: 840px;
  margin-inline: auto;
  padding-block-start: 3rem;
  padding-block-end: 4rem;
}
.equiteq.component-22a .entry-thumbnail {
  position: relative;
}
.equiteq.component-22a .entry-thumbnail img:nth-child(1) {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center;
  filter: blur(12px);
}
.equiteq.component-22a .entry-thumbnail img:nth-child(2) {
  width: auto;
  height: 300px;
  margin: 0 auto;
  position: absolute;
  object-position: center;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  filter: drop-shadow(2px 4px 6px black);
}
.equiteq.component-22a .entry-header .entry-date {
  color: #4C5451;
  font-size: 1rem;
  font-family: "DM Sans", sans-serif;
  line-height: 18px;
  letter-spacing: 3px;
  margin-block-end: 1rem;
  display: block;
}
.equiteq.component-22a .entry-header .entry-title {
  color: #4C5451;
  font-family: "Syne", sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  text-wrap: pretty;
  margin-block-end: 1.5rem;
}
@media (min-width: 992px) {
  .equiteq.component-22a .entry-header .entry-title {
    font-size: 48px;
    line-height: 56px;
  }
}
.equiteq.component-22a .entry-content {
  color: #081901;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  font-weight: 300;
  margin-block-end: 20px;
  line-height: 32px;
}
.equiteq.component-22a .entry-content h2,
.equiteq.component-22a .entry-content h3,
.equiteq.component-22a .entry-content h4,
.equiteq.component-22a .entry-content h5,
.equiteq.component-22a .entry-content h6 {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.4px;
  margin-block-end: 1rem;
}
.equiteq.component-22a .entry-content :empty {
  display: none;
}
.equiteq.component-22a .entry-content p.lead {
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.4px;
}
.equiteq.component-22a .entry-content strong {
  font-weight: 600;
}
.equiteq.component-22a .entry-content a {
  color: #0068A6;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  text-decoration: underline;
}
.equiteq.component-22a .entry-meta {
  color: #011F31;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  margin-block-end: 20px;
}
.equiteq.component-22a .entry-meta a {
  color: #0068A6;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
}
.equiteq.component-22a .resource-asset {
  padding-block: 1rem;
}
.equiteq.component-22a .btn {
  --bs-btn-font-family: 'IBM Plex Sans', sans-serif;
  --bs-btn-font-size: 16px;
  --bs-btn-font-weight: 600;
  --bs-btn-line-height: 24px;
  --bs-btn-padding-x: .7rem;
  --bs-btn-padding-y: .5rem;
  --bs-btn-border-radius: 2px;
  --bs-btn-border-width: 1px;
}
@media (max-width: 575.98px) {
  .equiteq.component-22a .btn {
    width: 100%;
  }
}
.equiteq.component-22a .btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #081901;
  --bs-btn-border-color: #081901;
  --bs-btn-hover-color: #081901;
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: #081901;
  --bs-btn-active-color: #081901;
  --bs-btn-active-bg: #fff;
  --bs-btn-active-border-color: #081901;
  max-width: 300px;
}
.equiteq.component-22a .social-share {
  gap: 1.5rem;
  margin-block: 1rem;
}
.equiteq.component-22a .social-share span {
  color: #4C5451;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;
  line-height: 24px;
}
.equiteq.component-22a .social-share .share-icon {
  gap: 8px;
}
.equiteq.component-22a .social-share .share-icon a {
  border: 0.82px solid #011F31;
  border-radius: 50%;
  color: #011F31;
  display: inline-flex;
  width: 48px;
  height: 48px;
  padding: 12px;
  transition: color 0.2s ease, background 0.2s ease;
}
.equiteq.component-22a .social-share .share-icon a:hover {
  background-color: #011F31;
}
.equiteq.component-22a .social-share .share-icon a:hover svg {
  color: #fff;
}

/*# sourceMappingURL=component-22a.css.map */
