@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&family=Rubik&display=swap" rel="stylesheet"');
:root {
  --border-radius: 5rem;
  --max-width: 112rem;
}

@media only screen and (max-width: 1120px) {
  :root {
    --border-radius: 0;
  }
}

.heading-primary {
  font-family: "Montserrat", sans-serif;
  font-size: 8rem;
  font-weight: 600;
  color: #212353;
}

@media only screen and (max-width: 750px) {
  .heading-primary {
    font-size: 6rem;
  }
}

.heading-secondary {
  font-family: "Montserrat", sans-serif;
  font-size: 4rem;
  color: #212353;
  font-weight: bold;
  line-height: 1;
}

@media only screen and (max-width: 750px) {
  .heading-secondary {
    font-size: 3rem;
  }
}

.heading-tertiary {
  font-family: "Montserrat", sans-serif;
  font-size: 2.4rem;
  color: #212353;
  font-weight: 500;
}

@media only screen and (max-width: 750px) {
  .heading-tertiary {
    font-size: 2rem;
  }
}

.text-primary {
  font-family: "Rubik", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  color: #4b5d68;
}

@media only screen and (max-width: 750px) {
  .text-primary {
    font-size: 1.6rem;
  }
}

.text-secondary {
  font-family: "Rubik", sans-serif;
  font-size: 1.6rem;
  color: #4b5d68;
  font-weight: 400;
}

@media only screen and (max-width: 750px) {
  .text-secondary {
    font-size: 1.5rem;
  }
}

.btn-primary {
  padding: 1.7rem 4rem;
  border-radius: 10rem;
  display: inline-block;
  background-color: #9c69e2;
  color: white;
  font-family: "Rubik", sans-serif;
  text-transform: capitalize;
  font-size: 1.8rem;
  text-align: center;
  font-weight: 400;
  margin-top: 5rem;
}

@media only screen and (max-width: 750px) {
  .btn-primary {
    font-size: 1.7rem;
    padding: 1.7rem 3rem;
  }
}

@media only screen and (max-width: 620px) {
  .btn-primary {
    font-size: 1.5rem;
    padding: 1.5rem 3.2rem;
  }
}

.btn-secondary {
  padding: 1.7rem 4rem;
  border-radius: 10rem;
  display: inline-block;
  background-color: #9c69e2;
  color: white;
  font-family: "Rubik", sans-serif;
  text-transform: capitalize;
  font-size: 1.8rem;
  text-align: center;
  font-weight: 400;
  background-color: #f063b8;
}

@media only screen and (max-width: 750px) {
  .btn-secondary {
    font-size: 1.7rem;
    padding: 1.7rem 3rem;
  }
}

@media only screen and (max-width: 620px) {
  .btn-secondary {
    font-size: 1.5rem;
    padding: 1.5rem 3.2rem;
  }
}

.btn-white {
  padding: 1.7rem 4rem;
  border-radius: 10rem;
  display: inline-block;
  background-color: #9c69e2;
  color: white;
  font-family: "Rubik", sans-serif;
  text-transform: capitalize;
  font-size: 1.8rem;
  text-align: center;
  font-weight: 400;
  background-color: white;
  color: #212353;
}

@media only screen and (max-width: 750px) {
  .btn-white {
    font-size: 1.7rem;
    padding: 1.7rem 3rem;
  }
}

@media only screen and (max-width: 620px) {
  .btn-white {
    font-size: 1.5rem;
    padding: 1.5rem 3.2rem;
  }
}

.mt-2 {
  margin-top: 2rem;
}

.navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 1rem 10rem;
  margin: 0 auto;
  position: fixed;
  background-color: white;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 100;
  -webkit-box-shadow: 0px 5px 5px rgba(75, 93, 104, 0.1);
          box-shadow: 0px 5px 5px rgba(75, 93, 104, 0.1);
}

@media only screen and (max-width: 1120px) {
  .navbar {
    padding: 1rem 3.4rem;
  }
}

@media only screen and (max-width: 420px) {
  .navbar {
    padding: 1rem;
  }
}

.navbar-wrapper {
  background-color: white;
}

.navbar__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media only screen and (max-width: 880px) {
  .navbar__left {
    padding: 1rem;
  }
}

.navbar__right {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  height: 100%;
  padding: 1rem;
}

.navbar__logo {
  height: 3.5rem;
}

@media only screen and (max-width: 420px) {
  .navbar__logo {
    height: 2.4rem;
  }
}

.navbar__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 1rem 2rem;
  border-radius: 10rem;
  -webkit-box-shadow: 0px 5px 5px rgba(75, 93, 104, 0.1);
          box-shadow: 0px 5px 5px rgba(75, 93, 104, 0.1);
  text-transform: capitalize;
  font-size: 1.6rem;
  color: #212353 !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.navbar__btn svg {
  width: 2.8rem;
  margin-left: 1.4rem;
  color: #9c69e2;
}

.navbar__btn:hover {
  -webkit-box-shadow: 0px 5px 10px rgba(75, 93, 104, 0.4);
          box-shadow: 0px 5px 10px rgba(75, 93, 104, 0.4);
}

@media only screen and (max-width: 880px) {
  .navbar__btn {
    display: none;
  }
}

.navbar__link {
  display: inline-block;
  color: currentColor;
  padding: 1rem 1.6rem;
  margin: 0 0.2rem;
  text-transform: capitalize;
  font-weight: medium;
}

.navbar__link:hover {
  color: #9c69e2;
}

.navbar__list {
  margin-left: 4rem;
  font-size: 1.6rem;
  color: #4b5d68;
}

@media only screen and (max-width: 880px) {
  .navbar__list {
    display: none;
  }
}

.navbar-toggle-btn {
  color: #4b5d68;
  width: 3.2rem;
  height: 3.2rem;
  background: white;
  border: none;
}

.navbar-toggle-btn:hover {
  cursor: pointer;
}

@media screen and (max-width: 880px) {
  .navbar-toggle-btn {
    display: block;
  }
}

.navbar-toggle {
  border: none !important;
  outline: none !important;
  display: none;
}

@media screen and (max-width: 880px) {
  .navbar-toggle {
    display: block;
  }
}

.navbar-mobile {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-100vh);
          transform: translateY(-100vh);
  height: 100vh;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1000;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.navbar-mobile > a {
  font-size: 2rem;
  display: inline-block;
  margin: 1rem 0;
}

.navbar-close {
  position: absolute;
  top: 4rem;
  right: 4rem;
  font-size: 3rem;
}

.navbar-close:hover {
  color: red;
  cursor: pointer;
}

.navbar-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 4rem 2rem;
  position: relative;
  margin-bottom: 15rem;
  margin-top: 5rem;
}

@media only screen and (max-width: 1120px) {
  .hero {
    padding: 4rem 3.4rem;
  }
}

@media only screen and (max-width: 750px) {
  .hero {
    padding: 4rem 6rem;
    margin-bottom: 8rem;
  }
}

@media only screen and (max-width: 750px) {
  .hero {
    padding: 4rem;
    margin-bottom: 4rem;
  }
}

.hero__left {
  z-index: 10;
}

.hero h1 {
  line-height: 1;
  padding: 1rem 0;
  margin-top: 4rem;
  max-width: 70%;
}

@media only screen and (max-width: 950px) {
  .hero h1 {
    max-width: 80%;
  }
}

@media only screen and (max-width: 750px) {
  .hero h1 {
    width: 95%;
    font-size: 7rem;
  }
}

@media only screen and (max-width: 620px) {
  .hero h1 {
    width: 100%;
    font-size: 5rem;
  }
}

@media only screen and (max-width: 420px) {
  .hero h1 {
    width: 100%;
    font-size: 4rem;
  }
}

.hero p {
  margin-top: 5rem;
  width: 32%;
  line-height: 1.4;
}

@media only screen and (max-width: 950px) {
  .hero p {
    width: 40%;
  }
}

@media only screen and (max-width: 750px) {
  .hero p {
    width: 70%;
  }
}

@media only screen and (max-width: 750px) {
  .hero p {
    width: 100%;
  }
}

@media only screen and (max-width: 620px) {
  .hero p {
    margin-top: 2rem;
  }
}

.hero__img {
  position: absolute;
  left: 32%;
  top: 16%;
  z-index: -1;
  width: 80.5rem;
  margin-top: 10rem;
}

@media only screen and (max-width: 950px) {
  .hero__img {
    width: 60rem;
    top: 38%;
  }
}

@media only screen and (max-width: 750px) {
  .hero__img {
    display: none;
  }
}

.hero .btn-primary {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.hero .btn-primary:hover {
  -webkit-box-shadow: 0px 5px 10px rgba(75, 93, 104, 0.4);
          box-shadow: 0px 5px 10px rgba(75, 93, 104, 0.4);
}

.about {
  max-width: var(--max-width);
  width: 100%;
  margin: 0 auto;
  background-color: rgba(240, 99, 184, 0.15);
  padding: 3rem 1rem;
  border-radius: var(--border-radius);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 880px) {
  .about {
    padding: 3rem 2rem 3rem 0.5rem;
  }
}

@media only screen and (max-width: 750px) {
  .about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    padding: 3rem 2rem;
  }
}

.about__right {
  margin-left: 4rem;
}

@media only screen and (max-width: 750px) {
  .about__right {
    padding: 3rem;
    margin: 0;
  }
}

@media only screen and (max-width: 620px) {
  .about__right {
    padding: 1.8rem;
  }
}

.about__right p {
  width: 80%;
  margin-top: 4rem;
  line-height: 1.6;
}

@media only screen and (max-width: 750px) {
  .about__right p {
    margin: 3rem auto 0 auto;
    widows: 100%;
  }
}

.about__img {
  width: 40rem;
}

@media only screen and (max-width: 880px) {
  .about__img {
    width: 35rem;
  }
}

@media only screen and (max-width: 750px) {
  .about__img {
    width: 30rem;
    margin-bottom: 2rem;
  }
}

.features {
  max-width: var(--max-width);
  margin: 15rem auto 0 auto;
}

.features .heading-secondary {
  text-align: center;
}

@media only screen and (max-width: 750px) {
  .features .heading-secondary {
    margin-bottom: 2rem;
  }
}

.features .text-primary {
  text-align: center;
  width: 50%;
  min-width: 40rem;
  margin: 2rem auto 0 auto;
}

@media only screen and (max-width: 750px) {
  .features .text-primary {
    margin-bottom: 4rem;
    min-width: 30rem;
  }
}

.features .features__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(50rem, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(50rem, 1fr));
  gap: 5rem;
  margin-top: 4rem;
  width: 100%;
}

@media only screen and (max-width: 1120px) {
  .features .features__grid {
    padding: 1rem 2rem;
    -ms-grid-columns: (minmax(40rem, 1fr))[auto-fill];
        grid-template-columns: repeat(auto-fill, minmax(40rem, 1fr));
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3rem;
  }
}

@media only screen and (max-width: 880px) {
  .features .features__grid {
    max-width: 65rem;
    margin: 0 auto;
    gap: 4rem;
  }
}

.features__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 2rem 1rem;
}

@media only screen and (max-width: 1120px) {
  .features__card {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.features__card__img {
  width: 20rem !important;
  height: 20rem !important;
}

.features__card__info {
  margin-left: 2rem;
}

.features__card__info .text-secondary {
  text-justify: left;
  width: 70%;
  min-width: 16rem;
  margin-bottom: 2.6rem;
  margin-top: 2rem;
  line-height: 1.6;
}

@media only screen and (max-width: 1120px) {
  .features__card__info .text-secondary {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}

.features__card__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 5px;
  font-size: 1.6rem;
  color: #212353;
}

.features__card__link svg {
  margin-left: 1rem;
  width: 3.2rem;
  color: #9c69e2;
}

.features__card__link:hover {
  color: #9c69e2;
}

.testimonials {
  padding: 7rem 4rem 4rem 4rem;
  background-color: #9c69e2;
  border-radius: var(--border-radius);
  margin: 10rem auto 0 auto;
  max-width: var(--max-width);
}

@media only screen and (max-width: 620px) {
  .testimonials {
    padding: 5rem 2rem 2rem 2rem;
  }
}

.testimonials .heading-secondary {
  color: white;
  text-transform: capitalize;
}

.testimonials-sliders {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 4rem;
}

.testimonials-sliders:hover {
  cursor: -webkit-grab;
  cursor: grab;
}

.testimonials__card {
  background-color: white;
  border-radius: 2rem;
  padding: 6rem 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 100%;
  width: 80vw !important;
  -webkit-box-shadow: 0px 20px 8px rgba(156, 105, 226, 0.3);
          box-shadow: 0px 20px 8px rgba(156, 105, 226, 0.3);
  text-align: center;
}

@media only screen and (max-width: 880px) {
  .testimonials__card {
    padding: 4rem 3rem;
  }
}

@media only screen and (max-width: 520px) {
  .testimonials__card {
    text-align: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 3rem;
  }
}

.testimonials__card-box {
  padding: 0 8rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 880px) {
  .testimonials__card-box {
    padding: 0 5rem;
  }
}

@media only screen and (max-width: 750px) {
  .testimonials__card-box {
    padding: 0 3rem;
  }
}

@media only screen and (max-width: 420px) {
  .testimonials__card-box {
    padding: 0 1.4rem;
  }
}

.testimonials__points {
  margin-top: 4rem;
  margin-bottom: 2rem;
}

.testimonials__info {
  margin-left: 2rem;
}

.testimonials .user__img {
  height: 6rem;
  width: 6rem;
  border-radius: 70rem;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 520px) {
  .testimonials .user__img {
    height: 4.2rem;
    width: 4.2rem;
    margin-left: 1.6rem;
  }
}

.testimonials .username {
  font-size: 1.8rem;
  font-weight: 600;
}

@media only screen and (max-width: 620px) {
  .testimonials .username {
    font-size: 1.6rem;
    width: 100%;
  }
}

.testimonials .user-email {
  color: #9c69e2;
  margin-top: 0.5px;
  font-size: 1.4rem;
}

.testimonials .user-comment {
  margin-top: 2rem;
  line-height: 1.6;
  font-size: 1.8rem;
  width: 80%;
  margin: 2rem auto 0 auto;
}

@media only screen and (max-width: 750px) {
  .testimonials .user-comment {
    font-weight: 400;
    width: 95%;
  }
}

@media only screen and (max-width: 520px) {
  .testimonials .user-comment {
    font-size: 1.4rem;
    width: 100%;
  }
}

.dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.dot-link {
  background-color: white;
  width: 1rem;
  height: 1rem;
  border-radius: 5rem;
  margin: 0 0.3rem;
  cursor: pointer;
}

.dot-link-active {
  background-color: #f063b8 !important;
}

.arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: var(--max-width);
  margin: 10rem auto 0 auto;
  padding: 4rem 1rem;
  border-top: 2px solid rgba(240, 99, 184, 0.2);
}

@media only screen and (max-width: 1120px) {
  .cta {
    padding: 2rem 4rem;
  }
}

@media only screen and (max-width: 880px) {
  .cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}

@media only screen and (max-width: 750px) {
  .cta {
    padding: 4rem 2rem;
  }
}

.cta__left .text-secondary {
  margin-top: 1.6rem;
}

.cta__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cta__right .btn-secondary,
.cta__right .btn-white {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 0 1rem;
}

.cta__right .btn-secondary:hover,
.cta__right .btn-white:hover {
  -webkit-box-shadow: 0px 5px 10px rgba(75, 93, 104, 0.4);
          box-shadow: 0px 5px 10px rgba(75, 93, 104, 0.4);
}

@media only screen and (max-width: 880px) {
  .cta__right {
    margin-top: 3rem;
  }
}

@media only screen and (max-width: 520px) {
  .cta__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    gap: 2rem;
  }
}

.cta .btn-white {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cta .btn-white svg {
  width: 2.4rem;
  margin-left: 1.2rem;
}

.footer {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  justify-items: center;
  width: 100%;
  margin: 10rem auto 0 auto;
  max-width: var(--max-width);
  padding: 2rem 0;
}

@media only screen and (max-width: 1120px) {
  .footer {
    padding: 2rem 8rem;
  }
}

@media only screen and (max-width: 950px) {
  .footer {
    padding: 2rem 4rem;
  }
}

@media only screen and (max-width: 750px) {
  .footer {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: 1fr 15rem;
        grid-template-rows: 1fr 15rem;
    margin: 5rem auto 0 auto;
    padding: 2rem;
    gap: 2rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    justify-items: start;
  }
}

@media only screen and (max-width: 520px) {
  .footer {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    -ms-grid-rows: (1fr)[2] 15rem;
        grid-template-rows: repeat(2, 1fr) 15rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    justify-items: center;
    gap: 4rem;
  }
}

.footer__company-info {
  margin-top: 1.6rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.footer__logo-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.footer__logo {
  width: 4.2rem;
}

.footer__brand {
  margin-left: 1.2rem;
  font-size: 2.2rem;
}

.footer__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  justify-self: normal;
}

.footer__links {
  margin-top: 2rem;
  font-size: 1.4rem;
}

.footer__link {
  display: block;
  color: #212353;
  padding: 5px 0;
}

.footer__link:hover {
  color: #f063b8;
}

.footer * h2 {
  font-size: 1.6rem;
}

@media only screen and (max-width: 750px) {
  .footer__social-media {
    margin-top: 2rem;
  }
}

.social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 2rem;
}

.social-link {
  display: inline-block;
  background-color: rgba(104, 201, 186, 0.2);
  padding: 1rem;
  border-radius: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 1rem;
}

.social-link > img {
  width: 2rem;
  height: auto;
  fill: none;
}

.copyright {
  font-size: 1.6rem;
  max-width: var(--max-width);
  margin: 2rem auto 0 auto;
  width: 40rem;
  padding-bottom: 2rem;
  text-align: center;
}

@media only screen and (max-width: 750px) {
  .copyright {
    width: 35rem;
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 750px) {
  .copyright {
    width: 60%;
  }
}

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

html {
  font-size: 62.5%;
}

@media screen and (max-width: 520px) {
  html {
    font-size: 55%;
  }
}

body {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  color: #4b5d68;
  background-color: white;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

ul {
  list-style-type: none;
}

.wrapper {
  overflow-x: hidden;
  width: 100vw;
}

.link-active {
  color: #9c69e2 !important;
}
/*# sourceMappingURL=main.css.map */