/*FOOTER*/
footer {
  display: flex;
  width: 100%;
}
footer .footer-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  min-height: 3vh;
  margin: 2.4rem 23rem;
}
footer .footer-wrapper .left-footer {
  display: flex;
  flex: 1 1 80rem;
  justify-content: flex-start;
}
footer .footer-wrapper .right-footer {
  display: flex;
  flex: 1 1 20rem;
  justify-content: flex-end;
}
footer .footer-wrapper a {
  font-size: 1.4rem;
  font-weight: 400;
}
footer .footer-wrapper h4 {
  color: #8999d1;
  font-size: 1.4rem;
  padding-right: 7rem;
}
footer .footer-wrapper svg {
  stroke: #8999d1;
  width: 24px;
  height: 24px;
  fill: #8999d1;
  stroke-width: 1.5px;
}

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

html {
  font-size: 62.5%;
  --header1: calc(3rem + 4vw); /* Main Title of the Hero Section */
  --header2: calc(1rem + 2vw); /* Subtitle of the Hero Section */
  background: #010530;
  min-height: 101vh;
  min-height: -webkit-fill-available;
  overflow-x: hidden;
}

body {
  font-family: "inter", "Red Hat Display", sans-serif;
  color: #fff;
  background: #010530;
  min-height: 101vh;
  min-height: -webkit-fill-available;
  overflow-x: hidden;
}

h2 {
  font-weight: 400;
}

h3 {
  font-size: 8.8rem;
  line-height: 3.4rem;
  font-weight: 400;
}

h4 {
  font-size: 1.4rem;
  line-height: 2.1rem;
  font-weight: 400;
}

h5 {
  line-height: 1.8rem;
  font-weight: 400;
}

/* all <a> */
a {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 100;
  text-decoration: none;
}

.wrapper {
  display: flex;
  flex-wrap: wrap;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  margin: auto;
  background-color: #010530;
  background-image: url(/img/Background-Home.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  padding-bottom: 2rem;
}

/* Hero Section */
.hero-wrapper {
  display: flex;
  width: 100%;
  margin: auto;
  padding: 0rem 4.8rem;
}

.hero {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 16vh;
  padding: 0 0 0 0;
  justify-content: center;
  align-items: center;
}
.hero h1 {
  font-size: var(--header1);
  font-weight: 600;
  padding: 0 0 2.4rem 0;
  text-align: center;
}
.hero h2 {
  font-size: var(--header2);
  font-weight: 600;
  padding: 0 0 5rem 0;
}

.hero-wrapper-coming-soon {
  display: flex;
  width: 100%;
  height: 75vh;
  margin: auto;
  padding: 0rem 4.8rem;
}

.hero {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 16vh;
  padding: 0 0 0 0;
  justify-content: center;
  align-items: center;
}
.hero h1 {
  font-size: var(--header1);
  font-weight: 600;
  padding: 0 0 2.4rem 0;
  text-align: center;
}
.hero h2 {
  font-size: var(--header2);
  font-weight: 600;
  padding: 0 0 5rem 0;
}

.hero-image {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: flex-end;
  padding: 1rem 0 0 0;
  min-height: 40vh;
  margin: 0rem 4.8rem;
}
.hero-image img {
  max-width: 30%;
  height: auto;
}

#hero-link {
  width: 100%;
}

/* Top App Bar Headers */
.top-app-bar-1 {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
  min-height: 4vh;
  margin: 0 20.8rem;
  padding: 3rem 0;
}
.top-app-bar-1 .left-box {
  display: flex;
  flex: 1 1 30rem;
  flex-direction: column;
}
.top-app-bar-1 .left-box img {
  width: 186px;
  height: 36px;
  justify-content: center;
  margin-top: 2rem;
}
.top-app-bar-1 .right-box {
  display: flex;
  flex-direction: column;
  flex: 1 1 30rem;
  justify-content: center;
  align-items: flex-end;
}
.top-app-bar-1 .right-box .mini-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 10rem;
  width: 20rem;
  background: url(/img/Download_on_the_App_Store_RGB_blk.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 1.2rem 2rem;
}
.top-app-bar-1 .right-box .mini-card a {
  display: inline-block;
}
.top-app-bar-1 .right-box .mini-card h4 {
  font-size: 1.2rem;
}
.top-app-bar-1 .right-box .mini-card h3 {
  font-size: 1.6rem;
  line-height: normal;
  font-weight: 600;
}

.top-app-bar-2 {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 1rem 0 3.5rem 0;
  min-height: 4vh;
  margin: 0rem 23rem;
}
.top-app-bar-2 h3 {
  font-size: 2.2rem;
  font-weight: 600;
  color: #8999d1;
}

/* Questions Cards */
.cards-questions {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 20.8rem;
}

.card-questions {
  display: flex;
  flex: 1 1 20rem;
  flex-direction: column;
  margin: 0 2.4rem 4.6rem 2.4rem;
  padding: 2.4rem 5rem 2.4rem 5rem;
  border: #8999d1 1px solid;
  border-radius: 16px;
}
.card-questions p {
  font-size: 1.7rem;
  color: #8999d1;
  font-weight: 400;
  line-height: 2.4rem;
  padding-bottom: 2rem;
}
.card-questions h5 {
  font-size: 2.8rem;
  line-height: 4rem;
  padding: 2.4rem 0 2.4rem 0;
  font-weight: 600;
  color: #8999d1;
}

/* INTRO CARDS */
#flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex: 1 1 40rem;
}

.cards-intro {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 20.8rem;
}

.card-intro {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex: 1 1 400rem;
  min-height: 20vh;
  margin: 0 2.4rem 4.6rem 2.4rem;
  padding: 2.4rem 5rem 3.2rem 5rem;
  border-radius: 16px;
  background: #fff;
  background-position: 65%, right;
  background-repeat: no-repeat;
  background-size: 20%;
}
.card-intro p {
  font-size: 4.6rem;
  line-height: 5.5rem;
  font-weight: 600;
  color: #6276c2;
  padding-bottom: 2rem;
}
.card-intro h5 {
  font-size: 1.7rem;
  font-weight: 600;
  color: #6276c2;
  padding-top: 2.4rem;
}

/* HIGHLIGHTS CARDS */
.cards-highlights {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 20.8rem;
}

.card-highlights {
  display: flex;
  flex: 1 1 20rem;
  flex-direction: column;
  margin: 0 2.4rem 4.6rem 2.4rem;
  padding: 2.4rem 5rem 3.2rem 5rem;
  background-color: #6276c2;
  border-radius: 16px;
}
.card-highlights p {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 3.6rem;
  padding-bottom: 2rem;
}
.card-highlights h5 {
  font-size: 1.7rem;
  font-weight: 600;
  padding: 2.4rem 0 0.4rem 0;
}

/* MOBILE VERSION */
@media screen and (max-width: 768px) {
  .hero-wrapper-coming-soon {
    height: 81vh;
  }
  /* BARS */
  .top-app-bar-1 {
    margin: 0rem 1.6rem;
    padding: 3rem 0;
  }
  .top-app-bar-1 img {
    width: 140px;
    height: 27px;
  }
  .top-app-bar-1 .left-box h4 {
    display: none;
  }
  .top-app-bar-1 .left-box h3 {
    display: none;
  }
  .top-app-bar-1 .right-box .mini-card {
    height: 8rem;
    width: 15rem;
    background-size: 150px 50px;
  }
  .top-app-bar-2 {
    margin: 0rem 1.6rem;
  }
  /* HERO */
  .hero-wrapper {
    padding: 0;
  }
  .hero-image {
    min-height: 20vh;
  }
  .hero-image img {
    max-width: 70%;
    height: auto;
  }
  .hero h1 {
    padding-bottom: 1rem;
  }
  .hero h2 {
    text-align: center;
  }
  /* CARDS INTRO */
  .cards-intro {
    margin: 0 0.8rem;
  }
  .card-intro {
    margin: 0 0.8rem 3rem 0.8rem;
    padding: 1.6rem 3.4rem 2.2rem 3.4rem;
    min-height: 10vh;
  }
  .card-intro h5 {
    font-size: 1.7rem;
    line-height: 2.6rem;
  }
  .card-intro p {
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 3.6rem;
    padding-bottom: 2rem;
  }
  /* CARDS HIGHLIGHTS */
  .cards-highlights {
    margin: 0 0.8rem;
  }
  .card-highlights {
    margin: 0 0.8rem 3rem 0.8rem;
    padding: 1.6rem 3.4rem 2.2rem 3.4rem;
  }
  .cards-questions {
    margin: 0rem 0.8rem;
  }
  .card-questions {
    margin: 0 0.8rem 3.2rem 0.8rem;
    padding: 1.6rem 3.4rem 2.2rem 3.4rem;
  }
  .card-questions p {
    padding-bottom: 1.3rem;
  }
  .card-questions h5 {
    padding: 1.3rem 0 2.4rem 0;
  }
  /* FOOTER */
  footer {
    display: flex;
    width: 100%;
  }
  footer .footer-wrapper {
    margin: 0rem 1.6rem;
  }
  footer .footer-wrapper h4 {
    padding-right: 3rem;
  }
}
/* TABLET VERSION */
@media screen and (max-width: 1180px) and (min-width: 768px) {
  /* BARS */
  .top-app-bar-1 {
    margin: 0rem 3.2rem;
  }
  .top-app-bar-2 {
    margin: 0rem 3.2rem;
  }
  /* HERO */
  .hero-wrapper {
    padding: 0;
  }
  .hero-image img {
    max-width: 40%;
    height: auto;
  }
  /* CARDS QUESTIONS*/
  .cards-questions {
    margin: 0rem 1.6rem;
  }
  .card-questions {
    margin: 0 1.6rem 3.2rem 1.6rem;
    padding: 1.6rem 3.4rem 2.2rem 3.4rem;
  }
  .card-questions p {
    padding-bottom: 1.3rem;
  }
  .card-questions h5 {
    padding: 1.3rem 0 2.4rem 0;
  }
  /* CARDS HIGHLIGHTS */
  .cards-highlights {
    margin: 0 1.6rem 0rem 1.6rem;
  }
  .card-highlights {
    margin: 0 1.6rem 3.2rem 1.6rem;
    padding: 1.6rem 3.4rem 2.2rem 3.4rem;
  }
  /* CARDS INTRO */
  .cards-intro {
    margin: 0 1.6rem 0rem 1.6rem;
  }
  .card-intro {
    margin: 0 1.6rem 3.2rem 1.6rem;
    padding: 1.6rem 3.4rem 2.2rem 3.4rem;
    min-height: 10vh;
  }
  /* FOOTER */
  footer {
    display: flex;
    width: 100%;
  }
  footer .footer-wrapper {
    margin: 2.4rem 3.2rem;
  }
  footer .footer-wrapper h4 {
    padding-right: 4rem;
  }
}/*# sourceMappingURL=style.css.map */