:root {
  --black: #0d131c;
  --royal-blue: #2261fa;
  --tomato: #f76c4f;
  --lavender: #d3dffe;
  --ghost-white: #f7f9fd;
  --ghost-white-2: #eff4ff;
  --light-cyan: #ccfafd;
  --misty-rose: #ffe6e0;
  --ghost-white-3: #f3f5fb;
  --deep-sky-blue: #0cbbdd;
}

.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;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

.navigation-large-grid {
  grid-column-gap: 44px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.navigation-wrapper {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.navigation-list-column {
  z-index: 99;
  min-width: 100%;
}

.navigation-list-column.w--open {
  background-color: #fff;
  border-radius: 16px;
  min-width: auto;
  margin-left: -220px;
  position: absolute;
  top: 110px;
  overflow: hidden;
  box-shadow: 45px 45px 140px -48px #393b6a1f;
}

.navigation {
  background-color: #fff;
  align-items: center;
  width: 100%;
  min-height: 88px;
  padding: 24px 5%;
  display: flex;
}

.navigation-avatar-wrapper {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.navigation-cta-block {
  grid-column-gap: 44px;
  grid-row-gap: 24px;
  background-color: #f7f9fd;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  padding: 24px;
  display: flex;
}

.banner-regular {
  grid-column-gap: 16px;
  background-color: var(--black);
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 16px 5%;
  display: flex;
}

.avatar-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.navigation-toggle {
  color: #160042;
  letter-spacing: -.01em;
  border-radius: 50px;
  align-items: center;
  height: 100%;
  padding: 12px 30px 12px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.navigation-toggle:hover {
  background-color: #f3f5fb;
}

.paragraph-small {
  letter-spacing: -.01em;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small.text-weight-medium.txt-dropdown-conteudos {
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.navigation-avatar-website {
  letter-spacing: -.01em;
  font-size: 14px;
  line-height: 24px;
}

.navigation-button-small {
  outline-offset: 0px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #160042;
  border-radius: 48px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  min-height: 40px;
  padding: 8px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.navigation-button-small:hover {
  background-color: #282556;
}

.navigation-dropdown-small {
  height: 100%;
  position: static;
}

.navigation-column {
  grid-row-gap: 9px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.navigation-link-icon {
  grid-column-gap: 44px;
  color: #160042;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.navigation-link-icon:hover {
  background-color: #f7f9fd;
}

.banner-badge {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #282556;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 16px;
  transition: background-color .3s;
  display: flex;
  position: relative;
}

.banner-badge:hover {
  background-color: #393b6a;
}

.logo-link-large {
  margin-right: 24px;
}

.margin-bottom-08 {
  margin-bottom: 8px;
}

.logo {
  width: 160px;
  margin-right: 20px;
}

.navigation-icon {
  background-color: #d3dffe;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  padding: 10px;
  display: flex;
}

.navigation-avatar-name {
  letter-spacing: -.02em;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

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

.avatar-regular {
  background-color: #f3f5fb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation-arrow {
  color: #6b7094;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.navigation-icon-wrapper {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.navigation-base {
  padding: 16px;
}

.navigation-link {
  color: var(--black);
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 50px;
  padding: 12px 24px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.navigation-link:hover {
  color: #160042;
  background-color: #f3f5fb;
}

.navigation-link.w--current {
  color: #642eff;
}

.navigation-icon-arrow {
  margin-right: 10px;
}

.paragraph-regular {
  letter-spacing: -.02em;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.m-navigation-button-wrapper {
  grid-column-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.m-navigation-dropdown {
  grid-column-gap: 8px;
  color: #dedfe3;
  justify-content: center;
  align-items: center;
  padding: 14px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.m-navigation-dropdown:hover {
  color: #6070c8;
}

.m-navigation-dropdown.w--open {
  color: #7e8ef1;
}

.m-h6-heading {
  color: var(--black);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
}

.m-banner {
  grid-column-gap: 8px;
  color: #dedfe3;
  background-color: #22242f;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 10px 5%;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
  position: relative;
}

.m-navigation-link-plain {
  grid-column-gap: 12px;
  color: #7e8ef1;
  border-radius: 24px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.m-navigation-link-plain:hover {
  background-color: #333647;
}

.m-navigation-link-plain.small {
  max-width: 300px;
}

.m-banner-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.m-navigation-mobile-button {
  align-items: center;
  display: flex;
}

.m-navigation-brand {
  margin-right: 20px;
}

.m-navigation-icon-button-plain {
  color: #dedfe3;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  padding: 8px;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.m-navigation-icon-button-plain:hover {
  color: #7e8ef1;
}

.m-banner-shape {
  color: #b277cf;
  position: absolute;
  inset: 0% auto auto 0%;
}

.m-navigation-grid-wrapper {
  width: 100%;
}

.m-navigation-container {
  border-bottom: 1px #0414341a;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1140px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.m-navigation-link-icon {
  grid-column-gap: 12px;
  color: #9c9eab;
  border-radius: 24px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.m-navigation-link-icon:hover {
  color: #a3aef5;
  background-color: #333647;
}

.m-navigation {
  z-index: 99;
  background-color: #111218;
  border-bottom: 1px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 90px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

.m-button-navigation {
  color: #7e8ef1;
  text-align: center;
  background-color: #0000;
  border: 2px solid #333647;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.m-button-navigation:hover {
  background-color: var(--royal-blue);
  color: #fff;
  border-color: #7e8ef1;
}

.m-navigation-link-card {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  color: #fff;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.m-navigation-link-card:hover {
  color: #7e8ef1;
  background-color: #22242f;
  border-radius: 16px;
}

.m-navigation-link {
  color: #dedfe3;
  justify-content: center;
  align-items: center;
  padding: 14px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.m-navigation-link:hover {
  color: #6070c8;
}

.m-navigation-link.w--open {
  color: #4c4cb3;
}

.m-navigation-dropdown-header {
  grid-column-gap: 32px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.m-icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.m-navigation-line-break {
  background-color: #333647;
  width: 2px;
  height: 100%;
  max-height: 24px;
  margin-left: 24px;
  margin-right: 24px;
}

.m-container-large {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.m-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}

.m-paragraph-regular.m-text-color-gray-300 {
  color: #9c9eab;
}

.m-navigation-icon-button {
  color: #dedfe3;
  background-color: #22242f;
  border: 1px solid #333647;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  padding: 8px;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.m-navigation-icon-button:hover {
  color: #7e8ef1;
}

.m-navigation-menu-wrap {
  align-items: center;
  height: 100%;
  display: flex;
  position: static;
}

.m-navigation-dropdown-small {
  position: static;
}

.m-navigation-icon-arrow {
  margin-right: 0;
  position: static;
}

.m-navigation-link-large {
  color: #fff;
  padding: 12px 24px;
  text-decoration: none;
  transition: color .3s;
}

.m-navigation-link-large:hover {
  color: #a3aef5;
}

.m-banner-wrapper {
  grid-column-gap: 8px;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
  display: flex;
}

.m-navigation-link-wrapper {
  align-items: center;
  display: flex;
}

.m-navigation-link-list {
  grid-row-gap: 8px;
  background-color: #22242f;
  border-radius: 24px;
  flex-direction: column;
  align-items: flex-start;
  padding: 8px;
  display: flex;
}

.m-icon-large {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.m-paragraph-small {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.m-paragraph-small.text-color-gray-100 {
  color: #c8c9d0;
}

.m-paragraph-small.m-text-color-gray-400 {
  color: #868898;
}

.m-paragraph-small.text-color-gray-300 {
  color: #9c9eab;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.m-navigation-dropdown-footer {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  display: flex;
}

.m-navigation-card-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.m-navigation-link-title-wrapper {
  grid-column-gap: 16px;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.m-navigation-link-outline {
  grid-column-gap: 12px;
  color: #7e8ef1;
  border: 1px solid #22242f;
  border-radius: 24px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.m-navigation-link-outline:hover {
  background-color: #333647;
}

.m-navigation-list {
  z-index: 99;
}

.m-navigation-list.w--open {
  background-color: #111218;
  border-top: 1px solid #22242f;
  width: 100%;
  min-width: auto;
  padding: 24px 3%;
  position: absolute;
  inset: 90px auto auto 0%;
  overflow: hidden;
  box-shadow: 45px 45px 140px -48px #393b6a1f;
}

.m-navigation-grid {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.m-margin-bottom-04 {
  z-index: 1;
  margin-bottom: 4px;
  position: relative;
}

.text-block {
  color: var(--royal-blue);
}

.f-header-logo-wrap {
  background-color: #fff;
  border: 1px solid #f3f5fb;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 32px 60px;
  transition: box-shadow .3s, border-color .3s;
  display: flex;
}

.f-header-logo-wrap:hover {
  border-color: #0000;
  box-shadow: 23px 23px 64px -16px #393b6a0f;
}

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-container-regular.f-conatiner-regular-digd {
  margin-top: 60px;
}

.f-container-regular.containertopomaster, .f-container-regular.containersecondmaster {
  text-align: center;
}

.f-margin-bottom-24 {
  margin-bottom: 24px;
}

.f-margin-bottom-08 {
  margin-bottom: 8px;
}

.f-header-logo-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 56px;
}

.f-title-wrapper-center {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-title-wrapper-center.margin-bottom-48 {
  margin-bottom: 48px;
}

.f-h1-heading {
  color: var(--black);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 64px;
  line-height: 1.2;
}

.f-heading-detail-small {
  color: var(--tomato);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-paragraph-large {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.f-section-large {
  padding: 92px 5% 60px;
  position: relative;
}

.f-section-large.section-large-dark {
  background-color: var(--black);
  margin-top: 20px;
}

.navigation-text-link {
  color: #642eff;
  letter-spacing: -.01em;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
}

.navigation-cta-block-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #f7f9fd;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 24px;
  padding: 16px;
  display: flex;
}

.navigation-list-small {
  z-index: 99;
  min-width: 100%;
}

.navigation-list-small.w--open {
  background-color: #fff;
  border-radius: 16px;
  min-width: auto;
  max-width: 370px;
  position: absolute;
  top: 110px;
  overflow: hidden;
  box-shadow: 45px 45px 140px -48px #393b6a1f;
}

.navigation-button {
  background-color: var(--royal-blue);
  outline-offset: 0px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 48px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.navigation-button:hover {
  background-color: #282556;
}

.banner-regular-2 {
  grid-column-gap: 16px;
  background-color: var(--black);
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  min-height: 25px;
  padding: 16px 5%;
  display: flex;
}

.navigation-right {
  grid-column-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.navigation-button-secondary {
  border: 1px solid var(--tomato);
  color: #160042;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #0000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s, border-color .2s;
  display: flex;
}

.navigation-button-secondary:hover {
  background-color: #f3f5fb;
  border-color: #0000;
}

.navigation-button-secondary.button-vagas-mobile {
  display: none;
}

.navigation-left {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

.m-margin-bottom-64 {
  margin-bottom: 64px;
}

.m-margin-bottom-64.margembottomsobre {
  margin-bottom: 26px;
}

.m-header-button-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.m-h1-heading {
  color: #fff;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 78px;
}

.m-h1-heading.m-h1-heading-home {
  font-size: 90px;
  line-height: 91px;
}

.m-h1-heading.heading-sobre {
  font-size: 48px;
  line-height: 67px;
}

.m-section-large {
  color: #fff;
  background-color: #0d131c;
  padding: 120px 5%;
}

.m-section-large.m-section-large-digital-assessment {
  background-color: #fff;
  padding-top: 0;
}

.m-navigation-base {
  grid-column-gap: 40px;
  display: flex;
}

.m-banner-close-button {
  color: #dedfe3;
  background-color: #333647;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .3s;
  display: flex;
  position: absolute;
  inset: auto 10% auto auto;
}

.m-banner-close-button:hover {
  color: #fff;
}

.m-icon-small {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.m-banner-shape-round {
  color: #ed955a;
  position: absolute;
  inset: 0% auto auto 0%;
}

.m-button-navigation-2 {
  color: #7e8ef1;
  text-align: center;
  background-color: #0000;
  border: 2px solid #333647;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.m-button-navigation-2:hover {
  color: #fff;
  background-color: #5a6ded;
  border-color: #7e8ef1;
}

.m-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.m-navigation-dropdown-link {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  color: #fff;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.m-navigation-dropdown-link:hover {
  color: #7e8ef1;
}

.m-header-graphic-l, .m-header-graphic-r {
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
}

.m-margin-bottom-32 {
  margin-bottom: 32px;
}

.m-button-primary {
  background-color: var(--royal-blue);
  color: #fff;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 10px 32px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.m-button-primary:hover {
  background-color: #455bec;
}

.m-span-red {
  color: var(--royal-blue);
}

.m-navigation-button-icon-right {
  color: #fff;
  border: 2px solid #22242f;
  border-radius: 99px;
  justify-content: space-between;
  padding: 12px 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.m-navigation-button-icon-right:hover {
  color: #7e8ef1;
}

.m-header-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.m-navigation-featured-card {
  grid-row-gap: 8px;
  background-color: #22242f;
  border-radius: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 400px;
  padding: 8px;
  display: flex;
}

.m-navigation-featured-image {
  object-fit: cover;
  border: 2px solid #333647;
  border-radius: 24px;
  width: 100%;
  height: 272px;
}

.m-navigation-link-grid {
  grid-column-gap: 24px;
  grid-row-gap: 32px;
  align-items: start;
  width: 100%;
  height: auto;
  margin-bottom: 16px;
  padding: 16px;
}

.m-header-grid-column {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
  width: 100%;
}

.m-header-grid-card {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  width: 100%;
  margin-top: 64px;
}

.m-paragraph-large {
  color: #fff;
  letter-spacing: -.02em;
  margin-top: -17px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}

.m-paragraph-large.m-paragraph-large-cta-da {
  margin-top: 10px;
}

.m-paragraph-large.paragrafo-novo-materiais {
  margin-top: -49px;
}

.m-text-color-green {
  color: var(--tomato);
}

.m-header-content-small {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 900px;
  display: flex;
}

.m-header-content-small.m-header-content-small-mobile {
  max-width: 1000px;
}

.m-banner-close-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.m-button-outline {
  color: #7e8ef1;
  text-align: center;
  background-color: #0000;
  border: 2px solid #333647;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 8px 32px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.m-button-outline:hover {
  border-color: var(--royal-blue);
  color: #c8cef9;
}

.m-button-outline.w--current {
  font-family: Open Sans, sans-serif;
}

.m-header-feature-card {
  grid-row-gap: 32px;
  color: #9c9eab;
  background-color: #111218;
  border-radius: 24px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.m-badge {
  background-color: var(--lavender);
  color: #f4f4f6;
  letter-spacing: .034em;
  border-radius: 99px;
  margin-bottom: 24px;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.m-badge.badgemateriais {
  background-color: var(--lavender);
}

.m-span-yellow {
  color: var(--royal-blue);
}

.section {
  background-color: var(--black);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  justify-content: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.text-block-2 {
  color: #fff;
  font-family: Poppins, sans-serif;
}

.text-block-3 {
  color: var(--royal-blue);
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.text-block-3.text-assessment {
  color: var(--royal-blue);
}

.background-video {
  background-image: linear-gradient(#0009, #0009);
  justify-content: center;
  height: auto;
  min-height: 800px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: auto;
}

.f-footer-link {
  color: var(--black);
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

.f-footer-link:hover {
  color: var(--royal-blue);
}

.f-footer-divider {
  background-color: #f3f5fb;
  width: 100%;
  height: 1px;
  margin-top: 64px;
  margin-bottom: 32px;
}

.f-footer-regular {
  background-color: #fff;
  padding: 64px 5%;
  position: relative;
}

.f-footer-regular.f-footer-light {
  background-color: #fafafa;
}

.f-margin-bottom-48 {
  margin-bottom: 48px;
}

.f-footer-social-group {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f-paragraph-small {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 1.8;
}

.f-footer-logo {
  flex: none;
}

.f-footer-title {
  color: #6b7094;
  letter-spacing: -.01em;
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.f-footer-copyright {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-footer-social {
  color: #160042;
  background-color: #f3f5fb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: color .3s;
  display: flex;
}

.f-footer-social:hover {
  color: var(--black);
}

.f-footer-detail {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.f-footer-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
}

.f-footer-block {
  flex-direction: column;
}

.f-icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-icon-regular:hover {
  color: var(--black);
}

.f-footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.f-logo-group {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.f-logo-gradient-r {
  z-index: 5;
  background-image: linear-gradient(267deg, #fff, #fff 21%, #ffffffa3 51%, #fff0);
  width: 140px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.f-logo-css {
  display: none;
}

.f-logo-cell {
  background-color: #f3f5fb;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-width: 140px;
  min-height: 96px;
  margin-left: 14px;
  margin-right: 14px;
  padding: 24px;
  transition: background-color .3s;
  display: flex;
}

.f-logo-cell:hover {
  background-color: #e4e6f1;
}

.f-logo-carousel-wrap {
  background-color: #fff;
  border-radius: 16px;
  align-items: center;
  min-height: 104px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-logo-gradient-l {
  z-index: 5;
  background-image: linear-gradient(to right, #fff, #fff 25%, #ffffffba 60%, #fff0);
  width: 140px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.f-logo-carousel {
  flex: none;
  display: flex;
}

.f-section-small {
  padding: 10px 5% 0;
  position: relative;
}

.f-h6-heading {
  color: #160042;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  line-height: 1.5;
}

.f-grid-four-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.f-grid-four-column.f-grid-four-column-ds {
  margin-top: 40px;
}

.f-logo-block {
  background-color: #f7f9fd;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-height: 96px;
  padding: 0 24px;
  display: flex;
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

.f-header-grid-asymmetrical {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

.f-margin-bottom-12 {
  margin-bottom: 12px;
}

.f-h3-heading {
  color: var(--black);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  line-height: 1.2;
}

.f-feature-card-filled {
  background-color: var(--ghost-white);
  border-radius: 12px;
  padding: 32px;
}

.f-feature-icon-wrapper-white {
  background-color: #fff;
  border-radius: 8px;
  width: 72px;
  min-width: 72px;
  height: 72px;
  min-height: 72px;
  margin-bottom: 40px;
  padding: 16px;
}

.f-h5-heading {
  color: var(--black);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  line-height: 1.4;
}

.f-margin-bottom-64 {
  margin-bottom: 64px;
}

.f-button-neutral {
  background-color: var(--royal-blue);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  object-fit: fill;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral:hover {
  background-color: #282556;
}

.f-button-neutral.button-boxed {
  object-fit: none;
  width: 60%;
  margin-top: 40px;
  font-family: Poppins, sans-serif;
  display: flex;
}

.f-button-secondary {
  border: 1px solid var(--tomato);
  color: #160042;
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary:hover {
  background-color: #f3f5fb;
  border-color: #0000;
}

.f-max-width-large {
  max-width: 610px;
}

.f-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.f-button-wrapper.wrappercultura {
  margin-top: 40px;
}

.f-button-wrapper.wraperglassdoor {
  justify-content: center;
  align-items: center;
}

.f-grid-three-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.f-grid-three-column.f-grid-threecolumn-ds {
  margin-top: 40px;
}

.f-margin-bottom-32 {
  margin-bottom: 32px;
}

.f-content-text-wrapper {
  max-width: 460px;
}

.f-margin-bottom-65 {
  margin-bottom: 16px;
}

.f-content-list-item-large {
  grid-column-gap: 24px;
  align-items: flex-start;
  display: flex;
}

.f-margin-bottom-66 {
  margin-bottom: 12px;
}

.f-content-divider {
  background-color: #f3f5fb;
  width: 100%;
  height: 1px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.f-content-list-wrapper-small {
  grid-row-gap: 48px;
  flex-direction: column;
  max-width: 300px;
  margin-bottom: 48px;
  display: flex;
}

.f-h3-heading-2 {
  color: var(--black);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  line-height: 1.2;
}

.f-h3-heading-2.f-h3-heading-2-light {
  color: #fff;
  font-family: Poppins, sans-serif;
}

.f-margin-bottom-67 {
  margin-bottom: 8px;
}

.f-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

.f-paragraph-regular.f-paragraph-regular-light {
  color: #fff;
}

.f-paragraph-regular.f-text-weight-medium {
  font-weight: 500;
}

.f-image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.f-content-icon-square {
  color: #160042;
  background-color: #f7f9fd;
  border-radius: 4px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.f-sub-heading-small {
  color: #160042;
  letter-spacing: -.03em;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.f-sub-heading-small.f-sub-heading-small-light {
  color: var(--royal-blue);
}

.f-grid-two-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.f-grid-two-column.grid-assessment-analytics {
  margin-bottom: 60px;
}

.f-grid-two-column.grid-selos {
  margin-bottom: 81px;
}

.f-content-image-tall {
  border-radius: 12px;
  width: 100%;
  max-width: 450px;
  height: 620px;
  overflow: hidden;
}

.f-paragraph-large-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.f-paragraph-large-2.f-paragraph-large-2-light {
  color: #fff;
}

.f-paragraph-large-2.f-text-color-gray-500 {
  color: #6b7094;
}

.image {
  line-height: 29px;
}

.text-block-4 {
  color: var(--tomato);
}

.text-span, .text-span-2 {
  color: var(--royal-blue);
}

.f-margin-bottom-68 {
  margin-bottom: 16px;
}

.f-section-regular {
  padding: 72px 5%;
  position: relative;
}

.f-section-regular.f-section-regular-dark {
  background-color: var(--black);
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 140px;
  padding-bottom: 140px;
}

.f-section-regular.f-section-regular-space, .f-section-regular.f-section-regular-analytics {
  padding-top: 100px;
  padding-bottom: 100px;
}

.f-section-regular.f-section-regular-ds {
  padding-top: 82px;
  padding-bottom: 72px;
}

.f-button-neutral-2 {
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #160042;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-2:hover {
  background-color: #282556;
}

.f-button-neutral-2.f-button-neutral-2-dark {
  background-color: var(--royal-blue);
}

.f-button-secondary-2 {
  color: #160042;
  letter-spacing: -.02em;
  background-color: #fff;
  border: 1px solid #e4e6f1;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary-2:hover {
  background-color: #f3f5fb;
  border-color: #0000;
}

.f-content-image-wrapper {
  border-radius: 12px;
  width: 100%;
  max-width: 450px;
  height: 630px;
  overflow: hidden;
}

.f-heading-detail-small-2 {
  color: var(--tomato);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-69 {
  margin-bottom: 32px;
}

.text-block-5 {
  color: var(--tomato);
  font-family: Poppins, sans-serif;
}

.text-span-3 {
  color: var(--royal-blue);
}

.text-block-6 {
  font-family: Poppins, sans-serif;
}

.f-margin-bottom-70 {
  margin-bottom: 16px;
}

.f-blog-avatar {
  background-color: #f7f9fd;
  border-radius: 100%;
  width: 48px;
  height: 48px;
  margin-right: 16px;
  overflow: hidden;
}

.f-margin-bottom-71 {
  margin-bottom: 8px;
}

.f-blog-title-wrapper {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-h6-heading-2 {
  color: var(--black);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  line-height: 1.5;
}

.f-blog-badge {
  background-color: var(--ghost-white-2);
  color: #642eff;
  text-align: center;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 16px;
  display: inline-block;
}

.f-blog-badge.ebook-badge {
  background-color: var(--ghost-white-2);
  color: #ccfafd;
}

.f-blog-badge.ebook-badge.materiais-badge-sky {
  background-color: var(--light-cyan);
}

.f-blog-badge.materiais-badge-organge {
  background-color: var(--misty-rose);
}

.f-blog-badge.badgetemplate {
  background-color: var(--misty-rose);
  color: var(--tomato);
}

.f-blog-thumbnail {
  border-radius: 8px;
  height: 320px;
  margin-bottom: 24px;
  overflow: hidden;
}

.f-margin-bottom-40 {
  margin-bottom: 40px;
}

.f-text-color-gray-500 {
  color: #6b7094;
}

.f-heading-detail-small-3 {
  color: var(--tomato);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-blog-author-wrapper {
  align-items: center;
  height: 48px;
  display: flex;
}

.f-margin-bottom-72 {
  margin-bottom: 32px;
}

.text-span-4, .text-span-5, .text-span-6 {
  color: var(--royal-blue);
}

.banner-regular-3 {
  grid-column-gap: 16px;
  color: #fff;
  text-align: center;
  background-color: #160042;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 16px 5%;
  display: flex;
}

.logo-2 {
  width: 124px;
}

.section-logo {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 80px 5% 120px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container {
  z-index: 5;
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.logo-title-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 640px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo-detail {
  color: #1457ff;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-weight: 500;
  line-height: 24px;
}

.logo-detail.logo-detail-orange {
  color: var(--tomato);
  margin-bottom: 0;
}

.logo-header {
  color: #07090d;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 56px;
  line-height: 72px;
}

.logo-header.logo-header-medium {
  font-size: 38px;
}

.logo-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.logo-block {
  color: #acb4c3;
  border: 1px solid #edeff2;
  justify-content: center;
  align-items: center;
  padding: 32px;
  transition: color .3s, border-color .3s;
  display: flex;
}

.logo-block:hover {
  color: #07090d;
  border-color: #c3c9d5;
}

.m-logo-section-full {
  background-color: #000;
  padding-top: 80px;
  padding-bottom: 120px;
  position: relative;
}

.m-logo-section-full.m-logo-section-light {
  background-color: #0000;
}

.m-logo-section-full.m-logo-section-light.section-logo-light-new {
  padding-bottom: 80px;
}

.m-logo-section-full.m-logo-section-light.section-logo-light-new.section-logo-home {
  padding-top: 20px;
}

.m-text-color-blue {
  color: #7e8ef1;
}

.logo-carousel-card {
  color: #717384;
  background-color: #f7f9fd;
  border-radius: 32px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 192px;
  height: 148px;
  margin-left: 12px;
  margin-right: 12px;
  padding: 0 16px;
  transition: all .3s;
  display: flex;
}

.logo-carousel-card:hover {
  background-color: var(--ghost-white-2);
  color: #fff;
  justify-content: space-between;
}

.m-logo-carousel {
  display: none;
}

.carousel-icon-wrap {
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
  overflow: hidden;
}

.logo-header-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: flex-end;
  max-width: 1060px;
  margin-bottom: 71px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.m-logo-looped {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.integration-wrapper-reverse {
  flex: none;
  display: flex;
}

.m-logo-logo-icon {
  justify-content: center;
  align-items: center;
  width: auto;
  height: 64px;
  display: flex;
}

.integration-row {
  flex-direction: row;
  flex: none;
  align-items: center;
  display: flex;
}

.integration-wrapper {
  flex-direction: row;
  flex: none;
  display: flex;
}

.logo-badge {
  color: #f5f5f5;
  text-align: center;
  background-color: #333647;
  border-radius: 99px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: auto;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.m-h4-heading {
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.3;
}

.m-h4-heading.m-h4-heading-dark {
  color: var(--black);
  font-family: Poppins, sans-serif;
  font-size: 45px;
  font-weight: 700;
}

.m-logo-container {
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
}

.m-button-outline-2 {
  color: #7e8ef1;
  text-align: center;
  background-color: #0000;
  border: 2px solid #333647;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 8px 32px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.m-button-outline-2:hover {
  color: #c8cef9;
  border-color: #7e8ef1;
}

.image-2, .image-3, .image-4, .image-5, .image-6, .image-7, .image-8 {
  max-width: 80%;
}

.image-8:hover {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-9, .image-10, .image-11, .image-12, .image-13, .image-14, .image-15, .image-16, .image-17, .image-18, .image-19, .image-20, .image-21, .image-22, .image-23, .image-24, .image-25 {
  max-width: 80%;
}

.text-span-7 {
  color: var(--tomato);
}

.plain-link {
  color: #6f6f6f;
  margin-top: 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  transition: all .2s;
}

.plain-link:hover {
  color: #000;
}

.tabs-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.steps-wrapper {
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.tabs {
  width: 100%;
}

.tab-paragraph {
  color: #6f6f6f;
  font-size: 18px;
  line-height: 32px;
}

.tab-graphic-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-notification {
  border-radius: 10px;
  width: 100%;
  max-width: 240px;
  position: absolute;
  inset: auto auto 40px -15%;
  box-shadow: -14px 14px 50px #6b728029;
}

.tabs-menu {
  margin-bottom: 20px;
}

.tab-base {
  background-color: #f6f4fa;
  border-radius: 50px;
  align-items: flex-end;
  width: 100%;
  max-width: 360px;
  min-height: 420px;
  display: flex;
  position: relative;
}

.step-basic {
  background-color: #efefef;
  border-radius: 100px;
  width: 30px;
  height: 4px;
  margin-right: 14px;
}

.step-basic.active {
  background-color: #000;
  width: 60px;
}

.heading-wrapper {
  color: #6f6f6f;
  align-items: center;
  margin-bottom: 34px;
  font-size: 18px;
  line-height: 32px;
  display: flex;
}

.tabs-content {
  height: 100%;
}

.div-block {
  background-color: var(--ghost-white);
  min-height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.tab-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  line-height: 52px;
}

.heading-graph {
  margin-left: 10px;
}

.tab-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 60px;
  display: flex;
}

.tabs-base {
  z-index: 5;
  background-color: #fff;
  border-radius: 50px;
  align-items: stretch;
  min-height: 640px;
  padding: 80px;
  display: flex;
  position: relative;
}

.tab-section {
  background-color: #f3f5fb;
  padding: 80px 3%;
  position: relative;
}

.tab-section.section-tabs {
  padding-top: 0;
}

.tab-link {
  color: #8a8a8a;
  background-color: #fff;
  border-radius: 10px;
  padding: 14px 36px;
  font-size: 16px;
}

.tab-link.w--current {
  background-color: var(--royal-blue);
  color: #fff;
}

.tab-image {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 100%;
}

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

.f-margin-bottom-73 {
  margin-bottom: 16px;
}

.f-h3-heading-3 {
  color: #160042;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-button-neutral-3 {
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #160042;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-3:hover {
  background-color: #282556;
}

.f-button-secondary-3 {
  color: #160042;
  letter-spacing: -.02em;
  background-color: #fff;
  border: 1px solid #e4e6f1;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary-3:hover {
  background-color: #f3f5fb;
  border-color: #0000;
}

.f-heading-detail-small-4 {
  color: var(--tomato);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-74 {
  margin-bottom: 32px;
}

.f-margin-bottom-75 {
  margin-bottom: 16px;
}

.f-h3-heading-4 {
  color: #160042;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-button-neutral-4 {
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #160042;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-4:hover {
  background-color: #282556;
}

.f-button-secondary-4 {
  color: #160042;
  letter-spacing: -.02em;
  background-color: #fff;
  border: 1px solid #e4e6f1;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary-4:hover {
  background-color: #f3f5fb;
  border-color: #0000;
}

.f-margin-bottom-76 {
  margin-bottom: 32px;
}

.f-feature-card-divider {
  background-color: #f3f5fb;
  width: 1px;
  height: 200px;
  margin-left: 40px;
  margin-right: 40px;
}

.f-margin-bottom-77 {
  margin-bottom: 16px;
}

.f-sub-heading-large {
  color: var(--black);
  text-align: left;
  letter-spacing: -.02em;
  font-family: Poppins, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 32px;
}

.f-h3-heading-5 {
  color: var(--black);
  letter-spacing: -.02em;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  line-height: 1.2;
}

.f-margin-bottom-78 {
  margin-bottom: 8px;
}

.f-feature-icon-wrapper {
  background-color: #f7f9fd;
  border-radius: 8px;
  width: 72px;
  min-width: 72px;
  height: 72px;
  min-height: 72px;
  margin-bottom: 32px;
  padding: 16px;
}

.f-feature-icon-wrapper.f-feature-icon-large {
  width: 92px;
  height: 92px;
}

.f-margin-bottom-79 {
  margin-bottom: 64px;
}

.f-feature-card-row {
  border: 1px solid #f3f5fb;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  padding: 40px 32px;
  display: flex;
}

.button-secondary {
  outline-offset: 0px;
  color: #160042;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #0000;
  border: 1px solid #e4e6f1;
  border-radius: 50px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  min-height: 48px;
  margin-top: 20px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button-secondary:hover {
  background-color: #f3f5fb;
  border-color: #0000;
}

.button-secondary:active {
  color: #642eff;
  background-color: #e4e6f1;
}

.button-secondary:focus {
  outline-offset: 0px;
  outline: 2px solid #160042;
}

.f-margin-bottom-80 {
  margin-bottom: 16px;
}

.f-h3-heading-6 {
  color: var(--black);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  line-height: 1.2;
}

.f-margin-bottom-81 {
  margin-bottom: 8px;
}

.f-button-neutral-5 {
  background-color: var(--royal-blue);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-5:hover {
  background-color: #282556;
}

.f-button-secondary-5 {
  color: #160042;
  letter-spacing: -.02em;
  background-color: #fff;
  border: 1px solid #e4e6f1;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary-5:hover {
  background-color: #f3f5fb;
  border-color: #0000;
}

.f-heading-detail-small-5 {
  color: #6b7094;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-82 {
  margin-bottom: 32px;
}

.f-margin-bottom-83 {
  margin-bottom: 16px;
}

.f-h3-heading-7 {
  color: var(--black);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  line-height: 1.2;
}

.f-button-neutral-6 {
  background-color: var(--royal-blue);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-6:hover {
  background-color: #282556;
}

.f-button-secondary-6 {
  border: 1px solid var(--tomato);
  color: #160042;
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary-6:hover {
  background-color: #f3f5fb;
  border-color: #0000;
}

.f-heading-detail-small-6 {
  color: #6b7094;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-84 {
  margin-bottom: 32px;
}

.f-margin-bottom-85 {
  margin-bottom: 16px;
}

.f-h3-heading-8 {
  color: var(--black);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  line-height: 1.2;
}

.f-margin-bottom-86 {
  margin-bottom: 8px;
}

.f-button-neutral-7 {
  background-color: var(--royal-blue);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-7:hover {
  background-color: #282556;
}

.f-heading-detail-small-7 {
  color: #6b7094;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-87 {
  margin-bottom: 32px;
}

.f-margin-bottom-88 {
  margin-bottom: 48px;
}

.f-h2-heading {
  color: #160042;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  line-height: 1.2;
}

.f-h2-heading.f-h2-heading-light {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 47px;
}

.f-margin-bottom-89 {
  margin-bottom: 24px;
}

.f-cta-text-wrapper-center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-logo-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.f-margin-bottom-90 {
  margin-bottom: 40px;
}

.f-button-neutral-8 {
  background-color: var(--royal-blue);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-8:hover {
  background-color: var(--lavender);
  color: var(--royal-blue);
}

.icon-wrapper-large {
  background-color: #f7f9fd;
  border-radius: 8px;
  width: 72px;
  min-width: 72px;
  height: 72px;
  min-height: 72px;
  padding: 16px;
}

.f-paragraph-large-3 {
  letter-spacing: -.02em;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 32px;
}

.f-paragraph-large-3.f-paragraph-large-3-light {
  color: #fff;
}

.content-feature-row {
  grid-column-gap: 32px;
  flex-wrap: wrap;
  margin-top: 48px;
  margin-bottom: 48px;
  font-weight: 500;
  display: flex;
}

.f-margin-bottom-91 {
  margin-bottom: 16px;
}

.f-h3-heading-9 {
  color: var(--black);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  line-height: 1.2;
}

.f-margin-bottom-92 {
  margin-bottom: 8px;
}

.content-feature-item {
  grid-column-gap: 12px;
  display: flex;
}

.f-button-neutral-9 {
  background-color: var(--royal-blue);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-9:hover {
  background-color: #282556;
}

.f-header-button-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.f-heading-detail-small-8 {
  color: #6b7094;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.text-span-8 {
  color: var(--tomato);
}

.title-paragraph {
  color: #666;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.form-section {
  background-color: var(--ghost-white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 0;
  padding: 100px 3%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.large-title {
  color: var(--black);
  letter-spacing: -.04em;
  margin-bottom: 32px;
  font-family: Poppins, sans-serif;
  font-size: 60px;
  line-height: 65px;
}

.large-title.title-form {
  text-align: center;
  font-size: 51px;
}

.large-title.title-form.title-maitha {
  margin-top: 37px;
  margin-bottom: 39px;
}

.large-title.title-form.title-maitha.title-maitha-2 {
  margin-bottom: 10px;
}

.form-heading {
  color: #02044a;
  letter-spacing: -.03em;
  margin-top: 0;
  font-size: 26px;
  line-height: 38px;
}

.form-block {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.success-message {
  color: #fff;
  background-color: #7e47ea;
  border-radius: 20px;
}

.text-field-large {
  border: 2px solid #ece3fc;
  border-radius: 10px;
  min-height: 150px;
  padding-top: 12px;
  padding-left: 24px;
  padding-right: 24px;
  transition: all .4s;
}

.text-field-large:hover {
  border-width: 2px;
  border-color: #7e47eb;
}

.text-field-large:active, .text-field-large:focus {
  border-width: 2px;
  border-color: #5f30e2;
}

.text-field-large::placeholder {
  color: #ccc;
}

.title-wrap {
  color: #7b88a8;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 32px;
  display: flex;
  position: relative;
  top: -38px;
}

.title-wrap.title-form {
  margin-bottom: 0;
}

.form-wrap {
  background-color: #fff;
  border-radius: 40px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  padding-left: 80px;
  padding-right: 80px;
  box-shadow: 14px 14px 40px #dfd1fa40;
}

.title {
  color: var(--tomato);
  letter-spacing: 4px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.text-field {
  border: 2px solid #ece3fc;
  border-radius: 10px;
  min-height: 56px;
  padding-left: 24px;
  padding-right: 24px;
  transition: all .4s;
}

.text-field:hover, .text-field:active, .text-field:focus {
  border-width: 2px;
  border-color: #7e47eb;
}

.text-field::placeholder {
  color: #ccc;
}

.form-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.form-icon-circle {
  background-color: var(--ghost-white-2);
  border: 15px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 105px;
  height: 105px;
  margin-left: auto;
  margin-right: auto;
  padding: 18px;
  display: flex;
}

.required {
  color: #7e48ea;
  font-size: 14px;
}

.title-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.field-wrap {
  margin-bottom: 20px;
}

.submit-button {
  background-color: var(--royal-blue);
  color: #fff;
  border-radius: 20px;
  width: 100%;
  height: 64px;
  margin-top: 20px;
  padding: 20px 40px;
  font-size: 14px;
  font-weight: 500;
  transition: all .3s;
}

.submit-button:hover {
  background-color: var(--lavender);
  color: var(--royal-blue);
}

.form-paragraph {
  color: #999;
  font-size: 16px;
  line-height: 32px;
}

.display-normal {
  color: #262626;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.1;
}

.f-margin-bottom-93 {
  margin-bottom: 48px;
}

.f-margin-bottom-94 {
  margin-bottom: 24px;
}

.f-cta-text-wrapper-center-2 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-margin-bottom-95 {
  margin-bottom: 64px;
}

.f-button-neutral-10 {
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #160042;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-10:hover {
  background-color: #282556;
}

.f-cta-image-wrapper {
  height: 360px;
}

.a-blog-image-border {
  border: 1px solid #dedfe3;
  border-radius: 24px;
  width: 100%;
  height: 270px;
  margin-bottom: 16px;
  overflow: hidden;
}

.a-text-link-regular {
  color: #5167f6;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}

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

.a-button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #5167f6;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.a-button-primary:hover {
  background-color: #6478f7;
}

.a-button-primary:active {
  background-color: #7788f8;
}

.a-blog-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.a-detail-regular {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}

.a-margin-bottom-24 {
  margin-bottom: 24px;
}

.a-blog-grid-small {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 32px;
}

.a-caption {
  letter-spacing: -.01em;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
}

.a-container-x-small {
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.a-subheading-large {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
}

.a-blog-title-wrapper-l {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.a-blog-card-centered {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.a-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.a-section-regular {
  padding: 92px 5%;
  position: relative;
}

.a-margin-bottom-16 {
  margin-bottom: 16px;
}

.a-h3-heading {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.text-span-9 {
  color: var(--royal-blue);
}

.text-span-10 {
  color: var(--black);
}

.text-span-11 {
  color: var(--royal-blue);
}

.m-margin-bottom-65 {
  margin-bottom: 64px;
}

.m-cta-image-3 {
  object-fit: cover;
  width: 100px;
  height: 100px;
  position: absolute;
  inset: auto auto 40px 24px;
}

.m-h3-heading {
  color: #fff;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  line-height: 1.2;
}

.m-h3-heading.headingctaspark {
  margin-bottom: 25px;
}

.m-margin-bottom-08 {
  margin-bottom: 8px;
}

.m-timeline-title-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #dedfe3;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 156px;
  margin-bottom: 64px;
  padding: 16px 24px;
  font-weight: 600;
  display: flex;
}

.m-timeline-button-primary-icon {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  background-color: #5a6ded;
  border: 2px solid #5a6ded;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 16px 16px 16px 24px;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
  display: flex;
}

.m-timeline-line-wrap {
  background-color: #22242f;
  flex: 1;
  width: 8px;
  position: relative;
}

.m-image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.m-timeline-outline-inner {
  color: #dedfe3;
  background-color: #111218;
  border: 1px solid #22242f;
  border-radius: 32px;
  flex-direction: column;
  padding: 24px;
  display: flex;
}

.m-timeline-card-header {
  margin-bottom: 32px;
  padding: 8px;
}

.m-timeline-info-wrapper {
  grid-column-gap: 16px;
  color: #868898;
  background-color: #111218;
  border-radius: 24px;
  align-items: center;
  padding: 16px;
  display: flex;
}

.m-paragraph-extra-small {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.m-paragraph-extra-small.text-color-gray-300 {
  color: #9c9eab;
}

.m-cta-header {
  color: #f4f4f6;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.m-timeline-card-inner {
  color: #dedfe3;
  background-color: #22242f;
  border-radius: 24px;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.m-shape-wrapper {
  position: absolute;
  inset: 0% 0% auto auto;
}

.m-timeline-icon-wrapper {
  background-color: #333647;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 32px;
  display: flex;
}

.m-timeline-image-wrapper {
  border-radius: 24px;
  height: 300px;
  margin-bottom: 24px;
  overflow: hidden;
}

.m-timeline-header {
  color: #f4f4f6;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 128px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.m-timeline-card {
  color: #dedfe3;
  background-color: #111218;
  border-radius: 32px;
  flex-direction: column;
  padding: 24px;
  display: flex;
}

.m-timeline-card.m-timeline-card-light {
  background-color: #fff;
}

.m-cta-section {
  background-color: #0d131c;
  padding: 120px 5%;
  position: relative;
  overflow: hidden;
}

.m-cta-section.m-cta-section-home.section-materiais-home {
  margin-top: 40px;
}

.m-cta-section.m-cta-section-home.section-materiais-home.section-materiais-agradecimento {
  margin-top: 0;
}

.m-cta-section.section-design-system {
  margin-top: 60px;
}

.m-cta-section.section-design-system.ctasectioninno {
  margin-top: 0;
}

.m-cta-section.cta-assessment-digital {
  padding-top: 0;
}

.m-timeline-button-grid {
  grid-template-rows: auto;
  margin-top: 16px;
  padding-left: 24px;
  padding-right: 24px;
}

.m-button-secondary {
  color: #7e8ef1;
  background-color: #000;
  border: 2px solid #0000;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.m-button-secondary:hover {
  border-color: #333647;
}

.m-cta-info-icon {
  color: #5a6ded;
}

.m-cta-image-2 {
  width: 50px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.m-button-outline-blue-icon-right {
  grid-column-gap: 4px;
  color: #7e8ef1;
  text-align: center;
  background-color: #0000;
  border: 2px solid #333647;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 48px;
  padding: 16px 24px 17px;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.m-button-outline-blue-icon-right:hover {
  color: #fff;
  background-color: #5a6ded;
  border-color: #7e8ef1;
}

.m-container-extra-small {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.m-timeline-accordian-card {
  grid-row-gap: 8px;
  background-color: #111218;
  border-radius: 24px;
  flex-direction: column;
  padding: 16px;
  display: flex;
}

.m-button-primary-2 {
  background-color: var(--royal-blue);
  color: #fff;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 10px 32px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.m-button-primary-2:hover {
  background-color: #455bec;
}

.m-button-primary-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  background-color: #5a6ded;
  border: 2px solid #5a6ded;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.m-button-primary-small:hover {
  color: #5a6ded;
  background-color: #0000;
}

.m-button-primary-small.w--current {
  background-color: #5a6ded;
}

.m-timeline-accordian-heading {
  grid-column-gap: 16px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.m-margin-bottom-16 {
  margin-bottom: 16px;
}

.m-template-info-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  max-width: 400px;
  margin-top: 16px;
  padding: 8px 24px;
  display: flex;
}

.m-feature-shape {
  justify-content: center;
  display: flex;
}

.m-timeline-accordian-button {
  color: #c8c9d0;
  cursor: pointer;
  border-radius: 24px;
  padding: 8px;
  transition: background-color .3s;
}

.m-timeline-accordian-button:hover {
  background-color: #22242f;
}

.m-timeline-button-filled {
  grid-column-gap: 8px;
  color: #b2b3bd;
  background-color: #111218;
  border: 2px solid #0000;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 24px;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.m-timeline-card-outline {
  color: #dedfe3;
  border: 2px solid #22242f;
  border-radius: 32px;
  flex-direction: column;
  margin-top: 16px;
  padding: 24px;
  display: flex;
}

.m-subheading-large {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.m-heading-detail-large {
  letter-spacing: .04em;
  text-transform: uppercase;
  white-space: normal;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
}

.m-timeline-item-wrapper {
  color: #f4f4f6;
  width: 50%;
  min-height: 320px;
  padding-bottom: 60px;
}

.m-timeline-item-wrapper.m-timeline-item-wrapper-light {
  min-height: 200px;
}

.m-timeline-bottom-wrapper {
  color: #dedfe3;
  background-color: #111218;
  flex-direction: column;
  margin-top: 8px;
  padding: 24px;
  display: flex;
}

.m-cta-image-4 {
  height: 350px;
  position: absolute;
  inset: 42px 0% auto auto;
}

.m-timeline-section-header {
  margin-bottom: 0;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
}

.m-timeline-description-wrapper {
  margin-bottom: 32px;
  padding-left: 56px;
}

.m-timeline-button-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.m-timeline-setup-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.m-timeline-cards-wrapper {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.m-timeline-caption-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #dedfe3;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  max-width: 156px;
  padding: 16px 24px;
  font-weight: 600;
  display: flex;
}

.m-timeline-number {
  background-color: var(--royal-blue);
  color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
}

.m-text-color-green-2 {
  color: #86c1a0;
}

.m-margin-bottom-24 {
  margin-bottom: 24px;
}

.m-cta-image-1 {
  position: absolute;
  inset: auto auto 0% 24px;
}

.m-badge-2 {
  color: #f4f4f6;
  letter-spacing: .034em;
  background-color: #333647;
  border-radius: 99px;
  margin-bottom: 24px;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.m-timeline-button-dark {
  grid-column-gap: 8px;
  color: #b2b3bd;
  background-color: #000;
  border: 2px solid #0000;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 24px;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.m-timeline-button-dark:hover {
  border-color: #333647;
}

.m-timeline-step-row {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  margin-bottom: 8px;
  display: flex;
}

.m-timeline-step-row.timeline-assessment {
  margin-top: 40px;
}

.m-timeline-icon-wrapper-large {
  background-color: #45485f;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-bottom: 10px;
  padding: 16px;
  display: flex;
}

.m-timeline-title-row {
  justify-content: space-between;
  display: flex;
}

.m-subheading-regular {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.m-subheading-regular.text-color-gray-100 {
  font-family: Poppins, sans-serif;
}

.m-timeline-button-filled-light {
  grid-column-gap: 8px;
  color: #b2b3bd;
  background-color: #22242f;
  border: 2px solid #22242f;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 24px;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.m-scroll-animation-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.m-timeline-line {
  background-color: #5a6ded;
  flex: 1;
  width: 100%;
  height: 0%;
  position: absolute;
  inset: 0% 0% auto;
}

.m-timeline-accordian-content {
  overflow: hidden;
}

.f-margin-bottom-96 {
  margin-bottom: 16px;
}

.f-h3-heading-10 {
  color: #160042;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  line-height: 1.2;
}

.f-margin-bottom-97 {
  margin-bottom: 8px;
}

.f-button-neutral-11 {
  background-color: var(--royal-blue);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-11:hover {
  background-color: #282556;
}

.f-heading-detail-small-9 {
  color: #6b7094;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-paragraph-large-4 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.f-margin-bottom-98 {
  margin-bottom: 32px;
}

.text-span-12, .text-span-13 {
  color: var(--royal-blue);
}

.f-section-large-2 {
  padding: 60px 5% 10px;
  position: relative;
}

.f-section-large-2.f-section-large-2-analytics, .f-section-large-2.f-section-large-2-dd {
  padding-bottom: 0;
}

.f-section-large-2.f-section-large-2-dd2 {
  padding-top: 40px;
}

.f-section-large-2.large-design {
  padding-top: 100px;
}

.f-section-large-2.sectionmasterwhite {
  text-align: center;
  padding-bottom: 60px;
}

.f-feature-card-outlined {
  object-fit: fill;
  border: 1px solid #f3f5fb;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  min-height: 100%;
  padding: 40px;
  display: flex;
}

.f-margin-bottom-99 {
  margin-bottom: 16px;
}

.f-h5-heading-2 {
  color: #160042;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  line-height: 1.4;
}

.f-paragraph-large-5 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.f-margin-bottom-100 {
  margin-bottom: 16px;
}

.f-margin-bottom-128 {
  margin-bottom: 0;
}

.f-sub-heading-large-2 {
  color: #160042;
  letter-spacing: -.02em;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.f-h3-heading-11 {
  color: var(--black);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  line-height: 1.2;
}

.f-margin-bottom-129 {
  margin-bottom: 8px;
}

.f-title-wrapper-center-2 {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-title-wrapper-center-2.margin-bottom-48 {
  margin-bottom: 48px;
}

.f-heading-detail-small-10 {
  color: var(--tomato);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-paragraph-large-6 {
  text-align: center;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.f-paragraph-large-6.paragrafonew {
  margin-bottom: 40px;
}

.text-span-14 {
  color: var(--royal-blue);
}

.bold-text {
  color: var(--black);
}

.text-block-7, .text-block-8, .text-block-9, .text-block-10 {
  font-family: Poppins, sans-serif;
}

.f-margin-bottom-130 {
  margin-bottom: 16px;
}

.f-h3-heading-12 {
  color: var(--black);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  line-height: 1.2;
}

.f-feature-card-filled-2 {
  background-color: #f7f9fd;
  border-radius: 12px;
  padding: 32px;
}

.f-h5-heading-3 {
  color: var(--black);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  line-height: 1.4;
}

.f-margin-bottom-131 {
  margin-bottom: 64px;
}

.f-button-neutral-12 {
  background-color: var(--royal-blue);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-12:hover {
  background-color: #282556;
}

.f-button-secondary-7 {
  color: #160042;
  letter-spacing: -.02em;
  background-color: #fff;
  border: 1px solid #e4e6f1;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary-7:hover {
  background-color: #f3f5fb;
  border-color: #0000;
}

.f-heading-detail-small-11 {
  color: #6b7094;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-132 {
  margin-bottom: 32px;
}

.text-span-15 {
  color: var(--tomato);
}

.text-span-16 {
  color: var(--royal-blue);
}

.text-block-11 {
  font-family: Poppins, sans-serif;
}

.f-margin-bottom-133 {
  margin-bottom: 16px;
}

.f-content-list-wrapper {
  grid-row-gap: 12px;
  flex-direction: column;
  margin-top: 32px;
  margin-bottom: 42px;
  display: flex;
}

.f-h3-heading-13 {
  color: #160042;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  line-height: 1.2;
}

.f-content-image-wrapper-large {
  border-radius: 12px;
  width: 100%;
  max-width: 450px;
  height: 660px;
  overflow: hidden;
}

.f-content-list-item {
  grid-column-gap: 16px;
  color: #160042;
  align-items: center;
  display: flex;
}

.f-button-neutral-13 {
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #160042;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-13:hover {
  background-color: #282556;
}

.f-heading-detail-small-12 {
  color: #6b7094;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-paragraph-large-7 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.f-paragraph-large-7.paragrafo-noticias {
  text-align: center;
  margin-bottom: 39px;
}

.text-span-17 {
  color: var(--royal-blue);
}

.f-cta-form-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  align-items: center;
  width: 100%;
  display: flex;
}

.f-margin-bottom-134 {
  margin-bottom: 48px;
}

.f-margin-bottom-135 {
  margin-bottom: 24px;
}

.f-form-button {
  background-color: var(--royal-blue);
  outline-offset: 0px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 48px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.f-form-button:hover {
  background-color: #282556;
}

.f-form-button:active {
  background-color: #160042;
}

.f-cta-text-wrapper-center-3 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-input-outlined {
  border: 1px solid #e4e6f1;
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
}

.f-input-outlined:focus {
  border-color: #b6b9ce;
}

.f-input-outlined::placeholder {
  color: #b6b9ce;
}

.f-cta-form-block {
  max-width: 460px;
  margin-bottom: 8px;
}

.f-paragraph-large-8 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-cta-block {
  background-color: var(--black);
  background-image: url('../images/modelo-02-cta-v2-01.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 70%;
  border-radius: 15px;
  padding: 72px 40px;
}

.heading {
  color: #fff;
  font-family: Poppins, sans-serif;
  line-height: 38px;
}

.text-span-18 {
  color: var(--royal-blue);
}

.text-span-19 {
  color: var(--tomato);
}

.f-margin-bottom-136 {
  margin-bottom: 16px;
}

.f-h3-heading-14 {
  color: var(--black);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  line-height: 1.2;
}

.f-margin-bottom-137 {
  margin-bottom: 8px;
}

.f-button-neutral-14 {
  background-color: var(--royal-blue);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-14:hover {
  background-color: #282556;
}

.f-button-secondary-8 {
  color: #160042;
  letter-spacing: -.02em;
  background-color: #fff;
  border: 1px solid #e4e6f1;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary-8:hover {
  background-color: #f3f5fb;
  border-color: #0000;
}

.f-content-image-wrapper-2 {
  border-radius: 12px;
  width: 100%;
  max-width: 450px;
  height: 630px;
  overflow: hidden;
}

.f-header-button-wrap-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.f-heading-detail-small-13 {
  color: #6b7094;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-paragraph-large-9 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-paragraph-large-9.f-paragraph-large-9-ds {
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
}

.text-block-12 {
  font-family: Poppins, sans-serif;
}

.f-section-small-2 {
  padding: 64px 5%;
  position: relative;
}

.text-span-20 {
  color: var(--tomato);
}

.image-26, .image-27, .image-28, .image-29, .image-30, .image-31, .image-32 {
  max-width: 80%;
}

.text-block-13 {
  font-family: Poppins, sans-serif;
}

.image-33 {
  position: relative;
  top: 541px;
  left: 352px;
}

.text-block-14 {
  color: var(--royal-blue);
  text-align: center;
  padding-top: 11px;
  font-family: Poppins, sans-serif;
  font-size: 29px;
  font-weight: 700;
}

.f-margin-bottom-138 {
  margin-bottom: 24px;
}

.f-margin-bottom-139 {
  margin-bottom: 8px;
}

.f-heading-detail-small-14 {
  color: var(--tomato);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-paragraph-large-10 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.text-span-21 {
  color: var(--tomato);
}

.f-header-top-wrapper {
  grid-column-gap: 12px;
  border-top: 1px solid #e4e6f1;
  align-items: center;
  width: 100%;
  margin-bottom: 48px;
  padding-top: 32px;
  display: flex;
}

.f-header-title-dot {
  background-color: #160042;
  border-radius: 100%;
  width: 16px;
  height: 16px;
}

.f-heading-detail-small-15 {
  color: #6b7094;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-h1-heading-2 {
  color: #160042;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 64px;
  line-height: 1.2;
}

.f-paragraph-large-11 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.m-margin-bottom-66 {
  margin-bottom: 8px;
}

.m-heading-detail-small {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
}

.m-heading-detail-small.m-text-weight-medium {
  font-weight: 500;
}

.m-section-large-2 {
  color: #fff;
  background-color: #000;
  padding: 120px 5%;
}

.m-section-large-2.m-section-large-2-light {
  background-color: #fff;
  padding-top: 20px;
}

.m-section-large-2.m-section-large-2-light.m-section-large-2-light-dores {
  padding-bottom: 60px;
}

.m-grid-three-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
}

.m-feature-header-large {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 620px;
  margin-bottom: 128px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.m-feature-icon-wrapper {
  background-color: #22242f;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 32px;
  display: flex;
}

.m-h4-heading-2 {
  color: #fff;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.3;
}

.m-feature-card {
  color: #fff;
  background-color: #0d131c;
  border-radius: 24px;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.m-badge-3 {
  color: #f4f4f6;
  letter-spacing: .034em;
  background-color: #333647;
  border-radius: 99px;
  margin-bottom: 24px;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.margin-bottom-48 {
  margin-bottom: 48px;
}

.text-block-15 {
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.f-margin-bottom-140 {
  margin-bottom: 16px;
}

.f-sub-heading-large-3 {
  color: #160042;
  letter-spacing: -.02em;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.f-h3-heading-15 {
  color: #160042;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  line-height: 1.2;
}

.f-margin-bottom-141 {
  margin-bottom: 8px;
}

.f-margin-bottom-142 {
  margin-bottom: 64px;
}

.f-title-wrapper-center-3 {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-feature-card-row-2 {
  border: 1px solid #f3f5fb;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  padding: 40px 32px;
  display: flex;
}

.f-feature-card-row-2.card-row-data {
  margin-bottom: 40px;
}

.f-heading-detail-small-16 {
  color: var(--tomato);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-paragraph-large-12 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5 {
  color: var(--black);
  font-family: Poppins, sans-serif;
}

.text-span-22 {
  color: var(--tomato);
}

.text-block-16, .text-block-17, .text-block-18 {
  color: var(--black);
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.f-margin-bottom-04 {
  margin-bottom: 4px;
}

.f-margin-bottom-143 {
  margin-bottom: 16px;
}

.f-feature-icon-round {
  background-color: #fff;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 16px;
  display: flex;
  box-shadow: 23px 23px 48px -8px #1600420a;
}

.f-h5-heading-4 {
  color: var(--black);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  line-height: 1.4;
}

.f-margin-bottom-144 {
  margin-bottom: 40px;
}

.f-grid-two-column-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.f-grid-two-column-2.f-gris-two-column-2-space {
  margin-top: 40px;
}

.f-grid-two-column-2.f-gris-two-column-2-space.f-grid-one {
  grid-template-columns: 1fr;
}

.f-feature-card-large {
  text-align: center;
  background-color: #f7f9fd;
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  padding: 40px;
  display: flex;
}

.f-feature-card-large.f-feature-card-large-integr {
  margin-bottom: 60px;
}

.f-heading-detail-small-17 {
  color: #6b7094;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-paragraph-large-13 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.f-success-message {
  color: #006638;
  letter-spacing: -.03em;
  background-color: #ebfff6;
  font-size: 14px;
  line-height: 24px;
}

.f-header-form-wrapper {
  background-color: #fff;
  border: 1px solid #e4e6f1;
  border-radius: 50px;
  align-items: center;
  padding: 4px;
  display: flex;
}

.f-margin-bottom-145 {
  margin-bottom: 24px;
}

.f-margin-bottom-146 {
  margin-bottom: 8px;
}

.f-margin-bottom-147 {
  margin-bottom: 40px;
}

.f-button-neutral-15 {
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #160042;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-15:hover {
  background-color: #282556;
}

.f-header-image-wrapper-wide {
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  height: 400px;
  margin-top: 64px;
  display: flex;
  overflow: hidden;
}

.f-h1-heading-3 {
  color: var(--black);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 64px;
  line-height: 1.2;
}

.f-header-input-field {
  color: #160042;
  background-color: #0000;
  border: 1px #000;
  min-height: 48px;
  margin-bottom: 0;
  margin-right: 16px;
  padding: 12px 16px;
}

.f-header-input-field::placeholder {
  color: #b6b9ce;
}

.f-heading-detail-small-18 {
  color: #6b7094;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-paragraph-large-14 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-header-title-wrapper-center {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-header-form-block {
  max-width: 360px;
  margin-bottom: 0;
}

.text-span-23 {
  color: var(--tomato);
}

.f-margin-bottom-148 {
  margin-bottom: 24px;
}

.f-margin-bottom-149 {
  margin-bottom: 8px;
}

.f-header-wrapper-left {
  max-width: 620px;
}

.f-h1-heading-4 {
  color: #160042;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 1.2;
}

.f-heading-detail-small-19 {
  color: #6b7094;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-paragraph-large-15 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-margin-bottom-150 {
  margin-bottom: 16px;
}

.f-logo-grid-primary {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
}

.f-section-small-3 {
  padding: 64px 5%;
  position: relative;
}

.f-h4-heading {
  color: var(--black);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  line-height: 1.4;
}

.f-logo-grid-wrapper {
  max-width: 490px;
}

.f-margin-bottom-151 {
  margin-bottom: 8px;
}

.f-logo-grid-middle {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
}

.f-button-neutral-16 {
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #160042;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-16:hover {
  background-color: #282556;
}

.f-grid-two-column-3 {
  grid-column-gap: 21px;
  grid-row-gap: 40px;
  grid-template: "."
                 "Area"
                 / 1fr 1fr;
  align-items: center;
}

.f-grid-two-column-3.f-grid-materiais {
  margin-top: 60px;
}

.f-logo-block-2 {
  background-color: #f7f9fd;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-height: 96px;
  padding: 24px;
  display: flex;
}

.f-logo-block-2.blockblueright {
  background-color: #d3dffe;
}

.f-logo-button-wrap {
  justify-content: flex-start;
  margin-top: 100px;
  display: flex;
}

.f-heading-detail-small-20 {
  color: var(--tomato);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-paragraph-large-16 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.f-logo-button-text {
  width: 100%;
}

.text-block-19 {
  color: var(--black);
}

.f-margin-bottom-152 {
  margin-bottom: 4px;
}

.f-margin-bottom-153 {
  margin-bottom: 16px;
}

.f-h5-heading-5 {
  color: var(--black);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  line-height: 1.4;
}

.f-margin-bottom-154 {
  margin-bottom: 40px;
}

.f-heading-detail-small-21 {
  color: #6b7094;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-paragraph-large-17 {
  color: var(--black);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.f-margin-bottom-155 {
  margin-bottom: 16px;
}

.f-margin-bottom-156 {
  margin-bottom: 128px;
}

.f-sub-heading-large-4 {
  color: #160042;
  letter-spacing: -.02em;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.f-h3-heading-16 {
  color: #fff;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  line-height: 1.2;
}

.f-paragraph-small-2 {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-margin-bottom-157 {
  margin-bottom: 8px;
}

.f-title-wrapper-center-4 {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-title-wrapper-center-4.f-title-wrapper-center-4-home {
  margin-bottom: 40px;
}

.f-title-wrapper-center-4.f-title-wrapper-center-4-home.home-content-title {
  max-width: 780px;
}

.f-heading-detail-small-22 {
  color: var(--tomato);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-paragraph-large-18 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.f-margin-bottom-158 {
  margin-bottom: 16px;
}

.f-h3-heading-17 {
  color: var(--black);
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  line-height: 1.2;
}

.f-paragraph-small-3 {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-margin-bottom-159 {
  margin-bottom: 8px;
}

.f-h6-heading-3 {
  color: #160042;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  line-height: 1.5;
}

.f-margin-bottom-160 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.f-paragraph-regular-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-paragraph-regular-2.text-color-gray-700 {
  font-family: Open Sans, sans-serif;
}

.paragraph-normal-bold {
  letter-spacing: -.03em;
  font-weight: 500;
}

.f-heading-detail-small-23 {
  color: var(--tomato);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-paragraph-large-19 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-paragraph-large-19.f-text-color-gray-500 {
  color: #6b7094;
  font-family: Open Sans, sans-serif;
}

.f-margin-bottom-161 {
  margin-bottom: 32px;
}

.f-section-large-3 {
  grid-column-gap: 69px;
  grid-row-gap: 69px;
  grid-auto-flow: row;
  justify-content: start;
  place-items: center stretch;
  width: auto;
  margin-bottom: 40px;
  padding-top: 40px;
}

.f-section-large-3.f-section-3-materiais {
  padding-top: 0;
}

.f-section-large-3.section-nosso-jeito {
  background-color: var(--ghost-white-3);
}

.f-section-large-3.section-nosso-jeito.sectionjeito {
  margin-bottom: 0;
}

.f-section-large-3.sectionnewcarreiras {
  background-color: var(--ghost-white);
}

.f-section-large-3.sectionsquads {
  margin-bottom: 100px;
}

.f-section-large-3.sectionplay {
  text-align: center;
}

.f-avatar-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.f-margin-bottom-162 {
  margin-bottom: 16px;
}

.f-h3-heading-18 {
  color: #160042;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-margin-bottom-163 {
  margin-bottom: 8px;
}

.f-button-neutral-17 {
  background-color: var(--royal-blue);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  object-fit: fill;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  max-width: 60%;
  min-height: 48px;
  padding: 12px 32px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-17:hover {
  background-color: #282556;
}

.f-button-neutral-17.btnewmaster {
  margin-top: 20px;
}

.f-button-secondary-9 {
  color: #160042;
  letter-spacing: -.02em;
  background-color: #fff;
  border: 1px solid #e4e6f1;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary-9:hover {
  background-color: #f3f5fb;
  border-color: #0000;
}

.f-content-image-wrapper-3 {
  border-radius: 12px;
  width: 100%;
  max-width: 450px;
  height: 430px;
  overflow: hidden;
}

.f-heading-detail-small-24 {
  color: #6b7094;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-paragraph-large-20 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-margin-bottom-164 {
  margin-bottom: 32px;
}

.text-block-20 {
  color: var(--royal-blue);
  font-family: Poppins, sans-serif;
}

.text-block-20.txt-orange {
  color: var(--tomato);
}

.text-block-20.txt-orange.txt-blue {
  color: var(--royal-blue);
}

.text-block-20.txttemplate {
  color: var(--tomato);
}

.text-block-20.txttemplate.txtebook, .text-block-20.txttemplate.txtebook.txtebook2 {
  color: var(--royal-blue);
}

.text-block-21 {
  color: var(--royal-blue);
  font-family: Poppins, sans-serif;
}

.text-block-21.txt-sky {
  color: var(--deep-sky-blue);
}

.text-span-24 {
  color: var(--tomato);
}

.section-2 {
  background-color: var(--black);
  background-image: linear-gradient(#000c, #000c), url('../images/destaque-header-materiais-devops.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  justify-content: center;
  min-height: 600px;
  display: flex;
}

.section-2.header-podcast {
  background-image: linear-gradient(#000000cf, #000000cf), url('../images/img-bg-podcast-page.jpg');
  margin-bottom: -2px;
}

.f-header-image-wrapper-bottom {
  border-radius: 12px 12px 0 0;
  justify-content: center;
  align-items: center;
  height: 400px;
  margin-top: 72px;
  display: flex;
  overflow: hidden;
}

.f-header-section-special {
  padding-top: 120px;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.f-header-background-block {
  background-color: #f7f9fd;
  width: 100%;
  height: 630px;
  position: absolute;
  inset: 0% 0% auto;
}

.f-margin-bottom-165 {
  margin-bottom: 24px;
}

.f-button-secondary-10 {
  color: #160042;
  letter-spacing: -.02em;
  background-color: #fff;
  border: 1px solid #e4e6f1;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary-10:hover {
  background-color: #f3f5fb;
  border-color: #0000;
}

.f-header-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.f-button-neutral-18 {
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #160042;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-18:hover {
  background-color: #282556;
}

.f-paragraph-large-21 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-margin-bottom-166 {
  margin-bottom: 16px;
}

.f-h3-heading-19 {
  color: #160042;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-margin-bottom-167 {
  margin-bottom: 8px;
}

.f-h6-heading-4 {
  color: #160042;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.5;
}

.f-blog-badge-2 {
  color: #642eff;
  text-align: center;
  background-color: #f7f5ff;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 16px;
  display: inline-block;
}

.f-margin-bottom-168 {
  margin-bottom: 40px;
}

.f-paragraph-regular-3 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-paragraph-regular-3.f-text-weight-medium {
  font-weight: 500;
}

.f-heading-detail-small-25 {
  color: #6b7094;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-paragraph-large-22 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-paragraph-large-22.f-text-color-gray-500 {
  color: #6b7094;
}

.f-margin-bottom-169 {
  margin-bottom: 32px;
}

.tab-paragraph-2 {
  color: #8f8fa3;
  max-width: 650px;
  font-size: 20px;
  line-height: 1.6;
}

.learn-text {
  color: #7070c2;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
}

.tab-section-2 {
  background-color: #fff;
  padding: 80px 3%;
}

.tab-title {
  letter-spacing: -.02em;
  margin-bottom: 4px;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
}

.title-image {
  width: 70px;
  margin-bottom: 20px;
}

.blur-image {
  z-index: 4;
  position: absolute;
  inset: 0% 0% auto;
}

.title-wrap-2 {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 890px;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tab-detail-wrapper {
  z-index: 8;
  text-align: center;
  max-width: 580px;
  margin-bottom: 60px;
  position: relative;
}

.tab-detail-text {
  color: #1f1f47;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.tab-description {
  color: #8f8fa3;
  font-size: 14px;
  line-height: 24px;
}

.tab-container {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.feature-tab-menu {
  display: flex;
}

.title-large {
  color: #1f1f47;
  letter-spacing: -.04em;
  margin-bottom: 20px;
  font-size: 60px;
  line-height: 1.2;
}

.feature-tab-link {
  z-index: 6;
  color: #1f1f47;
  text-align: center;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 18px;
  font-weight: 400;
  transition: all .3s;
  display: flex;
  position: relative;
}

.feature-tab-link.w--current {
  color: #7070c2;
  background-color: #0000;
  border-bottom-color: #ff6f30;
  width: 100%;
  display: flex;
}

.blur-wrapper {
  position: absolute;
  inset: auto 0% 0%;
}

.tab-panel {
  background-color: #f8f8fc;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: 72px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.section-3 {
  min-height: 800px;
}

.container-2 {
  max-width: 80%;
}

.app-detail {
  color: #8f8fa3;
  font-size: 16px;
  line-height: 32px;
}

.shadow-light-blue {
  filter: blur(14px);
  background-color: #5865f28a;
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.apps-title-wrapper {
  align-items: center;
  display: flex;
}

.shadow-purple {
  filter: blur(14px);
  background-color: #6445a291;
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: 22px;
  right: 22px;
}

.detail-wrapper {
  min-height: 140px;
}

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

.button-card {
  color: #7070c2;
  text-align: center;
  background-color: #0000;
  border: 1px solid #eaeaf6;
  border-radius: 12px;
  width: 100%;
  margin-top: 40px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-weight: 500;
  transition: all .3s;
}

.button-card:hover {
  color: #fff;
  background-color: #7070c2;
  border-color: #7070c2;
}

.tab-line {
  background-color: #eaeaf6;
  height: 1px;
  margin-top: 60px;
  margin-bottom: 100px;
}

.brand-category {
  color: #8f8fa3;
}

.shadow-green {
  filter: blur(14px);
  background-color: #5fcf80b3;
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: 22px;
  right: 22px;
}

.shadow-blue {
  filter: blur(16px);
  background-color: #1848f79e;
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: 22px;
  right: 22px;
}

.tabs-content-2 {
  overflow: visible;
}

.tab-link-2 {
  color: #7070c2;
  text-align: center;
  background-color: #f8f8fc;
  border: 1px solid #eaeaf6;
  border-radius: 50px;
  margin-right: 20px;
  padding: 12px 32px;
  transition: all .3s;
}

.tab-link-2:hover {
  color: #fff;
  background-color: #7070c2;
  border-color: #7070c2;
}

.tab-link-2.w--current {
  color: #fff;
  background-color: #7070c2;
  border-color: #0000;
}

.apps-logo-circle {
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 85px;
  height: 85px;
  margin-right: 20px;
  padding: 20px;
  display: flex;
  position: relative;
  box-shadow: 14px 14px 40px #dbdbf040;
}

.tab-container-2 {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

.card-link {
  background-color: #eaeaf6;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.shadow-black {
  filter: blur(16px);
  background-color: #0009;
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: 22px;
  right: 22px;
}

.logo-5 {
  z-index: 5;
  position: relative;
}

.tabs-menu-2 {
  margin-bottom: 80px;
}

.card {
  border-radius: 12px;
  padding: 40px 32px 32px;
  transition: box-shadow .3s;
  box-shadow: 45px 45px 120px #dbdbf040;
}

.card:hover {
  box-shadow: 45px 45px 120px #dbdbf080;
}

.tab-section-3 {
  background-color: #fff;
  padding: 80px 5%;
}

.title-large-2 {
  color: #1f1f47;
  letter-spacing: -.04em;
  margin-bottom: 20px;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
}

.brand-name {
  color: #1e1e48;
  text-align: left;
  letter-spacing: -1px;
  font-size: 23px;
  font-weight: 500;
  line-height: 32px;
}

.brand-span {
  color: #7070c2;
}

.f-margin-bottom-170 {
  margin-bottom: 24px;
}

.f-margin-bottom-171 {
  margin-bottom: 8px;
}

.f-title-wrapper-center-5 {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-title-wrapper-center-5.container-metodotrabalho {
  max-width: 880px;
}

.f-h1-heading-5 {
  color: var(--black);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 64px;
  line-height: 1.2;
}

.f-heading-detail-small-26 {
  color: var(--tomato);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-paragraph-large-23 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.text-span-25 {
  color: var(--royal-blue);
}

.faq-toggle {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.faq-toggle:hover {
  color: #338cff;
}

.grid-one-column {
  grid-column-gap: 40px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.faq-title-wrapper-plain {
  color: #160042;
  white-space: normal;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 4px;
  margin-bottom: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.paragraph-regular-bold {
  letter-spacing: -.03em;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.faq-heading-wrapper {
  z-index: 5;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 640px;
  margin-bottom: 48px;
  display: flex;
  position: relative;
}

.faq-content {
  background-color: #0000;
  width: 100%;
  display: block;
  position: static;
  overflow: hidden;
}

.heading-detail-small {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24px;
}

.heading-detail-small.margin-bottom-12 {
  margin-bottom: 12px;
}

.faq-item-plain {
  background-color: #fff;
  border-radius: 10px;
  padding: 28px 32px;
  transition: all .3s;
  display: block;
}

.faq-content-wrapper {
  width: 100%;
  max-width: 90%;
  line-height: 36px;
}

.container-x-small {
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.faq-arrow {
  color: #6b7094;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.section-faq {
  background-color: #f3f5fb;
  padding: 0 5% 120px;
  position: relative;
  overflow: hidden;
}

.bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9 {
  font-family: Poppins, sans-serif;
}

.f-margin-bottom-172 {
  margin-bottom: 16px;
}

.f-h3-heading-20 {
  color: var(--black);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  line-height: 1.2;
}

.f-button-neutral-19 {
  background-color: var(--royal-blue);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-19:hover {
  background-color: #282556;
}

.f-button-secondary-11 {
  color: #160042;
  letter-spacing: -.02em;
  background-color: #fff;
  border: 1px solid #e4e6f1;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary-11:hover {
  background-color: #f3f5fb;
  border-color: #0000;
}

.f-content-image-wrapper-4 {
  border-radius: 12px;
  width: 100%;
  max-width: 450px;
  height: 430px;
  overflow: hidden;
}

.f-content-image-wrapper-4.imagem-possibilidade {
  height: 630px;
}

.f-heading-detail-small-27 {
  color: #6b7094;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-paragraph-large-24 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.f-margin-bottom-173 {
  margin-bottom: 32px;
}

.text-block-22 {
  font-family: Poppins, sans-serif;
}

.f-header-wrapper-right {
  max-width: 610px;
  margin-left: auto;
}

.f-avatar-group-r {
  background-color: #e4e6f1;
  border: 3px solid #fff;
  border-radius: 100px;
  width: 48px;
  height: 48px;
  margin-right: -16px;
  position: relative;
}

.f-header-section {
  padding: 140px 5%;
  position: relative;
}

.f-avatar-dark {
  color: #fff;
  background-color: #160042;
  border: 3px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-right: -14px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  display: flex;
  position: relative;
}

.f-header-avatar-group-large {
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.f-header-avatar-text {
  color: #282556;
  margin-left: 24px;
  font-size: 14px;
  font-weight: 500;
}

.f-margin-bottom-174 {
  margin-bottom: 40px;
}

.f-button-neutral-20 {
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #160042;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-20:hover {
  background-color: #282556;
}

.f-h1-heading-6 {
  color: #160042;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 1.2;
}

.f-heading-detail-small-28 {
  color: var(--tomato);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-paragraph-large-25 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-header-image-wrapper-left {
  background-color: #f7f9fd;
  width: 40%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.f-margin-bottom-175 {
  margin-bottom: 32px;
}

.text-span-26 {
  color: var(--tomato);
}

.tab-paragraph-3 {
  color: #6f6f6f;
  font-size: 18px;
  line-height: 32px;
}

.tabs-menu-3 {
  margin-bottom: 20px;
}

.div-block-2 {
  background-color: #f6f4fa;
  min-height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.tab-link-3 {
  color: #8a8a8a;
  background-color: #fff;
  border-radius: 10px;
  padding: 14px 36px;
  font-size: 16px;
}

.tab-link-3.w--current {
  background-color: var(--royal-blue);
  color: #fff;
}

.text-block-23 {
  font-family: Poppins, sans-serif;
}

.f-margin-bottom-176 {
  margin-bottom: 40px;
}

.f-button-neutral-21 {
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #160042;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-21:hover {
  background-color: #282556;
}

.f-h1-heading-7 {
  color: #160042;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 64px;
  line-height: 1.2;
}

.f-heading-detail-small-29 {
  color: #6b7094;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-paragraph-large-26 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.f-margin-bottom-177 {
  margin-bottom: 32px;
}

.f-header-image-square {
  border-radius: 12px;
  height: 670px;
  overflow: hidden;
}

.f-margin-bottom-178 {
  margin-bottom: 16px;
}

.f-section-small-4 {
  padding: 64px 5%;
  position: relative;
}

.f-section-small-4.section-tks {
  background-color: #f7f9fd;
}

.f-text-link {
  color: #160042;
  font-size: 14px;
  font-weight: 500;
  transition: color .2s;
  display: block;
}

.f-text-link:hover {
  color: #642eff;
}

.f-margin-bottom-179 {
  margin-bottom: 40px;
}

.f-button-neutral-22 {
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #160042;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-22:hover {
  background-color: #282556;
}

.f-h1-heading-8 {
  color: var(--black);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 64px;
  line-height: 1.2;
}

.f-h1-heading-8.heading-software {
  font-size: 55px;
  display: block;
}

.f-h1-heading-8.heading-software.heading-trends {
  font-size: 68px;
}

.f-h1-heading-8.titleexpect {
  font-size: 62px;
}

.f-h1-heading-8.headingmaster {
  font-size: 60px;
}

.f-heading-detail-small-30 {
  color: var(--tomato);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-paragraph-large-27 {
  letter-spacing: -.02em;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.f-paragraph-large-27.paragraph-materiais-tabs {
  text-align: left;
  margin-bottom: 60px;
}

.f-paragraph-large-27.paralive {
  margin-bottom: 40px;
}

.f-header-form-row {
  grid-column-gap: 24px;
  grid-row-gap: 12px;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.f-margin-bottom-180 {
  margin-bottom: 48px;
}

.f-margin-bottom-181 {
  margin-bottom: 24px;
}

.f-cta-text-wrapper-center-4 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-margin-bottom-182 {
  margin-bottom: 64px;
}

.f-margin-bottom-183 {
  margin-bottom: 40px;
}

.f-button-neutral-23 {
  background-color: var(--royal-blue);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  margin-top: 40px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-23:hover {
  background-color: #282556;
}

.f-button-secondary-12 {
  color: #160042;
  letter-spacing: -.02em;
  background-color: #fff;
  border: 1px solid #e4e6f1;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary-12:hover {
  background-color: #f3f5fb;
  border-color: #0000;
}

.f-paragraph-large-28 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.text-block-24 {
  font-family: Poppins, sans-serif;
}

.process-title-wrap {
  text-align: center;
  max-width: 880px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.feature-icon-square {
  background-color: var(--ghost-white-2);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  margin-bottom: 40px;
  display: flex;
  box-shadow: 2px 30px 40px -32px #3a73ed66;
}

.feature-title {
  color: #000;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  line-height: 1.2;
}

.process-container {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}

.feature-paragraph {
  color: #4f4f4f;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 32px;
}

.feature-paragraph.text-link-home {
  color: var(--royal-blue);
  text-decoration: underline;
}

.process-card-primary {
  border-radius: 30px;
  padding: 40px;
  transition: all .3s;
  position: relative;
}

.process-card-primary:hover {
  background-color: #fff;
  box-shadow: 23px 23px 40px #e5e5e566;
}

.process-heading {
  color: #000;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 14px;
  font-family: Poppins, sans-serif;
  font-size: 46px;
  line-height: 1.3;
}

.process-section {
  background-color: #fff;
  padding: 100px 3%;
}

.process-arrow-01 {
  max-width: 60%;
  position: absolute;
  inset: 15% -80px auto auto;
}

.process-arrow-02 {
  max-width: 60%;
  position: absolute;
  inset: auto -80px 45% auto;
}

.process-grid {
  grid-column-gap: 80px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.process-subheading {
  color: #4f4f4f;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.f-margin-bottom-184 {
  margin-bottom: 16px;
}

.f-h3-heading-21 {
  color: var(--black);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  line-height: 1.2;
}

.f-margin-bottom-185 {
  margin-bottom: 8px;
}

.f-button-neutral-24 {
  background-color: var(--royal-blue);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-24:hover {
  background-color: #282556;
}

.f-button-secondary-13 {
  color: #160042;
  letter-spacing: -.02em;
  background-color: #fff;
  border: 1px solid #e4e6f1;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary-13:hover {
  background-color: #f3f5fb;
  border-color: #0000;
}

.f-content-image-wrapper-5 {
  border-radius: 12px;
  width: 100%;
  max-width: 450px;
  height: 430px;
  margin-left: 35px;
  overflow: hidden;
}

.f-content-image-wrapper-5.wrapperinno {
  height: 730px;
}

.f-content-image-wrapper-5.wrapperinno.inno2 {
  height: 430px;
}

.f-content-image-wrapper-5.wrappersobre {
  height: 330px;
}

.f-heading-detail-small-31 {
  color: #6b7094;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-paragraph-large-29 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.f-paragraph-large-29.titleinnovationlist {
  margin-top: 20px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.f-paragraph-large-29.paragraph-inno, .f-margin-bottom-186 {
  margin-bottom: 32px;
}

.text-block-25 {
  font-family: Poppins, sans-serif;
}

.f-margin-bottom-187 {
  margin-bottom: 24px;
}

.f-form-button-2 {
  outline-offset: 0px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #160042;
  border-radius: 48px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.f-form-button-2:hover {
  background-color: #282556;
}

.f-form-button-2:active {
  background-color: #160042;
}

.f-paragraph-large-30 {
  color: #fff;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.f-cta-block-2 {
  background-color: #f7f9fd;
  padding: 72px 40px;
}

.f-cta-block-2.card-cta-strategy {
  background-color: var(--black);
  border-radius: 18px;
}

.heading-2 {
  font-family: Poppins, sans-serif;
  font-size: 46px;
  line-height: 55px;
}

.bold-text-10 {
  color: #fff;
}

.f-margin-bottom-188 {
  margin-bottom: 24px;
}

.f-cta-text-wrapper-center-5 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-margin-bottom-189 {
  margin-bottom: 64px;
}

.f-button-neutral-25 {
  background-color: var(--royal-blue);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-25:hover {
  background-color: #282556;
}

.f-button-secondary-14 {
  color: #160042;
  letter-spacing: -.02em;
  background-color: #fff;
  border: 1px solid #e4e6f1;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary-14:hover {
  background-color: #f3f5fb;
  border-color: #0000;
}

.f-paragraph-large-31 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.heading-3 {
  color: var(--black);
  font-family: Poppins, sans-serif;
  font-size: 46px;
  line-height: 52px;
}

.text-block-26 {
  font-family: Poppins, sans-serif;
}

.text-span-27 {
  color: var(--tomato);
}

.text-span-28 {
  color: var(--royal-blue);
}

.text-span-29 {
  color: var(--tomato);
}

.navigation-button-2 {
  background-color: var(--royal-blue);
  outline-offset: 0px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 48px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  min-height: 48px;
  padding: 12px 32px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.navigation-button-2:hover {
  background-color: #282556;
}

.navigation-link-2 {
  color: var(--black);
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 50px;
  padding: 12px 24px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.navigation-link-2:hover {
  color: #160042;
  background-color: #f3f5fb;
}

.navigation-link-2.w--current {
  color: var(--royal-blue);
}

.tab-content-wrap {
  background-color: #0000;
  display: block;
  position: static;
  overflow: hidden;
}

.tabs-container-2 {
  align-items: flex-start;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.tabs-item-toggle {
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.tabs-heading {
  color: #000;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 60px;
  font-family: Poppins, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
}

.tabs-heading.tab-title {
  text-align: left;
  margin-bottom: 20px;
}

.tabs-image {
  object-fit: cover;
  border-radius: 16px;
  width: 40%;
  height: 680px;
  margin-right: 80px;
}

.tab-content-2 {
  color: #999;
  padding-bottom: 20px;
  padding-left: 75px;
  padding-right: 50px;
}

.tabs-item {
  background-color: #fff;
  border-radius: 18px;
  margin-bottom: 30px;
  display: block;
  box-shadow: 0 20px 40px #8585850f;
}

.tabs-section {
  color: #000;
  background-color: #fff;
  padding: 190px 3%;
  font-size: 16px;
  line-height: 24px;
}

.tabs-section.tabs-section-bg {
  background-color: var(--ghost-white);
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

.tab-icon {
  width: 40px;
  margin-right: 15px;
}

.tab-name {
  color: var(--royal-blue);
  flex: 1;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.paragraph {
  font-family: Open Sans, sans-serif;
}

.paragraph-2 {
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
}

.paragraph-3 {
  font-family: Open Sans, sans-serif;
}

.f-margin-bottom-190 {
  margin-bottom: 12px;
}

.f-header-image-large {
  border-radius: 12px;
  height: 455px;
  overflow: hidden;
}

.f-title-wrapper-center-6 {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-h1-heading-9 {
  color: var(--black);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.2;
}

.f-heading-detail-small-32 {
  color: var(--tomato);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-56 {
  margin-bottom: 56px;
}

.html-embed {
  margin-top: 20px;
}

.text-span-30 {
  color: var(--royal-blue);
}

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

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

.button {
  display: block;
}

.f-button-neutral-23-copy {
  background-color: var(--royal-blue);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  margin-top: 40px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-23-copy:hover {
  background-color: #282556;
}

.f-button-neutral-23-copy.bt-tks {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  width: auto;
  max-width: 100%;
  display: block;
}

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

.heading-4 {
  font-family: Poppins, sans-serif;
  font-size: 30px;
}

.heading-5, .bold-text-11 {
  font-family: Poppins, sans-serif;
  font-size: 18px;
}

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

.f-margin-bottom-191 {
  margin-bottom: 16px;
}

.f-margin-bottom-192 {
  margin-bottom: 12px;
}

.f-h3-heading-22 {
  color: #0d131c;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  line-height: 1.2;
}

.f-h3-heading-22.headingsquads {
  margin-bottom: 20px;
}

.f-content-image-wrapper-large-2 {
  border-radius: 12px;
  width: 100%;
  max-width: 450px;
  height: 460px;
  overflow: hidden;
}

.f-content-image-wrapper-large-2.content-image-wrapper-finops, .f-content-image-wrapper-large-2.imgcontentsquads {
  height: 700px;
}

.f-button-neutral-26 {
  background-color: var(--royal-blue);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-26:hover {
  background-color: #282556;
}

.f-button-neutral-26.btnewmaster {
  max-width: 60%;
}

.f-paragraph-regular-4 {
  color: var(--black);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

.f-grid-two-column-4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin-top: 40px;
}

.f-icon-regular-2 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-heading-detail-small-33 {
  color: var(--tomato);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-paragraph-large-32 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.f-paragraph-large-32.f-paragraph-stacks-finops {
  text-align: left;
}

.f-paragraph-large-32.paragrafo-sobre {
  margin-bottom: 24px;
}

.text-block-27 {
  font-family: Poppins, sans-serif;
}

.f-margin-bottom-193 {
  margin-bottom: 16px;
}

.f-h4-heading-2 {
  color: var(--black);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  line-height: 1.4;
}

.f-margin-bottom-194 {
  margin-bottom: 8px;
}

.f-button-neutral-27 {
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #160042;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-27:hover {
  background-color: #282556;
}

.f-grid-two-column-5 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.f-heading-detail-small-34 {
  color: var(--tomato);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-paragraph-large-33 {
  color: var(--black);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.f-paragraph-large-33.newparagraph {
  margin-bottom: 25px;
}

.f-feature-card-filled-3 {
  background-color: #f7f9fd;
  border-radius: 12px;
  padding: 32px;
}

.f-margin-bottom-195 {
  margin-bottom: 16px;
}

.f-h5-heading-6 {
  color: #160042;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  line-height: 1.4;
}

.f-paragraph-large-34 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.f-grid-two-column-6 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.f-grid-two-column-6.gridexperiencia {
  grid-column-gap: 69px;
  grid-row-gap: 69px;
  grid-auto-flow: row;
  justify-content: start;
  place-items: center stretch;
  width: 1000px;
  margin-bottom: 40px;
}

.f-grid-two-column-6.gridnew {
  grid-template-columns: 1fr 1fr 1fr;
}

.f-feature-card-outlined-2 {
  border: 1px solid #f3f5fb;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.f-feature-card-outlined-2.cardscarreiras {
  justify-content: center;
  align-items: center;
}

.f-margin-bottom-196 {
  margin-bottom: 16px;
}

.f-h5-heading-7 {
  color: #160042;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  line-height: 1.4;
}

.f-paragraph-large-35 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.f-paragraph-large-35.textodepo {
  margin-bottom: 20px;
}

.f-margin-bottom-197 {
  margin-bottom: 24px;
}

.f-margin-bottom-198 {
  margin-bottom: 8px;
}

.f-title-wrapper-center-7 {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-title-wrapper-center-7.f-title-wrapper-finops-ganhos {
  max-width: 860px;
}

.f-title-wrapper-center-7.wraptitledown {
  max-width: 800px;
}

.f-h1-heading-10 {
  color: var(--black);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 64px;
  line-height: 1.2;
}

.f-h1-heading-10.f-h1-heading-finops {
  font-size: 48px;
}

.f-h1-heading-10.titlecarreira {
  text-align: center;
  margin-bottom: 40px;
}

.f-heading-detail-small-35 {
  color: var(--tomato);
  text-align: center;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-paragraph-large-36 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-paragraph-large-36.largeout-new {
  margin-bottom: 33px;
}

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

.html-embed-2.iconesvg {
  margin-top: 0;
}

.html-embed-3, .html-embed-4 {
  text-align: center;
}

.section-new-finops {
  padding-top: 60px;
  padding-bottom: 60px;
}

.cell {
  background-color: var(--ghost-white);
  border-radius: 7px;
  justify-content: center;
  padding: 20px;
}

.section-4 {
  background-color: #f7f9fd;
  border-radius: 20px;
  padding: 60px 40px;
}

.cell-2 {
  justify-content: center;
  align-items: center;
}

.image-35 {
  margin-bottom: 20px;
}

.cell-3 {
  justify-content: center;
  align-items: center;
}

.quick-stack {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
}

.btscarreira {
  background-color: var(--royal-blue);
  border-radius: 99px;
  margin-bottom: 40px;
  padding: 20px 32px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.column, .column-2, .column-3, .column-4 {
  padding-left: 20px;
  padding-right: 20px;
}

.section-5 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 20px;
}

.button-2 {
  background-color: #2261fa;
  border-radius: 34px;
  padding: 20px 40px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

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

.link-3 {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.link-3.btcultura {
  font-size: 17px;
}

.container-3 {
  text-align: center;
  width: 80%;
  max-width: none;
}

.button-3 {
  background-color: var(--royal-blue);
  text-align: center;
  border-radius: 40px;
  margin-bottom: 40px;
  padding: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

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

.container-5 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.container-7.containerpodcast {
  margin-top: 65px;
}

.text-block-28 {
  font-family: Poppins, sans-serif;
  font-size: 18px;
}

.text-block-28.titlepodcast {
  text-align: center;
  margin-top: 18px;
  font-weight: 700;
}

.paragraph-4 {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.paragraph-4.paragrafopodcast {
  text-align: center;
  margin-top: 12px;
}

.columns {
  margin-top: 57px;
}

.columns.coluna-last-podcast {
  margin-bottom: 80px;
}

.columns.colunas-podcasttopo {
  margin-top: 67px;
}

.container-8 {
  max-width: 1080px;
  padding-top: 40px;
}

.code-embed, .code-embed-2, .code-embed-3, .code-embed-4, .code-embed-5, .code-embed-6, .code-embed-7, .code-embed-8 {
  text-align: center;
}

.container-9, .container-10 {
  max-width: 1080px;
}

.container-10.cont-maitha {
  margin-top: 31px;
  margin-bottom: 43px;
}

.container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.title-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 858px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-primary-rounded {
  color: #fff;
  background-color: #23272f;
  border: 2px solid #23272f;
  border-radius: 52px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 12px -2px #fe5b2500, 0 0 12px -2px #a355f700, 0 0 4px 2px #23272e3d, inset 0 2px 2px #ffffff3d;
}

.button-primary-rounded:hover {
  box-shadow: 0 0 12px -2px #fe5b25, 0 0 12px -2px #a355f7, 0 0 4px 2px #23272e3d, inset 0 2px 2px #ffffff3d;
}

.button-primary-rounded.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.paragraph-regular-bg {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.paragraph-regular-bg.text-weight-bold {
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.faq-divider {
  background-color: #d5d9e2;
  width: 100%;
  height: .5px;
}

.paragraph-small-2 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.paragraph-small-2.text-color-gray-600 {
  color: #525f75;
  font-family: Poppins, sans-serif;
}

.paragraph-small-2.text-color-gray-600.saibamais-quemsomos {
  color: var(--tomato);
}

.faq {
  background-color: #f6f7f9;
  border-radius: 8px;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}

.section-regular {
  padding: 96px 5%;
  position: relative;
}

.section-regular.background-gray {
  background-color: #f6f7f9;
}

.overline {
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.faq-border {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #f6f7f9;
  border: .5px solid #d5d9e2;
  border-radius: 12px;
  flex-flow: column;
  width: 100%;
  max-width: 638px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
  display: flex;
}

.h2-heading {
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 600;
  line-height: 72px;
}

.faq-button {
  justify-content: center;
  align-items: center;
  margin-top: 90px;
  display: flex;
}

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

.faq-content-2 {
  background-color: #0000;
  margin-top: -4px;
  display: block;
  position: relative;
}

.faq-tab {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.faq-title {
  z-index: 2;
  flex-flow: column;
  width: 100%;
  padding: 16px;
  display: flex;
}

.button-background {
  pointer-events: none;
  object-fit: fill;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.icon-x-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.faq-icon {
  color: #23272f;
  background-color: #edeff3;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 4px;
  display: flex;
}

.faq-title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  white-space: pre-wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.dropdown-link, .dropdown-link-2, .dropdown-link-3, .dropdown-link-4 {
  color: var(--tomato);
  font-family: Poppins, sans-serif;
}

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

.selos {
  margin-top: 16px;
}

.content-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-regular-2 {
  z-index: 5;
  width: 100%;
  max-width: 1008px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.button-primary-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  background-color: #0a0a0a;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
}

.button-primary-small:hover {
  background-color: #734573;
}

.button-primary-small.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.section-regular-2 {
  padding: 80px 5%;
  position: relative;
  overflow: hidden;
}

.section-regular-2.background-brown {
  background-color: var(--ghost-white-2);
  color: #404040;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
}

.content-tab-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}

.content-tab-image {
  max-height: 400px;
}

.max-width-medium {
  max-width: 592px;
}

.embed {
  display: none;
}

.wrap-v-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.content-tab-card {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  background-color: #f0ebf0;
  flex-flow: column;
  justify-content: space-between;
  padding: 48px;
  display: flex;
}

.content-carousel-wrap {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.content-tab-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  background-color: #0000;
  border: 1px solid #0000;
  border-bottom-color: #d4d4d4;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 18px 24px;
  display: flex;
}

.content-tab-link.w--current {
  color: #734573;
  background-color: #0000;
  border: 1px solid #d4d4d4;
  border-bottom-color: #0000;
}

.overline-regular {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.icon-gigantic {
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.content-carousel-overlay {
  z-index: 2;
  pointer-events: none;
  background-image: linear-gradient(90deg, #f9f7f7, #faf9f900 20%, #f9f7f700 80%, #f9f7f7);
  position: absolute;
  inset: 0%;
}

.subheading-small {
  color: #0a0a0a;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.subheading-small.text-color-gray-700 {
  color: #404040;
}

.icon-medium {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.content-carousel-logo {
  background-color: #0000;
  border: 1px solid #f2eeee;
  justify-content: center;
  align-items: center;
  width: 156px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 16px 24px;
  transition: background-color .3s;
  display: flex;
}

.content-carousel-logo:hover {
  background-color: #fff;
  border-color: #fff;
}

.text-link {
  color: #404040;
  text-decoration: underline;
  transition: color .3s;
}

.text-link:hover {
  color: #734573;
}

.content-tab-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
}

.content-carousel-group {
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.content-tab-menu {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 48px;
  display: flex;
}

.subheading-large {
  color: #361b36;
  letter-spacing: -.5px;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}

.subheading-large.text-color-purple-600 {
  color: #5c2d5c;
}

.content-carousel {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.h6-heading {
  color: #0a0a0a;
  letter-spacing: -1.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.4;
}

.heading-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 64px;
  display: flex;
}

.text-color-purple-600 {
  color: #5c2d5c;
}

.wrap-v-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.logo-image-large {
  flex: none;
  max-height: 24px;
}

.logo-footer-text {
  text-align: center;
  width: 100%;
  max-width: 456px;
  margin-left: auto;
  margin-right: auto;
}

.logo-arrow {
  display: none;
}

.container-large {
  z-index: 1;
  width: 100%;
  max-width: 1208px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.paragraph-large {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.75;
}

.logo-grid-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1.75fr 1fr 1fr;
}

.logo-card {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: 36px 24px;
  display: flex;
  overflow: visible;
}

.slide-nav-code {
  display: none;
}

.logo-title-wrapper-2 {
  text-align: center;
  max-width: 620px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.section-large {
  padding: 120px 5%;
  position: relative;
}

.logo-image {
  flex: none;
  width: 40px;
  height: 40px;
}

.logo-slide-nav {
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  margin-bottom: 8px;
  display: flex;
  position: static;
}

.h5-heading {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25;
}

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

.container-11 {
  max-width: 1080px;
}

.fs-consent_component {
  display: block;
}

.fs-consent_banner {
  z-index: 9999;
  background-color: var(--lavender);
  max-width: 45rem;
  padding: 2rem;
  display: block;
  position: fixed;
  inset: auto 0% 0% auto;
}

.fs-consent_banner_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.fs-consent_banner_paragraph {
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
}

.fs-consent_banner_buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  display: flex;
}

.fs-consent_allow {
  background-color: var(--royal-blue);
  color: #fff;
  padding: .5rem 1rem;
  text-decoration: none;
  display: block;
}

.text-span-31 {
  font-size: 18px;
  font-weight: 700;
}

.fs-consent_banner-2 {
  z-index: 9999;
  background-color: #f5f5f5;
  max-width: 45rem;
  padding: 2rem;
  display: block;
  position: fixed;
  inset: auto 0% 0% auto;
}

.fs-consent_banner_paragraph-2 {
  margin-bottom: 0;
}

.fs-consent_allow-2 {
  color: #fff;
  background-color: #000;
  padding: .5rem 1rem;
  text-decoration: none;
  display: block;
}

.text-span-32 {
  font-family: Poppins, sans-serif;
  font-size: 19px;
  font-weight: 700;
}

.icon-large {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.paragraph-regular-2 {
  letter-spacing: -.02em;
  font-size: 16px;
  line-height: 24px;
}

.modal-wrapper {
  align-items: center;
  display: flex;
}

.sub-heading-regular-bold {
  letter-spacing: -.03em;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.modal-icon-large {
  color: #642eff;
  background-color: #f7f5ff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-right: 24px;
  display: flex;
}

.modal-base-wide {
  background-color: #fff;
  border-radius: 16px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 800px;
  padding: 24px;
  display: block;
  box-shadow: 105px 105px 144px -32px #1b09430a;
}

.button-primary {
  outline-offset: 0px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02px;
  white-space: nowrap;
  background-color: #642eff;
  border-radius: 50px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button-primary:hover {
  background-color: #7342ff;
}

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

.button-primary:focus {
  outline-offset: 0px;
  outline: 2px solid #d9ccff;
}

.section-6 {
  background-color: #f7f9fd;
  min-height: 250px;
  padding-top: 87px;
  padding-bottom: 87px;
}

.container-12 {
  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: center;
  align-items: center;
  max-width: 1080px;
  display: block;
}

.text-block-29 {
  color: #0d131c;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  font-family: Poppins, sans-serif;
  font-size: 29px;
  display: flex;
}

.text-block-30 {
  margin-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.text-block-31 {
  font-family: Open Sans, sans-serif;
}

.section-7 {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-block-32 {
  font-family: Poppins, sans-serif;
  font-size: 41px;
  line-height: 43px;
}

.text-block-32.contblue {
  text-align: center;
}

.text-block-33 {
  text-align: center;
  margin-top: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.text-block-33.textblue1 {
  text-align: left;
}

.bold-text-13 {
  color: #0d131c;
  line-height: 47px;
}

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

.section-8 {
  background-color: #f7f9fd;
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-13 {
  max-width: 860px;
}

.columns-2 {
  margin-top: 40px;
}

.column-14 {
  text-align: center;
  background-color: #2261fa;
  border-radius: 10px;
  padding: 40px 20px;
}

.text-block-34 {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 19px;
  line-height: 23px;
}

.text-block-35 {
  color: #fff;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.grid {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin-top: 40px;
}

.div-block-3 {
  text-align: center;
  background-color: #2261fa;
  border-radius: 10px;
  padding: 40px 20px;
}

.image-40 {
  text-align: center;
  vertical-align: middle;
  display: block;
}

.button-4 {
  border-radius: 6px;
  margin-top: 20px;
  padding: 20px;
  font-family: Poppins, sans-serif;
}

.features-list {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.features-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.features-paragraph {
  margin-bottom: 24px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.features-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.bold-text-14 {
  font-family: Poppins, sans-serif;
  font-size: 20px;
}

.bold-text-14.sub-blueprint {
  color: #2261fa;
}

.paragraph-5 {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

.gallery-slide {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible, .gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible, .gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.paragraph-6 {
  font-family: Open Sans, sans-serif;
}

.heading-6 {
  font-family: Poppins, sans-serif;
}

.features-list-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.features-wrapper-two-2 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.features-paragraph-2 {
  margin-bottom: 24px;
}

.text-link-arrow-2 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-2 {
  margin-left: 2px;
  display: flex;
}

.features-right-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two-2 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image-2 {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.heading-7 {
  letter-spacing: normal;
  -webkit-text-stroke-width: 0px;
  white-space: normal;
  font-family: Poppins, sans-serif;
  font-size: 35px;
}

.paragraph-7 {
  font-family: Poppins, sans-serif;
}

.pricing-overview {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.pricing-description {
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

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

.pricing-card-three {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-card-text {
  margin-bottom: 20px;
}

.heading-8 {
  text-align: center;
  font-family: Poppins, sans-serif;
}

.heading-9 {
  color: var(--black);
  text-align: center;
  font-family: Poppins, sans-serif;
}

.paragraph-8 {
  text-align: center;
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.paragraph-8.paragraphmore {
  margin-top: 20px;
  margin-bottom: 20px;
}

.section-9 {
  background-color: var(--ghost-white-3);
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-10 {
  padding-top: 60px;
  padding-bottom: 80px;
}

.image-41 {
  text-align: center;
  margin-bottom: 20px;
}

.column-15, .column-16, .column-17 {
  text-align: left;
}

.button-5 {
  background-color: var(--royal-blue);
  border-radius: 6px;
  padding: 10px 20px;
  font-family: Poppins, sans-serif;
}

.headingmasterreco {
  font-family: Poppins, sans-serif;
  font-size: 22px;
  line-height: 29px;
}

.code-embed-9 {
  text-align: center;
  margin: 40px 0 0;
}

.container-16, .container-17 {
  text-align: center;
}

.columns-3 {
  margin-top: 40px;
}

.columns-3.colunasmaster {
  margin-bottom: 40px;
}

.container-18 {
  max-width: 1600px;
}

.container-19, .container-20 {
  max-width: 1080px;
}

.code-embed-10 {
  text-align: center;
}

.heading-10 {
  color: #0d131c;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 21px;
}

.button-6 {
  font-family: Poppins, sans-serif;
}

.button-6.btassistir {
  background-color: var(--royal-blue);
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 10px 20px;
}

.image-42, .image-43, .image-44, .image-45 {
  border-radius: 5px;
  margin-top: 20px;
}

.container-21 {
  max-width: 1200px;
}

.columns-4, .columns-5 {
  margin-top: 20px;
}

.section-11 {
  background-color: var(--ghost-white);
  padding-bottom: 60px;
}

.div-block-4, .div-block-5, .div-block-6, .div-block-7 {
  text-align: left;
}

@media screen and (max-width: 991px) {
  .navigation-wrapper {
    align-items: center;
    width: auto;
    display: flex;
  }

  .navigation-list-column.w--open {
    height: 400px;
    margin-left: 0;
    position: static;
    overflow: auto;
  }

  .navigation {
    position: relative;
  }

  .navigation-avatar-wrapper {
    margin-right: 14px;
  }

  .navigation-toggle {
    justify-content: flex-start;
    width: 100%;
  }

  .navigation-toggle.w--open {
    color: #160042;
    background-color: #f7f9fd;
    width: 100%;
  }

  .navigation-dropdown-small {
    width: 100%;
  }

  .logo-link-large {
    margin-right: 0;
  }

  .menu-button {
    color: #393b6a;
    border: 1px solid #f3f5fb;
    border-radius: 8px;
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: #160042;
    border-color: #fff;
  }

  .navigation-menu {
    color: #393b6a;
    background-color: #fff;
    border-radius: 8px;
    padding: 12px;
    position: absolute;
  }

  .navigation-menu.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .navigation-link {
    width: 100%;
  }

  .m-navigation-dropdown {
    justify-content: flex-start;
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .m-navigation-dropdown.w--open {
    color: #7e8ef1;
    width: 100%;
  }

  .m-navigation-mobile-button {
    display: none;
  }

  .m-navigation-brand {
    margin-right: 10px;
    padding: 0;
  }

  .m-navigation-link {
    justify-content: flex-start;
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .m-navigation-link.w--open {
    color: #fff;
    background-color: #7070c2;
    width: 100%;
  }

  .m-navigation-line-break {
    display: none;
  }

  .m-navigation-menu-wrap {
    background-color: #111218;
    height: auto;
    position: absolute;
  }

  .m-navigation-dropdown-small {
    width: 100%;
  }

  .m-navigation-link-list {
    max-width: 100%;
    display: none;
  }

  .m-navigation-menu-button {
    color: #fff;
    background-color: #22242f;
    border-radius: 8px;
    padding: 12px;
    transition: all .3s;
  }

  .m-navigation-menu-button:hover {
    color: #7e8ef1;
  }

  .m-navigation-menu-button.w--open {
    color: #fff;
    background-color: #5a6ded;
  }

  .m-navigation-card-grid {
    padding: 0;
  }

  .m-navigation-list.w--open {
    padding-left: 20px;
    padding-right: 20px;
    position: static;
  }

  .m-navigation-grid {
    grid-row-gap: 40px;
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
  }

  .f-header-logo-grid {
    grid-template-columns: 1fr 1fr;
  }

  .navigation-list-small.w--open {
    max-width: none;
    height: 400px;
    margin-left: 0;
    position: static;
    overflow: auto;
  }

  .logo-link {
    margin-right: 0;
  }

  .navigation-right {
    align-items: center;
    width: auto;
    display: flex;
  }

  .navigation-left {
    color: #393b6a;
    background-color: #fff;
    border: 1px solid #f3f5fb;
    border-radius: 8px;
    width: 100%;
    padding: 12px;
  }

  .navigation-left.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .m-navigation-base {
    grid-row-gap: 40px;
    flex-direction: column-reverse;
  }

  .m-banner-close-button {
    right: 3%;
  }

  .m-header-graphic-r {
    display: none;
  }

  .m-navigation-featured-card {
    max-width: 100%;
    display: none;
  }

  .m-navigation-link-grid {
    padding: 0;
  }

  .m-header-grid-column, .m-header-grid-card {
    grid-template-columns: 1fr;
  }

  .f-footer-title {
    margin-bottom: 24px;
  }

  .f-footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .f-footer-bottom {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .f-logo-carousel-wrap {
    width: 95%;
  }

  .f-grid-four-column {
    grid-template-columns: 1fr 1fr;
  }

  .f-header-grid-asymmetrical {
    grid-template-columns: 1fr;
  }

  .f-grid-three-column {
    grid-template-columns: 1fr 1fr;
  }

  .f-content-text-wrapper {
    max-width: 100%;
  }

  .f-content-list-wrapper-small {
    flex-direction: row;
    max-width: 100%;
  }

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

  .f-content-image-tall {
    max-width: 100%;
    height: 400px;
  }

  .f-content-image-wrapper {
    max-width: 100%;
  }

  .f-blog-thumbnail {
    margin-bottom: 16px;
  }

  .section-logo {
    background-image: none;
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .logo-header-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .tab-content-grid {
    grid-row-gap: 62px;
    grid-template-columns: 1fr;
  }

  .f-feature-card-divider {
    width: 50%;
    height: 1px;
    margin: 32px 0;
  }

  .f-feature-card-row {
    flex-direction: column;
  }

  .a-button-primary {
    display: flex;
  }

  .m-timeline-item-wrapper {
    width: 100%;
    min-height: 100%;
    padding-bottom: 0;
  }

  .m-cta-image-4 {
    height: 120px;
  }

  .m-timeline-step-row {
    flex-direction: column;
    margin-bottom: 94px;
  }

  .m-timeline-title-row {
    display: none;
  }

  .m-scroll-animation-wrapper {
    width: 16px;
    height: 100%;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .f-content-image-wrapper-large, .f-content-image-wrapper-2 {
    max-width: 100%;
  }

  .m-grid-three-column {
    grid-template-columns: 1fr 1fr;
  }

  .f-feature-card-row-2 {
    flex-direction: column;
  }

  .f-grid-two-column-2, .f-grid-two-column-3 {
    grid-template-columns: 1fr;
  }

  .f-content-image-wrapper-3 {
    max-width: 100%;
  }

  .title-wrap-2 {
    margin-bottom: 60px;
  }

  .title-large {
    margin-bottom: 40px;
  }

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

  .title-large-2 {
    margin-bottom: 40px;
  }

  .faq-content {
    width: 100%;
  }

  .f-content-image-wrapper-4 {
    max-width: 100%;
  }

  .f-header-wrapper-right {
    max-width: 100%;
    margin-left: 0;
  }

  .f-header-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .f-header-avatar-group-large {
    margin-top: 60px;
  }

  .f-header-image-wrapper-left {
    width: 100%;
    height: 400px;
    margin-top: 60px;
    position: relative;
  }

  .process-card-primary {
    background-color: #fff;
  }

  .process-arrow-01, .process-arrow-02 {
    display: none;
  }

  .process-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }

  .f-content-image-wrapper-5 {
    max-width: 100%;
  }

  .navigation-link-2, .tabs-content-3 {
    width: 100%;
  }

  .tabs-heading {
    margin-bottom: 40px;
  }

  .tabs-image {
    margin-right: 40px;
  }

  .f-content-image-wrapper-large-2 {
    max-width: 100%;
  }

  .f-grid-two-column-4, .f-grid-two-column-5, .f-grid-two-column-6 {
    grid-template-columns: 1fr;
  }

  .container-5 {
    display: none;
  }

  .content-tab-image {
    max-height: none;
  }

  .content-tab-grid {
    grid-template-columns: 1fr;
  }

  .content-tab-menu {
    grid-column-gap: 0px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .heading-wrapper-2 {
    flex-direction: column;
    align-items: flex-start;
  }

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

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

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }

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

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .features-wrapper-two-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right-2 {
    max-width: 100%;
  }

  .pricing-grid {
    grid-column-gap: 30px;
  }
}

@media screen and (max-width: 767px) {
  .navigation-large-grid {
    grid-template-columns: 1fr;
  }

  .banner-regular {
    text-align: left;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .m-navigation-dropdown-footer {
    flex-wrap: wrap;
  }

  .m-navigation-card-grid {
    grid-template-columns: 1fr 1fr;
  }

  .f-h1-heading {
    margin-top: 0;
    font-size: 48px;
  }

  .f-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .banner-regular-2 {
    text-align: left;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .navigation-button-secondary {
    display: none;
  }

  .m-h1-heading {
    font-size: 72px;
  }

  .m-header-grid-card {
    grid-template-columns: 1fr;
  }

  .f-h3-heading {
    font-size: 40px;
  }

  .f-grid-three-column {
    grid-template-columns: 1fr;
  }

  .f-h3-heading-2 {
    font-size: 40px;
  }

  .f-section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .banner-regular-3 {
    text-align: left;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .logo-header-2 {
    margin-bottom: 60px;
  }

  .m-h4-heading {
    font-size: 36px;
  }

  .image-notification {
    left: 30px;
  }

  .tabs-base {
    padding: 40px;
  }

  .f-h3-heading-3, .f-h3-heading-4, .f-h3-heading-5, .f-h3-heading-6, .f-h3-heading-7, .f-h3-heading-8 {
    font-size: 40px;
  }

  .f-h2-heading {
    font-size: 44px;
  }

  .f-h3-heading-9 {
    font-size: 40px;
  }

  .title-wrapper {
    margin-bottom: 60px;
  }

  .a-blog-grid-small {
    grid-template-columns: 1fr;
  }

  .a-section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .a-h3-heading, .m-h3-heading {
    font-size: 40px;
  }

  .m-cta-header, .m-timeline-header {
    margin-bottom: 60px;
  }

  .f-h3-heading-10 {
    font-size: 40px;
  }

  .f-section-large-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-feature-card-outlined {
    padding: 32px;
  }

  .f-h3-heading-11, .f-h3-heading-12, .f-h3-heading-13 {
    font-size: 40px;
  }

  .f-cta-block {
    padding-left: 24px;
    padding-right: 24px;
  }

  .f-h3-heading-14 {
    font-size: 40px;
  }

  .f-h1-heading-2 {
    margin-top: 0;
    font-size: 48px;
  }

  .m-grid-three-column {
    grid-template-columns: 1fr;
  }

  .m-feature-header-large {
    margin-bottom: 60px;
  }

  .m-h4-heading-2 {
    font-size: 36px;
  }

  .f-h3-heading-15 {
    font-size: 40px;
  }

  .f-h1-heading-3, .f-h1-heading-4 {
    margin-top: 0;
    font-size: 48px;
  }

  .f-h4-heading {
    font-size: 36px;
  }

  .f-h3-heading-16, .f-h3-heading-17 {
    font-size: 40px;
  }

  .f-section-large-3 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-h3-heading-18 {
    font-size: 40px;
  }

  .f-header-section-special {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-h3-heading-19 {
    font-size: 40px;
  }

  .blur-image {
    display: none;
  }

  .title-wrap-2 {
    margin-bottom: 40px;
  }

  .feature-tab-menu {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .feature-tab-link {
    z-index: 6;
    padding: 20px;
  }

  .apps-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }

  .tab-line {
    margin-bottom: 60px;
  }

  .tab-link-2 {
    margin-bottom: 20px;
  }

  .tabs-menu-2 {
    margin-bottom: 40px;
  }

  .f-h1-heading-5 {
    margin-top: 0;
    font-size: 48px;
  }

  .section-faq {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-h3-heading-20 {
    font-size: 40px;
  }

  .f-h1-heading-6, .f-h1-heading-7, .f-h1-heading-8 {
    margin-top: 0;
    font-size: 48px;
  }

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

  .f-h3-heading-21 {
    font-size: 40px;
  }

  .f-cta-block-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .tabs-content-3 {
    margin-bottom: 40px;
  }

  .tabs-heading {
    margin-bottom: 40px;
    font-size: 40px;
    line-height: 50px;
  }

  .tabs-image {
    border-radius: 30px;
    width: 100%;
    margin-bottom: 60px;
    margin-right: 0;
  }

  .tabs-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .f-h1-heading-9 {
    margin-top: 0;
    font-size: 48px;
  }

  .f-h3-heading-22 {
    font-size: 40px;
  }

  .f-h4-heading-2 {
    font-size: 36px;
  }

  .f-feature-card-outlined-2 {
    padding: 32px;
  }

  .f-h1-heading-10 {
    margin-top: 0;
    font-size: 48px;
  }

  .section-regular, .section-regular-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h6-heading {
    font-size: 32px;
  }

  .section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .moda-button-wrapper {
    width: 100%;
    margin-top: 24px;
  }

  .modal-base-wide {
    flex-direction: column;
    align-items: flex-start;
  }

  .features-list, .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .features-list-2, .pricing-overview {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .navigation-avatar-wrapper {
    display: block;
  }

  .navigation-button-small, .m-banner, .m-navigation-icon-button-plain, .m-navigation-icon-button {
    display: none;
  }

  .m-navigation-card-grid, .f-header-logo-grid {
    grid-template-columns: 1fr;
  }

  .navigation-button {
    display: none;
  }

  .navigation-button-secondary {
    display: block;
  }

  .navigation-button-secondary.bt---vagas-main {
    display: none;
  }

  .navigation-button-secondary.button-vagas-mobile {
    display: block;
  }

  .m-margin-bottom-64.margembottomsobre {
    margin-bottom: 48px;
  }

  .m-header-button-wrapper {
    flex-wrap: wrap;
  }

  .m-h1-heading {
    font-size: 38px;
    line-height: 54px;
  }

  .m-h1-heading.m-h1-heading-home {
    font-size: 37px;
    line-height: 51px;
  }

  .m-h1-heading.heading-sobre {
    font-size: 39px;
    line-height: 52px;
  }

  .m-banner-close-button {
    display: none;
  }

  .m-button-primary {
    width: 100%;
  }

  .m-navigation-link-grid {
    grid-template-columns: 1fr;
  }

  .m-paragraph-large {
    margin-top: -45px;
  }

  .m-paragraph-large.paragraphspark {
    margin-top: -16px;
  }

  .m-header-content-small.m-header-content-small-mobile {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .m-button-outline {
    width: 100%;
  }

  .f-logo-gradient-r, .f-logo-gradient-l {
    width: 40px;
  }

  .f-grid-four-column {
    grid-template-columns: 1fr;
  }

  .f-h3-heading {
    font-size: 28px;
  }

  .f-h3-heading-2.f-h3-heading-2-light {
    font-size: 33px;
  }

  .f-image-cover.imgcoversobre {
    margin-top: 21px;
  }

  .logo-title-wrapper {
    text-align: center;
  }

  .logo-header {
    font-size: 44px;
    line-height: 62px;
  }

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

  .m-button-outline-2 {
    width: 100%;
  }

  .image-notification {
    left: 15px;
  }

  .heading-wrapper {
    flex-wrap: wrap-reverse;
  }

  .heading-graph {
    margin-bottom: 20px;
    margin-left: 0;
  }

  .tab-content {
    padding-top: 0;
  }

  .tabs-base {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .large-title {
    font-size: 50px;
    line-height: 60px;
  }

  .form-wrap {
    padding-left: 32px;
    padding-right: 32px;
  }

  .a-button-primary {
    width: 100%;
  }

  .m-timeline-button-primary-icon {
    z-index: 1;
    position: relative;
  }

  .m-button-primary-2 {
    width: 100%;
  }

  .m-timeline-button-wrapper {
    flex-flow: column wrap;
    grid-template-columns: 1fr;
    align-content: stretch;
    align-items: center;
  }

  .f-cta-form-wrapper {
    flex-direction: column;
  }

  .f-form-button, .f-cta-form-block {
    width: 100%;
  }

  .f-cta-block {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .f-logo-grid-primary {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .f-logo-grid-middle {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .f-section-large-3.sectiondiferencas {
    max-width: 100%;
  }

  .title-large {
    font-size: 40px;
  }

  .feature-tab-link {
    text-align: center;
  }

  .tab-link-2 {
    margin-right: 0;
  }

  .title-large-2 {
    font-size: 40px;
  }

  .faq-item-plain {
    padding: 24px;
  }

  .f-header-avatar-group-large {
    flex-wrap: wrap;
  }

  .f-header-avatar-text {
    margin-left: 0;
  }

  .tab-link-3 {
    text-align: center;
  }

  .f-header-form-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .process-heading {
    font-size: 46px;
  }

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

  .f-content-image-wrapper-5.wrappersobre {
    margin-left: 0;
  }

  .f-form-button-2 {
    width: 100%;
  }

  .f-cta-block-2 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .navigation-button-2 {
    display: none;
  }

  .tabs-image {
    margin-bottom: 40px;
  }

  .tab-content-2 {
    padding-left: 24px;
    padding-right: 30px;
  }

  .tab-name {
    margin-right: 20px;
  }

  .button {
    display: none;
  }

  .f-grid-two-column-6.gridexperiencia {
    place-items: center stretch;
    width: auto;
    max-width: 90%;
  }

  .f-feature-card-outlined-2.cardscarreiras {
    max-width: 90%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .f-h5-heading-7.headingcardexp {
    max-width: 99%;
  }

  .container-5 {
    max-width: 90%;
    display: flex;
  }

  .container-6 {
    justify-content: center;
    align-items: center;
    max-width: 90%;
    display: flex;
  }

  .content-tab-card {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    padding: 40px 24px 24px;
  }

  .content-tab-menu {
    grid-template-columns: 1fr;
  }

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

  .image-36, .column-6 {
    text-align: center;
  }

  .fs-consent_banner_buttons {
    text-align: center;
    flex-flow: column;
    align-items: stretch;
  }

  .modal-wrapper {
    text-align: center;
    flex-direction: column;
  }

  .modal-icon-large {
    margin-bottom: 24px;
    margin-right: 0;
  }

  .image-37 {
    margin-top: 20px;
  }

  .image-38 {
    margin-top: 12px;
  }

  .image-39 {
    margin-top: 13px;
  }

  .column-7, .column-8, .column-9, .column-10, .column-11, .column-12 {
    text-align: center;
  }

  .text-block-33 {
    margin-bottom: 20px;
  }

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

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

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

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .features-right-2 {
    margin-bottom: -30px;
  }

  .features-block-two-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image-2 {
    margin-bottom: 10px;
  }

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

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

  .button-6.btassistir {
    margin-bottom: 10px;
  }

  .image-43, .image-44 {
    margin-top: 20px;
  }
}

#w-node-_82ad5d1d-951d-f1b2-f9b9-71f44091a7e8-fd602dee, #w-node-_044b38ee-aa39-cae3-04c0-66121c8bd492-fd602dee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_27c8c46d-8ee6-d036-e8c6-217c362b41fe-c269ac6f {
  justify-self: start;
}

#w-node-_85364d7b-4466-e8d4-7677-0580aaed7125-c269ac6f, #w-node-_6bfbb703-b429-065d-30a9-09650c10dfd2-c269ac6f, #w-node-c6c791dc-5754-149c-f4f9-28a6fccf207e-c269ac6f, #w-node-_4436a49e-111f-1b4c-c769-490cda5dfc41-c269ac6f, #w-node-_1c01c989-1873-a2d5-2193-07347f6f16a1-c269ac6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e2fc6869-9aa1-f5fc-6659-2c6666d194c8-c269ac73 {
  justify-self: start;
}

#w-node-_926f86c1-f2b8-a0e9-b59d-9ef06b24993b-c269ac73 {
  justify-self: end;
}

#w-node-_172e4bd8-d475-6386-3c93-8358dccc4484-c269ac73 {
  justify-self: start;
}

#w-node-c8e5224c-3c7a-9ff4-2284-e28edc0c0b13-c269ac73 {
  justify-self: end;
}

#w-node-c9639d42-c923-5386-f99e-119ac97ed691-c269ac73, #w-node-c9639d42-c923-5386-f99e-119ac97ed693-c269ac73, #w-node-c9639d42-c923-5386-f99e-119ac97ed695-c269ac73, #w-node-c9639d42-c923-5386-f99e-119ac97ed698-c269ac73, #w-node-c9639d42-c923-5386-f99e-119ac97ed69a-c269ac73, #w-node-_22c55482-76e9-3389-d82f-e51055379cf9-c269ac73, #w-node-c9639d42-c923-5386-f99e-119ac97ed6a1-c269ac73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a7d627b-0d26-d79f-89c3-4189828602b0-c269ac74 {
  justify-self: end;
}

#w-node-_14ff10ac-f58e-af26-94bc-c89b996ce94a-c269ac74 {
  justify-self: start;
}

#w-node-c941a0f6-116e-e7e4-f970-4d7d85047118-c269ac74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c941a0f6-116e-e7e4-f970-4d7d8504711e-c269ac74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_56f93d18-0212-26b1-2c36-47b37246d2f9-c269ac74, #w-node-_56f93d18-0212-26b1-2c36-47b37246d2fb-c269ac74, #w-node-_56f93d18-0212-26b1-2c36-47b37246d2fd-c269ac74, #w-node-_56f93d18-0212-26b1-2c36-47b37246d2ff-c269ac74, #w-node-_288a4575-445b-78de-b366-7b0b633ac7f7-c269ac74, #w-node-_288a4575-445b-78de-b366-7b0b633ac7f9-c269ac74, #w-node-_288a4575-445b-78de-b366-7b0b633ac7fb-c269ac74, #w-node-_288a4575-445b-78de-b366-7b0b633ac7fd-c269ac74, #w-node-_9523021c-6b58-832f-0fbd-32a9a53512f1-c269ac74, #w-node-_9523021c-6b58-832f-0fbd-32a9a53512f3-c269ac74, #w-node-_9523021c-6b58-832f-0fbd-32a9a53512f5-c269ac74, #w-node-_9523021c-6b58-832f-0fbd-32a9a53512f7-c269ac74, #w-node-d269c6a8-10b8-745e-c41d-0b361a4b9ebd-c269ac76, #w-node-d269c6a8-10b8-745e-c41d-0b361a4b9ed2-c269ac76, #w-node-d269c6a8-10b8-745e-c41d-0b361a4b9ee7-c269ac76, #w-node-d269c6a8-10b8-745e-c41d-0b361a4b9f10-c269ac76, #w-node-aa52ac81-c09d-8a40-036b-dfae566df259-c269ac76, #w-node-_33d75501-eb45-8c8f-8dc8-0aa5ee859187-c269ac76 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_33d75501-eb45-8c8f-8dc8-0aa5ee85918a-c269ac76 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-a6a100ae-cac3-09be-93d6-1a5f41754ae4-c269ac77 {
  justify-self: end;
}

#w-node-_2f203f6d-4b2d-5727-ec15-7498f5bb0b2b-c269ac78 {
  justify-self: start;
}

#w-node-_44b74875-3491-9810-df1f-abb7dbf25604-c269ac7e, #w-node-_44b74875-3491-9810-df1f-abb7dbf25615-c269ac7e, #w-node-_317e5165-9062-4e1e-1f5e-dad05791578a-c269ac7e, #w-node-_317e5165-9062-4e1e-1f5e-dad05791579b-c269ac7e, #w-node-dee49514-4cdd-d750-e8d0-0b26289018fa-c269ac7e, #w-node-dee49514-4cdd-d750-e8d0-0b262890190b-c269ac7e, #w-node-dd4ce548-9edb-52b8-01c6-dfc61deb1fdb-c269ac7e, #w-node-dd4ce548-9edb-52b8-01c6-dfc61deb1fec-c269ac7e, #w-node-c919b9bf-88a8-a112-0a29-f69026de38cb-c269ac7e, #w-node-c919b9bf-88a8-a112-0a29-f69026de38dc-c269ac7e, #w-node-_030479ae-4921-8f3b-8e7c-e772a2a6b417-c269ac7e, #w-node-_030479ae-4921-8f3b-8e7c-e772a2a6b428-c269ac7e, #w-node-_9979ce1c-b166-8a0f-c97e-e697286061c6-c269ac7e, #w-node-_9979ce1c-b166-8a0f-c97e-e697286061d7-c269ac7e, #w-node-f764efbc-724a-1b6f-1ae1-02051bc38140-c269ac7e, #w-node-f764efbc-724a-1b6f-1ae1-02051bc38151-c269ac7e, #w-node-_9c285944-9b99-351a-c1f0-f1a214ad7556-c269ac7e, #w-node-_9c285944-9b99-351a-c1f0-f1a214ad7567-c269ac7e, #w-node-_8db5823e-a215-7557-1825-4986ffef1578-c269ac7e, #w-node-_8db5823e-a215-7557-1825-4986ffef1589-c269ac7e, #w-node-_58455f93-9b89-1d93-ae2b-f45c8fd75ea9-c269ac7e, #w-node-_58455f93-9b89-1d93-ae2b-f45c8fd75eba-c269ac7e, #w-node-_32825f69-34d2-e348-9488-7f1dcacad5a4-c269ac7e, #w-node-_32825f69-34d2-e348-9488-7f1dcacad5bb-c269ac7e, #w-node-_21ec343b-fdc7-fcf7-e3a3-fe3e358c26f2-c269ac7e, #w-node-_21ec343b-fdc7-fcf7-e3a3-fe3e358c2702-c269ac7e, #w-node-_342dcec3-bf86-218a-3b9a-21ef4a6cece2-c269ac7e, #w-node-_342dcec3-bf86-218a-3b9a-21ef4a6cecf2-c269ac7e, #w-node-c04bda32-ed2d-7cba-291e-d0c6dbec208d-c269ac7e, #w-node-c04bda32-ed2d-7cba-291e-d0c6dbec209d-c269ac7e, #w-node-_10ce8f6c-2937-2d2b-a3ce-26dddcd6b882-c269ac7e, #w-node-_10ce8f6c-2937-2d2b-a3ce-26dddcd6b892-c269ac7e, #w-node-_5e4c067c-0840-2d19-6f6e-173966ecc8b3-c269ac7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5e4c067c-0840-2d19-6f6e-173966ecc8b9-c269ac7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_1d4accd7-fbcf-238c-23a6-faa16d963dad-c269ac7f, #w-node-_1d4accd7-fbcf-238c-23a6-faa16d963dc4-c269ac7f, #w-node-_1d4accd7-fbcf-238c-23a6-faa16d963ddb-c269ac7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bdf91cf3-df5f-3b5e-a3ee-469bbf53e163-c269ac80 {
  justify-self: start;
}

#w-node-_4fa1e77a-3c36-62a8-07a6-da256665b9b5-c269ac80, #w-node-_4fa1e77a-3c36-62a8-07a6-da256665b9c4-c269ac80, #w-node-_4fa1e77a-3c36-62a8-07a6-da256665b9c6-c269ac80, #w-node-_4fa1e77a-3c36-62a8-07a6-da256665b9c8-c269ac80, #w-node-_4fa1e77a-3c36-62a8-07a6-da256665b9cb-c269ac80, #w-node-_4fa1e77a-3c36-62a8-07a6-da256665b9cd-c269ac80, #w-node-_4fa1e77a-3c36-62a8-07a6-da256665b9d0-c269ac80, #w-node-_4fa1e77a-3c36-62a8-07a6-da256665b9d2-c269ac80 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bdf91cf3-df5f-3b5e-a3ee-469bbf53e163-c269ac86 {
  justify-self: start;
}

#w-node-_919d0e6a-cd7b-1b4b-a42b-0349bd269a04-c269ac86 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-cbb35366-0d51-574c-381e-1aacea3a4eb9-c269ac86, #w-node-f5367ac1-b8c4-a48c-c288-fab0ae47be0b-c269ac86 {
  grid-column: span 2 / span 2;
}

#w-node-_94308ae9-0824-0abe-11ef-0c62bc03744b-c269ac8e {
  justify-self: start;
}

#w-node-_3e499062-4a01-1d5c-19bc-77665c6b6aff-c269ac8e, #w-node-_3e499062-4a01-1d5c-19bc-77665c6b6b0a-c269ac8e, #w-node-_3e499062-4a01-1d5c-19bc-77665c6b6b0c-c269ac8e, #w-node-_3e499062-4a01-1d5c-19bc-77665c6b6b0e-c269ac8e, #w-node-_3e499062-4a01-1d5c-19bc-77665c6b6b11-c269ac8e, #w-node-_3e499062-4a01-1d5c-19bc-77665c6b6b13-c269ac8e, #w-node-_3e499062-4a01-1d5c-19bc-77665c6b6b16-c269ac8e, #w-node-_3e499062-4a01-1d5c-19bc-77665c6b6b18-c269ac8e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dd1df368-4a08-89f0-f049-1a5dbc3b2744-c269ac91 {
  justify-self: start;
}

#w-node-_3d495f4a-a3f2-a64a-cb38-c2d70d066c27-c269ac91 {
  justify-self: end;
}

#w-node-_08c87055-06df-a6c9-dbbf-a08e58211aff-c269acc1 {
  justify-self: start;
}

#w-node-_4bbad047-36ac-e585-a980-9b09d2f3720e-c269acc1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4bbad047-36ac-e585-a980-9b09d2f37210-c269acc1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4bbad047-36ac-e585-a980-9b09d2f37212-c269acc1, #w-node-_4bbad047-36ac-e585-a980-9b09d2f37216-c269acc1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e34a930f-cc36-d133-a860-567c6d715d49-c269acd6, #w-node-_265cd0e2-5aa5-7f5d-8a6e-57ae30d70108-c269acd6, #w-node-_2c6b66cd-83ea-c5a8-1b73-ada9a5897e51-c269acde {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_110ac547-9ded-33be-f0ed-52d3581489af-c269acf5 {
  justify-self: end;
}

#w-node-bb884b72-7e41-1c25-34e2-a757c8aa7586-c269acf5 {
  justify-self: start;
}

#w-node-fa442b90-fd91-4bd5-94a2-53804b8f82a6-c269acf6, #w-node-fa442b90-fd91-4bd5-94a2-53804b8f82b0-c269acf6, #w-node-fa442b90-fd91-4bd5-94a2-53804b8f82ba-c269acf6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cab072db-b6ad-d816-d2d9-14b94c256f3b-c269acf9, #w-node-bdf91cf3-df5f-3b5e-a3ee-469bbf53e163-c269acfb, #w-node-bdf91cf3-df5f-3b5e-a3ee-469bbf53e163-f40f4583 {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_2662e3d9-93f5-bd08-cf6e-29cc8e9d54f8-8e9d54f5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_27c8c46d-8ee6-d036-e8c6-217c362b4200-c269ac6f, #w-node-e2fc6869-9aa1-f5fc-6659-2c6666d194ca-c269ac73, #w-node-_926f86c1-f2b8-a0e9-b59d-9ef06b24992a-c269ac73, #w-node-_172e4bd8-d475-6386-3c93-8358dccc4486-c269ac73, #w-node-c8e5224c-3c7a-9ff4-2284-e28edc0c0b0a-c269ac73, #w-node-_9a7d627b-0d26-d79f-89c3-418982860297-c269ac74, #w-node-a6a100ae-cac3-09be-93d6-1a5f41754ad3-c269ac77, #w-node-_2f203f6d-4b2d-5727-ec15-7498f5bb0b2d-c269ac78, #w-node-dd1df368-4a08-89f0-f049-1a5dbc3b2746-c269ac91, #w-node-_3d495f4a-a3f2-a64a-cb38-c2d70d066c29-c269ac91 {
    order: -9999;
  }

  #w-node-_4bbad047-36ac-e585-a980-9b09d2f37210-c269acc1 {
    grid-column: span 2 / span 2;
  }

  #w-node-_4bbad047-36ac-e585-a980-9b09d2f37214-c269acc1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_110ac547-9ded-33be-f0ed-52d3581489a2-c269acf5, #w-node-cab072db-b6ad-d816-d2d9-14b94c256f3d-c269acf9 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b80e2581-1592-02a9-70de-eeb58e3a16aa-c269ac8e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4bbad047-36ac-e585-a980-9b09d2f3720e-c269acc1, #w-node-_4bbad047-36ac-e585-a980-9b09d2f37210-c269acc1, #w-node-_4bbad047-36ac-e585-a980-9b09d2f37212-c269acc1, #w-node-_4bbad047-36ac-e585-a980-9b09d2f37214-c269acc1, #w-node-_4bbad047-36ac-e585-a980-9b09d2f37216-c269acc1 {
    grid-column: span 1 / span 1;
  }
}


