.equiteq.component-26b {
  position: relative;
  padding-block: 4rem;
}
.equiteq.component-26b::before {
  content: "";
  position: absolute;
  display: block;
  width: 100vw;
  height: 100%;
  top: 0;
  left: calc((100vw - 100%) / -2);
  background-color: #FFF;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  z-index: -1;
}
@media (min-width: 992px) {
  .equiteq.component-26b {
    height: 100%;
  }
  .equiteq.component-26b::before {
    height: 100%;
  }
}
.equiteq.component-26b .callout-container {
  padding: 1rem;
  background-color: var(--eq-background-color, #FFFCF5);
  border-radius: 20px;
  position: relative;
}
@media (min-width: 992px) {
  .equiteq.component-26b .callout-container {
    padding: 4rem;
  }
}
.equiteq.component-26b .heading {
  color: var(--eq-heading-color, #4C5451);
  font-family: "Syne", sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  text-wrap: pretty;
  text-align: left;
  text-transform: capitalize;
  margin-block-end: 1rem;
}
@media (min-width: 992px) {
  .equiteq.component-26b .heading {
    font-size: 48px;
    line-height: 56px;
  }
}
.equiteq.component-26b .subheading {
  color: var(--eq-subheading-color, #4C5451);
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
  text-wrap: pretty;
  text-align: left;
  margin-block-end: 2rem;
}
.equiteq.component-26b .subheading p {
  margin: 0;
}
.equiteq.component-26b .subheading strong {
  font-weight: 600;
}
.equiteq.component-26b .cta-group {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 1rem;
}
@media (min-width: 992px) {
  .equiteq.component-26b .cta-group {
    flex-direction: row;
  }
}
.equiteq.component-26b .cta-group .btn {
  color: var(--eq-text-color, #FFF);
  text-align: center;
  font-family: var(--Font-Family-DM-Sans, "DM Sans");
  font-size: var(--Font-Sizes-font-sm, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  padding: 1rem;
  border-radius: 5px;
}
.equiteq.component-26b .cta-group .btn-lime {
  background-color: #BFE846;
  border: 1px solid #BFE846;
  color: #011C1A;
}
.equiteq.component-26b .cta-group .btn-bg-transparent {
  background-color: transparent;
  border: 1px solid #BFE846;
  color: #FFF;
}
.equiteq.component-26b .image-container {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  padding-block-start: 2rem;
}
@media (min-width: 992px) {
  .equiteq.component-26b .image-container {
    background-image: var(--eq-background-image);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding-block-start: 0;
  }
}
.equiteq.component-26b .image-container > img {
  display: block;
  width: 100%;
  height: auto;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media (min-width: 992px) {
  .equiteq.component-26b .image-container > img {
    display: none;
  }
}

/*# sourceMappingURL=component-26b.css.map */
