:root {
  --violet-600: #e121a7;
  --seance-1000: #150118;
  --white: white;
  --blue-900: #0e476c;
  --seance-950: #510073;
  --violet-200: #fdcdf4;
  --neutral-700: #d0ccd1;
  --neutral-400: #8395ad;
  --violet-500: #f242c6;
  --verde-50-2: #eefdfc;
  --blue-50: #f0f9ff;
  --blue-secundario-200: #bce5fb;
  --black: black;
  --green-400: var(--violet-200);
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #333;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Prompt, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Prompt, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Prompt, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Prompt, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Prompt, sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.2;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Prompt, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.25rem;
}

ol {
  margin-top: 0;
  margin-bottom: .625rem;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .625rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: 8px;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.2;
}

em {
  font-style: italic;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 1rem 1rem 1rem 2rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 32px;
  margin-bottom: 32px;
}

figcaption {
  text-align: center;
  margin-top: .75rem;
  font-size: .8rem;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-weight-semibold.text-ence {
  text-decoration: underline;
}

.text-weight-light {
  font-weight: 300;
}

.overflow-hidden {
  width: 100%;
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.button {
  background-color: var(--violet-600);
  color: #fff;
  text-align: center;
  border-radius: 50vh;
  justify-content: center;
  align-items: center;
  padding: .875rem 3.625rem;
  font-weight: 600;
  line-height: 1.4;
  transition: box-shadow .75s cubic-bezier(.165, .84, .44, 1), color .2s, background-color .2s;
  box-shadow: 0 0 30px 0 #e121a74d;
}

.button:hover {
  background-color: #f96dd9;
}

.button:active {
  background-color: #f587d4;
}

.button.is-small {
  padding: .5rem 1.5rem;
}

.button.is-large {
  padding: 1rem 3rem;
}

.button.is-secundary {
  box-shadow: none;
  color: #f242c6;
  background-color: #fff0;
  border: 2px solid #f242c6;
  padding: .5rem 1.5rem;
}

.button.is-secundary:hover {
  color: var(--seance-1000);
  background-color: #f242c6;
  border-color: #f242c6;
}

.button.is-secundary:active {
  background-color: #1abec0cc;
}

.button.is-secundary.is-small {
  transition: all .2s;
}

.button.is-secundary.is-small.is-mobile {
  display: none;
}

.button.is-cta {
  color: #1e636c;
  background-color: #75ebe9;
}

.button.is-cta:hover {
  background-color: #fff;
}

.button.is-terciary {
  background-color: var(--white);
  color: var(--blue-900);
  width: 100%;
}

.button.is-terciary:hover {
  background-color: var(--seance-950);
}

.button.is-terciary.is-blue {
  background-color: var(--seance-1000);
  color: var(--white);
}

.button.is-terciary.is-blue:hover {
  background-color: #067fc3;
}

.button.is-light {
  background-color: var(--violet-200);
  color: #510073;
}

.button.is-light:hover {
  background-color: var(--white);
}

.button.full {
  width: 100%;
}

.text-weight-bold {
  font-weight: 700;
}

.text-weight-normal {
  font-weight: 400;
}

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

.text-style-italic {
  font-style: italic;
}

.hide {
  display: none;
}

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

.text-weight-xbold {
  font-weight: 800;
}

.rich-text h1 {
  margin-bottom: 1.875rem;
}

.rich-text h2 {
  margin-bottom: 1.5rem;
}

.rich-text h3 {
  margin-bottom: 1.25rem;
}

.rich-text h4 {
  margin-bottom: 1rem;
}

.rich-text h5, .rich-text h6 {
  margin-bottom: .5rem;
}

.rich-text p {
  margin-bottom: 1rem;
}

.rich-text blockquote {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.rich-text ul {
  margin-bottom: 2rem;
}

.rich-text ol {
  list-style-type: decimal;
}

.container-large {
  width: 100%;
  max-width: 86.25rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-global {
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
}

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

.show-tablet {
  display: none;
}

.utility-page_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

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

.main-wrapper {
  width: 100%;
  overflow: hidden;
}

.main-wrapper.affiliated {
  overflow: visible;
}

.container-medium {
  width: 100%;
  max-width: 76rem;
  margin-left: auto;
  margin-right: auto;
}

.container-small {
  width: 100%;
  max-width: 57.5rem;
  margin-left: auto;
  margin-right: auto;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.text-style-nowrap {
  white-space: nowrap;
}

.text-weight-medium {
  font-weight: 500;
}

.ss_utility_class {
  color: #fff;
  background-color: #1e7bfa;
  border-radius: 4px;
  padding: .5rem .625rem;
  font-size: .8rem;
  line-height: 1.3;
}

.ss_utility_class.html-class {
  background-color: #cf4bb3;
}

.ss_utility_class.remove-half-borders {
  border-radius: 4px 4px 0 0;
}

.text-size-large {
  font-size: 1.125rem;
  line-height: 1.4;
}

.ss_utility_spacing-item {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.overflow-visible {
  overflow: visible;
}

.text-size-medium {
  font-size: 1rem;
  line-height: 1.4;
}

.text-size-medium.is-tag-offer {
  color: #d4f9f7;
}

.text-size-medium.text-color-neutral-700.text-font-inter {
  font-family: Inter, sans-serif;
}

.text-size-medium.is-tag-promo {
  color: var(--seance-1000);
  padding-top: .4rem;
  padding-bottom: .4rem;
}

.ss_text_item-label {
  color: #333333a6;
  flex: none;
  font-size: 1rem;
}

.ss_utility_spacing-items {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: 2rem;
  font-size: 15px;
  line-height: 150%;
  display: grid;
}

.ss_content_item-label-wrap {
  grid-row-gap: .75rem;
  flex-direction: column;
  place-content: flex-start;
  align-items: flex-start;
  width: 12rem;
  min-width: 12rem;
  display: flex;
}

.text-size-tiny {
  font-size: .75rem;
  line-height: 1.4;
}

.show-mobile {
  display: none;
}

.text-size-small {
  font-size: .875rem;
  line-height: 1.4;
}

.text-size-small.is-tag-offer {
  color: #d4f9f7;
}

.text-size-small.text-color-violet-200 {
  color: #fdcdf4;
}

.text-size-small.text-color-gray {
  color: #fff9;
}

.text-size-huge {
  font-size: 1.25rem;
  line-height: 1.5;
}

.ss_utility_alignment-wrap {
  flex: 1;
}

.ss_utility_headings-wrap {
  z-index: 5;
  flex-direction: column;
  display: flex;
  position: relative;
}

.heading-style-h1 {
  font-family: Prompt, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}

.heading-style-h2 {
  font-family: Prompt, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.heading-style-h3 {
  font-family: Prompt, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

.heading-style-h4 {
  font-family: Prompt, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.heading-style-h5 {
  font-family: Prompt, sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.2;
}

.heading-style-h6 {
  font-family: Prompt, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
}

.ss_utility_class-wrap {
  position: absolute;
  inset: -2.1rem auto auto -1px;
}

.ss_utility_color-items {
  grid-column-gap: 0rem;
  grid-row-gap: 4rem;
  flex-wrap: wrap;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  display: grid;
}

.ss_utility_color-item {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.background-seance-1000 {
  background-color: var(--seance-1000);
}

.background-seance-1000.zy-stylesystem-color {
  min-height: 1px;
}

.zy-stylesystem-color {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
}

.ss_utility_color-block {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.ss_utility_color-block.is-gap-smaller {
  grid-row-gap: .75rem;
}

.ss_utility_color-text-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  display: flex;
}

.text-color-seance-1000 {
  color: var(--seance-1000);
}

.background-violet-600 {
  background-color: var(--violet-600);
}

.background-violet-600.zy-stylesystem-color {
  min-height: 1px;
}

.background-green-500 {
  background-color: var(--violet-200);
}

.background-green-500.zy-stylesystem-color {
  min-height: 1px;
}

.text-color-violet-600 {
  color: var(--violet-600);
}

.text-color-green-500 {
  color: var(--violet-200);
}

.background-color-white {
  background-color: #9b9b9b;
}

.background-color-white.zy-stylesystem-color {
  background-color: var(--white);
  min-height: 1px;
}

.text-color-white {
  color: var(--white);
}

.background-color-seance-950 {
  background-color: var(--seance-950);
}

.background-color-seance-950.zy-stylesystem-color {
  min-height: 1px;
}

.text-color-seance-950 {
  color: var(--seance-950);
}

.background-neutral-text {
  background-color: var(--neutral-700);
}

.background-neutral-text.zy-stylesystem-color {
  min-height: 1px;
}

.text-color-neutral-text {
  color: var(--neutral-700);
}

.text-color-neutral-text.width-custom {
  text-align: center;
  max-width: 42.125rem;
}

.background-neutral-400 {
  background-color: var(--neutral-400);
}

.background-neutral-400.zy-stylesystem-color {
  min-height: 1px;
}

.text-color-neutral-400 {
  color: var(--neutral-400);
}

.text-color-neutral-400.width-custom {
  text-align: center;
  width: 98%;
  max-width: 45.625rem;
}

.text-color-neutral-400.width-custom-1 {
  max-width: 21rem;
}

.text-color-neutral-400.width-custom-2 {
  max-width: 25rem;
}

.text-color-neutral-400.is-pain {
  max-width: 28rem;
}

.background-color-violet-500 {
  background-color: var(--violet-500);
}

.background-color-violet-500.zy-stylesystem-color {
  min-height: 1px;
}

.text-color-violet-500 {
  color: var(--violet-500);
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.max-width-small {
  width: 100%;
  max-width: 23.25rem;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 73.75rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 10.625rem;
}

.max-width-medium {
  width: 100%;
  max-width: 35.875rem;
}

.max-width-large {
  width: 100%;
  max-width: 48.5rem;
}

.max-width-xlarge {
  width: 100%;
  max-width: 61.125rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 4.313rem;
}

.ss_utility_max {
  border: 1px solid #1e7bfa;
  width: 100%;
  height: 3rem;
  display: flex;
  position: relative;
}

.ss_utility_max-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.ss_utility_spacing-box {
  background-image: url('../images/webflow-spacing-bg-final_1webflow-spacing-bg-final.png');
  background-position: 0 0;
  background-size: 122px;
  border: 1px solid #1e7bfa;
  width: 100%;
  position: relative;
}

.ss_utility_structure-wrap {
  border: 1px solid #1e7bfa;
  margin-top: 2rem;
  position: relative;
}

.ss_utility_structure-box {
  z-index: -1;
  border: 1px #acacac;
  border-style: none dashed;
  height: 3rem;
  position: relative;
}

.display-block {
  display: block;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.display-flex {
  display: flex;
}

.display-inlineblock {
  display: inline-block;
}

.display-inline {
  display: inline;
}

.spacing-block-tiny {
  width: 100%;
  height: .375rem;
}

.spacing-block-xxsmall {
  width: 100%;
  height: .25rem;
}

.spacing-block-xsmall {
  width: 100%;
  height: .5rem;
}

.spacing-block-small {
  width: 100%;
  height: 1rem;
}

.spacing-block-medium {
  width: 100%;
  height: 2rem;
}

.spacing-block-large {
  width: 100%;
  height: 3rem;
}

.spacing-block-large.is-divisor {
  border-bottom: 1px solid #bce5fb;
}

.spacing-block-large.desktop-hidden {
  display: none;
}

.spacing-block-xlarge {
  width: 100%;
  height: 3.75rem;
}

.spacing-block-xxlarge {
  width: 100%;
  height: 5rem;
}

.spacing-block-huge {
  width: 100%;
  height: 7.5rem;
}

.spacing-block-xhuge {
  width: 100%;
  height: 8rem;
}

.spacing-block-xxhuge {
  width: 100%;
  height: 12rem;
}

.spacing-section-small {
  width: 100%;
  height: 6.25rem;
}

.spacing-section-medium {
  width: 100%;
  height: 7.5rem;
}

.spacing-section-large {
  width: 100%;
  height: 9.375rem;
}

.spacing-section-xlarge {
  width: 100%;
  height: 12.5rem;
}

.spacing-section-xxlarge {
  width: 100%;
  height: 13.75rem;
}

.spacing-section-huge {
  width: 100%;
  height: 13rem;
}

.spacing-block-custom1 {
  width: 100%;
  height: .75rem;
}

.spacing-block-custom2 {
  width: 100%;
  height: 1.25rem;
}

.spacing-block-custom3 {
  width: 100%;
  height: 1.5rem;
}

.spacing-block-custom5 {
  width: 100%;
  height: 2.5rem;
}

.spacing-block-custom4 {
  width: 100%;
  height: 1.875rem;
}

.ss_text_item-description {
  font-size: 1rem;
  line-height: 1.5;
}

.ss_text_sidebar-heading {
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

.ss_content {
  width: 100%;
  max-width: 62em;
  margin-left: auto;
  margin-right: auto;
  padding: 1.25rem 2rem 15em;
}

.ss_sidebar_sticky {
  padding-bottom: 5rem;
  position: sticky;
  top: 5rem;
}

.ss_nav_content {
  -webkit-backdrop-filter: saturate(150%) blur(7px);
  backdrop-filter: saturate(150%) blur(7px);
  background-color: #000c;
  justify-content: center;
  align-items: center;
  margin-left: .75rem;
  margin-right: .75rem;
  display: flex;
}

.ss_footer_item {
  padding-left: .75rem;
  padding-right: .75rem;
}

.ss_sections {
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 62px;
}

.ss_content_items-wrap {
  border-bottom: 1px solid #ddd;
  flex-flow: column wrap;
  justify-content: flex-start;
  margin-bottom: -2rem;
  display: flex;
}

.ss_content_items-wrap.with-gap-row {
  grid-row-gap: 6rem;
}

.ss_content_items-wrap.remove-border {
  border-bottom-style: none;
}

.ss_text_sidebar-description {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.4;
}

.ss_text_heading {
  color: #fff;
  letter-spacing: -.01em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 8em;
  font-weight: 300;
  line-height: 1;
}

.ss_nav {
  z-index: 99999;
  max-width: 100rem;
  margin-bottom: .75rem;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  inset: 0% 0% auto;
}

.ss_content_item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-top: 1px solid #ddd;
  flex-direction: column;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 4rem;
  display: flex;
  position: relative;
}

.ss_content_item.is-horizontal {
  flex-direction: row;
  align-items: flex-start;
}

.ss_text_label {
  letter-spacing: .01em;
  text-transform: uppercase;
  margin-bottom: 8rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .625rem;
  font-weight: 600;
  line-height: 1.2;
}

.ss_sidebar {
  flex: none;
  width: 16rem;
  padding: 1.25rem 2.5em 1.5rem;
  box-shadow: 2px 0 4px #0000000d, inset -1px 0 #0000001a;
}

.ss_section {
  background-color: #fff;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin-bottom: .75rem;
  margin-left: .75rem;
  margin-right: .75rem;
  display: flex;
}

.ss_section.light {
  background-color: #fff;
}

.ss_section.is-header {
  color: #acacac;
  background-color: #1a1a1a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

.ss_sidebar_container {
  height: 100%;
  padding-bottom: 5rem;
}

.ss_footer {
  text-align: center;
  justify-content: center;
  padding-top: 6rem;
  padding-bottom: 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 11px;
  line-height: 20px;
  display: flex;
}

.ss_nav_link {
  opacity: .5;
  color: #f5f5f7;
  margin-left: .75rem;
  margin-right: .75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  line-height: 20px;
  transition: background-color .25s, opacity .25s;
}

.ss_nav_link:hover {
  opacity: 1;
  color: #fff;
  box-shadow: inset 0 -3px #0003;
}

.ss_nav_link.w--current {
  opacity: 1;
  color: #fff;
  box-shadow: inset 0 -2px #121619;
}

.ss_nav_link.is--docs {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  padding-left: .75rem;
  padding-right: .75rem;
}

.ss_body {
  background-color: #ddd;
}

.ss_utility_paragraph-wrap {
  max-width: 24rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.ss_utility_paragraph-wrap.is-top-smaller {
  margin-top: 1.5rem;
}

.ss_utility_heading-asterisk-blue {
  color: #227bfa;
}

.ss_utility_heading-asterisk-pink {
  color: #cf4bb4;
}

.spacing-section-xsmall {
  width: 100%;
  height: 5rem;
}

.ss_utility_visibility-bg {
  opacity: .7;
  background-image: url('../images/grey-transparent_1grey-transparent.png');
  background-position: 50%;
  background-size: 40px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.ss_utility_visibility-wrap {
  padding: 1.5rem 2rem;
  position: relative;
}

.ss_utility_visibility-text {
  z-index: 4;
  position: relative;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.form_component {
  margin-bottom: 0;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.form_input {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: 0;
  padding: .5rem 1rem;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.form_message-success {
  padding: 1.25rem;
}

.form_checkbox, .form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.ss_utility_combo-classes-wrap {
  grid-column-gap: .5rem;
  flex-wrap: wrap;
  display: flex;
}

.ss_utility_button-wrap {
  background-color: #000;
  border-radius: .25rem;
  padding: 1.5rem 2rem;
}

.ss_text_heading-description {
  color: #727272;
  text-align: center;
  margin-top: 2rem;
}

.navbar {
  z-index: 999;
  background-color: var(--seance-1000);
  width: 100%;
  position: fixed;
}

.navbar.affiliated {
  justify-content: center;
  align-items: center;
  height: 5rem;
  display: flex;
  top: 0;
}

.navbar_component {
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.navbar_component-left {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar_menu {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.navbar_menu-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  position: relative;
}

.menu-offer-tag {
  border: 1px solid var(--violet-200);
  background-color: var(--verde-50-2);
  border-radius: .375rem;
  padding: .25rem .75rem;
}

.navbar_component-right {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  margin-left: 3rem;
  display: flex;
}

.container-fluid {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.section_home-header {
  background-image: url('../images/home-header-bg-desktop_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: 43.75rem;
  display: flex;
}

.home-header-component {
  justify-content: space-between;
  display: flex;
}

.home-header-content-left {
  width: 45%;
  max-width: 36.8125rem;
}

.home-header-text-description {
  max-width: 30rem;
}

.text-span {
  color: var(--seance-1000);
}

.home-functionalities-items {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-functionalities-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--white);
  border-radius: .75rem;
  flex-flow: column;
  padding: 2rem 1.5rem 1.5rem;
  display: flex;
  box-shadow: 0 20px 44px #1ba7ec1a;
}

.functionalities-svg {
  width: 2.375rem;
  height: 2.375rem;
}

.functionaities-item-text {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.functionalities-img {
  width: 100%;
}

.description-funcionalities {
  max-width: 15.4rem;
}

.section_home-funnel {
  background-color: var(--blue-50);
}

.funnel-content-top {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.funnel-text-top {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.funnel-img {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  max-width: 34.625rem;
  margin-left: 2rem;
  display: flex;
}

.image {
  width: 100%;
  margin-top: -1.625rem;
  overflow: clip;
}

.funnel-description {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.funnel-left {
  flex-flow: column;
  width: 50%;
  display: flex;
}

.funnel-text-bottom {
  flex-flow: column;
  display: flex;
}

.funnel-numbers {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  align-items: center;
  display: flex;
}

.funnel-number-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--white);
  border-radius: .75rem;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding: 1.5rem;
  display: flex;
  box-shadow: 0 22px 44px #1ba7ec1a;
}

.funnel-svg {
  width: 3rem;
  height: 3rem;
}

.funnel-number-description {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
}

.funnel-content-bottom {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.funnel-icon-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.funnel-icons-text {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: column;
  display: flex;
}

.funnel-icons {
  border: 2px solid var(--white);
  border-radius: 50vh;
  width: 3.375rem;
  height: 3.375rem;
  box-shadow: 0 4px 10px #166a930d;
}

.home-benefits-component {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.benefits-heading-title {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.benefits-description {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: center;
  width: 69%;
  max-width: 54.625rem;
  display: flex;
}

.benefits-blue-box {
  grid-column-gap: 3.625rem;
  grid-row-gap: 3.625rem;
  border: 1px solid var(--blue-secundario-200);
  background-color: var(--blue-50);
  border-radius: 1.5rem;
  justify-content: space-between;
  align-items: center;
  padding: 3.75rem 5rem;
  display: flex;
}

.benefits-blue-box-text {
  width: 49%;
  max-width: 31.375rem;
  display: block;
}

.benefits-blue-box-img {
  width: 48%;
  max-width: 31rem;
}

.blue-box-img {
  width: 100%;
}

.blue-box-heading {
  max-width: 16.25rem;
}

.section_home-pain {
  overflow: hidden;
}

.home-pain-component {
  grid-column-gap: 3.625rem;
  grid-row-gap: 3.625rem;
  justify-content: space-between;
  display: flex;
}

.pain-content-right {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 52%;
  max-width: 39rem;
  display: flex;
}

.pain-content-left {
  width: 50%;
  max-width: 32.25rem;
}

.pain-background-img {
  border-radius: 1.5rem;
  width: 100%;
}

.pain-background {
  max-width: 32.25rem;
  position: relative;
}

.pain-girl {
  width: 35.9375rem;
  max-width: 120%;
  position: absolute;
  inset: auto 0% -20% -7%;
}

.pain-contact {
  vertical-align: middle;
  width: 26.5rem;
  position: absolute;
  inset: auto 50% 2.7rem auto;
  transform: translate(50%);
}

.pain-icon-list-item {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pain-icon-list {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
}

.home-installation-component {
  grid-column-gap: 3.625rem;
  grid-row-gap: 3.625rem;
  background-image: linear-gradient(100deg, #067fc3 1.34%, #34bcff 66.06%);
  border-radius: 1.5rem;
  padding: 0 0 0 5rem;
  display: flex;
  overflow: hidden;
}

.home-intallation-content-left {
  width: 40%;
  max-width: 28.375rem;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.text-color-green-400 {
  color: var(--seance-950);
}

.intallation-icon-list {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
}

.installation-icon-list-item {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pain-icon-list-svg {
  width: 1.5rem;
  min-width: 1.5rem;
}

.installation-icon-list-svg {
  width: 1.25rem;
  min-width: 1.25rem;
}

.home-intallation-content-right {
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-right: 2rem;
  display: flex;
  position: relative;
}

.installation-cta-img {
  height: 100%;
}

.home-plans-components {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-plans-heading {
  border-top: 1px solid #d4dae3;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.home-plans-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  width: 100%;
  display: grid;
}

.home-plans-item {
  border: 2px solid #eeeef0;
  border-radius: 1.5rem;
  padding: 2.375rem 1.5rem;
  display: block;
}

.home-plans-item.is-premium {
  background-color: var(--seance-1000);
  width: 100%;
  position: relative;
}

.plans-block-girl {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 13.75rem;
  display: flex;
  position: relative;
  transform: translate(0, -50%);
}

.image-2 {
  border-radius: 50vh;
  width: 100%;
}

.image-3 {
  width: 7.75rem;
  position: absolute;
  inset: auto 0% 0% auto;
  transform: translate(-38%);
}

.plans-offer-title {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.plans-offer-tag {
  background-color: #1abec0;
  border: 1px solid #d4f9f7;
  border-radius: .375rem;
  padding: .25rem .75rem;
}

.plans-offer-tag.opacity-zero {
  opacity: 0;
}

.plans-item-price {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.plans-heading-style-custom {
  font-family: Inter, sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
}

.plans-description {
  max-width: 19rem;
}

.home-plan-item-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.plans-item-list {
  width: 100%;
}

.plans-icon-list-item {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border-bottom: 1px solid #bce5fb;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.plans-icon-list-svg {
  width: 1.25rem;
  min-width: 1.25rem;
}

.section_home-faq {
  position: relative;
}

.home-faq-component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.faq-heading-title {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.home-faq-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.faq-itens {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  cursor: pointer;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.faq-question-item {
  color: #fff;
  background-color: #ffffff0d;
  border-radius: .5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem;
  display: flex;
}

.code-embed {
  width: 1rem;
  min-width: 1rem;
  height: 1rem;
  margin-left: 2rem;
}

.faq-item-heading-content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.faq-item-text-content {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.footer {
  overflow: hidden;
}

.footer_component {
  background-color: var(--seance-1000);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-logo-img {
  background-color: var(--white);
  padding-left: 2rem;
  padding-right: 2rem;
  transform: translate(0, -50%);
}

.footer-bottom-content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-links-socials {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-socials-icon {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  transition: transform .2s;
}

.footer-socials-icon:hover {
  transform: scale(1.3);
}

.footer-light {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 3rem;
  display: flex;
}

.footer-light-1 {
  background-color: #1ba7ec;
  width: 66.375rem;
  min-width: 66.375rem;
  height: 13.4rem;
}

.footer-img-light {
  filter: blur(56px);
  width: 66.4rem;
  height: 13.4rem;
}

.footer-img-light.is-right {
  position: absolute;
  inset: auto 0% 0% auto;
}

.footer-light-absolute {
  pointer-events: none;
  width: 100%;
  padding-top: 2rem;
  position: absolute;
  inset: auto auto 0% 50%;
  transform: translate(-50%, 80%);
}

.home-header-content-right {
  flex-flow: column;
  width: 50%;
  display: flex;
  position: relative;
}

.home-header-svg-1 {
  width: 9.125rem;
  position: absolute;
  inset: 5% auto auto 4%;
  box-shadow: 0 6px 19px #0223340a;
}

.home-header-svg-1.is-bottom {
  top: 17%;
}

.home-header-svg-2 {
  width: 9.125rem;
  position: absolute;
  inset: 17% auto auto 4%;
}

.menu-line-hover {
  background-color: var(--seance-1000);
  width: 100%;
  height: 2px;
  position: absolute;
  inset: auto auto .9rem 0%;
}

.menu-text-plan {
  color: var(--violet-500);
}

.hero-banner-mobile {
  display: none;
}

.spacing-section-navbar {
  width: 100%;
  height: 4.875rem;
}

.funnel-custom-width-heading {
  width: 70%;
  max-width: 30rem;
}

.pain-heading-custom-width {
  max-width: 27rem;
}

.plans-tag-tag {
  border: 1px solid var(--white);
  background-color: var(--seance-1000);
  border-radius: .375rem;
  padding: .25rem .75rem;
  position: absolute;
  inset: 0% auto auto 50%;
  transform: translate(-50%, -50%);
}

.plans-tag-tag.opacity-zero {
  opacity: 0;
}

.div-block {
  background-color: var(--white);
  border-radius: 1.5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 2px;
  display: flex;
  box-shadow: 0 8px 30px #80d0f9b3;
}

.pain-img-mobile {
  display: none;
}

.body {
  background-color: var(--seance-1000);
  line-height: 1.4;
}

.body.affiliated-body {
  color: #fff;
}

.navbar-logo {
  max-width: 50%;
}

.navbar-buttons {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-completa {
  width: 11.5625rem;
}

.button-login {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.button-login:hover {
  color: var(--violet-200);
}

.icon-user {
  width: 1.5rem;
}

.home-content {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 31rem;
  display: flex;
}

.home-content.b4 {
  max-width: 35rem;
}

.home-content.home-header {
  max-width: 37rem;
}

.home-header-description-box {
  max-width: 30rem;
}

.home-header-buttons {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-semibold-white {
  color: var(--white);
  font-weight: 600;
}

.home-header-students {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-header-student-img {
  width: 10.375rem;
}

.home-header-students-heading {
  color: #fff;
  font-size: .875rem;
  font-weight: 600;
}

.home-header-stars-box {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fffc;
  justify-content: center;
  align-items: center;
  font-size: .75rem;
  display: flex;
}

.home-stars-icon {
  width: 5.125rem;
}

.home-teachers-component {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-teachers-interface.is-device-mobile {
  display: none;
}

.slider {
  width: 100%;
  height: auto;
}

.home-teachers-slider {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  width: 100%;
  display: flex;
}

.slider-item {
  flex-flow: column;
  width: 30%;
  display: flex;
}

.home-benefits-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.home-benefits-grid-item {
  background-color: #ffffff03;
  border: 1px solid #f2ceff1a;
  border-radius: .5rem;
  padding: 2rem;
}

.benefits-item-icon {
  width: 2rem;
}

.home-benefits-carousel {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #ffffff03;
  border: 1px solid #f2ceff1a;
  border-radius: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2rem 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-benefits-slider-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section-icon {
  width: 2rem;
}

.section_home-video.none {
  display: none;
}

.home-video-heading {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.home-video-heading-left {
  color: var(--white);
  max-width: 28.5rem;
}

.home-video-box {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.home-video-video {
  border-radius: 1.25rem;
  width: 68.125rem;
  overflow: hidden;
}

.home-app-component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.home-app-heading {
  color: #fff;
  width: 25%;
  max-width: 18.5rem;
}

.home-app-functions {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  width: 32%;
  max-width: 23.625rem;
  display: flex;
}

.home-app-mockup {
  background-image: url('../images/home-app-background.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1rem;
  width: 30%;
  max-width: 22.25rem;
  position: relative;
}

.home-function-item {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  color: #fff;
  background-color: #ffffff03;
  border: 1px solid #f2ceff1a;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: 1.25rem;
  display: flex;
}

.mockup-icon {
  width: 2.5rem;
}

.app-mockup-img {
  max-width: 26.6875rem;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.home-tabs-component {
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-tabs-heading {
  text-align: center;
  max-width: 36.6875rem;
}

.home-tabs-box-lines {
  width: 80%;
  max-width: 60.375rem;
  height: 7.5rem;
  display: flex;
}

.home-tabs-box-lines.center {
  height: 2.5rem;
}

.tabs-line-left {
  border-bottom: 2px solid #f96dd933;
  border-left: 2px solid #f96dd933;
  border-right: 2px solid #f96dd933;
  border-bottom-left-radius: 1.375rem;
  width: 100%;
  transition: border-color .2s;
  position: relative;
}

.tabs-line-left.active {
  border-bottom-color: #f2ceff;
  border-left-color: #f2ceff;
  border-right-color: #f96dd933;
}

.tabs-line-left.center-active {
  border-right-color: #f2ceff;
}

.tabs-line-right {
  border-bottom: 2px solid #f96dd933;
  border-right: 2px solid #f96dd933;
  border-bottom-right-radius: 1.375rem;
  width: 100%;
  transition: border-color .2s;
  position: relative;
}

.tabs-line-right.active {
  border-bottom-color: #f2ceff;
  border-right-color: #f2ceff;
}

.line-center {
  border-right: 2px solid #f2ceff;
  border-bottom-left-radius: 1.375rem;
  width: 100%;
}

.line-center.none {
  border-right-width: 0;
}

.button-tab {
  z-index: 2;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  cursor: pointer;
  background-color: #21012a;
  border: 2px solid #f96dd933;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 14.375rem;
  padding: 1rem;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(-50%, -50%);
}

.button-tab:hover {
  background-color: #3d084c;
}

.button-tab.right {
  inset: 0% 0% auto auto;
  transform: translate(50%, -50%);
}

.button-tab.active {
  background-color: var(--white);
  color: #4c174d;
  box-shadow: 0 0 49px #ffffff59;
}

.home-tabs-box-content {
  background-color: #21012a;
  border-radius: 1.375rem;
  width: 43.125rem;
  max-width: 43.125rem;
  padding: 3rem 5rem;
  transition: all .2s;
}

.home-tabs-border-box {
  background-image: linear-gradient(225deg, #fdcdf4, #21012a 31% 68%, #fdcdf4);
  border-radius: 1.375rem;
  flex-flow: column;
  padding: 2px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 60px #fdcdf433;
}

.tabs-content {
  grid-column-gap: 4.5rem;
  grid-row-gap: 4.5rem;
  flex-flow: column;
  display: none;
}

.tabs-content.active {
  display: flex;
}

.tabs-content-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tabs-content-number {
  width: 25%;
  max-width: 5.9375rem;
}

.section_home-testimony {
  position: relative;
}

.home-testimony-component {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-testimony {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.home-testimony-box {
  background-color: #ffffff0d;
  border: 1px solid #f2ceff1a;
  border-radius: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 2rem 1.25rem;
  display: flex;
}

.testimony-autor {
  width: 100%;
  display: flex;
}

.testimony-autor-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-right: 1.25rem;
  display: flex;
}

.testimony-autor-img {
  border-radius: 50vh;
  width: 2.875rem;
}

.testimony-autor-name {
  font-size: 1.125rem;
}

.autor-job {
  font-size: .75rem;
}

.testimony-star-box {
  border-left: 1px solid #ffffff1a;
  justify-content: center;
  align-items: center;
  padding-left: 1.25rem;
  display: flex;
}

.stars-img {
  width: 4.6875rem;
}

.testimony-title-feedback {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: #fca5ea;
  width: 100%;
  display: flex;
}

.image-5 {
  width: 1.25rem;
}

.faq-box {
  width: 58%;
  max-width: 43.75rem;
}

.faq-content {
  max-width: 29.5rem;
}

.home-oferta-top {
  background-image: linear-gradient(234deg, #3a1041, #210e24);
  border-radius: 1.25rem;
  justify-content: space-between;
  padding-left: 5rem;
  display: flex;
  position: relative;
}

.home-oferta-bottom {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-oferta-top-left {
  color: var(--white);
  width: 24.8rem;
  max-width: 50%;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.home-oferta-heading-box {
  max-width: 19rem;
}

.home-oferta-preco {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.background-color-green-500 {
  background-color: #2a9f67;
}

.background-color-green-500.padding-preco {
  border-radius: .25rem;
  padding: .6rem .5rem;
}

.home-oferta-background-right {
  background-image: linear-gradient(#2f0f34, #43194a);
  border-top-right-radius: 1.25rem;
  border-bottom-right-radius: 1.25rem;
  width: 36.5rem;
  position: relative;
}

.mockup-desktop {
  max-width: 41.6875rem;
  position: absolute;
  inset: auto 0% 0% auto;
}

.home-oferta-glow {
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.oferta-glow {
  filter: blur(80px);
  mix-blend-mode: screen;
  background-image: linear-gradient(90deg, #f96dd9, #f96dd900);
  border-radius: 100%;
  width: 49.8063rem;
  height: 14.9131rem;
  position: absolute;
  inset: auto 0% -28% auto;
  transform: rotate(-12deg);
}

.home-oferta-item-icon {
  width: 1.625rem;
}

.menu-offer-tag-2 {
  background-color: #eefdfc;
  border: 1px solid #1abec0;
  border-radius: .375rem;
  padding: .25rem .75rem;
}

.footer-logo-milionariosclass {
  background-color: var(--seance-1000);
  width: 17.25rem;
  padding-left: 2rem;
  padding-right: 2rem;
  transform: translate(0, -50%);
}

.div-block-2 {
  background-image: linear-gradient(90deg, #cb3cff00, #cb3cff 50%, #cb3cff00);
  padding-top: 1px;
}

.footer-arrow-voltar-ao-topo {
  width: 1.75rem;
}

.button-voltar-ao-topo {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ence-design {
  color: var(--white);
  font-weight: 600;
  text-decoration: underline;
  transition: color .2s;
}

.ence-design:hover {
  color: var(--violet-500);
}

.direitos-reservados {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.glow-main-right {
  filter: blur(80px);
  pointer-events: none;
  mix-blend-mode: screen;
  width: 43rem;
  position: absolute;
  inset: -6% -25% auto auto;
}

.glow-main-right.left-bottom {
  filter: blur(80px);
  inset: auto auto 0% 0%;
  transform: rotate(180deg);
}

.button-download-app {
  width: 50%;
  transition: all .2s;
}

.button-download-app:hover {
  opacity: .8;
}

.link-block-2 {
  width: 50%;
}

.download-app-box {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: 100%;
  display: flex;
}

.img-download-app {
  width: 100%;
}

.loader {
  z-index: 9999;
  pointer-events: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
}

.loader-block-left {
  background-color: var(--seance-1000);
  width: 50%;
  height: 100vh;
}

.loader-logo-icon {
  width: 8rem;
  position: absolute;
  inset: auto auto 50% 50%;
  transform: translate(-50%, 50%);
}

.home-benefits-slider-item {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  color: var(--white);
  background-image: linear-gradient(130deg, #510073, #9900d933);
  border-radius: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 13.75rem;
  padding: 1.25rem;
  display: flex;
}

.tex {
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: 100%;
  display: flex;
}

.gradient-carroussel {
  pointer-events: none;
  background-image: linear-gradient(90deg, #17041a, #17041a00);
  width: 23rem;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.gradient-carroussel.right {
  background-image: linear-gradient(270deg, #17041a, #17041a00);
  inset: 0% 0% auto auto;
}

.home-benefits-slider-wrap-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.slider-wrap-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.img-carousel-icon {
  height: 1.5rem;
}

.text-color-white-caroussel {
  color: var(--white);
}

.logo-icone-2 {
  width: 11.5625rem;
  display: none;
}

.section_home-tabs-mobile {
  display: none;
}

.home-tabs-mobile-component {
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-tabs-mobile-heading {
  text-align: center;
  max-width: 36.6875rem;
}

.button-tab-mobile {
  z-index: 2;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  cursor: pointer;
  background-color: #21012a;
  border: 2px solid #f96dd933;
  border-radius: .5rem;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  transition: all .2s;
  display: flex;
}

.button-tab-mobile:hover {
  background-color: #3d084c;
}

.button-tab-mobile.right {
  inset: 0% 0% auto auto;
  transform: translate(50%, -50%);
}

.button-tab-mobile.active {
  background-color: var(--white);
  color: #4c174d;
  box-shadow: 0 0 49px #ffffff59;
}

.home-tabs-mobile-box-lines {
  width: 80%;
  max-width: 60.375rem;
  height: 7.5rem;
  display: flex;
}

.home-tabs-mobile-box-lines.center {
  height: 1rem;
}

.plus-tabs-mobile {
  width: 1rem;
  min-width: 1rem;
  height: 1.2rem;
  margin-left: 2rem;
}

.img-tabs-mobile {
  width: 1.8rem;
}

.image-7 {
  width: 1.125rem;
}

.tabs-mobile-content-button {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-tabs-mobile-box-lines-inter {
  width: 80%;
  max-width: 60.375rem;
  height: 7.5rem;
  display: flex;
}

.home-tabs-mobile-box-lines-inter.center {
  height: 1rem;
}

.home-tabs-mobile-box-content {
  background-color: #21012a;
  border-radius: 1.375rem;
  width: 43.125rem;
  max-width: 43.125rem;
  padding: 3rem 5rem;
  transition: all .2s;
}

.tabs-mobile-content {
  grid-column-gap: 4.5rem;
  grid-row-gap: 4.5rem;
  flex-flow: column;
  display: none;
}

.tabs-mobile-content.active {
  display: flex;
}

.swiper {
  width: 100%;
}

.swiper.insights-list-wrapper {
  width: 100%;
  overflow: hidden;
}

.swiper-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.swiper-wrapper.is-team {
  width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.card-wrapper, .card-wrapper.is-team {
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 20rem;
  display: flex;
}

.team-img__wrapper {
  border-radius: .5rem;
  width: 100%;
  padding-top: 125%;
  position: relative;
  overflow: hidden;
}

.team-img {
  background-image: url('../images/user-perfil_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.team-img.deivid {
  background-image: url('../images/perfil-expert03_1.avif');
}

.team-img.joao {
  background-image: url('../images/perfil-expert02_1.avif');
}

.team-img.bruno {
  background-image: url('../images/perfil-expert01_1.avif');
}

.team-img.lucas {
  background-image: url('../images/Lucas-Refe_1.avif');
}

.swiper-top {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 3rem;
  display: flex;
}

.swiper-button {
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  position: relative;
}

.swiper-button_wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.mask {
  height: auto;
}

.slider-2 {
  background-color: #0000;
  height: auto;
}

.slide {
  width: 20rem;
  margin-left: 1rem;
  margin-right: 1rem;
}

.insights-list-wrapper {
  width: 100%;
}

.insights-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.swiper-slide {
  flex: none;
  width: 20rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.slider-3 {
  background-color: #0000;
  width: 100%;
  height: auto;
  display: none;
}

.mask-2 {
  width: 20rem;
  overflow: visible;
}

.left-arrow {
  width: 3rem;
  height: 3rem;
  inset: -4rem auto auto 0%;
}

.right-arrow {
  width: 3rem;
  height: 3rem;
  inset: -4rem 0% auto auto;
}

.home-teachers-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  display: flex;
}

.home-teachers-grid.hide-tablet {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.section-affiliated-header {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.affiliated-header-slider {
  background-color: var(--seance-1000);
  border-radius: 2rem;
  width: 100%;
  max-width: 90rem;
  height: auto;
  overflow: hidden;
}

.affiliated-cta-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.affiliated-cta-heading-box {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading {
  text-align: center;
}

.text-color-violet-400 {
  color: #f96dd9;
}

.affiliated-cta-items-wrap {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.affiliated-cta-items {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  cursor: pointer;
  background-color: #ffffff03;
  border: 1px solid #f2ceff1a;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.affiliated-cta-items.center {
  border-left-width: 0;
  border-right-width: 0;
}

.affiliated-cta-icon {
  width: 2rem;
}

.spacing-block-custom6 {
  width: 100%;
  height: .875rem;
}

.affiliated-cta-box-description {
  max-width: 18rem;
}

.affiliated-cta-line {
  background-color: #d0ccd1;
  width: 2rem;
  height: 1px;
}

.affiliated-cta-box-heading-item {
  width: 100%;
}

.affiliated-cta-button-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-color-violet-300 {
  color: #fca5ea;
}

.section-affiliated-carrerplan-component {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.affiliated-carrerplan-content-left {
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  height: 30.625rem;
  display: flex;
  position: relative;
}

.affiliated-carrerplan-content-right {
  width: 50%;
}

.carrerplan-man-img {
  z-index: 2;
  width: 85%;
  max-width: 28rem;
  position: absolute;
}

.affiliated-carrerplan-gradient {
  z-index: 3;
  background-image: linear-gradient(0deg, #150118, #15011800);
  min-width: 200%;
  height: 19.5rem;
  position: absolute;
  inset: auto 0% 0% auto;
}

.affiliated-carrerplan-gradient.hidden-mobile {
  left: 0;
  right: auto;
}

.carrerplan-man-rank-1-img {
  z-index: 4;
  width: 90%;
  max-width: 26.5rem;
  margin-bottom: 2.875rem;
  position: absolute;
}

.section-affiliated-elite {
  background-image: url('../images/banner-woman-hight01_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 43.125rem;
  display: flex;
}

.affiliated-elite-component {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.elite-component-left {
  width: 45%;
}

.affiliated-benefits-component, .affiliated-benefits-content-heading {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.affiliated-benefits-icon {
  width: 2rem;
}

.affiliated-benefits-item-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.affiliated-benefits-item {
  text-align: center;
  background-color: #ffffff03;
  border: 1px solid #f2ceff1a;
  border-radius: .625rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.affiliated-benefits-item.center {
  border-left-width: 0;
  border-right-width: 0;
}

.affiliated-section-item-icon {
  width: 2.5rem;
}

.section-affiliated-video.none {
  display: none;
}

.affiliated-video-component {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.affiliated-video-text-box {
  max-width: 49.375rem;
}

.affiliate-video-box {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border-radius: 1.25rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.affiliated-video-video {
  border-radius: 1.25rem;
  width: 100%;
  max-width: 68.125rem;
}

.background-img-affiliate-carrerplan {
  z-index: 0;
  background-image: url('../images/affiliated-carrerplan-content-bg.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 1.25rem;
  width: 100%;
  height: 100%;
  position: absolute;
}

.affiliated-rank-component {
  flex-flow: column;
  display: flex;
  position: relative;
}

.affiliated-rank-heading {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.affiliated-rank-people {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.affiliated-rank-people-podium {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  max-width: 100%;
  display: flex;
  position: relative;
}

.rank-podium-perfil {
  z-index: 10;
  border-radius: 100vh;
  width: 100%;
  max-width: 5.625rem;
  position: relative;
  box-shadow: 0 18px 32px #00000059;
}

.rank-podium-perfil.left {
  width: 30%;
  box-shadow: 0 18px 32px #00000059;
}

.rank-podium-perfil.no-radius {
  box-shadow: none;
  border-radius: 0;
}

.perfil-rank-1 {
  width: 30%;
  max-width: 5.625rem;
  display: flex;
  position: relative;
}

.image-8 {
  pointer-events: none;
  width: 340%;
  max-width: 19.125rem;
  position: absolute;
  top: auto;
  bottom: 26%;
  left: 50%;
  transform: translate(-50%, 50%);
}

.affiliated-rank-people-bottom {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.affiliated-rank-people-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #160819;
  border-radius: .75rem;
  width: 25%;
  max-width: 17.625rem;
  padding: 1.125rem 1.5rem;
  display: flex;
}

.affiliated-rank-img-people {
  border-radius: 100vh;
  width: 100%;
  max-width: 3.125rem;
}

.glow-violet-rank {
  opacity: .6;
  filter: blur(50px);
  pointer-events: none;
  mix-blend-mode: screen;
  background-color: #fca5ea;
  border-radius: 100%;
  width: 11.875rem;
  height: 5rem;
  position: absolute;
  inset: 3% auto auto 50%;
  transform: translate(-50%);
}

.affiliated-rank-people-glow-box {
  pointer-events: none;
  justify-content: space-between;
  align-items: center;
  width: 110%;
  height: 3rem;
  display: flex;
  position: absolute;
}

.glow-box-rank-left, .div-block-6, .glow-box-rank-right {
  width: 5rem;
}

.glow-main-left {
  filter: blur(80px);
  pointer-events: none;
  mix-blend-mode: screen;
  width: 43rem;
  position: absolute;
  top: -6%;
  bottom: auto;
  left: -25%;
}

.glow-main-left.left-bottom {
  filter: blur(80px);
  inset: auto auto 0% 0%;
  transform: rotate(180deg);
}

.affiliated-premios-component {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-style-display1 {
  font-size: 5rem;
}

.affiliated-premios-heading-box {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 46rem;
  display: flex;
}

.line-vertical-gradient {
  background-image: linear-gradient(#0d030f, #fca5ea);
  width: 2px;
  height: 5rem;
}

.affiliated-medium-level-box {
  background-color: #150118;
  border-radius: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.affiliated-premios-level-border {
  background-image: linear-gradient(90deg, #fca5ea1a 30%, #fca5eab3 50%, #fca5ea1a 70%);
  border-radius: 1.5rem;
  width: 100%;
  padding: 2px;
}

.affiliated-level-box-description {
  text-align: center;
  max-width: 32rem;
}

.line-vertical-color {
  background-image: linear-gradient(#fca5ea, #fca5ea);
  width: 2px;
  height: 2rem;
}

.affiliated-premios-banners {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.affiliated-banners-border {
  background-image: radial-gradient(circle, #510073, #280537);
  border: 1px solid #fff3;
  border-radius: 1.8rem;
  width: 100%;
  padding: .375rem;
  box-shadow: inset 0 1px 7px #a145c5;
}

.affiliated-banners-img {
  border-radius: 1.5rem;
  width: 100%;
  padding-top: 46%;
  position: sticky;
  top: 0;
}

.affiliated-banners-img.img1 {
  background-image: url('../images/Banner--desktop-05_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.affiliated-banners-img.img2 {
  background-image: url('../images/Banner--desktop-04_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.affiliated-banners-img.img3 {
  background-image: url('../images/Banner--desktop-03_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.affiliated-banners-img.img4 {
  background-image: url('../images/Banner--desktop-02_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.affiliated-banners-img.img5 {
  background-image: url('../images/Banner--desktop-01_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.line-vertical-gradient-2 {
  background-image: linear-gradient(315deg, #0d030f, #fca5ea);
  width: 2px;
  height: 5rem;
}

.section-affiliated-iniciante {
  background-image: url('../images/affiliated-iniciante-bg-desktop.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.affiliated-iniciante-component {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.affiliated-iniciante-heading {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.affiliated-iniciante-content-cards {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-7 {
  background-color: var(--white);
  border-radius: 1.1rem;
  padding: 2px;
}

.borde-box-cards-2 {
  background-image: radial-gradient(circle at 50% 0, #510073, #280537);
  border-radius: 1rem;
  padding: .5rem;
  box-shadow: inset 0 1px 8px #a145c5;
}

.borde-box-cards-3 {
  background-image: radial-gradient(circle at 50% 0, #f96dd94d 69% 77%, #45085d);
  border-radius: .9rem;
  padding: 3px;
  box-shadow: 0 4.5px 8px #45085d33;
}

.borde-box-cards-4 {
  text-align: center;
  background-image: radial-gradient(circle at 50% 0, #7b0ca3, #280537);
  border-radius: .87rem;
  padding: 2.25rem;
  box-shadow: inset 0 3.5px 11px #7b0ca3;
}

.iniciante-card-description-box {
  width: 100%;
}

.borde-box-cards {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-image: radial-gradient(circle at 50% 0, #f96dd94d 70%, #45085d);
  border-radius: 1.1rem;
  max-width: 23rem;
  padding: 3px;
  box-shadow: 0 4.5px 8px #45085d33;
}

.borde-box-cards.rotate1 {
  transform: rotate(-4.58deg);
}

.borde-box-cards.rotate8 {
  transform: rotate(8deg);
}

.glow-affiliate-iniciante {
  z-index: 30;
  filter: blur(100px);
  pointer-events: none;
  mix-blend-mode: screen;
  background-color: #150118;
  border-radius: 100%;
  width: 100%;
  max-width: 120rem;
  height: 24rem;
  position: absolute;
  top: -32px;
}

.affiliated-iniciante-glow-box {
  pointer-events: none;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  height: 3rem;
  display: flex;
  position: absolute;
  top: 162px;
}

.div-block-8 {
  width: 100%;
}

.overflow-hidden-x {
  overflow: hidden;
}

.affiliated-iphone-component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-image: linear-gradient(135deg, #682f724d, #0c020e4d 48%, #74327f4d);
  border-radius: 1.5rem;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.section-affiliated-iphone {
  position: relative;
  overflow: hidden;
}

.affiliated-iphone-content-left {
  z-index: 4;
  width: 32.9rem;
  padding: 4.5rem 0 4.5rem 4.5rem;
  position: relative;
}

.affiliated-iphone-img {
  width: 50%;
  position: relative;
}

.iphone-img {
  width: 120%;
  max-width: 42rem;
  position: absolute;
  inset: auto auto 0% 0%;
}

.background-pricing {
  background-image: url('../images/affiliated-pricing-bg-desktop.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.affiliated-pricing-component {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.affiliated-pricing-offer-box {
  text-align: center;
  background-image: url('../images/tarja-pricing.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .75rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 24rem;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
  box-shadow: 0 60px 50px #0006;
}

.affiliated-pricing-heading-box {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 26.3rem;
  display: flex;
}

.code-embed-2 {
  text-align: center;
  letter-spacing: 10px;
  justify-content: center;
  align-items: center;
  margin-right: -.5rem;
  font-size: .75rem;
  line-height: 1.4;
  display: flex;
}

.heading-style-display2 {
  font-size: 4.5rem;
  line-height: 1.4;
}

.rocket-svg {
  width: 1.5rem;
}

.affiliated-offer-box-description {
  max-width: 17rem;
}

.image-10 {
  width: 100%;
}

.mask-3 {
  height: 43.75rem;
}

.banner-background-header {
  background-image: url('../images/banner-desktop-6_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 43.75rem;
  display: flex;
}

.banner-background-header.banner-2 {
  background-image: url('../images/banner-desktop-header01_1.avif');
}

.banner-background-header.banner-3 {
  background-image: url('../images/banner-desktop-header02_1.avif');
}

.banner-background-header.banner-4 {
  background-image: url('../images/banner-desktop-header03_1.avif');
}

.banner-background-header.banner-5 {
  background-image: url('../images/banner-desktop-header04_1.avif');
}

.left-arrow-2 {
  width: 4rem;
  height: 4rem;
  transition: all .2s;
  inset: auto auto 4% 32%;
}

.left-arrow-2:hover {
  opacity: .8;
}

.right-arrow-2 {
  width: 4rem;
  height: 4rem;
  transition: all .2s;
  inset: auto 32% 4% auto;
}

.right-arrow-2:hover {
  opacity: .8;
}

.slide-nav {
  justify-content: center;
  align-items: center;
  display: flex;
  bottom: 5.8%;
}

.affiliated-afiliado-component {
  background-image: url('../images/bg-afiliados.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  min-height: 30.625rem;
  padding: 2rem;
  display: flex;
}

.affilieated-afiliado-border {
  z-index: 1;
  background-image: linear-gradient(225deg, #c559d8, #c559d800);
  border-radius: 1.5rem;
  width: 100%;
  padding: 2px;
  position: relative;
}

.relative {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.glow-violet {
  filter: blur(100px);
  pointer-events: none;
  width: 200%;
  max-width: 76.875rem;
  position: absolute;
  inset: 53% auto auto 93%;
  transform: translate(-50%, -50%);
}

.glow-violet.left {
  top: 55%;
  left: 39%;
  transform: rotate(-3deg)translate(-50%, -50%);
}

.spacing-block-navbar {
  width: 100%;
  height: 5rem;
}

.affiliated-cta-box-text {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 44rem;
  display: flex;
}

.gradient-white {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(212deg, #fff3, #fff 51%);
  -webkit-background-clip: text;
  background-clip: text;
}

.gradient-violet {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(212deg, #f242c6, #fff);
  -webkit-background-clip: text;
  background-clip: text;
}

.glow-violet-items {
  background-image: linear-gradient(180deg, var(--seance-950), var(--violet-200));
  opacity: 0;
  filter: blur(50px);
  pointer-events: none;
  mix-blend-mode: screen;
  border-radius: 100%;
  width: 11.875rem;
  height: 5rem;
  position: absolute;
  top: 1%;
  bottom: auto;
  right: -129px;
  transform: translate(-50%);
}

.rank-podium-box {
  justify-content: center;
  align-items: flex-end;
  max-width: 30%;
  display: flex;
}

.affiliated-banners-img-mobile, .image-woman {
  display: none;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  blockquote {
    font-size: 1.125rem;
  }

  .hide-tablet {
    display: none;
  }

  .rich-text h1 {
    margin-bottom: 25px;
  }

  .show-tablet {
    display: block;
  }

  .ss_text_item-label {
    font-size: 15px;
  }

  .ss_utility_spacing-items {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .heading-style-h1 {
    font-size: 3rem;
  }

  .heading-style-h2 {
    font-size: 2.5rem;
  }

  .heading-style-h3.text-color-white {
    font-size: 1.5rem;
  }

  .heading-style-h3.v2-preco {
    font-size: 4rem;
    font-weight: 400;
  }

  .heading-style-h4.text-color-neutral-700 {
    font-size: 1.75rem;
  }

  .ss_utility_color-items {
    grid-column-gap: 1rem;
  }

  .text-color-white.text-small {
    font-size: 1.5rem;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .spacing-block-medium {
    height: 1.5rem;
  }

  .spacing-block-medium.is-list {
    height: 2rem;
  }

  .spacing-block-large {
    height: 2.5rem;
  }

  .spacing-block-large.hide-mobile {
    display: none;
  }

  .spacing-block-xlarge {
    height: 3rem;
  }

  .spacing-block-xxlarge {
    height: 4rem;
  }

  .spacing-block-huge {
    height: 5rem;
  }

  .spacing-block-huge.is-mobile {
    height: 7rem;
  }

  .spacing-block-xhuge {
    height: 6rem;
  }

  .spacing-block-xxhuge {
    height: 8rem;
  }

  .spacing-section-small {
    height: 5.125rem;
  }

  .spacing-section-small.hide-only-mobile {
    display: none;
  }

  .spacing-section-medium {
    height: 6.25rem;
  }

  .spacing-section-large, .spacing-section-xlarge, .spacing-section-xxlarge {
    height: 7.5rem;
  }

  .spacing-section-huge {
    height: 9.375rem;
  }

  .spacing-block-custom5 {
    height: 2rem;
  }

  .spacing-block-custom4 {
    height: 1.5rem;
  }

  .ss_content_item.is-horizontal {
    flex-direction: column;
  }

  .ss_footer {
    grid-row-gap: 1rem;
    flex-wrap: wrap;
    padding-top: 4rem;
  }

  .ss_utility_visibility-wrap.show-tablet {
    display: block;
  }

  .navbar_menu.is-mobile {
    display: none;
  }

  .section_home-header {
    background-image: url('../images/home-header-bg-tablet_1.webp');
    background-position: 50% 100%;
    height: auto;
    padding-top: 3rem;
    padding-bottom: 37rem;
  }

  .home-header-component {
    flex-flow: column;
  }

  .home-header-content-left {
    z-index: 2;
    width: 100%;
    max-width: 100%;
    position: relative;
  }

  .home-functionalities-items {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .funnel-content-top {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .funnel-img {
    width: 100%;
    max-width: 44rem;
    margin-left: 0;
  }

  .image {
    margin-top: 0;
  }

  .funnel-left {
    width: 100%;
  }

  .funnel-numbers {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .funnel-content-bottom {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .benefits-description {
    width: 100%;
    max-width: 100%;
  }

  .benefits-blue-box {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .blue-box-img {
    min-width: 50%;
  }

  .home-pain-component {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .pain-content-right {
    width: 100%;
    max-width: 100%;
  }

  .pain-content-left {
    order: 1;
    width: 70%;
    display: none;
  }

  .home-installation-component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .home-intallation-content-left {
    width: 100%;
    max-width: 100rem;
    padding-top: 2rem;
    padding-bottom: 0;
  }

  .intallation-icon-list {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: row;
  }

  .home-intallation-content-right {
    width: 100%;
    margin-right: 0;
  }

  .home-plans-grid {
    grid-template-columns: 1fr;
  }

  .home-faq-component {
    flex-flow: column;
  }

  .home-faq-content {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    flex-flow: column;
  }

  .footer-bottom-content {
    flex-flow: column;
  }

  .home-header-content-right {
    z-index: 1;
    width: 100%;
  }

  .home-header-content-right.is-mobile, .home-header-svg-1 {
    display: none;
  }

  .hero-banner-mobile {
    width: 100%;
    margin-top: -2rem;
    display: block;
  }

  .spacing-section-navbar {
    height: 9.375rem;
    display: none;
  }

  .spacing-section-navbar.is-mobile {
    height: 5rem;
    display: flex;
  }

  .pain-img-mobile {
    display: block;
  }

  .home-teachers-interface {
    padding-left: 2rem;
    padding-right: 2rem;
    display: block;
  }

  .home-teachers-interface.is-device-mobile {
    display: none;
  }

  .home-benefits-grid {
    grid-template-columns: 1fr;
  }

  .home-video-heading {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .home-video-box {
    justify-content: space-between;
    align-items: flex-end;
  }

  .home-app-component {
    flex-flow: column;
  }

  .home-app-heading {
    width: 100%;
    max-width: 100%;
  }

  .home-app-functions {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
  }

  .home-app-mockup {
    width: 100%;
    max-width: 100%;
    height: 460px;
  }

  .home-function-item {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .section_home-tabs.is-mobile {
    display: none;
  }

  .home-tabs-box-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .home-testimony {
    grid-template-columns: 1fr;
  }

  .faq-box {
    width: 100%;
    max-width: 100%;
  }

  .faq-content {
    max-width: 100%;
  }

  .home-oferta-top {
    flex-flow: column;
    padding-left: 0;
  }

  .home-oferta-top-left {
    width: 100%;
    max-width: 100%;
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .home-oferta-heading-box {
    max-width: 100%;
  }

  .home-oferta-background-right {
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    padding-top: 2rem;
    padding-left: 2rem;
    display: flex;
  }

  .mockup-desktop {
    max-width: 31rem;
    position: static;
    inset: auto 0% 0% auto;
  }

  .direitos-reservados {
    display: block;
  }

  .glow-main-right {
    z-index: 5;
  }

  .download-app-box {
    width: 70%;
    display: flex;
  }

  .img-text {
    display: none;
  }

  .section_home-tabs-mobile {
    flex-flow: column;
    display: flex;
  }

  .section_home-tabs-mobile.is-mobile {
    display: none;
  }

  .button-tab-mobile {
    justify-content: space-between;
    width: 100%;
    max-width: 22rem;
  }

  .tabs-mobile-content-button {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: space-between;
    width: 100%;
  }

  .button-tab-content {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .home-tabs-mobile-box-content {
    width: 100%;
    max-width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .tabs-mobile-content {
    display: flex;
  }

  .content-hide {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
    overflow: hidden;
  }

  .swiper-slide {
    width: 100%;
    padding: 0 .5rem;
  }

  .slider-3 {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .mask-2 {
    width: 20rem;
  }

  .left-arrow {
    justify-content: center;
    align-items: center;
    transition: all .2s;
    display: flex;
    top: auto;
    bottom: -12%;
    left: 0%;
  }

  .left-arrow:hover {
    opacity: .8;
  }

  .right-arrow {
    justify-content: center;
    align-items: center;
    transition: all .2s;
    display: flex;
    inset: auto auto -12% 3rem;
  }

  .right-arrow:hover {
    opacity: .8;
  }

  .icon-arrow {
    width: 2rem;
    height: 2rem;
  }

  .home-teachers-grid.hide-tablet {
    display: none;
  }

  .teacher-box {
    width: 100%;
    padding: 0 .5rem;
  }

  .affiliated-cta-items {
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
  }

  .affiliated-cta-box-heading-item {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-affiliated-carrerplan-component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .affiliated-carrerplan-content-left {
    height: 21rem;
  }

  .affiliated-carrerplan-content-right {
    width: 80%;
    display: flex;
  }

  .affiliated-benefits-item-grid {
    grid-template-columns: 1fr 1fr;
  }

  .affiliate-video-box {
    justify-content: space-between;
    align-items: flex-end;
  }

  .affiliated-rank-people {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .affiliated-rank-people-item {
    width: 50%;
  }

  .affiliated-rank-people-glow-box {
    display: none;
  }

  .glow-main-left {
    z-index: 5;
  }

  .heading-style-display1 {
    font-size: 3rem;
  }

  .affiliated-premios-heading-box {
    max-width: 31rem;
  }

  .affiliated-medium-level-box {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .affiliated-banners-img {
    display: flex;
  }

  .borde-box-cards {
    width: 50%;
  }

  .affiliated-iphone-component {
    flex-flow: column;
  }

  .affiliated-iphone-content-left {
    width: 100%;
    padding: 3rem 2rem 2rem;
  }

  .affiliated-iphone-img {
    width: 100%;
    min-height: 35rem;
    display: flex;
  }

  .iphone-img {
    width: 100%;
    position: static;
    left: 50%;
    transform: translate(17%);
  }

  .mask-3 {
    height: 48rem;
  }

  .banner-background-header {
    background-image: url('../images/banners-mobile01_1.avif');
    background-position: 50% 0;
    background-size: cover;
    justify-content: center;
    align-items: flex-end;
    height: 48rem;
    padding-bottom: 4rem;
  }

  .banner-background-header.banner-2 {
    background-image: url('../images/banners-mobile02_1.avif');
    background-position: 50%;
  }

  .banner-background-header.banner-3 {
    background-image: url('../images/banners-mobile03_1.avif');
    background-position: 50%;
  }

  .banner-background-header.banner-4 {
    background-image: url('../images/banners-mobile05_1.avif');
  }

  .banner-background-header.banner-5 {
    background-image: url('../images/banners-mobile04_1.avif');
    background-position: 50% 0;
  }

  .left-arrow-2 {
    width: 2rem;
    height: 2rem;
    display: flex;
    bottom: 2%;
    left: 2rem;
  }

  .right-arrow-2 {
    width: 2rem;
    height: 2rem;
    display: flex;
    bottom: 2%;
    left: 5rem;
    right: auto;
  }

  .slide-nav {
    justify-content: center;
    align-items: center;
    display: none;
  }

  .affiliated-afiliado-component {
    min-height: 25rem;
  }

  .glow-violet {
    display: none;
  }

  .spacing-block-navbar {
    height: 5rem;
  }

  .spacing-block-navbar.is-mobile {
    height: 7rem;
  }

  .affiliated-banners-img-mobile {
    width: 100%;
    display: none;
  }

  .affiliated-banners-img-mobile.img1 {
    background-image: url('../images/Banner---Mobile-01_1.avif');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .affiliated-banners-img-mobile.img2 {
    background-image: url('../images/Banner---Mobile-02_1.avif');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 1rem;
  }

  .affiliated-banners-img-mobile.img3 {
    background-image: url('../images/Banner---Mobile-05_1.avif');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 1rem;
  }

  .affiliated-banners-img-mobile.img4 {
    background-image: url('../images/Banner---Mobile-04_1.avif');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .affiliated-banners-img-mobile.img5 {
    background-image: url('../images/Banner---Mobile-03_1.avif');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 1rem;
  }

  .banner-mobile {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2rem;
    line-height: 1.1;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.625rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1.125rem;
  }

  blockquote {
    font-size: 1rem;
  }

  .button {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .button.is-secundary.is-small.is-mobile {
    display: none;
  }

  .rich-text blockquote {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .hide-mobile {
    display: none;
  }

  .text-size-large {
    font-size: 1.063rem;
  }

  .text-size-large.text-weight-semibold.h4eh5 {
    font-size: .9rem;
  }

  .ss_utility_spacing-items {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .show-mobile {
    display: block;
  }

  .text-size-huge {
    font-size: 1.125rem;
  }

  .ss_utility_alignment-wrap {
    width: 100%;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
    line-height: 1.2;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .heading-style-h3 {
    font-size: 1.625rem;
  }

  .heading-style-h3.v2-preco {
    font-size: 2rem;
  }

  .heading-style-h4 {
    font-size: 1.25rem;
  }

  .heading-style-h4.text-color-white.is-mobile {
    font-size: 2rem;
  }

  .heading-style-h5 {
    font-size: 1.125rem;
  }

  .ss_utility_color-items {
    width: 100%;
  }

  .text-color-neutral-text.width-custom.is-mobile, .text-color-neutral-400.text-align-center.is-mobile {
    text-align: left;
  }

  .text-color-neutral-400.is-pain {
    max-width: 100%;
  }

  .max-width-full-mobile {
    width: 100%;
    max-width: none;
  }

  .spacing-block-medium {
    height: 1.25rem;
  }

  .spacing-block-medium.is-footer {
    height: 3rem;
  }

  .spacing-block-large {
    height: 2rem;
  }

  .spacing-block-large.spacing-arrow {
    height: 3rem;
  }

  .spacing-block-large.desktop-hidden {
    display: block;
  }

  .spacing-block-xlarge {
    height: 2rem;
  }

  .spacing-block-xxlarge {
    height: 3rem;
  }

  .spacing-block-huge {
    height: 3.5rem;
  }

  .spacing-block-xhuge {
    height: 4rem;
  }

  .spacing-block-xxhuge {
    height: 4.5rem;
  }

  .spacing-section-small {
    height: 2.5rem;
  }

  .spacing-section-small.huge, .spacing-section-medium {
    height: 6rem;
  }

  .spacing-section-medium.small, .spacing-section-medium.small-spacing-block {
    height: 3rem;
  }

  .spacing-section-medium.smaller-mobile {
    height: 2rem;
  }

  .spacing-section-large {
    height: 5rem;
  }

  .spacing-section-large.is-mobile {
    height: 8rem;
  }

  .spacing-section-xlarge, .spacing-section-xxlarge {
    height: 6.25rem;
  }

  .spacing-section-huge {
    height: 6rem;
  }

  .spacing-block-custom3 {
    height: 1.25rem;
  }

  .spacing-block-custom5 {
    height: 1.5rem;
  }

  .spacing-block-custom4 {
    height: 1.25rem;
  }

  .ss_text_sidebar-heading {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
  }

  .ss_content {
    padding-top: 2rem;
    padding-bottom: 8em;
  }

  .ss_sidebar_sticky {
    padding-bottom: 0;
    position: relative;
    top: 0;
  }

  .ss_nav_content {
    justify-content: flex-start;
    padding-left: 1rem;
    padding-right: 1rem;
    overflow: auto;
  }

  .ss_content_items-wrap {
    border-bottom-style: none;
  }

  .ss_content_items-wrap.with-gap-row {
    grid-row-gap: 2rem;
  }

  .ss_text_heading {
    font-size: 2.5em;
  }

  .ss_content_item.remove-border-mobile {
    border-top-style: none;
  }

  .ss_text_label {
    margin-bottom: 4rem;
    display: none;
  }

  .ss_sidebar {
    z-index: 3;
    box-shadow: none;
    border-bottom: 1px solid #ddd;
    width: 100%;
    padding: 4rem 2em;
    position: relative;
  }

  .ss_section {
    flex-direction: column-reverse;
  }

  .ss_section.is-header {
    height: auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .spacing-section-xsmall {
    height: 2.5rem;
  }

  .ss_utility_visibility-wrap.show-mobile {
    display: block;
  }

  .navbar_component {
    height: auto;
    font-size: .8rem;
  }

  .navbar_menu {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .navbar_component-right {
    margin-left: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .section_home-header {
    background-image: url('../images/home-header-bg-mobile_1.avif');
    padding-top: 1rem;
    padding-bottom: 50rem;
  }

  .funnel-numbers {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .funnel-number-item {
    width: 100%;
  }

  .funnel-content-bottom {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .home-benefits-component {
    text-align: center;
  }

  .benefits-heading-title {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .benefits-blue-box {
    flex-flow: column;
    padding: 2rem 1rem 1rem;
  }

  .benefits-blue-box-text {
    width: 100%;
    max-width: 100%;
  }

  .benefits-blue-box-img {
    order: 1;
    width: 100%;
    max-width: 100%;
  }

  .home-pain-component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .pain-girl {
    max-width: 110%;
    inset: auto auto 0% -1rem;
  }

  .pain-contact {
    max-width: 80%;
  }

  .intallation-icon-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .home-plan-item-list {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
  }

  .footer_component {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-logo-img {
    padding-left: 0;
  }

  .footer-bottom-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-links-socials {
    order: -1;
    padding-bottom: 0;
  }

  .footer-light-absolute {
    padding-top: 0;
  }

  .hero-banner-mobile {
    margin-top: 0;
  }

  .spacing-section-navbar {
    height: 7.5rem;
  }

  .spacing-section-navbar.is-mobile {
    height: 5rem;
    display: flex;
  }

  .funnel-custom-width-heading {
    width: 100%;
  }

  .navbar-buttons {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .logo-completa {
    display: none;
  }

  .home-header-buttons {
    flex-flow: wrap;
  }

  .home-header-students, .home-teachers-interface {
    display: none;
  }

  .home-teachers-interface.is-device-mobile {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    display: block;
  }

  .home-teachers-slider {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
    flex-flow: column;
  }

  .slider-item {
    width: 100%;
  }

  .home-benefits-grid-item {
    text-align: left;
  }

  .home-benefits-slider-wrap {
    align-items: stretch;
  }

  .home-video-heading {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .home-app-functions {
    flex-flow: column;
  }

  .app-mockup-img {
    max-width: 20rem;
  }

  .home-oferta-top {
    overflow: hidden;
  }

  .home-oferta-bottom {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }

  .home-oferta-top-left {
    padding: 3rem 1rem 2rem;
  }

  .home-oferta-heading-box {
    max-width: 17rem;
  }

  .home-oferta-background-right {
    padding-top: 1rem;
  }

  .mockup-desktop {
    max-width: 120%;
  }

  .footer-logo-milionariosclass {
    padding-left: 0;
  }

  .direitos-reservados {
    display: block;
  }

  .download-app-box {
    display: flex;
  }

  .home-benefits-slider-item {
    text-align: center;
    min-width: 9rem;
  }

  .gradient-carroussel, .gradient-carroussel.right {
    display: none;
  }

  .logo-icone-2 {
    width: 3rem;
    display: block;
  }

  .button-tab-content {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .home-tabs-mobile-box-lines-inter.center {
    width: 100%;
    height: .5rem;
  }

  .home-tabs-mobile-box-content {
    padding: 2.5rem 1rem;
  }

  .swiper-slide {
    width: 100%;
  }

  .mask-2 {
    width: 80%;
  }

  .teacher-box {
    width: 100%;
  }

  .affiliated-cta-content {
    justify-content: center;
    align-items: flex-start;
  }

  .affiliated-cta-items-wrap {
    grid-template-columns: 1fr;
  }

  .affiliated-cta-items {
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .affiliated-cta-items.center {
    border-width: 0 1px;
  }

  .affiliated-cta-box-heading-item {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .section-affiliated-carrerplan-component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column-reverse;
  }

  .affiliated-carrerplan-content-left {
    width: 100%;
    height: 30rem;
  }

  .affiliated-carrerplan-content-right {
    z-index: 2;
    width: 100%;
    position: relative;
  }

  .carrerplan-man-img {
    width: 80%;
    max-width: 85rem;
  }

  .section-affiliated-elite {
    background-image: none;
    height: auto;
  }

  .affiliated-elite-component {
    flex-flow: column;
  }

  .elite-component-left {
    width: 100%;
  }

  .affiliated-benefits-content-heading {
    text-align: center;
  }

  .affiliated-benefits-item-grid {
    width: 100%;
  }

  .background-img-affiliate-carrerplan {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .affiliated-rank-people {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: center;
    align-items: flex-start;
  }

  .affiliated-rank-people-podium {
    margin-top: 2rem;
  }

  .affiliated-rank-people-podium.center {
    margin-top: 0;
  }

  .affiliated-rank-people-bottom {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .affiliated-rank-people-item {
    justify-content: center;
    align-items: center;
  }

  .affiliated-rank-img-people {
    max-width: 2rem;
    height: 2rem;
  }

  .affiliated-banners-border {
    border-radius: 1rem;
  }

  .affiliated-banners-img {
    display: none;
  }

  .affiliated-iniciante-content-cards {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .borde-box-cards {
    width: 70%;
  }

  .affiliated-iphone-img {
    justify-content: center;
    align-items: flex-end;
    height: 28rem;
    min-height: 28rem;
  }

  .iphone-img {
    transform: translate(13%);
  }

  .mask-3 {
    height: 32rem;
  }

  .banner-background-header {
    height: 32rem;
    padding-bottom: 1rem;
  }

  .banner-background-header.banner-3, .banner-background-header.banner-4, .banner-background-header.banner-5 {
    height: 32rem;
  }

  .left-arrow-2 {
    left: 1.25rem;
  }

  .right-arrow-2 {
    left: 4rem;
  }

  .spacing-block-navbar {
    height: 5rem;
  }

  .width-20rem {
    width: 20rem;
  }

  .affiliated-banners-img-mobile {
    padding-bottom: .5rem;
    display: flex;
  }

  .affiliated-banners-img-mobile.no-margin {
    padding-bottom: 0;
  }

  .banner-mobile {
    border-radius: .75rem;
  }

  .image-woman {
    border-radius: 1.25rem;
    width: 100%;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  blockquote {
    padding-left: 1.5rem;
  }

  .button {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .padding-global.padding-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-global.pading-carrer {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .text-size-large.text-color-white.text-weight-semibold.rank {
    font-size: .9rem;
  }

  .text-size-medium.text-weight-semibold.text-color-blue-500.is-head {
    font-size: .75rem;
  }

  .ss_utility_spacing-items {
    grid-template-columns: 1fr 1fr;
  }

  .heading-style-h2.carrer-h2 {
    font-size: 1.6rem;
  }

  .heading-style-h4.text-color-white {
    font-size: 2rem;
  }

  .ss_utility_color-items {
    grid-template-columns: 1fr 1fr;
  }

  .zy-stylesystem-color {
    width: 4rem;
    height: 4rem;
  }

  .spacing-block-large.block-large {
    height: 3rem;
  }

  .spacing-section-small.hide-only-mobile {
    display: none;
  }

  .spacing-section-small.huge {
    height: 4rem;
  }

  .navbar_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .section_home-header {
    padding-bottom: 33rem;
  }

  .funnel-content-top {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .funnel-numbers {
    flex-flow: column;
  }

  .home-benefits-component {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .pain-content-left {
    width: 100%;
    max-width: 100%;
  }

  .pain-background {
    max-width: 100%;
  }

  .pain-girl {
    bottom: -5rem;
  }

  .home-installation-component {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .home-plans-item {
    padding: 2rem 1rem;
  }

  .home-plans-item.is-premium {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .plans-heading-style-custom.text-color-white, .plans-heading-style-custom.text-color-neutral-700 {
    font-size: 2rem;
  }

  .faq-question-item {
    padding: 1rem;
  }

  .footer-logo-img {
    padding-right: 1rem;
  }

  .home-header-buttons {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .home-header-students {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 100%;
  }

  .home-benefits-grid-item {
    padding: 1.5rem 1rem;
  }

  .home-benefits-slider-wrap {
    align-items: stretch;
  }

  .home-testimony-component {
    text-align: center;
  }

  .home-testimony-box {
    text-align: left;
  }

  .home-oferta-bottom {
    grid-template-columns: 1fr;
  }

  .mockup-desktop {
    max-width: 120%;
  }

  .footer-logo-milionariosclass {
    width: 12rem;
    padding-right: 1rem;
  }

  .download-app-box {
    width: 100%;
  }

  .home-benefits-slider-item {
    text-align: center;
    min-width: 9rem;
  }

  .gradient-carroussel, .gradient-carroussel.right {
    display: none;
  }

  .mask-2 {
    width: 90%;
  }

  .affiliated-header-slider {
    height: 32rem;
  }

  .affiliated-cta-box-heading-item {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .affiliated-carrerplan-content-left {
    width: 100%;
    height: 21rem;
  }

  .carrerplan-man-img {
    width: 90%;
  }

  .affiliated-carrerplan-gradient {
    height: 8rem;
  }

  .affiliated-carrerplan-gradient.hidden-mobile {
    display: none;
  }

  .carrerplan-man-rank-1-img {
    margin-bottom: 1rem;
  }

  .affiliated-benefits-component {
    justify-content: center;
    align-items: flex-start;
  }

  .affiliated-benefits-content-heading {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .affiliated-benefits-item-grid {
    grid-template-columns: 1fr;
  }

  .affiliated-benefits-item {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    padding: 2rem 1rem;
  }

  .affiliated-video-component {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .affiliated-rank-people {
    grid-column-gap: .1rem;
    grid-row-gap: .1rem;
    text-align: center;
    height: 16rem;
    max-height: 30rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .affiliated-rank-people-podium {
    max-width: 100%;
  }

  .rank-podium-perfil.left {
    width: 60%;
  }

  .perfil-rank-1 {
    width: 80%;
  }

  .affiliated-rank-people-bottom {
    flex-flow: column;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .affiliated-rank-people-item {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .affiliated-rank-img-people {
    max-width: 3rem;
    height: 3rem;
  }

  .heading-style-display1.carrer-h2 {
    font-size: 2rem;
  }

  .affiliated-medium-level-box {
    padding: 2rem 1rem;
  }

  .borde-box-cards {
    width: 100%;
  }

  .affiliated-iphone-content-left {
    padding: 2rem 1rem 1rem;
  }

  .affiliated-iphone-img {
    height: 20rem;
    min-height: 20rem;
  }

  .iphone-img {
    min-height: auto;
    transform: translate(10%);
  }

  .affiliated-pricing-offer-box {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .affiliated-pricing-heading-box {
    max-width: 100%;
  }

  .banner-background-header, .banner-background-header.banner-5 {
    height: 32rem;
  }

  .affiliated-afiliado-component {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .glow-violet.hidden-header {
    display: none;
  }

  .comissao-heading {
    font-size: 2rem;
  }

  .rank-podium-box {
    justify-content: center;
    align-items: flex-end;
    max-width: 32%;
    height: 100%;
    display: flex;
  }

  .width-20rem {
    width: 100%;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff2') format('woff2'), url('../fonts/Inter-Regular.eot') format('embedded-opentype'), url('../fonts/Inter-Regular.woff') format('woff'), url('../fonts/Inter-Regular.ttf') format('truetype'), url('../fonts/Inter-Regular.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff2') format('woff2'), url('../fonts/Inter-Bold.eot') format('embedded-opentype'), url('../fonts/Inter-Bold.woff') format('woff'), url('../fonts/Inter-Bold.ttf') format('truetype'), url('../fonts/Inter-Bold.svg') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.woff2') format('woff2'), url('../fonts/Inter-SemiBold.eot') format('embedded-opentype'), url('../fonts/Inter-SemiBold.woff') format('woff'), url('../fonts/Inter-SemiBold.ttf') format('truetype'), url('../fonts/Inter-SemiBold.svg') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Prompt';
  src: url('../fonts/Prompt-Regular.woff2') format('woff2'), url('../fonts/Prompt-Regular.eot') format('embedded-opentype'), url('../fonts/Prompt-Regular.woff') format('woff'), url('../fonts/Prompt-Regular.ttf') format('truetype'), url('../fonts/Prompt-Regular.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Prompt';
  src: url('../fonts/Prompt-Bold.woff2') format('woff2'), url('../fonts/Prompt-Bold.eot') format('embedded-opentype'), url('../fonts/Prompt-Bold.woff') format('woff'), url('../fonts/Prompt-Bold.ttf') format('truetype'), url('../fonts/Prompt-Bold.svg') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Prompt';
  src: url('../fonts/Prompt-Medium.woff2') format('woff2'), url('../fonts/Prompt-Medium.eot') format('embedded-opentype'), url('../fonts/Prompt-Medium.woff') format('woff'), url('../fonts/Prompt-Medium.ttf') format('truetype'), url('../fonts/Prompt-Medium.svg') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Prompt';
  src: url('../fonts/Prompt-SemiBold.woff2') format('woff2'), url('../fonts/Prompt-SemiBold.eot') format('embedded-opentype'), url('../fonts/Prompt-SemiBold.woff') format('woff'), url('../fonts/Prompt-SemiBold.ttf') format('truetype'), url('../fonts/Prompt-SemiBold.svg') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}