@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,300;9..144,400;9..144,500;9..144,600;9..144,700;9..144,800&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

input,
button,
textarea,
select {
  font: inherit;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  display: inline-block;
}

.footer .footer__inner, .founder__inner, .articles__inner, .hero .hero__inner {
  padding-left: 10.313rem;
  padding-right: 10.313rem;
}
@media (max-width: 1040px) {
  .footer .footer__inner, .founder__inner, .articles__inner, .hero .hero__inner {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 576px) {
  .footer .footer__inner, .founder__inner, .articles__inner, .hero .hero__inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

body {
  min-height: 100vh;
  overflow-x: hidden;
  font-family: "Manrope", sans-serif;
}

html {
  overflow-x: hidden;
}

h1 {
  font-size: 5rem;
  color: hsl(0, 0%, 100%);
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 1040px) {
  h1 {
    font-size: 3.75rem;
  }
}
@media (max-width: 576px) {
  h1 {
    font-size: 3rem;
  }
}

h1,
h2 {
  font-family: "Fraunces", serif;
}

a {
  font-size: 1.125rem;
  color: hsl(0, 0%, 100%);
  display: inline-block;
}
@media (max-width: 1040px) {
  a {
    font-size: 1rem;
  }
}

.button {
  background-color: #44FFA1;
  color: #24053E;
  font-weight: 700;
  padding: 0.95rem 1.85rem;
  border: 2px solid transparent;
  transition: all 300ms ease;
}
@media (max-width: 1040px) {
  .button {
    padding: 0.85rem 1.3rem;
  }
}
.button:hover, .button:focus {
  border: 2px solid #44FFA1;
  background-color: transparent;
  color: #44FFA1;
}

.underline {
  position: relative;
}
.underline::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -5px;
  height: 3px;
  background-color: #44FFA1;
  width: 100%;
}

.underline-heading {
  position: relative;
}
.underline-heading::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 7px;
  height: 3px;
  background-color: #44FFA1;
  width: 100%;
}
@media (max-width: 1040px) {
  .underline-heading {
    position: relative;
  }
  .underline-heading::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 5px;
    height: 3px;
    background-color: #44FFA1;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .underline-heading {
    position: relative;
  }
  .underline-heading::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 3px;
    height: 3px;
    background-color: #44FFA1;
    width: 100%;
  }
}

p {
  font-size: 1.125rem;
}
@media (max-width: 1040px) {
  p {
    font-size: 1rem;
  }
}

.hero {
  min-height: 73.5vh;
  position: relative;
  z-index: 1;
}
@media (max-width: 1040px) {
  .hero {
    min-height: 54.5vh;
  }
}
@media (max-width: 576px) {
  .hero {
    min-height: 48.5vh;
  }
}
.hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #24053E;
  border-radius: 0% 0% 50% 50%/0% 0% 100% 100%;
  transform: scaleX(2.35);
  z-index: -2;
}
@media (max-width: 1040px) {
  .hero::after {
    transform: scaleX(2.7);
  }
}
@media (max-width: 576px) {
  .hero::after {
    transform: scaleX(3.6);
  }
}
.nav {
  padding-top: 3.563rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1040px) {
  .nav {
    padding-top: 2.3rem;
  }
}
.nav .nav__button {
  transition: color 300ms ease;
}
.nav .nav__button:hover, .nav .nav__button:focus {
  color: #44FFA1;
}

.hero__title-box {
  text-align: center;
  width: 45%;
  position: absolute;
  left: 50%;
  top: 28%;
  transform: translate(-50%, -28%);
}
@media (max-width: 1040px) {
  .hero__title-box {
    width: 60%;
    transform: translate(-50%, -13%);
  }
}
@media (max-width: 576px) {
  .hero__title-box {
    width: 100%;
    transform: translate(-50%, -2%);
  }
}
.hero__title-box .button {
  margin-top: 2.5rem;
}

.decorative__image-one {
  position: absolute;
  top: 16%;
  left: -9.5%;
}
@media (max-width: 1040px) {
  .decorative__image-one {
    top: 14%;
    left: -29.5%;
  }
}
@media (max-width: 576px) {
  .decorative__image-one {
    display: none;
  }
}

.decorative__image-two {
  position: absolute;
  top: 43%;
  right: -3.3%;
}
@media (max-width: 1040px) {
  .decorative__image-two {
    top: 46%;
    right: -12%;
  }
}
@media (max-width: 576px) {
  .decorative__image-two {
    display: none;
  }
}

.hero__image {
  max-width: 767px;
  position: absolute;
  bottom: -25%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 9999;
}
@media (max-width: 1040px) {
  .hero__image {
    width: 514px;
    transform: translate(-50%, 4%);
  }
}
@media (max-width: 576px) {
  .hero__image {
    max-width: 20rem;
    transform: translate(-50%, -16%);
  }
}

.articles__inner {
  padding-top: 22rem;
  padding-bottom: 10.725rem;
  background-color: #FCF8FF;
  transform: translateY(-5rem);
  z-index: 1;
  clip-path: ellipse(118% 100% at 50% 0%);
}
@media (max-width: 1040px) {
  .articles__inner {
    padding-top: 17.6rem;
    padding-botom: 7rem;
    padding-left: 6rem;
    padding-right: 6rem;
    clip-path: ellipse(185% 100% at 50% 0%);
  }
}
@media (max-width: 576px) {
  .articles__inner {
    padding-top: 14.5rem;
    padding-bottom: 4.8rem;
    padding-left: 1rem;
    padding-right: 1rem;
    clip-path: ellipse(255% 100% at 50% 0%);
  }
}

.articles__container {
  display: flex;
  text-align: center;
}
@media (max-width: 1040px) {
  .articles__container {
    text-align: left;
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  .articles__container {
    text-align: center;
  }
}
.articles__container .articles__box {
  flex-basis: 33.33%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1040px) {
  .articles__container .articles__box {
    flex-basis: 100%;
    flex-direction: row;
  }
}
@media (max-width: 576px) {
  .articles__container .articles__box {
    flex-direction: column;
  }
}
.articles__container .articles__box:not(:last-child) {
  margin-right: 1.5rem;
}
@media (max-width: 1040px) {
  .articles__container .articles__box:not(:last-child) {
    margin-right: 0;
    margin-bottom: 3rem;
  }
}
@media (max-width: 576px) {
  .articles__container .articles__box:not(:last-child) {
    margin-bottom: 2.7rem;
  }
}
.articles__container .articles__box .article__title {
  font-size: 2rem;
  margin-bottom: 1.725rem;
  color: #24053E;
}
@media (max-width: 1040px) {
  .articles__container .articles__box .article__title {
    font-size: 1.75rem;
    margin-bottom: 0.9rem;
  }
}
.articles__container .articles__box .article__text {
  font-weight: 400;
  color: #584D62;
}
.articles__container .articles__box .article__number {
  font-family: "Fraunces", serif;
  font-size: 20px;
  border: solid 1px #584D62;
  border-radius: 100ch;
  width: 56px;
  height: 56px;
  line-height: 56px;
  display: inline-block;
  margin-bottom: 3.25rem;
  text-align: center;
}
@media (max-width: 1040px) {
  .articles__container .articles__box .article__number {
    font-size: 24px;
    margin-right: 2rem;
    margin-bottom: 0;
    padding: 0 1.3rem;
  }
  .articles__container .articles__box .article__number:nth-of-type(1) {
    flex-basis: 11.5%;
  }
}
@media (max-width: 576px) {
  .articles__container .articles__box .article__number {
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
}
.articles__container .articles__box .article__inner_container {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1040px) {
  .articles__container .articles__box .article__inner_container {
    flex-basis: auto;
  }
}

.founder__inner {
  padding-top: 12.725rem;
  display: flex;
  flex-direction: row-reverse;
  position: relative;
}
@media (max-width: 1040px) {
  .founder__inner {
    padding-top: 11rem;
  }
}
@media (max-width: 576px) {
  .founder__inner {
    padding-top: 15.5rem;
  }
}

.founder__image {
  position: absolute;
  max-width: 29.813rem;
  left: 11.5%;
  top: 5%;
}
@media (max-width: 1040px) {
  .founder__image {
    max-width: 17.563rem;
    left: 4.7%;
    top: 5%;
  }
}
@media (max-width: 576px) {
  .founder__image {
    left: 12.5%;
    top: 3%;
  }
}

.founder__text-box {
  background-color: #24053E;
  max-width: 45.625rem;
  z-index: 999;
  padding: 4rem;
  padding-top: 3.6rem;
  position: relative;
}
@media (max-width: 1040px) {
  .founder__text-box {
    max-width: 32.125rem;
    padding: 3.6rem 4rem;
  }
}
@media (max-width: 576px) {
  .founder__text-box {
    padding: 2rem 1.85rem;
    text-align: center;
  }
}
.founder__text-box .founder__title {
  font-size: 3.125rem;
  color: hsl(0, 0%, 100%);
  margin-bottom: 1.5rem;
}
@media (max-width: 1040px) {
  .founder__text-box .founder__title {
    font-size: 41px;
  }
}
@media (max-width: 576px) {
  .founder__text-box .founder__title {
    font-size: 2rem;
  }
}
.founder__text-box .founder__text {
  color: hsl(0, 0%, 100%);
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 2rem;
}
.founder__text-box .decorative__image-three {
  position: absolute;
  bottom: -16%;
  right: 9.8%;
}
@media (max-width: 1040px) {
  .founder__text-box .decorative__image-three {
    bottom: -25%;
    right: 2%;
  }
}
@media (max-width: 576px) {
  .founder__text-box .decorative__image-three {
    display: none;
  }
}

.footer {
  padding-top: 7.5rem;
  padding-bottom: 6.5rem;
}
@media (max-width: 1040px) {
  .footer {
    padding-top: 5rem;
  }
}
@media (max-width: 576px) {
  .footer {
    padding-top: 4.7rem;
    padding-bottom: 4rem;
  }
}
.footer .footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer .footer__inner .footer__logo {
  margin-bottom: 3.5rem;
}
.footer .footer__inner .footer__socials .icon:not(:last-child) {
  margin-right: 1.5rem;
}
.footer .footer__inner .footer__socials i {
  font-size: 1.45rem;
  color: #584D62;
  transition: all 300ms ease;
}
.footer .footer__inner .footer__socials i:hover, .footer .footer__inner .footer__socials i:focus {
  color: #24053E;
}

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