@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-VariableItalic.ttf') format("truetype");
  font-weight: 200 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Generalsans Variable;
  src: url('../fonts/GeneralSans-Variable.ttf') format("truetype");
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --relume-library-lite--rl-black: black;
  --relume-library-lite--rl-white: white;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.rl_navbar1_dropdown-link {
  color: #000;
  padding: .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_navbar1_dropdown-link.w--current {
  color: #000;
}

.rl_navbar1_menu {
  align-items: center;
  display: flex;
  position: static;
}

.rl_navbar1_menu.is-page-height-tablet {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-left: 1rem;
}

.rl_navbar1_dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #000;
  padding: .5rem;
}

.rl_navbar1_link {
  color: #464a5a;
  background-color: #0000;
  padding: .5rem 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: all .2s;
}

.rl_navbar1_link:hover {
  background-color: #f1f2f8;
  border-radius: 16px;
}

.rl_navbar1_link.w--current {
  color: #000;
}

.rl_navbar1_menu-button {
  padding: 0;
}

.rl_navbar1_container {
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: .75rem 1rem;
  display: flex;
  box-shadow: 0 3px 7px #00000008, 0 13px 13px #00000008;
}

.rl_navbar1_component {
  z-index: 999;
  border-bottom: 1px none var(--relume-library-lite--rl-black);
  background-color: #0000;
  align-items: center;
  width: 100%;
  max-width: 1216px;
  height: auto;
  min-height: 4.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5rem 64px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.rl_navbar1_button {
  border: 1px none var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  background-image: radial-gradient(circle at 50% 0, #364e9d, #21326a);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
  box-shadow: inset 0 1px #ffffff4d, inset 0 -1px #0000001a;
}

.rl_navbar1_dropdown-toggle {
  color: var(--relume-library-lite--rl-black);
  padding: .5rem 2.5rem .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_navbar1_button-secondary {
  border: 1px none var(--relume-library-lite--rl-black);
  color: #364e9d;
  text-align: center;
  background-color: #0000;
  padding: .5rem 1.25rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: all .2s;
}

.rl_navbar1_button-secondary:hover {
  background-color: #f1f2f8;
  border-radius: 16px;
}

.rl-dropdown-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.rl_navbar1_logo-link {
  padding-left: 0;
}

.rl_navbar1_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.body {
  background-color: #f1f2f8;
  font-family: Generalsans Variable, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.div-block {
  opacity: .1;
  background-color: #000;
  width: 2px;
  height: 30px;
}

.intro {
  background-image: linear-gradient(190deg, #fff, #f1f2f8 48%);
  justify-content: center;
  align-items: flex-start;
  height: auto;
  padding-top: 180px;
  padding-bottom: 112px;
  display: flex;
}

.container-pagina {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1217px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
}

.frame-56 {
  grid-row-gap: 56px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 608.617px;
  text-decoration: none;
  display: flex;
}

.frame-55 {
  grid-row-gap: 56px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-54 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.hospede-venda-e-escale-seu-produto-digital {
  text-align: center;
  letter-spacing: -.03em;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(0deg, #464a5a, #7881a4);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 16px;
  font-size: 64px;
  font-weight: 500;
  line-height: 87%;
  text-decoration: none;
}

.frame-6 {
  grid-column-gap: 8px;
  background-color: #f9d317;
  border: 1px solid #f9d317;
  border-radius: 32px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: -8% auto auto;
  transform: rotate(-6deg);
}

.vector {
  object-fit: cover;
}

.text {
  color: #453a06;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.vector-5 {
  border-style: solid;
  border-width: undefinedpx;
  object-fit: contain;
  border-color: #f9d317;
  padding-top: 0;
  position: absolute;
  inset: auto 0% 0% auto;
}

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

.frame-8 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-2 {
  grid-column-gap: 8px;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
  box-shadow: inset 0 1px #ffffff4d, inset 0 -1px #0000001a;
}

.frame-2.bg-degrade {
  background-image: radial-gradient(circle, #364e9d, #21326a);
  transition: all .2s;
}

.frame-2.bg-degrade:hover {
  transform: translate(0, -4px);
}

.text-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.frame-7 {
  grid-column-gap: 8px;
  border: 1px undefined undefined;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  overflow: hidden;
}

.frame-7:hover {
  background-color: #fff;
}

.text-4 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(217.36deg, #364e9d 25%, #21326a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.a-celetus-a-casa-premium-para-quem-quer-profissionalizar-e-simplificar-a-venda-de-e-books-cursos-e {
  color: #464a5a80;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 160%;
  text-decoration: none;
}

.a-celetus-a-casa-premium-para-quem-quer-profissionalizar-e-simplificar-a-venda-de-e-books-cursos-e-2 {
  color: #464a5a;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 160%;
  text-decoration: none;
}

.image {
  position: absolute;
  inset: auto 5% -8% auto;
}

.slider-criadores {
  flex-flow: column;
  padding-top: 112px;
  padding-bottom: 112px;
  display: flex;
  overflow: hidden;
}

.text-5 {
  color: #464a5a;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
  text-decoration: none;
}

.histrias-reais-resultados-concretos-0 {
  color: #464a5a;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 160%;
  text-decoration: none;
}

.histrias-reais-resultados-concretos-1 {
  color: #464a5a;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  text-decoration: none;
}

.carousel-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  min-width: 100%;
  display: flex;
  overflow: visible;
}

.contaudo-criadores {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.card-cliente {
  grid-row-gap: 8px;
  background-image: linear-gradient(#0000, #000);
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  min-width: 249px;
  max-width: 249px;
  height: 227px;
  min-height: 227px;
  padding: 24px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.user-info {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.name {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.username {
  color: #bbb;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.cards-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.image-2 {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.video-section {
  flex-flow: column;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.video {
  width: 100%;
  max-width: 1008px;
  height: 100%;
  max-height: 515px;
}

.lightbox-link {
  object-fit: cover;
  object-position: 50% 50%;
  background-image: url('../images/thumb-video_1.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 1008%;
  max-width: 1008px;
  height: 515px;
  max-height: 515px;
  display: flex;
  position: static;
  overflow: hidden;
}

.image-3 {
  width: 100%;
}

.image-4 {
  position: absolute;
  inset: auto;
}

.container-2 {
  grid-row-gap: 36px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1008px;
  padding-top: 64px;
  padding-bottom: 64px;
  text-decoration: none;
  display: flex;
}

.section-title {
  color: #464a5a;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.logos-container {
  grid-column-gap: 50px;
  opacity: .6;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-style {
  object-fit: cover;
  overflow: hidden;
}

.section-criador-protagonista {
  padding-top: 64px;
  padding-bottom: 64px;
}

.container-3 {
  grid-row-gap: 54px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1008px;
  text-decoration: none;
  display: flex;
}

.container-4 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1009px;
  text-decoration: none;
  display: flex;
}

.container-5 {
  grid-column-gap: 8px;
  background-color: #f9d317;
  border: 1px solid #f9d317;
  border-radius: 32px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.title-style {
  color: #453a06;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.container-6 {
  grid-row-gap: 23px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.subtitle {
  color: #464a5a;
  text-align: center;
  letter-spacing: -.03em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 87%;
  text-decoration: none;
}

.description {
  color: #464a5a;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.container-7 {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.container-8 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1008px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.container-9 {
  grid-row-gap: 32px;
  background-image: linear-gradient(127.32deg, #fff 0%, #fff0 100%);
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 32px 96px;
  text-decoration: none;
  display: flex;
}

.icon-container {
  grid-column-gap: 8px;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
  box-shadow: inset 0 1px #ffffff4d, inset 0 -1px #0000001a;
}

.analytics {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  display: flex;
}

.container-10 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.title-style-2 {
  color: #1f222c;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.description-2 {
  opacity: .8;
  color: #464a5a;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.container-11 {
  grid-row-gap: 32px;
  border-radius: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 32px 96px;
  text-decoration: none;
  display: flex;
}

.container-12 {
  grid-row-gap: 32px;
  background-image: linear-gradient(-64.67deg, #fff 0%, #fff0 100%);
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 32px 96px;
  text-decoration: none;
  display: flex;
}

.image-container {
  position: absolute;
  top: 209px;
  left: 429px;
}

.ellipse-1 {
  border-style: solid;
  border-width: undefinedpx;
  object-fit: cover;
  border-color: #364e9d;
}

.ellipse-2 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 186px;
  height: 186px;
  text-decoration: none;
  display: flex;
}

.ellipse-3 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 238px;
  height: 238px;
  text-decoration: none;
  display: flex;
}

.beneficios-slider {
  padding-top: 64px;
  padding-bottom: 64px;
}

.rl-padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.rl_testimonial15_content-right {
  flex-direction: column;
  align-items: flex-start;
  padding: 88px 112px;
  display: flex;
}

.rl-text-style-regular {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_testimonial15_mask {
  max-height: 499px;
}

.rl_section_testimonial15 {
  background-color: var(--relume-library-lite--rl-white);
}

.rl_testimonial15_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.rl_testimonial15_logo {
  max-height: 3rem;
}

.rl-heading-style-h5 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.rl_testimonial15_component {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 1008px;
  height: auto;
  padding-bottom: 5rem;
}

.rl_testimonial15_client-image-wrapper {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-right: 112px;
  display: flex;
}

.rl_testimonial15_slide {
  background-image: linear-gradient(#fff, #fff);
  border-radius: 16px;
  margin-right: 5rem;
}

.rl_testimonial15_client-name-text {
  color: var(--relume-library-lite--rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_testimonial15_content {
  grid-column-gap: 0rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  min-height: 502px;
  display: grid;
}

.rl_testimonial15_arrow-right {
  border: 1px none var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-white);
  background-color: #1e1e1e;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.rl_testimonial_spacing-block-1 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_testimonial15_client {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  text-align: left;
  align-items: center;
  display: flex;
}

.rl_testimonial15_client-image {
  object-fit: cover;
}

.rl_testimonial15_arrow-left {
  border: 1px none var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-white);
  background-color: #1e1e1e;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 4rem 0% auto;
}

.rl-padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.rl_testimonial15_divider {
  background-color: var(--relume-library-lite--rl-black);
  align-self: stretch;
  width: 1px;
}

.rl_testimonial15_rating-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  display: flex;
}

.rl_testimonial15_arrow-icon {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

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

.rl_testimonial15_rating-icon {
  color: var(--relume-library-lite--rl-black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.container-13 {
  grid-row-gap: 27px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.title-style-3 {
  color: #464a5a;
  letter-spacing: -.03em;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(0deg, #464a5a, #7881a4);
  -webkit-background-clip: text;
  background-clip: text;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 64px;
  font-weight: 600;
  line-height: 87%;
  text-decoration: none;
}

.subtitle-2 {
  opacity: .5;
  color: #464a5a;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.frame-29 {
  grid-column-gap: 41px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.img-ilustra-suporte-para-vc {
  object-fit: cover;
}

.container-14 {
  grid-row-gap: 26px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 360px;
  text-decoration: none;
  display: flex;
}

.title-style-4 {
  color: #464a5a;
  letter-spacing: -.03em;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(0deg, #464a5a, #7881a4);
  -webkit-background-clip: text;
  background-clip: text;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 12px;
  font-size: 64px;
  font-weight: 600;
  line-height: 87%;
  text-decoration: none;
}

.subtitle-3 {
  opacity: .5;
  color: #464a5a;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.features-section {
  padding-top: 64px;
  padding-bottom: 64px;
}

.grid {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.container-15 {
  grid-row-gap: 16px;
  background-color: #fffdfb;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-width: 325px;
  height: 348.5px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.container-16 {
  background-color: #fff;
}

.image-5 {
  object-fit: cover;
}

.container-17 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.title-style-5 {
  color: #1f222c;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.description-3 {
  opacity: .8;
  color: #464a5a;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.container-18 {
  grid-row-gap: 16px;
  background-color: #fffdfb;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-width: 325px;
  height: 348.5px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.container-19 {
  background-color: #fff;
}

.image-6 {
  object-fit: cover;
}

.container-20 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.title-style-6 {
  color: #1f222c;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.description-4 {
  opacity: .8;
  color: #464a5a;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.container-21 {
  grid-row-gap: 16px;
  background-color: #fffdfb;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-width: 325px;
  height: 348.5px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.container-22 {
  background-color: #fff;
}

.image-7 {
  object-fit: cover;
}

.container-23 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.title-style-7 {
  color: #1f222c;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.description-5 {
  opacity: .8;
  color: #464a5a;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.card-3 {
  display: flex;
}

.container-24 {
  grid-row-gap: 16px;
  background-color: #fffdfb;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-width: 325px;
  height: 348.5px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.container-25 {
  background-color: #fff;
}

.container-26 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.title-style-8 {
  color: #1f222c;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.description-6 {
  opacity: .8;
  color: #464a5a;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.depoimentos {
  padding-top: 64px;
  padding-bottom: 64px;
}

.rl_testimonial15_content-right-2 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.rl_testimonial15_mask-2 {
  max-width: 1008px;
  height: auto;
}

.rl_testimonial15_component-2 {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 5rem;
}

.rl_testimonial15_slide-2 {
  margin-right: 5rem;
}

.rl_testimonial15_content-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.rl_testimonial15_arrow-right-2 {
  border: 1px solid var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-white);
  background-color: #1e1e1e;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.rl_testimonial15_arrow-left-2 {
  border: 1px solid var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-white);
  background-color: #1e1e1e;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 4rem 0% auto;
}

.container-27 {
  grid-row-gap: 19px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.container-28 {
  grid-column-gap: 8px;
  background-color: #f9d317;
  border: 1px solid #f9d317;
  border-radius: 32px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.section-title-2 {
  color: #453a06;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.testimonial {
  color: #464a5a;
  width: 100%;
  max-width: 60%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
  text-decoration: none;
}

.lightbox-link-2 {
  background-image: url('../images/img-darlan-nogueira.webp');
  background-position: 0 0;
  background-size: auto;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-width: 430px;
  min-height: 311px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.degrade-filtro {
  z-index: 2;
  background-image: radial-gradient(circle at 100% 0, #0000, #000);
  position: absolute;
  inset: 0%;
}

.image-8 {
  z-index: 9;
  position: static;
}

.profile-info {
  z-index: 9;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding-bottom: 32px;
  padding-left: 32px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.name-2 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  text-decoration: none;
}

.title-style-9 {
  opacity: .5;
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  text-decoration: none;
}

.player-wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  display: flex;
}

.cta-section {
  padding-top: 64px;
  padding-bottom: 64px;
}

.cta-wrapper {
  background-image: url('../images/bg-cta.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 424px;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
  overflow: hidden;
}

.container-29 {
  grid-row-gap: 27px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 546px;
  text-decoration: none;
  display: flex;
}

.container-30 {
  grid-row-gap: 21px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.container-31 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.vector-6 {
  object-fit: cover;
}

.title-style-10 {
  color: #fff;
  text-align: center;
  letter-spacing: -.03em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 600;
  line-height: 87%;
  text-decoration: none;
}

.subtitle-4 {
  opacity: .5;
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.button-container {
  grid-column-gap: 8px;
  background-image: radial-gradient(circle closest-corner at 50% 0, #f9d317, #a4902e);
  border-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  overflow: hidden;
  box-shadow: inset 0 1px #ffffff4d, inset 0 -1px #0000001a;
}

.button-container:hover {
  transform: translate(0, -4px);
}

.button-text {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.footer {
  background-color: #1e1e1e;
  background-image: radial-gradient(circle at 50% -280%, #13276a 36%, #1e1e1e);
  padding-top: 64px;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.footer-content {
  grid-column-gap: 142px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.company-info {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 275px;
  text-decoration: none;
  display: flex;
}

.company-details {
  opacity: .5;
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.links-container {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 699px;
  text-decoration: none;
  display: flex;
}

.celetus-links {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-6 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.text-7 {
  opacity: .5;
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 4px;
  padding-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  transition: all .2s;
}

.text-7:hover {
  color: #f9d317;
}

.footer-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.seguidores {
  color: #bbb;
  font-size: 14px;
  line-height: 150%;
}

.depoimento-imagem-wrapper, .div-block-3, .div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .rl_navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .rl_menu-icon_line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .rl_navbar1_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .rl_navbar1_menu.is-page-height-tablet {
    height: 100vh;
    padding-bottom: 15rem;
  }

  .rl_menu-icon_line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .rl_navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .rl_menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_navbar1_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .rl_navbar1_menu-button.w--open {
    background-color: #0000;
  }

  .rl_navbar1_component {
    padding-left: 32px;
    padding-right: 32px;
  }

  .rl_menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_navbar1_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .rl-dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .rl_menu-icon_line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .intro {
    padding-bottom: 64px;
  }

  .container-pagina {
    padding-left: 32px;
    padding-right: 32px;
  }

  .frame-56, .frame-55 {
    grid-row-gap: 32px;
  }

  .hospede-venda-e-escale-seu-produto-digital {
    font-size: 56px;
  }

  .frame-6 {
    top: -15%;
  }

  .slider-criadores, .video-section {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .lightbox-link {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    background-position: 50%;
    width: 100%;
    height: auto;
  }

  .container-2 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .logos-container {
    grid-column-gap: 50px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }

  .section-criador-protagonista {
    padding-top: 32px;
  }

  .subtitle {
    font-size: 32px;
  }

  .description {
    font-size: 18px;
  }

  .container-9 {
    padding: 24px 32px;
  }

  .title-style-2, .description-2 {
    font-size: 18px;
  }

  .container-11 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .container-12 {
    padding: 24px 32px;
  }

  .ellipse-1 {
    display: none;
    overflow: visible;
  }

  .rl-padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .rl_testimonial15_content-right {
    padding: 32px;
  }

  .rl_testimonial15_component {
    width: 100%;
  }

  .rl_testimonial15_client-image-wrapper {
    padding-top: 32px;
  }

  .rl_testimonial15_content {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .container-13 {
    grid-row-gap: 16px;
  }

  .title-style-3 {
    font-size: 40px;
  }

  .subtitle-2 {
    font-size: 18px;
  }

  .frame-29 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .img-ilustra-suporte-para-vc {
    aspect-ratio: 1;
    height: auto;
  }

  .container-14 {
    grid-row-gap: 16px;
    order: -1;
  }

  .title-style-4 {
    text-align: center;
    font-size: 40px;
  }

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

  .grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
  }

  .depoimentos {
    padding-top: 32px;
  }

  .rl_testimonial15_component-2, .rl_testimonial15_client-image-wrapper-2 {
    width: 100%;
  }

  .rl_testimonial15_slide-2 {
    max-height: none;
  }

  .rl_testimonial15_content-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: auto;
  }

  .container-27 {
    max-width: none;
    height: auto;
  }

  .testimonial {
    max-width: 100%;
  }

  .lightbox-link-2 {
    background-position: 50% 0;
    background-size: cover;
    width: 100%;
  }

  .footer {
    padding-left: 0;
    padding-right: 0;
  }

  .depoimento-imagem-wrapper {
    flex-flow: column;
  }

  .image-9 {
    aspect-ratio: auto;
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
  }

  .image-10, .image-11 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .rl_navbar1_component {
    height: auto;
    min-height: 4rem;
    padding-left: 16px;
    padding-right: 16px;
  }

  .rl_navbar1_logo-link {
    padding-left: 0;
  }

  .intro {
    padding-bottom: 32px;
  }

  .container-pagina {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hospede-venda-e-escale-seu-produto-digital {
    font-size: 48px;
  }

  .frame-8 {
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

  .section-criador-protagonista {
    padding-bottom: 32px;
  }

  .container-7 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .container-8 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .rl-padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .rl_testimonial15_content-right {
    justify-content: flex-start;
    align-items: center;
  }

  .rl_testimonial15_slide-nav {
    inset: 0% auto auto 0%;
  }

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

  .rl_testimonial15_component {
    padding-top: 5rem;
    padding-bottom: 0;
  }

  .rl_testimonial15_client-image-wrapper {
    justify-content: center;
    align-items: flex-start;
    padding-right: 0;
  }

  .rl_testimonial15_slide {
    padding-left: 0;
    padding-right: 0;
  }

  .rl_testimonial15_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl_testimonial15_arrow-right {
    inset: 0% 0% auto auto;
  }

  .rl_testimonial_spacing-block-1 {
    padding-bottom: 1.5rem;
  }

  .rl_testimonial15_client {
    align-items: center;
    width: 100%;
  }

  .rl_testimonial15_arrow-left {
    inset: 0% 4rem auto auto;
  }

  .title-style-3, .subtitle-2 {
    text-align: center;
  }

  .img-ilustra-suporte-para-vc {
    height: auto;
  }

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

  .grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .rl_testimonial15_component-2 {
    padding-top: 5rem;
    padding-bottom: 0;
  }

  .rl_testimonial15_slide-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .rl_testimonial15_content-2 {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl_testimonial15_arrow-right-2 {
    inset: 0% 0% auto auto;
  }

  .rl_testimonial15_arrow-left-2 {
    inset: 0% 4rem auto auto;
  }

  .cta-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }

  .title-style-10 {
    font-size: 48px;
  }

  .footer-content {
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .links-container {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }
}

@media screen and (max-width: 479px) {
  .hospede-venda-e-escale-seu-produto-digital {
    font-size: 40px;
  }

  .frame-6 {
    top: -24%;
  }

  .a-celetus-a-casa-premium-para-quem-quer-profissionalizar-e-simplificar-a-venda-de-e-books-cursos-e, .a-celetus-a-casa-premium-para-quem-quer-profissionalizar-e-simplificar-a-venda-de-e-books-cursos-e-2 {
    font-size: 16px;
  }

  .image {
    right: -4%;
  }

  .lightbox-link {
    aspect-ratio: 3 / 2;
    object-fit: cover;
    object-position: 50% 50%;
    background-position: 50%;
    background-size: cover;
  }

  .logos-container {
    grid-template-columns: 1fr 1fr;
    place-items: center;
  }

  .subtitle {
    font-size: 28px;
  }

  .description, .title-style-2, .description-2 {
    font-size: 16px;
  }

  .rl_testimonial15_client-image-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }

  .rl_testimonial15_content {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .title-style-3 {
    font-size: 32px;
  }

  .img-ilustra-suporte-para-vc {
    aspect-ratio: 1;
    object-fit: cover;
    width: 100%;
    height: auto;
  }

  .title-style-4 {
    font-size: 32px;
  }

  .subtitle-3 {
    font-size: 16px;
  }

  .container-15 {
    min-width: auto;
  }

  .card-1 {
    width: 100%;
  }

  .container-18 {
    min-width: auto;
    height: auto;
  }

  .container-21 {
    min-width: auto;
  }

  .container-24 {
    min-width: auto;
    height: auto;
  }

  .rl_testimonial15_content-2 {
    grid-template-columns: 1fr;
  }

  .testimonial {
    font-size: 18px;
  }

  .lightbox-link-2 {
    min-width: auto;
  }

  .cta-wrapper {
    background-position: 0%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .title-style-10 {
    font-size: 32px;
  }

  .subtitle-4 {
    font-size: 16px;
  }

  .footer {
    padding-top: 32px;
  }
}

#w-node-ccde31f0-c248-4b43-be4a-152a39a45fb7-6ff70406 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-aefa636a-6c1f-a057-8202-6f54e1f8aecb-6ff70406, #w-node-ae72a515-74d7-fac8-2017-70f655e7b582-6ff70406 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_53a23e01-8827-ed3b-7b9a-161a1d78f869-6ff70406 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

@media screen and (max-width: 991px) {
  #w-node-ccde31f0-c248-4b43-be4a-152a39a45fb7-6ff70406, #w-node-_53a23e01-8827-ed3b-7b9a-161a1d78f869-6ff70406 {
    grid-area: span 2 / span 4 / span 2 / span 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d8d028c0-7441-8925-924b-de03a343a67e-6ff70406, #w-node-_1b446fc8-8e5c-c3a6-29c0-41bffdd5edca-6ff70406, #w-node-_341a382e-825d-ba19-8f85-b956fb6c1ba5-6ff70406, #w-node-b3328426-867b-9dd3-8ff4-f303487fd9c0-6ff70406, #w-node-_60178b2c-3d15-cde2-0a37-f47d66b3bbe2-6ff70406, #w-node-_8d32e82b-9346-5524-d3a1-85e0758b455c-6ff70406 {
    order: -9999;
  }

  #w-node-aefa636a-6c1f-a057-8202-6f54e1f8aecb-6ff70406, #w-node-ae72a515-74d7-fac8-2017-70f655e7b582-6ff70406 {
    grid-area: span 2 / span 4 / span 2 / span 4;
  }

  #w-node-bcdcd483-0eed-9028-753f-563a8e264358-6ff70406, #w-node-_7db2742b-23c5-ec51-fa41-7af52b1a89f0-6ff70406, #w-node-d4e08874-06fc-daba-fb11-0d3146fa4a94-6ff70406 {
    order: -9999;
  }
}


@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-VariableItalic.ttf') format('truetype');
  font-weight: 200 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans Variable';
  src: url('../fonts/GeneralSans-Variable.ttf') format('truetype');
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}