body {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  color: #24053E;
}
body h1 {
  font-family: "Fraunces", serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 50px;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
body h2 {
  font-family: "Fraunces", serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 128.571%;
  margin: 0;
  color: #24053E;
}
body h3 {
  font-family: "Fraunces", serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  margin: 0;
}
body p {
  margin: 0;
}
body img {
  width: 100%;
}
body .secondary {
  color: #ffffff;
  font-family: Manrope;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.16px;
  border-bottom: 3px solid #44FFA1;
  padding-bottom: 3px;
  text-decoration: none;
  transition-delay: 0.2s;
}
body .secondary:hover {
  color: #44FFA1;
}
body .underlined {
  border-bottom: 3px solid #44FFA1;
}
body button {
  background-color: #44FFA1 !important;
  margin-top: 40px;
}
body button.primary {
  font-family: Manrope;
  font-size: 16px;
  font-weight: 700;
  line-height: 200%;
  color: #24053E;
  text-align: center;
  letter-spacing: -0.16px;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 0;
  transition-delay: 0.2s;
  border: 2px solid #44FFA1;
}
body button.primary:hover {
  color: #44FFA1;
  border: 2px solid #44FFA1;
  background-color: transparent !important;
}
body .wrap {
  overflow: hidden;
  padding-bottom: 170px;
  position: relative;
  z-index: 100;
}
@media (min-width: 768px) {
  body .wrap {
    padding-bottom: 203px;
  }
}
@media (min-width: 992px) {
  body .wrap {
    padding-bottom: 326px;
  }
}
body .feat {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
}
body .feat p {
  width: 50px;
  height: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 30.5px;
  border: 1px solid #584D62;
  color: #24053E;
  font-family: Fraunces;
  font-size: 20px;
  font-weight: 600;
  line-height: 180%;
}
body .bg-patterns {
  position: absolute;
  z-index: 999;
  width: auto;
  height: 100%;
  display: none !important;
  margin-left: -130px;
}
@media (min-width: 768px) {
  body .bg-patterns {
    display: flex !important;
  }
}
body .bg-patterns img {
  display: flex;
  flex-direction: column;
}
body .bg-patterns img.bg-p1 {
  max-width: 270px;
  align-self: center;
}
@media (min-width: 992px) {
  body .bg-patterns img.bg-p1 {
    align-self: start;
    margin-top: 100px;
  }
}
body .bg2-patterns {
  position: absolute;
  z-index: 999;
  width: auto;
  height: 100%;
  display: none !important;
  right: -60px;
}
@media (min-width: 768px) {
  body .bg2-patterns {
    display: flex !important;
  }
}
body .bg2-patterns img {
  display: flex;
  flex-direction: column;
}
body .bg2-patterns img.bg-p2 {
  max-width: 140px;
  align-self: flex-end;
  margin-bottom: 100px;
}
@media (min-width: 992px) {
  body .bg2-patterns img.bg-p2 {
    align-self: center;
    margin-top: 50px;
  }
}
body .hero {
  background-color: #24053E;
  position: relative;
}
body .hero::after {
  content: "";
  width: 150%;
  height: 0;
  padding-top: 170px;
  border-bottom-right-radius: 100%;
  border-bottom-left-radius: 100%;
  background: #24053E;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  body .hero::after {
    width: 125%;
    padding-top: 203px;
  }
}
@media (min-width: 768px) {
  body .hero::after {
    padding-top: 326px;
  }
}
body .hero header {
  margin-bottom: 70px;
  padding-top: 37px;
}
@media (min-width: 768px) {
  body .hero header {
    padding-left: 39px;
    padding-right: 39px;
    position: relative;
    z-index: 9999;
  }
}
body .hero header .logo {
  max-height: 25px;
  width: auto;
}
body .bgImage {
  position: relative;
  margin-top: -90px;
  z-index: 999;
}
@media (min-width: 768px) {
  body .bgImage {
    margin-top: -140px;
  }
}
@media (min-width: 992px) {
  body .bgImage {
    margin-top: -250px;
  }
}
body .bgImage img {
  width: 70%;
}
@media (min-width: 992px) {
  body .bgImage img {
    width: 667px;
  }
}
body .featSectionWrap {
  margin-top: -110px;
  position: relative;
  z-index: 0;
}
@media (min-width: 768px) {
  body .featSectionWrap {
    margin-top: -190px;
  }
}
body .featSectionWrap.wrap {
  padding-bottom: 70px;
}
@media (min-width: 768px) {
  body .featSectionWrap.wrap {
    padding-bottom: 103px;
  }
}
@media (min-width: 992px) {
  body .featSectionWrap.wrap {
    padding-bottom: 125px;
  }
}
body .featSectionWrap .featSection {
  text-align: center;
  padding-top: 155px;
  background-color: #FCF8FF;
  position: relative;
}
@media (min-width: 768px) {
  body .featSectionWrap .featSection {
    padding-top: 235px;
  }
}
body .featSectionWrap .featSection::after {
  content: "";
  width: 150%;
  height: 0;
  padding-top: 70px;
  border-bottom-right-radius: 100%;
  border-bottom-left-radius: 100%;
  background: #FCF8FF;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  body .featSectionWrap .featSection::after {
    width: 125%;
    padding-top: 103px;
  }
}
@media (min-width: 992px) {
  body .featSectionWrap .featSection::after {
    width: 110%;
    padding-top: 125px;
  }
}
@media (min-width: 768px) {
  body .featSectionWrap .featSection .featContent {
    text-align: left;
  }
}
@media (min-width: 992px) {
  body .featSectionWrap .featSection .featContent {
    text-align: center;
  }
}
body .featSectionWrap .featSection .featContent p {
  font-family: Manrope;
  font-size: 16px;
  font-weight: 400;
  line-height: 175%;
  color: #584D62;
  margin-top: 16px;
}
body .founder {
  padding-top: 100px;
}
@media (min-width: 768px) {
  body .founder {
    margin-top: 200px;
  }
}
body .founder .founder-col {
  position: relative;
  margin-top: -32px;
}
body .founder img {
  width: 80%;
}
@media (min-width: 768px) {
  body .founder img {
    height: auto;
    width: 150%;
    position: absolute;
    left: 0;
    top: -70%;
  }
}
@media (min-width: 992px) {
  body .founder img {
    width: 130%;
    top: -100%;
  }
}
body .founder .founderContent {
  background-color: #24053E;
  padding: 32px 30px;
  color: #ffffff;
  text-align: center;
  position: relative;
  margin-top: -80px;
}
body .founder .founderContent h2 {
  font-family: Fraunces;
  font-size: 32px;
  font-weight: 600;
  line-height: 150%;
  color: #ffffff;
}
body .founder .founderContent p {
  font-family: Manrope;
  font-size: 16px;
  font-weight: 400;
  line-height: 175%;
}
body .bg-founderPatterns {
  position: relative;
  display: none !important;
}
body .bg-founderPatterns img {
  width: 173px;
  position: absolute;
  display: flex !important;
  margin-top: -70px;
  margin-right: 60px;
}
body footer {
  padding: 74px 0;
}
body footer .logo img {
  width: auto;
  max-height: 25px;
  margin-bottom: 58px;
}
body footer .social img {
  width: auto;
  max-height: 20px;
}

/*# sourceMappingURL=styles.css.map */
