@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;600;700&display=swap");
/* line 4, ../scss/home.scss */
body {
  background-color: #f5f5f5;
}

/* line 9, ../scss/home.scss */
header .wrapper-header {
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
  position: relative;
}
/* line 14, ../scss/home.scss */
header .wrapper-header .right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
  width: 100%;
  max-width: 600px;
}
/* line 19, ../scss/home.scss */
header .wrapper-header .right ul {
  display: flex;
  gap: 30px;
}
/* line 22, ../scss/home.scss */
header .wrapper-header .right ul li {
  color: #452665;
  font-weight: 300;
  cursor: pointer;
}
@media screen and (max-width: 770px) {
  /* line 14, ../scss/home.scss */
  header .wrapper-header .right {
    display: none;
  }
}
/* line 31, ../scss/home.scss */
header .wrapper-header .right.open {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 100px;
  background-color: white;
  padding: 30px;
  border-radius: 10px;
}
/* line 38, ../scss/home.scss */
header .wrapper-header .right.open ul {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1280px) {
  /* line 44, ../scss/home.scss */
  header .wrapper-header .menu-mobile {
    display: none;
  }
}

/* line 53, ../scss/home.scss */
main .wrapper-content {
  display: flex;
  padding: 100px 0;
}
/* line 57, ../scss/home.scss */
main .wrapper-content .left {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 30px;
}
/* line 60, ../scss/home.scss */
main .wrapper-content .left .learn {
  display: flex;
  gap: 10px;
  background-color: #562f7e;
  padding: 5px 20px;
  max-width: 520px;
  border-radius: 30px;
}
/* line 67, ../scss/home.scss */
main .wrapper-content .left .learn p {
  color: white;
  font-weight: 300;
  opacity: .5;
}
/* line 72, ../scss/home.scss */
main .wrapper-content .left .learn span {
  color: white;
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
}
@media screen and (max-width: 770px) {
  /* line 72, ../scss/home.scss */
  main .wrapper-content .left .learn span {
    opacity: .5;
  }
}
@media screen and (max-width: 599px) {
  /* line 60, ../scss/home.scss */
  main .wrapper-content .left .learn {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  /* line 60, ../scss/home.scss */
  main .wrapper-content .left .learn {
    display: flex;
    gap: 5px;
  }
}
/* line 92, ../scss/home.scss */
main .wrapper-content .left h1 {
  color: #452665;
  font-weight: 700;
  font-size: 50px;
}
@media screen and (max-width: 770px) {
  /* line 92, ../scss/home.scss */
  main .wrapper-content .left h1 {
    color: #452665;
    text-align: center;
    font-weight: 700;
    font-size: 50px;
  }
}
/* line 100, ../scss/home.scss */
main .wrapper-content .left p {
  color: #452665;
  font-weight: 300;
  line-height: 1.5;
}
@media screen and (max-width: 770px) {
  /* line 100, ../scss/home.scss */
  main .wrapper-content .left p {
    color: #452665;
    text-align: center;
    font-weight: 300;
  }
}
/* line 110, ../scss/home.scss */
main .wrapper-content .left .wrapper-input input {
  height: 50px;
  border-radius: 5px;
  border: 1px solid #c4c4c4;
  width: 100%;
  max-width: 400px;
  margin-right: 30px;
  padding-left: 30px;
}
/* line 120, ../scss/home.scss */
main .wrapper-content .left .wrapper-input input::placeholder {
  color: #c4c4c4;
  font-weight: 400;
}
@media screen and (max-width: 599px) {
  /* line 109, ../scss/home.scss */
  main .wrapper-content .left .wrapper-input {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
}
@media screen and (max-width: 770px) {
  /* line 109, ../scss/home.scss */
  main .wrapper-content .left .wrapper-input {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
@media screen and (max-width: 770px) {
  /* line 57, ../scss/home.scss */
  main .wrapper-content .left {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
  }
}
@media screen and (max-width: 770px) {
  /* line 139, ../scss/home.scss */
  main .wrapper-content .right {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  /* line 53, ../scss/home.scss */
  main .wrapper-content {
    display: flex;
    flex-direction: column;
    padding: 0 0 30px;
  }
}
@media screen and (max-width: 599px) {
  /* line 53, ../scss/home.scss */
  main .wrapper-content {
    padding: 50px 0;
  }
}

/* line 158, ../scss/home.scss */
footer .wrapper-footer p {
  color: #000;
  font-weight: 500;
  margin-bottom: 15px;
}
/* line 163, ../scss/home.scss */
footer .wrapper-footer ul {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 599px) {
  /* line 163, ../scss/home.scss */
  footer .wrapper-footer ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 5px;
  }
}

/* line 175, ../scss/home.scss */
.join {
  background-color: #562f7e;
  height: 50px;
  width: 100%;
  max-width: 150px;
  border-radius: 5px;
}
/* line 182, ../scss/home.scss */
.join span {
  color: white;
  font-weight: 500;
}
/* line 186, ../scss/home.scss */
.join:hover {
  opacity: 0.5;
}
@media screen and (max-width: 599px) {
  /* line 175, ../scss/home.scss */
  .join {
    max-width: 100%;
  }
}
