.section.hero {
  height: 100vh;
  background-color: #6f5de1;
}

.section.hero.rya {
  background-color: #3e4658;
}

.section.wade {
  width: 100vw;
  margin-right: auto;
  margin-left: auto;
}

.section.wade._3 {
  background-color: #e15d5d;
}

.section.wade._3.rya {
  background-color: #7bbbdf;
}

.section.info {
  height: 75vh;
  background-color: #f8f6ff;
}

.section.info.rya {
  background-color: #fff9ef;
}

.section.presupuesto {
  height: 75vh;
  background-color: #fcfcfc;
}

.section.steps {
  height: auto;
  padding-top: 130px;
  padding-bottom: 130px;
  background-color: #f8f6ff;
}

.section.steps.rya {
  background-color: #fff9ef;
}

.section.celular {
  height: 75vh;
  background-color: #fcfcfc;
}

.section.fixer {
  height: 75vh;
  background-color: #e15d5d;
}

.section.fixer.rya {
  background-color: #7bbbdf;
}

.section.footercta {
  height: 75vh;
  background-color: #6f5de1;
}

.section.footercta.rya {
  background-color: #3e4658;
}

.section.footerfinal {
  height: 100px;
  background-color: #6f5de1;
}

.section.footerfinal.rya {
  background-color: #3e4658;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.wade {
  width: 100vw;
  margin-right: auto;
  margin-left: auto;
}

.container.wade._1 {
  background-color: #f8f6ff;
}

.container.wade._1.rya {
  background-color: #fff9ef;
}

.container.wade._2 {
  background-color: #fcfcfc;
}

.container.wade._3 {
  height: 1%;
}

.container.steps {
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.container.ventajas {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero__generaltitle {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #e5e5e5;
  font-size: 1.25rem;
  font-weight: 300;
  text-transform: uppercase;
}

.hero__text {
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: Stardom, sans-serif;
  color: #f8f6ff;
  font-size: 4.5rem;
  line-height: 120%;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.hero__text.change {
  text-decoration: underline;
}

.hero__text.invicibl {
  color: rgba(248, 246, 255, 0);
}

.hero__desciption {
  width: 586px;
  font-family: Poppins, sans-serif;
  color: #e5e5e5;
  font-size: 1rem;
  line-height: 163%;
  font-weight: 300;
  text-align: center;
}

.hero__desciption._2 {
  margin-top: 16px;
  font-size: 0.875rem;
  font-weight: 600;
}

.image {
  overflow: hidden;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  color: #f8f6ff;
}

.hero__titlecontent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding: 20px 26px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 200px;
  background-color: #e15d5d;
  text-decoration: none;
}

.btn__text {
  font-family: Poppins, sans-serif;
  color: #fcfcfc;
  font-size: 1rem;
  font-weight: 500;
}

.btn__text.red {
  color: #e15d5d;
}

.btn__text.azul {
  color: #3e4658;
}

.image-2 {
  padding-right: 10px;
}

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

.container__column.image {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.container__column.image.left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.container__column.text.left {
  padding-right: 16px;
  padding-left: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container__column.text.right {
  padding-right: 24px;
  padding-left: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.text__head2 {
  width: 400px;
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: Stardom, sans-serif;
  color: #444;
  font-size: 2rem;
  line-height: 140.7%;
  font-weight: 400;
  text-transform: uppercase;
}

.text__head2.right {
  width: 400px;
  text-align: right;
}

.text__head2.center {
  width: 500px;
  text-align: center;
}

.text__head2.center.white {
  color: #f8f6ff;
}

.text__corte {
  width: 44px;
  height: 2px;
  background-color: #6f5de1;
}

.text__corte.white {
  background-color: #f8f6ff;
  color: #f8f6ff;
}

.text__corte.red {
  background-color: #e15d5d;
}

.text__corte.red.steps {
  margin-top: 8px;
}

.text__corte.blue {
  background-color: #7bbbdf;
}

.text__corte.blue.step {
  margin-top: 8px;
  margin-bottom: 0px;
  background-color: #7bbbdf;
}

.text__paragraph {
  width: 400px;
  margin-top: 24px;
  font-family: Poppins, sans-serif;
  color: #444;
  font-size: 1rem;
  line-height: 150%;
  font-weight: 300;
}

.text__paragraph.right {
  width: 400px;
  font-weight: 300;
  text-align: right;
}

.text__paragraph.center {
  width: 560px;
  font-weight: 300;
  text-align: center;
}

.text__paragraph.center.white {
  color: #f8f6ff;
  font-weight: 200;
}

.image-3 {
  margin-right: 24px;
}

.image-4 {
  margin-left: 24px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

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

.container__title.image {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.container__title.image.left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.container__title.text.left {
  padding-right: 16px;
  padding-left: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container__title.text.right {
  padding-right: 24px;
  padding-left: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.container__title.center {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.container__cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 56px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card.center {
  margin-right: 64px;
  margin-left: 64px;
}

.text__head4 {
  margin-top: 8px;
  margin-bottom: 0px;
  font-family: Stardom, sans-serif;
  font-size: 1.5rem;
  line-height: 140.7%;
  font-weight: 400;
}

.card__paragraph {
  width: 217px;
  margin-top: 16px;
  font-family: Poppins, sans-serif;
  color: #444;
  font-size: 0.875rem;
  line-height: 150%;
  font-weight: 300;
  text-align: center;
}

.card__paragraph.right {
  width: auto;
  text-align: right;
}

.card__paragraph.left {
  width: auto;
  text-align: left;
}

.btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding: 20px 26px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 200px;
  background-color: #e15d5d;
}

.btn.white {
  margin-top: 32px;
  background-color: #fcfcfc;
  text-decoration: none;
}

.text__head3 {
  width: 900px;
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: Stardom, sans-serif;
  color: #f8f6ff;
  font-size: 3.5rem;
  line-height: 140.7%;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.text__head3.change {
  text-decoration: underline;
}

.header__nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  height: 70px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 200px;
  background-color: #6f5de1;
}

.header__nav.rya {
  background-color: #3e4658;
}

.nav-link {
  opacity: 0.5;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
}

.nav-link:hover {
  color: #e5e5e5;
}

.nav-link.w--current {
  opacity: 1;
  color: #fff;
}

.container-2 {
  background-color: transparent;
}

.navbar {
  background-color: hsla(0, 0%, 86.7%, 0);
}

.stepsline {
  margin-top: 80px;
}

.step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.step__content {
  width: 240px;
  height: 100px;
}

.step__content.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}

.step__content.right {
  width: 280px;
  height: auto;
  text-align: left;
}

.step__content.icon {
  width: 72px;
  height: 72px;
  margin-right: 64px;
  margin-left: 64px;
  padding-left: 0px;
}

.content__btnandroid {
  margin-top: 24px;
}

.cursor-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cursor {
  position: absolute;
  width: 30px;
  height: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #6f5de1;
  border-radius: 100px;
  background-color: transparent;
}

.cursor._2 {
  width: 40px;
  height: 40px;
}

.cursor._1 {
  width: 5px;
  height: 5px;
  background-color: #6f5de1;
}

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

.typed-text.heading {
  height: 3rem;
  text-decoration: underline;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.image-7 {
  display: none;
}

@media screen and (max-width: 991px) {
  .section.presupuesto {
    height: 100vh;
  }

  .section.celular {
    height: 100vh;
  }

  .container {
    width: 95%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .container.hero {
    width: 95%;
  }

  .container.ventajas {
    width: 95%;
  }

  .content {
    margin-right: auto;
    margin-left: auto;
  }

  .hero__generaltitle {
    font-size: 1rem;
  }

  .hero__text {
    font-size: 3.5rem;
  }

  .container__column.image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .container__column.image.left {
    margin-right: auto;
    margin-left: auto;
  }

  .container__column.text.left {
    margin-top: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .container__column.text.right {
    margin-bottom: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .text__head2 {
    text-align: center;
  }

  .text__head2.right {
    text-align: center;
  }

  .text__paragraph {
    text-align: center;
  }

  .text__paragraph.right {
    text-align: center;
  }

  .image-3 {
    width: 300px;
    max-width: 50%;
    margin-right: auto;
    margin-left: auto;
  }

  .image-4 {
    margin-right: auto;
    margin-left: auto;
  }

  .container__cards {
    width: 100%;
  }

  .card.center {
    margin-right: 16px;
    margin-left: 16px;
  }

  .text__head4 {
    text-align: center;
  }

  .text__head4.right {
    text-align: right;
  }

  .text__head4.left {
    text-align: left;
  }

  .text__head3 {
    width: 500px;
    font-size: 3rem;
  }

  .header__nav {
    width: 90%;
  }

  .step__content.left {
    width: 240px;
  }

  .step__content.right {
    width: 240px;
  }

  .menu-button {
    display: none;
  }

  .image-7 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .section.info {
    height: 100vh;
  }

  .hero__text {
    font-size: 2.5rem;
  }

  .hero__text.change {
    font-size: 4rem;
  }

  .hero__desciption {
    width: auto;
  }

  .container__column.text.left {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text__head2.right {
    width: auto;
  }

  .text__head2.center {
    width: auto;
  }

  .text__paragraph.right {
    width: auto;
  }

  .text__paragraph.center {
    width: auto;
  }

  .container__cards {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .card {
    margin-top: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .card.center {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .card.margin {
    margin-top: 24px;
  }

  .text__head3 {
    width: auto;
  }

  .nav-link {
    font-size: 0.75rem;
  }

  .nav-link.w--current {
    font-size: 0.75rem;
  }

  .step {
    margin-bottom: 32px;
  }

  .step__content.left {
    width: 270px;
  }

  .step__content.left.hide {
    display: none;
  }

  .step__content.right {
    width: 270px;
  }

  .step__content.right.hide {
    display: none;
  }

  .image-5 {
    display: none;
  }

  .icon-2 {
    color: #f8f6ff;
  }

  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .typed-text.heading {
    height: 2rem;
  }
}

@media screen and (max-width: 479px) {
  .section.info {
    height: auto;
    padding-top: 32px;
  }

  .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .container.footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero__text {
    font-size: 1.7rem;
  }

  .hero__text.change {
    font-size: 3rem;
  }

  .hero__desciption {
    font-size: 0.875rem;
  }

  .text__head2 {
    width: auto;
    font-size: 1.7rem;
  }

  .text__head2.center {
    width: auto;
    font-size: 1.7rem;
  }

  .text__paragraph {
    width: auto;
    font-size: 0.875rem;
  }

  .text__paragraph.center {
    font-size: 0.875rem;
  }

  .image-3 {
    width: auto;
    max-width: 80%;
  }

  .text__head3 {
    width: auto;
    font-size: 2rem;
  }

  .header__nav {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header__nav.rya {
    padding-top: 8px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nav-link {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 0.7rem;
    line-height: 100%;
    text-align: center;
  }

  .nav-link.w--current {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 0.75rem;
    text-align: center;
  }

  .step__content.icon {
    display: none;
  }

  .image-5 {
    display: block;
  }

  .image-5.hide {
    display: none;
  }

  .nav-menu {
    margin-right: auto;
    margin-left: auto;
  }

  .image-6 {
    display: block;
  }

  .image-6.header {
    display: none;
    width: 50px;
    max-width: 86%;
    min-width: 7px;
  }

  .image-6.hide {
    display: none;
  }

  .image-7 {
    display: block;
    width: 30px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .image-8 {
    width: 30px;
  }
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 1px 1px 2px rgb(71, 71, 71);
  z-index:100;
}

.my-float{
	margin-top:16px;
}

@font-face {
  font-family: 'Stardom';
  src: url('../fonts/Stardom-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}