body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.html-embed {
  width: 100%;
  height: 100%;
  background-color: #e4e4e4;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.sticky-nav {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f4f4f4;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: start;
  justify-items: start;
  padding: 20px;
  display: grid;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: visible;
}

.nav-grid {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content max-content max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 0;
  display: grid;
}

.nav-logo-link {
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
}

.nav-logo {
  width: auto;
  height: 100%;
  object-fit: contain;
  object-position: 0% 50%;
}

.nav-link {
  color: #444;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  text-decoration: none;
  display: block;
}

.nav-link:hover {
  text-decoration: underline;
}

.sticky-nav-2 {
  z-index: 1;
  background-color: #f4f4f4;
  padding: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.section {
  z-index: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  min-width: 100px;
  object-fit: fill;
  background-color: rgba(255, 255, 255, 0);
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: -102px;
  margin-right: 0;
  padding-right: 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: 0;
  left: 0%;
  right: 1690px;
}

.image {
  flex: 0 auto;
  margin-left: 15px;
  padding-left: 0;
  padding-right: 0;
  position: fixed;
  top: 32px;
}

.image-2 {
  width: 60px;
  height: 60px;
  max-height: 100%;
  max-width: 100%;
  text-align: center;
  margin: 10px;
  position: absolute;
  top: -2px;
  bottom: 20px;
  left: 8px;
  right: 20px;
}

.grid {
  width: 90%;
  height: 80%;
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  opacity: 1;
  object-fit: fill;
  background-color: rgba(255, 255, 255, 0);
  border: 2px #ac99c4;
  border-radius: 0 40px 40px 0;
  grid-template-rows: minmax(30px, 60px) minmax(30px, 60px) minmax(30px, 60px) minmax(30px, 60px) minmax(30px, 60px) minmax(30px, 60px) minmax(30px, 60px) minmax(30px, 60px) minmax(30px, 60px) minmax(30px, 60px) minmax(30px, 60px) minmax(30px, 60px);
  grid-template-columns: 60px;
  grid-auto-rows: 60px;
  align-items: stretch;
  justify-items: center;
  margin-top: 92px;
  margin-left: 147px;
  padding-top: 0;
  padding-left: 15px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.nav-link-2 {
  width: 80%;
  padding-right: 20px;
}

.button {
  width: 80px;
  height: 80px;
  object-fit: fill;
  background-color: #fff;
  border: 1px solid #819db5;
  border-radius: 40px;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.button.a {
  width: 46px;
  height: 46px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: rgba(132, 111, 165, .7);
  background-image: url('../images/a.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-clip: border-box;
  border-radius: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: 10px;
  padding: 0;
  display: flex;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.button.b {
  width: 46px;
  height: 46px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(132, 111, 165, .7);
  background-image: url('../images/b.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 10px;
  margin: 10px;
  display: flex;
  top: 0%;
  bottom: auto;
  left: 19%;
  right: 0%;
  overflow: hidden;
}

.button.c {
  width: 46px;
  height: 46px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(132, 111, 165, .7);
  background-image: url('../images/c.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 10px;
  margin: 10px 10px 10% 10%;
  display: flex;
  top: 0%;
  bottom: auto;
  left: 31%;
  right: 0%;
  overflow: hidden;
}

.button.d {
  width: 46px;
  height: 46px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(132, 111, 165, .8);
  background-image: url('../images/d.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  border-radius: 10px;
  margin: 9px;
  display: flex;
  top: 0;
  bottom: auto;
  left: 76%;
  right: 0%;
}

.button.e {
  width: 46px;
  height: 46px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(132, 111, 165, .8);
  background-image: url('../images/e.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  border-radius: 10px;
  margin: 9px;
  display: flex;
  top: 9%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.button.f {
  width: 46px;
  height: 46px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(132, 111, 165, .8);
  background-image: url('../images/f.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  border-radius: 10px;
  margin: 11px;
  display: flex;
  top: 9%;
  bottom: auto;
  left: 19%;
  right: 0%;
}

.button.cedilha {
  width: 46px;
  height: 46px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(132, 111, 165, .8);
  background-image: url('../images/ç.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 10px;
  margin: 10px;
  font-family: Montserrat, sans-serif;
  display: flex;
  top: 0%;
  bottom: auto;
  left: 57%;
  right: 0%;
  overflow: hidden;
}

.button.g {
  width: 46px;
  height: 46px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(132, 111, 165, .8);
  background-image: url('../images/g.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  border-radius: 10px;
  margin: 10px;
  display: flex;
  top: 9%;
  bottom: auto;
  left: 38%;
  right: 0%;
}

.button.h {
  width: 46px;
  height: 46px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(132, 111, 165, .8);
  background-image: url('../images/h.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  border-radius: 10px;
  margin: 10px;
  display: flex;
  top: 9%;
  bottom: auto;
  left: 57%;
  right: 0%;
}

.button.i {
  width: 46px;
  height: 46px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(132, 111, 165, .8);
  background-image: url('../images/i.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  border-radius: 10px;
  margin: 10px;
  display: flex;
  top: 9%;
  bottom: auto;
  left: 76%;
  right: 0%;
}

.button.j {
  width: 46px;
  height: 46px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(132, 111, 165, .8);
  background-image: url('../images/j.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  border-radius: 10px;
  margin: 10px;
  display: flex;
  top: 18%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.button.k {
  width: 46px;
  height: 46px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(132, 111, 165, .8);
  background-image: url('../images/k.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  border-radius: 10px;
  margin: 9px;
  display: flex;
  top: 18%;
  bottom: auto;
  left: 19%;
  right: 0%;
}

.button.l {
  width: 46px;
  height: 46px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(132, 111, 165, .8);
  background-image: url('../images/L.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  border-radius: 10px;
  margin: 10px;
  display: flex;
  top: 18%;
  bottom: auto;
  left: 38%;
  right: 0%;
}

.button.m {
  width: 46px;
  height: 46px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(132, 111, 165, .8);
  background-image: url('../images/m.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  border-radius: 10px;
  margin: 10px;
  display: flex;
  top: 18%;
  bottom: auto;
  left: 57%;
  right: 0%;
}

.button.n {
  width: 46px;
  height: 46px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: rgba(132, 111, 165, .8);
  background-image: url('../images/n.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-clip: border-box;
  border-radius: 10px;
  margin: 10px;
  display: flex;
  top: 18%;
  bottom: auto;
  left: 76%;
  right: 0%;
}

.button.o {
  width: 46px;
  height: 46px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(132, 111, 165, .8);
  background-image: url('../images/o.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 10px;
  margin: 10px;
  display: flex;
  top: 27%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.button.p {
  width: 46px;
  height: 46px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(132, 111, 165, .8);
  background-image: url('../images/p.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 10px;
  margin: 10px;
  display: flex;
  top: 27%;
  bottom: auto;
  left: 19%;
  right: 0%;
  overflow: hidden;
}

.button.q {
  width: 46px;
  height: 46px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(132, 111, 165, .8);
  background-image: url('../images/q.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 10px;
  margin: 10px;
  display: flex;
  top: 27%;
  bottom: auto;
  left: 38%;
  right: 0%;
  overflow: hidden;
}

.button.r {
  width: 46px;
  height: 46px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(132, 111, 165, .8);
  background-image: url('../images/r.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  border-radius: 10px;
  margin: 10px;
  display: flex;
  top: 27%;
  bottom: auto;
  left: 57%;
  right: 0%;
}

.button.s {
  width: 46px;
  height: 46px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(132, 111, 165, .8);
  background-image: url('../images/s.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  border-radius: 10px;
  margin: 10px;
  display: flex;
  top: 27%;
  bottom: auto;
  left: 76%;
  right: 0%;
}

.button.t {
  width: 46px;
  height: 46px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(132, 111, 165, .8);
  background-image: url('../images/t.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  border-radius: 10px;
  margin: 10px;
  display: flex;
  top: 36%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.button.u {
  width: 46px;
  height: 46px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(132, 111, 165, .8);
  background-image: url('../images/u.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  border-radius: 10px;
  margin: 9px;
  display: flex;
  top: 36%;
  bottom: auto;
  left: 19%;
  right: 0%;
}

.button.w {
  width: 46px;
  height: 46px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(132, 111, 165, .8);
  background-image: url('../images/w.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  border-radius: 10px;
  margin: 10px;
  display: flex;
  top: 36%;
  bottom: auto;
  left: 57%;
  right: 0%;
}

.button.x {
  width: 46px;
  height: 46px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(132, 111, 165, .8);
  background-image: url('../images/x.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  border-radius: 10px;
  margin: 10px;
  display: flex;
  top: 36%;
  bottom: auto;
  left: 76%;
  right: 0%;
}

.button.y {
  width: 46px;
  height: 46px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(132, 111, 165, .8);
  background-image: url('../images/y.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  border-radius: 10px;
  margin: 10px;
  display: flex;
  top: 45%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.button.z {
  width: 46px;
  height: 46px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(132, 111, 165, .8);
  background-image: url('../images/z.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  border-radius: 10px;
  margin: 10px;
  display: flex;
  top: 45%;
  bottom: auto;
  left: 19%;
  right: 0%;
}

.button.v {
  width: 40%;
  height: 5%;
  width: 46px;
  height: 46px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(132, 111, 165, .8);
  background-image: url('../images/v.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  border-radius: 10px;
  margin: 10px;
  display: flex;
  top: 36%;
  bottom: auto;
  left: 38%;
  right: 0%;
}

.button.todos {
  width: 154px;
  height: 46px;
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #dbdbdb;
  text-align: center;
  background-color: rgba(132, 111, 165, .8);
  border-radius: 10px;
  margin: 10px;
  padding: 10px;
  font-size: 30px;
  display: block;
  top: 45%;
  bottom: auto;
  left: 39%;
  right: 0%;
}

.image-3 {
  width: 90%;
  height: 51px;
  opacity: .56;
  padding-top: 10px;
  overflow: hidden;
}

.button-2 {
  width: 50px;
  height: 50px;
}

.image-4 {
  width: 60px;
  height: 60px;
  padding: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
}

.image-5, .image-6 {
  width: 60px;
  height: 60px;
}

.grid-2 {
  width: 60px;
  height: 140px;
  grid-row-gap: 3px;
  border: 2px solid #ac99c4;
  border-radius: 40px;
  grid-template-columns: 1fr;
  align-items: stretch;
  justify-items: center;
  margin-top: 449px;
  margin-bottom: 5px;
  margin-left: 5px;
  position: fixed;
  top: 274px;
}

.image-7 {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  overflow: hidden;
}

.image-8 {
  width: 40px;
  margin-top: 10px;
  overflow: hidden;
}

.section-2 {
  margin-left: 124px;
}

.section-3 {
  width: 1400px;
  height: 100px;
  background-color: rgba(255, 255, 255, 0);
  margin-top: 29px;
  margin-left: 130px;
  padding-top: 3px;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 5%;
  right: 163%;
  overflow: visible;
}

.container {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 100px;
  padding-left: 100px;
  padding-right: 60px;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  left: 140px;
  right: 140px;
}

.button-3 {
  width: 80px;
  height: 30px;
  margin-top: 0;
  margin-left: 0;
  padding: 0;
  display: block;
  position: static;
  top: auto;
}

.grid-3 {
  grid-column-gap: 21px;
  background-color: #ebdede;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.button-4 {
  width: 150px;
  height: 35px;
  text-align: center;
  object-fit: fill;
  background-color: rgba(195, 153, 255, .52);
  border: 3px solid #956ece;
  border-radius: 20px;
  padding-top: 3px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  overflow: auto;
}

.button-5 {
  opacity: .35;
  text-align: center;
  background-color: rgba(56, 152, 236, 0);
  border: 3px solid #c399ff;
  border-radius: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  display: block;
}

.image-9 {
  position: fixed;
}

.hero-overlay {
  height: 90vh;
  max-height: 780px;
  color: #fff;
  background-color: #f3dada;
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.centered-container {
  text-align: center;
  flex: 1;
}

.hero {
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.flex-container {
  flex-direction: row;
  flex: 1;
  align-items: center;
  display: flex;
}

.hero-image-mask {
  width: 100%;
  margin-left: 40px;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  flex: 0 .5 auto;
}

.image-10 {
  display: inline-block;
  position: fixed;
}

.image-11 {
  width: 50%;
  height: 50%;
  display: inline;
  position: fixed;
  top: 25%;
  bottom: 25%;
  left: 25%;
  right: 25%;
}

.container-2 {
  display: inline-block;
  position: fixed;
  top: 25%;
  bottom: 25%;
  left: 10%;
  right: 10%;
}

.text-block {
  position: fixed;
}

.grid-4 {
  grid-template-rows: 411px;
  grid-template-columns: 1fr;
}

.image-12 {
  position: fixed;
}

.paragraph {
  margin-top: -400px;
  margin-bottom: 40px;
  margin-left: 300px;
  padding-right: 109px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
}

.button-6 {
  width: 200px;
  height: 40px;
  text-align: center;
  object-fit: fill;
  background-color: #8a7acd;
  border-radius: 8px;
  margin: 0 74px 76px 135px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 15px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 36px;
  text-decoration: none;
  display: block;
  position: fixed;
  top: auto;
  overflow: scroll;
}

.text-block-2 {
  color: #fff;
  text-align: right;
  background-color: rgba(255, 255, 255, 0);
  margin: 220px 10px 22px 32px;
  padding-right: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 300;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.image-13 {
  width: 100px;
  height: auto;
  position: -webkit-sticky;
  position: sticky;
  top: auto;
  bottom: 6%;
  left: 8%;
  right: 0%;
}

.image-14 {
  width: 100px;
}

.image-15 {
  width: 100px;
  height: 100px;
  opacity: 1;
  position: fixed;
  top: 13%;
  bottom: 0%;
  left: 6%;
  right: auto;
}

.image-16 {
  width: 100px;
  height: 100px;
  position: fixed;
  top: 13%;
  bottom: 0%;
  left: 12%;
  right: auto;
}

.image-17 {
  width: 100px;
  height: 100px;
  position: fixed;
  top: 13%;
  bottom: 0%;
  left: 18%;
  right: auto;
}

.image-18 {
  width: 30px;
  position: fixed;
  top: 9%;
  bottom: 0%;
  left: 22%;
  right: auto;
}

.image-19 {
  width: 100px;
  position: fixed;
  top: 27%;
  bottom: 0%;
  left: 6%;
  right: auto;
}

.image-20 {
  width: 100px;
  position: fixed;
  top: 27%;
  bottom: 0%;
  left: 12%;
  right: auto;
}

.image-21 {
  width: 100px;
  position: fixed;
  top: 27%;
  bottom: 0%;
  left: 18%;
  right: auto;
}

.image-22 {
  width: 100px;
  position: fixed;
  top: 27%;
  bottom: 0%;
  left: 24%;
  right: auto;
}

.image-23 {
  width: 30px;
  position: fixed;
  top: 23%;
  bottom: 0%;
  left: 28%;
  right: auto;
}

.image-24 {
  width: 100px;
  position: fixed;
  top: 44%;
  bottom: 0%;
  left: 6%;
  right: auto;
}

.image-25 {
  width: 100px;
  position: fixed;
  top: 40%;
  bottom: 0%;
  left: 12%;
  right: auto;
}

.image-26 {
  width: 100px;
  position: fixed;
  top: 44%;
  bottom: 0%;
  left: 18%;
  right: auto;
}

.image-27 {
  width: 100px;
  position: fixed;
  top: 44%;
  bottom: 0%;
  left: 12%;
  right: auto;
}

.image-28 {
  width: 30px;
  position: fixed;
  top: 40%;
  bottom: 0%;
  left: 22%;
  right: auto;
}

.image-29 {
  width: 120%;
  position: fixed;
  top: 86px;
}

.image-30 {
  width: 50%;
  position: fixed;
  top: 22%;
  bottom: 0%;
  left: 31%;
  right: 0%;
}

.paragraph-2 {
  font-size: 16px;
  position: fixed;
  top: 36%;
  bottom: 39%;
  left: 59%;
  right: 24%;
}

.image-31 {
  width: 50%;
  position: fixed;
  top: 202px;
  left: 526px;
}

.image-32 {
  width: 15%;
  position: fixed;
  top: 531px;
  bottom: -1%;
  left: 51%;
  right: 0%;
}

.button-7 {
  width: 300px;
  height: 40px;
  text-align: center;
  background-color: rgba(195, 153, 255, .78);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 71px;
  margin-right: 310px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-size: 16px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.image-33 {
  width: 2%;
  position: fixed;
  top: 216px;
  left: 1369px;
}

.hero-overlay-2 {
  width: 3840px;
  height: 2160px;
  max-height: 100%;
  max-width: 100%;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: rgba(184, 184, 184, .47);
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/bG_blur.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  background-clip: border-box;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.button-8 {
  background-color: rgba(139, 105, 226, .71);
  border-radius: 20px;
}

.paragraph-3 {
  padding-left: 60px;
  padding-right: 60px;
}

.hero-overlay-3 {
  width: 3840px;
  height: 2160px;
  max-height: 100%;
  max-width: 100%;
  color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/bG_blur.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: Ubuntu, Helvetica, sans-serif;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-9 {
  width: 200px;
  height: auto;
  background-color: #a359f3;
  border-radius: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: -webkit-sticky;
  position: sticky;
}

.paragraph-4 {
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
  font-weight: 300;
  line-height: 24px;
  position: -webkit-sticky;
  position: sticky;
}

.heading {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: -webkit-sticky;
  position: sticky;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.image-34 {
  opacity: .34;
  object-fit: fill;
  position: fixed;
  top: 17px;
  left: 94px;
  overflow: visible;
}

.dropdown {
  position: fixed;
  bottom: 482px;
  left: 99px;
  right: 1226.18px;
}

.dropdown-link {
  left: -3px;
}

.dropdown-list {
  position: fixed;
  top: 14px;
  left: 107px;
}

.dropdown-list.w--open {
  left: 1px;
}

.text-block-3 {
  position: fixed;
  top: 198px;
  left: 113px;
  right: 1255.18px;
}

.text-block-4 {
  width: 62.25px;
  height: 200px;
  color: #fff;
  margin-top: 10px;
  margin-left: 15px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 6%;
  right: 0%;
}

.container-3 {
  position: fixed;
  top: 58%;
  bottom: 6%;
  left: 8%;
  right: 755px;
}

.grid-5 {
  grid-template-columns: 1fr;
  position: fixed;
  top: 450.055px;
  left: 129.039px;
}

.image-35 {
  width: 100px;
  margin-bottom: 60px;
  margin-left: 140px;
  margin-right: 15px;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.dropdown-2 {
  color: #fff;
  border-radius: 20px;
  justify-content: flex-start;
  display: flex;
  position: fixed;
  top: 15%;
  bottom: auto;
  left: 6%;
  right: auto;
}

.text-block-5 {
  color: #fff;
}

.dropdown-link-2, .dropdown-link-3, .dropdown-link-4 {
  border-radius: 20px;
}

.dropdown-toggle {
  border-radius: 1px;
}

.dropdown-toggle.w--open {
  border-radius: 20px;
}

.div-block {
  position: fixed;
  top: 22%;
  bottom: 30%;
  left: 8%;
  right: 20px;
}

.image-36 {
  width: 60px;
  position: fixed;
  top: 27%;
  bottom: 0%;
  left: 8%;
  right: auto;
}

.image-37 {
  width: 60px;
  position: fixed;
  top: 27%;
  bottom: 0%;
  left: 14%;
  right: auto;
}

.image-38 {
  width: 60px;
  position: fixed;
  top: 27%;
  bottom: 0%;
  left: 24%;
  right: auto;
}

.grid-6 {
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: minmax(80px, 80px) minmax(80px, 1px) 80px;
  position: fixed;
}

.image-39 {
  width: 70px;
  position: fixed;
  top: 140px;
  left: 106.5px;
}

.image-40 {
  width: 70px;
  position: fixed;
  left: 204.312px;
}

.grid-7 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: 15px;
  position: fixed;
  top: 19%;
  bottom: auto;
  left: 6%;
  right: auto;
}

.image-41 {
  width: 90%;
  position: -webkit-sticky;
  position: sticky;
  overflow: hidden;
}

.image-42 {
  width: 90%;
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
  position: -webkit-sticky;
  position: sticky;
  overflow: hidden;
}

.image-43, .image-44, .image-45, .image-46 {
  width: 90%;
  position: -webkit-sticky;
  position: sticky;
  overflow: hidden;
}

.image-47 {
  width: 90%;
  height: auto;
}

.image-48, .image-49 {
  width: 90%;
  position: -webkit-sticky;
  position: sticky;
  overflow: hidden;
}

.image-50, .image-51, .image-52, .image-53, .image-54 {
  width: 200px;
  position: -webkit-sticky;
  position: sticky;
}

.grid-8 {
  grid-template-rows: auto;
  grid-template-columns: minmax(100px, 148px) minmax(100px, 151px) minmax(100px, 153px) minmax(100px, 150px) minmax(100px, 152px) minmax(100px, 151px) minmax(200px, 0);
  position: -webkit-sticky;
  position: sticky;
}

.image-55, .image-56, .image-57, .image-58 {
  width: 150px;
  position: -webkit-sticky;
  position: sticky;
}

.image-59 {
  width: 200px;
  position: -webkit-sticky;
  position: sticky;
}

.section-4 {
  margin-top: 65px;
  margin-left: 122px;
  position: fixed;
}

.image-60 {
  width: 150px;
}

.container-4 {
  object-fit: fill;
  margin-top: 79px;
  margin-bottom: 30px;
  padding-left: 25px;
  position: fixed;
  left: 0;
}

.image-61 {
  width: 151px;
}

.image-62 {
  width: 150px;
}

.section-5 {
  width: 400px;
  height: 1080px;
  object-fit: fill;
  position: fixed;
  top: 12%;
  bottom: 0%;
  left: auto;
  right: 2%;
}

.grid-9 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  object-fit: fill;
  background-color: #d3cfcf;
  grid-template: "Area" 100px
                 "." 100px
                 "." 100px
                 "." 100px
                 "." 100px
                 / 100px 100px 100px;
  justify-content: start;
  justify-items: start;
  margin-top: 104px;
  position: -webkit-sticky;
  position: sticky;
  left: auto;
}

.right-painel-alfabeto {
  width: 60%;
  height: 630px;
  max-height: 79.9993%;
  max-width: 400px;
  grid-column-gap: 10px;
  grid-row-gap: 11px;
  transform-style: preserve-3d;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr .5fr 1.25fr;
  grid-auto-columns: 1fr;
  margin: 18px 0 0 17px;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
  position: absolute;
  top: 25%;
  bottom: 0%;
  left: auto;
  right: 6%;
  overflow: hidden;
  transform: translate3d(0, 0, 62px);
}

.right-painel-position {
  width: 490px;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 2%;
}

.menu-left-position {
  width: 90px;
  height: 93%;
  margin-top: 75px;
  margin-left: 15px;
  padding-left: 14px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
  overflow: visible;
}

.right-painel-alfabeto-2 {
  width: 100%;
  height: 100%;
  max-height: 79.9993%;
  max-width: 400px;
  margin-bottom: 0;
  margin-left: 25px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.image-48-copy {
  width: 90%;
  position: -webkit-sticky;
  position: sticky;
  overflow: hidden;
}

.menu-topo {
  width: 100%;
  height: 80px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, .6);
  margin-left: 0;
  padding-left: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.botao_nivel_1 {
  width: 11%;
  height: 64%;
  color: #fff;
  text-align: center;
  white-space: pre-wrap;
  object-fit: scale-down;
  background-color: #846fa5;
  border: 2px solid #ad96d1;
  border-radius: 40px;
  margin-top: 17px;
  margin-left: 110px;
  padding: 20px;
  font-size: 33px;
  text-decoration: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.botao_nivel_1.nivel1 {
  width: 220px;
  height: 60px;
  text-align: left;
  background-color: rgba(132, 111, 165, 0);
  border-style: none;
  border-radius: 0;
  margin: 10px;
  padding-top: 18px;
  font-family: Montserrat, sans-serif;
  font-size: 27px;
  top: 9%;
  left: 4%;
}

.botao_nivel_1_alfabeto {
  width: 8%;
  height: 45%;
  color: #fff;
  text-align: center;
  white-space: pre-wrap;
  object-fit: scale-down;
  background-color: #846fa5;
  border-radius: 40px;
  margin-top: 25px;
  margin-left: 0;
  margin-right: 176px;
  padding: 7px 10px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.lissoes {
  width: 54.7177%;
  height: 121.9%;
  color: #593d85;
  font-weight: 400;
  position: -webkit-sticky;
  position: sticky;
}

.botao_nivel_1_numeros {
  width: 8%;
  height: 45%;
  color: #593d85;
  text-align: center;
  white-space: pre-wrap;
  object-fit: scale-down;
  background-color: rgba(132, 111, 165, 0);
  border-radius: 40px;
  margin-top: 25px;
  margin-left: 0;
  margin-right: 20px;
  padding: 7px 10px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.div-block-3 {
  font-size: 100%;
  line-height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.menu-left {
  width: 80%;
  height: 100%;
  margin-left: 14px;
  padding-left: 16px;
  font-size: 100%;
  line-height: 80px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.estilo-cabelo-1 {
  width: 45px;
  height: 45px;
  opacity: 1;
  outline-offset: 0px;
  mix-blend-mode: normal;
  background-color: #fff;
  background-image: url('../images/cabelo-estilo-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 20px;
  outline: 3px #333;
  margin: 5px;
  position: absolute;
  top: 5%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.estilo-cabelo-1-copy {
  width: 80%;
  height: 10%;
  background-color: #fff;
  background-image: url('../images/cabelo-estilo-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 20px;
  margin-top: 300px;
  position: absolute;
}

.estilo-cabelo-2 {
  margin-top: 259px;
}

.estilo-cabelo-1-copy {
  width: 80%;
  height: 10%;
  background-color: #fff;
  background-image: url('../images/cabelo-estilo-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 20px;
  margin-top: 149px;
  position: absolute;
}

.estilo-cabelo-2ok {
  width: 45px;
  height: 45px;
  background-color: #fff;
  background-image: url('../images/cabelo-estilo-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 400px;
  margin: 5px;
  position: absolute;
  top: 12%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.estilo-cabelo-3 {
  width: 45px;
  height: 45px;
  background-color: #fff;
  background-image: url('../images/cabelo-estilo-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 400px;
  margin: 5px;
  position: absolute;
  top: 19%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.cor-cabelo-1 {
  width: 45px;
  height: 45px;
  background-color: #fff;
  background-image: url('../images/Agrupar-12.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 400px;
  margin: 5px;
  position: absolute;
  top: 26%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.cor-cabelo-2 {
  width: 45px;
  height: 45px;
  background-color: #fff;
  background-image: url('../images/Agrupar-13.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 400px;
  margin: 5px;
  position: absolute;
  top: 33%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.cor-cabelo-3 {
  width: 45px;
  height: 45px;
  background-color: #fff;
  background-image: url('../images/Agrupar-14.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 400px;
  margin: 5px;
  position: absolute;
  top: 40%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.cor-pele-1 {
  width: 45px;
  height: 45px;
  background-color: #fff;
  background-image: url('../images/Agrupar-15.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 400px;
  margin: 5px;
  position: absolute;
  top: 47%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.cor-pele-2 {
  width: 45px;
  height: 45px;
  background-color: #fff;
  background-image: url('../images/Agrupar-16.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 400px;
  margin: 5px;
  position: absolute;
  top: 54%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.cor-pele-3 {
  width: 45px;
  height: 45px;
  background-color: #fff;
  background-image: url('../images/Agrupar-17.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 400px;
  margin: 5px;
  position: absolute;
  top: 61%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.settings {
  width: 40%;
  height: 5%;
  background-color: rgba(255, 255, 255, 0);
  background-image: url('../images/settings.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 40px;
  margin-top: 0;
  margin-left: 19px;
  line-height: 13px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.div-block-4 {
  width: 7%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.backgound-claro {
  width: 30px;
  height: 30px;
  background-image: url('../images/icon_diurno_off.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 595px;
  margin-right: 64px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.imagem-perfil {
  width: 130px;
  height: 81px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.backgound-escuro {
  width: 30px;
  height: 30px;
  background-image: url('../images/icon_noturno.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 595px;
  margin-right: 29px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.munu-left {
  width: 80%;
  height: 100%;
  background-color: rgba(252, 252, 252, 0);
  border: 1px #fff;
  border-right-style: solid;
  margin-top: 37px;
  margin-bottom: 72px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  top: -42px;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.munu-topo-position {
  width: 100%;
  height: 100%;
}

.bold-text {
  width: 200px;
  height: 40%;
  color: #593d85;
  position: absolute;
  top: 23%;
  bottom: 0%;
  left: 7%;
  right: auto;
}

.use-na-horizontal {
  opacity: 0;
  color: #fff;
  text-align: right;
  background-color: rgba(255, 255, 255, 0);
  margin: 220px 10px 22px 32px;
  padding-right: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 300;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg-claro {
  width: 40px;
  height: 40px;
  opacity: 1;
  background-color: #fff;
  background-image: url('../images/icon_diurno_off.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  margin: 10px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 22%;
  left: 0%;
  right: auto;
}

.bg-claro-escuro {
  width: 40px;
  height: 40px;
  background-color: #fff;
  background-image: url('../images/icon-diurno.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  margin: 5px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 16%;
  left: 6%;
  right: auto;
}

.botao-ativado {
  width: 54.7177%;
  height: 121.9%;
  color: #fff;
  font-weight: 400;
  position: -webkit-sticky;
  position: sticky;
}

.div-block-6 {
  width: 100%;
  height: 43%;
  position: absolute;
}

.tooltips {
  width: 180px;
  height: 40px;
  opacity: 1;
  text-align: center;
  background-color: #fff;
  border-radius: 0 10px 10px;
  padding: 12px 10px 10px;
  font-family: Exo, sans-serif;
  font-weight: 300;
  line-height: 16px;
  display: none;
  position: absolute;
  top: 6%;
  left: 77px;
  overflow: hidden;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, .5);
}

.div-block-7 {
  width: 70%;
  height: 60%;
}

.tooltips-cor-cabelo {
  width: 180px;
  height: 40px;
  opacity: 1;
  text-align: center;
  background-color: #fff;
  border-radius: 0 10px 10px;
  padding: 12px 10px 10px;
  font-family: Exo, sans-serif;
  font-weight: 300;
  line-height: 16px;
  display: none;
  position: absolute;
  top: 27%;
  left: 78px;
  overflow: hidden;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, .5);
}

.tooltips-cor-da-pele-2 {
  width: 180px;
  height: 40px;
  opacity: 1;
  text-align: center;
  background-color: #fff;
  border-radius: 0 10px 10px;
  padding: 12px 10px 10px;
  font-family: Exo, sans-serif;
  font-weight: 300;
  line-height: 16px;
  display: none;
  position: absolute;
  top: 55%;
  left: 77px;
  overflow: hidden;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, .5);
}

.tooltips-bg-claro {
  width: 180px;
  height: 56px;
  opacity: 1;
  text-align: center;
  background-color: #fff;
  border-radius: 0 10px 10px;
  padding: 11px 10px 10px;
  font-family: Exo, sans-serif;
  font-weight: 300;
  line-height: 16px;
  display: none;
  position: absolute;
  top: 73%;
  left: 78px;
  overflow: hidden;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, .5);
}

.tooltips-lissoes {
  width: 230px;
  height: 60px;
  opacity: 1;
  text-align: left;
  background-color: #fff;
  background-image: url('../images/favicon-256x256.png');
  background-position: 3% 40%;
  background-repeat: no-repeat;
  background-size: 50px 50px;
  background-attachment: scroll;
  border-radius: 15px 0 15px 15px;
  padding: 15px 18px 18px 71px;
  font-family: Exo, sans-serif;
  font-weight: 300;
  line-height: 16px;
  position: absolute;
  top: 62%;
  bottom: 0%;
  left: auto;
  right: 12%;
  overflow: hidden;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, .5);
}

.ajuda {
  width: 35px;
  height: 35px;
  opacity: 1;
  outline-offset: 0px;
  color: #5858b3;
  text-align: center;
  background-color: #fff;
  border: 1px #000;
  border-radius: 20px;
  outline: 3px #5858b3;
  margin: 5px;
  padding: 9px;
  font-size: 25px;
  font-weight: 700;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 10%;
  left: 8%;
  right: auto;
}

.tooltips-cor-cabelo-2 {
  width: 180px;
  height: 40px;
  opacity: 1;
  text-align: center;
  background-color: #fff;
  border-radius: 0 10px 10px;
  padding: 12px 10px 10px;
  font-family: Exo, sans-serif;
  font-weight: 300;
  line-height: 16px;
  display: none;
  position: absolute;
  top: 34%;
  left: 78px;
  overflow: hidden;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, .5);
}

.tooltips-cor-cabelo-3 {
  width: 180px;
  height: 40px;
  opacity: 1;
  text-align: center;
  background-color: #fff;
  border-radius: 0 10px 10px;
  padding: 12px 10px 10px;
  font-family: Exo, sans-serif;
  font-weight: 300;
  line-height: 16px;
  display: none;
  position: absolute;
  top: 41%;
  left: 78px;
  overflow: hidden;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, .5);
}

.estilo-cabelo-2-tooltip {
  width: 180px;
  height: 40px;
  opacity: 1;
  text-align: center;
  background-color: #fff;
  border-radius: 0 10px 10px;
  padding: 12px 10px 10px;
  font-family: Exo, sans-serif;
  font-weight: 300;
  line-height: 16px;
  display: none;
  position: absolute;
  top: 13%;
  left: 79px;
  overflow: hidden;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, .5);
}

.tooltips-estilo-cabelo-3 {
  width: 180px;
  height: 40px;
  opacity: 1;
  text-align: center;
  background-color: #fff;
  border-radius: 0 10px 10px;
  padding: 12px 10px 10px;
  font-family: Exo, sans-serif;
  font-weight: 300;
  line-height: 16px;
  display: none;
  position: absolute;
  top: 20%;
  left: 78px;
  overflow: hidden;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, .5);
}

.tooltips-cor-da-pele {
  width: 180px;
  height: 40px;
  opacity: 1;
  text-align: center;
  background-color: #fff;
  border-radius: 0 10px 10px;
  padding: 11px 10px 10px;
  font-family: Exo, sans-serif;
  font-weight: 300;
  line-height: 16px;
  display: none;
  position: absolute;
  top: 48%;
  left: 79px;
  overflow: hidden;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, .5);
}

.tooltips-cor-da-pele-3 {
  width: 180px;
  height: 40px;
  opacity: 1;
  text-align: center;
  background-color: #fff;
  border-radius: 0 10px 10px;
  padding: 12px 10px 10px;
  font-family: Exo, sans-serif;
  font-weight: 300;
  line-height: 16px;
  display: none;
  position: absolute;
  top: 62%;
  left: 79px;
  overflow: hidden;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, .5);
}

.tooltips-bg-escola {
  width: 180px;
  height: 40px;
  opacity: 1;
  text-align: center;
  background-color: #fff;
  border-radius: 0 10px 10px;
  padding: 10px;
  font-family: Exo, sans-serif;
  font-weight: 300;
  line-height: 16px;
  display: none;
  position: absolute;
  top: 80%;
  left: 79px;
  overflow: hidden;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, .5);
}

.tooltips-lissoes-copy {
  width: 230px;
  height: 60px;
  opacity: .54;
  text-align: left;
  background-color: #fff;
  background-image: url('../images/favicon-256x256.png');
  background-position: 3% 40%;
  background-repeat: no-repeat;
  background-size: 50px 50px;
  background-attachment: scroll;
  border-radius: 15px 0 15px 15px;
  padding: 3% 23px 10px 67px;
  line-height: 16px;
  position: absolute;
  top: 62%;
  bottom: 0%;
  left: auto;
  right: 12%;
  overflow: hidden;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, .5);
}

.tooltip-dica-1 {
  position: absolute;
  left: 15px;
}

.tooltip-dica-01 {
  width: 432px;
  height: 60px;
  opacity: 1;
  text-align: left;
  background-color: #fff;
  background-image: url('../images/favicon-256x256.png');
  background-position: 3% 40%;
  background-repeat: no-repeat;
  background-size: 50px 50px;
  background-attachment: scroll;
  border-radius: 15px 0 15px 15px;
  padding: 22px 22px 22px 73px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 16px;
  position: absolute;
  top: 85%;
  bottom: 0%;
  left: 38%;
  right: auto;
  overflow: hidden;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, .5);
}

.lottie-animation {
  width: 70%;
  float: none;
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: auto;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lottie-animation-header {
  width: 11%;
  float: none;
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: auto;
  display: block;
  position: absolute;
  top: -28%;
  bottom: auto;
  left: -3%;
  right: auto;
  overflow: visible;
}

.icon-lottie-menu {
  width: 180px;
  position: absolute;
  top: -16%;
  bottom: auto;
  left: -26%;
  right: auto;
}

.navbar {
  height: 60px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(221, 221, 221, .8);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  margin: 0% 24%;
  display: block;
}

.lottie-animation-2 {
  width: 220px;
  margin: -25px;
  padding: 0;
}

.nav-link-3, .nav-link-4, .nav-link-5, .text-block-6, .dropdown-link-5, .dropdown-link-6, .dropdown-link-7 {
  font-family: Exo, sans-serif;
}

.dropdown-list-2 {
  border-radius: 1px;
}

.dropdown-list-2.w--open {
  background-color: #d0c6e0;
  border-radius: 5px;
  top: 51px;
  overflow: visible;
  box-shadow: 7px 7px 7px 1px rgba(0, 0, 0, .21);
}

.lottie-animation-3 {
  width: 54px;
  margin: 5px;
  padding-top: 0;
  position: absolute;
  left: -4px;
}

.tabs {
  width: 79%;
  border-radius: 20px;
  position: absolute;
  top: 22%;
  bottom: 0%;
  left: 28%;
  right: 0%;
}

.tabs-menu {
  width: 510%;
  border-radius: 20px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.tab-link-tab-1 {
  border-radius: 10px;
  margin: 5px;
  padding: 9px 30px;
}

.tab-link-tab-1.w--current {
  width: 110px;
  height: 40px;
  background-color: #d0c6e0;
  border-radius: 10px;
  margin: 5px;
}

.tab-link-tab-2 {
  background-color: #dcdddd;
  border-radius: 10px;
  margin: 5px;
}

.tab-link-tab-2.w--current {
  background-color: #d0c6e0;
}

.tab-link-tab-3 {
  border-radius: 10px;
  margin: 5px;
}

.tab-link-tab-3.w--current {
  height: 40px;
  background-color: #d0c6e0;
}

.tab-pane-tab-1 {
  width: 360px;
  height: 460px;
  position: absolute;
  right: 11.092%;
  overflow: visible;
}

.tab-pane-tab-2 {
  border-radius: 0;
  position: relative;
  left: auto;
  right: auto;
}

.lottie-animation-4 {
  width: 165px;
  height: 61.9965px;
  margin-top: 5px;
}

.dropdown-4 {
  background-color: #fff;
}

.ocultar_config {
  width: 24px;
  height: 80px;
  object-fit: scale-down;
  object-position: 50% 50%;
  background-color: #fff;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  top: 42%;
  bottom: 0%;
  left: 80%;
  right: auto;
}

.icon-2 {
  margin: 10px;
  position: absolute;
  top: 26%;
  bottom: 0%;
  left: -19%;
  right: auto;
}

.navbar-2 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(221, 221, 221, .8);
}

.fechar_conf_mob {
  width: 35px;
  height: 35px;
  opacity: 1;
  outline-offset: 0px;
  color: #5858b3;
  text-align: center;
  background-color: #fff;
  border: 1px #000;
  border-radius: 20px;
  outline: 3px #5858b3;
  margin: 5px;
  padding: 9px;
  font-size: 25px;
  font-weight: 700;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 10%;
  left: 8%;
  right: auto;
}

.ocultar_config-mob {
  width: 24px;
  height: 80px;
  object-fit: scale-down;
  object-position: 50% 50%;
  background-color: #fff;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  top: 42%;
  bottom: 0%;
  left: 80%;
  right: auto;
}

.brand {
  width: 170px;
  height: 60px;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Ativo-2marca-LibrasVerso.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-clip: border-box;
  display: block;
  position: fixed;
}

.hero-heading-center {
  height: auto;
  background-color: #f5f7fa;
  background-image: url('../images/heroBG.png');
  background-position: 0 0;
  background-size: auto;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-7 {
  width: 100%;
  height: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  color: #fff;
  text-align: left;
  margin-bottom: 32px;
}

.hero-wrapper {
  height: 400px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  height: 100%;
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.margin-bottom-24px {
  color: #fff;
  margin-bottom: 24px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border: 1px solid #000;
  border-radius: 10px;
  margin-top: 31px;
  padding: 12px 25px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  width: auto;
  height: 780px;
  flex: 0 auto;
  display: block;
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.image-63 {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.hero-heading-left {
  width: 100%;
  height: 600px;
  background-color: #f5f7fa;
  background-image: linear-gradient(rgba(0, 0, 0, .18), rgba(255, 255, 255, 0) 5%), url('../images/hero2BG2compress.png');
  background-position: 0 0, -200px 0;
  background-size: auto, cover;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-8 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-2 {
  height: auto;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-2 {
  width: 600px;
  height: 410px;
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 5px;
  display: block;
  position: absolute;
  top: 24%;
  bottom: 0%;
  left: 18%;
  right: auto;
}

.hero-split-2.lia {
  height: auto;
  margin-left: 83px;
}

.margin-bottom-24px-2 {
  color: #fff;
  margin-bottom: 24px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.margin-bottom-24px-2.texto_menor {
  width: 299px;
  font-weight: 500;
}

.margin-bottom-24px-2.texto_menor.escuro {
  width: 325px;
  color: #000;
}

.margin-bottom-24px-2.texto_menor.ainda {
  margin-top: 16px;
  font-size: 10px;
  line-height: 18px;
}

.button-primary-2 {
  width: 300px;
  height: auto;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-color: #1a1b1f;
  background-image: linear-gradient(141deg, #01e4d3, #6d52a9 93%);
  background-clip: border-box;
  border: 2px solid #846fa5;
  border-radius: 50px;
  padding: 12px 25px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
  box-shadow: 2px 13px 14px -4px rgba(0, 0, 0, .26);
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.button-primary-2.ir-para-plataforma {
  width: 240px;
  font-size: 12px;
  box-shadow: 2px 13px 14px -8px rgba(0, 0, 0, .39);
}

.button-primary-2.ir-para-plataforma._3d.question-rio {
  width: 340px;
}

.button-primary-2._2 {
  margin-bottom: 20px;
}

.shadow-two-2 {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.heading-2 {
  color: #fff;
  font-family: Exo, sans-serif;
}

.nav-link-6 {
  font-family: Exo, sans-serif;
  font-weight: 300;
}

.botoes {
  color: #6d52a9;
  margin-top: 10px;
  padding: 0;
  font-family: Exo, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

.botoes.ativado {
  color: #846fa5;
  padding: 0;
  font-weight: 800;
}

.nav-link-7 {
  font-family: Exo, sans-serif;
  font-weight: 300;
}

.image-64 {
  margin-bottom: 16px;
}

.navbar-no-shadow-container {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, .88);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-brand {
  padding-right: 39px;
}

.nav-menu-wrapper {
  width: 860px;
}

.nav-menu-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-8 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-8:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link-8:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-8[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.mobile-margin-top-10 {
  padding-right: 0;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.apresentacao {
  height: auto;
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding: 28px;
  display: block;
}

.t-tulos-2 {
  height: 31px;
  color: #846fa5;
  text-align: center;
  font-family: Exo, sans-serif;
  font-size: 30px;
  font-weight: 800;
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.column {
  height: 70px;
  padding-top: 0;
  padding-right: 0;
  display: block;
  position: relative;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.paragraph-5 {
  height: 360px;
  border-radius: 7px;
  overflow: scroll;
}

.columns {
  width: 1140px;
  height: 100%;
  flex-direction: column;
  align-items: center;
  margin-left: 0;
  display: flex;
  position: relative;
  left: -82px;
  right: 178px;
}

.paragraph-6 {
  height: 370px;
  opacity: 1;
  border-radius: 0;
  padding: 20px;
  font-family: Exo, sans-serif;
  line-height: 22px;
  overflow: auto;
}

.team-circles {
  height: auto;
  background-color: #ffd655;
  border: 1px solid #ffd655;
  margin-bottom: 0;
  padding: 9px;
  position: relative;
}

.container-9 {
  width: 100%;
  height: auto;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.titulos-centro {
  color: #846fa5;
  text-align: center;
  margin-bottom: 16px;
  font-family: Exo, sans-serif;
}

.titulos-centro.autores {
  margin-bottom: 2px;
  font-size: 28px;
}

.titulos-centro.lia {
  text-align: left;
}

.centered-subheading {
  width: auto;
  max-width: 530px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Exo, sans-serif;
  font-size: 16px;
}

.centered-subheading.texto-scroll {
  width: 60%;
  height: 291px;
  max-width: 80%;
  text-align: left;
  overflow: auto;
}

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card {
  width: 270.668px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  width: 100px;
  height: 100px;
  object-fit: cover;
  background-color: #fff;
  border-radius: 50%;
  margin-bottom: 24px;
}

.team-member-image.diversao {
  padding: 24px;
}

.team-member-image.interacao {
  padding: 12px;
}

.team-member-name {
  color: #6d52a9;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-family: Exo, sans-serif;
  font-size: 27px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
  font-family: Exo, sans-serif;
}

.column-2 {
  height: 410px;
  background-color: #f7f2ff;
  border-radius: 9px;
  flex-direction: column;
  align-items: center;
  padding: 12px;
  display: flex;
  left: -8px;
  transform: rotate(0);
}

.hero-without-image {
  width: auto;
  height: 540px;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 30px;
  position: relative;
}

.container-10 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  max-width: 750px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.texto-body {
  width: 90%;
  text-align: center;
  margin-bottom: 24px;
  font-family: Exo, sans-serif;
}

.texto-body.pesquisa {
  width: 100%;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-4:active {
  background-color: #43464d;
}

.aprenda-com-a-lia {
  width: 100%;
  height: 474px;
  background-color: #f5f7fa;
  background-image: url('../images/Sessão-3v3.png');
  background-position: 80%;
  background-repeat: repeat-x;
  background-size: 1560px;
  background-attachment: scroll;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 4px;
  padding: 27px;
  position: relative;
}

.testimonial-column-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  display: none;
  position: relative;
}

.container-11 {
  width: 50%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.testimonial-grid-two {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.testimonial-card-two {
  background-color: rgba(132, 111, 165, .11);
  border: 1px solid #e4ebf3;
  border-radius: 20px;
  flex-direction: column;
  padding: 32px 16px 16px;
  display: flex;
}

.testimonial-text-two {
  text-align: center;
  margin-bottom: 19px;
  padding-top: 25px;
  font-family: Exo, sans-serif;
  font-size: 13px;
}

.testimonial-text-two.autor-2 {
  text-align: center;
}

.testimonial-info-three {
  height: auto;
  text-align: center;
  background-color: rgba(255, 255, 255, 0);
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 24px 24px 0 16px;
  display: block;
}

.testimonial-image {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 16px;
}

.testimonial-main-heading {
  color: #6d52a9;
  margin-bottom: 2px;
  font-weight: 600;
}

.container-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: relative;
}

.grid-10 {
  grid-template-columns: 1fr 1fr 1fr;
}

.team-circles-2 {
  height: auto;
  background-color: #ffd655;
  border-bottom: 1px solid #e4ebf3;
  flex-flow: wrap;
  align-content: center;
  justify-content: center;
  padding: 1px 0 0;
  display: flex;
  position: relative;
}

.container-13 {
  width: 52%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.centered-heading-3 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-2 {
  max-width: 530px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.team-grid-2 {
  width: 760px;
  grid-column-gap: 8px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr .5fr;
  grid-auto-columns: 1fr;
  margin-top: 14px;
  display: grid;
}

.team-card-2 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image-2 {
  width: 110px;
  height: 110px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 24px;
  padding: 0;
}

.team-member-image-2._3 {
  background-color: #fff;
  padding: 25px;
}

.team-member-image-2._2 {
  background-color: #fff;
  padding: 20px;
}

.team-member-name-2 {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position-2 {
  margin-bottom: 24px;
}

.dropdown-5 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.dropdown-6 {
  height: 10%;
  text-align: left;
  align-items: flex-start;
}

.text-block-8 {
  text-align: center;
}

.dropdown-toggle-3, .dropdown-df {
  width: 600px;
}

.dropdown-df._01 {
  height: 60px;
  border-bottom: 1px solid #000;
  overflow: hidden;
}

.dropdown-df._01.w--open {
  height: 200px;
}

.dropdown-df._02 {
  height: 60px;
  border-bottom: 1px solid #000;
  display: block;
  overflow: hidden;
}

.dropdown-df._03, .dropdown-df._04, .dropdown-df._05, .dropdown-df._06, .dropdown-df._07 {
  height: 60px;
  border-bottom: 1px solid #000;
  overflow: hidden;
}

.dropdown-toggle-5 {
  width: 600px;
}

.text-block-9 {
  height: auto;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 11px;
  display: flex;
  overflow: hidden;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container-14 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  max-width: 900px;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  width: 225px;
  height: auto;
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-family: Exo, sans-serif;
  font-size: 12px;
  line-height: 17px;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.image-65 {
  width: 200px;
}

.text-block-10 {
  height: 90px;
  white-space: pre-wrap;
  overflow: hidden;
}

.text-block-11 {
  height: 90px;
}

.text-block-12 {
  height: 89px;
  white-space: pre-wrap;
  object-fit: fill;
  padding-bottom: 0;
  font-size: 14px;
  display: block;
  overflow: hidden;
}

.text-block-12.resposta {
  font-size: 12px;
}

.text-block-13 {
  height: 80px;
  white-space: pre-wrap;
  overflow: hidden;
}

.text-block-14 {
  height: 90px;
  white-space: pre-wrap;
}

.text-block-15 {
  height: 87px;
  white-space: pre-wrap;
}

.html-embed-2 {
  width: auto;
  height: 100%;
  object-fit: fill;
  display: block;
  position: relative;
}

.html-embed-3 {
  width: 100%;
  height: 17%;
}

.image-66 {
  margin-right: 20px;
}

.section-6 {
  width: auto;
  text-align: center;
  margin: 35px;
}

.image-67 {
  margin-right: 47px;
}

.video {
  flex-flow: column wrap;
  align-content: center;
  align-items: center;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .hero-heading-left {
    background-image: linear-gradient(rgba(0, 0, 0, .18), rgba(255, 255, 255, 0) 5%), url('../images/hero2BG2compress.png');
    background-position: 0 0, -190px 0;
    background-size: auto, cover;
  }

  .hero-split-2 {
    margin-left: 2px;
  }

  .hero-split-2.lia {
    margin-left: 74px;
  }

  .margin-bottom-24px-2.texto_menor.escuro {
    width: 317px;
  }

  .team-circles {
    border: 1px solid #ffd655;
  }

  .titulos-centro.lia {
    text-align: left;
  }

  .team-member-image {
    width: 100px;
    height: 100px;
    max-height: none;
  }

  .aprenda-com-a-lia {
    background-size: 1620px;
  }

  .team-member-image-2 {
    width: 100px;
    height: auto;
    max-height: none;
  }

  .team-member-image-2._2.interacao {
    height: 100px;
  }
}

@media screen and (min-width: 1920px) {
  .html-embed {
    border-right: 1px solid #fff;
  }

  .image-2 {
    margin-top: -8px;
    top: 15px;
  }

  .grid {
    height: 80%;
  }

  .button.a {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    margin: 10px;
  }

  .button.b {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    margin: 9px 7px 9px 9px;
    top: 0%;
  }

  .button.c {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    margin: 10px;
    left: 38%;
  }

  .button.d {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    margin: 10px;
  }

  .button.e, .button.f {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    margin: 10px;
    top: 12%;
  }

  .button.cedilha {
    width: 60px;
    height: 60px;
    background-image: url('../images/ç.svg');
    border-radius: 10px;
    margin: 10px;
  }

  .button.g, .button.h, .button.i {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    margin: 10px;
    top: 12%;
  }

  .button.j, .button.k, .button.l, .button.m, .button.n {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    margin: 10px;
    top: 24%;
  }

  .button.o, .button.p {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    margin: 10px;
    top: 36%;
  }

  .button.q {
    width: 60px;
    height: 60px;
    background-image: url('../images/q.svg');
    border-radius: 10px;
    margin-top: 54%;
    margin-left: 43%;
    top: 5%;
    left: -2%;
  }

  .button.r {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    margin: 10px;
    top: 36%;
  }

  .button.s {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    margin: 10%;
    top: 31%;
    left: 68%;
  }

  .button.t, .button.u, .button.w, .button.x {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    margin: 10px;
    top: 48%;
  }

  .button.y, .button.z {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    margin: 10px;
    top: 60%;
  }

  .button.v {
    width: 30%;
    width: 60px;
    height: 60px;
    background-image: url('../images/v.svg');
    border-radius: 10px;
    margin: 10px;
    top: 48%;
  }

  .button.todos {
    width: 208px;
    height: 60px;
    opacity: 1;
    border-radius: 10px;
    margin: 10px;
    padding: 17px 10px 10px;
    font-size: 39px;
    display: block;
    top: 60%;
  }

  .text-block-2 {
    text-align: right;
    margin-left: 0;
    margin-right: 20px;
    padding-right: 32px;
  }

  .right-painel-alfabeto {
    width: 500px;
    height: 660px;
    margin-left: -1px;
    overflow: visible;
  }

  .right-painel-position {
    width: 620px;
    height: 100%;
    margin-top: 0;
    margin-right: 51px;
    padding-top: 0;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .menu-left-position {
    width: 6%;
    height: 90%;
    object-fit: fill;
    padding-bottom: 0;
    position: absolute;
    overflow: visible;
  }

  .right-painel-alfabeto-2 {
    height: 96%;
    max-height: 100%;
    margin-left: 20px;
  }

  .menu-topo {
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .botao_nivel_1 {
    width: 250px;
    height: 7px;
    background-color: #846fa5;
    margin-top: 12px;
    margin-left: 100px;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
    overflow: hidden;
  }

  .botao_nivel_1.nivel1 {
    width: 14%;
    height: 64px;
    text-align: left;
    background-color: rgba(132, 111, 165, 0);
    margin-top: 14px;
    margin-left: 97px;
    padding-top: 18px;
    padding-bottom: 0;
    font-size: 30px;
    top: 2%;
    left: -1%;
  }

  .botao_nivel_1_alfabeto {
    width: 8%;
    height: 46%;
    background-color: #846fa5;
    margin-top: 20px;
    margin-left: 1547px;
    padding-top: 7px;
    padding-bottom: 0;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: hidden;
  }

  .lissoes {
    width: 50.3274%;
    height: 62.1%;
    color: #593d85;
  }

  .botao_nivel_1_numeros {
    width: 8%;
    height: 48%;
    background-color: rgba(132, 111, 165, 0);
    margin-top: 20px;
    margin-left: 1722px;
    padding-top: 7px;
    padding-bottom: 0;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: hidden;
  }

  .menu-left {
    width: 5%;
    object-fit: fill;
    position: absolute;
    overflow: hidden;
  }

  .estilo-cabelo-1 {
    width: 45px;
    height: 45px;
    background-size: cover;
    border-radius: 50px;
    margin: 10px;
    top: 14%;
  }

  .estilo-cabelo-1-copy {
    height: 9%;
    height: 9%;
    background-image: url('../images/cabelo-estilo-1.png');
    background-size: cover;
    margin-top: 245px;
  }

  .estilo-cabelo-2ok {
    height: 45px;
    background-size: cover;
    border-radius: 100px;
    margin: 10px;
    top: 20%;
  }

  .estilo-cabelo-3 {
    height: 45px;
    background-size: cover;
    border-radius: 100px;
    margin: 10px;
    top: 26%;
  }

  .cor-cabelo-1 {
    height: 45px;
    background-image: url('../images/Agrupar-12.png');
    background-size: cover;
    border-radius: 100px;
    margin: 10px;
    top: 32%;
  }

  .cor-cabelo-2 {
    height: 45px;
    background-image: url('../images/Agrupar-13.png');
    background-size: cover;
    border-radius: 100px;
    margin: 10px;
    top: 38%;
  }

  .cor-cabelo-3 {
    height: 45px;
    background-image: url('../images/Agrupar-14.png');
    background-size: cover;
    border-radius: 100px;
    margin: 10px;
    top: 44%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .cor-pele-1 {
    height: 45px;
    background-image: url('../images/Agrupar-15.png');
    background-size: cover;
    border-radius: 100px;
    margin: 10px;
    top: 50%;
  }

  .cor-pele-2 {
    height: 45px;
    background-image: url('../images/Agrupar-16.png');
    background-size: cover;
    border-radius: 100px;
    margin: 10px;
    top: 56%;
  }

  .cor-pele-3 {
    height: 45px;
    background-image: url('../images/Agrupar-17.png');
    background-size: cover;
    border-radius: 100px;
    margin: 10px;
    top: 62%;
  }

  .settings {
    height: 5%;
    background-color: rgba(255, 255, 255, 0);
    background-size: contain;
    border-radius: 0;
    margin-top: 0;
  }

  .div-block-4 {
    width: 7%;
  }

  .backgound-claro {
    width: 33px;
    height: 33px;
    background-image: url('../images/icon_diurno_off.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 700px;
    margin-right: 72px;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .imagem-perfil {
    width: 134px;
    height: 80px;
  }

  .backgound-escuro {
    width: 33px;
    height: 33px;
    background-image: url('../images/icon_noturno.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 700px;
    margin-right: 33px;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .munu-left {
    width: 72px;
    height: 100%;
    margin-top: 72px;
    margin-bottom: 223px;
    top: -68px;
    overflow: visible;
  }

  .munu-topo-position {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
    overflow: hidden;
  }

  .bold-text {
    width: 70.5225%;
    height: 63%;
  }

  .use-na-horizontal {
    text-align: right;
    margin-bottom: -118px;
    margin-left: 0;
    margin-right: 20px;
    padding-right: 32px;
    overflow: hidden;
  }

  .bg-claro {
    width: 40px;
    height: 40px;
    background-image: url('../images/icon_diurno_off.png');
    background-size: cover;
    margin: 10px;
    top: auto;
    bottom: 25%;
    left: 0%;
  }

  .bg-claro-escuro {
    width: 40px;
    height: 40px;
    background-image: url('../images/icon-diurno.png');
    background-size: cover;
    margin: 10px;
    top: auto;
    bottom: 19%;
    left: 0%;
  }

  .botao-ativado {
    width: 50.3274%;
    height: 62.1%;
    color: #fff;
  }

  .tooltips {
    width: 180px;
    height: 40px;
    opacity: 1;
    border-top-left-radius: 0;
    padding-top: 12px;
    font-family: Exo, sans-serif;
    font-weight: 300;
    display: block;
    top: 16%;
    left: 75px;
    box-shadow: 7px 7px 20px rgba(0, 0, 0, .5);
  }

  .tooltips-cor-cabelo {
    width: 180px;
    height: 40px;
    opacity: 1;
    border-top-left-radius: 0;
    padding: 13px 10px 10px;
    font-family: Exo, sans-serif;
    font-weight: 300;
    top: 34%;
    left: 75px;
    box-shadow: 7px 7px 20px rgba(0, 0, 0, .5);
  }

  .tooltips-cor-da-pele-2 {
    width: 150px;
    height: 40px;
    opacity: 1;
    border-top-left-radius: 0;
    padding: 10px;
    font-family: Exo, sans-serif;
    font-weight: 300;
    top: 58%;
    left: 75px;
    overflow: visible;
    box-shadow: 7px 7px 20px rgba(0, 0, 0, .5);
  }

  .tooltips-bg-claro {
    width: 186px;
    height: 58px;
    opacity: 1;
    border-top-left-radius: 0;
    padding-top: 13px;
    font-family: Exo, sans-serif;
    font-size: 14px;
    font-weight: 300;
    top: 70%;
    left: 76px;
    overflow: visible;
    box-shadow: 7px 7px 20px rgba(0, 0, 0, .5);
  }

  .tooltips-lissoes {
    width: 370px;
    height: 60px;
    opacity: 1;
    border-top-right-radius: 0;
    padding-top: 6%;
    font-family: Exo, sans-serif;
    font-size: 15px;
    font-weight: 300;
    top: 80%;
    left: auto;
    right: 6%;
    box-shadow: 7px 7px 20px rgba(0, 0, 0, .5);
  }

  .ajuda {
    width: 40px;
    height: 40px;
    border-radius: 220px;
    margin: 10px;
    padding: 12px;
    top: auto;
    bottom: 13%;
    left: 0%;
  }

  .tooltips-cor-cabelo-2 {
    width: 180px;
    height: 40px;
    opacity: 1;
    border-top-left-radius: 0;
    padding: 13px 10px 10px;
    font-family: Exo, sans-serif;
    font-weight: 300;
    top: 40%;
    left: 75px;
    box-shadow: 7px 7px 20px rgba(0, 0, 0, .5);
  }

  .tooltips-cor-cabelo-3 {
    width: 180px;
    height: 40px;
    opacity: 1;
    border-top-left-radius: 0;
    padding: 13px 10px 10px;
    font-family: Exo, sans-serif;
    font-weight: 300;
    top: 46%;
    left: 75px;
    box-shadow: 7px 7px 20px rgba(0, 0, 0, .5);
  }

  .estilo-cabelo-2-tooltip {
    width: 180px;
    height: 40px;
    opacity: 1;
    border-top-left-radius: 0;
    padding-top: 12px;
    font-family: Exo, sans-serif;
    font-weight: 300;
    display: block;
    top: 22%;
    left: 75px;
    overflow: visible;
    box-shadow: 7px 7px 20px rgba(0, 0, 0, .5);
  }

  .tooltips-estilo-cabelo-3 {
    width: 180px;
    height: 40px;
    opacity: 1;
    border-top-left-radius: 0;
    padding-top: 13px;
    font-family: Exo, sans-serif;
    font-weight: 300;
    display: block;
    top: 28%;
    left: 75px;
    box-shadow: 7px 7px 20px rgba(0, 0, 0, .5);
  }

  .tooltips-cor-da-pele {
    width: 150px;
    height: 40px;
    opacity: 1;
    border-top-left-radius: 0;
    padding: 12px 10px 10px;
    font-family: Exo, sans-serif;
    font-weight: 300;
    top: 52%;
    left: 75px;
    box-shadow: 7px 7px 20px rgba(0, 0, 0, .5);
  }

  .tooltips-cor-da-pele-3 {
    width: 150px;
    height: 40px;
    opacity: 1;
    border-top-left-radius: 0;
    padding: 13px 10px 10px;
    font-family: Exo, sans-serif;
    font-weight: 300;
    top: 64%;
    left: 75px;
    box-shadow: 7px 7px 20px rgba(0, 0, 0, .5);
  }

  .tooltips-bg-escola {
    width: 152px;
    height: 40px;
    opacity: 1;
    border-top-left-radius: 0;
    padding-top: 11px;
    font-family: Exo, sans-serif;
    font-size: 14px;
    font-weight: 300;
    top: 77%;
    left: 76px;
    box-shadow: 7px 7px 20px rgba(0, 0, 0, .5);
  }

  .tooltips-lissoes-copy {
    width: 370px;
    height: 60px;
    opacity: 1;
    border-top-right-radius: 0;
    padding-top: 6%;
    font-size: 15px;
    top: 80%;
    left: auto;
    right: 6%;
    box-shadow: 7px 7px 20px rgba(0, 0, 0, .5);
  }

  .tooltip-dica-01 {
    width: 417px;
    height: 40px;
    opacity: 1;
    border-top-right-radius: 0;
    padding: 26px 28px 39px 77px;
    font-size: 17px;
    top: auto;
    bottom: 11%;
    left: 37%;
    right: 6%;
    box-shadow: 7px 7px 20px rgba(0, 0, 0, .5);
  }

  .lottie-animation {
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .lottie-animation-header {
    width: 840px;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .navbar {
    height: 60px;
    margin: 0% 27%;
  }

  .container-5 {
    height: 80px;
  }

  .nav-link-3, .nav-link-4, .nav-link-5 {
    font-family: Exo, sans-serif;
  }

  .lottie-animation-3 {
    width: 60px;
    margin: 0 5px 5px;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: -21px;
    right: auto;
  }

  .tabs {
    position: absolute;
    top: 182px;
    left: 145px;
  }

  .ocultar_config {
    position: absolute;
    top: 43%;
    bottom: 0%;
    left: 53%;
    right: auto;
  }

  .fechar_conf_mob {
    width: 40px;
    height: 40px;
    border-radius: 220px;
    margin: 10px;
    padding: 12px;
    top: auto;
    bottom: 13%;
    left: 0%;
  }

  .ocultar_config-mob {
    display: none;
    position: absolute;
    top: 43%;
    bottom: 0%;
    left: 49%;
    right: auto;
  }

  .hero-heading-left {
    width: 100%;
    height: 670px;
    background-position: 0 0, 0 0;
  }

  .hero-split-2 {
    top: 29%;
    left: 28%;
  }

  .button-primary-2 {
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(32, 22, 62, .26) 17%, rgba(255, 255, 255, 0) 85%), linear-gradient(141deg, #01e4d3, #6d52a9 93%);
  }

  .button-primary-2.ir-para-plataforma {
    width: 230px;
    height: 47.9861px;
    text-transform: uppercase;
    text-shadow: 2px 3px 4px rgba(33, 10, 83, .32);
    white-space: normal;
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(32, 22, 62, .26) 11%, rgba(255, 255, 255, 0) 68%), linear-gradient(141deg, #01e4d3, #6d52a9 93%);
    font-size: 13px;
    font-style: normal;
    box-shadow: 2px 13px 14px -8px rgba(0, 0, 0, .3);
  }

  .button-primary-2.ir-para-plataforma._3d {
    width: 280px;
  }

  .button-primary-2.ir-para-plataforma._3d.question-rio {
    width: 24%;
  }

  .botoes {
    padding: 8px;
    text-decoration: none;
  }

  .botoes.ativado {
    padding: 8px;
  }

  .navbar-no-shadow-container {
    background-color: rgba(255, 255, 255, .81);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .team-circles {
    height: 180px;
    border: 1px solid #ffd655;
  }

  .titulos-centro.lia {
    text-align: left;
  }

  .centered-subheading {
    width: auto;
  }

  .centered-subheading.texto-scroll {
    padding-left: 59px;
  }

  .hero-without-image {
    height: auto;
    background-color: #fff;
    padding: 25px;
  }

  .aprenda-com-a-lia {
    width: 100%;
    height: 720px;
    background-position: 50% 40%;
    background-size: 2330px;
    margin-top: 13px;
  }

  .testimonial-column-light {
    background-color: #fff;
    border: 1px #000;
    padding: 47px;
  }

  .container-13 {
    width: 50%;
    padding-left: 80px;
  }

  .team-member-image-2 {
    width: 120px;
    height: auto;
  }

  .team-member-image-2._2 {
    width: 120px;
    height: 120px;
  }

  .team-member-image-2._2.interacao {
    height: 120px;
  }

  .div-block-8 {
    margin: 42px;
  }

  .image-66 {
    padding-right: 0;
  }
}

@media screen and (max-width: 991px) {
  .image-2 {
    margin-top: -14px;
    margin-bottom: 0;
    padding-bottom: 0;
    top: 18px;
  }

  .grid {
    width: 90%;
    height: 90%;
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    grid-template-rows: 60px minmax(60px, 40px) minmax(60px, 40px) minmax(60px, 40px) minmax(60px, 40px) minmax(60px, 40px) 60px minmax(60px, 40px) minmax(60px, 40px) minmax(60px, 40px) minmax(40px, 60px) minmax(40px, 60px);
  }

  .button.a, .button.b {
    width: 40px;
    height: 40px;
    margin: 10px;
  }

  .button.c {
    width: 40px;
    height: 40px;
    margin: 10px;
    left: 38%;
  }

  .button.d {
    width: 40px;
    height: 40px;
    margin: 10px;
    left: 76%;
  }

  .button.e, .button.f {
    width: 40px;
    height: 40px;
    margin: 10px;
    top: 10%;
  }

  .button.cedilha {
    width: 40px;
    height: 40px;
    margin: 10px;
    left: 57%;
  }

  .button.g {
    width: 40px;
    height: 40px;
    margin: 10px;
    top: 10%;
  }

  .button.h {
    width: 40px;
    height: 40px;
    margin: 10px;
    top: 10%;
    left: 57%;
  }

  .button.i {
    width: 40px;
    height: 40px;
    margin: 10px;
    top: 10%;
    left: 76%;
  }

  .button.j, .button.k {
    width: 40px;
    height: 40px;
    margin: 10px;
    top: 20%;
  }

  .button.l {
    width: 40px;
    height: 40px;
    margin: 9px;
    top: 20%;
  }

  .button.m {
    width: 40px;
    height: 40px;
    margin: 10px;
    top: 20%;
    left: 57%;
  }

  .button.n {
    width: 40px;
    height: 40px;
    margin: 10px;
    top: 20%;
    left: 76%;
  }

  .button.o, .button.p, .button.q {
    width: 40px;
    height: 40px;
    margin: 10px;
    top: 30%;
  }

  .button.r {
    width: 40px;
    height: 40px;
    margin: 10px;
    top: 30%;
    left: 57%;
  }

  .button.s {
    width: 40px;
    height: 40px;
    margin: 11px;
    top: 30%;
    left: 76%;
  }

  .button.t, .button.u {
    width: 40px;
    height: 40px;
    margin: 10px;
    top: 40%;
  }

  .button.w {
    width: 40px;
    height: 40px;
    margin: 10px;
    top: 40%;
    left: 57%;
  }

  .button.x {
    width: 40px;
    height: 40px;
    margin: 10px;
    top: 40%;
  }

  .button.y, .button.z {
    width: 40px;
    height: 40px;
    margin: 10px;
    top: 50%;
  }

  .button.v {
    width: 40px;
    height: 40px;
    margin: 10px;
    top: 40%;
  }

  .button.todos {
    width: 130px;
    height: 40px;
    margin: 10px;
    padding: 8px 10px 10px;
    font-size: 27px;
    top: 50%;
  }

  .image-8 {
    width: 40px;
    height: 40px;
    margin-top: 0;
  }

  .section-3 {
    overflow: scroll;
  }

  .text-block-2 {
    text-align: right;
    margin-left: 19px;
    margin-right: 23px;
  }

  .image-41, .image-42, .image-43, .image-44, .image-45, .image-46, .image-47, .image-48, .image-49 {
    width: 80%;
  }

  .section-5 {
    height: 800px;
    position: fixed;
    top: 11%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .grid-9 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    background-color: #c4c4c4;
    grid-template-rows: 100px 100px 100px 100px 100px;
    grid-template-columns: 100px 100px;
    grid-auto-columns: 1fr;
    margin-left: 0;
    display: grid;
    position: -webkit-sticky;
    position: sticky;
  }

  .right-painel-alfabeto {
    width: 240px;
    height: 560px;
    object-fit: scale-down;
    margin-left: 66px;
    top: 7%;
    overflow: visible;
  }

  .right-painel-position {
    width: 250px;
    object-fit: scale-down;
    margin-right: 0;
    right: 1%;
  }

  .menu-left-position {
    width: 22%;
    height: 90%;
    margin-top: 101px;
    margin-left: -2px;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .right-painel-alfabeto-2 {
    object-fit: scale-down;
    margin-left: 71px;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .image-48-copy {
    width: 80%;
  }

  .menu-topo {
    width: 100%;
    height: 70px;
  }

  .botao_nivel_1 {
    width: 19%;
    height: 54%;
    padding-top: 15px;
    font-size: 18px;
  }

  .botao_nivel_1.nivel1 {
    width: 34%;
    height: 50px;
    padding-top: 13px;
    font-size: 21px;
    top: 3%;
    left: 10%;
  }

  .botao_nivel_1_alfabeto {
    width: 170px;
    height: 40px;
    margin: 10px;
    padding: 10px;
    font-size: 18px;
    top: 9%;
    left: auto;
    right: 20%;
  }

  .botao_nivel_1_numeros {
    width: 17%;
    height: 44%;
    margin-top: 18px;
    margin-left: 0;
    padding-top: 6px;
    font-size: 18px;
    right: 2%;
  }

  .menu-left {
    width: 11%;
    height: 100%;
  }

  .estilo-cabelo-1 {
    width: 40px;
    height: 40px;
    margin: 5px;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .estilo-cabelo-1-copy {
    height: 6%;
    height: 6%;
    position: -webkit-sticky;
    position: sticky;
  }

  .estilo-cabelo-2ok {
    width: 40px;
    height: 40px;
    margin: 5px;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 30%;
    right: auto;
  }

  .estilo-cabelo-3 {
    width: 40px;
    height: 40px;
    margin: 5px;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 60%;
    right: auto;
  }

  .cor-cabelo-1 {
    width: 40px;
    height: 40px;
    margin: 5px;
    position: absolute;
    top: 6%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .cor-cabelo-2 {
    width: 40px;
    height: 40px;
    margin: 5px;
    position: absolute;
    top: 6%;
    left: 30%;
  }

  .cor-cabelo-3 {
    width: 40px;
    height: 40px;
    margin: 5px;
    position: absolute;
    top: 6%;
    left: 60%;
  }

  .cor-pele-1 {
    width: 40px;
    height: 40px;
    margin: 5px;
    position: absolute;
    top: 12%;
  }

  .cor-pele-2 {
    width: 40px;
    height: 40px;
    margin: 5px;
    position: absolute;
    top: 12%;
    left: 30%;
  }

  .cor-pele-3 {
    width: 40px;
    height: 40px;
    margin: 5px;
    position: absolute;
    top: 12%;
    bottom: auto;
    left: 60%;
    right: auto;
  }

  .settings {
    width: 60%;
    height: 4%;
    margin-top: 111px;
    margin-left: 13px;
    position: -webkit-sticky;
    position: sticky;
  }

  .div-block-4 {
    width: 15%;
  }

  .backgound-claro {
    width: 60%;
    height: 8%;
    justify-content: flex-end;
    margin-top: 272px;
    margin-left: 0;
    margin-right: 5px;
    display: flex;
  }

  .imagem-perfil {
    width: 115px;
  }

  .backgound-escuro {
    width: 60%;
    height: 8%;
    justify-content: flex-end;
    margin-top: 297px;
    margin-right: 6px;
    display: flex;
  }

  .munu-left {
    width: 160px;
    height: 100%;
    border-style: none;
    border-width: 1px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 16px;
    padding-bottom: 288px;
    top: 0%;
    bottom: auto;
    left: 8%;
    right: 0%;
  }

  .bold-text {
    height: 30px;
    padding: 5px;
    font-size: 25px;
    top: 24%;
    left: 4%;
    overflow: hidden;
  }

  .use-na-horizontal {
    text-align: right;
    margin-bottom: -148px;
    margin-left: 19px;
    margin-right: 23px;
  }

  .bg-claro {
    width: 40px;
    height: 40px;
    background-image: url('../images/icon_diurno_off.png');
    margin: 5px;
    position: absolute;
    top: 18%;
    bottom: auto;
  }

  .bg-claro-escuro {
    width: 40px;
    height: 40px;
    background-image: url('../images/icon-diurno.png');
    margin: 5px;
    position: absolute;
    top: 18%;
    bottom: auto;
    left: 30%;
  }

  .tooltips {
    top: 0%;
    left: 151px;
  }

  .tooltips-cor-cabelo {
    top: 6%;
    left: 153px;
  }

  .tooltips-cor-da-pele-2 {
    display: block;
    top: 12%;
    left: 155px;
  }

  .tooltips-bg-claro {
    top: 24%;
    left: 7px;
  }

  .tooltips-lissoes {
    width: 210px;
    height: 49px;
    background-size: 40px;
    padding-top: 3%;
    padding-left: 57px;
    top: 45%;
    right: 116%;
  }

  .ajuda {
    width: 40px;
    height: 40px;
    margin: 5px;
    padding: 12px;
    position: absolute;
    top: 18%;
    bottom: auto;
    left: 60%;
  }

  .tooltips-cor-cabelo-2 {
    display: block;
    top: 6%;
    left: 154px;
  }

  .tooltips-cor-cabelo-3 {
    display: block;
    top: 6%;
    left: 96%;
  }

  .estilo-cabelo-2-tooltip {
    display: block;
    top: 0%;
    left: 151px;
  }

  .tooltips-estilo-cabelo-3 {
    display: block;
    top: 0%;
    left: 152px;
  }

  .tooltips-cor-da-pele {
    top: 12%;
    left: 155px;
  }

  .tooltips-cor-da-pele-3 {
    display: block;
    top: 12%;
    left: 155px;
  }

  .tooltips-bg-escola {
    top: 18%;
    left: 157px;
  }

  .tooltips-lissoes-copy {
    width: 250px;
    padding-top: 3%;
    top: 72%;
    right: 9%;
  }

  .tooltip-dica-01 {
    width: 250px;
    padding: 15px 19px 19px 63px;
    font-size: 14px;
    top: auto;
    bottom: 13%;
    left: 40%;
    right: 9%;
  }

  .lottie-animation, .lottie-animation-header {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .navbar {
    margin: 0% 8%;
  }

  .lottie-animation-2 {
    width: 203px;
    margin-left: -77px;
  }

  .lottie-animation-3 {
    width: 50px;
    padding-top: 4px;
    position: absolute;
    left: 18px;
  }

  .nav-menu {
    width: 100px;
    top: 100%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .dropdown-toggle-2 {
    width: 200px;
    display: block;
  }

  .ocultar_config {
    display: none;
    top: 7%;
    left: 0%;
  }

  .fechar_conf_mob {
    width: 30px;
    height: 30px;
    margin: 5px;
    padding: 6px;
    font-family: Lato, sans-serif;
    font-size: 1px;
    position: absolute;
    top: -47px;
    bottom: auto;
    left: 60%;
  }

  .ocultar_config-mob {
    display: block;
    top: 7%;
    left: 0%;
  }

  .container-7 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-heading-left {
    height: 510px;
    background-position: 0 0, -340px 0;
    padding: 13px;
  }

  .container-8 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-top: 17px;
    margin-bottom: 40px;
    top: 12%;
    left: 7%;
  }

  .hero-split-2.lia {
    height: 290px;
    margin-left: 6px;
  }

  .margin-bottom-24px-2.texto_menor {
    width: 300px;
  }

  .margin-bottom-24px-2.texto_menor.escuro {
    width: 269px;
    font-size: 14px;
    line-height: 20px;
  }

  .button-primary-2.ir-para-plataforma {
    width: 220px;
    margin: 16px;
    font-size: 11px;
  }

  .button-primary-2.ir-para-plataforma._3d.videos {
    width: 160px;
    height: 39px;
    align-self: center;
    padding: 9px;
  }

  .navbar-no-shadow-container {
    height: 60px;
    background-color: rgba(255, 255, 255, 0);
  }

  .navbar-wrapper {
    height: 30px;
  }

  .navbar-brand {
    padding-right: 0;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-2 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: block;
  }

  .nav-link-8 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .apresentacao {
    float: none;
    clear: none;
    flex-direction: row;
    align-items: center;
    display: flex;
  }

  .column {
    height: 80px;
    text-align: center;
    padding-left: 0;
  }

  .columns {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    top: -21px;
    left: -46px;
  }

  .paragraph-6 {
    align-self: stretch;
  }

  .team-circles {
    height: 203px;
    border: 1px solid #ffd655;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container-9 {
    max-width: 728px;
  }

  .titulos-centro.lia {
    text-align: left;
  }

  .centered-subheading {
    height: 80px;
    display: block;
  }

  .centered-subheading.texto-scroll {
    width: 80%;
    height: 191px;
    overflow: scroll;
  }

  .team-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .team-card {
    width: 200px;
  }

  .team-member-image {
    width: 100px;
    height: 100px;
  }

  .team-member-position {
    width: 170px;
  }

  .column-2 {
    align-self: center;
  }

  .hero-without-image {
    height: 550px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .container-10 {
    max-width: 728px;
  }

  .aprenda-com-a-lia {
    height: 460px;
    background-position: 58%;
    background-size: cover;
  }

  .testimonial-column-light {
    height: 820px;
    padding-top: 18px;
  }

  .container-11 {
    width: 90%;
    height: 610px;
    max-width: 728px;
  }

  .testimonial-grid-two {
    grid-column-gap: 30px;
  }

  .testimonial-info-three {
    flex-direction: column;
  }

  .container-12 {
    flex-direction: column;
    flex: 0 auto;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .team-circles-2 {
    height: 370px;
    margin-left: 0;
    padding-left: 0;
  }

  .container-13 {
    max-width: 728px;
    position: static;
  }

  .team-grid-2 {
    grid-column-gap: 17px;
    justify-content: center;
    margin: 10px;
    padding: 9px;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .team-member-image-2 {
    width: 100px;
    height: 100px;
  }

  .container-14 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .image-67 {
    width: 150px;
  }
}

@media screen and (max-width: 767px) {
  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }

  .sticky-nav-2 {
    position: relative;
  }

  .image-2 {
    width: 30px;
    height: 30px;
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
    top: 8px;
    left: 12px;
  }

  .button.a {
    width: 30px;
    height: 30px;
    object-fit: scale-down;
    margin: 10px;
  }

  .button.b {
    width: 30px;
    height: 30px;
    object-fit: scale-down;
  }

  .button.c {
    width: 30px;
    height: 30px;
    object-fit: scale-down;
    object-position: 50% 50%;
  }

  .button.d {
    width: 30px;
    height: 30px;
    margin: 10px;
  }

  .button.e, .button.f {
    width: 30px;
    height: 30px;
    margin: 10px;
    top: 14%;
  }

  .button.cedilha {
    width: 30px;
    height: 30px;
    object-fit: scale-down;
    object-position: 50% 50%;
  }

  .button.g {
    width: 30px;
    height: 30px;
    margin: 10px;
    top: 14%;
  }

  .button.h {
    width: 30px;
    height: 30px;
    margin: 9px;
    top: 14%;
  }

  .button.i {
    width: 30px;
    height: 30px;
    margin: 10px;
    top: 14%;
  }

  .button.j, .button.k, .button.l, .button.m {
    width: 30px;
    height: 30px;
    margin: 10px;
    top: 28%;
  }

  .button.n {
    width: 30px;
    height: 30px;
    object-fit: scale-down;
    margin: 10px;
    top: 28%;
  }

  .button.o {
    width: 30px;
    height: 30px;
    object-fit: scale-down;
    margin: 10px;
    top: 42%;
  }

  .button.p, .button.q {
    width: 30px;
    height: 30px;
    object-fit: scale-down;
    object-position: 50% 50%;
    margin: 10px;
    top: 42%;
  }

  .button.r, .button.s {
    width: 30px;
    height: 30px;
    margin: 10px;
    top: 42%;
  }

  .button.t, .button.u, .button.w {
    width: 30px;
    height: 30px;
    margin: 10px;
    top: 56%;
  }

  .button.x {
    width: 30px;
    height: 30px;
    margin: 10%;
    top: 52%;
    left: 71%;
  }

  .button.y, .button.z {
    width: 30px;
    height: 30px;
    margin: 10px;
    top: 69%;
  }

  .button.v {
    width: 30px;
    height: 30px;
    margin: 10px;
    top: 56%;
  }

  .button.todos {
    width: 103px;
    height: 30px;
    margin: 10px;
    padding: 4px;
    font-size: 16px;
    top: 69%;
  }

  .section-3 {
    object-fit: scale-down;
    position: fixed;
    overflow: hidden;
  }

  .hero-overlay, .hero {
    padding: 40px 20px;
  }

  .flex-container {
    flex-direction: column;
  }

  .hero-image-mask {
    order: -1;
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-2 {
    margin-left: 13px;
  }

  .hero-overlay-2, .hero-overlay-3 {
    padding: 40px 20px;
  }

  .section-5 {
    width: 150px;
  }

  .grid-9 {
    grid-template-rows: 50px 50px 50px 50px 50px;
    grid-template-columns: 50px 50px;
    justify-content: start;
    justify-items: end;
    margin-top: auto;
    margin-left: auto;
  }

  .right-painel-alfabeto {
    width: 100%;
    height: 279px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
    overflow: visible;
  }

  .right-painel-position {
    width: 200px;
    height: 420px;
    margin-top: 80px;
    margin-right: 40px;
    padding-top: 0;
    padding-bottom: 0;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: -2%;
  }

  .menu-left-position {
    width: 180px;
    height: 220px;
    margin-top: 80px;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .right-painel-alfabeto-2 {
    margin-left: 56px;
  }

  .menu-topo {
    width: 100%;
    height: 40px;
  }

  .botao_nivel_1.nivel1 {
    width: 40%;
    height: 5%;
    margin-top: 10px;
    margin-left: 49px;
    top: -12%;
    left: 0%;
  }

  .botao_nivel_1_alfabeto {
    width: 14%;
    height: 49%;
    margin: 10px;
    padding: 0;
    font-size: 70%;
    top: 4%;
    right: 16%;
  }

  .lissoes {
    font-size: 10px;
  }

  .botao_nivel_1_numeros {
    width: 16%;
    height: 40%;
    margin: 10px;
    padding: 0;
  }

  .estilo-cabelo-1 {
    width: 35px;
    height: 35px;
    margin: 10px;
    position: absolute;
    top: 5%;
  }

  .estilo-cabelo-1-copy {
    height: 6%;
    height: 6%;
  }

  .estilo-cabelo-2ok {
    width: 35px;
    height: 35px;
    flex-direction: row;
    margin: 10px;
    display: flex;
    position: absolute;
    top: 5%;
    bottom: 14px;
    left: 32%;
    right: 0%;
  }

  .estilo-cabelo-3 {
    width: 35px;
    height: 35px;
    margin: 10px;
    display: flex;
    position: absolute;
    top: 5%;
    left: 63%;
  }

  .cor-cabelo-1 {
    width: 35px;
    height: 35px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin: 10px 10% 10%;
    display: flex;
    position: absolute;
    top: 26%;
    left: -3%;
  }

  .cor-cabelo-2 {
    width: 35px;
    height: 35px;
    margin: 10px;
    display: flex;
    position: absolute;
    top: 26%;
    left: 32%;
  }

  .cor-cabelo-3 {
    width: 35px;
    height: 35px;
    margin: 10px;
    display: flex;
    position: absolute;
    top: 26%;
    left: 63%;
  }

  .cor-pele-1 {
    width: 35px;
    height: 35px;
    margin: 10px;
    display: flex;
    position: absolute;
    top: 48%;
  }

  .cor-pele-2 {
    width: 35px;
    height: 35px;
    margin: 10px;
    display: flex;
    position: absolute;
    top: 48%;
    left: 32%;
  }

  .cor-pele-3 {
    width: 35px;
    height: 35px;
    margin: 10px;
    display: flex;
    position: absolute;
    top: 48%;
    left: 63%;
  }

  .settings {
    width: 60%;
    height: 4%;
    margin-top: 97px;
    margin-left: 16px;
  }

  .div-block-4 {
    width: 20%;
    height: 10%;
  }

  .backgound-claro {
    width: 30px;
    height: 30px;
    margin-top: 100%;
    margin-right: 71%;
  }

  .imagem-perfil {
    width: 60px;
    height: 50px;
  }

  .backgound-escuro {
    width: 30px;
    height: 30px;
    margin-top: 99%;
    margin-left: 0;
    margin-right: 36%;
  }

  .munu-left {
    width: 150px;
    height: 220px;
    outline-offset: 0px;
    border: 1px #000;
    outline: 3px #333;
    margin: 0 0 0 14px;
    padding-bottom: 0;
    top: 0%;
    bottom: auto;
    left: 5%;
    right: 0%;
  }

  .munu-topo-position {
    width: 120%;
  }

  .bold-text {
    width: 200px;
    height: 80%;
    font-size: 14px;
    top: 3%;
  }

  .use-na-horizontal {
    margin-top: 213px;
    margin-left: 13px;
  }

  .bg-claro {
    width: 35px;
    height: 35px;
    margin: 10px;
    display: flex;
    top: 70%;
    left: 32%;
  }

  .bg-claro-escuro {
    width: 35px;
    height: 35px;
    margin: 10px;
    display: flex;
    top: 70%;
    left: 0%;
  }

  .tooltips {
    width: 180px;
    height: 35px;
    padding: 10px;
    display: none;
    top: 9%;
    left: 96%;
  }

  .tooltips-cor-cabelo {
    width: 170px;
    height: 35px;
    padding: 10px;
    display: none;
    top: 29%;
    left: 96%;
  }

  .tooltips-cor-da-pele-2 {
    width: 170px;
    height: 35px;
    padding: 10px;
    display: block;
    top: 53%;
    left: 96%;
  }

  .tooltips-bg-claro {
    width: 110px;
    height: 90px;
    padding: 10px;
    top: 77%;
    left: 73%;
  }

  .tooltips-lissoes {
    width: 170px;
    height: 48px;
    padding-left: 53px;
    padding-right: 7px;
    font-size: 11px;
    top: 62%;
    left: auto;
    right: 100%;
    overflow: visible;
  }

  .ajuda {
    width: 34px;
    height: 34px;
    text-align: center;
    margin: 10px;
    padding: 8px 8px 8px 10px;
    font-size: 21px;
    display: none;
    top: 70%;
    left: 63%;
  }

  .tooltips-cor-cabelo-2, .tooltips-cor-cabelo-3 {
    width: 170px;
    height: 35px;
    padding: 10px;
    display: none;
    top: 29%;
    left: 96%;
  }

  .estilo-cabelo-2-tooltip, .tooltips-estilo-cabelo-3 {
    width: 180px;
    height: 35px;
    padding: 10px;
    display: none;
    top: 9%;
    left: 96%;
  }

  .tooltips-cor-da-pele {
    width: 170px;
    height: 35px;
    padding: 10px;
    display: block;
    top: 54%;
    left: 96%;
  }

  .tooltips-cor-da-pele-3 {
    width: 170px;
    height: 35px;
    padding: 10px;
    display: block;
    top: 53%;
    left: 96%;
  }

  .tooltips-bg-escola {
    width: 90px;
    height: 54px;
    top: 77%;
    left: 73%;
  }

  .tooltips-lissoes-copy {
    width: 189px;
    height: 60px;
    padding-right: 7px;
    top: 94%;
    left: 4px;
    overflow: visible;
  }

  .tooltip-dica-01 {
    width: 226px;
    height: 60px;
    padding-right: 7px;
    font-size: 102%;
    display: none;
    top: 29%;
    left: 4%;
    overflow: visible;
  }

  .lottie-animation, .lottie-animation-header {
    width: 100%;
    margin-top: auto;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .icon-lottie-menu {
    width: 97px;
  }

  .navbar {
    width: auto;
    height: auto;
    margin: 0% 5%;
    display: block;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .lottie-animation-2 {
    width: 180px;
    margin-top: -23px;
    margin-left: -62px;
    display: block;
  }

  .container-5 {
    width: auto;
    height: auto;
  }

  .nav-link-3 {
    width: auto;
    height: 50px;
    float: none;
    clear: none;
    display: block;
  }

  .nav-link-4, .nav-link-5 {
    height: 50px;
  }

  .dropdown-link-5, .dropdown-link-6, .dropdown-link-7 {
    width: 150px;
  }

  .dropdown-list-2.w--open {
    width: auto;
    height: auto;
    position: relative;
    top: 10px;
    left: 57px;
  }

  .lottie-animation-3 {
    width: 40px;
    background-color: rgba(255, 255, 255, 0);
    padding-top: 0;
  }

  .dropdown-3 {
    width: 200px;
    height: 60px;
    display: block;
  }

  .nav-menu {
    width: 150px;
  }

  .dropdown-toggle-2 {
    width: 150px;
    height: 60px;
    left: 21px;
  }

  .dropdown-toggle-2.w--open {
    width: 140px;
  }

  .menu-button {
    padding: 10px;
  }

  .ocultar_config {
    display: none;
    top: 33%;
    left: 95%;
  }

  .fechar_conf_mob {
    width: 34px;
    height: 34px;
    text-align: center;
    margin: 10px;
    padding: 8px 8px 8px 10px;
    font-size: 21px;
    display: none;
    top: 70%;
    left: 63%;
  }

  .ocultar_config-mob {
    display: flex;
    top: 33%;
    left: 0%;
  }

  .container-6 {
    margin-left: 20px;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

  .hero-heading-left {
    height: 452px;
    padding: 19px;
  }

  .hero-split-2 {
    width: 500px;
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: -26px;
    top: -1%;
    left: 10%;
  }

  .hero-split-2.lia.aprenda {
    width: 260px;
    margin-left: 0;
  }

  .margin-bottom-24px-2.texto_menor {
    width: 250px;
  }

  .margin-bottom-24px-2.texto_menor.escuro {
    width: 180px;
    height: auto;
    object-fit: fill;
    font-size: 13px;
    line-height: 18px;
  }

  .button-primary-2.ir-para-plataforma._3d.videos {
    width: 190px;
    height: 37px;
    margin: 10px;
    padding: 7px;
    font-size: 8px;
  }

  .heading-2.titulos {
    width: 510px;
  }

  .heading-2.titulos.mobile {
    width: 360px;
    color: #6d52a9;
    font-size: 30px;
  }

  .navbar-no-shadow {
    height: 100px;
  }

  .navbar-no-shadow-container {
    width: 60%;
    height: 46px;
    background-color: rgba(255, 255, 255, 0);
    flex-direction: row;
    margin-left: 1px;
    padding: 13px;
    display: block;
  }

  .navbar-wrapper {
    width: 100%;
    height: 30px;
    flex-direction: row;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-2 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-8 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .nav-button-wrapper {
    width: 570px;
  }

  .list-item {
    width: 570px;
    text-align: center;
  }

  .list-item-2, .list-item-3, .list-item-4, .list-item-5 {
    width: 570px;
  }

  .t-tulos-2 {
    width: 582px;
    height: 50px;
    top: 25%;
    left: 1%;
  }

  .column {
    height: 60px;
  }

  .columns {
    width: 586px;
  }

  .paragraph-6 {
    width: 400px;
    margin-top: 22px;
    padding: 25px;
  }

  .team-circles {
    height: 200px;
    padding: 16px 15px 60px;
  }

  .container-9 {
    width: 100%;
    height: auto;
  }

  .titulos-centro.lia {
    font-size: 27px;
  }

  .team-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    text-align: center;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(253px, 3.5fr));
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-items: center;
    margin-top: 33px;
    display: grid;
  }

  .team-card {
    width: 540px;
  }

  .team-member-position {
    width: 500px;
  }

  .column-2 {
    height: 450px;
    padding: 10px;
    left: 7px;
  }

  .hero-without-image {
    height: 540px;
    margin-bottom: 0;
    padding: 16px 15px;
  }

  .aprenda-com-a-lia {
    height: 310px;
    flex-flow: column wrap;
    align-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    padding: 60px 15px 1px 17px;
    display: flex;
  }

  .testimonial-column-light {
    height: 1180px;
    padding: 24px 15px 60px;
  }

  .testimonial-grid-two {
    grid-template-columns: 1fr;
  }

  .testimonial-info-three {
    flex-direction: row;
  }

  .team-circles-2 {
    height: auto;
    margin-left: 0;
    padding: 7px 15px 60px 16px;
    position: static;
    overflow: hidden;
  }

  .container-13 {
    position: relative;
  }

  .team-grid-2 {
    width: 360px;
    float: none;
    clear: none;
    grid-column-gap: 7px;
    grid-row-gap: 19px;
    grid-template-rows: auto auto auto;
    grid-template-columns: .75fr;
    justify-content: center;
    justify-items: center;
    position: relative;
    left: 0%;
  }

  .team-member-image-2 {
    width: 80px;
    height: 80px;
  }

  .dropdown-6 {
    width: 80%;
  }

  .dropdown-df._01 {
    width: 100%;
    align-self: auto;
    margin-left: 0;
  }

  .dropdown-df._02, .dropdown-df._03, .dropdown-df._04, .dropdown-df._05, .dropdown-df._06, .dropdown-df._07 {
    width: 100%;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: rgba(26, 27, 31, .75);
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .div-block-8 {
    flex-flow: column;
    align-content: flex-start;
    align-items: center;
    display: flex;
  }

  .image-67 {
    width: 130px;
  }
}

@media screen and (max-width: 479px) {
  .sticky-nav {
    padding: 0;
  }

  .nav-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .sticky-nav-2 {
    padding: 0;
  }

  .image-2 {
    width: 40px;
    height: 40px;
  }

  .button.a {
    width: 20%;
    height: 5%;
  }

  .button.b {
    width: 20%;
    height: 5%;
    margin-top: 39px;
  }

  .button.c {
    width: 20%;
    height: 5%;
    margin-top: 88px;
  }

  .button.cedilha {
    width: 20%;
    height: 5%;
    margin-top: 134px;
  }

  .button.n, .button.o, .button.p, .button.q, .button.r, .button.s, .button.t, .button.u, .button.w, .button.x, .button.y, .button.z, .button.v, .button.v, .button.todos {
    margin-left: 35px;
  }

  .section-3 {
    object-fit: scale-down;
    position: absolute;
    overflow: visible;
  }

  .centered-container {
    text-align: left;
  }

  .text-block-2 {
    margin-left: 10px;
  }

  .right-painel-alfabeto {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    opacity: 0;
    object-fit: scale-down;
    object-position: 50% 50%;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 169px;
    margin-left: 56px;
    display: inline-block;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
    overflow: visible;
  }

  .right-painel-position {
    width: 190px;
    margin-right: -188px;
    display: none;
  }

  .body {
    flex-direction: row;
    display: flex;
  }

  .menu-left-position {
    width: 25%;
    margin-left: -115px;
    display: none;
  }

  .right-painel-alfabeto-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: scale-down;
    object-position: 50% 50%;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 39px;
    display: inline-block;
    overflow: visible;
  }

  .botao_nivel_1.nivel1 {
    width: 60%;
    margin-top: 10px;
    margin-left: 55px;
    padding-top: 11px;
    font-size: 15px;
    left: -2%;
  }

  .botao_nivel_1_alfabeto {
    width: 39%;
    height: 5%;
    background-color: rgba(132, 111, 165, .96);
    margin-top: -69px;
    margin-left: 113px;
    padding-top: 13px;
    line-height: 17px;
  }

  .botao_nivel_1_numeros {
    width: 40%;
    height: 5%;
    margin-top: -89px;
    margin-left: 109px;
  }

  .estilo-cabelo-1 {
    width: 80%;
    height: 6%;
    background-position: 50%;
    background-size: contain;
  }

  .estilo-cabelo-1-copy {
    width: 80%;
    height: 6%;
    width: 80%;
    height: 6%;
  }

  .estilo-cabelo-2ok {
    width: 80%;
    height: 6%;
  }

  .estilo-cabelo-3 {
    width: 80%;
    height: 6%;
    display: block;
  }

  .cor-cabelo-1, .cor-cabelo-2, .cor-cabelo-3, .cor-pele-1, .cor-pele-2, .cor-pele-3 {
    width: 80%;
    height: 6%;
  }

  .settings {
    width: 60%;
    height: 4%;
  }

  .div-block-4 {
    width: 36%;
  }

  .backgound-claro {
    width: 30px;
    height: 30px;
  }

  .imagem-perfil {
    width: 115px;
  }

  .backgound-escuro {
    width: 30px;
    margin-top: 537px;
  }

  .munu-topo-position {
    height: 100%;
    position: static;
  }

  .bold-text {
    left: -2%;
  }

  .div-block-5 {
    width: 100%;
    height: 100%;
    color: #fff;
    margin-top: 141px;
    margin-left: 50px;
  }

  .use-na-horizontal {
    opacity: 1;
    text-align: center;
    flex: 1;
    align-self: center;
    margin-top: 428px;
    margin-bottom: 565px;
    margin-left: 10px;
    font-size: 17px;
    display: block;
    position: absolute;
    top: -10%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .bg-claro, .bg-claro-escuro {
    width: 80%;
    height: 6%;
  }

  .tooltips-lissoes {
    display: none;
  }

  .ajuda {
    width: 80%;
    height: 6%;
  }

  .tooltips-cor-cabelo-3, .tooltips-lissoes-copy, .tooltip-dica-01 {
    display: none;
  }

  .lottie-animation, .lottie-animation-header {
    width: auto;
    height: 100%;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .icon-lottie-menu {
    left: -21%;
  }

  .navbar {
    width: auto;
    margin: 0% 7% 7%;
  }

  .lottie-animation-2 {
    display: none;
  }

  .container-5 {
    width: auto;
    height: auto;
  }

  .lottie-animation-3 {
    width: 40px;
  }

  .icon {
    width: 25px;
  }

  .lottie-animation-4 {
    display: none;
  }

  .fechar_conf_mob {
    width: 80%;
    height: 6%;
  }

  .brand {
    width: 100px;
    display: none;
    overflow: visible;
  }

  .container-6 {
    margin-left: 8px;
  }

  .container-7 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .hero-heading-left {
    height: 510px;
    background-image: linear-gradient(rgba(0, 0, 0, .18), rgba(255, 255, 255, 0) 5%), url('../images/hero2BG2compress.png');
    background-position: 0 0, 0%;
    background-size: auto, cover;
    margin-bottom: 23px;
    padding: 0;
  }

  .container-8 {
    width: auto;
    height: auto;
    max-width: none;
    display: block;
  }

  .hero-split-2 {
    width: auto;
    height: 490px;
    text-align: center;
    flex-flow: column wrap;
    flex: 1;
    align-content: center;
    align-self: center;
    align-items: center;
    margin-top: 26px;
    margin-left: 0;
    padding: 22px;
    display: flex;
    top: 0%;
    left: 0%;
    right: 0;
  }

  .hero-split-2.lia {
    flex-direction: row;
    justify-content: center;
    margin-top: 25px;
    margin-left: 0;
  }

  .hero-split-2.lia.aprenda {
    width: 500px;
    flex-direction: row;
    order: 0;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    margin-top: 6px;
    padding-left: 22px;
    display: flex;
  }

  .margin-bottom-24px-2.texto_menor {
    width: 100%;
    flex-flow: column wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    margin: auto;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 14px;
    line-height: 20px;
    display: flex;
  }

  .margin-bottom-24px-2.texto_menor.escuro {
    width: 270px;
    margin: 0 12px 4px 10px;
    padding: 0 0 12px;
  }

  .margin-bottom-24px-2.texto_menor.ainda {
    text-align: left;
    align-items: center;
    display: flex;
  }

  .button-primary-2 {
    width: 91%;
    height: 47px;
    white-space: normal;
    flex-wrap: wrap;
    order: 0;
    align-content: center;
    justify-content: center;
    align-self: center;
    align-items: center;
    font-size: 100%;
    display: flex;
  }

  .button-primary-2.ir-para-plataforma._3d.question-rio {
    width: 220px;
    height: 68px;
  }

  .button-primary-2._2 {
    width: 243px;
    height: 66px;
    font-size: 13px;
  }

  .heading-2.titulos {
    width: 290px;
    flex-direction: column;
    align-items: center;
    margin-top: 18px;
    margin-bottom: 0;
    font-size: 28px;
    display: flex;
  }

  .heading-2.titulos.mobile {
    width: 290px;
    color: #6d52a9;
  }

  .image-64 {
    margin-bottom: auto;
    display: block;
  }

  .navbar-no-shadow-container {
    width: 100%;
  }

  .nav-menu-2 {
    flex-direction: column;
  }

  .nav-button-wrapper, .list-item, .list-item-2, .list-item-3, .list-item-4, .list-item-5 {
    width: 320px;
  }

  .apresentacao {
    text-align: center;
    padding: 8px;
  }

  .t-tulos-2 {
    width: auto;
    height: 70%;
    text-align: center;
    top: 41%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: visible;
  }

  .column {
    right: auto;
  }

  .columns {
    width: 328px;
    background-color: #f7f2ff;
    left: -36px;
    right: 19px;
  }

  .paragraph-6 {
    width: 100%;
    height: 425px;
    padding-left: 25px;
  }

  .team-circles {
    height: 320px;
    padding: 0;
  }

  .container-9 {
    max-width: none;
    flex-flow: column wrap;
    align-content: center;
    display: flex;
  }

  .titulos-centro {
    width: 80%;
    margin-bottom: 24px;
    position: relative;
    top: 9px;
  }

  .titulos-centro.autores {
    width: 210px;
    top: auto;
  }

  .titulos-centro.lia {
    width: 80%;
    text-align: center;
    font-size: 38px;
  }

  .centered-subheading {
    width: 230px;
    height: auto;
    font-size: 14px;
  }

  .team-grid {
    width: 100%;
    grid-column-gap: 72px;
    grid-row-gap: 14px;
    grid-template-rows: auto auto;
    grid-template-columns: repeat(auto-fit, minmax(129px, 1.25fr));
    grid-template-areas: "."
                         ".";
    grid-auto-flow: row;
    justify-content: center;
    align-items: stretch;
    justify-items: center;
    margin-top: 0;
  }

  .team-card {
    width: 320px;
  }

  .team-member-position {
    width: 250px;
  }

  .column-2 {
    height: 500px;
    padding: 0;
    left: 0;
  }

  .hero-without-image {
    width: auto;
    height: auto;
    padding: 5px 0 0;
  }

  .container-10 {
    width: auto;
    max-width: none;
  }

  .hero-wrapper-two {
    width: auto;
    height: auto;
    max-width: none;
    flex-flow: column wrap;
    align-content: center;
    align-items: center;
    margin: auto;
    padding: 25px;
    display: flex;
  }

  .texto-body {
    width: 270px;
  }

  .texto-body.lates {
    width: 230px;
  }

  .aprenda-com-a-lia {
    width: 100%;
    height: 740px;
    background-position: 75% 100%;
    background-repeat: no-repeat;
    background-size: 920px;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    margin-top: 0;
    padding: 0;
    position: relative;
  }

  .testimonial-column-light {
    height: auto;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 107px;
    display: none;
  }

  .container-11 {
    width: auto;
    height: auto;
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .testimonial-grid-two {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .testimonial-card-two {
    width: 270px;
  }

  .text-block-7 {
    width: 210px;
  }

  .container-12 {
    height: 550px;
  }

  .team-circles-2 {
    height: auto;
    flex-flow: column wrap;
    align-content: center;
    padding-top: 1px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .container-13 {
    width: 101%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .centered-heading-3 {
    margin-bottom: 24px;
  }

  .team-grid-2 {
    width: 300px;
    float: none;
    clear: none;
    grid-row-gap: 14px;
    object-fit: fill;
    grid-template-columns: 1fr;
    position: static;
    top: 6%;
    bottom: 6%;
    left: 6%;
    right: 6%;
  }

  .team-member-image-2 {
    width: 100px;
    height: 100px;
  }

  .bold-text-2 {
    align-self: center;
    align-items: center;
    display: flex;
  }

  .dropdown-6 {
    width: 100%;
  }

  .dropdown-df._01 {
    width: 100%;
    height: 60px;
  }

  .dropdown-df._02, .dropdown-df._03, .dropdown-df._04 {
    width: 100%;
  }

  .dropdown-df._05 {
    width: 100%;
    display: none;
  }

  .dropdown-df._06, .dropdown-df._07 {
    width: 100%;
  }

  .text-block-9 {
    height: auto;
    white-space: pre-line;
    flex-flow: column;
    align-content: flex-start;
    align-items: flex-start;
    font-size: 11px;
    display: block;
    overflow: visible;
  }

  .container-14 {
    max-width: none;
  }

  .text-block-10, .text-block-11, .text-block-12, .text-block-13, .text-block-14, .text-block-15 {
    font-size: 11px;
  }
}

#w-node-e488189a-9bed-e925-c695-1d07d23a21b9-0283e042, #w-node-e488189a-9bed-e925-c695-1d07d23a21c4-0283e042, #w-node-e488189a-9bed-e925-c695-1d07d23a21ce-0283e042, #w-node-f69838d9-ee6f-c78d-5446-b75b9cd65dc3-0283e042, #w-node-_90249919-a17d-d62c-f6e1-d42b10e423a2-0283e042, #w-node-fbe0136a-98bb-c3c4-102a-75a0a9d06b5c-0283e042, #w-node-fbe0136a-98bb-c3c4-102a-75a0a9d06b65-0283e042, #w-node-b5353c70-05d4-e39f-59f6-4b4016ca7642-edb1952e, #w-node-b5353c70-05d4-e39f-59f6-4b4016ca7653-edb1952e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-e488189a-9bed-e925-c695-1d07d23a21c4-0283e042 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-e488189a-9bed-e925-c695-1d07d23a21c4-0283e042, #w-node-e488189a-9bed-e925-c695-1d07d23a21ce-0283e042 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e488189a-9bed-e925-c695-1d07d23a21b9-0283e042 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


