@font-face {
  font-family: Montserrat variablefont wght;
  src: url('../fonts/montserrat-italic-variablefont_wght.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Materialicons;
  src: url('../fonts/materialicons-regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --new-blue: #0f1a45;
  --midnight-blue: #233140;
  --superclaro: #fcfeff;
  --claro-escuro: #d5e1ed;
  --white: white;
  --primário: #ff6559;
  --muito-claro: #f8fbff;
  --dark-slate-blue: #485c78;
  --new-orange: #e76353;
  --dark-slate-grey: #373737;
}

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

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

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

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

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

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

a {
  color: var(--new-blue);
  text-decoration: none;
}

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

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

.section {
  background-color: var(--midnight-blue);
  mix-blend-mode: color-dodge;
  border: 2px solid #d5e1ed80;
  border-radius: 16px;
  align-self: center;
  padding: 40px;
  overflow: visible;
}

.body {
  text-align: center;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  display: block;
}

.image {
  padding: 27px 0 27px 53px;
  position: static;
  inset: 0% auto auto 0%;
}

.header {
  color: #2e353e;
  height: 96px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 150%;
  box-shadow: 3px 3px 8px -2px #ffffff63;
}

.title {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.hero {
  background-color: #ff2626;
  height: 200px;
}

.grid {
  grid-template-rows: auto auto auto;
  grid-template-areas: "Area Area"
                       ". ."
                       "Area-2 Area-2";
}

.body-2 {
  color: #333;
}

.columns-3 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 1080px;
  height: 677px;
  min-height: 677px;
  margin-top: 88px;
  display: flex;
  position: static;
}

.buttton-large {
  background-color: #ff6559;
  border-radius: 100px;
  flex: none;
  align-self: center;
  margin-left: 0;
  margin-right: 38px;
  padding: 16px 68px 16px 60px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.section-9 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  display: flex;
}

.logo-clientes {
  width: 90px;
  max-width: 80%;
  height: 100%;
  margin: 10px 0;
}

.div-block-18 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-10 {
  background-color: #ebf1f7;
  flex-direction: row;
  align-items: center;
  height: 174px;
  min-height: 174px;
  display: flex;
}

.div-block-19 {
  justify-content: space-around;
  align-items: center;
  width: 30%;
  margin: 10px;
  display: flex;
}

.container-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: 1080px;
  display: flex;
}

.section-11 {
  background-color: #ebf1f7;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 196px;
  display: flex;
}

.section-13 {
  background-color: #ebf1f7;
  background-image: url('../images/logo.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: stretch;
  height: 445px;
  display: flex;
}

.columns-5 {
  justify-content: flex-end;
  align-items: stretch;
  width: 1080px;
  height: 100%;
  display: flex;
}

.image-17 {
  display: block;
}

.column-5 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.column-6 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.hero-234 {
  background-image: url('../images/background.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-5 {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 1080px;
  height: 78px;
  margin: 0;
  display: flex;
}

.div-block-20 {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.navbar {
  object-fit: fill;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.button-white {
  color: #333;
  background-color: #fff;
  border: 1px solid #a4a5a6;
  border-radius: 100px;
  padding: 16px 36px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  display: none;
}

.main---big {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/bg-03.svg');
  background-position: 50%;
  background-size: cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  height: 900px;
  min-height: 900px;
  max-height: 980px;
  display: flex;
}

.columns-7 {
  justify-content: center;
  align-items: center;
  width: 1080px;
  display: flex;
}

.column-7 {
  background-color: var(--superclaro);
  border-radius: 20px;
}

.div-block-21 {
  background-color: var(--superclaro);
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  margin-left: 90px;
  margin-right: 90px;
  padding: 45px;
  display: flex;
  overflow: visible;
  box-shadow: 0 8px 14px 1px #00000014;
}

.section-17 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 69px;
  margin-bottom: 113px;
  display: flex;
  overflow: hidden;
}

.slide-20 {
  object-fit: fill;
  overflow: hidden;
}

.mask-3 {
  object-fit: fill;
  background-color: #0000;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.slider-3 {
  background-color: #ddd0;
  height: 360px;
  bottom: 0;
  overflow: hidden;
}

.icon-16, .icon-17 {
  -webkit-text-fill-color: transparent;
  background-color: #333;
  -webkit-background-clip: text;
  background-clip: text;
}

.div-block-22 {
  width: 75%;
  margin-top: -20px;
  margin-bottom: -20px;
}

.image-18 {
  max-width: 130%;
  max-height: 130px;
}

.footer {
  color: var(--white);
  background-color: #1a2f3f;
  justify-content: center;
  align-items: center;
  height: 340px;
  display: flex;
}

.columns-8 {
  flex: 0 auto;
  justify-content: flex-start;
  width: 1080px;
  display: flex;
}

.column-8 {
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.social-icon {
  margin: 10px;
}

.section-19 {
  justify-content: center;
  align-items: center;
  height: 577px;
  display: flex;
}

.div-block-23 {
  width: 40%;
}

.div-block-24 {
  width: 50%;
}

.div-block-25 {
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.tabs-content {
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.tabs {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: block;
}

.container-6 {
  justify-content: center;
  align-items: center;
  display: block;
}

.section-20 {
  justify-content: center;
  align-items: center;
  min-height: 600px;
  display: flex;
}

.div-block-26 {
  width: 100%;
  margin: 0;
}

.mask-4 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slider-4 {
  background-color: #ddd0;
  flex-direction: row;
  height: 100%;
  display: block;
}

.div-block-27 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.slide-nav-3 {
  display: none;
  overflow: visible;
}

.html-embed {
  margin-bottom: 0;
  padding: 41px 41px 20px;
}

.container-7 {
  flex-direction: column;
  flex: 0 auto;
  align-items: center;
  max-width: 1080px;
  display: flex;
}

.icon-18 {
  background-color: var(--primário);
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-top: 44px;
  margin-left: 24px;
  margin-right: 0;
  padding: 26px;
  font-size: 24px;
  display: flex;
}

.icon-18-copy {
  background-color: var(--primário);
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-top: 44px;
  margin-left: 0;
  margin-right: 24px;
  padding: 26px;
  font-size: 24px;
  display: flex;
}

.div-block-28 {
  width: 60%;
  display: block;
}

.t-tulo-01 {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 39px;
  font-weight: 600;
  line-height: 42px;
}

.paragrafo-01 {
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
}

.t-tulo-02---center {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 31px;
  font-weight: 600;
  line-height: 37px;
}

.div-block-29 {
  height: 35px;
  overflow: visible;
}

.t-tulo-02 {
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 31px;
  font-weight: 600;
  line-height: 37px;
}

.t-tulo-03 {
  margin-top: 30px;
  margin-bottom: 21px;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

.paragrafo-02 {
  margin-top: 16px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}

.paragrafo-02---center {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
  padding-left: 38px;
  padding-right: 38px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}

.div-block-30 {
  width: 50%;
}

.t-tulo-03---center {
  text-align: center;
  width: 600px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 31px;
}

.paragrafo-03 {
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.slide-nav-4 {
  display: none;
}

.paragrafo-03---bold {
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
}

.div-block-31 {
  width: 20px;
}

.column-10 {
  padding-right: 80px;
}

.t-tulo-04---grey {
  color: #727272;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.tab-link-tab-1 {
  color: #fff;
  background-color: #fff;
  border-bottom: 1px solid #eaeaea;
  padding: 12px;
}

.tab-link-tab-1.w--current {
  background-color: #fff;
  border-bottom: 4px solid #ff6559;
}

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

.div-block-32 {
  height: 10px;
}

.heading-5, .heading-6, .heading-7, .heading-8 {
  font-family: Montserrat, sans-serif;
}

.h1 {
  color: var(--superclaro);
  text-align: center;
  flex: 0 auto;
  align-self: center;
  padding: 10px 160px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  line-height: 60px;
  display: flex;
}

.container-8 {
  overflow: hidden;
}

.footerinfo {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 1080px;
  max-width: 1080px;
  display: grid;
}

.div-block-38 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.button-7 {
  background-color: #25d366;
  border-radius: 20px;
  margin: 10px;
}

.button-8 {
  -webkit-text-fill-color: inherit;
  background-color: #1da1f2;
  background-clip: border-box;
  border-radius: 20px;
  margin: 10px;
}

.button-9 {
  background-color: #0e76a8;
  border-radius: 20px;
  margin: 10px;
}

.button-10 {
  background-color: #4267b2;
  border-radius: 20px;
  margin: 10px;
}

.section-20---mobile {
  justify-content: center;
  align-items: center;
  min-height: 600px;
  display: none;
}

.paragrafo-03---bold-copy {
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
}

.container-9 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  padding-top: 41px;
  padding-bottom: 27px;
  display: flex;
}

.section-22 {
  background-image: url('../images/bg-03.svg');
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 780px;
  padding-bottom: 36px;
  display: flex;
}

.container-10 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin-top: 60px;
  display: none;
}

.div-block-39 {
  width: 100%;
  margin-top: 40px;
  position: static;
}

.paragraph-9-copy {
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 26px;
}

.italic-text {
  font-style: normal;
  display: none;
}

.bold-text-3 {
  font-weight: 500;
}

.div-block-40 {
  background-color: #bfbfbf;
  width: 100%;
  height: 2px;
  margin-top: 45px;
  display: none;
}

.div-block-41 {
  height: 20px;
}

.div-block-42, .div-block-43 {
  height: 30px;
}

.body_g4-skills-02 {
  background-color: var(--muito-claro);
  color: var(--midnight-blue);
  flex-direction: column;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  display: flex;
}

.body_g4-skills-02.alterado {
  background-color: #0000;
  background-image: url('../images/logo-bg-2.svg'), linear-gradient(to right, #091b33, #010410);
  background-position: 0%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  display: flex;
}

.form-title {
  color: var(--midnight-blue);
  text-align: center;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.video-4 {
  margin-bottom: 20px;
  position: relative;
}

.div-block-52 {
  width: 90%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.h3copy {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
}

.paragraph-12 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.bold-text-4 {
  font-size: 22px;
}

.section-24 {
  background-color: var(--muito-claro);
  padding-top: 36px;
  padding-bottom: 36px;
}

.image-59 {
  padding-bottom: 22px;
}

.heading-16 {
  color: var(--midnight-blue);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
}

.social-icon-link---brix {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-link {
  color: #f0f0f0;
  font-size: 12px;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--primário);
}

.cloneable-container-default {
  background-color: #f7f7fb;
  border-radius: 20px;
  min-height: 624px;
  transform: translate(0);
}

.cloneable-container-default.center {
  border-top: 0px none var(--midnight-blue);
  -webkit-text-fill-color: inherit;
  background-color: #d5e1ed12;
  background-image: url('../images/bg-light.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: border-box;
  border-radius: 0;
  flex: 0 auto;
  align-items: center;
  min-height: auto;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 100px;
  display: block;
  transform: none;
  box-shadow: 0 0 60px #000;
}

.cloneable-container-default.center.no-pt {
  padding-top: 0;
  padding-bottom: 0;
}

.cloneable-container-default.center {
  -webkit-text-fill-color: inherit;
  background-color: #d5e1ed12;
  background-image: url('../images/bg-light.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: border-box;
  border-top: 0 #233140;
  border-radius: 0;
  align-items: center;
  min-height: auto;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 100px;
  transform: none;
  box-shadow: 0 0 60px #000;
}

.footer-list-wrapper {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.footer-logo---brix {
  transform-style: preserve-3d;
  max-width: 80%;
  transition: transform .3s;
}

.footer-logo---brix:hover {
  transform: scale3d(.92, .92, 1.01);
}

.social-media-grid-top {
  grid-column-gap: 22px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 19px);
  justify-content: start;
  justify-items: start;
}

.text-300 {
  font-size: 22px;
  line-height: 22px;
}

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

.text-300.bold.footer-title {
  color: #f0f0f0;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.footer-list-item {
  margin-bottom: 10px;
  padding-left: 0;
}

.container-default {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.container-default._100 {
  background-color: #0000;
  margin-top: 40px;
  padding-top: 40px;
}

.container-default._100.p-t {
  padding-top: 40px;
  padding-bottom: 24px;
}

.container-default._100.margin {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.container-default.patrocinios {
  max-width: 1100px;
}

.footer-wrapper---brix {
  background-color: #000f1f;
  border-top: 1px #f7f7fc;
  border-radius: 12px;
  margin-left: 80px;
  margin-right: 80px;
}

.footer-logo-wrapper {
  margin-bottom: 24px;
}

.footer-bottom {
  border: 0 #000;
  margin-top: 100px;
  padding-top: 24px;
  padding-bottom: 24px;
  display: block;
}

.mg-bottom-0 {
  color: #f0f0f0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-style: italic;
  display: block;
}

.mg-bottom-0.in-com.demo {
  margin-left: 60px;
  position: relative;
}

.footer-top {
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0;
}

.grid-footer-v1---5-column {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr auto;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}

.social-icon---brix {
  transition: transform .3s;
}

.social-icon---brix:hover {
  transform: translate(0, -4px);
}

.div-block-53 {
  text-align: center;
}

.div-block-54 {
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 60px;
}

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

.faq-item {
  cursor: pointer;
}

.faq-top {
  background-color: #000f1f;
  border: 1px solid #1a1c24;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  padding: .8rem;
  display: flex;
}

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

.faq-list {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  align-items: end;
  margin-bottom: 60px;
  display: grid;
}

.page-padding {
  width: 100%;
  padding-left: 5vw;
  padding-right: 5vw;
}

.heading-large {
  color: #f0f0f0;
  font-size: 45px;
  font-weight: 500;
  line-height: 1.2;
}

.faq-bottom {
  overflow: hidden;
}

.intro-centered {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq-intro {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  padding-bottom: 4.5rem;
  display: flex;
}

.text-size-regular {
  color: #f0f0f0;
  font-size: 18px;
  line-height: 1.65;
}

.faq-icon {
  background-color: #fa7268;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 4.75rem;
  min-width: 4.75rem;
  height: 4.75rem;
  min-height: 4.75rem;
  display: flex;
}

.text-size-large {
  color: #f0f0f0;
  font-size: 20px;
  line-height: 1.65;
}

.lottie-icon {
  justify-content: center;
  align-items: center;
  width: 1.1rem;
  height: 1.1rem;
  display: flex;
}

.faq-bottom-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .7fr;
  grid-auto-columns: 1fr;
  padding-top: 2rem;
  padding-bottom: 2.5rem;
  padding-left: 2.8rem;
  display: grid;
}

.faq-component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.section-faq {
  border-bottom-right-radius: 5vw;
  border-bottom-left-radius: 5vw;
  position: relative;
}

.faq-text {
  align-items: center;
  padding: 0 1rem 0 2rem;
  display: flex;
}

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

.heading-small {
  color: var(--superclaro);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
}

.form-block-2 {
  z-index: 2;
  color: #f3f4f8;
  background-color: #000f1f;
  border: 1px solid #1a1c24;
  border-radius: 12px;
  flex-direction: column;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 64px 64px 80px;
  display: flex;
  position: relative;
}

.container-12 {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.error-message {
  background-color: #ed5158;
  margin-top: 10px;
  padding: 17px;
}

.form-gradient-background-element {
  position: absolute;
  top: 0%;
  left: -30%;
  right: auto;
}

.form-wrapper {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

.form-section-wrapper {
  margin-top: 40px;
}

.sucess-state {
  color: #fff;
  background-color: #00d764;
  padding: 39px;
  font-weight: 500;
}

.page-padding-2 {
  padding-left: 44px;
  padding-right: 44px;
  position: static;
}

.vertical-spacing {
  padding-top: 80px;
  padding-bottom: 80px;
}

.vertical-spacing._160-both-side {
  padding-top: 0;
  padding-bottom: 0;
}

.testimonial-main-wrapper---brix.hidden-overflow---brix.d-none {
  display: none;
}

.image-wrapper---brix {
  overflow: hidden;
}

.image-wrapper---brix.testimonial-v1---brix {
  border-radius: 50%;
  margin-right: 18px;
  box-shadow: 0 4px 14px #2427291a;
}

.card---brix {
  background-color: #fff;
  border: 1px solid #f7f7fb;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 5px 14px #080f340a;
}

.card---brix.testimonial-v1---brix {
  background-color: #000f1f;
  border-color: #1a1c24;
  padding: 53px 54px 60px;
}

.card---brix.testimonial-v1---brix.first---brix {
  background-color: #000f1f;
  border-color: #1a1c24;
}

.slide---brix.testimonial-v1---brix {
  max-width: 500px;
  margin-right: 30px;
}

.image---brix.avatar---brix.testimonial-v1---brix {
  width: 60px;
  min-width: 60px;
  min-height: 60px;
  max-height: 60px;
}

.display-none {
  display: none;
}

.mask---brix {
  border-radius: 20px;
}

.mask---brix.testimonial-v1---brix {
  max-width: 500px;
  overflow: visible;
}

.paragraph---brix.testimonial-v1---brix {
  color: #f0f0f0;
  text-align: center;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 15px;
  line-height: 24px;
}

.paragraph---brix.testimonial-v1---brix.titulo {
  color: var(--primário);
  font-size: 22px;
  font-weight: 700;
}

.cloneable-container-default-2 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 40vh;
  margin-top: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  overflow: hidden;
  transform: translate(0);
}

.cloneable-container-default-2.no-w {
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #0000;
  background-clip: border-box;
  min-height: 44vh;
  overflow: visible;
}

.cloneable-container-default-2.no-w.no-pt {
  margin-top: 0;
}

.cloneable-container-default-2.no-pt {
  margin-top: 0;
  padding-top: 0;
}

.slider---brix {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.subtitle---brix {
  color: #4a3aff;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 11px;
  font-weight: 500;
}

.container-default---brix {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-default---brix.adjust-container-max-w {
  display: flex;
}

.container-default---brix.adjust-container-max-w.d-none {
  display: none;
}

.split-content---brix.avatar-content---brix {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.split-content---brix.testimonials-client-info---brix {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.top-content---brix.testimonial-v1--brix {
  margin-bottom: 42px;
}

.title-2 {
  white-space: break-spaces;
}

.title-2.avatar-name-v1---brix {
  color: #fa7268;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
}

.title-2.testimonial---brix {
  color: #f0f0f0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 500;
}

.title-2.testimonial---brix.live {
  align-self: center;
  font-size: 36px;
}

.title-2.testimonial---brix.live.assessment {
  width: 80%;
}

.slider-arrow---brix {
  background-color: #4a3aff;
  border-radius: 50%;
  width: 64px;
  min-width: 64px;
  min-height: 64px;
  max-height: 64px;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 22px;
  transition: box-shadow .35s, background-color .35s, color .35s, transform .35s;
  box-shadow: 0 4px 4px #0c046633;
}

.slider-arrow---brix:hover {
  color: #170f49;
  background-color: #fff;
  transform: scale(1.1);
  box-shadow: 0 4px 20px -8px #0c04661a;
}

.slider-arrow---brix:active {
  transform: scale(.94);
}

.slider-arrow---brix.small---brix {
  width: 56px;
  min-width: 56px;
  min-height: 56px;
  max-height: 56px;
  margin-top: auto;
  margin-bottom: auto;
}

.slider-arrow---brix.small---brix.right---brix {
  background-color: #fa7268;
  left: auto;
}

.slider-arrow---brix.small---brix.right---brix.b2b {
  inset: 341px -61% 0% auto;
}

.slider-arrow---brix.small---brix.left---brix {
  background-color: #fa7268;
  right: auto;
}

.slider-arrow---brix.small---brix.left---brix.b2b {
  inset: auto auto 0% 0%;
}

.text-block-6 {
  color: #f0f0f0;
  margin-top: 5px;
  font-size: 14px;
}

.button-11 {
  color: #fff;
  background-color: #fa7268;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  min-width: 180px;
  height: 48px;
  padding-left: 30px;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
  transition-property: background-color;
  display: flex;
}

.button-11:hover {
  color: #fff;
  background-color: #ff968e;
}

.button-11.muda {
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}

.cta-grid-1 {
  grid-column-gap: 100px;
  background-color: #000f1f;
  border: 1px solid #1a1c24;
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.5fr;
  align-content: center;
  max-height: 400px;
  padding-left: 60px;
}

.heading-1 {
  color: #fff;
  text-align: left;
  margin-bottom: 32px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
}

.heading-1.muda {
  color: #485c78;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.heading-1.muda.a {
  color: #f0f0f0;
}

.cta-section {
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 20px;
}

.cta-text {
  flex-direction: column;
  align-items: flex-start;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.container-13 {
  border: 1px solid var(--dark-slate-blue);
  background-color: #dbdbdb;
  border-radius: 16px;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.container-13.mudanca {
  background-color: #dbdbdb4f;
  max-width: 800px;
}

.container-13.mudanca.dsds {
  border-style: none;
}

.container-13.nao {
  background-color: #0000;
  border-style: none;
}

.cta-illustration {
  max-width: 65%;
  margin-left: 38px;
  position: relative;
  top: -31px;
}

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

.countup-title---brix-agency {
  color: #9bcffb;
  margin-top: 6px;
  margin-bottom: 60px;
  font-size: 22px;
  font-weight: 500;
}

.countup-numbers-wrapper---brix {
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
}

.countup-numbers-wrapper---brix._4business {
  margin-top: 3px;
}

.countup-number-item---brix {
  text-align: center;
}

.countup-number-top---brix-agency {
  justify-content: center;
  align-items: center;
  display: flex;
}

.countup-number-top---brix-agency._4business {
  grid-column-gap: 8px;
}

.mg-top-32px {
  margin-top: 32px;
}

.container-880px-center {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0000;
  justify-content: center;
  width: 100%;
  max-width: 880px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.countup-number---brix {
  color: #170f49;
  font-size: 90px;
  font-weight: 700;
  line-height: 94px;
}

.countup-number---brix.count-number.timer {
  color: #fa7268;
  font-size: 75px;
  font-weight: 500;
}

.countup-number---brix.count-number.timer._4business {
  font-size: 32px;
  font-weight: 700;
}

.countup-number---brix.color-primary {
  color: #f0f0f0;
  font-weight: 500;
}

.countup-number---brix.color-primary._4business {
  color: #0f1a45;
  font-size: 32px;
  font-weight: 700;
}

.grid-3-columns {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  justify-items: stretch;
  display: flex;
}

.grid-3-columns._4business {
  grid-column-gap: 32px;
  grid-row-gap: 8px;
}

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

.container-700px-center {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.heading-17 {
  color: var(--muito-claro);
  font-size: 36px;
  font-weight: 500;
  line-height: 42px;
}

.paragraph-13 {
  color: var(--claro-escuro);
  margin-top: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
}

.logo-bar-main-wrapper---brix {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.cloneable-container-default-3 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 400px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  transform: translate(0);
}

.logo-bar-v3-grid---brix {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  width: 100%;
  margin-bottom: 60px;
  padding-top: 20px;
  display: grid;
}

.card---brix-2 {
  background-color: #fff;
  border: 1px solid #f7f7fb;
  border-radius: 20px;
  overflow: hidden;
}

.card---brix-2.logo-link---brix {
  cursor: default;
  background-color: #000f1f;
  border-color: #1a1c24;
  justify-content: center;
  align-items: center;
  padding: 30px 36px;
  transition: box-shadow .3s, transform .3s;
  display: flex;
  box-shadow: 0 3px 14px #4a3aff08, 0 -2px 4px #14142b05, 0 12px 24px #14142b0a;
}

.card---brix-2.logo-link---brix:hover {
  transform: scale(.94);
  box-shadow: 0 3px 50px #4a3aff08, 0 -2px 40px #14142b05, 0 12px 50px -20px #14142b05;
}

.card---brix-2.logo-link---brix.icons {
  grid-column-gap: 24px;
  grid-row-gap: 8px;
  flex-direction: row;
  flex: 0 auto;
  min-width: 44%;
  min-height: 90px;
  padding: 8px 0;
}

.container-default-2 {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.logo---brix {
  max-height: 35px;
}

.logo---brix.facebook---brix {
  width: 120px;
}

.title---brix.text-single-bold---brix {
  color: #170f49;
  font-weight: 700;
}

.title---brix.text-single-bold---brix.logo-bar---brix.skills-trial {
  margin-top: 10px;
  font-size: 28px;
}

.title---brix.text-single-bold---brix.logo-bar---brix.skills-trial.custom {
  color: var(--primário);
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 40px;
}

.title---brix.text-single-bold---brix.logo-bar---brix {
  color: #f8fbff;
  text-align: center;
  object-fit: fill;
  margin-top: 40px;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 42px;
  display: block;
}

.text-span {
  color: #fa7268;
}

.column-20 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: block;
}

.blue-text {
  color: var(--superclaro);
  text-align: left;
  align-self: center;
  font-size: 42px;
  font-weight: 500;
  line-height: 55px;
}

.blue-text.material {
  text-align: center;
  font-size: 26px;
}

.blue-text.material.rh-incom.alfredo {
  font-size: 38px;
}

.blue-text.material.theo {
  font-size: 36px;
}

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

.blue-text.levantada.live {
  font-size: 42px;
}

.blue-text.levantada.live.h2 {
  font-size: 36px;
  font-weight: 500;
}

.blue-text.g4-typ.typ-skills {
  font-size: 24px;
}

.section-25 {
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.section-25.hero-section.no-p {
  padding-top: 24px;
}

.section-25.hero-section.pt {
  padding-top: 40px;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.section-25.hero-section.pt.wide, .section-25.hero-section.correcao {
  max-width: 1200px;
}

.section-25.hero-section {
  color: #233140;
  background-color: #0000;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 1200px;
  padding: 100px 60px 20px;
  display: flex;
}

.container-14 {
  width: 95%;
  max-width: 1350px;
}

.container-14.grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: 1fr;
  grid-template-columns: 1.75fr .25fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  place-items: start center;
  display: block;
}

.container-14.grid.horizontal {
  display: flex;
}

.button-12 {
  text-align: center;
  background-color: #203492;
  border: 1px #000;
  border-radius: 33px;
  min-width: 240px;
  padding: 15px 20px;
  font-size: 16px;
  transition: transform .5s cubic-bezier(.23, 1, .32, 1), color .2s, opacity .2s;
}

.button-12:hover {
  transform: translate(0, -3px);
}

.button-12.clone-project {
  background-color: #fa7268;
  background-image: url('../images/whiite-arrow.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: auto;
  min-width: 175px;
  padding-right: 40px;
  font-size: 18px;
}

.button-12.clone-project.muda {
  padding-left: 60px;
  padding-right: 80px;
}

.button-12.clone-project.muda.w--current {
  cursor: pointer;
}

.button-12.clone-project.trial {
  float: none;
  clear: none;
  text-align: center;
  text-transform: uppercase;
  object-fit: fill;
  background-color: #fa7268;
  background-image: none;
  justify-content: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  font-weight: 600;
  display: inline-block;
  position: static;
}

.button-12.clone-project.evento {
  padding-right: 66px;
}

.button-12.clone-project.evento.small {
  align-self: center;
  width: 400px;
  margin-top: -60px;
  margin-bottom: 60px;
}

.button-flex {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 30px;
  display: grid;
}

.button-flex.muda {
  justify-content: center;
  align-items: center;
  margin: 60px auto 10px;
  display: flex;
}

.text-span-2, .text-span-3 {
  color: #fa7268;
}

.paragraph-14 {
  color: #f0f0f0;
  text-align: left;
  align-self: center;
  margin-top: 40px;
  font-size: 22px;
  line-height: 27px;
}

.paragraph-14.chat {
  font-size: 22px;
}

.image-60 {
  max-width: 50%;
}

.image-61 {
  padding-right: 10px;
  font-size: 16px;
  line-height: 20%;
}

.image-61.home {
  min-width: 100%;
  min-height: 100%;
  padding-right: 10px;
  display: block;
}

.tooltip-arrow {
  z-index: 0;
  background-color: #000;
  border-radius: 2px;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: rotate(45deg);
}

.pricing-comparison-wrap {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.comparison-header-title {
  color: #f0f0f0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.1;
}

.comparison-header-title.feature {
  color: #727272;
}

.container-15 {
  width: 100%;
  max-width: 1296px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.tooltip {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
  padding: 8px 12px;
}

.tooltip-wrap {
  z-index: 10;
  justify-content: center;
  width: 300px;
  display: none;
  position: absolute;
  bottom: 40px;
}

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

.comparison-item {
  padding-top: 28px;
  padding-bottom: 28px;
}

.comparison-item.x {
  background-image: url('../images/x.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
}

.comparison-item.check {
  background-image: url('../images/check.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 15px;
}

.comparison-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #1a1c24;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.comparison-row.header {
  z-index: 5;
  box-shadow: none;
  background-color: #0000;
  grid-template-columns: 1fr .5fr .5fr;
  padding-top: 26px;
  padding-bottom: 26px;
  position: sticky;
  top: 0;
}

.section-26 {
  margin-top: 60px;
  margin-bottom: 100px;
  padding-top: 0;
  padding-bottom: 0;
}

.comparison-feature {
  color: #727272;
  padding-top: 28px;
  padding-bottom: 28px;
  display: flex;
}

.tooltip-button {
  cursor: default;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  display: flex;
  position: relative;
}

.text-block-7 {
  color: #f0f0f0;
  margin-bottom: 20px;
  font-size: 18px;
}

.text-block-8, .text-block-9, .text-block-10, .text-block-12 {
  color: #f0f0f0;
  font-size: 18px;
}

.card-w {
  color: #000f1f;
  background-color: #000f1f;
  border: 1px solid #1a1c24;
  border-radius: 20px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  height: 100%;
  padding: 2rem 2rem 1rem;
  transition: transform .2s;
  display: flex;
  box-shadow: 0 12px 16px #00000003;
}

.card-w:hover {
  transform: translate(0, -.125rem);
}

.heading-34 {
  color: #f0f0f0;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  font-weight: 500;
}

.heading-34.assessment {
  width: 70%;
  font-size: 32px;
}

.btn-w {
  color: #fffefa;
  text-align: center;
  background-color: #fa7268;
  border: 1px #fa7268;
  border-radius: 2em;
  flex: 1;
  min-width: 9em;
  margin-top: 20px;
  margin-right: 0;
  padding: .75em 1em .875em;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s;
}

.btn-w:hover {
  color: #f0f0f0;
  background-color: #fa7268;
  border-style: none;
  font-family: Montserrat, sans-serif;
}

.hero-content-w {
  text-align: center;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
}

.hero-content-w.center {
  justify-content: center;
  display: flex;
}

.text-block-93 {
  color: #f0f0f0;
  text-align: left;
  background-color: #5d8efa;
  border: 1px #5d8efa;
  border-radius: 20px;
  margin-top: 15px;
  margin-right: 17px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 13px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 18px;
  display: none;
}

.div-block-3258 {
  flex: 0 auto;
  margin: auto;
  padding-bottom: 2rem;
  padding-left: 24px;
  padding-right: 24px;
}

.text-span-108 {
  font-size: 18px;
}

.text-block-90 {
  color: #f0f0f0;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.card__tech-txt {
  color: #f0f0f0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
}

.card__tech-txt.aa {
  color: #9bcffb;
  margin-top: 30px;
  font-weight: 500;
}

.grid-w {
  flex-wrap: wrap;
  align-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid-w.p-t {
  padding-top: 32px;
}

.x-container {
  object-fit: fill;
  flex: 0 auto;
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: static;
  overflow: auto;
}

.card__btn-w {
  flex: 1;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.2rem;
  padding-left: 0;
  display: flex;
}

.remove-w {
  background-color: #0000;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  min-height: auto;
  margin-top: 20px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.grid__col {
  width: 45%;
  margin-left: auto;
  margin-right: auto;
  padding: .5rem;
}

.paragraph-50 {
  color: #f0f0f0;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.text-span-109 {
  color: #fa7268;
}

.modal-2 {
  background-color: #0000;
  border-radius: .75rem;
  flex: none;
  width: 100%;
  height: 100%;
  position: relative;
}

.modal-content-w {
  background-image: linear-gradient(80deg, #fa7268, #082f44);
  padding: 3rem;
}

.modal-content-w.nau {
  background-color: #f0f0f0;
  background-image: none;
}

.modal-w {
  z-index: 10;
  width: 100%;
  max-width: 62rem;
  max-height: 100%;
  margin: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.modal-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0%;
}

.close-btn-w {
  z-index: 5;
  float: right;
  background-color: #dbdbdb;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  margin-top: 2rem;
  margin-right: 2rem;
  display: flex;
  position: sticky;
  top: 2rem;
}

.close-btn-line {
  background-color: #4353ff;
  border-radius: 1px;
  width: 1.75rem;
  height: 2px;
  position: absolute;
}

.close-btn-line.is--1st {
  background-color: #5d8efa;
  transform: rotate(-45deg);
}

.close-btn-line.is--2nd {
  background-color: #5d8efa;
  transform: rotate(45deg);
}

.modal-1-popup {
  z-index: 25;
  background-color: #1d1c1cc7;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.image-91 {
  clear: none;
  text-align: left;
  order: 0;
  align-self: center;
  max-width: 65%;
  margin: 20px auto 40px;
  position: static;
}

.image-91.aaa {
  max-width: 75%;
  margin-top: 15px;
}

.image-91.aaa.typ-skills {
  float: none;
  clear: left;
  text-align: center;
  object-fit: fill;
  max-width: 100%;
  display: block;
  position: static;
  top: 0;
  bottom: 0;
}

.image-91.hub {
  max-width: 87%;
}

.image-91._w-adjust {
  max-width: 15%;
}

.hero-heading-left {
  background-color: #0000;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

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

.margin-bottom-24px {
  color: #f0f0f0;
  margin-bottom: 24px;
}

.margin-bottom-24px.mano {
  color: #232323;
}

.shadow-two {
  box-shadow: 0 4px 24px 20px #96a3b514;
}

.hero-heading-right {
  background-color: #0000;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-stack {
  background-color: #0000;
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 30px 0;
  position: relative;
}

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

.hero-image-2 {
  width: 100%;
  margin-top: 50px;
}

.hero-image-2.shadow-two {
  box-shadow: none;
  max-width: 85%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.hero-image-2.shadow-two.mudaa {
  width: 65%;
  margin-bottom: 0;
}

.heading-35 {
  color: #f0f0f0;
  font-size: 45px;
  font-weight: 500;
}

.heading-35.dsds {
  color: #fa7268;
}

.text-block-94 {
  padding-right: 20px;
}

.modal-2-popup-2 {
  z-index: 25;
  background-color: #1d1c1cc7;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.hero-without-image {
  background-color: #0000;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.heading-36 {
  color: #fa7268;
  background-color: #f0f0f0c2;
  border-radius: 8px;
  padding: 5px 10px;
}

.link {
  color: var(--primário);
}

.container-small {
  max-width: 992px;
  margin-left: auto;
  margin-right: auto;
}

.play-link {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 96px;
  transition: transform .3s;
  display: flex;
  position: absolute;
  inset: auto;
}

.play-link:hover {
  transform: scale(1.1);
}

.video-block {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

.play-icon-2 {
  width: 40px;
}

.video-section {
  padding: 96px 5%;
}

.video-dots {
  z-index: -1;
  opacity: .16;
  object-fit: fill;
  position: absolute;
  inset: auto auto -15% -15%;
}

.div-block-104 {
  padding: 20px 0% 60px;
}

.image-cover {
  object-fit: cover;
  object-position: 50% 50%;
  background-color: #2e2b2b;
  border: 1px solid #1a1c24;
  border-radius: 14px;
  width: 100%;
  height: 100%;
  box-shadow: 4px 4px 17px 8px #00000021;
}

.video-5 {
  margin-left: 10px;
  margin-right: 10px;
}

.container-19 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.html-embed-2 {
  margin-bottom: 40px;
}

.testimonials_arrow-icon {
  height: 1.25rem;
  line-height: 0;
}

.page-padding-5 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

.testimonials_slide-nav {
  display: none;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  display: block;
}

.testimonials_name-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 1rem;
  display: flex;
}

.testimonials_image-wrapper {
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  overflow: hidden;
}

.section-testimonials1-9 {
  background-color: #0000;
}

.testimonials_slide {
  background-color: #000f1f;
  border: 1px solid #7b7b7b29;
  border-radius: 20px;
  margin-top: 40px;
  padding: 16px;
}

.testimonials_slider {
  text-align: center;
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  display: inline-block;
  position: static;
}

.testimonials_author-wrapper {
  justify-content: center;
  padding-bottom: 24px;
  display: flex;
}

.testimonials_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: 1fr;
  grid-template-columns: 0%;
  grid-auto-flow: row;
  justify-content: center;
  place-items: center;
  display: block;
}

.testimonials_arrow {
  background-color: var(--primário);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: color .3s, background-color .3s;
  display: flex;
  inset: auto 0% 0% auto;
}

.testimonials_arrow:hover {
  background-color: #ff6559d6;
}

.testimonials_arrow.is-left {
  color: #28293899;
  background-color: #fff;
  right: 3.5rem;
}

.testimonials_arrow.is-left:hover {
  color: #fff;
  background-color: #a5a5a5;
}

.testimonials_arrow.is-left.bottom-p {
  object-fit: fill;
  flex-wrap: nowrap;
  place-content: stretch center;
  align-items: center;
  display: flex;
  position: relative;
  inset: auto auto auto -30px;
}

.testimonials_arrow.botton-p {
  display: flex;
  position: relative;
  top: -48px;
  bottom: auto;
  right: -30px;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-vertical-2, .padding-vertical-2.padding-large {
  padding-top: 0;
  padding-bottom: 0;
}

.page-padding-6 {
  padding-left: 5%;
  padding-right: 5%;
}

.text-size-medium-sf1 {
  color: #667085;
  text-align: left;
  flex: 0 auto;
  font-family: Lato, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.text-size-medium-sf1.text-color-black {
  color: #101828;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.text-size-medium-sf1.text-color-black.white {
  color: #fff;
}

.text-size-medium-sf1.testimonial {
  padding-top: 54px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.text-size-medium-sf1.grande {
  margin-top: 42px;
}

.text-size-medium-sf1.text-color-black {
  color: #101828;
  background-color: #0000;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.text-size-medium-sf1.white {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.dark-bg {
  background-color: #16171c;
  padding-top: 56px;
  padding-bottom: 56px;
  position: relative;
}

.heading-h1 {
  color: #fa7268;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.paragraph-54 {
  color: var(--muito-claro);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.div-block-3260 {
  grid-row-gap: 16px;
  flex-direction: column;
  width: 51%;
  display: flex;
}

.div-block-3261 {
  background-color: #fa7268;
  width: 30%;
  height: 6px;
}

.image-92 {
  width: 100%;
  max-width: none;
  position: static;
  inset: auto 7% 0% auto;
}

.image-92.growth {
  margin-left: 40px;
}

.blue-bg {
  background-color: var(--midnight-blue);
  background-image: linear-gradient(270deg, #26354a, #314151);
}

.category {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.div-block-3262 {
  background-color: #0000;
  background-image: linear-gradient(to right, #fa7268, #ff655900);
  width: 100%;
  height: 3px;
}

.category-title {
  color: #fa7268;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.descri-o {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.div-block-3263 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.subtitle-2 {
  color: #79747e;
  border-bottom: 0 #000;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.accordion-heading {
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 24px;
  padding-bottom: 24px;
  font-family: Montserrat, sans-serif;
  line-height: 18px;
}

.accordion-heading.empresa {
  text-transform: none;
}

.accordion-item-trigger {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.accordion-item-trigger.empresa {
  border: 0 #000;
  padding-bottom: 0;
}

.text-block-96 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.video-7 {
  display: flex;
}

.accordion-b2b {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  box-shadow: 0 3px 7px #00000008;
}

.accordion-b2b.first {
  background-color: #253343;
  width: 100%;
  padding-top: 0;
  padding-bottom: 24px;
}

.accordion-b2b.second {
  background-color: #314050;
  padding-top: 16px;
  padding-bottom: 8px;
}

.accordion-b2b.first {
  background-color: #253343;
}

.video-mask {
  border-radius: 20px;
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.d-none {
  display: none;
}

.bold-text-104 {
  font-size: 22px;
}

.icon-22.accordion-icon {
  color: #fff;
  cursor: pointer;
  cursor: pointer;
  font-family: Materialicons, sans-serif;
  font-size: 28px;
  line-height: 30px;
}

.block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border: 0 #000;
  border-bottom: .5px solid #fff6f61a;
  flex-direction: column;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.logo-empresa {
  border: 1px solid #fff;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.logo-empresa.p-b {
  padding-bottom: 0;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.div-block-3264 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.div-block-3265 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  display: flex;
}

.bold-text-105 {
  font-size: 20px;
}

.img-hero {
  width: 550px;
  position: absolute;
  inset: auto 10% 0% auto;
}

.link-block-3 {
  text-align: right;
}

.bold-text-12 {
  font-weight: 500;
}

.hero-paragraph {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.hero-paragraph.i-m {
  color: var(--dark-slate-blue);
  width: 100%;
  font-weight: 600;
}

.play-button-pulse {
  z-index: 1;
  background-color: #fa72680d;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  position: absolute;
  inset: 0% 0% 0% 32%;
}

.play-button-pulse.ping {
  background-color: #fa726875;
}

.video-section-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #222;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 1px;
  display: flex;
}

.video-section-2.mobile-d-none {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 0;
}

.gradient-btn {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #fa7268;
  background-image: linear-gradient(315deg, #fa7268 75%, #ffa05c);
  border-radius: 60px;
  justify-content: center;
  padding: 12px 16px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  display: flex;
}

.gradient-btn:hover {
  background-image: linear-gradient(315deg, #fa7268 29%, #ffa05c);
}

.gradient-btn.fixed-width {
  order: -1;
  align-self: flex-start;
  width: 276px;
  transition: all .2s ease-in-out;
  box-shadow: 0 4px 16px 3px #00000029;
}

.gradient-btn.fixed-width:hover {
  background-image: linear-gradient(315deg, #fa7268 75%, #ffa05c);
}

.gradient-btn.fixed-width.w--current {
  align-self: auto;
}

.gradient-btn.fixed-width.hero {
  flex: 1;
  order: 1;
}

.gradient-btn.fixed-width.hero:hover {
  transform: scale(1.1);
}

.gradient-btn.fixed-width.last {
  order: 1;
}

.gradient-btn.fixed-width.last.compra {
  align-self: center;
  margin-top: 16px;
}

.gradient-btn.fixed-width.last.compra:hover, .gradient-btn.fixed-width.compra:hover {
  transform: scale(1.1);
}

.text-block-98 {
  color: #fa7268;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.header-content {
  flex-direction: column;
  flex: 1;
  width: auto;
  max-width: 55%;
  display: flex;
}

.header-content.growth {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  max-width: 34%;
  padding-bottom: 40px;
}

.div-block-3267 {
  z-index: -2;
  background-color: #000;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.hero-h1 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #233140, #476382 55%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.hero-h1.acim {
  font-size: 32px;
  font-weight: 400;
  line-height: 37px;
}

.button-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 28% 40% auto;
}

.button-wrap.pulsate-bck {
  text-decoration: none;
}

.play-button {
  z-index: 2;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #fa726805;
  border: 4px solid #fa7268;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 0;
  display: flex;
  position: relative;
  box-shadow: 0 0 18px #fa72688c;
}

.play-button:hover {
  background-color: #fa72680d;
}

.div-block-3268 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  height: 40em;
  padding-bottom: 40px;
  display: flex;
}

.div-block-3268.growth {
  align-items: flex-end;
}

.div-block-3268.growth.fixed-h {
  height: auto;
  padding-top: 24px;
  padding-bottom: 24px;
}

.logo-head {
  width: 20rem;
}

.image-93 {
  position: relative;
  top: 4px;
  left: 3px;
}

.div-block-3269 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 16px;
  display: flex;
}

.hero-bg {
  z-index: -1;
  width: 100vw;
  position: absolute;
  inset: -12% 0% 0%;
}

.hero-bg.desk {
  filter: brightness(88%);
}

.hero-bg.desk.i-m {
  inset: 0%;
}

.hero-imersoes {
  max-width: 2560px;
}

.default-container {
  grid-row-gap: 40px;
  flex-direction: column;
  max-width: 1200px;
  padding: 48px 40px;
  display: flex;
  overflow: visible;
}

.default-container.hero {
  margin-top: 35px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: visible;
}

.default-container.hero.no-p {
  height: 100vh;
  margin-top: 0;
}

.default-container.hero.no-p.i-m {
  background-color: #0000;
}

.default-container.no-p {
  grid-row-gap: 16px;
}

.default-container.no-p._2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.default-container.no-p-t {
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.default-container._0-padding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.default-container.footer {
  background-color: #fff;
  border-radius: 25px;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.default-container.middle {
  align-items: center;
}

.default-container.middle.no-pb {
  padding-bottom: 0;
}

.default-container.middle.no-pb.d-none {
  display: none;
}

.default-container.middle.no-p {
  grid-row-gap: 40px;
  padding-top: 0;
  padding-bottom: 0;
}

.default-container.middle.no-overflow {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.button__inner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  box-shadow: none;
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 20px 32px;
  transition: box-shadow .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button__inner:hover {
  box-shadow: inset 0 0 7px #ffffff26;
}

.gap-column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  padding-left: 40px;
  padding-right: 0;
  display: flex;
}

.gap-column.left {
  padding-left: 48px;
}

.gap-column.right {
  padding-left: 0;
  padding-right: 48px;
}

.slider-wrapper {
  flex: none;
  width: 100%;
  margin-left: 0;
  display: flex;
}

.info-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.glass-card {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  color: #fff;
  background-color: #6e7a8b26;
  border: .2px solid #47638261;
  border-radius: 12px;
  flex: 1;
  font-size: 20px;
  font-weight: 600;
  transition: transform .2s, box-shadow .2s;
  position: relative;
  box-shadow: 0 13px 18px #00000030;
}

.glass-card:hover {
  box-shadow: 0 17px 20px 2px #00000042;
}

.glass-card:active {
  transform: translate(0, 2px);
  box-shadow: 0 4px 4px #0000004d;
}

.glass-card.big-numbers {
  z-index: 1;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border-radius: 25px;
  flex-direction: column;
  align-self: center;
  padding: 48px 56px 56px;
  display: flex;
}

.paragraph-default {
  color: #949eac;
  white-space: normal;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5rem;
}

.paragraph-default.white {
  color: #fff;
  text-align: center;
}

.paragraph-default.center {
  text-align: center;
  align-self: auto;
}

.paragraph-default.hero-palestras {
  text-align: center;
  width: 60%;
}

.paragraph-default.slider {
  height: auto;
  line-height: 1.5rem;
}

.paragraph-default.tema {
  color: #f8fbff;
  white-space: nowrap;
  border-style: none;
  border-radius: 6px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 14px;
  font-weight: 400;
}

.paragraph-default.descricao-palestrante {
  color: #fcfeff;
  font-weight: 400;
}

.paragraph-default.blue {
  color: #0f1a45;
}

.div-block-59 {
  grid-row-gap: 40px;
  flex-direction: column;
  padding-top: 24px;
  display: flex;
}

.text-span-110 {
  font-size: 16px;
}

.items-holder {
  flex: none;
  width: auto;
  height: auto;
  display: flex;
}

.info-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #476382;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  padding: 16px;
  display: flex;
}

.bg-logo {
  mix-blend-mode: lighten;
  position: absolute;
  inset: auto auto 0% 0%;
}

.heading-39 {
  font-family: Montserrat, sans-serif;
  font-size: 32px;
}

.heading-39.white {
  color: #fff;
}

.heading-39.white.left-align {
  text-align: center;
  align-self: flex-start;
}

.heading-39.white.center {
  text-align: center;
  align-self: center;
  display: block;
}

.heading-39.blue {
  color: #476382;
}

.heading-39.blue.center {
  align-self: center;
}

.button_content {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.flex {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  justify-content: space-between;
  padding-top: 40px;
  display: flex;
}

.flex.no-p {
  padding-top: 0;
}

.blue-gradient-bg {
  background-image: linear-gradient(315deg, #233140 59%, #3e4e60);
}

.blue-gradient-bg.no-overflow {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.gradient-glow {
  opacity: .25;
  display: none;
  position: absolute;
  inset: 0%;
}

.item {
  width: 90px;
  margin-left: 20px;
  margin-right: 20px;
}

.item.big {
  width: 130px;
}

.item.small {
  width: 48px;
}

.gradient__ball {
  filter: blur(20px);
  mix-blend-mode: overlay;
  border-radius: 50%;
  width: 50%;
  height: 50%;
}

.gradient__ball.gradient__ball--1 {
  opacity: .17;
  background-color: #fd3846;
  background-image: linear-gradient(to right, #fa7268, #ffa05c);
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.gradient__ball.gradient__ball--2 {
  opacity: .27;
  background-image: linear-gradient(78deg, #233140, #3e4e60);
  position: absolute;
  bottom: 0;
  left: 50%;
}

.gradient {
  z-index: 1;
  border-radius: 12px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.button__text {
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  position: relative;
}

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

.image-94 {
  width: 47px;
}

.div-block-3270 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.button-nps {
  z-index: 4;
  grid-column-gap: 4px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
  transform: rotate(0);
}

.section-27 {
  background-color: #fff;
}

.section-27.middle-color {
  opacity: 1;
  background-image: linear-gradient(to top, #233140 65%, #fff 65%);
}

.section-27.middle-color.invert-color {
  background-image: linear-gradient(to top, #fff 65%, #233140 65%);
}

.text-block-13 {
  color: #a0a0a0;
  font-family: Montserrat, sans-serif;
}

.nps {
  grid-row-gap: 2px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.home-review_image-wrapper {
  border: 3px solid #fff;
  border-radius: 100%;
  flex: none;
  width: 5rem;
  height: 5rem;
  overflow: hidden;
  box-shadow: 0 4px 8px 2px #00000052;
}

.text-span-4 {
  color: #233140;
}

.flexbox {
  grid-column-gap: 48px;
  grid-row-gap: 0px;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-end;
  display: flex;
}

.flexbox.p-t {
  padding-top: 16px;
  padding-bottom: 16px;
}

.flexbox.footer {
  grid-row-gap: 24px;
  background-color: #fff;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.home-review_slider {
  background-color: #fff;
  border-radius: 25px;
  height: 100%;
  box-shadow: 0 5px 27px #0000002e;
}

.home-review_slider._100 {
  max-width: 100%;
}

.hide {
  display: none;
}

.home-review_slide-content {
  background-color: #0000;
  border-radius: 25px;
  padding: 1.5rem 16px 1rem 2rem;
}

.heading-h3 {
  color: #fff;
  text-transform: uppercase;
  justify-content: center;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  display: flex;
}

.heading-h3.blue {
  color: #476382;
  justify-content: flex-start;
  margin-top: 0;
  margin-bottom: 0;
}

.heading-h3.blue.no-capitalize {
  text-transform: none;
  font-weight: 700;
}

.text-size-regular-sf1-2 {
  color: #949eac;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.home-review_text-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.heading-large-sf1-2 {
  color: #0f1a45;
  flex: 0 auto;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

.heading-large-sf1-2.center {
  text-align: center;
}

.home-review_component {
  grid-column-gap: 4rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 35% 55%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.stripe-vertical-wrapper {
  flex-direction: column;
  width: 1.25rem;
  height: 100%;
  display: flex;
}

.stripe-vertical-wrapper.is-left-out {
  width: 4.6rem;
  position: absolute;
  inset: auto auto 0% 0;
}

.box-stripe {
  background-color: #485c78;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  width: 100%;
  height: 100%;
}

.box-stripe.b2b {
  background-color: #0f1a45;
}

.box-stripe.skills {
  background-image: linear-gradient(to bottom, var(--new-orange), var(--new-blue));
  background-image: linear-gradient(#e76353, #0f1a45);
}

.home-review_slider-nav {
  justify-content: center;
  align-items: center;
  height: .75rem;
  display: flex;
  inset: auto 0% -2.5rem;
}

.home-review_info-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: 1rem;
  font-weight: 500;
  display: flex;
}

.mentores {
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 1;
  align-self: flex-end;
  display: flex;
}

.mentores-descricao {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  height: 18vw;
  display: flex;
}

.mentores-descricao.width-adjust {
  height: 11vw;
}

.home-review_content-right {
  flex-direction: column;
  align-items: center;
  padding-bottom: 39px;
  display: flex;
  position: relative;
  overflow: visible;
}

.mentores-foto {
  flex-wrap: nowrap;
  flex: 0 auto;
  align-self: center;
  align-items: flex-end;
  display: block;
}

.depoimentos {
  background-color: #0000;
}

.depoimentos.p-b {
  padding-bottom: 80px;
}

.title-4 {
  color: #667085;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.title-4.white {
  color: #fff;
  line-height: 1.5rem;
}

.testimonial-text-3 {
  color: #667085;
  padding-left: 98px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.testimonial-description {
  color: #949eac;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.testimonial-description.white {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.home-review_content-left {
  grid-column-gap: 0rem;
  grid-row-gap: 2rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
}

.home-review_client-row {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding-bottom: 0;
  display: flex;
}

.home-review_logo-wrapper {
  opacity: .3;
  height: 1.5rem;
}

.home-review_image {
  object-fit: cover;
  background-color: #fff;
  width: 100%;
  height: 100%;
}

.section-28 {
  background-color: #fff;
}

.columns-10 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  display: flex;
}

.subtitle-4 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.blue-bg-2 {
  z-index: 1;
  background-color: #233140;
  position: relative;
  overflow: visible;
}

.div-block-60 {
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.div-block-3271 {
  grid-row-gap: 16px;
  flex-direction: column;
  padding-top: 16px;
  display: flex;
}

.image-95 {
  z-index: -4;
  mix-blend-mode: lighten;
  position: absolute;
  inset: -6% auto 0% -13%;
}

.column-21 {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.bg-light {
  z-index: -4;
  mix-blend-mode: lighten;
  position: absolute;
  inset: -13% auto auto 0%;
  overflow: visible;
}

.image-199 {
  z-index: 20;
  position: relative;
}

.slider-wrapper-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.image-194 {
  border-radius: 100%;
  width: 60%;
  box-shadow: 0 0 30px -5px #0000004d;
}

.testimonials1-16_slider {
  background-color: #0000;
  flex: 0 auto;
  width: auto;
  height: auto;
  position: static;
}

.testimonials1-16_mask {
  position: static;
  overflow: visible;
}

.slider-container {
  width: 100%;
  min-height: 300px;
  padding: 40px;
  overflow: hidden;
}

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

.modal__body {
  text-align: center;
  background-color: #0000;
  border-radius: 10px;
  width: 50%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 56px 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.mask-6 {
  position: static;
  overflow: visible;
}

.mobile-d-none {
  grid-row-gap: 40px;
  flex-direction: column;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.slider-5 {
  background-color: #0000;
  width: 400px;
  height: 400px;
  position: static;
}

.faq {
  grid-row-gap: 40px;
  flex-direction: column;
  padding-top: 48px;
  display: flex;
}

.testimonials1-16_slider-wrapper {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 33.3%;
  display: flex;
  position: relative;
}

.testimonials1-16_slide-overlay {
  z-index: 2;
  background-image: radial-gradient(circle, #0000, #10182812 20%);
  border-radius: 10px;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  overflow: visible;
}

.image-197 {
  z-index: 20;
  position: relative;
}

.accordion_list-wrapper {
  padding-left: 0;
  list-style-type: none;
}

.accordion_title-wrapper {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.slider-right-arrow {
  z-index: 0;
  color: #444;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  right: -100%;
  overflow: visible;
}

.testimonials1-16-slide {
  border-radius: 25px;
  overflow: hidden;
}

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

.section-testimonials1-16 {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  overflow: hidden;
}

.heading-h2 {
  color: #476382;
  text-align: left;
  text-transform: uppercase;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  display: block;
}

.heading-h2.no-capitalize {
  text-transform: none;
}

.heading-h2.no-capitalize.px-adjust {
  font-size: 24px;
}

.div-block-57 {
  background-color: #fa7268;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.testimonials1-16_slide-content-wrapper {
  background-color: #e1e1e1;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.testimonials1-16_text-container {
  z-index: 3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  bottom: 10%;
}

.div-block-56 {
  background-color: #cfcdcd;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.slider-left-arrow {
  z-index: 1;
  color: #444;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  left: -100%;
  overflow: visible;
}

.accordion_description-wrapper {
  z-index: 2;
  position: relative;
  overflow: hidden;
}

.section-29 {
  background-color: #fff;
  overflow: hidden;
}

.slider-left-arrow-2 {
  z-index: 1;
  color: #444;
  align-items: center;
  display: flex;
}

.testimonial-inner-img {
  z-index: 4;
  width: 35%;
  height: 35%;
  margin: auto;
  display: inline-block;
  position: absolute;
  inset: 0%;
}

.video-modal {
  z-index: 2;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #233140ad;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 24px;
  display: none;
  position: fixed;
  inset: 0%;
}

.video-modal._2, .video-modal._5 {
  display: none;
}

.video-modal._1 {
  z-index: 5;
  transition: all .2s ease-in-out;
  display: none;
}

.video-modal._3, .video-modal._4 {
  display: none;
}

.slide-3 {
  border-radius: 25px;
  overflow: hidden;
}

.slide-content-wrapper-2 {
  background-color: #e1e1e1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.accordion_item-wrapper {
  cursor: pointer;
  border-bottom: 1px solid #e6e9ea;
  margin-bottom: 0;
}

.accordion_item-wrapper.w--current {
  background-color: #f7f7f4;
  border-bottom-style: none;
  border-radius: 5px;
}

.modal__close {
  opacity: .8;
  cursor: pointer;
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  top: 10px;
  right: 10px;
}

.modal__close:hover {
  opacity: 1;
}

.modal__close.close {
  z-index: 6;
}

.slide-nav-6 {
  display: none;
}

.slide-nav-7 {
  display: none;
  bottom: 0%;
}

.slider-right-arrow-2 {
  z-index: 1;
  color: #444;
  align-items: center;
  display: flex;
}

.testimonials1-16_image {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
}

.testimonials1-16_slider-container {
  justify-content: center;
  align-items: center;
  width: auto;
  min-height: 300px;
  margin-top: 2rem;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.accordion_item {
  grid-row-gap: 24px;
  flex-direction: column;
  padding: 1rem 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.accordion_arrow {
  color: #fff;
  text-align: center;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.accordion_arrow.blue {
  color: #476382;
}

.accordion_arrow.custom {
  margin-top: 15px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 20px;
  line-height: 26px;
}

.desk-d-none {
  flex-direction: column;
  display: none;
}

.user-icon {
  height: 85%;
  position: absolute;
  bottom: auto;
}

.small-container {
  grid-column-gap: 32px;
  grid-row-gap: 24px;
  flex-direction: column;
  padding-top: 27px;
  display: flex;
}

.column-22 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

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

.center-content.margin-medium {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.image-200 {
  align-self: center;
  width: 30%;
  max-width: 100%;
}

.tab-link-circle {
  filter: grayscale();
  background-color: #707fa700;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 8.5em;
  height: 2.75em;
  min-height: auto;
  margin: 4px;
  padding: .75em;
  font-size: 1.5em;
  font-weight: 400;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tab-link-circle.w--current {
  filter: grayscale(0%);
  background-color: #47638230;
  width: 8.5em;
}

.big-number {
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  display: flex;
}

.big-number.description {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}

.big-number.coral {
  color: #fa7268;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  font-weight: 600;
}

.column-23 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.margin-medium-2 {
  margin-bottom: 1.5em;
}

.div-block-55 {
  padding-bottom: 80px;
}

.div-block-3272 {
  justify-content: center;
  display: flex;
}

.link-materias {
  color: #949eac;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
}

.tabs-menu-horizontal {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  padding-top: 24px;
  display: flex;
}

.div-block-3273 {
  padding-left: 24px;
  padding-right: 24px;
  font-family: Montserrat, sans-serif;
}

.div-block-3273.no-p.v2 {
  max-width: 20%;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
}

.footer-logo-link {
  flex: 1;
  align-items: center;
  min-width: 0;
  height: 4vw;
  max-height: none;
  display: flex;
}

.footer-2 {
  text-align: center;
  border-radius: 13px;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer-2.blue {
  background-color: #233140;
  border-radius: 0;
  padding-left: 24px;
  padding-right: 24px;
}

.div-block-3274 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  width: 30vw;
  display: flex;
}

.socials {
  justify-content: space-between;
  display: flex;
}

.div-block-3275 {
  padding-left: 24px;
  padding-right: 24px;
  font-family: Montserrat, sans-serif;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
  padding-top: 70px;
  display: flex;
}

.footer-flex-container.no-p {
  margin-bottom: 0;
  padding-top: 0;
}

.footer-heading {
  color: var(--midnight-blue);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.text-block-99 {
  color: #476382;
  text-align: left;
  align-self: center;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.text-block-99._2 {
  text-align: center;
  min-width: 100%;
  font-size: 12px;
}

.footer-link-2 {
  color: #444;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.footer-link-2:hover {
  text-decoration: underline;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: auto;
  max-width: 29vw;
  height: 4vw;
}

.form-acim {
  z-index: 50;
  background-color: #10181f;
  background-image: linear-gradient(270deg, #10181f, var(--midnight-blue));
  border: .5px solid #485c78b8;
  border-radius: 20px;
  width: auto;
  min-width: 75%;
  padding: 24px;
  box-shadow: 0 18px 18px #00000024;
}

.paragraph-55 {
  color: var(--superclaro);
  font-weight: 400;
  line-height: 25px;
}

.container-20 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.text-span-111 {
  font-size: 20px;
  line-height: 29px;
}

.footer-heading-2 {
  color: var(--midnight-blue);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.b2b-background {
  background-color: #10181f;
  padding-top: 24px;
  padding-bottom: 24px;
}

.b2b-background.footer-b2b.d-none {
  display: block;
}

.b2b-background.palestras {
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.b2b-background.no-p {
  padding-top: 24px;
  padding-bottom: 0;
}

.hero-container {
  grid-column-gap: 80px;
  display: flex;
}

.hero-block {
  grid-row-gap: 24px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.hero-block.palestras {
  align-items: center;
}

.hero-h1 {
  color: #fa7268;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  font-weight: 500;
}

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

.hero-h1.center.white {
  color: var(--white);
}

.hero-h1.center.white.width {
  width: 80%;
}

.hero-h1.palestras {
  text-align: center;
  font-size: 57px;
  line-height: 60px;
}

.hero-h1.palestras.assessment {
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 0;
  font-size: 32px;
  line-height: 50px;
  text-decoration: none;
}

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

.loog-b2b {
  max-width: 30%;
}

.form-palestras {
  background-image: linear-gradient(to right, #3c5064, #233140);
  border-radius: 15px;
  flex: 1;
  width: 80%;
  padding: 24px;
}

.cta-palestras {
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #fa7268;
  border-radius: 40px;
  align-self: center;
  width: 60%;
  margin-top: 48px;
  padding: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  transition: all .2s;
}

.cta-palestras:hover {
  background-color: var(--primário);
  transform: translate(0, -4px);
}

.big-numbers {
  justify-content: space-between;
  align-items: center;
  width: 80%;
  display: flex;
}

.div-block-3282 {
  grid-row-gap: 40px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.image-201 {
  border-radius: 20px;
  width: 100%;
  max-width: none;
}

.play-btn {
  position: absolute;
  inset: 40% auto auto 46%;
}

.lightbox-link {
  position: relative;
}

.text-span-114 {
  color: #fa7268;
}

.exit-intent-popup {
  z-index: 20;
  background-color: #1f1f1fcc;
  display: flex;
  position: fixed;
  inset: 0;
  overflow: hidden;
}

.newsletter {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  background-color: var(--midnight-blue);
  color: #fff;
  border: 3px #000;
  border-radius: 16px;
  flex-direction: row;
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px 15px 15px 24px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: visible;
  transform: translate(-50%, -50%);
}

.close {
  cursor: pointer;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 8px;
  right: 8px;
}

.exit-modal-title {
  color: #fa7268;
  margin-top: -96px;
  padding-right: 35px;
  font-size: 24px;
  line-height: 33px;
}

.paragraph-56 {
  font-size: 20px;
  line-height: 27px;
}

.div-block-3283 {
  border: 1px solid #fcfeff1c;
  border-radius: 16px;
  flex: 1;
  height: 30rem;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 8px;
  overflow: auto;
}

.div-block-3284 {
  grid-row-gap: 24px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding-bottom: 40px;
  display: flex;
}

.div-block-3285 {
  height: 12rem;
}

.lottie-animation {
  height: 130%;
  margin-top: -82px;
  margin-bottom: 0;
}

.image-202 {
  z-index: 0;
  opacity: .7;
  object-fit: cover;
  width: auto;
  min-width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.palestras-desk {
  grid-row-gap: 24px;
  flex-direction: column;
  display: none;
}

.card-palestrante {
  grid-row-gap: 16px;
  border: 1px solid #fff;
  border-radius: 22px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 16px;
  display: flex;
}

.titulo-palestrante {
  color: var(--new-orange);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.titulo-palestrante.subtitulo {
  font-size: 16px;
  font-weight: 600;
}

.temas {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  display: flex;
}

.tema {
  border: .5px solid var(--superclaro);
  border-radius: 8px;
}

.mentor-img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
}

.linha {
  grid-column-gap: 24px;
  display: flex;
}

.wrap-card {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.glass-card-2 {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: #fff;
  background-color: #6e7a8b26;
  border: .2px solid #47638261;
  border-radius: 12px;
  flex: 1;
  font-size: 20px;
  font-weight: 600;
  transition: transform .2s, box-shadow .2s;
  position: relative;
  box-shadow: 0 13px 18px #00000030;
}

.glass-card-2:hover {
  box-shadow: 0 17px 20px 2px #00000042;
}

.glass-card-2.big-numbers {
  z-index: 1;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border-radius: 25px;
  flex-direction: column;
  padding: 48px 56px 56px;
  transition: transform .2s;
}

.columns-12 {
  padding-top: 40px;
}

.small-container-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.palestras-mobile {
  align-self: flex-start;
  width: 100%;
  display: block;
  position: relative;
}

.slide_arrow {
  color: #1c1d21;
  cursor: pointer;
  background-color: #d2e9ec;
  border-radius: 200vw;
  justify-content: center;
  align-items: center;
  width: 5em;
  height: 5em;
  margin-right: .8em;
  display: flex;
}

.slide_arrow.is--right {
  background-color: #fa7268;
  width: 4em;
  height: 4em;
}

.slide_arrow.is--left {
  background-color: #cfcdcd;
  width: 4em;
  height: 4em;
}

.slide_arrow.is--left.is--disabled-arrow {
  flex-wrap: nowrap;
  width: 4em;
  height: 4em;
}

.slide_inner {
  color: #fff;
  background-color: #0000;
  border-radius: 25px;
  height: 100%;
  padding: 0;
  font-family: Montserrat, sans-serif;
  line-height: 1.6;
  box-shadow: 0 8px 14px 5px #0000003d;
}

.mentor-img-mobile {
  object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 99%;
  max-width: none;
  margin-top: 16px;
}

.mentor-img-mobile.no-pt {
  margin-top: 0;
}

.slide_wrap {
  width: 100%;
}

.card-palestrante-mobile {
  grid-row-gap: 16px;
  background-color: #10181f;
  border: 1px solid #fff;
  border-radius: 22px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  height: 100%;
  padding: 16px;
  display: flex;
}

.card-palestrante-mobile.in-company {
  background-color: #0f1a45;
}

.slide_contain {
  width: 100%;
}

.slide_item {
  z-index: 3;
  flex: none;
  width: 28%;
  padding-right: 1.3em;
  transition: transform .35s;
  position: static;
}

.slide_arrows {
  justify-content: center;
  align-items: center;
  padding-top: 2.4em;
  display: flex;
}

.slide_list {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: static;
}

.slide_svg {
  color: #d8d8d8;
  width: 2em;
  height: 2em;
}

.slide_svg.is--flip {
  color: #929aa3;
  transform: rotate(-180deg);
}

.tema-2 {
  border: .5px solid #fcfeff;
  border-radius: 8px;
}

.count {
  text-align: right;
  margin-bottom: -56px;
  padding-right: 24px;
  position: relative;
}

.image-204 {
  align-self: center;
  margin-top: 40px;
}

.link-block-9 {
  align-self: center;
}

.div-block-3287 {
  z-index: 5;
  background-image: linear-gradient(270deg, #10181f 36%, #23314000);
  width: 100px;
  position: absolute;
  inset: 0% -5% 0% auto;
}

.html-embed-3 {
  color: var(--primário);
  object-fit: fill;
  flex: 0 auto;
  align-self: stretch;
  position: static;
}

.html-embed-4 {
  color: var(--primário);
  object-fit: contain;
  flex-direction: row;
  justify-content: center;
  align-self: center;
  min-width: 100%;
  margin-top: 0;
  margin-right: 0;
  display: block;
  position: static;
}

.itens-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  display: flex;
}

.icon-assessment {
  width: 50px;
}

.icon-assessment.small {
  width: 40px;
}

.text-block-101 {
  color: var(--superclaro);
  font-weight: 700;
}

.div-block-3289 {
  border: 1px solid #485c7866;
  border-radius: 15px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  overflow: hidden;
}

.div-block-3290 {
  min-width: 100%;
  padding-left: 8px;
  padding-right: 8px;
}

.section-b2b {
  z-index: 5;
  position: relative;
}

.section-b2b.hero {
  z-index: 6;
  background-color: #0c133c;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-b2b.grey.timeline {
  z-index: 4;
  padding-top: 0;
  padding-bottom: 0;
}

.section-b2b.grey.center {
  z-index: 5;
  justify-content: center;
  display: flex;
}

.section-b2b.grey.zindex {
  z-index: 4;
}

.section-b2b.dark-grey {
  z-index: 6;
  background-color: #e1e1e1;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.section-b2b.blue {
  background-image: linear-gradient(to top, #08072e, #102551);
}

.section-b2b.grey {
  z-index: 6;
  background-color: #f0f0f0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.container-b2b {
  z-index: 2;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: center;
  max-width: 1000px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: static;
}

.container-b2b.horizontal {
  grid-column-gap: 40px;
  grid-row-gap: 24px;
  flex-direction: row;
  display: flex;
}

.container-b2b.horizontal.center.no-gap {
  grid-column-gap: 0px;
  padding-left: 0;
}

.container-b2b.relative {
  z-index: 8;
  align-items: flex-start;
  position: relative;
}

.container-b2b.timeline {
  grid-row-gap: 0px;
}

.hero-b2b-content {
  grid-row-gap: 24px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.hero-b2b-content._80 {
  max-width: 46%;
}

.heading-b2b {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 60px;
}

.button-b2b {
  background-color: var(--new-orange);
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 16px;
  min-width: 261px;
  padding: 8px 16px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  transition: all .2s;
}

.button-b2b:hover {
  transform: translate(0, -5px);
}

.button-b2b.ver-mais {
  color: var(--superclaro);
  background-color: #0000;
}

.button-b2b.hero-b2b {
  width: 261px;
}

.text-span-115 {
  color: var(--primário);
}

.rotate-in-center {
  z-index: 6;
  position: absolute;
  inset: auto 0% 0% auto;
}

.lottie-animation-2 {
  z-index: 7;
  position: absolute;
  inset: auto 0% 0% auto;
}

.card-empresas {
  background-color: #fff;
  border-radius: 12px;
  align-self: center;
  padding: 24px 16px;
}

.heading-online {
  color: #0f1a45;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 40px;
}

.heading-online.b2b.small {
  text-align: center;
  font-size: 24px;
}

.heading-online.b2b.center {
  text-align: center;
}

.heading-online.b2b.center._60 {
  max-width: 60%;
}

.heading-online.b2b.white {
  color: var(--superclaro);
}

.heading-online.b2b.white.form-title {
  width: 80%;
  font-size: 24px;
  font-weight: 500;
}

.empresas-b2b {
  grid-column-gap: 24px;
  display: flex;
}

.empresa-img {
  width: 130px;
}

.text-span-116 {
  color: var(--new-orange);
}

.content-block-b2b {
  grid-row-gap: 24px;
  flex-direction: column;
  flex: 1;
  align-self: center;
  display: flex;
}

.content-block-b2b.center {
  justify-content: center;
  display: flex;
}

.content-block-b2b.center.vertical {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: center;
}

.content-block-b2b._30 {
  flex: 1;
  align-items: center;
}

.content-block-b2b.right {
  flex: 1;
}

.content-block-b2b._80 {
  max-width: 44%;
}

.paragraph-b2b {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}

.orange-accent {
  color: var(--new-orange);
  font-weight: 700;
}

.timeline_date-text {
  color: #051935;
  letter-spacing: -.03em;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  position: sticky;
  top: 50vh;
}

.timeline_progress {
  z-index: -2;
  background-color: #f0f0f0;
  width: 3px;
  height: 100%;
  position: absolute;
}

.timeline_item {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.margin-bottom-medium {
  margin-bottom: 20px;
}

.timeline_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.overlay-fade-bottom {
  background-image: linear-gradient(to top, #f0f0f0, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: auto 0% 0%;
}

.timeline_circle {
  background-color: #e76353;
  border-radius: 100%;
  width: 15px;
  min-width: 15px;
  max-width: 15px;
  height: 15px;
  min-height: 15px;
  max-height: 15px;
  position: sticky;
  top: 50vh;
}

.container-22 {
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.timeline_centre {
  justify-content: center;
  display: flex;
}

.timeline_text {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}

.timeline_text.paragraph-light.left {
  color: #051935;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.timeline_progress-bar {
  z-index: -1;
  background-color: #e76353;
  width: 3px;
  height: 50vh;
  position: fixed;
  inset: 0 auto 50vh;
}

.overlay-fade-top {
  background-image: linear-gradient(#f0f0f0, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: 0% 0% auto;
}

.timeline_right {
  width: 80%;
}

.margin-bottom-xlarge {
  margin-bottom: 56px;
}

.timeline-b2b {
  z-index: 0;
  color: #000;
  background-color: #0000;
  position: relative;
}

.timeline_left {
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
}

.timeline-b2b-container {
  overflow: hidden;
}

.sticky-cta {
  z-index: 5;
  background-image: linear-gradient(to top, #f0f0f0 39%, #f7f7f78a 92%, #fff0);
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 24px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.lider-cta {
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0f1a45;
  border-radius: 50px;
  align-self: center;
  margin-top: 24px;
  padding: 24px 80px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  transition: all .2s;
}

.lider-cta:hover {
  background-color: #0f1b4a;
  transform: translate(0, -4px);
}

.lider-cta.laranja {
  background-color: #e76353;
}

.lider-cta.laranja.sticky {
  margin-top: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
}

.flip-cards-row {
  grid-column-gap: 24px;
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.c-card-title {
  margin-bottom: 5px;
  font-size: 42px;
}

.flip-card-area {
  padding: 0;
}

.c-flip-card {
  position: relative;
}

.c-card-quote {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 20px 16px;
  display: flex;
  position: relative;
}

._w-card-front {
  perspective: 1000px;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  transform: none;
}

._w-card-front.center {
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
}

.ver-mais-label {
  color: #82868a;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.c-card-front {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  display: flex;
  overflow: hidden;
}

.c-card-back {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  display: block;
}

.c-card-see-more {
  perspective: 1000px;
  border-top: 1px dashed #ffffff40;
  padding: 20px 15px;
  font-size: 42px;
  transform: translate(0);
}

.c-card-see-more.icon {
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: absolute;
  inset: auto 6% 6% auto;
}

._w-card-img {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 24px;
  display: flex;
}

.card-quote {
  z-index: 5;
  color: #82868a;
  text-align: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4em;
  position: relative;
}

._w-flip-card {
  z-index: 10;
  perspective: 1000px;
  cursor: pointer;
  display: flex;
  position: relative;
}

.c-card-img {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

._w-card-quote {
  position: relative;
}

.card-img {
  height: auto;
}

.flip-card-title {
  color: #82868a;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1em;
}

.flip-card-title.blue {
  color: var(--new-blue);
  font-weight: 800;
}

._w-card-back {
  perspective: 1000px;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.flip-cards-wrap {
  grid-row-gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  display: flex;
}

.image-206 {
  z-index: -4;
  opacity: .17;
  transform-style: preserve-3d;
  position: absolute;
  inset: auto 18% 0% auto;
  transform: rotateX(0)rotateY(-171deg)rotateZ(-100deg);
}

.home-review_component-2 {
  grid-column-gap: 24px;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 50% 50%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-span-23 {
  color: #e76353;
}

.filter-column {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.filter-title-label {
  color: #e76353;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.collection-item {
  border-radius: 15px;
  flex: 1;
  min-width: 30%;
  max-width: 32%;
  transition: all .2s;
}

.collection-item:hover {
  transform: translate(0, -5px);
}

.empty-result-img {
  max-width: 300px;
}

.filter-title {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.empty-state {
  background-color: #0000;
  flex: 0 auto;
  justify-content: space-between;
  align-self: center;
  min-width: 100%;
  display: flex;
}

.collection-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.checkbox-filtros {
  border-radius: 2px;
}

.checkbox-filtros.w--redirected-checked {
  background-color: #e76353;
  border-color: #e76353;
}

.checkbox-filtros.w--redirected-focus {
  box-shadow: 0 0 3px .5px #e76353;
}

.title-online {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.checkbox-label {
  color: var(--muito-claro);
  font-weight: 600;
}

.empty-result {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  display: flex;
}

.products-filter {
  grid-column-gap: 0px;
  border: 1px solid #e7635345;
  border-radius: 15px;
  justify-content: space-between;
  width: 100%;
  padding: 24px;
  display: flex;
}

.products-filter.incompany {
  border-color: #ffffff45;
}

.collection-list-wrapper {
  flex-flow: column wrap;
  flex: 1;
  display: flex;
}

.products-flter-checkbox {
  font-family: Montserrat, sans-serif;
}

.products-wrap {
  flex-wrap: wrap;
  min-width: 100%;
  display: flex;
}

.filter-line {
  background-image: linear-gradient(to right, #e76353, #fff0);
  width: 60%;
  height: 2px;
}

.empty-txt {
  color: #0f1a45;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.empty-txt.white {
  color: #f0f0f0;
}

.form-block-3 {
  width: 100%;
  display: flex;
}

.checkboxes {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  display: flex;
}

.collection-list-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  display: flex;
}

.icon-25 {
  transform: rotate(90deg);
}

.pagination {
  padding-top: 24px;
}

.previous {
  display: none;
}

.container-form {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.text-span-118 {
  color: var(--new-orange);
}

.form-incompany {
  background-color: #0f1a45;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  padding: 17px;
  display: flex;
}

.html-embed-5 {
  min-width: 100%;
}

.faq1-5_answer-2 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.faq-online {
  flex-direction: column;
  display: flex;
}

.faq-online.small {
  max-width: 80%;
}

.text-size-regular-sf1-5 {
  color: #0f1a45;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}

.faq-online-item {
  border: 1px solid #0f1a4521;
  border-radius: 15px;
}

.faq-online-item.orange {
  background-color: var(--new-orange);
}

.faq-online-item.blue {
  background-color: var(--new-blue);
}

.faq-online-item.blue-gradient {
  background-image: linear-gradient(135deg, var(--new-blue), var(--new-orange));
}

.accordion-icon {
  color: #0385ce;
  justify-content: center;
  align-items: center;
  height: 1rem;
  margin-left: 1rem;
  display: flex;
}

.faq1-5_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.img-container {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  justify-content: center;
  align-self: center;
  min-width: 100%;
  height: 270px;
  display: flex;
  overflow: hidden;
}

.div-block-3291 {
  min-width: 100%;
  max-width: 100%;
}

.legenda-assessment {
  grid-row-gap: 24px;
  border: 1px solid #ffffff2b;
  border-radius: 15px;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 80px;
  padding: 16px;
  display: flex;
}

.legenda-block {
  grid-column-gap: 24px;
  display: flex;
}

.number-legenda {
  color: var(--new-orange);
  min-width: 100px;
  font-size: 22px;
  font-weight: 600;
}

.number-legenda.descricao {
  color: #f8fbffe3;
  font-size: 20px;
  font-weight: 300;
}

.right-arrow-b2b {
  color: var(--new-orange);
  height: 42px;
  display: none;
  top: 435px;
  left: 203.039px;
  overflow: visible;
}

.left-arrow-b2b {
  color: var(--new-orange);
  height: 42px;
  display: none;
  top: 435px;
  left: 129px;
  overflow: visible;
}

.container-23 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.container-23.align-left {
  align-items: flex-start;
  padding-left: 16px;
}

.text-block-102 {
  color: var(--superclaro);
  text-align: center;
  font-size: 57px;
  font-weight: 500;
  line-height: 64px;
}

.body-6 {
  color: #717171;
  background-color: #f0f0f0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.text-block-103 {
  color: var(--superclaro);
  text-align: center;
  max-width: 60ch;
}

.hero-abtd {
  background-image: url('../images/hero-abtd.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-height: 90vh;
  display: flex;
}

.image-207 {
  padding-bottom: 40px;
}

.button-online {
  text-align: center;
  background-color: #f4f4f4;
  border-radius: 16px;
  min-width: 261px;
  padding: 8px 16px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  transition: all .2s;
}

.button-online:hover {
  transform: translate(0, -5px);
}

.button-online.blue {
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #0f1a45;
  border-radius: 50px;
  flex: none;
  align-self: flex-start;
  width: auto;
  min-width: 300px;
  padding: 8px 40px;
  font-size: 16px;
  line-height: 24px;
}

.button-online.blue:hover {
  background-color: #152764;
  transform: scale(1)translate(0, -5px);
}

.button-online.blue.center {
  background-color: var(--new-orange);
  letter-spacing: 0;
  text-transform: none;
  align-self: center;
}

.button-online.blue.centralize {
  align-self: center;
}

.button-online.blue.centralize.mt {
  letter-spacing: 1px;
  text-transform: none;
  margin-top: 40px;
}

.button-online.blue.coral {
  background-color: var(--new-orange);
  letter-spacing: 1px;
  text-transform: none;
  letter-spacing: 1px;
  text-transform: none;
  background-color: #e76353;
}

.button-online.blue.coral.center {
  color: #fff;
}

.button-online.outline {
  grid-column-gap: 8px;
  background-color: #f4f4f400;
  border: 1px solid #fff;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  max-width: 316px;
  padding-top: 5px;
  padding-bottom: 4px;
  display: flex;
}

.text-block-104 {
  color: var(--midnight-blue);
  text-align: center;
  padding-bottom: 16px;
  font-size: 32px;
  font-weight: 700;
}

.div-block-3292 {
  grid-column-gap: 16px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-3293 {
  outline-offset: 0px;
  border: 1.5px solid #236c9d;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  outline: 3px #333;
  flex: 1;
  padding: 48px 24px;
}

.div-block-3294 {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  display: block;
}

.section-30 {
  padding-top: 41px;
  padding-bottom: 41px;
}

.div-block-3296 {
  align-items: flex-end;
  display: flex;
}

.div-block-3297 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-3298 {
  flex: 1;
}

.div-block-3299 {
  grid-column-gap: 16px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-3299.t1 {
  padding-left: 2px;
}

.image-208 {
  max-height: 24px;
}

.text-block-107 {
  color: #595959;
  font-weight: 500;
}

.image-210 {
  max-height: 24px;
}

.image-212 {
  min-height: 24px;
  max-height: 24px;
}

.button-13 {
  text-align: center;
  background-color: #e76353;
  border-radius: 19px;
  justify-content: center;
  transition: all .2s;
  display: flex;
}

.button-13:hover {
  transform: translate(0, -5px);
}

.forms-section {
  background-image: url('../images/bg_forms.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  align-items: center;
  min-height: 80vh;
  display: flex;
}

.html-embed-6 {
  text-align: center;
}

.text-block-109 {
  color: #717171;
  line-height: 32px;
}

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

.text-h1 {
  color: #0f1a45;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.text-h1.align-left {
  text-align: left;
  margin-bottom: 40px;
}

.text-h1.white {
  color: #fff;
  max-width: 36ch;
  padding-bottom: 49px;
}

.bold-text-106 {
  color: #0f1a45;
}

.container-24 {
  flex-direction: column;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.section-31 {
  grid-row-gap: 0px;
  padding-top: 34px;
  padding-bottom: 34px;
  display: flex;
}

.text-block-111 {
  color: #485c78;
  text-align: center;
  font-size: 12px;
  display: block;
}

.container-25 {
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-3300 {
  flex-wrap: nowrap;
  align-items: stretch;
  min-height: 100%;
  display: flex;
}

.div-block-3301 {
  background-image: radial-gradient(circle at 100% 0, #2678aa, #183858);
  flex: 1;
  align-items: center;
  padding-left: 77px;
  padding-right: 77px;
  display: flex;
}

.div-block-3301.none {
  background-image: none;
  padding-left: 21px;
  padding-right: 21px;
}

.div-block-3302 {
  background-color: #fff;
  flex-direction: column-reverse;
  flex: 1;
  align-items: stretch;
  padding-top: 31px;
  padding-bottom: 31px;
  display: flex;
}

.div-block-3303 {
  flex-direction: row;
  align-items: center;
  min-height: 100%;
  max-height: 0%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 95px;
  display: flex;
  position: relative;
  left: 53px;
}

.image-214 {
  max-width: 100%;
}

.section-32 {
  min-height: 472px;
}

.slider-7 {
  object-fit: fill;
  background-color: #f0f0f0;
  min-height: 472px;
  display: block;
}

.slide-nav-9 {
  top: 97%;
}

.text-block-112 {
  color: #f5f5f5;
  line-height: 24px;
}

.section-33 {
  padding-top: 2%;
}

.right-arrow-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 10%;
  display: flex;
  position: absolute;
  top: 96%;
  left: 13%;
}

.mask-8 {
  min-height: 500px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 6%;
}

.left-arrow-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 10%;
  display: flex;
  top: 96%;
  left: 39%;
}

.container-26 {
  padding: 8px 20%;
}

.container-26.bottom {
  padding-bottom: 5%;
}

.section-34 {
  padding-top: 6%;
}

.text-block-113 {
  max-width: 45ch;
}

.div-block-3305 {
  flex-wrap: nowrap;
  justify-content: center;
  align-self: center;
  padding-top: 18px;
  padding-bottom: 18px;
  display: flex;
}

.div-block-3306, .div-block-3307, .div-block-3308 {
  flex: 1;
  align-self: center;
}

.section-35 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-3311 {
  background-color: #0f1a45;
  border-radius: 10px;
  min-width: 100%;
  padding: 34px 24px;
}

.section-36 {
  background-color: var(--new-orange);
  padding-top: 24px;
  padding-bottom: 24px;
}

.text-block-114 {
  color: #fff;
  text-align: center;
}

.text-block-115, .text-block-116 {
  max-width: 45ch;
}

.section-37 {
  background-image: url('../images/bg-typ.webp');
  background-position: 50%;
  background-size: cover;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.section-37.pep {
  background-image: url('../images/bg-hero.jpg');
  background-position: 50%;
  background-size: cover;
}

.text-block-117 {
  color: #fff;
  text-align: center;
  padding-bottom: 30px;
  font-size: 57px;
  font-weight: 500;
  line-height: 64px;
  display: block;
}

.body-7 {
  font-family: Montserrat, sans-serif;
}

.container-28 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-118 {
  color: #fff;
  text-align: center;
  font-size: 16px;
}

.text-block-118.big {
  font-size: 24px;
  line-height: 32px;
}

.text-span-119 {
  color: var(--new-orange);
  font-weight: 700;
}

.text-span-119.coral {
  color: var(--superclaro);
}

.fs-copyclip_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  place-items: center start;
  padding-top: 24px;
  display: flex;
  position: relative;
}

.fs-copyclip_button {
  background-color: var(--new-orange);
  color: #fff;
  text-align: center;
  border-radius: 500px;
  padding: .6rem 2rem .65rem;
}

.fs-copyclip_button:hover {
  background-color: var(--primário);
}

.fs-copyclip_text {
  color: #acacac;
  display: none;
}

.skills-section {
  z-index: 1;
  background-color: #f0f0f0;
  flex-direction: row;
  align-items: stretch;
  padding-top: 24px;
  padding-bottom: 24px;
  display: block;
  position: relative;
}

.skills-section.hero {
  background-image: url('../images/hero-skills-2-2.webp');
  background-position: 43%;
  background-size: cover;
  max-width: 100vw;
  height: auto;
  min-height: 100vh;
  display: flex;
}

.skills-section.hero.demo {
  background-image: url('../images/bg-skills.webp');
  background-size: cover;
}

.skills-section.hero.demo.adapt {
  padding-top: 104px;
}

.skills-section.hero.demo.v2 {
  background-image: url('../images/bg-skills.webp');
  background-position: 50%;
  background-size: cover;
}

.skills-section.blue {
  background-color: var(--new-blue);
}

.skills-section.bg {
  background-image: url('../images/bg-listras.svg');
  background-position: 50% 100%;
  background-size: cover;
  justify-content: center;
  min-height: 41vh;
  overflow: hidden;
}

.skills-section.no-pt {
  padding-top: 0;
}

.skills-section.no-pt.d-none {
  display: none;
}

.skills-section.no-pb {
  padding-bottom: 0;
}

.skills-section.white {
  background-color: #fbf8f8;
}

.skills-section.white.marginbottom60 {
  padding-bottom: 100px;
  display: block;
}

.skills-section.bg-colorido {
  background-image: url('../images/bg-skills.webp');
  background-position: 50%;
  background-size: cover;
  padding-top: 72px;
  padding-bottom: 72px;
}

.skills-section.bg-colorido.mt-adjust {
  padding-top: 40px;
}

.skills-section.bg-colorido.faixas-brancas {
  background-image: linear-gradient(#f0f0f0, #f0f0f0 15%, #0000 15%, #d1cece00 85%, #fbf8f8 85%, #fbf8f8), url('../images/bg-skills.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.skills-container {
  grid-row-gap: 40px;
  flex-direction: column;
  flex: 1;
  max-width: 1200px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.skills-container.horizontal {
  grid-column-gap: 24px;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  padding: 24px 16px;
  display: flex;
}

.skills-container.horizontal.mobile-invert.no-p {
  padding-top: 0;
  padding-bottom: 0;
}

.skills-container.horizontal.hero-skills {
  justify-content: flex-start;
}

.skills-container.horizontal.detailsbottom {
  border-bottom: 3px solid var(--dark-slate-blue);
  outline-offset: 0px;
  outline: 3px #333;
}

.skills-container.horizontal.line-bottom {
  border-bottom: 1px solid #f8fbff26;
  margin-bottom: 48px;
  padding-bottom: 48px;
}

.skills-container.pt {
  grid-row-gap: 40px;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.skills-container.horizontal-copy {
  grid-column-gap: 24px;
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-top: -30px;
  margin-bottom: -30px;
  padding: 0 16px;
  display: flex;
}

.skills-container.horizontal-copy.z_index1000 {
  margin-top: 0;
  margin-bottom: 0;
}

.skills-container.center {
  align-items: center;
}

.image-217 {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.image-217.mobile-d-none {
  object-fit: cover;
  min-width: 100vw;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  top: -4%;
}

.heading-hero-b2b {
  color: var(--superclaro);
  font-family: Montserrat, sans-serif;
  font-size: 52px;
  line-height: 54px;
}

.heading-hero-b2b.no-margin-top {
  margin-top: 10px;
}

.heading-hero-b2b.medium {
  font-weight: 500;
}

._60 {
  grid-row-gap: 24px;
  flex-direction: column;
  max-width: 40%;
  display: flex;
}

._60.center, ._60.center.v2 {
  max-width: 45%;
}

.paragraph--online {
  color: #476382;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.paragraph--online.white.small {
  width: auto;
  font-weight: 500;
}

.paragraph--online.white.big {
  font-size: 18px;
  line-height: 28px;
}

.paragraph--online.white {
  color: #f8fbff;
}

.heading-b2b-new {
  color: var(--new-orange);
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  line-height: 40px;
}

.heading-b2b-new.center {
  color: var(--new-orange);
  text-align: center;
}

.heading-b2b-new.center.white {
  color: var(--muito-claro);
  text-align: center;
  align-self: center;
}

.heading-b2b-new.center.white._80 {
  color: var(--muito-claro);
  text-align: left;
}

.heading-b2b-new.center.white._80.big {
  text-align: center;
  font-size: 40px;
  line-height: 48px;
}

.heading-b2b-new.center.thin {
  font-weight: 400;
}

.heading-b2b-new.center.big {
  font-size: 40px;
}

.heading-b2b-new.center.big.blue {
  color: var(--new-blue);
}

.heading-b2b-new.white {
  color: #fff;
}

.heading-b2b-new.white.ch {
  max-width: 24ch;
}

.paragraph-online {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}

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

.paragraph-online.center.white {
  color: var(--muito-claro);
  margin-bottom: 0;
}

.paragraph-online.center.white._70 {
  width: 70%;
}

.cards-wrap {
  z-index: 23;
  grid-column-gap: 24px;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
}

.atributos-card {
  grid-row-gap: 16px;
  background-color: #fff;
  border: 3px #0f1a45;
  border-radius: 15px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.feature-title-card {
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.feature-title-card.white {
  color: var(--muito-claro);
  font-size: 28px;
  font-weight: 700;
}

.feature-title-card.white.skills {
  font-weight: 500;
}

.icone {
  border: 3px none var(--new-blue);
  background-color: #0000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 0;
  display: flex;
}

.big-numbers-skills {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.numbers-wrap {
  grid-column-gap: 80px;
  justify-content: center;
  padding-top: 40px;
  display: flex;
}

.big-number-skills {
  color: var(--new-orange);
  font-family: Montserrat, sans-serif;
  font-size: 88px;
  font-weight: 700;
  line-height: 33px;
}

.wrap-elements {
  grid-column-gap: 24px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-width: 100%;
  display: flex;
}

.wrap-elements.b2b {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  align-items: stretch;
  min-width: 100%;
}

.ensino-skills {
  border: 1px solid var(--new-orange);
  border-radius: 17px;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  min-width: 40%;
  max-width: none;
  padding: 16px;
  display: flex;
}

.ensino-skills.title {
  background-color: var(--new-orange);
  margin-top: -50px;
  padding-top: 16px;
}

.ensino-skills.title.blue {
  background-color: var(--new-blue);
}

.ensino-skills.alternate-line {
  border-style: none none solid;
  border-bottom-color: #ffffff5c;
  border-radius: 0;
}

.ensino-skills.alternate-line.blue {
  color: var(--new-blue);
  border-bottom-color: #0f1a456e;
}

.text-block-119 {
  color: var(--muito-claro);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
}

.text-block-119.title {
  grid-column-gap: 8px;
  color: var(--new-blue);
  justify-content: center;
  font-size: 40px;
  line-height: 48px;
}

.text-block-119.title.white {
  color: #fff;
}

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

.div-block-3312 {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-width: 0%;
  margin-top: -20px;
  margin-bottom: -40px;
  padding-top: 20px;
  padding-bottom: 0;
  display: flex;
}

.slider-wrapper-3 {
  flex: none;
  width: 100%;
  margin-left: 0;
  display: flex;
}

.items-holder-2 {
  flex: none;
  width: auto;
  height: 100px;
  display: flex;
}

.item-4 {
  width: 100px;
  margin-left: 20px;
  margin-right: 20px;
}

.item-4.big {
  width: 170px;
}

.heading-online-2 {
  color: #0f1a45;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.heading-online-2.white {
  color: #fff;
  text-align: left;
}

.heading-online-2.white.center {
  text-align: center;
  font-weight: 600;
}

.heading-online-2.white.center.small {
  width: 100%;
  margin-bottom: 20px;
  font-size: 24px;
}

.heading-online-2.white.center.margin {
  border-bottom: 1px solid #ffffff26;
  width: 90%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
}

.slider-8 {
  background-color: #0000;
  min-width: 100%;
  height: 450px;
}

.icon-27 {
  background-color: var(--new-orange);
  border-radius: 20px;
  inset: auto auto 0% 0%;
}

.div-block-3314 {
  grid-column-gap: 40px;
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-3314.vertical {
  grid-row-gap: 24px;
  flex-direction: column;
  flex: 1;
}

.div-block-3315 {
  grid-row-gap: 24px;
  flex-direction: column;
  flex: 1;
  align-self: center;
  display: flex;
}

.div-block-3315.center {
  align-items: center;
}

.mask-9 {
  height: 460px;
}

.left-arrow-5 {
  height: 40px;
  inset: auto auto 0% 10%;
}

.right-arrow-4 {
  height: 40px;
  inset: auto auto 0% 34%;
}

.slide-nav-10 {
  opacity: .4;
  width: 50%;
  inset: auto auto 0% 0%;
}

.lider-heading {
  color: #e76353;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.lider-heading.center-mobile {
  font-size: 23px;
}

.lider-heading.center-mobile.center {
  text-align: center;
}

.image-220 {
  border-radius: 20px;
  margin-top: 16px;
  margin-left: 24px;
  box-shadow: 0 1px 16px 5px #00000014;
}

.image-220.no-shadow {
  box-shadow: none;
}

.icon-28 {
  background-color: var(--new-orange);
  border-radius: 30px;
}

.div-block-3316 {
  grid-row-gap: 24px;
  background-image: url('../images/card-bg.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 26px;
  display: flex;
  overflow: hidden;
}

.home-review_slider-2 {
  background-color: #fff;
  border-radius: 25px;
  height: 100%;
  box-shadow: 0 5px 27px #0000002e;
}

.home-review_slider-2._80 {
  width: 80%;
}

.home-review_slide-content-2 {
  background-color: #0000;
  border-radius: 25px;
  padding: 1.5rem 2rem 1rem;
}

.home-review_text-wrapper-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.home-review_slider-nav-2 {
  justify-content: center;
  align-items: center;
  height: .75rem;
  padding-bottom: 0;
  display: flex;
  inset: auto 0% -2.5rem;
}

.formulario-skills {
  background-color: var(--new-orange);
  border-radius: 30px;
  align-self: center;
  width: 60%;
  padding: 15px 24px;
}

.formulario-skills.m-l {
  margin-left: 56px;
}

.formulario-skills.m-l.color {
  background-color: #0000;
  background-image: linear-gradient(157deg, var(--new-orange) 35%, #ff7368e8 81%, #fff0);
  border: 1px solid #ffffff59;
}

.section-online {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-online.no-overflow {
  background-color: #f4f4f4;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.section-online.no-overflow.off-white {
  background-color: #fbf8f8;
}

.container-online-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.text-size-regular-sf1-6 {
  color: #0f1a45;
  text-align: left;
  max-width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}

.text-size-regular-sf1-6.white {
  color: #dcdcdc;
}

.div-block-3317 {
  justify-content: center;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.div-block-3318 {
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  display: flex;
}

.slider-9 {
  background-color: #0000;
  width: 100%;
  height: 450px;
}

.div-block-3319 {
  flex: 0 auto;
  min-width: 10%;
  display: flex;
}

.icon-29 {
  color: var(--new-orange);
}

.etapas {
  border-radius: 20px;
}

.slide-nav-11 {
  padding-top: 66px;
}

.invert {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.div-block-3320 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.heading-40 {
  color: var(--superclaro);
  text-align: center;
  font-size: 25px;
  font-weight: 400;
  line-height: 32px;
}

.image-221 {
  object-fit: fill;
  order: 0;
  align-self: center;
  margin-bottom: 20px;
  display: block;
}

.heading-42 {
  color: var(--claro-escuro);
  text-align: center;
  margin-top: 10px;
  padding-left: 100px;
  padding-right: 100px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.heading-43 {
  color: var(--primário);
  text-align: center;
  flex-wrap: nowrap;
  order: 0;
  align-self: auto;
  margin-top: 40px;
  font-size: 36px;
  font-weight: 600;
  line-height: 42px;
  display: block;
}

.text-span-121 {
  color: var(--superclaro);
  background-color: #0000;
}

.container-default-copy {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.container-default-copy._100 {
  color: #fcfeff;
  background-color: #000f1f;
  border: 1px solid #1a1c24;
  border-radius: 12px;
  max-width: 800px;
  margin-top: 40px;
  padding: 0 60px 20px;
  box-shadow: 1px 1px 60px #0000006e;
}

.heading-42-copy {
  color: var(--claro-escuro);
  text-align: center;
  object-fit: fill;
  max-width: 100%;
  margin-top: 10px;
  padding-top: 30px;
  padding-left: 100px;
  padding-right: 100px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.heading-42-copy.heading-custom {
  text-align: left;
  padding-left: 0;
  padding-right: 10px;
  font-size: 16px;
}

.cloneable-container-default-copy {
  background-color: #f7f7fb;
  border-radius: 20px;
  min-height: 624px;
  transform: translate(0);
}

.cloneable-container-default-copy.center {
  border-top: 0px none var(--midnight-blue);
  color: #0000;
  -webkit-text-fill-color: inherit;
  -webkit-text-fill-color: inherit;
  background-color: #d5e1ed0d;
  background-image: url('../images/bg-light.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: border-box;
  border-top: 0 #233140;
  border-radius: 0;
  flex: 0 auto;
  align-self: auto;
  align-items: center;
  min-height: auto;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 100px;
  display: block;
  transform: none;
  box-shadow: 0 0 100px -20px #00000080;
}

.image-224 {
  mix-blend-mode: luminosity;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-224.image-224-copy-copy {
  opacity: .8;
  opacity: 1;
  mix-blend-mode: normal;
}

.image-224.image-224-copy-copy-copy {
  opacity: 1;
  mix-blend-mode: normal;
  opacity: 1;
  mix-blend-mode: normal;
  border-radius: 20px;
  margin: 20px 40px 20px 20px;
  padding-bottom: 0;
}

.container-880px-center-copy {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-around;
  place-items: stretch center;
  width: 100%;
  max-width: 100%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.title---brix-copy.text-single-bold---brix-copy {
  color: #170f49;
  font-weight: 700;
}

.title---brix-copy.text-single-bold---brix-copy.logo-bar---brix-copy {
  color: #fcfeff;
  text-align: center;
  object-fit: fill;
  margin-top: 40px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 42px;
  display: block;
}

.title---brix-copy.text-single-bold---brix-copy.logo-bar---brix-copy.marginbottom20 {
  margin-bottom: 20px;
}

.image-224-copy {
  mix-blend-mode: normal;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.testimonial-slider-small {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  border: 1px #000;
  padding: 80px 30px;
  position: relative;
}

.testimonial-slider {
  background-color: #0000;
  max-width: 800px;
  height: auto;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slide-wrapper {
  max-width: 100%;
  margin-right: 4%;
}

.testimonial-card {
  background-color: #ffffff12;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
  box-shadow: 0 0 60px #0009;
}

.testimonial-info {
  align-self: stretch;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

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

.testimonial-author {
  color: var(--primário);
  margin-bottom: 2px;
  font-size: 20px;
}

.tagline {
  color: var(--superclaro);
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

.testimonial-icon-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.testimonial-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -70px;
}

.testimonial-slider-left:focus-visible, .testimonial-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.testimonial-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -70px;
}

.testimonial-slider-right:focus-visible, .testimonial-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slide-nav {
  display: none;
}

.text-span-122 {
  color: #d5e1edb3;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
}

.container-880px-center-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  background-color: #000f1f;
  border: 1px solid #1a1c24;
  border-radius: 12px;
  justify-content: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 10px;
  display: block;
  overflow: visible;
}

.columns-13 {
  background-color: #0000;
  max-width: 1000px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.image-224-copy {
  mix-blend-mode: luminosity;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: block;
}

.bold-text-107 {
  color: var(--primário);
  font-size: 20px;
}

.cloneable-container-default-copy-copy {
  background-color: #f7f7fb;
  border-radius: 20px;
  min-height: 624px;
  transform: translate(0);
}

.cloneable-container-default-copy-copy.center {
  border-top: 0px none var(--midnight-blue);
  color: #0000;
  -webkit-text-fill-color: inherit;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-image: url('../images/background-logo.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-clip: border-box;
  border-top: 0 #233140;
  border-radius: 0;
  flex: 0 auto;
  align-self: auto;
  align-items: center;
  min-height: auto;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 100px;
  display: block;
  transform: none;
}

.columns-13-copy {
  background-color: #d5e1ed0d;
  border-radius: 12px;
  max-width: 1000px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 60px -20px #0000004d;
}

.title---brix-copy-copy.text-single-bold---brix-copy {
  color: #170f49;
  font-weight: 700;
}

.title---brix-copy-copy.text-single-bold---brix-copy.logo-bar---brix-copy {
  color: #fcfeff;
  text-align: center;
  object-fit: fill;
  margin-top: 40px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 42px;
  display: block;
}

.title---brix-copy-copy.text-single-bold---brix-copy.logo-bar---brix-copy.marginbottom20 {
  color: #fa7268;
  text-align: left;
  margin-bottom: 20px;
  padding-right: 60px;
  font-size: 24px;
  line-height: 28px;
}

.paragraph-57 {
  color: var(--claro-escuro);
}

.paragraph-58 {
  color: var(--superclaro);
}

.bold-text-108 {
  color: var(--primário);
}

.paragraph-59 {
  color: var(--superclaro);
}

.text-span-121-copy {
  color: #fa7268;
  background-color: #0000;
}

.heading-42-copy {
  color: var(--claro-escuro);
  text-align: center;
  margin-top: 10px;
  padding-left: 100px;
  padding-right: 100px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.html-embed-7 {
  margin-top: 40px;
}

.container-default-copy-copy {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.heading-43-copy {
  color: #fa7268;
  text-align: center;
  flex-wrap: nowrap;
  order: 0;
  align-self: auto;
  margin-top: 40px;
  margin-left: 60px;
  margin-right: 60px;
  font-size: 36px;
  font-weight: 600;
  line-height: 42px;
  display: block;
}

.text-span-123, .text-span-124 {
  color: #fa7268;
}

.heading-42-copy-copy {
  color: var(--claro-escuro);
  text-align: center;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.columns-13-copy-copy {
  background-color: #d5e1ed0d;
  border-radius: 12px;
  max-width: 1000px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 60px -20px #0000004d;
}

.heading-43-copy-copy {
  color: var(--superclaro);
  text-align: left;
  flex-wrap: nowrap;
  order: 0;
  align-self: auto;
  margin-top: 40px;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
  display: block;
}

.text-span-125 {
  color: var(--superclaro);
  background-color: #fa7268;
  border-radius: 6px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 22px;
  line-height: 60px;
}

.text-span-126 {
  color: #fa7268;
}

.text-span-23-copy {
  color: var(--new-blue);
  font-size: 48px;
  line-height: 48px;
}

.heading-44-copy-copy {
  color: #fcfeffcc;
  text-align: center;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-weight: 500;
  line-height: 16px;
}

.button-14 {
  background-color: var(--new-orange);
  text-align: center;
  border: 3px solid #fa7268;
  border-radius: 12px;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  display: block;
}

.skl-block-plans-big {
  grid-row-gap: 40px;
  background-color: var(--new-blue);
  background-image: url('../images/bg-light.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 0 #fa7268;
  border-radius: 30px;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  min-width: 0%;
  min-height: 600px;
  margin-bottom: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 40px 30px;
  display: block;
  box-shadow: 42px 42px 70px #0006;
}

.skl-block-plans-standard {
  grid-row-gap: 40px;
  background-color: var(--new-blue);
  background-image: url('../images/bg-skills-2.png');
  background-size: cover;
  border-radius: 30px;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  min-width: 0%;
  min-height: 450px;
  margin-bottom: 60px;
  padding: 40px 30px;
  display: block;
}

.heading-99 {
  color: var(--superclaro);
  text-align: center;
  background-color: #212f4f;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  margin: -42px -30px 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 42px;
}

.button-14-copy {
  border: 3px solid var(--new-orange);
  text-align: center;
  background-color: #0000;
  border-radius: 12px;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  display: block;
}

.heading-users {
  color: var(--superclaro);
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
}

.heading-price {
  color: var(--primário);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 60px;
  text-decoration: none;
}

.planfeatures {
  color: #fcfeffe6;
  text-align: center;
  background-color: #0003;
  margin: 30px -30px 15px;
  padding: 15px 60px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.heading-98 {
  background-color: var(--dark-slate-blue);
  color: var(--superclaro);
  text-align: center;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  margin: -42px -30px 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
}

.text-span-127 {
  color: var(--primário);
}

.heading-small-text {
  color: #fcfeffcc;
  text-align: center;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
}

.text-span-129 {
  font-size: 26px;
}

.skl-block-infos {
  grid-row-gap: 40px;
  background-color: #0000;
  border: 0 #fa7268;
  border-radius: 30px;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  min-width: 0%;
  min-height: 200px;
  margin-bottom: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 40px 30px;
  display: block;
}

.heading-skills {
  color: #0f1a45;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  line-height: 48px;
}

.sub-heading-skills {
  color: #0f1a45;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  line-height: 48px;
}

.sub-heading-skills.smallsmall {
  font-size: 38px;
  line-height: 38px;
}

.text-skills {
  color: #0f1a45;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
}

.sub-heading-skills-plans {
  color: #0f1a45;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 32px;
}

.text-span-131 {
  border: 4px solid var(--dark-slate-blue);
  background-color: var(--dark-slate-blue);
  color: var(--superclaro);
  border-radius: 6px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 20px;
  font-weight: 700;
}

.text-span-132 {
  border: 4px solid var(--primário);
  background-color: var(--new-orange);
  color: var(--superclaro);
  border-radius: 6px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 20px;
  line-height: 32px;
}

.thin {
  font-weight: 500;
}

.div-block-3322 {
  grid-row-gap: 16px;
  border: 1px solid var(--new-orange);
  border-radius: 16px;
  flex-direction: column;
  flex: 1;
  padding: 15px;
  display: flex;
}

.div-block-3322.pb.coral {
  background-color: var(--new-orange);
  padding-top: 24px;
  padding-bottom: 24px;
}

.div-block-3322.pb.white {
  background-color: #f0f0f0;
  border-style: none;
  padding-top: 24px;
  padding-bottom: 24px;
}

.image-225 {
  min-width: 100%;
}

.text-span-133 {
  font-style: normal;
  font-weight: 600;
}

.text-block-121 {
  color: #fff;
  text-decoration: none;
}

.heading-hero {
  color: #e76353;
  font-family: Montserrat, sans-serif;
  font-size: 56px;
  line-height: 54px;
}

.heading-hero.small {
  font-size: 54px;
}

.heading-hero.small.white {
  color: var(--muito-claro);
}

.hero-v2 {
  grid-row-gap: 24px;
  background-color: #f4f4f4;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 40px 24px;
  display: flex;
  position: relative;
}

.hero-v2.no-overflow {
  min-height: 100vh;
}

.hero-v2.no-overflow.p-p {
  background-image: url('../images/bg-hero.jpg');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: cover;
  margin-bottom: 0;
  padding-bottom: 200px;
}

.hero-v2.no-overflow.p-p.padding-header {
  padding-top: 80px;
}

.default-btn {
  color: #192a67;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #f4f4f4;
  border-radius: 30px;
  align-self: flex-start;
  min-width: 261px;
  padding: 8px 16px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  transition: all .2s;
}

.default-btn:hover {
  transform: translate(0, -5px);
}

.default-btn.p-p {
  background-color: var(--new-orange);
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  border-radius: 20px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.default-btn.p-p.center {
  align-self: center;
}

.default-btn.coral {
  color: #f0f0f0;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #e76353;
  border-radius: 20px;
}

.default-btn.coral:hover {
  background-color: #fa7268;
}

.default-btn.coral.b2b {
  font-weight: 600;
}

.hero-foto-mentor {
  align-self: flex-end;
  position: static;
  inset: auto 10% 0% auto;
}

.hero-foto-mentor.absolute {
  width: auto;
  max-height: 100vh;
  position: absolute;
}

.hero-online-content {
  grid-row-gap: 24px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.container-padrao {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container-padrao.horizontal {
  flex-direction: row;
}

.container-padrao.footer-grid {
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.paragraph-v2 {
  color: #476382;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.paragraph-v2.white {
  color: #d8d8d8;
}

.paragraph-v2.footer-news {
  font-size: 12px;
  line-height: 16px;
}

.im-heading-2 {
  color: #0f1a45;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 41px;
}

.im-heading-2.white {
  color: #eff2f9;
}

.im-heading-2.white.center {
  text-align: center;
  line-height: 42px;
}

.im-heading-2.masterclass {
  padding-top: 32px;
  padding-bottom: 24px;
}

.scale-wrap {
  grid-column-gap: 40px;
  flex-direction: row;
  width: 100%;
  display: flex;
}

.section-scale-v2 {
  background-color: #eee;
  flex-direction: column;
  padding: 40px 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-scale-v2.white {
  grid-row-gap: 40px;
  background-color: #eff0f5;
  padding: 40px 0;
  overflow: visible;
}

.section-scale-v2.blue {
  background-image: linear-gradient(to bottom, var(--new-blue), #4e62a6);
}

.container-scale {
  z-index: 1;
  grid-row-gap: 40px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 1232px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.container-scale.horizontal {
  flex-direction: row;
  justify-content: space-between;
}

.container-scale.horizontal.mobile-invert {
  flex-direction: row;
}

.container-scale.horizontal.mobile-invert.faixa {
  padding-right: 150px;
}

.container-scale.horizontal.gap {
  grid-column-gap: 40px;
  grid-row-gap: 56px;
}

.content-block-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.paragraph-scale {
  color: var(--new-blue);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.line-wrapper-2 {
  background-image: radial-gradient(circle, #ababab, #fff0);
  width: 3px;
  height: 80%;
}

.titulo-features {
  color: #eff2f9;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.titulo-features.blue {
  color: var(--new-blue);
}

.titulo-features.blue._2 {
  font-size: 19px;
  font-weight: 500;
  line-height: 27px;
}

.features-title {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.white-line {
  align-self: stretch;
  display: flex;
}

.content-block-3 {
  grid-row-gap: 32px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: static;
  top: 0;
}

.content-block-3.mobile-center {
  grid-row-gap: 24px;
}

.content-block-3.mobile-center._80 {
  flex: 1;
  align-items: flex-start;
  max-width: 40%;
}

.content-block-3.ml {
  padding-left: 40px;
  padding-right: 16px;
}

.content-block-3._80 {
  flex: 1;
  max-width: 40%;
}

.div-block-3325 {
  z-index: 8;
  background-image: url('../images/empty-div-bg.svg');
  background-position: 100%;
  background-size: cover;
  margin-top: -15%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: static;
  top: -59px;
}

.ver-mais-label-2 {
  border: 4px solid var(--new-orange);
  color: var(--new-orange);
  text-align: center;
  border-radius: 20px;
  padding: 9px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 16px;
  transition: all .2s;
}

.ver-mais-label-2:hover {
  background-color: #e763531f;
}

.ver-mais-label-2.menos {
  padding-left: 11px;
  padding-right: 11px;
}

.flip-cards-row-2 {
  grid-column-gap: 24px;
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.tabs-2 {
  color: var(--new-blue);
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.text-block-122 {
  color: #314787;
}

.tab-link-tab-2 {
  background-color: #ddd0;
  padding-left: 16px;
  padding-right: 16px;
}

.tab-link-tab-2.w--current {
  color: #314787;
  background-color: #ddd0;
  border-bottom: 3px solid #314787;
  font-weight: 800;
}

.title-slide {
  color: #314787;
  font-size: 56px;
  line-height: 72px;
}

.div-block-3326 {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.div-block-3327 {
  grid-row-gap: 24px;
  background-color: var(--new-blue);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  max-width: 80%;
  padding: 24px 40px;
  display: flex;
}

.footer-left-block {
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding-right: 40px;
  display: flex;
}

.image-306 {
  padding-bottom: 0;
}

.socials-2 {
  justify-content: space-between;
  padding-bottom: 24px;
  display: flex;
}

.socials-2.v2 {
  align-items: center;
  padding-bottom: 0;
}

.footer-rifht-block {
  grid-column-gap: 40px;
  flex: 1;
  justify-content: flex-end;
  min-width: 70%;
  height: 100%;
  display: flex;
}

.new-footer {
  z-index: 6;
  background-color: #e4e4e4;
  position: relative;
}

.footer-heading-3 {
  color: #0f1a45;
  white-space: normal;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 1.5;
}

.dropdown-toggle-4 {
  padding-left: 8px;
  padding-right: 22px;
}

.icon-30 {
  margin-right: 8px;
}

.link-3 {
  color: #233140;
  text-decoration: none;
}

.link-3:hover {
  color: #fa7268;
}

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

.navigation-menu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
  position: relative;
}

.dropdown-toggle-3 {
  padding-left: 16px;
  padding-right: 30px;
}

.logo-2 {
  width: 62px;
  min-width: 62px;
}

.dropdown-link {
  color: #192a67;
}

.dropdown-link:hover {
  color: #fa7268;
}

.dropdown-link.highlight {
  background-color: #f3f3f3;
}

.logo-link {
  padding-right: 16px;
}

.nav-link-2 {
  color: #233140;
  white-space: nowrap;
  align-self: center;
  padding-left: 8px;
  padding-right: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #fa7268;
  font-weight: 600;
}

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

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

.navigation.header-elementor {
  z-index: 50;
  min-height: 70px;
  padding: 8px 16px;
  position: relative;
}

.navigation.header-elementor.in-company {
  position: absolute;
}

.navigation.header-elementor {
  min-height: 70px;
  padding: 8px 16px;
  position: static;
}

.icon-5 {
  margin-right: 0;
}

.navigation-button {
  grid-column-gap: 8px;
  color: #233140;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #fa7268;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding: 8px 16px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .3s;
  display: none;
}

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

.dropdown-list-header-elementor {
  background-color: #f0f0f0;
}

.dropdown-list-header-elementor.w--open {
  color: #f0f0f0;
  background-color: #fff;
  border: 1px solid #0000000f;
  border-radius: 9px;
  box-shadow: 0 4px 6px #00000029;
}

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

.menu-button {
  color: #080808;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding: 8px;
  transition: color .3s;
}

.menu-button:hover {
  color: #ea7462;
}

.menu-button.w--open {
  color: #fff;
  background-color: #ea7462;
  border-color: #ea7462;
}

.link-block-11 {
  grid-column-gap: 8px;
  border: 1px solid #fff;
  border-radius: 60px;
  align-items: center;
  padding: 8px;
  font-family: Montserrat, sans-serif;
  transition: all .2s;
  display: flex;
}

.link-block-11:hover {
  transform: translate(-7px);
}

.text-block-147 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}

.text-span-134 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}

.div-block-3328 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  width: 300px;
  display: flex;
}

.footer-image-2 {
  object-fit: contain;
  object-position: 0% 50%;
  width: auto;
  max-width: 300px;
  height: auto;
  padding-bottom: 24px;
}

.footer-logo-link-2 {
  flex: 1;
  justify-content: center;
  align-items: center;
  min-width: 0;
  height: 4vw;
  max-height: none;
  display: flex;
}

.default-container-imersao {
  grid-row-gap: 40px;
  flex-direction: column;
  max-width: 1280px;
  padding: 48px 40px;
  display: flex;
  overflow: visible;
}

.default-container-imersao.footer {
  background-color: #0000;
  border-radius: 25px;
  max-width: 1200px;
  height: auto;
  padding: 0;
}

.flex-footer {
  grid-column-gap: 48px;
  grid-row-gap: 24px;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-38 {
  min-width: 100%;
}

.image-315 {
  width: 20vw;
  display: inline-block;
}

.body-9 {
  background-color: var(--new-blue);
}

.container-31 {
  justify-content: center;
  padding-top: 40px;
  display: flex;
}

.container-31._2 {
  flex-direction: column;
  align-items: center;
  padding-top: 32px;
}

.container-31._2._24 {
  padding-top: 0;
}

.text-block-148 {
  color: #eee;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.text-block-148._2 {
  text-align: center;
  max-width: 30ch;
  padding-top: 13px;
  font-size: 16px;
  font-weight: 500;
}

.text-block-148.h1 {
  color: var(--new-orange);
  line-height: 40px;
}

.div-block-3329 {
  background-color: #fff;
  border-radius: 20px;
  padding: 24px 88px;
}

.body-10 {
  background-color: var(--new-blue);
}

.section-39 {
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.container-32 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-149 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.text-block-149.h1 {
  color: var(--new-orange);
}

.text-block-149.paragrafo-01 {
  text-align: center;
  max-width: 50ch;
  font-size: 16px;
  font-weight: 500;
}

.image-316 {
  max-width: 20%;
  padding-top: 80px;
}

.link-4 {
  color: var(--primário);
}

.section-40 {
  z-index: 2;
  background-color: #101942;
  position: relative;
}

.container-33 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.image-317 {
  max-width: 50%;
}

.image-318 {
  max-width: 80%;
}

.image-318.mobile-d-none.padding {
  padding-top: 16px;
  padding-bottom: 16px;
}

.text-o {
  color: #fffdfd;
  text-align: center;
  align-self: center;
  max-width: 50ch;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.text-o.black {
  color: #3b3b3b;
  text-align: left;
}

.text-o.black.over {
  align-self: flex-start;
  font-size: 24px;
  font-weight: 500;
}

.text-o.black.title {
  font-size: 40px;
  font-weight: 700;
}

.text-o.black.padding {
  text-align: left;
  align-self: flex-start;
  max-width: 40ch;
  padding-top: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.text-o.header {
  box-shadow: none;
  text-align: left;
  align-self: flex-start;
  max-width: 35ch;
  height: auto;
}

.text-o.h2 {
  font-size: 24px;
  line-height: 32px;
}

.text-o.overheader {
  border: 1px solid #f8f8f824;
  border-radius: 18px;
  align-self: flex-start;
  margin-bottom: -18px;
  padding: 8px 13px;
}

.div-block-3330 {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-block-152 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.image-319 {
  z-index: -1;
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-320 {
  display: block;
  position: absolute;
  left: -135px;
  overflow: visible;
}

.div-block-3332 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 1;
  order: 0;
  align-self: center;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 24px;
  padding-right: 41px;
  display: flex;
}

.section-41 {
  padding-top: 40px;
  padding-bottom: 0;
  position: static;
}

.section-42 {
  background-color: #10194200;
  padding-top: 72px;
  padding-bottom: 72px;
}

.div-block-3334 {
  display: flex;
}

.div-block-3336 {
  grid-row-gap: 32px;
  flex-direction: column;
  flex: 1;
  align-self: center;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 24px;
  display: flex;
}

.text-block-154 {
  color: var(--new-blue);
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 40px;
}

.text-block-155 {
  color: #383838;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.container-34 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-43 {
  background-color: #101942;
  padding-top: 47px;
  padding-bottom: 47px;
  display: flex;
}

.body-11 {
  background-color: #f0f0f0;
}

.div-block-3337 {
  background-color: #fff;
  border-radius: 20px;
  padding: 41px 60px;
  display: flex;
}

.div-block-3338 {
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.div-block-3339 {
  flex: 1;
  align-self: center;
}

.text-block-158 {
  text-align: center;
  max-width: 60ch;
  padding-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.container-35 {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-3340 {
  mix-blend-mode: normal;
  background-color: #0e1a44;
  border-radius: 16px;
  flex-direction: row;
  align-items: center;
  min-width: 500px;
  padding: 24px 32px;
  display: block;
  box-shadow: 4px 4px 12px -2px #00000054;
}

.image-322 {
  display: block;
}

.container-36 {
  justify-content: center;
  display: flex;
}

.section-44 {
  padding-top: 65px;
  padding-bottom: 71px;
}

.body-12 {
  font-family: Montserrat, sans-serif;
}

.text-block-166 {
  font-weight: 500;
}

.div-block-3354 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.div-block-3356 {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.text-card-b2b {
  color: #fff;
  padding-bottom: 8px;
}

.text-block-169 {
  color: #8c9cd2;
  text-align: center;
  padding-bottom: 32px;
  font-size: 16px;
}

.button-16 {
  text-align: center;
  letter-spacing: 2px;
  background-color: #e76353;
  border-radius: 20px;
  margin-top: 16px;
  font-size: 18px;
  font-weight: 600;
}

.image-324 {
  padding-bottom: 16px;
}

.text-block-168 {
  color: #fff;
  text-align: center;
  padding-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

.section-48 {
  background-image: linear-gradient(#314787, #0f1a45);
  margin-bottom: -10px;
  padding-top: 54px;
  padding-bottom: 0;
}

.accordion-b2b--item-trigger {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-171 {
  color: #eaeaea;
  border-top: 1px #000;
  border-bottom: 1px solid #6576b8;
  border-left: 1px #5065b8;
  border-right: 1px #000;
  padding-bottom: 16px;
  line-height: 20px;
}

.text-block-171.parcerias-e-patrocinios {
  padding-bottom: 41px;
}

.text-block-171.gocademy {
  padding-bottom: 44px;
}

.accordion-heading-b2b {
  color: #fff;
  text-transform: none;
  cursor: pointer;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 18px;
}

.card-vitrine-forbusiness {
  color: #3330;
  background-color: #2d4598;
  border: 1px solid #fff;
  border-radius: 10px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 33px 18px;
  display: flex;
}

.image-325 {
  background-color: #f0f0f000;
  min-height: 100%;
  margin-bottom: 0;
  padding-top: 44px;
}

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

.image-326 {
  display: inline-block;
  position: absolute;
  inset: auto 0% 0%;
}

.testimonials1-15-arrow_right {
  background-color: #fff;
  border-radius: 100px;
  width: 55px;
  height: 55px;
  inset: 0% -25px 0% auto;
  box-shadow: 0 5px 10px #1b2d451a;
}

.section-testimonials1-15 {
  background-color: #f0f0f0;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 3.9rem;
  overflow: hidden;
}

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

.testimonials1-17_slide-nav {
  display: block;
  top: 350px;
}

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

.max-width-full.align-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonials1-15-arrow_left {
  background-color: #fff;
  border-radius: 100px;
  width: 55px;
  height: 55px;
  inset: 0% auto 0% -25px;
  box-shadow: 0 5px 10px #1b2d451a;
}

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

.slide-wrap {
  flex-direction: column;
  justify-content: space-between;
  min-height: 250px;
  padding: 24px;
  display: flex;
}

.testimonials1-15-slide {
  object-fit: fill;
  background-color: #fff0;
  background-image: linear-gradient(#314787 42%, #fff 42%);
  border: 1px #4689d733;
  border-radius: 10px;
  min-height: 320px;
  margin-right: 50px;
  padding: 0 27px;
}

.profile-image {
  border-radius: 100px;
  margin-right: 25px;
}

.section-49 {
  background-color: #f0f0f0;
  margin-top: 0;
  padding-top: 84px;
  padding-bottom: 84px;
  position: relative;
}

.profile-details {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.testimonials1-15-mask {
  background-color: #fff0;
  overflow: visible;
  box-shadow: 0 20px 50px #4689d733;
}

.page-padding-7 {
  margin-top: 32px;
  margin-bottom: 33px;
  padding-left: 5%;
  padding-right: 5%;
}

.icon-31 {
  color: #1b2d45;
  font-size: 15px;
}

.profile-block {
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.text-block-174 {
  color: #314787;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

.text-size-regular-sf1-7 {
  color: #fff;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}

.testimonials1-15-slider {
  background-color: #ddd0;
  width: 100%;
  max-width: 750px;
  height: 100%;
  margin-top: 2rem;
}

.image-327 {
  z-index: -4;
  mix-blend-mode: lighten;
  position: absolute;
  inset: 0% auto 0% -13%;
}

.subfooter-b2b {
  z-index: 1;
  background-color: #314787;
  position: relative;
  overflow: visible;
}

.div-block-3357 {
  align-self: auto;
  padding-bottom: 24px;
}

.section-50 {
  background-image: url('../images/hero.webp');
  background-position: 50%;
  background-size: cover;
  min-height: 95vh;
}

.container-42 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 95vh;
  display: flex;
}

.div-block-3358 {
  flex-flow: row;
  align-items: center;
  min-width: 100%;
  display: flex;
}

.div-block-3359 {
  grid-row-gap: 24px;
  flex-direction: column;
  flex: 1;
  align-self: auto;
  display: flex;
}

.text-block-175 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 32px;
}

.text-block-176 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.text-span-135 {
  color: #e76353;
}

.div-block-3360 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  display: grid;
}

.text-block-177 {
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

.text-block-178 {
  font-size: 16px;
  font-weight: 500;
}

.div-block-3361 {
  grid-column-gap: 8px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.div-block-3362 {
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 1;
  align-self: center;
  display: flex;
}

.div-block-3363 {
  grid-column-gap: 26px;
  display: flex;
}

.section-51 {
  padding-top: 70px;
  padding-bottom: 8px;
}

.text-block-179 {
  font-size: 16px;
  font-weight: 500;
}

.countup-title---brix-agency-2 {
  color: #9bcffb;
  margin-top: 6px;
  margin-bottom: 60px;
  font-size: 22px;
  font-weight: 500;
}

.countup-title---brix-agency-2._4business {
  color: #0f1a45;
  font-size: 20px;
  line-height: 24px;
}

.button-17 {
  background-color: #ff6559;
  border-radius: 20px;
  margin-top: 31px;
  padding: 8px 32px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  transition: all .2s;
}

.button-17:hover {
  transform: translate(0, -5px);
}

.image-329 {
  max-width: 87%;
  display: inline-block;
  position: absolute;
  inset: auto 0% -1px 25px;
}

.div-block-3364 {
  flex: 1;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.text-block-181 {
  color: #0f1a45;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

.text-block-181.over {
  color: #969696;
  padding-bottom: 8px;
  font-size: 20px;
  font-weight: 500;
}

.text-block-182 {
  color: #ff6559;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.black {
  color: #333;
}

.heading-100 {
  color: #ff6559;
  text-align: center;
  flex-wrap: nowrap;
  order: 0;
  align-self: auto;
  margin-top: 40px;
  font-size: 36px;
  font-weight: 600;
  line-height: 42px;
  display: block;
}

.heading-small-2 {
  color: #fcfeff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
}

.heading-42-copy-2 {
  color: #d5e1ed;
  text-align: center;
  object-fit: fill;
  max-width: 100%;
  margin-top: 10px;
  padding-top: 30px;
  padding-left: 100px;
  padding-right: 100px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.heading-42-copy-2.heading-custom {
  text-align: left;
  padding-left: 0;
  padding-right: 10px;
  font-size: 16px;
}

.text-span-121-copy-2 {
  color: #ff6559;
  background-color: #0000;
}

.heading-42-copy-copy-2 {
  color: #fcfeff;
  text-align: center;
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2em;
}

.tagline-2 {
  color: #fcfeff;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

.bold-text-109 {
  color: #ff6559;
}

.testimonial-author-2 {
  color: #ff6559;
  margin-bottom: 2px;
  font-size: 20px;
}

.text-span-136 {
  color: #fcfeff;
  background-color: #0000;
}

.paragraph-60 {
  color: #d5e1ed;
}

.paragraph-61 {
  color: #fcfeff;
}

.bold-text-110 {
  color: #ff6559;
  font-size: 20px;
}

.container-43 {
  background-color: #dbdbdb;
  border: 1px solid #485c78;
  border-radius: 16px;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.container-43.mudanca {
  background-color: #dbdbdb4f;
  max-width: 800px;
}

.container-43.mudanca.dsds {
  border-style: none;
}

.div-block-3365 {
  grid-column-gap: 24px;
  align-items: center;
  display: flex;
}

.div-block-3366 {
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.div-block-3367 {
  z-index: 2;
  border: 1.5px solid var(--primário);
  background-color: var(--new-blue);
  border-radius: 10px;
  flex: 1;
  padding: 18px 24px;
  position: relative;
  box-shadow: 6px 6px 20px #0000004d;
}

.text-block-183 {
  color: #fff;
  text-align: center;
  padding-top: 0;
  padding-bottom: 18px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.title-online-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.videowrapper {
  border-radius: 20px;
  width: 100%;
  min-width: 65vw;
  max-width: 65%;
  height: auto;
  padding-top: 0;
  padding-bottom: 0%;
  position: relative;
  overflow: hidden;
}

.navigation-menu-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  padding-right: 14px;
  display: flex;
  position: relative;
}

.menu-button-2 {
  color: #080808;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding: 8px;
  transition: color .3s;
  display: none;
}

.menu-button-2:hover {
  color: #ea7462;
}

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

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

.heading-101 {
  color: #d5e1ed;
  text-align: center;
  margin-top: 10px;
  padding-left: 100px;
  padding-right: 100px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.skl---body {
  background-color: var(--new-blue);
}

.skl---h1 {
  font-family: Montserrat, sans-serif;
  font-size: 64px;
  line-height: 56px;
}

.skl---h1.coral {
  color: var(--primário);
}

.skl---h5 {
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.skl---h5.white {
  color: #fff;
}

.div-block-3368 {
  grid-row-gap: 16px;
  flex-direction: column;
  width: 55%;
  display: flex;
}

.skl---footer {
  padding-top: 100px;
  padding-bottom: 100px;
}

.skl---footer.darkblue {
  background-color: #0b1333;
}

.skl---p {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.skl---p.white {
  color: #fff;
}

.div-block-3370 {
  width: 80%;
  height: 90px;
}

.skl---section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.skl---section.img {
  background-image: url('../images/top.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 40%;
  flex-direction: column;
  align-items: center;
  height: 80vh;
  display: flex;
}

.container-44-copy {
  grid-row-gap: 16px;
  flex-direction: column;
  max-width: 100%;
  display: flex;
}

.image-330 {
  width: 200px;
}

.formulario-skills-2 {
  background-color: #e76353;
  border-radius: 30px;
  align-self: center;
  width: 60%;
  padding: 15px 24px;
}

.formulario-skills-2.m-l {
  margin-left: 56px;
}

.heading-hero-b2b-2 {
  color: #fcfeff;
  font-family: Montserrat, sans-serif;
  font-size: 52px;
  line-height: 54px;
}

.heading-b2b-new-2 {
  color: #e76353;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  line-height: 40px;
}

.heading-b2b-new-2.center {
  color: #e76353;
  text-align: center;
}

.heading-b2b-new-2.center.big {
  font-size: 40px;
}

.heading-b2b-new-2.center.big.blue {
  color: #0f1a45;
}

.heading-b2b-new-2.center.white {
  color: #f8fbff;
  text-align: center;
  align-self: center;
}

.heading-b2b-new-2.center.white._80 {
  color: #f8fbff;
  text-align: left;
}

.heading-b2b-new-2.center.white._80.big {
  text-align: center;
  font-size: 40px;
  line-height: 48px;
}

.heading-b2b-new-2.white {
  color: #fff;
}

.heading-b2b-new-2.white.ch {
  max-width: 24ch;
}

.icone-2 {
  background-color: #0000;
  border: 3px #0f1a45;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 0;
  display: flex;
}

.feature-title-card-2 {
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.feature-title-card-2.white {
  color: #f8fbff;
  font-size: 28px;
  font-weight: 700;
}

.feature-title-card-2.white.skills {
  font-weight: 500;
}

.text-block-184 {
  color: #f8fbff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
}

.text-block-184.blue {
  color: #0f1a45;
}

.text-block-184.title {
  grid-column-gap: 8px;
  color: #0f1a45;
  justify-content: center;
  font-size: 40px;
  line-height: 48px;
}

.ensino-skills-2 {
  border: 1px solid #e76353;
  border-radius: 17px;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  min-width: 40%;
  max-width: none;
  padding: 16px;
  display: flex;
}

.ensino-skills-2.alternate-line {
  border-style: none none solid;
  border-bottom-color: #ffffff5c;
  border-radius: 0;
}

.ensino-skills-2.alternate-line.blue {
  color: #0f1a45;
  border-bottom-color: #0f1a456e;
}

.div-block-3371 {
  grid-row-gap: 16px;
  border: 1px solid #e76353;
  border-radius: 16px;
  flex-direction: column;
  flex: 1;
  padding: 15px;
  display: flex;
}

.div-block-3371.pb.coral {
  background-color: #e76353;
  padding-top: 24px;
  padding-bottom: 24px;
}

.div-block-3371.pb.white {
  background-color: #f0f0f0;
  border-style: none;
  padding-top: 24px;
  padding-bottom: 24px;
}

.big-number-skills-2 {
  color: #e76353;
  font-family: Montserrat, sans-serif;
  font-size: 88px;
  font-weight: 700;
  line-height: 33px;
}

.section-54 {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--superclaro);
  color: var(--new-blue);
  justify-content: center;
  align-items: center;
  height: 60px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Montserrat, sans-serif;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.paragraph--online-copy {
  color: #476382;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.html-embed-8 {
  width: 160px;
  margin-bottom: -5px;
}

.skl-section {
  background-image: url('../images/noisy.webp'), linear-gradient(45deg, #212f6c 50%, var(--primário) 94%);
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: 150px, auto;
  justify-content: center;
  align-items: center;
  width: 100dvw;
  height: 100dvh;
  display: flex;
  overflow: hidden;
}

.div-block-3373 {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.div-block-3374 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.div-block-3375 {
  flex: 1;
  align-self: stretch;
}

.heading-102 {
  color: var(--superclaro);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  line-height: 1.2em;
}

.brand {
  width: 150px;
  height: 30px;
}

.paragraph-62 {
  color: var(--superclaro);
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 1.5em;
}

.div-block-3376 {
  background-color: var(--superclaro);
  border-radius: 24px;
  justify-content: center;
  height: 100%;
  padding: 24px;
  display: flex;
  box-shadow: 0 8px 24px -8px #0f1a4552;
}

.html-embed-9 {
  margin-bottom: 0;
}

.text-span-137, .text-span-138 {
  white-space: pre;
}

.book {
  width: 280px;
}

.brand-2 {
  order: -1;
  padding-left: 0;
}

.skl-logo-default {
  width: 174px;
  height: 100%;
}

.skl-logo-default.pb {
  padding-bottom: 24px;
}

.html-embed-10._10 {
  margin-bottom: 0;
}

.div-block-3402 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-left: 8px;
  display: flex;
}

.skl-paragraph-big {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.skl-paragraph-big.medium {
  font-weight: 500;
}

.skl-paragraph-big.dark-blue {
  color: var(--new-blue);
  line-height: 26px;
}

.skl-paragraph-big.white {
  color: #fff;
  font-weight: 400;
}

.skl-paragraph-big.white.margin {
  margin-bottom: 20px;
  font-size: 18px;
}

.skl-paragraph-big.text-blue {
  color: #4b5373;
}

.skl-paragraph-big.text-blue.size {
  width: 100%;
}

.semibold {
  font-weight: 600;
}

.skl-nav-menu {
  grid-column-gap: 16px;
  flex: none;
  order: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.skl-section-hero {
  background-image: radial-gradient(circle closest-corner, #fff 30%, #0000), url('../images/modo_de_isolamento.svg'), linear-gradient(#fff, #f0f2fa);
  background-position: 0 0, 50%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, cover, auto;
  flex-direction: column;
  height: 100dvh;
  margin-bottom: 15dvh;
  display: flex;
}

.skl-section-hero.nm {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-style: normal;
}

.skl-section-hero.nm.height-auto {
  height: auto;
}

.skl-section-hero.assessment {
  grid-row-gap: 80px;
  height: auto;
}

.skl-section-hero.form {
  max-width: 1920px;
  height: auto;
  min-height: 1920px;
  max-height: 1080px;
  overflow: hidden;
}

.skl-section-hero.form.typ {
  max-width: none;
  min-height: 100vh;
  max-height: none;
}

.container-47 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  display: flex;
}

.skl-card-white {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  color: #4b5373;
  background-color: #fff;
  border: 1px solid #e1e4f0;
  border-radius: 24px;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  padding: 40px 32px;
  display: flex;
  box-shadow: 0 24px 36px -16px #0f1a453d;
}

.skl-card-white.small.center {
  width: auto;
  height: 100%;
}

.skl-card-white.small.center.full {
  min-width: 75vw;
  min-height: 65vh;
  padding: 24px;
}

.skl-card-white.skl-ui-dash {
  padding: 24px;
}

.skl-card-white.skl-ui-search {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.skl-card-white.skl-ui-search.bigger {
  margin: -8px;
}

.skl-card-white.skl-ui-features {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-color: #e1e4f0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
  box-shadow: 0 16px 36px -16px #0f1a453d;
}

.navbar-2 {
  z-index: 8;
  -webkit-backdrop-filter: blur(17px);
  backdrop-filter: blur(17px);
  background-color: #ffffffd9;
  justify-content: space-around;
  align-items: stretch;
  height: 80px;
  position: fixed;
  inset: 0% 0% auto;
}

.skl-button-con-header {
  color: #c25246;
  background-color: #ff49331f;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 600;
  transition: all .3s ease-in-out;
  display: flex;
}

.skl-button-con-header:hover {
  color: #fff;
  background-color: #e76353;
  transform: translate(0, -2px);
}

.skl-button-con-header.is-trackable {
  cursor: pointer;
}

.div-block-3403 {
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.container-2-copy {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  padding-top: 120px;
  padding-bottom: 80px;
  display: flex;
}

.text-style-gradient-minimal {
  text-align: left;
  letter-spacing: -.5px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #e76353 21%, #212f6c 57%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.15em;
}

.div-block-3324-copy {
  grid-row-gap: 24px;
  text-align: left;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-3404 {
  text-align: center;
  width: 80%;
}

.skl-section-default {
  overflow: hidden;
}

.skl-section-default.skl-margin-normal {
  z-index: 9999;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Montserrat, sans-serif;
}

.skl-section-default.skl-margin-bigtop-normalbottom {
  padding-top: 120px;
  padding-bottom: 80px;
  font-family: Montserrat, sans-serif;
}

.skl-section-default.skl-margin-small {
  padding-top: 40px;
  padding-bottom: 40px;
}

.skl-section-default.skl-margin-small.skl-bg-grey {
  background-color: #f0f2fa;
}

.skl-section-default.skl-margin-small.skl-bg-grey.pb {
  padding-bottom: 80px;
}

.skl-section-default.skl-margin-small.skl-bg-grey.test-on-section {
  display: none;
}

.skl-section-default.skl-margin-smalltop-normalbottom-copy {
  padding-top: 40px;
  padding-bottom: 80px;
}

.skl-section-default.skl-margin-normal.skl-bg {
  background-color: #f0f2fa;
}

.skl-section-default.skl-margin-normal.skl-bg.skl-lines {
  background-image: url('../images/frame-1101.svg');
  background-position: 100% 100%;
  background-size: cover;
  border: 1px solid #fff;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  padding-top: 60px;
  padding-bottom: 140px;
  box-shadow: 0 -5px 20px #a1adf01f;
}

.skl-section-default.skl-margin-normal {
  z-index: 9999;
  padding-top: 80px;
  padding-bottom: 80px;
}

.skl-section-default.skl-margin-normal.skl-bg-grey {
  background-color: #f0f2fa;
}

.skl-section-default.skl-margin-normal.skl-bg-grey.skl-lines {
  background-image: url('../images/frame-1101.svg');
  background-position: 100% 100%;
  background-size: cover;
  border-bottom: 1px solid #e1e4f0;
}

.div-block-3405 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.skl-heading-5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
}

.skl-heading-5.mid-blue {
  color: #212f6c;
  overflow: visible;
}

.skl-heading-5.medium {
  font-weight: 500;
}

.skl-heading-5.center {
  text-align: center;
}

.skl-heading-5.center.mid-age {
  color: #212f6c;
}

.skl-heading-5.bold {
  font-weight: 700;
}

.skl-heading-5.bold.white.break {
  color: #fff;
  white-space: break-spaces;
  width: 143px;
}

.div-block-3406 {
  grid-column-gap: 16px;
  display: flex;
}

.skl-card {
  grid-row-gap: 16px;
  text-align: center;
  background-color: #fff;
  border-radius: 24px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  transition: all .3s ease-in-out;
  display: flex;
  box-shadow: 0 24px 36px -15px #0f1a453d;
}

.skl-card:hover {
  transform: translate(0, -4px);
}

.skl-heading-6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
}

.skl-heading-6.text-blue {
  color: #4b5373;
}

.skl-heading-6.bold {
  font-weight: 700;
}

.skl-heading-6.bold.mid-blue {
  color: #212f6c;
}

.skl-heading-6.bold.mid-blue.ch {
  max-width: 15ch;
  min-height: 60px;
}

.skl-svg-70 {
  width: 70px;
  height: 70px;
}

.skl-div-logos-empresas {
  grid-column-gap: 24px;
  justify-content: space-around;
  display: flex;
}

.skl-description {
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
}

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

.skl-description.skl-center.skl-text-blue {
  color: #4b5373;
}

.skl-description.small {
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: 500;
}

.skl-description.small.text-blue {
  color: #4b5373;
}

.skl-description.small.text-blue.center {
  text-align: center;
}

.div-block-3407 {
  border: 1px solid #e1e4f0;
  border-radius: 24px;
  flex-direction: column;
  align-items: center;
  padding: 32px 24px;
  display: flex;
}

.skl-div-logos {
  flex: 1;
  justify-content: center;
  display: flex;
}

.skl-div-logos-img {
  width: 100%;
  height: 100%;
}

.div-block-3408 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: -50px;
  margin-bottom: 16px;
  padding: 8px 24px;
  display: flex;
}

.skl-svg-60 {
  width: 60px;
  height: 60px;
}

.skl-button-con-trilhaspersonalizadas {
  background-color: #e76353;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 600;
  transition: all .3s ease-in-out;
  display: flex;
}

.skl-button-con-trilhaspersonalizadas:hover {
  background-color: #c25246;
  transform: translate(0, -2px);
}

.skl-button-con-trilhaspersonalizadas.hide-desktop {
  display: none;
}

.skl-card-grey {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  background-color: #f0f2fa;
  border: 1px solid #e1e4f0;
  border-radius: 24px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 40px 24px;
  display: flex;
  box-shadow: 0 24px 36px -15px #0f1a453d;
}

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

.skl-heading-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 130%;
}

.skl-heading-4.mid-blue {
  color: #212f6c;
}

.skl-heading-4.mid-blue.ajuste {
  font-size: 30px;
  font-style: normal;
}

.skl-heading-4.bold {
  font-weight: 700;
}

.skl-heading-4.bold.center {
  text-align: center;
}

.skl-heading-4.bold.center.mid-blue {
  color: #212f6c;
}

.skl-paragraph-bigger {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.skl-paragraph-bigger.medium {
  font-weight: 500;
}

.skl-paragraph-bigger.medium.text-blue {
  color: #4b5373;
}

.div-block-3409 {
  flex: 1;
}

.div-block-3410 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-3411 {
  width: 70%;
}

.div-block-3412 {
  grid-column-gap: 16px;
  display: flex;
}

.div-block-3413 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  min-width: 130px;
  display: flex;
}

.div-block-3414 {
  grid-column-gap: 24px;
  display: flex;
}

.skl-paragraph-biggest {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 150%;
}

.skl-paragraph-biggest.semibold {
  font-weight: 600;
}

.skl-paragraph-biggest.semibold.dark-blue {
  color: #0f1a45;
}

.skl-paragraph-biggest.semibold.dark-blue.center {
  text-align: center;
}

.skl-paragraph-biggest.semibold.white {
  color: #fff;
}

.skl-paragraph-biggest.text-16.center {
  text-align: center;
}

.skl-paragraph-biggest.text-16 {
  color: var(--new-blue);
  text-align: center;
  max-width: 60ch;
  font-weight: 500;
}

.skl-paragraph-biggest.medium {
  font-weight: 500;
}

.skl-paragraph-biggest.medium.text-blue {
  color: #4b5373;
}

.skl-paragraph-biggest.medium.dark-blue {
  color: var(--new-blue);
  font-size: 18px;
}

.skl-line-vertical {
  background-color: #e1e4f0;
  width: 2px;
  margin-left: 8px;
  margin-right: 8px;
}

.skl-tabs-menu-trilha {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  padding: 16px 16px 24px 18px;
  display: flex;
}

.tabs-3 {
  background-image: linear-gradient(45deg, #e1e4f0 16%, #e76353 50%, #212f6c);
  border-radius: 24px;
  margin-left: -16px;
  margin-right: -16px;
  padding-top: 55px;
  position: relative;
  box-shadow: 0 24px 36px -15px #0f1a453d;
}

.skl-button-eng-exemplostrilhas {
  color: #fff;
  background-color: #0000;
  border: 2px solid #ffffff80;
  border-radius: 50px;
  margin-left: 0;
  margin-right: 0;
  padding: 6px 16px;
  font-size: 14px;
  font-weight: 400;
  transition: all .3s ease-in-out;
}

.skl-button-eng-exemplostrilhas:hover {
  background-color: #ffffff52;
}

.skl-button-eng-exemplostrilhas.w--current {
  color: #0f1a45;
  background-color: #fff;
  font-weight: 500;
}

.background-video-2 {
  z-index: 2;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  padding-top: 71%;
  position: relative;
  box-shadow: 0 4px 8px #0f1a453d;
}

.div-block-3396 {
  z-index: 5;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 4px;
  display: flex;
  position: relative;
  bottom: -55px;
}

.tab-pane-tab-1 {
  width: 100%;
  height: 100%;
  padding: 0 16px 16px;
}

.div-block-3416 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  display: flex;
}

.skl-film-content {
  background-image: url('../images/skl-film-content.webp');
  background-position: 50%;
  background-size: auto;
  flex-direction: row;
  width: 1189px;
  height: 350px;
  display: flex;
}

.skl-film-container {
  width: 100%;
  height: 100%;
}

.skl-film-container.black-bg {
  background-color: #080e26;
}

.skl-button-icon-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  box-shadow: none;
  color: #0f1a45;
  background-color: #fff;
  border: 1px solid #f0f2fa;
  border-radius: 100px;
  align-items: center;
  height: 40px;
  padding: 8px 16px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.skl-button-icon-primary:hover {
  color: #212f6c;
  background-color: #f0f2fa;
  border-color: #e1e4f0;
}

.skl-button-icon-primary.w--current {
  color: #e76353;
  background-color: #fff;
  border-color: #e76353;
}

.html-embed-copy {
  width: 12px;
  margin-bottom: -5px;
}

.image-227 {
  width: 414px;
  height: 100%;
  padding-bottom: 8px;
}

.div-block-3336-copy {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.div-block-3418 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  padding: 16px 8px 8px;
  display: flex;
}

.skl-paragraph-normal {
  margin-bottom: 0;
  font-weight: 400;
  line-height: 24px;
}

.skl-paragraph-normal.expand {
  flex: 1;
}

.skl-paragraph-normal.medium {
  font-weight: 500;
}

.skl-paragraph-normal.color {
  color: var(--new-blue);
  line-height: 24px;
}

.skl-card-blue {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  color: #fff;
  background-color: #212f6c;
  border: 1px solid #0f1a45;
  border-radius: 24px;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  transition: all .4s ease-in-out;
  display: flex;
  box-shadow: 0 24px 36px -15px #0f1a453d;
}

.skl-card-blue.skl-ui-depoimments {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.skl-tabs-menu-dash {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: 16px;
  display: flex;
}

.skl-button-int-diagnostico {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 100px;
  align-items: center;
  height: 40px;
  padding-left: 16px;
  padding-right: 16px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.skl-button-int-diagnostico:hover {
  color: #212f6c;
  background-color: #fff;
}

.image-231 {
  width: 468px;
  height: 100%;
}

.wrapper-2 {
  border-radius: 16px;
  width: 500px;
  height: 350px;
  overflow: hidden;
}

.skl-tab-panel-dash {
  background-color: #f7f9ff;
  border: 1px solid #e1e4f0;
  border-radius: 16px;
  max-width: 500px;
  min-height: 350px;
  padding: 16px 16px 24px;
}

.skl-heading-3-5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 130%;
}

.skl-heading-3-5.mid-blue {
  color: #212f6c;
}

.skl-heading-3-5.size {
  color: var(--new-blue);
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
}

.tabs-content-2 {
  width: 500px;
  min-width: 500px;
}

.html-embed-11 {
  margin-bottom: -5px;
}

.div-block-3419 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  width: 45%;
  padding: 16px 16px 16px 8px;
  display: flex;
  position: relative;
}

.skl-card-mid-blue {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  color: #fff;
  background-color: #0f1a45;
  border: 1px solid #0f1a45;
  border-radius: 24px;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  display: flex;
  box-shadow: 0 24px 36px -15px #0f1a453d;
}

.coral {
  color: #e76353;
}

.skl-heading-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
}

.skl-heading-3.center {
  text-align: center;
}

.skl-heading-3.center.bold {
  font-weight: 700;
}

.skl-heading-3.center.bold.text-blue {
  color: #212f6c;
}

.skl-heading-3.bold {
  font-weight: 700;
}

.skl-heading-3.bold.mid-blue {
  color: #212f6c;
}

.skl-heading-3.bold.mid-blue.mobile {
  width: 100%;
}

.skl-heading-3.bold.mid-blue.mobile.center-text {
  text-align: center;
  margin-bottom: 20px;
  font-size: 32px;
}

.div-block-3420 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.tabs-4 {
  align-items: flex-end;
  margin-top: -24px;
  display: flex;
}

.div-block-3421 {
  grid-row-gap: 16px;
  flex-direction: column;
  width: 35%;
  height: 0;
  padding-top: 8px;
  padding-left: 8px;
  display: flex;
  position: relative;
}

.text-block-123 {
  color: #2d4a8c;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  margin-top: 0;
  padding: 4px 8px;
  font-weight: 600;
}

.div-block-3422 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-3423 {
  width: 60%;
}

.div-block-3423.grow {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  width: 80%;
  display: flex;
}

.new---left-arrow {
  justify-content: center;
  align-items: center;
  width: 50px;
  margin-left: 0;
  display: flex;
  overflow: visible;
}

.new---right-arrow {
  justify-content: center;
  align-items: center;
  width: 50px;
  margin-right: 0;
  display: flex;
  overflow: visible;
}

.new-collection-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  height: 375px;
  max-height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

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

.new-collection {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  height: 375px;
  display: flex;
}

.div-block-3425 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  margin-bottom: 24px;
  display: flex;
}

.skl-heading-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
}

.skl-heading-2.mid-blue {
  color: #212f6c;
}

.div-block-3426 {
  width: 70%;
}

.skl-buttons-duo {
  grid-column-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.skl-bar-progress-bg {
  background-color: #f0f2fa;
  border: 1px solid #e1e4f0;
  border-radius: 50px;
  flex-direction: column;
  width: 100%;
  height: 21px;
  display: flex;
}

.no-wrap {
  white-space: nowrap;
}

.container-50 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.skl-button-con-numeros {
  background-color: #e76353;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 600;
  transition: all .3s ease-in-out;
  display: flex;
}

.skl-button-con-numeros:hover {
  background-color: #c25246;
  transform: translate(0, -2px);
}

.skl-button-con-numeros.is-trackable {
  cursor: pointer;
}

.skl-button-con-numeros.is-trackable.hide {
  display: none;
}

.div-block-3427 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-3427.padding-top {
  padding-top: 80px;
}

.skl-bar-progress {
  background-image: linear-gradient(270deg, #e76353, #212f6c 79%);
  border-radius: 50px;
  width: 100%;
  height: 20px;
  box-shadow: 0 8px 16px -4px #0f1a453d;
}

.skl-bar-progress._75pct {
  width: 75%;
}

.skl-bar-progress.mid-blue {
  background-color: #212f6c;
  background-image: none;
}

.div-block-3341-copy {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.left-arrow-7 {
  justify-content: center;
  align-items: center;
  padding-left: 16px;
  display: flex;
}

.right-arrow-6 {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-right: 16px;
  display: flex;
}

.div-block-3428 {
  text-align: left;
}

.div-block-3429 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.div-block-3430 {
  background-image: url('../images/g-rodrigues.webp');
  background-position: 50%;
  background-size: cover;
  border: 2px solid #fff;
  border-radius: 100px;
  width: 64px;
  height: 64px;
}

.div-block-3430.silvia {
  background-image: url('../images/silvia_1silvia.webp');
  background-position: 50%;
  background-size: cover;
  width: 48px;
  height: 48px;
}

.div-block-3430.diogo {
  background-image: url('../images/imagem-do-whatsapp-de-2023-03-21-as-15.05.33_1Imagem do WhatsApp de 2023-03-21 à(s) 15.05.33.webp'), url('../images/g-rodrigues.webp');
  background-position: 50%, 50%;
  background-size: cover, cover;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
}

.div-block-3430.rafella {
  background-image: url('../images/rafaella-kunii_1rafaella-kunii.webp');
  background-position: 50%;
  background-size: cover;
  width: 48px;
  height: 48px;
}

.container-51 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-3431 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.html-embed-13 {
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  box-shadow: 0 16px 24px #0f1a4552;
}

.skl-logo-dep {
  width: 150px;
  height: 60px;
}

.slide-25 {
  background-color: #fff;
  height: 100%;
  margin-right: 16px;
}

.slide-nav-12 {
  display: none;
}

.slider-12 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.div-block-3346-copy {
  width: 45%;
  margin-bottom: 0;
}

.div-block-3432 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.mask-11 {
  overflow: visible;
}

.skl-bg-explode {
  background-color: #f7f9ff;
  border: 1px solid #f0f2fa;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 120px;
  max-height: 120px;
  margin: 0 0 8px;
  padding: 8px;
  display: flex;
}

.div-block-3433 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-3434 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  display: flex;
}

.lottie-animation-3 {
  width: 100%;
  height: 100%;
}

.div-block-3435 {
  width: 45%;
  margin-bottom: 24px;
}

.slide-nav-13 {
  display: none;
}

.div-block-3436 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.skl-coral {
  color: #e76353;
}

.slider-13 {
  background-color: #0000;
  display: none;
}

.mask-12 {
  width: 32%;
  overflow: visible;
}

.div-block-3437 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.slide-26 {
  margin-right: 16px;
}

.container-52 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.skl-footer-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  margin-bottom: 0;
  display: flex;
}

.skl-footer-list-item {
  border: 1px solid #0000;
  border-radius: 20px;
  padding: 8px 12px;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

.skl-footer-list-item:hover {
  background-color: #f0f2fa;
  border: 1px solid #e1e4f0;
}

.skl-footer {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.div-block-3438 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.skl-footer-columm {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  border: 0 solid #e1e4f0;
  border-radius: 24px;
  flex-direction: column;
  flex: 1;
  align-self: stretch;
  align-items: stretch;
  padding: 24px 0;
  display: flex;
}

.exp-support-container {
  z-index: 1000;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: auto 2vw 4vw auto;
  overflow: hidden;
}

.exp-support-button {
  z-index: 1000;
  background-color: #11d697;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 7vw;
  min-width: 60px;
  max-width: 60px;
  height: 7vw;
  min-height: 60px;
  max-height: 60px;
  display: flex;
  position: relative;
}

.exp-support-icon {
  filter: invert();
  width: 50%;
}

.body-13 {
  font-family: Montserrat, sans-serif;
}

.body-13.blue {
  background-color: #f3f5fb;
}

.img-circle-empresa {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 60px;
  width: 45px;
  height: 45px;
}

.mentor-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(to top, #0f1a45cc 15%, #0000 40%), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-end;
  width: 175px;
  min-height: 415px;
  padding: 16px 10px;
  transition: all .7s;
  display: flex;
}

.mentor-block:hover {
  width: 296px;
}

.mentor-block.tg {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  margin-right: 16px;
  padding-left: 10px;
}

.skl-mentor-empresas {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  opacity: 0;
  align-self: flex-end;
  display: flex;
}

.tag-atuacao {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  color: #fff;
  background-color: #ffffff26;
  border-radius: 5px;
  padding: 4px 8px;
}

.slider-17 {
  background-color: #0000;
  min-width: 100%;
  height: auto;
}

.div-block-3556 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.collection-list-4 {
  grid-column-gap: 4px;
  display: flex;
}

.collection-list-5 {
  justify-content: space-between;
  display: flex;
}

.fs_modal-2_popup-5 {
  z-index: 999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: #0000002b;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs_modal-2_component-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  display: grid;
}

.fs_modal-2_component-3.center {
  justify-items: center;
  padding-top: 24px;
}

.fs_modal-2_content-2 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center start;
  place-items: center start;
  max-height: 90vh;
  padding: 1rem;
  display: flex;
  overflow: auto;
}

.fs_modal-2_cover {
  position: absolute;
  inset: 0%;
}

.fs_modal-2_wrapper-6 {
  z-index: 999;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: var(--white);
  color: #000;
  border: 1px solid #0000003d;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  width: 100%;
  max-width: 42rem;
  display: flex;
  position: relative;
  overflow: auto;
}

.fs_modal-2_embed {
  margin-bottom: 0;
}

.fs_modal-2_close-4 {
  cursor: pointer;
  background-color: #e1e4f01a;
  border: 1px solid #0f1a4514;
  border-radius: 0 0 0 16px;
  padding: 1rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.fs_modal-2_close-4:focus-visible, .fs_modal-2_close-4[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.html-embed-33 {
  min-width: 500px;
}

.fs_modal-2_close-icon-3 {
  opacity: .52;
  width: 1rem;
  height: 1rem;
}

.text-block-2108 {
  color: #f7f9ff;
  padding-left: 24px;
  padding-right: 24px;
}

.div-block-3557 {
  text-align: center;
  width: 80%;
}

.div-block-3558 {
  text-align: center;
  width: 90%;
  min-width: 123px;
  min-height: 12px;
}

.div-block-3559, .div-block-3560 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.skl-button-con-hero {
  background-color: #e76353;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 600;
  transition: all .3s ease-in-out;
  display: flex;
}

.skl-button-con-hero:hover {
  background-color: #c25246;
  transform: translate(0, -2px);
}

.container-53 {
  margin-bottom: -11dvh;
}

.container-54 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  min-height: 50vh;
  padding-top: 80px;
  display: flex;
}

.container-55 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  display: flex;
}

.navbar-3 {
  z-index: 8;
  -webkit-backdrop-filter: blur(17px);
  backdrop-filter: blur(17px);
  background-color: #ffffffd9;
  justify-content: space-around;
  align-items: stretch;
  height: 80px;
  position: fixed;
  inset: 0% 0% auto;
}

.div-block-3562 {
  grid-column-gap: 16px;
  display: flex;
}

.text-style-gradient {
  letter-spacing: -.5px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #e76353 21%, #212f6c 57%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.15em;
}

.div-block-3596 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.slider-20 {
  background-color: #0000;
  display: none;
}

.slide-nav-30 {
  display: none;
}

.div-block-3597 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.div-block-3598 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  display: flex;
}

.div-block-3598.vertical {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
}

.mask-21 {
  width: 32%;
  overflow: visible;
}

.lottie-animation-4 {
  width: 100%;
  height: 100%;
}

.div-block-3599 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-block-2113 {
  color: #f7f9ff;
  padding-left: 24px;
  padding-right: 24px;
}

.slide-30 {
  margin-right: 16px;
}

.div-block-3600 {
  width: 45%;
  margin-bottom: 24px;
}

.html-embed-38 {
  flex: 1;
  min-height: 100%;
}

.div-block-3603 {
  text-align: center;
  width: 90%;
}

.div-block-3604 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container-62 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding-top: 80px;
  display: flex;
}

.container-62.c-form {
  display: none;
}

.text-style-gradient-2 {
  letter-spacing: -.5px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #e76353 21%, #212f6c 57%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.15em;
}

.text-style-gradient-2.small {
  font-size: 1.3rem;
  line-height: 1.3em;
}

.text-style-gradient-2.medium {
  color: var(--new-blue);
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  font-size: 32px;
}

.div-block-3605 {
  grid-column-gap: 56px;
  grid-row-gap: 24px;
  border-top: 1px solid #0000002e;
  border-bottom: 1px solid #0000002e;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.div-block-3606 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.div-block-3607 {
  flex: 1;
  align-self: center;
  min-width: 80%;
}

.div-block-3608 {
  background-color: #fcfeff;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  padding: 40px 24px 32px;
  display: flex;
  box-shadow: 0 8px 24px -8px #0f1a4552;
}

.html-embed-39 {
  flex: 1;
  align-self: stretch;
  margin-bottom: 0;
}

.flex-block {
  justify-content: space-between;
  align-items: center;
}

.text-block-2114 {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.flex-block-2 {
  grid-column-gap: 24px;
  align-items: center;
}

.image-333 {
  border: 1px solid #00000029;
  border-radius: 11px;
  padding: 9px;
}

.skl-button-primary {
  background-color: #e76353;
  border-radius: 12px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 15px 24px;
  font-size: 16px;
  font-weight: 600;
  transition: background-color .2s, transform .2s;
  display: inline-block;
}

.skl-button-primary:hover {
  background-color: #c25246;
  transform: scale(.98);
}

.skl-cta-list-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-self: stretch;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.skl-cta-list-copy.v2 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
}

.skl-cta-list-copy.v2.gap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 0;
}

.skl-div-logos-cta-img {
  width: auto;
  height: 24px;
}

.skl-div-social-cta {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.skl-div-social-cta.hide-mobile {
  border-top: 1px solid #0000001c;
  margin-top: 8px;
  padding-top: 24px;
}

.skl-div-social-cta.hide-desktop {
  display: none;
}

.skl-div-logos-cta {
  justify-content: center;
  display: flex;
}

.html-embed-40._10 {
  margin-bottom: 0;
}

.skl-cta-div-copy {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.skl-container-logos-cta {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  display: flex;
}

.div-block-3609 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 1;
  justify-content: space-around;
  padding-top: 16px;
  padding-bottom: 24px;
  display: flex;
}

.div-block-3609.left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
}

.skl-cta-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.div-block-3610 {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.div-block-3610.v2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.div-block-3611 {
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.skl-icon-check {
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
}

.video-embed-3 {
  border-radius: 12px;
  width: 80%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  box-shadow: 0 24px 40px -12px #0f1a4580;
}

.container-63 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.div-block-3612 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.text-span-140 {
  background-color: var(--new-orange);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  text-decoration: underline;
}

.course-topic {
  max-width: 192px;
  margin-left: 16px;
  margin-right: 16px;
}

.course-topic.big {
  max-width: 263px;
}

.mask-22 {
  padding-left: 0;
  padding-right: 0;
}

.left-arrow-20 {
  justify-content: flex-end;
  margin-left: -80px;
  display: flex;
}

.right-arrow-24 {
  align-items: center;
  margin-right: -80px;
  display: flex;
}

.slider-21 {
  background-color: #ddd0;
  height: 200px;
  margin-top: 32px;
  margin-bottom: 40px;
  padding-left: 32px;
  padding-right: 32px;
}

.slide-nav-31 {
  opacity: .13;
  margin-bottom: -32px;
}

.icon-course {
  min-width: 72px;
  min-height: 72px;
}

.course-link-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  display: flex;
}

.image-334 {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.thumb {
  border-radius: 12px;
}

.empresas-fixo {
  z-index: 10;
  background-color: #fff;
  border-bottom: 1px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 110px;
  padding-top: 20px;
  padding-bottom: 10px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.empresas-fixo.static {
  background-color: #fff0;
  background-image: linear-gradient(76deg, #2d4a8c, #e76353 65%);
  border: 1px #000;
  position: static;
  overflow: hidden;
}

.body-14 {
  background-color: #f0f2fa;
  font-family: Montserrat, sans-serif;
}

.logos-empresas {
  flex-direction: row;
  width: 3500px;
  margin-top: 15px;
  display: flex;
}

.image-335 {
  mix-blend-mode: multiply;
  width: 90px;
  margin-left: 25px;
  margin-right: 25px;
}

.text-block-2115 {
  color: #0f1a4580;
  letter-spacing: 3px;
  font-weight: 600;
}

.hero-form {
  background-image: url('../images/skills-bkg.png'), radial-gradient(circle closest-corner, #fff, #f1f3fb);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  border-bottom: 2px solid #fff;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  min-height: auto;
  padding-top: 69px;
  padding-bottom: 65px;
  box-shadow: 0 12px 60px #a1b1ef26;
}

.hero-form.margin-top {
  margin-top: 110px;
}

.hero-form.margin-top.blue {
  box-shadow: none;
  background-image: radial-gradient(circle at 100% 0, #2d4a8c, #0f1a45 43%);
  border-bottom-style: none;
  border-radius: 0;
  min-height: auto;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.h1-grad {
  background-image: linear-gradient(220deg, var(--new-blue) 38%, var(--new-orange) 63%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 800;
  line-height: 62px;
}

.h1-grad.smaller {
  font-size: 42px;
  line-height: 52px;
}

.container-65 {
  max-width: 940px;
}

.container-65.flex-horizontal {
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  display: flex;
}

.hero-content-left {
  width: 50%;
  margin-right: auto;
}

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

.hero-content-left.size {
  width: 100%;
}

.form-embadado-hero {
  background-image: linear-gradient(#fff, #ffffff8c);
  border: 2px solid #fff;
  border-radius: 20px;
  width: 45%;
  padding: 20px 33px;
  display: none;
  box-shadow: 3px 4px 30px #a1b1ef33;
}

.form-embadado-hero.show {
  display: block;
}

.small {
  width: 120px;
}

.title-form {
  color: var(--new-blue);
  text-align: center;
  border-bottom: 1px solid #a1b1ef33;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-weight: 600;
}

.text-span-141 {
  color: var(--new-orange);
}

.text-span-142 {
  font-style: italic;
  font-weight: 400;
}

.heading-104 {
  color: var(--new-orange);
  text-align: center;
  line-height: 42px;
}

.heading-104.white {
  color: #fff;
  width: 650px;
  font-weight: 500;
}

.heading-104.blue {
  color: var(--new-blue);
  width: 550px;
}

.heading-104.size {
  width: 700px;
  font-weight: 500;
}

.paragraph-64 {
  color: var(--new-blue);
  text-align: center;
  font-size: 18px;
  line-height: 28px;
}

.paragraph-64.white {
  color: #fff;
}

.container-66 {
  flex-direction: column;
  align-items: center;
  max-width: 1000px;
  display: flex;
}

.mask-23 {
  flex: 1;
  align-self: stretch;
  max-width: 100%;
  overflow: visible;
}

.slide-31 {
  width: 18.65%;
  margin-right: 16px;
}

.container-67 {
  flex-direction: column;
  margin-top: 20px;
  display: flex;
  overflow: hidden;
}

.slider-22 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.slide-nav-32 {
  display: none;
}

.html-embed-41 {
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  box-shadow: 0 16px 24px #0f1a4552;
}

.text-block-2116 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.text-block-2117 {
  color: #fff;
  font-weight: 500;
}

.div-block-3618 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-end;
  margin-top: 8px;
  display: flex;
}

.collection-list-7 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  display: flex;
}

.collection-item-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
}

.div-block-3619 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  width: 35px;
  height: 35px;
}

.image-336 {
  width: 150px;
}

.mentores-section {
  flex-direction: column;
  align-items: center;
  padding-bottom: 60px;
  display: flex;
}

.mentores-section.bkg-color {
  background-color: #f0f2fa;
  padding-top: 60px;
}

.v-deo-seciton {
  background-image: linear-gradient(157deg, #0f1a45 43%, #e76353);
  min-height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.v-deo-seciton.bkg-gradient {
  background-image: linear-gradient(311deg, #0e1a45 39%, #294482);
}

.div-block-3620 {
  background-image: linear-gradient(#ffffff80, #fff3);
  border-radius: 20px;
  width: 80%;
  margin-top: 20px;
  padding: 10px;
}

.div-block-3620.gradint-block {
  background-image: linear-gradient(174deg, var(--new-blue) 38%, var(--new-orange));
}

.wrapper-video {
  border-radius: 20px;
  overflow: hidden;
}

.wrapper-video.mobile {
  display: none;
}

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

.text-span-143 {
  background-color: var(--new-orange);
  color: var(--white);
  border-radius: 5px;
  padding-left: 4px;
  padding-right: 4px;
}

.div-block-3621 {
  background-color: #0f1a45;
  border: 1px solid #fff;
  border-radius: 30px;
  align-items: center;
  width: auto;
  padding-left: 35px;
  padding-right: 35px;
  display: flex;
  box-shadow: 0 4px 20px #212f6c33;
}

.div-block-3621.padding {
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-block-2118 {
  color: var(--white);
  width: 90%;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.text-span-144 {
  color: var(--new-orange);
}

.div-block-3622 {
  width: 50%;
  margin-top: 20px;
  margin-right: 20px;
}

.div-block-3622.no-margin {
  margin-top: 0;
}

.text-block-2119 {
  color: var(--white);
  line-height: 24px;
}

.div-block-3623 {
  width: auto;
  margin-left: auto;
}

.image-337 {
  height: 320px;
}

.div-block-3624 {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  margin-top: 20px;
  display: flex;
}

.skl-film-content-2 {
  background-image: url('../images/skl-film-content.png');
  background-position: 50%;
  background-size: auto;
  flex-direction: row;
  width: 1189px;
  height: 350px;
  display: flex;
}

.image-339 {
  width: 468px;
  height: 100%;
}

.html-embed-42 {
  margin-bottom: -5px;
}

.skl-card-white-2 {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  color: #4b5373;
  background-color: #fff;
  border: 1px solid #e1e4f0;
  border-radius: 24px;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  padding: 40px 32px;
  display: flex;
  box-shadow: 0 24px 36px -16px #0f1a453d;
}

.skl-card-white-2.new {
  background-color: #fff0;
  background-image: linear-gradient(346deg, #f1f3fb, #fff);
  border-color: #fff;
  padding: 24px;
}

.skl-card-white-2.new.gif {
  align-items: flex-start;
}

.skl-card-white-2.new.gif.invert-direction {
  flex-direction: row-reverse;
}

.skl-card-white-2.new.align {
  align-items: flex-start;
  padding: 20px 35px;
}

.tabs-6 {
  align-items: flex-end;
  margin-top: -24px;
  display: flex;
}

.div-block-3630 {
  grid-row-gap: 16px;
  flex-direction: column;
  width: 35%;
  height: 0;
  padding-top: 8px;
  padding-left: 0;
  display: flex;
  position: relative;
}

.skl-tab-panel-dash-2 {
  background-color: #f7f9ff;
  border: 1px solid #e1e4f0;
  border-radius: 16px;
  max-width: 500px;
  min-height: 350px;
  padding: 16px 16px 24px;
}

.skl-button-icon-primary-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  box-shadow: none;
  color: #0f1a45;
  background-color: #fff;
  border: 1px solid #f0f2fa;
  border-radius: 100px;
  align-items: center;
  height: 40px;
  padding: 8px 16px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.skl-button-icon-primary-2:hover {
  color: #212f6c;
  background-color: #f0f2fa;
  border-color: #e1e4f0;
}

.skl-button-icon-primary-2.w--current {
  color: #e76353;
  background-color: #fff;
  border-color: #e76353;
}

.text-span-145 {
  color: var(--new-orange);
}

.section-55 {
  background-color: var(--white);
  padding-top: 60px;
  padding-bottom: 60px;
}

.text-span-146 {
  background-image: linear-gradient(to right, var(--new-blue) 49%, var(--new-orange));
  color: var(--white);
  border-radius: 10px;
  padding-left: 8px;
  padding-right: 8px;
  font-weight: 700;
}

.text-block-2121 {
  color: #212f6c;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.div-block-3633 {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.div-block-3633.align {
  align-items: flex-start;
}

.image-340 {
  width: 40px;
}

.image-341 {
  border-radius: 20px;
  height: 220px;
}

.btn-fixo {
  z-index: 10;
  background-image: linear-gradient(#0f1a4500, #0f1a45a6 65%, #0f1a45);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 110px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.btn-skl {
  background-color: var(--new-orange);
  text-align: center;
  border-radius: 10px;
  margin-bottom: 10px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 18px;
  font-weight: 700;
}

.btn-skl.is-trackable.form-embedado {
  display: none;
}

.btn-skl.form-dinamico {
  margin-top: 20px;
}

.btn-skl.form-dinamico.fixo {
  margin-top: 0;
}

.btn-skl.form-dinamico.fixo.is-trackable.utm_track.margin.w--current {
  margin-top: 20px;
}

.btn-skl.form-dinamico.is-trackable, .btn-skl.form-dinamico.is-trackable.utm_track {
  display: inline-block;
}

.text-block-2122 {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}

.text-span-147, .text-span-148 {
  color: var(--new-orange);
}

.skl-button-con-conteudos {
  background-color: #e76353;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 8px 32px;
  font-size: 16px;
  font-weight: 600;
  transition: all .3s ease-in-out;
  display: flex;
}

.skl-button-con-conteudos:hover {
  background-color: #c25246;
  transform: translate(0, -2px);
}

.skl-heading-1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 120%;
}

.skl-heading-1.skl-gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(315deg, #212f6c 38%, #e76353 75%);
  -webkit-background-clip: text;
  background-clip: text;
}

.container-68 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-3342-copy-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.skl-button-con-ctafinal {
  background-color: #e76353;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 600;
  transition: all .3s ease-in-out;
  display: flex;
}

.skl-button-con-ctafinal:hover {
  background-color: #c25246;
  transform: translate(0, -2px);
}

.skl-button-con-ctafinal.mobile {
  display: none;
}

.div-block-3343 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container-69 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-3635 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.ancoragem-btn {
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-3636 {
  width: 45%;
  height: 100%;
}

.div-block-3636.form-embed {
  display: none;
}

.image-832 {
  height: 100%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-833 {
  width: 25px;
  margin-left: 10px;
}

.text-block-2127 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.div-block-3649 {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.div-block-3649.v2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.div-block-3650 {
  background-color: #e76353;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 380px;
  padding: 18px 6px;
  display: flex;
}

.div-block-3650.is-trackable.utm_track {
  margin-top: 40px;
  text-decoration: none;
}

.div-block-3650.is-trackable.utm_track.center {
  margin-left: auto;
  margin-right: auto;
}

.container-317 {
  max-width: 940px;
}

.container-317.flex-horizontal {
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  display: flex;
}

.h1-grad-2 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(220deg, #0f1a45 38%, #e76353 63%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 800;
  line-height: 62px;
}

.h1-grad-2.white {
  background-color: #fff;
  background-image: none;
  width: 500px;
}

.body-15 {
  font-family: Montserrat, sans-serif;
}

.text-block-2128 {
  color: #0f1a4580;
  letter-spacing: 3px;
  font-weight: 600;
}

.text-block-2128.white {
  color: #fff;
}

.logos-empresas-2 {
  z-index: 2;
  flex-direction: row;
  justify-content: flex-start;
  width: 3500px;
  margin-top: 15px;
  display: flex;
  position: relative;
}

.image-834 {
  mix-blend-mode: multiply;
  width: 90px;
  margin-left: 25px;
  margin-right: 25px;
}

.section-7 {
  background-color: #f0f2fa;
  min-height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.text-block-2129 {
  color: #0f1a45;
  text-align: center;
  width: 70%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 32px;
  font-weight: 700;
  line-height: 44px;
}

.text-span-706 {
  color: #fff;
  background-color: #e76353;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

.text-block-2130 {
  color: #0f1a45;
  width: 80%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 28px;
}

.text-span-707 {
  color: #e76353;
  font-weight: 700;
}

.text-span-708 {
  color: #e76353;
  font-weight: 400;
}

.image-1046 {
  opacity: 1;
  height: 70%;
  margin-top: 0;
  margin-bottom: auto;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.text-block-2266 {
  color: #0f1a45;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.text-block-2264 {
  z-index: 2;
  color: #fff;
  letter-spacing: 5px;
  margin-bottom: 10px;
  font-size: 14px;
  position: relative;
}

.slider-34 {
  background-color: #ddd0;
  flex: 1;
}

.section-8 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-4434 {
  background-color: #f0f2fa;
  border-radius: 30px;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  display: flex;
}

.div-block-4436 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-327 {
  z-index: 2;
  width: 940px;
  position: relative;
}

.container-327.margin-up {
  margin-top: 0;
}

.d-none--2 {
  display: none;
}

.slide-nav-44 {
  background-color: #0c153d4a;
  border-radius: 100px;
  width: 80px;
  height: 30px;
  margin-left: auto;
  padding-top: 7px;
  inset: auto 5% 5% auto;
}

.image-1047 {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.text-block-2265 {
  z-index: 2;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  position: relative;
}

.text-span-682 {
  font-size: 14px;
}

.div-block-4435 {
  background-image: linear-gradient(225deg, #294381, #0e1a45 49%);
  border-radius: 30px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  height: 300px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-4437 {
  display: flex;
}

.text-block-2267 {
  color: #0f1a45;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.container-329 {
  max-width: 940px;
}

.container-329.flex-horizontal {
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  display: flex;
}

.btn-skl-2 {
  text-align: center;
  background-color: #e76353;
  border-radius: 10px;
  margin-bottom: 10px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 18px;
  font-weight: 700;
}

.btn-skl-2.form-dinamico {
  margin-top: 20px;
}

.btn-skl-2.form-dinamico.is-trackable, .btn-skl-2.form-dinamico.is-trackable.utm_track {
  display: inline-block;
}

.h1-grad-3 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(220deg, #0f1a45 38%, #e76353 63%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 800;
  line-height: 62px;
}

.h1-grad-3.size {
  font-size: 42px;
  line-height: 58px;
}

.section-56 {
  background-image: url('../images/bkg.png');
  background-position: 0 0;
  background-size: cover;
  min-height: 1080px;
}

@media screen and (min-width: 1280px) {
  .feature-title-card.white.skills {
    font-weight: 500;
  }

  .big-number-skills {
    font-weight: 600;
  }

  .hero-v2.no-overflow {
    min-height: 100vh;
  }

  .hero-foto-mentor {
    position: static;
  }

  .hero-foto-mentor.absolute {
    position: absolute;
  }

  .container-scale {
    position: relative;
  }

  .container-scale.horizontal {
    max-width: 1000px;
  }

  .line-wrapper-2 {
    background-color: #0000;
    background-image: radial-gradient(circle, #fff, #fff0);
    justify-content: center;
    align-items: center;
    width: 4px;
    height: 80%;
    display: flex;
  }

  .titulo-features {
    color: #eff2f9;
  }

  .features-title {
    grid-column-gap: 16px;
  }

  .white-line {
    flex: 0 auto;
    align-items: center;
    width: 3px;
    max-width: 3px;
    display: flex;
  }

  .div-block-3325 {
    margin-top: -200px;
  }

  .section-50 {
    background-position: 50% 25%;
    min-height: 80vh;
  }

  .container-42 {
    min-height: 80vh;
  }

  .image-329 {
    max-width: 90%;
  }

  .feature-title-card-2.white.skills {
    font-weight: 500;
  }

  .big-number-skills-2 {
    font-weight: 600;
  }

  .html-embed-33 {
    min-width: 500px;
  }

  .video-embed-3 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1440px) {
  .section {
    background-color: var(--midnight-blue);
    height: 500px;
  }

  .title {
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    padding-top: 14px;
    padding-bottom: 2px;
    font-family: Montserrat, sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 46px;
    text-decoration: none;
  }

  .slider {
    background-color: #fff;
    border-radius: 20px;
    width: 940px;
    height: 150px;
    box-shadow: 1px 1px 7px -2px #0000007d;
  }

  .icon {
    opacity: 1;
    -webkit-text-fill-color: transparent;
    background-color: #233140;
    -webkit-background-clip: text;
    background-clip: text;
    border: 1px #000;
    border-radius: 8px;
  }

  .form {
    margin-top: -25px;
  }

  .div-block-43 {
    width: 100%;
    height: 100px;
  }

  .body_g4-skills-02.alterado {
    background-image: url('../images/logo-bg-2.svg'), linear-gradient(to right, #091b33, #010410);
    background-position: 0%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: cover, auto;
  }

  .video-4 {
    width: 100%;
  }

  .footer-link {
    font-size: 12px;
  }

  .cloneable-container-default.center {
    padding-bottom: 40px;
  }

  .text-300.bold.footer-title {
    font-size: 14px;
  }

  .mg-bottom-0 {
    font-size: 12px;
  }

  .footer-top {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .grid-footer-v1---5-column {
    grid-column-gap: 40px;
    grid-row-gap: 16px;
    grid-template-columns: 2fr 1fr 1fr 1fr auto;
  }

  .logo-bar-v3-grid---brix {
    padding-top: 20px;
  }

  .card---brix-2.logo-link---brix.icons {
    min-width: 48%;
  }

  .title---brix.text-single-bold---brix.logo-bar---brix {
    margin-top: 40px;
  }

  .section-25.hero-section {
    align-self: center;
  }

  .button-12.clone-project {
    float: left;
    clear: none;
    margin-top: 20px;
    margin-bottom: 60px;
    position: relative;
    inset: 0% auto auto 0%;
  }

  .button-12.clone-project.evento.small {
    margin-top: 0;
  }

  .image-61 {
    padding-right: 15px;
  }

  .image-91 {
    margin-top: 0;
  }

  .image-92 {
    right: 8%;
  }

  .img-hero {
    right: 11%;
  }

  .div-block-3268.growth.fixed-h {
    align-items: center;
    height: 80vh;
  }

  .default-container.footer {
    background-color: #fff;
    box-shadow: 0 4px 10px 4px #00000026;
  }

  .paragraph-default.slider {
    box-shadow: none;
    background-color: #0000;
  }

  .item.big {
    width: 130px;
  }

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

  .home-review_text-wrapper {
    padding-right: 24px;
  }

  .heading-large-sf1-2 {
    color: #0f1a45;
  }

  .footer-logo-link {
    max-height: none;
  }

  .div-block-3274 {
    flex-direction: column;
    width: 300px;
    display: flex;
  }

  .link-block-8 {
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    display: flex;
  }

  .socials {
    justify-content: space-between;
    display: flex;
  }

  .div-block-3276 {
    display: block;
  }

  .footer-heading {
    font-size: 16px;
  }

  .footer-link-2.w--current {
    font-weight: 500;
  }

  .div-block-3277 {
    align-self: center;
  }

  .footer-image {
    max-width: 24vw;
  }

  .footer-heading-2 {
    font-size: 16px;
  }

  .card-palestrante-mobile.in-company:hover {
    transform: translate(0);
  }

  .section-b2b.grey.center {
    justify-content: center;
    display: flex;
  }

  .container-b2b, .container-b2b.horizontal {
    max-width: 1200px;
  }

  .container-b2b.horizontal.center {
    justify-content: center;
  }

  .lottie-animation-2 {
    inset: 0% 0% 0% auto;
  }

  .lottie-animation-2.mobile-dnone {
    min-height: 90vh;
    inset: 10% 11% 0% auto;
  }

  .heading-online.b2b.white.form-title {
    width: 80%;
    font-size: 24px;
    font-weight: 600;
  }

  .content-block-b2b._30 {
    max-width: 30%;
  }

  .content-block-b2b.right {
    align-items: flex-end;
  }

  .flip-cards-row {
    justify-content: center;
  }

  .c-card-see-more.icon {
    background-color: var(--new-orange);
  }

  .pagination {
    padding-top: 80px;
  }

  .container-form {
    grid-column-gap: 40px;
    width: 100%;
    display: flex;
  }

  .text-span-118 {
    color: var(--new-orange);
  }

  .form-incompany {
    background-color: #0f1a45;
    border-radius: 15px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .html-embed-5 {
    color: var(--new-orange);
  }

  .fade-b2b {
    z-index: 7;
    background-image: linear-gradient(to top, #0c133c 60%, #23314000);
    width: 100vw;
    min-height: 500px;
    display: none;
    position: absolute;
    inset: auto 0% 0%;
  }

  .right-arrow-b2b {
    top: 405px;
    left: 265.039px;
  }

  .left-arrow-b2b {
    color: var(--new-orange);
    top: 405px;
    left: 122px;
    overflow: visible;
  }

  .div-block-3303 {
    left: 10%;
  }

  .left-arrow-4 {
    left: 41%;
  }

  .skills-section.hero {
    background-image: url('../images/hero-skills-2-2.webp');
    background-position: 0%;
    background-size: cover;
    min-height: 95vh;
    font-family: Montserrat, sans-serif;
    display: flex;
    overflow: visible;
  }

  .skills-section.blue {
    background-color: var(--new-blue);
  }

  .skills-container {
    z-index: 1;
    max-width: 1200px;
    position: relative;
  }

  .skills-container.pt {
    align-items: center;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .skills-container.horizontal-copy.z_index1000 {
    flex-direction: row;
    align-items: center;
    display: flex;
  }

  .image-217 {
    min-width: 100vw;
    top: -18%;
  }

  .image-217.mobile-d-none {
    min-width: 100vw;
    min-height: 0%;
    display: none;
    top: -13%;
  }

  ._60 {
    max-width: 40%;
  }

  .paragraph--online.white.small {
    max-width: 77%;
  }

  .heading-b2b-new.center.white {
    color: #fff;
  }

  .heading-b2b-new.center.white._80 {
    max-width: 100%;
  }

  .cards-wrap {
    grid-column-gap: 24px;
    min-width: 100%;
    padding-top: 40px;
    display: flex;
  }

  .atributos-card {
    border-width: 3px;
    flex: 1;
    justify-content: space-between;
    padding-top: 24px;
    position: relative;
  }

  .feature-title-card {
    color: var(--new-blue);
    text-align: left;
    font-size: 19px;
    line-height: 24px;
  }

  .feature-title-card.white {
    color: var(--superclaro);
    font-size: 19px;
    font-weight: 400;
  }

  .feature-title-card.white.skills {
    font-size: 32px;
  }

  .icone {
    border-width: 3px;
    margin-top: 0;
    padding: 8px;
    position: static;
    top: -22%;
  }

  .icon-features {
    width: 50px;
    height: 50px;
  }

  .big-numbers-skills {
    grid-row-gap: 24px;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    display: flex;
  }

  .numbers-wrap {
    grid-column-gap: 24px;
    min-width: 72%;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .body-8 {
    font-family: Montserrat, sans-serif;
  }

  .big-number-skills {
    color: var(--new-orange);
    text-align: center;
    font-size: 92px;
    font-weight: 600;
    line-height: 50px;
  }

  .wrap-elements {
    grid-column-gap: 24px;
    justify-content: space-between;
    display: flex;
  }

  .wrap-elements.b2b {
    justify-content: flex-end;
  }

  .ensino-skills {
    border-top: 1px solid var(--new-orange);
    flex: 1;
    justify-content: center;
    max-width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 16px;
    display: flex;
  }

  .text-block-119 {
    color: var(--superclaro);
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 38px;
  }

  .text-block-119.title {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-3312 {
    grid-row-gap: 80px;
    flex-direction: column;
    padding-top: 24px;
    display: flex;
  }

  .item-4 {
    width: 90px;
  }

  .container-online-2 {
    max-width: 1200px;
  }

  .cloneable-container-default-copy.center {
    padding-bottom: 40px;
  }

  .title---brix-copy.text-single-bold---brix-copy.logo-bar---brix-copy {
    margin-top: 40px;
  }

  .cloneable-container-default-copy-copy.center {
    padding-bottom: 40px;
  }

  .title---brix-copy-copy.text-single-bold---brix-copy.logo-bar---brix-copy {
    margin-top: 40px;
  }

  .skl-block-plans-big {
    grid-row-gap: 80px;
    flex-direction: column;
    padding-top: 24px;
    display: flex;
  }

  .skl-block-plans-standard {
    grid-row-gap: 80px;
    object-fit: fill;
    flex-flow: column;
    flex: 0 auto;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: stretch;
    height: auto;
    min-height: 450px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 24px;
    display: flex;
    overflow: visible;
  }

  .button-14-copy {
    object-fit: fill;
  }

  .skl-block-infos {
    grid-row-gap: 80px;
    flex-direction: column;
    padding-top: 24px;
    display: flex;
  }

  .hero-v2.no-overflow {
    min-height: 70vh;
  }

  .hero-foto-mentor {
    position: static;
    inset: auto 20% 0% auto;
  }

  .hero-foto-mentor.absolute {
    max-height: 80vh;
  }

  .container-padrao, .container-scale, .container-scale.horizontal {
    max-width: 1200px;
  }

  .line-wrapper-2 {
    background-image: radial-gradient(circle, #0f1a4563, #fff0);
  }

  .content-block-3 {
    position: relative;
  }

  .div-block-3325 {
    margin-top: -146px;
  }

  .flip-cards-row-2 {
    justify-content: center;
  }

  .socials-2 {
    justify-content: space-between;
    display: flex;
  }

  .link-block-10 {
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    display: flex;
  }

  .link-block-10.v2 {
    width: auto;
    height: auto;
  }

  .new-footer {
    z-index: 6;
    position: relative;
  }

  .footer-heading-3 {
    font-size: 16px;
  }

  .navigation-container-2 {
    max-width: 1200px;
  }

  .div-block-3328 {
    flex-direction: column;
    width: 30vw;
    display: flex;
  }

  .footer-image-2 {
    max-width: 24vw;
  }

  .footer-logo-link-2 {
    max-height: none;
  }

  .default-container-imersao.footer {
    background-color: #0000;
  }

  .text-block-148._2 {
    padding-top: 32px;
  }

  .image-325 {
    min-width: 100vw;
  }

  .image-326 {
    inset: auto 0% 0% auto;
  }

  .image-329 {
    max-width: 90%;
  }

  .videowrapper {
    max-width: 80%;
  }

  .navigation-menu-2 {
    padding-right: 0;
  }

  .navigation-container-3 {
    max-width: none;
    margin-left: 10%;
    margin-right: 10%;
  }

  .skl---body {
    flex-direction: column;
    align-items: stretch;
  }

  .div-block-3368 {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .skl---footer {
    justify-content: space-around;
    align-items: stretch;
  }

  .skl---p {
    font-size: 12px;
  }

  .skl---section {
    justify-content: space-around;
    align-items: stretch;
  }

  .heading-b2b-new-2.center.white {
    color: #fff;
  }

  .heading-b2b-new-2.center.white._80 {
    max-width: 100%;
  }

  .icone-2 {
    border-width: 3px;
    margin-top: 0;
    padding: 8px;
    position: static;
    top: -22%;
  }

  .feature-title-card-2 {
    color: #0f1a45;
    text-align: left;
    font-size: 19px;
    line-height: 24px;
  }

  .feature-title-card-2.white {
    color: #fcfeff;
    font-size: 19px;
    font-weight: 400;
  }

  .feature-title-card-2.white.skills {
    font-size: 32px;
  }

  .text-block-184 {
    color: #fcfeff;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 38px;
  }

  .text-block-184.title {
    padding-top: 0;
    padding-bottom: 0;
  }

  .ensino-skills-2 {
    border-top: 1px solid #e76353;
    flex: 1;
    justify-content: center;
    max-width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 16px;
    display: flex;
  }

  .big-number-skills-2 {
    color: #e76353;
    text-align: center;
    font-size: 92px;
    font-weight: 600;
    line-height: 50px;
  }

  .html-embed-33 {
    min-width: 500px;
  }

  .skl-cta-list-copy.v2.gap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-3610.v2 {
    width: 95%;
  }

  .hero-form.margin-top.blue {
    min-height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .h1-grad {
    width: 90%;
  }

  .container-65.flex-horizontal {
    justify-content: space-between;
    max-width: 1100px;
  }

  .hero-content-left {
    width: 50%;
    margin-right: auto;
  }

  .form-embadado-hero {
    width: 40%;
  }

  .div-block-3636 {
    width: 45%;
  }

  .div-block-3649.v2 {
    width: 95%;
  }

  .container-317.flex-horizontal {
    justify-content: space-between;
    max-width: 1000px;
  }

  .h1-grad-2 {
    width: 90%;
  }

  .container-329.flex-horizontal {
    justify-content: space-between;
    max-width: 1100px;
  }

  .h1-grad-3 {
    width: 90%;
  }
}

@media screen and (min-width: 1920px) {
  .section {
    background-color: var(--new-blue);
    -webkit-text-fill-color: inherit;
    mix-blend-mode: color-dodge;
    background-clip: border-box;
  }

  .div-block-43 {
    height: 40px;
  }

  .cloneable-container-default.center {
    padding-bottom: 40px;
  }

  .cta-section {
    margin-top: 70px;
    padding-top: 0;
  }

  .container-13 {
    padding-left: 0;
    padding-right: 0;
  }

  .cta-illustration {
    max-width: 63%;
    top: -39px;
  }

  .section-25.hero-section {
    text-align: center;
    text-align: center;
    align-self: center;
    display: flex;
  }

  .text-size-medium-sf1.testimonial {
    font-family: Montserrat, sans-serif;
  }

  .img-hero {
    inset: auto 19% 0% auto;
  }

  .bold-text-12 {
    font-size: 42px;
  }

  .hero-bg {
    top: -19%;
  }

  .slider-wrapper {
    order: 0;
    padding-left: 0;
  }

  .item.small {
    width: 58px;
  }

  .div-block-3274 {
    width: 20vw;
  }

  .footer-image {
    height: 2vw;
  }

  .container-b2b.horizontal.center {
    justify-content: center;
  }

  .lottie-animation-2.mobile-dnone {
    min-height: 90vh;
    top: 12%;
    bottom: 0%;
  }

  .timeline_progress {
    z-index: -6;
  }

  .fade-b2b {
    min-height: 500px;
  }

  .div-block-3300 {
    min-height: 150px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-3301 {
    padding-right: 81px;
  }

  .div-block-3303 {
    left: 27%;
  }

  .text-block-112 {
    max-width: 50ch;
  }

  .left-arrow-4 {
    left: 41%;
  }

  .container-26 {
    padding-left: 16%;
    padding-right: 16%;
  }

  .slide-23 {
    min-height: 110%;
  }

  .skills-section.hero {
    background-position: 9% 59%;
    background-size: 107vw;
    max-width: 100vw;
    min-height: 70vh;
    overflow: visible;
  }

  .image-217 {
    top: -8%;
  }

  .image-217.mobile-d-none {
    top: -18%;
  }

  .image-217.desk-d-none {
    min-width: 0;
  }

  .paragraph--online.white.small {
    max-width: 100%;
  }

  .feature-title-card.white.skills {
    font-size: 32px;
  }

  .big-numbers-skills {
    grid-row-gap: 24px;
  }

  .numbers-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .big-number-skills {
    font-size: 92px;
  }

  .slider-wrapper-3 {
    order: 0;
    padding-left: 0;
  }

  .heading-42-copy {
    padding-left: 140px;
    padding-right: 140px;
  }

  .cloneable-container-default-copy.center, .cloneable-container-default-copy-copy.center {
    padding-bottom: 40px;
  }

  .hero-v2.no-overflow.p-p.padding-header {
    min-height: 70vh;
  }

  .hero-foto-mentor.absolute {
    max-height: 70vh;
  }

  .section-scale-v2.white.feixa {
    padding-top: 0;
  }

  .div-block-3325 {
    background-position: 100% 0;
    margin-top: -91px;
  }

  .navigation.header-elementor.in-company {
    position: relative;
  }

  .link-block-11 {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
  }

  .div-block-3328 {
    width: 20vw;
  }

  .footer-image-2 {
    max-width: 300px;
    height: auto;
  }

  .image-325 {
    min-width: 100vw;
  }

  .image-326 {
    inset: auto 0% 0% auto;
  }

  .section-50, .container-42 {
    min-height: 60vh;
  }

  .image-329 {
    max-width: 94%;
  }

  .heading-42-copy-2 {
    padding-left: 140px;
    padding-right: 140px;
  }

  .container-43 {
    padding-left: 0;
    padding-right: 0;
  }

  .navigation-container-3 {
    justify-content: space-between;
    margin-left: 20%;
    margin-right: 20%;
  }

  .feature-title-card-2.white.skills {
    font-size: 32px;
  }

  .big-number-skills-2 {
    font-size: 92px;
  }

  .img-circle-empresa {
    width: 50px;
    height: 50px;
  }

  .mentor-block {
    background-image: linear-gradient(to top, #0f1a45 1%, #fff0 38%), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .skl-mentor-empresas {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    display: flex;
  }

  .tag-atuacao {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background-color: #ffffff40;
    border-radius: 5px;
    align-self: flex-start;
    padding: 4px 8px;
  }

  .div-block-3556 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .html-embed-33 {
    min-width: 500px;
  }

  .container-65.flex-horizontal {
    max-width: 1200px;
  }

  .hero-content-left {
    width: 45%;
  }

  .skl-card-white-2.new.dash {
    height: 50%;
    margin-top: 126px;
    margin-bottom: auto;
  }

  .container-317.flex-horizontal, .container-329.flex-horizontal {
    max-width: 1200px;
  }

  .div-block-4438 {
    justify-content: center;
    align-items: center;
    width: 50%;
    min-height: 1080px;
    margin-top: auto;
    margin-bottom: 448px;
    margin-left: 475px;
    display: flex;
  }

  .body-16 {
    font-family: Montserrat, sans-serif;
  }
}

@media screen and (max-width: 991px) {
  .columns-3 {
    width: 90%;
    height: 550px;
    min-height: 550px;
  }

  .buttton-large {
    padding-left: 40px;
    padding-right: 40px;
  }

  .logo-clientes {
    object-fit: contain;
    max-width: 100%;
    display: block;
  }

  .div-block-18 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .section-10 {
    min-height: 240px;
  }

  .div-block-19 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .container-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    flex: 0 auto;
    grid-template: "."
    / 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    place-content: stretch;
    align-self: auto;
    align-items: flex-start;
    max-width: 90%;
    display: flex;
  }

  .section-13 {
    background-position: 150%;
  }

  .columns-5, .container-5 {
    width: 90%;
  }

  .main---big {
    height: 900px;
    min-height: 1280px;
    max-height: 1400px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .columns-7 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    width: 90%;
  }

  .column-7 {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .div-block-21 {
    flex-direction: row;
    align-items: center;
  }

  .section-17 {
    display: block;
    overflow: hidden;
  }

  .mask-3 {
    height: 410px;
    max-height: 450px;
  }

  .slider-3 {
    height: auto;
  }

  .div-block-22 {
    width: 65%;
  }

  .footer {
    padding-left: 40px;
    padding-right: 40px;
  }

  .columns-8 {
    width: 90%;
  }

  .container-6 {
    max-width: 90%;
  }

  .div-block-26, .mask-4 {
    width: 100%;
  }

  .slider-4 {
    width: 90%;
  }

  .div-block-27 {
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

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

  .t-tulo-01 {
    font-size: 28px;
    line-height: 30px;
  }

  .t-tulo-03 {
    font-size: 22px;
    line-height: 26px;
  }

  .div-block-30 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 60%;
    display: flex;
  }

  .t-tulo-03---center {
    margin-left: auto;
    margin-right: auto;
  }

  .paragrafo-03---bold {
    text-align: center;
    line-height: 18px;
  }

  .column-10 {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .tabs-menu {
    justify-content: space-between;
    width: 60%;
    display: flex;
  }

  .image-19 {
    width: 100%;
  }

  .heading-5, .heading-6, .heading-7, .heading-8 {
    font-size: 22px;
    line-height: 28px;
  }

  .heading-9, .heading-10, .heading-11, .heading-12 {
    font-family: Montserrat, sans-serif;
    font-size: 22px;
    line-height: 28px;
  }

  .paragrafo-03---bold-copy {
    text-align: left;
    line-height: 18px;
  }

  .container-9, .container-10 {
    max-width: 90%;
  }

  .form-title {
    font-size: 16px;
  }

  .heading-16 {
    font-size: 38px;
  }

  .text-300.bold.footer-title {
    margin-bottom: 24px;
  }

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

  .footer-bottom {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .footer-top {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .grid-footer-v1---5-column {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .faq-top {
    padding: .5rem;
  }

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

  .heading-large {
    font-size: 3.5rem;
  }

  .intro-centered {
    max-width: 35rem;
  }

  .faq-intro {
    padding-bottom: 3.5rem;
  }

  .faq-icon {
    width: 4rem;
    min-width: 4rem;
    height: 4rem;
    min-height: 4rem;
  }

  .heading-small {
    font-size: 28px;
  }

  .form-gradient-background-element {
    left: -107px;
  }

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

  .page-padding-2 {
    padding-left: 36px;
    padding-right: 36px;
  }

  .vertical-spacing {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .vertical-spacing._160-both-side {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .card---brix.testimonial-v1---brix {
    padding-left: 48px;
    padding-right: 48px;
  }

  .mask---brix {
    margin-left: 20px;
  }

  .mask---brix.testimonial-v1---brix {
    margin-left: 0;
  }

  .cloneable-container-default-2 {
    padding-top: 80px;
    padding-bottom: 80px;
    overflow: hidden;
  }

  .cloneable-container-default-2.no-w {
    min-height: 0;
  }

  .slider-arrow---brix.small---brix.right---brix.b2b {
    right: -39%;
  }

  .slider-arrow---brix.small---brix.left---brix.b2b {
    display: flex;
    inset: 341px 0% 0% auto;
  }

  .cta-grid-1 {
    grid-row-gap: 60px;
    grid-template-columns: 1.5fr;
    max-height: none;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .cta-illustration {
    margin-top: -30px;
  }

  .countup-title---brix-agency {
    font-size: 22px;
    line-height: 33px;
  }

  .countup-number---brix {
    font-size: 80px;
    line-height: 87px;
  }

  .logo-bar-v3-grid---brix {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
    padding-left: 16px;
    padding-right: 16px;
  }

  .card---brix-2.logo-link---brix.icons {
    flex: 1;
    min-width: 45%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .logo---brix {
    padding-left: 6px;
    padding-right: 6px;
    display: block;
  }

  .logo---brix.facebook---brix {
    width: 140px;
  }

  .title---brix.text-single-bold---brix.logo-bar---brix {
    margin-bottom: 24px;
  }

  .section-25.hero-section.no-p {
    padding-top: 24px;
  }

  .container-14.grid.horizontal {
    flex-direction: column;
  }

  .button-12.clone-project.evento.small {
    margin-top: 0;
  }

  .heading-34.assessment {
    font-size: 28px;
    line-height: 39px;
  }

  .hero-content-w.center {
    margin-bottom: 1rem;
  }

  .div-block-3258 {
    flex: 0 auto;
  }

  .modal-2 {
    height: 80vh;
    overflow: auto;
  }

  .modal-content-w {
    height: auto;
  }

  .modal-w {
    margin-top: 0;
    padding-top: 4vh;
    padding-bottom: 4vh;
  }

  .modal-1-popup {
    display: none;
  }

  .image-91._w-adjust {
    max-width: 40%;
  }

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

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

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

  .modal-2-popup-2 {
    display: none;
  }

  .video-block.no-pt {
    margin-top: 0;
  }

  .video-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .testimonials_arrow {
    background-color: #fa7268;
    top: 340px;
  }

  .testimonials_arrow.is-left.bottom-p {
    margin-top: -121.997px;
    top: 426px;
  }

  .testimonials_arrow.is-left.bottom-p.assessment {
    margin-top: -126.997px;
  }

  .testimonials_arrow.botton-p {
    margin-top: -121.997px;
    top: 426px;
  }

  .testimonials_arrow.botton-p.assessment {
    margin-top: -126.997px;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .dark-bg {
    z-index: 1;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-h1 {
    font-size: 24px;
    line-height: 31px;
  }

  .div-block-3260 {
    width: 50%;
  }

  .image-92 {
    z-index: -1;
    width: 100%;
    max-width: 451px;
    position: static;
    inset: auto 0% 0% auto;
  }

  .image-92.growth {
    margin-left: 0;
  }

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

  .accordion-item-content {
    margin-right: 0;
  }

  .img-hero {
    width: 400px;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .hero-paragraph.i-m {
    color: #949eac;
  }

  .gradient-btn.fixed-width {
    order: -1;
    align-self: center;
  }

  .gradient-btn.fixed-width.last {
    order: -1;
  }

  .header-content {
    justify-content: flex-end;
    max-width: 100%;
    padding-bottom: 40px;
  }

  .header-content.growth {
    max-width: 100%;
    position: relative;
  }

  .hero-h1.acim {
    background-image: linear-gradient(135deg, var(--muito-claro), #b0b0b0 55%);
    color: var(--muito-claro);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
  }

  .div-block-3268 {
    flex-wrap: nowrap;
    align-items: flex-end;
    height: 39.6em;
  }

  .div-block-3268.growth {
    height: auto;
    padding-bottom: 0;
  }

  .logo-head {
    width: 450px;
    position: relative;
  }

  .div-block-3269 {
    justify-content: center;
    margin-top: 0;
  }

  .hero-bg {
    display: block;
  }

  .hero-bg.desk {
    display: none;
  }

  .hero-imersoes {
    min-height: 0;
    padding-top: 0;
  }

  .default-container {
    padding-left: 24px;
    padding-right: 24px;
    position: relative;
  }

  .default-container.hero {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .default-container.hero.no-p.i-m {
    background-color: #1f2a37;
    height: auto;
    min-height: 0;
  }

  .default-container.hero.no-p.i-m.middle-color {
    background-image: linear-gradient(to bottom, white 19%, var(--midnight-blue) 19%);
  }

  .default-container.no-p._2 {
    padding-bottom: 0;
  }

  .default-container.footer {
    padding: 24px;
  }

  .button__inner {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border: 1px #fff;
    flex-direction: column;
    align-items: center;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    display: flex;
  }

  .gap-column {
    padding-bottom: 40px;
  }

  .gap-column.left {
    padding-left: 0;
  }

  .gap-column.right {
    padding-right: 0;
  }

  .paragraph-default.hero-palestras {
    width: 75%;
  }

  .bg-logo {
    z-index: 2;
    inset: 52% auto 0% 0%;
  }

  .heading-39.white {
    font-size: 24px;
    display: block;
  }

  .heading-39.blue.center {
    font-size: 24px;
  }

  .button_content {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 400;
  }

  .flex {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .gradient__ball.gradient__ball--1 {
    opacity: .07;
    background-color: #fd384673;
    background-image: linear-gradient(to right, #fa7268, #ffa05c);
  }

  .gradient__ball.gradient__ball--2 {
    opacity: .24;
    background-image: linear-gradient(78deg, #233140, #3e4e60);
  }

  .button__text {
    width: 100%;
  }

  .image-94 {
    width: 40px;
  }

  .flexbox.p-t {
    grid-row-gap: 80px;
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .flexbox.p-t.gap-adjust {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-top: 0;
  }

  .flexbox.footer {
    flex-direction: column;
    padding: 0;
  }

  .home-review_slider-mask.incompany-test {
    max-width: 80vw;
  }

  .heading-h3.blue.no-capitalize {
    font-size: 20px;
  }

  .heading-large-sf1-2 {
    text-align: center;
    font-size: 24px;
  }

  .home-review_component {
    grid-template-columns: minmax(1px, 1fr);
    grid-auto-flow: row;
  }

  .home-review_slider-nav {
    bottom: -2.9rem;
  }

  .mentores {
    flex-wrap: nowrap;
  }

  .mentores-descricao.width-adjust {
    height: auto;
  }

  .columns-10 {
    flex-direction: column;
  }

  .div-block-60 {
    grid-row-gap: 0px;
  }

  .image-95 {
    top: 15%;
  }

  .bg-light {
    top: -10%;
  }

  .slider-container {
    width: 100vw;
  }

  .modal__body {
    width: 84%;
    padding-left: 0;
    padding-right: 0;
  }

  .mobile-d-none {
    display: none;
  }

  .testimonials1-16_text-container {
    align-items: center;
    padding-left: 8px;
    padding-right: 8px;
  }

  .video-modal._2 {
    display: none;
  }

  .video-modal._1 {
    z-index: 4;
    display: none;
  }

  .video-modal._3 {
    display: none;
  }

  .testimonials1-16_slider-container {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .desk-d-none {
    grid-row-gap: 24px;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }

  .big-number {
    align-items: flex-start;
  }

  .big-number.description {
    text-align: center;
    line-height: 27px;
  }

  .column-23 {
    align-items: center;
  }

  .div-block-55 {
    padding-bottom: 40px;
  }

  .div-block-3273 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .footer-logo-link {
    flex: 1;
    justify-content: center;
    height: auto;
  }

  .footer-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-3274 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: auto;
  }

  .div-block-3275 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .div-block-3275.no-p {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-3276 {
    align-items: center;
    height: 5vw;
    display: flex;
  }

  .footer-flex-container {
    padding-top: 24px;
  }

  .div-block-3277 {
    align-self: stretch;
  }

  .footer-image {
    width: 300px;
    max-width: none;
    height: auto;
  }

  .hero-h1, .hero-h1.center.white, .hero-h1.center.white.width {
    background-image: none;
  }

  .hero-h1.palestras.assessment {
    margin-top: 10px;
  }

  .cta-palestras {
    align-self: center;
    width: 80%;
    margin-top: 48px;
    font-size: 20px;
  }

  .big-numbers {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .image-201 {
    width: 100%;
  }

  .play-btn {
    top: 35%;
    left: 43%;
  }

  .newsletter {
    width: 80%;
  }

  .palestras-desk {
    display: none;
  }

  .palestras-mobile {
    width: 100%;
    display: block;
    overflow: hidden;
  }

  .slide_inner {
    box-shadow: 0 8px 14px 5px #0000001c;
  }

  .mentor-img-mobile {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }

  .slide_item {
    width: 80%;
  }

  .slide_arrows {
    justify-content: center;
  }

  .html-embed-4 {
    margin-right: 0;
  }

  .itens-wrap {
    justify-content: space-between;
    padding-bottom: 24px;
  }

  .container-21 {
    margin-top: -138px;
  }

  .section-b2b.hero {
    height: auto;
    min-height: 30vh;
  }

  .hero-b2b-content._80 {
    align-items: center;
    max-width: 100%;
  }

  .heading-b2b {
    text-align: center;
    font-size: 34px;
    line-height: 40px;
  }

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

  .heading-online {
    text-align: center;
    font-size: 24px;
  }

  .heading-online.b2b.white.form-title {
    width: 100%;
  }

  .empresas-b2b {
    flex-wrap: wrap;
    justify-content: center;
  }

  .empresa-img {
    width: 100px;
  }

  .content-block-b2b._80 {
    max-width: 100%;
  }

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

  .timeline_date-text {
    font-size: 26px;
  }

  .container-22 {
    width: auto;
    max-width: none;
    margin-left: 20px;
    margin-right: 20px;
  }

  .lider-cta {
    white-space: nowrap;
  }

  .flip-cards-row {
    grid-row-gap: 24px;
    flex-flow: column wrap;
  }

  .card-img {
    min-width: 245px;
  }

  .flip-card-title {
    font-size: 18px;
  }

  .flip-cards-wrap {
    grid-column-gap: 24px;
    justify-content: center;
  }

  .image-206 {
    z-index: -4;
    display: none;
  }

  .home-review_component-2 {
    grid-template-columns: minmax(1px, 1fr);
    grid-auto-flow: row;
    max-width: 80vw;
  }

  .collection-item {
    flex: 1;
    min-width: 100%;
    max-width: none;
  }

  .products-filter {
    grid-column-gap: 24px;
  }

  .checkboxes {
    grid-row-gap: 4px;
    flex-wrap: wrap;
  }

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

  .form-incompany {
    min-width: 100%;
  }

  .html-embed-5 {
    width: 100%;
  }

  .faq-online.small {
    max-width: 100%;
  }

  .img-container {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    height: 700px;
  }

  .legenda-assessment {
    margin-bottom: 40px;
    margin-left: 24px;
    margin-right: 24px;
  }

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

  .number-legenda.descricao {
    font-size: 16px;
    line-height: 24px;
  }

  .right-arrow-b2b {
    display: flex;
    top: 412px;
    left: 30%;
    overflow: visible;
  }

  .left-arrow-b2b {
    display: block;
    top: 412px;
    left: 202px;
  }

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

  .button-online.blue {
    align-self: center;
  }

  .button-online.outline {
    min-width: 316px;
    max-width: 316px;
  }

  .div-block-3292 {
    align-items: center;
  }

  .div-block-3293 {
    flex-direction: column;
    justify-content: center;
    align-self: center;
    min-height: 180px;
    display: flex;
  }

  .div-block-3296 {
    flex-direction: column;
    align-self: center;
    align-items: stretch;
  }

  .div-block-3297 {
    flex-direction: column;
    align-items: stretch;
  }

  .div-block-3298 {
    align-self: center;
  }

  .slide-nav-9 {
    top: 102%;
  }

  .right-arrow-3 {
    top: 102%;
    left: 19%;
  }

  .left-arrow-4 {
    top: 102%;
    left: 36%;
  }

  .text-block-113 {
    max-width: 100ch;
  }

  .skills-section.hero {
    min-height: 0;
  }

  .skills-section.hero.demo {
    min-height: auto;
  }

  .skills-section.bg-colorido.faixas-brancas {
    background-image: url('../images/bg-skills.webp');
    background-position: 50%;
    background-size: cover;
    padding-top: 0;
    padding-bottom: 0;
  }

  .skills-container {
    max-width: 100%;
  }

  .skills-container.horizontal {
    flex-direction: column;
    max-width: 100%;
  }

  .skills-container.horizontal.mobile-invert {
    flex-direction: column-reverse;
    padding-bottom: 0;
  }

  .skills-container.horizontal.detailsbottom {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: space-between;
  }

  .skills-container.horizontal-copy {
    flex-direction: column;
    max-width: 100%;
  }

  .image-217.desk-d-none {
    min-width: 100vw;
    min-height: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-hero-b2b {
    font-size: 34px;
    line-height: 40px;
  }

  ._60 {
    max-width: 100%;
  }

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

  ._60.center.v2 {
    text-align: center;
    max-width: 90%;
  }

  .heading-b2b-new {
    text-align: center;
    font-size: 24px;
  }

  .heading-b2b-new.white.ch {
    max-width: none;
  }

  .paragraph-online.mobile-center {
    text-align: center;
  }

  .cards-wrap {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .cards-wrap.demo {
    flex-flow: wrap;
  }

  .atributos-card {
    grid-column-gap: 40px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .atributos-card.grow {
    flex-direction: column;
    flex: 0 48%;
    align-items: flex-start;
  }

  .icone {
    margin-top: 0;
  }

  .wrap-elements.b2b {
    flex-direction: row;
    align-items: center;
  }

  .div-block-3312 {
    padding-top: 0;
  }

  .slider-wrapper-3 {
    height: 100px;
  }

  .heading-online-2 {
    text-align: center;
    font-size: 24px;
  }

  .heading-online-2.white {
    font-size: 24px;
    display: block;
  }

  .heading-online-2.white.center.margin {
    font-size: 18px;
  }

  .slider-8 {
    height: auto;
    min-height: 140px;
  }

  .div-block-3314 {
    flex-direction: column;
  }

  .div-block-3315 {
    align-items: center;
  }

  .mask-9 {
    height: auto;
    min-height: 0;
  }

  .right-arrow-4 {
    inset: auto 0% 0% auto;
  }

  .slide-nav-10 {
    width: 100%;
  }

  .lider-heading.center-mobile {
    padding-top: 24px;
  }

  .slide-24 {
    padding-bottom: 0;
  }

  .home-review_slider-2._80 {
    width: 100%;
  }

  .formulario-skills {
    grid-row-gap: 24px;
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .formulario-skills.m-l {
    margin-left: 0;
  }

  .section-online {
    padding: 24px;
  }

  .section-online.no-overflow {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .container-online-2 {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-3320 {
    justify-content: space-between;
    display: flex;
  }

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

  .title---brix-copy.text-single-bold---brix-copy.logo-bar---brix-copy {
    margin-bottom: 24px;
  }

  .testimonial-slider-left {
    left: -20px;
  }

  .testimonial-slider-right {
    right: -20px;
  }

  .columns-13-copy {
    margin-left: 20px;
    margin-right: 20px;
    padding-right: 0;
  }

  .title---brix-copy-copy.text-single-bold---brix-copy.logo-bar---brix-copy {
    margin-bottom: 24px;
  }

  .heading-42-copy {
    padding-left: 60px;
    padding-right: 60px;
  }

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

  .heading-42-copy-copy {
    padding-left: 60px;
    padding-right: 60px;
  }

  .columns-13-copy-copy {
    margin-left: 20px;
    margin-right: 20px;
    padding-right: 0;
  }

  .skl-block-plans-big, .skl-block-plans-standard {
    padding-top: 0;
  }

  .skl-block-infos {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-skills, .sub-heading-skills {
    text-align: center;
    font-size: 48px;
  }

  .text-skills, .sub-heading-skills-plans {
    text-align: center;
    font-size: 24px;
  }

  .lightbox-link-2 {
    justify-content: center;
    display: flex;
  }

  .heading-hero {
    align-self: flex-start;
    font-size: 34px;
    line-height: 40px;
  }

  .heading-hero.small.white {
    font-size: 40px;
    line-height: 48px;
  }

  .hero-v2 {
    min-height: 0;
  }

  .hero-v2.no-overflow {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    min-height: 0;
    padding-top: 0;
  }

  .hero-v2.no-overflow.p-p {
    padding-bottom: 145px;
  }

  .default-btn.p-p {
    align-self: center;
  }

  .hero-foto-mentor {
    display: none;
  }

  .container-padrao {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-padrao.horizontal {
    flex-direction: column-reverse;
  }

  .im-heading-2 {
    font-size: 24px;
    line-height: 36px;
  }

  .section-scale-v2.white {
    overflow: visible;
  }

  .container-scale {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-scale.horizontal {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .container-scale.horizontal.mobile-invert {
    z-index: 5;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
  }

  .container-scale.horizontal.mobile-invert.faixa {
    padding-left: 24px;
    padding-right: 24px;
  }

  .container-scale.horizontal.gap {
    flex-direction: column;
  }

  .content-block-2 {
    justify-content: flex-start;
  }

  .features-title {
    justify-content: flex-start;
    align-self: center;
  }

  .content-block-3.mobile-center {
    align-self: center;
  }

  .content-block-3.mobile-center._80 {
    max-width: 100%;
  }

  .content-block-3.ml {
    padding-left: 0;
  }

  .content-block-3._80 {
    max-width: 100%;
  }

  .div-block-3325 {
    background-image: url('../images/empty-div-bg-mob.svg');
    background-position: 50% 0;
    background-size: cover;
    margin-top: -159px;
    padding-top: 101px;
  }

  .flip-cards-row-2 {
    grid-row-gap: 24px;
    flex-flow: column wrap;
  }

  .div-block-3327 {
    max-width: 100%;
  }

  .footer-left-block {
    align-items: center;
    min-width: 100%;
    padding-right: 0;
  }

  .socials-2.v2 {
    grid-column-gap: 0px;
    width: 80%;
  }

  .footer-rifht-block {
    justify-content: space-between;
  }

  .dropdown-toggle-4 {
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .navigation-menu {
    color: #393b6a;
    background-color: #fff;
    border: 1px solid #0000001f;
    border-radius: 8px;
    flex-flow: column;
    margin-left: 16px;
    margin-right: 16px;
    padding: 12px;
    position: absolute;
    box-shadow: 4px 4px 9px #0000000f;
  }

  .navigation-menu.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .dropdown-toggle-3 {
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .dropdown-toggle-3.mobile-expand {
    justify-content: flex-start;
    padding-left: 0;
    font-size: 24px;
    line-height: 24px;
  }

  .logo-link {
    margin-right: 0;
  }

  .nav-link-2 {
    align-self: center;
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .nav-link-2.mobile-expand {
    text-align: left;
    align-self: flex-start;
    font-size: 24px;
    line-height: 24px;
  }

  .navigation-wrapper {
    align-items: center;
    width: auto;
    display: flex;
  }

  .navigation {
    position: relative;
  }

  .navigation.header-elementor {
    position: fixed;
  }

  .dropdown-list-header-elementor.mobile-navbar.w--open {
    box-shadow: none;
    border-style: solid;
    margin-top: 24px;
    font-size: 18px;
    line-height: 24px;
    position: static;
  }

  .menu-icon {
    color: #485c78;
  }

  .menu-button {
    border-radius: 40px;
  }

  .menu-button.w--open {
    background-color: #ea7462;
  }

  .div-block-3328 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: auto;
  }

  .footer-image-2 {
    width: 280px;
    max-width: none;
    height: auto;
    padding-bottom: 24px;
  }

  .footer-logo-link-2 {
    flex: 1;
    height: auto;
  }

  .default-container-imersao {
    padding-left: 24px;
    padding-right: 24px;
    position: relative;
  }

  .default-container-imersao.footer {
    padding: 24px;
  }

  .text-o.black.padding {
    line-height: 24px;
  }

  .image-319 {
    right: -13%;
  }

  .image-320 {
    left: -265px;
  }

  .div-block-3334 {
    flex-direction: column;
  }

  .div-block-3336 {
    align-items: center;
    padding-top: 33px;
  }

  .container-34 {
    padding-left: 38px;
    padding-right: 38px;
  }

  .div-block-3337 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .div-block-3338 {
    justify-content: center;
  }

  .button-16 {
    padding-left: 117px;
    padding-right: 117px;
  }

  .card-vitrine-forbusiness {
    align-self: center;
    align-items: center;
  }

  .holder-cards {
    grid-row-gap: 32px;
    flex-direction: column;
  }

  .testimonials1-15-arrow_right {
    right: -10px;
  }

  .testimonials1-15-arrow_left {
    left: -10px;
  }

  .image-327 {
    top: 15%;
  }

  .div-block-3357 {
    padding-bottom: 40px;
  }

  .section-50 {
    background-image: url('../images/hero-mobile.png');
    background-position: 0%;
  }

  .div-block-3358 {
    flex-direction: column;
  }

  .div-block-3359 {
    align-self: center;
    align-items: center;
  }

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

  .div-block-3360 {
    justify-items: start;
  }

  .div-block-3362 {
    padding-bottom: 40px;
  }

  .div-block-3363 {
    flex-direction: column;
  }

  .section-51 {
    padding-top: 25px;
  }

  .countup-title---brix-agency-2 {
    font-size: 22px;
    line-height: 33px;
  }

  .countup-title---brix-agency-2._4business {
    max-width: 15ch;
  }

  .image-328 {
    display: none;
  }

  .image-329 {
    position: static;
  }

  .div-block-3364 {
    align-self: center;
    padding-left: 59px;
    bottom: -1px;
  }

  .text-block-181 {
    line-height: 32px;
  }

  .heading-small-2 {
    font-size: 28px;
  }

  .videowrapper {
    max-width: none;
    height: auto;
    padding-top: 0;
    padding-bottom: 0%;
  }

  .navigation-menu-2 {
    color: #393b6a;
    background-color: #fff;
    border: 1px solid #0000001f;
    border-radius: 8px;
    flex-flow: column;
    margin-left: 16px;
    margin-right: 16px;
    padding: 12px;
    position: absolute;
    box-shadow: 4px 4px 9px #0000000f;
  }

  .navigation-menu-2.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .navigation-menu-2.full {
    border-radius: 0;
    min-height: 100vh;
    margin-left: 0;
    margin-right: 0;
  }

  .menu-button-2 {
    border-radius: 40px;
  }

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

  .div-block-3368 {
    width: 70%;
  }

  .skl---footer {
    padding-left: 60px;
    padding-right: 60px;
  }

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

  .skl---section {
    padding-left: 60px;
    padding-right: 60px;
  }

  .skl---section.img {
    background-position: 100% 0;
    background-size: 55%;
  }

  .formulario-skills-2 {
    grid-row-gap: 24px;
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .formulario-skills-2.m-l {
    margin-left: 0;
  }

  .heading-hero-b2b-2 {
    font-size: 34px;
    line-height: 40px;
  }

  .heading-b2b-new-2 {
    text-align: center;
    font-size: 24px;
  }

  .heading-b2b-new-2.white.ch {
    max-width: none;
  }

  .icone-2 {
    margin-top: 0;
  }

  .div-block-3373 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .heading-102 {
    font-size: 2.7rem;
  }

  .icon-32 {
    color: #212f6c;
  }

  .div-block-3402 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    display: flex;
  }

  .container-47 {
    justify-content: space-between;
  }

  .skl-card-white.small.center {
    justify-content: center;
  }

  .skl-card-white.small.center.full {
    border-radius: 14px;
    padding: 10px;
  }

  .navbar-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .skl-button-con-header {
    display: flex;
  }

  .text-style-gradient-minimal {
    font-size: 32px;
  }

  .menu-button-3 {
    order: 1;
  }

  .menu-button-3.w--open {
    background-color: #f0f2fa;
    border-radius: 8px;
  }

  .skl-section-default {
    padding-left: 24px;
    padding-right: 24px;
  }

  .skl-section-default.skl-margin-normal.full {
    padding-left: 0;
    padding-right: 0;
  }

  .skl-heading-5 {
    font-size: 17.1429px;
  }

  .skl-heading-6 {
    font-size: 14.5455px;
  }

  .skl-button-con-trilhaspersonalizadas.hide-desktop {
    display: flex;
  }

  .skl-heading-4 {
    font-size: 21.3333px;
  }

  .div-block-3410 {
    width: 70%;
  }

  .div-block-3414 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-wrap: wrap;
  }

  .div-block-3415 {
    padding-top: 24px;
  }

  .skl-tabs-menu-trilha {
    justify-content: center;
    margin-top: 10px;
  }

  .div-block-3397 {
    display: flex;
  }

  .background-video-2 {
    flex: 1;
    justify-content: center;
    align-self: stretch;
    align-items: center;
  }

  .div-block-3416 {
    flex-direction: column;
  }

  .div-block-3417 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-3336-copy {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .div-block-3418 {
    width: 80%;
  }

  .skl-tabs-menu-dash {
    width: 60%;
  }

  .wrapper-2.height {
    margin-top: 20px;
  }

  .skl-heading-3-5 {
    font-size: 21.3333px;
  }

  .div-block-3419 {
    width: 80%;
  }

  .skl-heading-3 {
    font-size: 26.6667px;
  }

  .skl-heading-3.bold.mid-blue.mobile {
    width: auto;
  }

  .div-block-3420 {
    flex-direction: column;
  }

  .tabs-4 {
    flex-direction: column;
    align-items: stretch;
    margin-top: 0;
  }

  .div-block-3421 {
    width: 80%;
    height: auto;
  }

  .div-block-3423 {
    width: 70%;
  }

  .div-block-3423.grow {
    width: 100%;
  }

  .div-block-3424.padding {
    padding-left: 16px;
    padding-right: 16px;
  }

  .new---left-arrow {
    margin-left: 0;
    display: flex;
  }

  .new---right-arrow {
    margin-right: 0;
    display: flex;
  }

  .new-collection-list {
    width: 100%;
    height: 375px;
  }

  .new-collection {
    justify-content: flex-start;
    overflow: hidden;
  }

  .div-block-3425 {
    display: flex;
  }

  .skl-heading-2 {
    font-size: 30px;
  }

  .div-block-3426 {
    width: 80%;
  }

  .skl-button-con-numeros {
    display: flex;
  }

  .div-block-3341-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .div-block-3430.silvia, .div-block-3430.rafella {
    min-width: 48px;
    min-height: 48px;
  }

  .div-block-3431 {
    width: 80%;
  }

  .div-block-3346-copy, .div-block-3435 {
    width: 60%;
  }

  .div-block-3437 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .skl-footer-list {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    display: none;
  }

  .skl-footer-columm {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    align-items: center;
  }

  .img-circle-empresa {
    width: 40px;
    height: 40px;
  }

  .mentor-block:hover {
    width: 175px;
  }

  .mentor-block.tg {
    width: 100%;
  }

  .skl-mentor-empresas {
    opacity: 1;
    height: 40px;
  }

  .slider-17 {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .collection-list-5 {
    grid-column-gap: 16px;
    overflow: auto;
  }

  .fs_modal-2_popup-5 {
    display: none;
  }

  .fs_modal-2_component-3 {
    justify-items: center;
  }

  .fs_modal-2_content-2 {
    max-height: 92vh;
    padding: 24px 16px;
    overflow: auto;
  }

  .fs_modal-2_wrapper-6 {
    grid-template-columns: 1fr;
  }

  .html-embed-33 {
    min-width: 100%;
  }

  .skl-button-con-hero {
    display: flex;
  }

  .icon-33 {
    color: #212f6c;
  }

  .container-55 {
    justify-content: space-between;
  }

  .navbar-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .menu-button-4 {
    order: 1;
  }

  .menu-button-4.w--open {
    background-color: #f0f2fa;
    border-radius: 8px;
  }

  .text-style-gradient {
    font-size: 32px;
  }

  .div-block-3597 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .div-block-3600 {
    width: 60%;
  }

  .html-embed-38 {
    border: 1px solid #0000000f;
  }

  .text-style-gradient-2 {
    font-size: 32px;
  }

  .div-block-3605 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .skl-div-social-cta.hide-mobile {
    display: none;
  }

  .skl-cta-div-copy {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    align-items: center;
  }

  .div-block-3609 {
    flex: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-3610.v2 {
    margin-top: 10px;
  }

  .video-embed-3 {
    width: 100%;
  }

  .course-topic {
    min-width: 50%;
    max-width: 50%;
    margin-left: 0;
    margin-right: 0;
  }

  .course-topic.big {
    min-width: 49%;
    max-width: 244px;
    margin-right: 12px;
  }

  .left-arrow-20 {
    margin-left: -60px;
  }

  .right-arrow-24 {
    margin-right: -60px;
  }

  .slide-nav-31 {
    margin-bottom: -40px;
  }

  .hero-form.margin-top {
    background-position: 50%, 0 0;
    border-bottom-right-radius: 70px;
    border-bottom-left-radius: 70px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .h1-grad {
    text-align: center;
    width: 75%;
  }

  .container-65.flex-horizontal {
    flex-direction: column;
    max-width: 90%;
  }

  .hero-content-left {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .hero-content-left.size {
    z-index: 2;
    align-items: flex-start;
    position: relative;
  }

  .form-embadado-hero {
    width: 100%;
    margin-top: 20px;
  }

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

  .heading-104.white {
    width: 100%;
  }

  .heading-104.blue, .heading-104.size {
    width: 90%;
  }

  .container-66 {
    max-width: 90%;
  }

  .slide-31 {
    width: 32.4%;
  }

  .container-67 {
    justify-content: flex-end;
    align-items: stretch;
    max-width: 95%;
    overflow: hidden;
  }

  .div-block-3618 {
    margin-top: 16px;
  }

  .div-block-3619 {
    border-radius: 12px;
    width: 40px;
    height: 40px;
  }

  .collection-list-wrapper-2 {
    overflow: visible;
  }

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

  .div-block-3621 {
    flex-direction: column;
    align-items: center;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .div-block-3622, .div-block-3622.no-margin {
    width: 100%;
  }

  .div-block-3623 {
    justify-content: center;
    align-items: center;
    margin-right: auto;
    display: flex;
  }

  .image-337 {
    width: 80%;
    height: auto;
  }

  .skl-card-white-2.new {
    padding-left: 35px;
    padding-right: 35px;
  }

  .skl-card-white-2.new.gif {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: center;
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .skl-card-white-2.new.gif.invert-direction {
    flex-direction: column;
  }

  .skl-card-white-2.new.align {
    flex-direction: column;
    padding: 20px 35px;
  }

  .tabs-6 {
    flex-direction: column;
    align-items: stretch;
    margin-top: 0;
  }

  .div-block-3630 {
    width: 100%;
    height: auto;
  }

  .image-341 {
    width: 100%;
    height: auto;
    margin-top: 10px;
  }

  .skl-button-con-conteudos {
    display: flex;
  }

  .skl-button-con-conteudos.hide-mobile {
    display: none;
  }

  .skl-heading-1 {
    font-size: 32px;
  }

  .div-block-3342-copy-copy {
    width: 80%;
  }

  .skl-button-con-ctafinal {
    display: none;
  }

  .skl-button-con-ctafinal.mobile {
    display: flex;
  }

  .div-block-3636 {
    width: 100%;
    margin-top: 20px;
  }

  .image-832 {
    height: 60%;
  }

  .div-block-3649.v2 {
    margin-top: 10px;
  }

  .container-317.flex-horizontal {
    flex-direction: column;
    max-width: 90%;
  }

  .h1-grad-2 {
    text-align: center;
    width: 75%;
  }

  .h1-grad-2.white {
    text-align: left;
    width: 100%;
  }

  .text-block-2129 {
    width: 80%;
  }

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

  .container-327 {
    width: 90%;
    max-width: 90%;
  }

  .container-329.flex-horizontal {
    flex-direction: column;
    max-width: 90%;
  }

  .h1-grad-3 {
    text-align: center;
    width: 75%;
  }
}

@media screen and (max-width: 767px) {
  .section-13 {
    -webkit-text-fill-color: inherit;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-clip: border-box;
    flex-direction: row;
    height: auto;
    display: flex;
  }

  .columns-5 {
    flex-direction: column;
  }

  .main---big {
    height: 900px;
    min-height: 800px;
    max-height: 900px;
  }

  .column-7 {
    margin-top: 16px;
  }

  .div-block-21 {
    flex-direction: column;
    align-items: flex-start;
  }

  .section-17 {
    display: block;
  }

  .mask-3 {
    overflow: hidden;
  }

  .slider-3 {
    height: auto;
  }

  .div-block-22 {
    width: 90%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

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

  .slider-4 {
    width: 95%;
  }

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

  .container-7 {
    max-width: 568px;
    padding-bottom: 0;
  }

  .div-block-28 {
    width: 85%;
  }

  .t-tulo-01 {
    width: 100%;
    font-size: 24px;
    line-height: 26px;
  }

  .t-tulo-03 {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    line-height: 22px;
  }

  .t-tulo-03---center {
    width: 400px;
    max-width: 600px;
  }

  .paragrafo-03 {
    text-align: left;
    font-size: 12px;
    line-height: 18px;
  }

  .tabs-menu {
    width: 60%;
  }

  .heading-5, .heading-6, .heading-7, .heading-8 {
    font-size: 18px;
    line-height: 24px;
  }

  .heading-9, .heading-10, .heading-11, .heading-12 {
    font-size: 18px;
    line-height: 22px;
  }

  .button-7, .button-8, .button-9, .button-10 {
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }

  .section-22 {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .paragraph-9-copy {
    width: 100%;
  }

  .bold-text-3 {
    font-weight: 500;
  }

  .heading-16 {
    font-size: 36px;
  }

  .text-300 {
    font-size: 18px;
    line-height: 20px;
  }

  .text-300.bold.footer-title {
    margin-bottom: 24px;
  }

  .footer-list-item {
    margin-bottom: 10px;
  }

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

  .footer-top {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .grid-footer-v1---5-column {
    grid-template-columns: 1fr 1fr;
  }

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

  .page-padding {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .heading-large {
    font-size: 2.75rem;
  }

  .faq-intro {
    padding-bottom: 2.5rem;
  }

  .faq-icon {
    width: 3rem;
    min-width: 3rem;
    height: 3rem;
    min-height: 3rem;
  }

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

  .lottie-icon {
    width: .9rem;
    height: .9rem;
  }

  .faq-bottom-content {
    grid-template-columns: 1fr;
    padding-bottom: 2rem;
    padding-left: 2rem;
  }

  .faq-text {
    padding-left: 1.5rem;
  }

  .heading-small {
    font-size: 28px;
    font-weight: 600;
    line-height: 32px;
  }

  .heading-small.custom {
    margin-top: 10px;
    line-height: 1;
  }

  .form-block-2 {
    padding: 28px 24px 32px;
  }

  .form-gradient-background-element {
    top: -1%;
    left: -60px;
  }

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

  .page-padding-2 {
    padding-left: 28px;
    padding-right: 28px;
  }

  .vertical-spacing {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .vertical-spacing._160-both-side {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .image-wrapper---brix.testimonial-v1---brix {
    margin-bottom: 16px;
    margin-right: 16px;
  }

  .card---brix {
    border-radius: 12px;
  }

  .card---brix.testimonial-v1---brix {
    max-width: 88%;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 32px;
  }

  .card---brix.testimonial-v1---brix.first---brix {
    margin-left: 0;
  }

  .slide---brix.testimonial-v1---brix {
    max-width: none;
  }

  .slide---brix.testimonial-v1---brix.first---brix {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .mask---brix {
    border-radius: 12px;
    margin-right: 20px;
  }

  .mask---brix.testimonial-v1---brix {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .cloneable-container-default-2 {
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: visible;
  }

  .split-content---brix.testimonials-client-info---brix {
    margin-bottom: -16px;
  }

  .title-2.testimonial---brix.live {
    padding-bottom: 22px;
  }

  .title-2.testimonial---brix.live.assessment {
    width: 100%;
  }

  .slider-arrow---brix {
    width: 50px;
    min-width: 50px;
    min-height: 50px;
    max-height: 50px;
  }

  .slider-arrow---brix.small---brix.right---brix {
    top: 324px;
  }

  .cta-grid-1 {
    grid-template-columns: 1.25fr;
    padding-left: 30px;
    padding-right: 30px;
  }

  .countup-title---brix-agency {
    margin-top: 4px;
    font-size: 20px;
    line-height: 28px;
  }

  .countup-number---brix {
    font-size: 60px;
    line-height: 70px;
  }

  .grid-3-columns {
    grid-column-gap: 40px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .logo-bar-v3-grid---brix {
    grid-template-rows: auto;
    grid-template-columns: auto auto;
    grid-auto-flow: row;
  }

  .card---brix-2.logo-link---brix {
    border-radius: 12px;
    padding: 24px;
  }

  .logo---brix {
    padding-left: 0;
    padding-right: 0;
  }

  .section-25.hero-section.pt {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .section-25.hero-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-12.clone-project.evento.small {
    margin-top: 40px;
  }

  .comparison-header-title.feature {
    display: none;
  }

  .comparison-item {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .comparison-row {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "Feature-Row Feature-Row Feature-Row";
  }

  .comparison-row.header {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .comparison-feature {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .hero-content-w {
    margin-top: 0;
    margin-bottom: 2rem;
  }

  .hero-content-w.center {
    margin-left: 0;
    margin-right: 0;
  }

  .remove-w {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .grid__col {
    width: 100%;
  }

  .modal-content-w {
    padding: 2rem;
  }

  .modal-w {
    margin-top: 0;
    margin-bottom: 0;
  }

  .hero-heading-left, .hero-heading-right, .hero-stack, .hero-without-image {
    padding: 60px 15px;
  }

  .video-block {
    height: 390px;
    max-height: 40vh;
  }

  .page-padding-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .testimonials_component {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 30fr;
    display: flex;
  }

  .testimonials_arrow {
    inset: auto 0% 0% auto;
  }

  .testimonials_arrow.is-left {
    inset: auto 17% 0% auto;
  }

  .testimonials_arrow.is-left.bottom-p {
    margin-top: -175.997px;
  }

  .testimonials_arrow.is-left.bottom-p.assessment {
    margin-top: -185.997px;
  }

  .testimonials_arrow.botton-p {
    margin-top: -175.997px;
  }

  .testimonials_arrow.botton-p.assessment {
    margin-top: -187.997px;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .page-padding-6 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .text-size-medium-sf1 {
    font-size: 1rem;
  }

  .text-size-medium-sf1.text-color-black {
    font-size: 18px;
  }

  .dark-bg {
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-h1 {
    line-height: 29px;
  }

  .paragraph-54 {
    width: 50%;
  }

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

  .image-92 {
    inset: auto 0% 0% auto;
  }

  .bold-text-104 {
    font-size: 20px;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .bold-text-105 {
    font-size: 20px;
  }

  .img-hero {
    width: 290px;
  }

  .gradient-btn.fixed-width.hero {
    padding: 16px;
  }

  .header-content.growth {
    padding-bottom: 24px;
  }

  .hero-h1 {
    font-size: 32px;
    line-height: 32px;
  }

  .div-block-3268.growth.fixed-h {
    padding-top: 0;
  }

  .logo-head {
    width: 360px;
  }

  .div-block-3269 {
    justify-content: center;
  }

  .hero-imersoes {
    min-height: 0;
    padding-top: 18px;
    display: flex;
  }

  .default-container {
    margin-top: 0;
  }

  .default-container.no-p._2 {
    padding-bottom: 0;
  }

  .default-container._0-padding {
    grid-row-gap: 16px;
  }

  .paragraph-default.hero-palestras {
    width: 100%;
  }

  .heading-39.white.width {
    text-align: center;
    width: 40%;
  }

  .heading-39.blue {
    font-size: 24px;
  }

  .flexbox.p-t {
    flex: 1;
  }

  .flexbox.footer {
    align-self: stretch;
    align-items: flex-start;
  }

  .home-review_slider {
    min-height: 500px;
  }

  .home-review_slide-content {
    padding: 1.5rem;
  }

  .heading-large-sf1-2 {
    font-size: 24px;
  }

  .stripe-vertical-wrapper {
    width: .625rem;
  }

  .stripe-vertical-wrapper.is-left-out {
    inset: auto auto 0% -.625rem;
  }

  .mentores {
    grid-row-gap: 24px;
    flex: 1;
    padding-top: 24px;
    overflow: visible;
  }

  .mentores-descricao {
    grid-row-gap: 24px;
    height: auto;
  }

  .mentores-descricao.width-adjust {
    height: auto;
  }

  .depoimentos.p-b {
    padding-bottom: 88px;
  }

  .testimonial-text-3 {
    font-size: 1.25rem;
  }

  .columns-10 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .div-block-3271 {
    padding-bottom: 24px;
  }

  .bg-light {
    top: -7%;
  }

  .modal__body {
    width: 100%;
  }

  .heading-h2.no-capitalize.px-adjust {
    font-size: 22px;
  }

  .testimonials1-16_text-container {
    display: none;
  }

  .testimonial-inner-img {
    width: 90px;
    height: 90px;
  }

  .accordion_item {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .desk-d-none.no-p {
    padding-top: 0;
    padding-bottom: 0;
  }

  .user-icon {
    z-index: 0;
  }

  .small-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .column-22 {
    align-items: center;
    padding-bottom: 40px;
  }

  .columns-11 {
    padding-bottom: 0;
  }

  .tab-link-circle {
    z-index: 1;
    background-color: #47638200;
    width: 5.5em;
  }

  .tab-link-circle.w--current {
    background-color: #4763823d;
    width: 5.5em;
  }

  .big-number {
    align-items: flex-start;
  }

  .big-number.description {
    text-align: center;
    align-items: center;
    width: 80%;
    font-size: 20px;
  }

  .column-23 {
    align-items: center;
    padding-bottom: 40px;
  }

  .margin-medium-2 {
    margin-bottom: 1.25em;
  }

  .tabs-menu-horizontal {
    flex-direction: row;
    align-items: stretch;
  }

  .div-block-3273.no-p {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-3273.no-p.v2 {
    text-align: left;
    min-width: 20%;
    max-width: 20%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-logo-link {
    height: auto;
  }

  .footer-2 {
    padding: 40px 20px;
  }

  .div-block-3275.no-p {
    flex: 0 auto;
    align-self: stretch;
  }

  .div-block-3276 {
    height: auto;
  }

  .footer-flex-container.no-p {
    flex-direction: column;
    align-items: stretch;
  }

  .footer-image {
    object-fit: contain;
    max-width: none;
    height: auto;
  }

  .container-20 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .b2b-background.palestras {
    height: auto;
  }

  .hero-h1.center.white.width {
    text-align: left;
    width: 100%;
  }

  .hero-h1.palestras {
    font-size: 32px;
    line-height: 39px;
  }

  .loog-b2b {
    max-width: 50%;
  }

  .form-palestras {
    width: 100%;
  }

  .play-btn {
    top: 29%;
    left: 40%;
  }

  .newsletter {
    width: 90%;
  }

  .exit-modal-title {
    font-size: 20px;
    line-height: 24px;
  }

  .paragraph-56 {
    font-size: 18px;
    line-height: 24px;
  }

  .card-palestrante {
    border-radius: 14px;
    padding: 8px;
  }

  .glass-card-2.big-numbers {
    width: 100%;
  }

  .columns-12 {
    padding-bottom: 0;
  }

  .small-container-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .palestras-mobile {
    width: 100%;
  }

  .mentor-img-mobile {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
  }

  .card-palestrante-mobile {
    border-radius: 14px;
    padding: 8px;
  }

  .slide_item {
    width: 80%;
  }

  .count {
    margin-bottom: -60px;
    padding-top: 23px;
  }

  .html-embed-4 {
    margin-right: 0;
  }

  .container-21 {
    margin-top: -146px;
  }

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

  .hero-b2b-content {
    align-items: center;
  }

  .hero-b2b-content._80 {
    align-items: center;
    max-width: 100%;
  }

  .heading-online.b2b {
    margin-top: 0;
  }

  .heading-online.b2b.center._60 {
    max-width: 100%;
  }

  .timeline_date-text {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .timeline_progress {
    left: 6px;
  }

  .timeline_item {
    grid-template-columns: 64px 1fr;
    align-items: center;
    width: 100%;
  }

  .timeline_centre {
    justify-content: flex-start;
  }

  .timeline_text {
    font-size: 20px;
  }

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

  .timeline_left {
    text-align: left;
  }

  .lider-cta.laranja {
    font-size: 16px;
  }

  .lider-cta.laranja.sticky {
    padding-left: 40px;
    padding-right: 40px;
  }

  .flip-cards-row {
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: center;
  }

  .c-card-front {
    min-width: 100px;
    max-width: 500px;
  }

  .c-card-back {
    min-width: 300px;
  }

  .flip-cards-wrap {
    justify-content: center;
  }

  .collection-item {
    flex: 0 auto;
  }

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

  .faq1-5_answer-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .faq1-5_question {
    padding: 1rem 1.25rem;
  }

  .img-container {
    border-top-left-radius: 33px;
    border-top-right-radius: 33px;
    height: 500px;
  }

  .legenda-assessment {
    grid-row-gap: 24px;
  }

  .legenda-block {
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: flex-start;
  }

  .right-arrow-b2b {
    top: 108%;
    left: 40%;
  }

  .left-arrow-b2b {
    top: 108%;
    left: 25%;
  }

  .text-block-104 {
    font-size: 24px;
  }

  .div-block-3293 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .container-24 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .div-block-3300 {
    background-color: var(--superclaro);
    flex-direction: column;
  }

  .div-block-3301 {
    min-height: 513px;
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .div-block-3302 {
    flex-direction: row-reverse;
    align-self: center;
    align-items: center;
  }

  .div-block-3303 {
    justify-content: center;
    align-self: center;
    top: 33%;
    left: 0;
  }

  .image-214 {
    flex: 0 auto;
    max-width: 75%;
    position: relative;
    top: 0%;
    bottom: -35px;
  }

  .section-32 {
    min-height: 100%;
  }

  .slider-7 {
    min-height: 600px;
    margin-bottom: 270px;
    padding-bottom: 0;
  }

  .slide-nav-9 {
    top: 141%;
  }

  .right-arrow-3 {
    top: 141%;
    left: 24%;
  }

  .mask-8 {
    min-height: 800px;
  }

  .left-arrow-4 {
    top: 141%;
    left: 30%;
  }

  .container-27 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .heading-b2b-new.center.white._80 {
    margin-bottom: 40px;
  }

  .heading-b2b-new.center.white._80.big, .heading-b2b-new.center.big.blue {
    font-size: 32px;
  }

  .atributos-card.grow {
    flex-grow: 1;
    flex-basis: 40%;
  }

  .feature-title-card {
    font-size: 16px;
  }

  .numbers-wrap {
    flex-wrap: wrap;
  }

  .big-number-skills {
    font-size: 61px;
  }

  .wrap-elements {
    flex-direction: column;
    align-items: center;
    min-width: 50%;
  }

  .wrap-elements.b2b {
    grid-column-gap: 16px;
    flex-direction: column;
    width: auto;
    min-width: 100%;
  }

  .ensino-skills {
    min-width: 40%;
  }

  .text-block-119 {
    font-size: 20px;
  }

  .div-block-3312 {
    grid-row-gap: 16px;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    min-width: 0%;
  }

  .slider-8 {
    min-height: 0;
  }

  .mask-9 {
    height: 500px;
  }

  .image-220 {
    max-width: 60%;
  }

  .home-review_slide-content-2 {
    padding: 1.5rem;
  }

  .slider-9 {
    height: 330px;
  }

  .image-221 {
    max-width: 60%;
  }

  .heading-42 {
    color: #d5e1edcc;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

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

  .container-default-copy._100 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-42-copy.heading-custom {
    text-align: center;
  }

  .testimonial-slider-small {
    padding: 60px 15px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .heading-42-copy-copy {
    color: #d5e1edcc;
    font-size: 16px;
  }

  .container-880px-center-copy {
    margin-bottom: 10px;
  }

  .title---brix-copy-copy.text-single-bold---brix-copy.logo-bar---brix-copy.marginbottom20 {
    text-align: center;
    text-align: center;
  }

  .heading-42-copy {
    color: #d5e1edcc;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

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

  .heading-42-copy-copy {
    color: #d5e1edcc;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .skl-block-plans-big, .skl-block-plans-standard, .skl-block-infos {
    grid-row-gap: 16px;
    flex-direction: row;
    justify-content: space-between;
    width: auto;
    min-width: 0%;
  }

  .heading-skills {
    font-size: 48px;
  }

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

  .div-block-3322.pb {
    margin-bottom: 40px;
  }

  .heading-hero {
    align-self: flex-start;
  }

  .hero-online-content {
    align-items: center;
  }

  .container-padrao {
    padding-left: 4px;
    padding-right: 4px;
  }

  .container-padrao.horizontal {
    flex-direction: column-reverse;
  }

  .container-padrao.footer-grid {
    padding-left: 16px;
    padding-right: 16px;
  }

  .scale-wrap {
    flex-direction: column;
  }

  .container-scale.horizontal {
    flex-direction: column-reverse;
  }

  .content-block-2 {
    width: 100%;
  }

  .line-wrapper-2 {
    width: 100%;
    height: 3px;
  }

  .features-title {
    align-self: flex-start;
  }

  .white-line {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .flip-cards-row-2 {
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: center;
  }

  .footer-rifht-block {
    grid-column-gap: 24px;
    flex-flow: wrap;
    min-width: 100%;
  }

  .link-block-11 {
    background-color: #fff;
    border-radius: 10px;
    order: 0;
    align-self: flex-start;
    padding: 8px;
  }

  .footer-image-2 {
    object-fit: contain;
    max-width: none;
    height: auto;
  }

  .footer-logo-link-2 {
    height: auto;
  }

  .default-container-imersao {
    margin-top: 0;
  }

  .text-block-148 {
    text-align: center;
    line-height: 32px;
  }

  .text-block-148._2 {
    line-height: 24px;
  }

  .div-block-3329 {
    margin-left: 24px;
    margin-right: 24px;
  }

  .section-40 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-42 {
    padding-top: 0;
  }

  .container-41 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .text-block-171.parcerias-e-patrocinios, .text-block-171.gocademy {
    padding-bottom: 16px;
  }

  .section-testimonials1-15 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .slide-wrap {
    min-height: 356px;
    padding: 40px 50px;
  }

  .testimonials1-15-slide {
    min-height: 356px;
  }

  .section-49 {
    padding-top: 21px;
    padding-bottom: 21px;
  }

  .page-padding-7 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .container-42 {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .section-51 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .countup-title---brix-agency-2 {
    margin-top: 4px;
    font-size: 20px;
    line-height: 28px;
  }

  .image-329 {
    margin-left: 44px;
  }

  .div-block-3364 {
    padding-left: 11px;
  }

  .heading-small-2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 32px;
  }

  .heading-42-copy-2 {
    color: #d5e1edcc;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .heading-42-copy-2.heading-custom {
    text-align: center;
  }

  .heading-42-copy-copy-2 {
    color: #d5e1edcc;
    font-size: 16px;
  }

  .div-block-3365 {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .section-52, .section-53 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .bold-text-111 {
    font-size: 20px;
  }

  .videowrapper {
    min-width: 90vw;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    position: relative;
  }

  .heading-101 {
    color: #d5e1edcc;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .div-block-3368 {
    width: 90%;
  }

  .skl---section.img {
    background-size: 50%;
  }

  .heading-b2b-new-2.center.big.blue {
    font-size: 32px;
  }

  .heading-b2b-new-2.center.white._80 {
    margin-bottom: 40px;
  }

  .heading-b2b-new-2.center.white._80.big {
    font-size: 32px;
  }

  .feature-title-card-2 {
    font-size: 16px;
  }

  .text-block-184 {
    font-size: 20px;
  }

  .ensino-skills-2 {
    min-width: 40%;
  }

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

  .div-block-3371.pb {
    margin-bottom: 40px;
  }

  .big-number-skills-2 {
    font-size: 61px;
  }

  .skl-section {
    background-image: url('../images/noisy.webp'), linear-gradient(45deg, #212f6c 63%, var(--primário));
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: 150px, auto;
    height: 100%;
  }

  .div-block-3373 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .div-block-3374 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .heading-102 {
    font-size: 2rem;
  }

  .paragraph-62 {
    font-size: 16px;
  }

  .container-45 {
    padding: 40px 24px;
  }

  .container-46 {
    padding: 24px;
  }

  .skl-section-hero {
    background-position: 0 0, 100%, 0 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .skl-card-white.small.center {
    width: 100%;
  }

  .div-block-3403._20px {
    margin-top: 20px;
  }

  .container-2-copy {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .text-style-gradient-minimal.center, .div-block-3324-copy {
    text-align: center;
  }

  .skl-section-default.skl-margin-normal.skl-bg.skl-lines {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
  }

  .div-block-3406 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .skl-card {
    flex: 1;
    min-width: 45%;
    max-width: 45%;
  }

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

  .skl-paragraph-biggest.text-16, .skl-paragraph-biggest.text-16.center {
    text-align: left;
  }

  .skl-tabs-menu-trilha {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .div-block-3396 {
    justify-content: flex-start;
  }

  .skl-tabs-menu-dash {
    width: 100%;
  }

  .image-231 {
    width: 100%;
    height: 290px;
  }

  .skl-tab-panel-dash {
    width: 100%;
    min-height: 100%;
  }

  .tabs-content-2 {
    width: 100%;
    min-width: 100%;
  }

  .skl-heading-3.center.bold.text-blue {
    text-align: left;
  }

  .skl-heading-3.bold.mid-blue.mobile.center-text {
    font-size: 24px;
  }

  .div-block-3423.grow {
    text-align: left;
  }

  .new-collection-list {
    height: 400px;
  }

  .skl-buttons-duo.center {
    align-self: center;
  }

  .skl-button-con-numeros {
    display: flex;
  }

  .div-block-3431 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: 75%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .skl-logo-dep {
    width: 100px;
  }

  .slider-12 {
    justify-content: center;
    align-items: center;
  }

  .div-block-3346-copy {
    justify-content: center;
    align-items: center;
    width: 50vw;
    margin-bottom: 0;
    display: flex;
  }

  .div-block-3432, .mask-11 {
    width: 100%;
  }

  .div-block-3434 {
    margin-top: 40px;
  }

  .div-block-3435 {
    justify-content: center;
    align-items: center;
    width: 50vw;
    margin-bottom: 0;
    display: flex;
  }

  .slider-13 {
    margin-top: 24px;
    display: flex;
  }

  .mask-12 {
    width: 50%;
  }

  .div-block-3437 {
    display: none;
  }

  .fs_modal-2_popup-5 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .fs_modal-2_content-2 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 3rem 2rem;
  }

  .fs_modal-2_close-4 {
    padding: 1rem;
  }

  .html-embed-33 {
    min-width: auto;
  }

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

  .div-block-3559 {
    align-items: flex-start;
  }

  .skl-button-con-hero {
    display: flex;
  }

  .div-block-3562 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
  }

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

  .slider-20 {
    margin-top: 24px;
    display: flex;
  }

  .div-block-3597 {
    display: none;
  }

  .div-block-3598 {
    margin-top: 40px;
  }

  .mask-21 {
    width: 50%;
  }

  .div-block-3600 {
    justify-content: center;
    align-items: center;
    width: 50vw;
    margin-bottom: 0;
    display: flex;
  }

  .div-block-3605 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .div-block-3606 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .skl-div-logos-cta-img {
    height: 20px;
  }

  .skl-div-social-cta.hide-desktop {
    display: flex;
  }

  .skl-cta-div-copy {
    flex-direction: column;
  }

  .skl-container-logos-cta {
    flex-wrap: wrap;
  }

  .div-block-3609 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-3611.vertical {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column-reverse;
    align-items: center;
  }

  .course-topic.big {
    min-width: 100%;
    margin-right: 0;
  }

  .slider-21 {
    height: 300px;
  }

  .course-link-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-64 {
    max-width: 90%;
  }

  .image-335 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .hero-form.margin-top {
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
  }

  .h1-grad {
    width: 100%;
    font-size: 46px;
  }

  .h1-grad.smaller {
    text-align: left;
  }

  .heading-104.size {
    width: 100%;
    font-size: 28px;
    line-height: 38px;
  }

  .slide-31 {
    width: 100%;
  }

  .slider-22 {
    justify-content: center;
    align-items: center;
  }

  .div-block-3618 {
    margin-top: 16px;
  }

  .div-block-3619 {
    border-radius: 16px;
    width: 50px;
    height: 50px;
  }

  .div-block-3621.padding {
    width: 100%;
    overflow: hidden;
  }

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

  .image-339 {
    width: 100%;
    height: 290px;
  }

  .skl-tab-panel-dash-2 {
    width: 100%;
    min-height: 100%;
  }

  .skl-button-con-conteudos {
    display: flex;
  }

  .div-block-3342-copy-copy {
    width: 75%;
  }

  .skl-button-con-ctafinal {
    display: none;
  }

  .h1-grad-2 {
    width: 100%;
    font-size: 46px;
  }

  .image-834 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .text-block-2129 {
    text-align: left;
    width: 100%;
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 38px;
  }

  .text-block-2130 {
    width: 100%;
  }

  .image-1046 {
    height: 90%;
  }

  .section-8 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-4434 {
    flex-flow: column;
    padding-bottom: 40px;
    position: relative;
  }

  .div-block-4436 {
    width: 80%;
    margin-bottom: 10px;
  }

  .container-327.margin-up {
    margin-top: 0;
  }

  .slide-nav-44 {
    inset: auto 5% -20% auto;
  }

  .div-block-4435 {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .container-328 {
    max-width: 90%;
  }

  .h1-grad-3 {
    width: 100%;
    font-size: 46px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
  }

  .image {
    position: relative;
  }

  .columns-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 350px;
    min-height: 350px;
    max-height: 640px;
    margin-top: 0;
    display: flex;
  }

  .buttton-large {
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 16px 6px;
    display: flex;
  }

  .section-9 {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .div-block-18 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex: 1;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-self: center;
    width: 90%;
    min-height: 220px;
    max-height: 340px;
  }

  .section-10 {
    height: 350px;
    min-height: 170px;
  }

  .div-block-19 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: row;
    width: 100%;
    margin: 8px;
    display: flex;
  }

  .container-4 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    flex: 0 auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    place-items: center start;
    max-width: 100%;
    padding-left: 0;
    padding-right: 8px;
    display: block;
  }

  .section-11 {
    background-color: var(--superclaro);
    min-height: auto;
    margin-top: 0;
    padding: 0 20px 20px;
  }

  .section-13 {
    background-image: none;
    height: auto;
    max-height: none;
  }

  .columns-5 {
    flex-direction: column;
    flex: none;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .image-17 {
    max-width: 100%;
  }

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

  .column-6 {
    flex: 0 auto;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-234 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    object-fit: fill;
    flex-direction: column;
    height: 540px;
    min-height: 440px;
    max-height: none;
    display: block;
    overflow: hidden;
  }

  .container-5 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: row;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-top: 18px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-block-20 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: auto;
    height: auto;
    display: flex;
  }

  .navbar {
    object-fit: fill;
    flex-flow: column;
    align-content: center;
    align-items: center;
    height: auto;
    position: static;
  }

  .button-white {
    display: none;
  }

  .main---big {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    height: auto;
    min-height: 1000px;
    max-height: 1200px;
    margin-bottom: 0;
    padding-bottom: 40px;
    position: static;
  }

  .columns-7 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 85%;
    height: 80%;
  }

  .column-7 {
    margin-top: 0;
  }

  .div-block-21 {
    outline-color: var(--claro-escuro);
    outline-offset: 0px;
    outline-width: 1px;
    outline-style: solid;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: 8px;
    margin-right: 8px;
    padding: 18px 8px;
    display: flex;
  }

  .section-17 {
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    display: block;
    overflow: visible;
  }

  .slide-20 {
    clear: right;
    object-fit: fill;
    position: relative;
    overflow: visible;
  }

  .mask-3 {
    width: 100%;
    min-width: 240px;
    max-width: 479px;
    height: 100%;
    min-height: 500px;
    max-height: 420px;
  }

  .slider-3 {
    flex-direction: column;
    align-items: center;
    width: 90%;
    padding-top: 10px;
    padding-bottom: 20px;
    display: flex;
  }

  .icon-16 {
    margin-bottom: 38px;
    margin-right: 8px;
    display: none;
  }

  .icon-17 {
    margin-bottom: 38px;
    margin-left: 8px;
    margin-right: 8px;
    display: none;
  }

  .div-block-22 {
    flex: 1;
    align-self: center;
    width: 80%;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .image-18 {
    max-width: 40%;
    max-height: 40%;
    margin-bottom: 20px;
  }

  .footer {
    margin-top: 0;
  }

  .columns-8 {
    flex-direction: column;
  }

  .column-8 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .social-icon {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    flex: 0 auto;
  }

  .section-19 {
    flex-direction: column;
    height: 600px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block-23 {
    width: 98%;
  }

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

  .div-block-25 {
    flex-direction: column-reverse;
    align-items: center;
  }

  .tabs {
    width: 100%;
    margin-top: 20px;
  }

  .container-6 {
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .section-20 {
    min-height: auto;
    display: none;
    overflow: visible;
  }

  .div-block-26 {
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .mask-4 {
    width: 90%;
    height: auto;
  }

  .slider-4 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    display: flex;
  }

  .div-block-27 {
    grid-template-columns: 1fr;
    display: block;
  }

  .slide-nav-3 {
    display: none;
  }

  .container-7 {
    padding-bottom: 40px;
  }

  .icon-18, .icon-18-copy {
    display: flex;
  }

  .div-block-28 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-self: center;
    place-items: center;
    width: 100%;
    max-width: none;
    display: grid;
  }

  .t-tulo-01 {
    margin-top: 34px;
    font-size: 24px;
    line-height: 28px;
  }

  .paragrafo-01 {
    width: 100%;
    margin-top: 8px;
    margin-bottom: 36px;
    font-size: 16px;
    line-height: 22px;
  }

  .t-tulo-02---center {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 15px auto 8px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 26px;
    line-height: 32px;
    display: flex;
  }

  .div-block-29 {
    height: 16px;
  }

  .t-tulo-02 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 28px;
  }

  .t-tulo-03 {
    text-align: left;
    width: 100%;
    margin-top: 36px;
    margin-bottom: 16px;
    padding-right: 0;
    font-size: 18px;
    line-height: 22px;
    display: block;
  }

  .paragrafo-02 {
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
  }

  .paragrafo-02---center {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 95%;
    margin-top: 8px;
    margin-bottom: 32px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 14px;
    line-height: 18px;
    display: flex;
  }

  .div-block-30 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .t-tulo-03---center {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 18px;
    line-height: 22px;
  }

  .paragrafo-03 {
    text-align: left;
    margin-bottom: 16px;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
  }

  .paragrafo-03---bold {
    text-align: left;
    flex-direction: row;
    flex: 0 auto;
    order: 1;
    align-self: center;
    width: 80%;
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 16px;
    display: block;
  }

  .div-block-31 {
    display: none;
  }

  .column-10 {
    margin-top: 60px;
    margin-bottom: 36px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .tab-link-tab-1 {
    width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .tab-link-tab-1.w--current {
    width: 25%;
    padding-left: 8px;
  }

  .tabs-menu {
    flex-direction: row;
    width: 100%;
    margin-bottom: 50px;
    font-size: 11px;
    display: flex;
  }

  .column-11 {
    object-fit: fill;
    flex: none;
    order: -1;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    display: block;
    position: relative;
  }

  .h1 {
    width: 90%;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 28px;
    line-height: 38px;
  }

  .container-8 {
    flex-direction: column;
    flex: 1;
    align-self: flex-start;
    align-items: center;
    padding-bottom: 0;
    display: flex;
  }

  .image-22 {
    margin-bottom: 36px;
  }

  .image-23 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .slide-4 {
    width: 90%;
    position: relative;
  }

  .column-14 {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 12px;
    padding-left: 8px;
    padding-right: 8px;
    display: flex;
  }

  .image-24 {
    text-align: center;
    align-self: center;
    width: 50%;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-25 {
    height: 100%;
    display: block;
  }

  .heading-9, .heading-10, .heading-11, .heading-12 {
    font-family: Montserrat, sans-serif;
  }

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

  .div-block-38, .image-32, .link-block, .link-block-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .link-block-2.w--current {
    flex: 0 auto;
    align-self: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .slide-21 {
    width: 45%;
  }

  .section-20---mobile {
    min-height: auto;
    display: block;
  }

  .left-arrow {
    overflow: hidden;
  }

  .paragrafo-03---bold-copy {
    text-align: left;
    flex-direction: row;
    flex: 0 auto;
    order: 1;
    align-self: center;
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 16px;
    display: block;
  }

  .container-9 {
    max-width: 92%;
    padding-top: 36px;
  }

  .container-10 {
    max-width: 92%;
    display: none;
  }

  .paragraph-9-copy {
    text-align: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 21px;
    font-weight: 500;
    line-height: 26px;
  }

  .div-block-40 {
    display: none;
  }

  .div-block-43 {
    height: 40px;
  }

  .form-title {
    max-width: 100%;
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    line-height: 130%;
  }

  .container-11 {
    height: 30px;
  }

  .image-58 {
    text-align: center;
    max-width: 100%;
  }

  .column-19 {
    overflow: visible;
  }

  .div-block-52 {
    width: 90%;
  }

  .h3copy {
    display: block;
  }

  .bold-text-4 {
    line-height: 36px;
    display: block;
  }

  .heading-16 {
    color: var(--midnight-blue);
    font-size: 28px;
    line-height: 34px;
  }

  .cloneable-container-default.center {
    margin-top: 20px;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .cloneable-container-default.center.no-pt {
    padding-left: 0;
    padding-right: 0;
  }

  .cloneable-container-default.center {
    margin-top: 20px;
    padding-top: 0;
  }

  .footer-logo---brix {
    width: 100%;
    max-width: 120px;
  }

  .social-media-grid-top {
    grid-template-columns: repeat(auto-fit, 30px);
  }

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

  .container-default._100 {
    margin-top: 0;
    padding-top: 20px;
  }

  .container-default._100.flex {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-wrapper---brix {
    margin-left: 20px;
    margin-right: 20px;
  }

  .mg-bottom-0 {
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 10px;
    line-height: 14px;
  }

  .mg-bottom-0.in-com.demo {
    margin-left: 0;
  }

  .footer-top {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .grid-footer-v1---5-column {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .div-block-54 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .faq-top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    border-radius: .5rem;
    flex-direction: column;
    justify-content: center;
    padding-top: 1.5rem;
    padding-bottom: 1.25rem;
  }

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

  .heading-large {
    font-size: 30px;
  }

  .faq-intro {
    padding-bottom: 2.5rem;
  }

  .text-size-regular {
    font-size: 16px;
  }

  .faq-icon {
    width: 2.5rem;
    min-width: 2.5rem;
    height: 2.5rem;
    min-height: 2.5rem;
  }

  .text-size-large {
    font-size: 20px;
    font-weight: 500;
  }

  .faq-bottom-content {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .faq-text {
    padding-left: 1.25rem;
    padding-right: .75rem;
  }

  .heading-small {
    text-align: center;
    font-size: 25px;
    line-height: 30px;
  }

  .page-padding-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .vertical-spacing._160-both-side {
    padding-bottom: 0;
  }

  .card---brix.testimonial-v1---brix {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    max-width: none;
    min-height: 470px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
  }

  .slide---brix.testimonial-v1---brix {
    margin-right: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .slide---brix.testimonial-v1---brix.first---brix {
    margin-right: 30px;
  }

  .mask---brix {
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph---brix.testimonial-v1---brix {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 20px;
  }

  .cloneable-container-default-2.no-w {
    padding-top: 0;
    padding-bottom: 48px;
  }

  .slider---brix.testimonial-v1---brix {
    margin-bottom: 80px;
  }

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

  .container-default---brix.adjust-container-max-w {
    display: flex;
  }

  .container-default---brix.adjust-container-max-w.d-none {
    display: none;
  }

  .split-content---brix.avatar-content---brix {
    margin-bottom: 16px;
  }

  .split-content---brix.testimonials-client-info---brix {
    flex-direction: column;
    align-items: flex-start;
  }

  .title-2.avatar-name-v1---brix {
    text-align: center;
    align-self: center;
  }

  .title-2.testimonial---brix {
    font-size: 30px;
    line-height: 1.2;
  }

  .title-2.testimonial---brix.live {
    color: var(--muito-claro);
    text-align: center;
    padding-bottom: 0;
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
  }

  .title-2.testimonial---brix.live.assessment {
    font-size: 24px;
  }

  .slider-arrow---brix.small---brix.right---brix {
    margin-bottom: -70px;
    right: 0;
  }

  .slider-arrow---brix.small---brix.left---brix {
    margin-bottom: -70px;
    left: auto;
    right: 74px;
  }

  .text-block-6 {
    align-self: center;
  }

  .heading-1 {
    font-size: 30px;
  }

  .heading-1.muda {
    font-size: 25px;
  }

  .cta-illustration {
    max-width: 100%;
    margin-left: 0;
    position: static;
    top: auto;
  }

  .countup-title---brix-agency {
    color: var(--muito-claro);
    font-size: 20px;
  }

  .countup-number---brix {
    font-size: 66px;
    line-height: 77px;
  }

  .countup-number---brix.count-number.timer {
    font-size: 55px;
  }

  .grid-3-columns {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-auto-flow: row;
  }

  .heading-17 {
    text-align: center;
    font-size: 22px;
    line-height: 26px;
  }

  .paragraph-13 {
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
  }

  .logo-bar-v3-grid---brix {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-auto-flow: row;
  }

  .card---brix-2.logo-link---brix.icons {
    white-space: pre;
    flex-wrap: wrap;
    flex: 1;
  }

  .container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo---brix.facebook---brix {
    width: auto;
  }

  .title---brix.text-single-bold---brix.logo-bar---brix {
    text-align: center;
    text-align: center;
    font-size: 22px;
    line-height: 26px;
  }

  .column-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blue-text {
    font-size: 35px;
    line-height: 45px;
  }

  .blue-text.levantada.live {
    text-align: left;
  }

  .section-25 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .section-25.hero-section.no-p {
    padding-top: 0;
  }

  .section-25.hero-section.pt {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-25.hero-section {
    padding-bottom: 20px;
  }

  .button-12.clone-project.trial {
    direction: ltr;
    text-align: center;
    text-transform: uppercase;
    background-image: none;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    text-decoration: none;
  }

  .button-12.clone-project.evento.small {
    min-width: 0;
    max-width: 100%;
    margin-top: 166px;
  }

  .button-flex {
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .button-flex.muda {
    margin-bottom: 0;
  }

  .image-61 {
    max-width: 100vw;
    padding-right: 20px;
  }

  .comparison-header-title {
    font-size: 18px;
  }

  .comparison-row {
    grid-template-columns: 1fr .5fr .5fr;
  }

  .comparison-row.header {
    grid-template-columns: 1.25fr .25fr .75fr;
  }

  .text-block-7, .text-block-8, .text-block-9, .text-block-10, .text-block-12 {
    font-size: 16px;
  }

  .card-w {
    padding: 0;
  }

  .heading-34 {
    text-align: left;
    font-size: 30px;
    line-height: 46px;
  }

  .heading-34.assessment {
    width: 100%;
  }

  .btn-w {
    min-width: 7em;
    margin-bottom: 10px;
    padding-left: .25em;
    padding-right: .25em;
    font-size: 1rem;
  }

  .hero-content-w {
    margin-top: 2rem;
  }

  .text-block-93 {
    text-align: center;
    width: 236px;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: .75rem;
  }

  .div-block-3258 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .text-span-108, .card__tech-txt {
    font-size: 16px;
  }

  .grid-w.p-t {
    padding-top: 0;
  }

  .x-container {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  .card__btn-w {
    margin-left: -3px;
    margin-right: 0;
    padding-left: 0;
  }

  .remove-w {
    padding-top: 0;
  }

  .paragraph-50 {
    font-size: 16px;
    line-height: 26px;
  }

  .modal-2 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .modal-content-w {
    padding: 1.5rem;
  }

  .modal-w {
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .close-btn-w {
    width: 3rem;
    height: 3rem;
    margin-top: 1.5rem;
    margin-right: 1.5rem;
  }

  .modal-1-popup {
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .image-91, .image-91.aaa {
    margin-top: 40px;
  }

  .image-91._w-adjust {
    max-width: 60%;
  }

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

  .heading-35 {
    font-size: 30px;
    line-height: 35px;
  }

  .text-block-94 {
    font-size: 15px;
  }

  .modal-2-popup-2 {
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .video-block {
    height: 300px;
    max-height: 40vh;
  }

  .div-block-104 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-104.no-pt {
    padding-top: 0;
  }

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

  .page-padding-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .testimonials_slide-content {
    padding-left: 0;
  }

  .testimonials_slide {
    border-radius: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0 0;
    font-size: 16px;
  }

  .testimonials_author-wrapper {
    flex-direction: column;
    align-items: center;
    padding-bottom: 24px;
  }

  .testimonials_arrow, .testimonials_arrow.is-left {
    bottom: -4.5rem;
  }

  .testimonials_arrow.is-left:hover {
    background-color: #bfbfbf;
  }

  .testimonials_arrow.is-left.bottom-p {
    margin-top: -106.997px;
    position: relative;
    top: 60px;
  }

  .testimonials_arrow.is-left.bottom-p.assessment {
    margin-top: -13.9974px;
  }

  .testimonials_arrow.botton-p {
    margin-top: -106.997px;
    top: 120px;
  }

  .testimonials_arrow.botton-p.assessment {
    margin-top: -13.9974px;
    padding-top: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium-sf1.testimonial {
    text-align: center;
    flex: 1;
    margin-top: 22px;
    padding: 32px 16px;
    font-family: Montserrat, sans-serif;
  }

  .text-size-medium-sf1.grande {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 19px;
    padding-bottom: 19px;
    font-family: Montserrat, sans-serif;
  }

  .text-size-medium-sf1.text-color-black {
    text-align: center;
    text-align: left;
  }

  .text-size-medium-sf1.white {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 700;
  }

  .dark-bg {
    overflow: hidden;
  }

  .paragraph-54 {
    width: 50%;
  }

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

  .image-92 {
    inset: auto -10% 0% auto;
  }

  .div-block-3263 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: row;
    align-items: center;
  }

  .subtitle-2 {
    width: 100%;
  }

  .accordion-heading.empresa {
    text-align: center;
  }

  .accordion-item-trigger.empresa {
    flex-direction: column;
  }

  .accordion-b2b.first {
    padding: 8px 16px;
  }

  .accordion-b2b.second, .accordion-b2b.first {
    padding-left: 16px;
    padding-right: 16px;
  }

  .bold-text-104 {
    line-height: 24px;
  }

  .div-block-3264 {
    flex-flow: column;
    align-items: flex-start;
  }

  .div-block-3265 {
    flex-direction: column;
  }

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

  .img-hero {
    z-index: -1;
    width: 272px;
    right: -7%;
  }

  .link-block-3 {
    width: 100%;
    min-width: 60px;
  }

  .link-btn {
    justify-content: flex-end;
    align-items: flex-start;
    min-width: 60px;
    display: flex;
  }

  .header-content {
    padding-bottom: 0;
  }

  .header-content.growth {
    padding-top: 24px;
  }

  .hero-h1 {
    font-size: 24px;
    line-height: 24px;
  }

  .div-block-3268 {
    width: auto;
    height: auto;
  }

  .div-block-3268.growth {
    align-items: flex-end;
  }

  .logo-head {
    width: 300px;
  }

  .hero-imersoes {
    min-height: 0;
  }

  .default-container {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .default-container.hero.no-p.i-m.middle-color {
    background-image: linear-gradient(to bottom, white 15%, var(--midnight-blue) 15%);
  }

  .default-container.no-p-t {
    grid-row-gap: 10px;
  }

  .paragraph-default.white {
    text-align: left;
  }

  .bg-logo {
    inset: 63% auto 0% 0%;
  }

  .heading-39.white.width {
    width: auto;
    max-width: 90vw;
  }

  .section-27.middle-color {
    background-image: linear-gradient(to top, #233140 73%, #fff 73%);
  }

  .home-review_image-wrapper {
    box-shadow: 0 1px 7px 3px #00000052;
  }

  .flexbox.p-t {
    grid-row-gap: 80px;
  }

  .flexbox.footer {
    padding-top: 0;
    padding-bottom: 0;
  }

  .home-review_slider {
    min-height: 0;
    max-height: 420px;
  }

  .home-review_slider-mask {
    overflow: hidden;
  }

  .home-review_slide-content {
    padding-bottom: 0;
    padding-left: 0;
  }

  .heading-h3 {
    font-size: 18px;
  }

  .stripe-vertical-wrapper.is-left-out {
    width: 3.1rem;
  }

  .home-review_slider-nav {
    bottom: -3.4rem;
  }

  .mentores {
    flex-wrap: wrap;
    flex: 1;
  }

  .mentores-descricao.width-adjust {
    height: auto;
  }

  .depoimentos.p-b {
    padding-bottom: 2rem;
  }

  .testimonial-text-3 {
    padding-left: 65px;
    font-size: 16px;
    line-height: 24px;
  }

  .home-review_slide {
    overflow: hidden;
  }

  .home-review_logo-wrapper {
    display: none;
  }

  .home-review_image {
    object-fit: cover;
  }

  .div-block-60 {
    grid-row-gap: 16px;
    padding-top: 40px;
  }

  .div-block-3271 {
    padding-bottom: 40px;
  }

  .bg-light {
    top: -6%;
  }

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

  .mask-6 {
    padding-left: 25px;
    padding-right: 55px;
  }

  .slider-5 {
    height: auto;
  }

  .testimonials1-16_slider-wrapper {
    width: 80%;
  }

  .image-197 {
    z-index: 10;
    position: relative;
  }

  .slider-right-arrow {
    right: -25%;
  }

  .testimonials1-16-slide {
    overflow: hidden;
  }

  .heading-h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .slider-left-arrow {
    left: -25%;
  }

  .testimonial-inner-img {
    width: 50px;
    height: 50px;
  }

  .video-modal._1 {
    display: none;
  }

  .slide-3 {
    width: 100%;
    height: 240px;
  }

  .slide-content-wrapper-2 {
    height: 100%;
  }

  .slide-nav-6 {
    filter: brightness(200%);
  }

  .testimonials1-16_slider-container {
    overflow: visible;
  }

  .desk-d-none {
    align-self: center;
    align-items: center;
    max-width: 75%;
    padding-top: 32px;
    padding-bottom: 0;
  }

  .small-container {
    padding-top: 34px;
    padding-bottom: 37px;
  }

  .image-200 {
    width: 40vw;
  }

  .tabs-menu-horizontal {
    flex-wrap: nowrap;
  }

  .div-block-3273 {
    padding-top: 0;
  }

  .div-block-3273.no-p.v2 {
    text-align: left;
    min-width: 100%;
    max-width: 100%;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-2 {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-block-8 {
    width: 28px;
  }

  .div-block-3275 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .footer-flex-container {
    flex-direction: column;
    padding-top: 0;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .footer-image {
    width: 250px;
    height: auto;
  }

  .paragraph-55 {
    color: #fcfeffba;
  }

  .footer-heading-2 {
    margin-top: 20px;
  }

  .b2b-background.footer-b2b {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero-h1 {
    line-height: 30px;
  }

  .hero-h1.center.white.width {
    text-align: left;
    width: 100%;
  }

  .hero-h1.palestras.assessment {
    margin-top: 10px;
    font-size: 24px;
    line-height: 37px;
  }

  .text-span-112 {
    font-size: 24px;
    line-height: 22px;
  }

  .loog-b2b {
    max-width: 60%;
  }

  .cta-palestras {
    letter-spacing: 2px;
    width: 100%;
    margin-top: 24px;
    font-size: 16px;
    line-height: 32px;
  }

  .play-btn {
    width: 80px;
    top: 29%;
  }

  .glass-card-2.big-numbers {
    width: 100%;
  }

  .slide_inner {
    margin-left: 7%;
    margin-right: 7%;
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .mentor-img-mobile {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    margin-top: 0;
  }

  .card-palestrante-mobile {
    width: 100%;
  }

  .slide_item {
    width: 104%;
    padding-right: 4%;
  }

  .html-embed-4 {
    margin-right: 0;
  }

  .itens-wrap {
    grid-column-gap: 16px;
    padding-bottom: 24px;
  }

  .icon-assessment {
    width: 40px;
  }

  .icon-assessment.small {
    width: 31px;
  }

  .container-21 {
    max-width: 100%;
    margin-top: -60px;
    padding-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-b2b.grey {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .heading-online.b2b.small {
    font-size: 18px;
    line-height: 24px;
  }

  .content-block-b2b._30 {
    grid-row-gap: 0px;
  }

  .timeline_date-text {
    font-family: Montserrat, sans-serif;
    font-size: 28px;
    font-weight: 700;
  }

  .timeline_item {
    grid-template-columns: 48px 1fr;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .timeline_text.paragraph-light.left {
    font-size: 16px;
    line-height: 1.6;
  }

  .timeline-b2b {
    z-index: 0;
  }

  .lider-cta {
    text-align: center;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 18px;
    line-height: 26px;
  }

  .lider-cta.laranja {
    width: 100%;
  }

  .lider-cta.laranja.sticky {
    width: auto;
  }

  ._w-card-front.center {
    min-width: 100%;
  }

  .c-card-front {
    width: 100%;
    min-width: 300px;
    max-width: 100%;
    height: 300px;
  }

  .c-card-back {
    width: 300px;
    max-width: 300px;
    height: 300px;
  }

  .card-quote {
    font-size: 16px;
  }

  .filter-column {
    justify-content: space-between;
  }

  .container-form {
    padding-left: 24px;
    padding-right: 24px;
  }

  .img-container {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    height: 400px;
  }

  .right-arrow-b2b {
    top: 113%;
    left: 69%;
  }

  .left-arrow-b2b {
    top: 113%;
    left: 10%;
  }

  .text-block-102 {
    font-size: 30px;
    line-height: 32px;
  }

  .body-6 {
    background-color: #f0f0f0;
  }

  .hero-abtd {
    min-height: 80vh;
  }

  .div-block-3292 {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .div-block-3293 {
    flex-direction: column;
    min-width: 300px;
    min-height: 80px;
  }

  .div-block-3299 {
    flex-direction: row;
  }

  .text-block-107 {
    color: #717171;
  }

  .forms-section {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .text-h1 {
    font-size: 22px;
    line-height: 32px;
  }

  .text-h1.align-left {
    text-align: center;
    margin-bottom: 20px;
  }

  .div-block-3300 {
    background-color: #fff;
  }

  .div-block-3301 {
    flex: 0 auto;
    min-height: 400px;
    padding: 33px 8px;
  }

  .div-block-3301.none {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-3302 {
    flex: 0 auto;
    padding-top: 0;
    padding-bottom: 17px;
  }

  .div-block-3303 {
    padding-left: 0;
    left: auto;
  }

  .image-214 {
    max-width: 90%;
    bottom: -62px;
  }

  .slider-7 {
    margin-bottom: 36px;
  }

  .slide-nav-9 {
    top: 105%;
  }

  .right-arrow-3 {
    top: 105%;
    left: 54%;
  }

  .mask-8 {
    min-height: 560px;
  }

  .left-arrow-4 {
    top: 105%;
    left: 12%;
  }

  .container-26, .container-26.bottom {
    padding-left: 10%;
    padding-right: 10%;
  }

  .div-block-3305 {
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block-3306, .div-block-3307, .div-block-3308 {
    align-self: flex-start;
  }

  .slide-22 {
    background-color: #f0f0f0;
  }

  .image-215, .image-216 {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .skills-section.hero.demo.adapt {
    padding-top: 70px;
  }

  .skills-section.bg {
    background-size: cover;
  }

  .skills-section.bg.blue {
    background-image: url('../images/bg-listras.svg');
    background-size: cover;
  }

  .skills-section.no-pt {
    padding-top: 0;
    padding-bottom: 0;
  }

  .skills-section.pt {
    padding-top: 0;
  }

  .skills-section.bg-colorido.faixas-brancas {
    background-image: url('../images/bg-skills.webp');
    background-position: 50%;
    background-size: cover;
  }

  .skills-container {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .skills-container.horizontal.no-pt {
    grid-row-gap: 0px;
    padding-top: 0;
  }

  .image-217.desk-d-none {
    min-height: 100%;
  }

  ._60.center, ._60.center.v2 {
    max-width: 100%;
  }

  .heading-b2b-new.center {
    text-align: center;
  }

  .heading-b2b-new.center.white._80 {
    margin-bottom: 40px;
    line-height: 33px;
  }

  .heading-b2b-new.center.white._80.big {
    font-size: 32px;
  }

  .heading-b2b-new.pb {
    padding-bottom: 16px;
  }

  .paragraph-online.center.white._70 {
    width: 100%;
  }

  .cards-wrap {
    padding-top: 0;
  }

  .atributos-card {
    grid-column-gap: 8px;
  }

  .atributos-card.grow {
    flex-basis: 35%;
  }

  .feature-title-card {
    text-align: left;
  }

  .feature-title-card.white {
    font-size: 24px;
    line-height: 14px;
  }

  .numbers-wrap {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .big-number-skills {
    font-size: 51px;
    line-height: 28px;
  }

  .ensino-skills {
    min-width: 100%;
    max-width: 200px;
  }

  .div-block-3312 {
    flex-direction: column;
  }

  .heading-online-2.white.center.margin {
    width: 100%;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .slider-8 {
    min-height: 0;
  }

  .div-block-3314 {
    grid-column-gap: 8px;
  }

  .mask-9 {
    height: auto;
    padding-bottom: 49px;
  }

  .left-arrow-5 {
    inset: auto auto 0% 0%;
  }

  .slide-nav-10 {
    bottom: 0%;
  }

  .lider-heading.center-mobile {
    text-align: center;
    padding-top: 24px;
  }

  .image-220 {
    align-self: center;
    max-width: 100%;
    margin-left: 0;
  }

  .home-review_slide-content-2 {
    padding-bottom: 0;
    padding-left: 0;
  }

  .formulario-skills.m-l.color {
    min-height: auto;
    padding-left: 17px;
    padding-right: 17px;
  }

  .etapas {
    min-width: 300px;
  }

  .right-arrow-5 {
    height: 40px;
    inset: auto 0% -6% auto;
  }

  .left-arrow-6 {
    min-width: 0;
    height: 40px;
    inset: auto auto -6% 0%;
  }

  .image-221 {
    max-width: 80%;
  }

  .heading-42 {
    padding-left: 0;
    padding-right: 0;
    line-height: 22px;
  }

  .heading-43 {
    font-size: 32px;
    line-height: 34px;
  }

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

  .container-default-copy._100 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-42-copy.heading-custom {
    text-align: center;
    padding-right: 0;
  }

  .cloneable-container-default-copy.center {
    margin-top: 20px;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .title---brix-copy.text-single-bold---brix-copy.logo-bar---brix-copy {
    text-align: center;
    text-align: center;
    font-size: 22px;
    line-height: 26px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .heading-42-copy-copy {
    line-height: 22px;
  }

  .container-880px-center-copy {
    margin-bottom: 10px;
  }

  .cloneable-container-default-copy-copy.center {
    margin-top: 20px;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .title---brix-copy-copy.text-single-bold---brix-copy.logo-bar---brix-copy {
    text-align: center;
    font-size: 22px;
    line-height: 26px;
  }

  .title---brix-copy-copy.text-single-bold---brix-copy.logo-bar---brix-copy.marginbottom20 {
    text-align: center;
    padding-right: 0;
  }

  .heading-42-copy {
    padding-left: 0;
    padding-right: 0;
    line-height: 22px;
  }

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

  .heading-43-copy {
    font-size: 32px;
    line-height: 34px;
  }

  .heading-42-copy-copy {
    padding-left: 0;
    padding-right: 0;
    line-height: 22px;
  }

  .heading-43-copy-copy {
    font-size: 32px;
    line-height: 34px;
  }

  .skl-block-plans-big, .skl-block-plans-standard, .skl-block-infos {
    flex-direction: column;
  }

  .sub-heading-skills {
    font-size: 32px;
    line-height: 36px;
  }

  .sub-heading-skills.smallsmall {
    font-size: 24px;
    line-height: 26px;
  }

  .heading-hero.small {
    font-size: 40px;
    line-height: 44px;
  }

  .hero-v2.no-overflow {
    background-size: cover;
  }

  .default-btn.coral.b2b {
    align-self: center;
  }

  .im-heading-2.masterclass {
    text-align: left;
    align-self: flex-start;
  }

  .scale-wrap {
    flex-direction: column;
  }

  .section-scale-v2.white {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-scale.no-p {
    padding-left: 0;
    padding-right: 0;
  }

  .features-title {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex: 0 auto;
    align-self: flex-start;
  }

  .tab-link-tab-2.w--current {
    padding-left: 8px;
    padding-right: 8px;
  }

  .title-slide {
    font-size: 56px;
  }

  .image-306 {
    padding-bottom: 17px;
  }

  .link-block-10 {
    width: 28px;
  }

  .footer-heading-3 {
    margin-top: 20px;
  }

  .navigation-button {
    display: none;
  }

  .tabs-menu-2 {
    display: flex;
  }

  .link-block-11 {
    margin-left: 19px;
  }

  .text-block-147 {
    font-weight: 700;
  }

  .footer-image-2 {
    width: 230px;
    height: auto;
  }

  .footer-logo-link-2 {
    height: 60px;
  }

  .default-container-imersao {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .image-315 {
    width: 40vw;
  }

  .text-block-148 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-3329 {
    margin-left: 24px;
    margin-right: 24px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-40, .container-33 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-317 {
    align-self: center;
    max-width: 60%;
  }

  .text-o {
    text-align: center;
    font-size: 16px;
  }

  .text-o.black.over {
    align-self: flex-start;
    font-size: 16px;
  }

  .text-o.black.title {
    text-align: left;
    justify-content: flex-start;
    font-size: 24px;
  }

  .text-o.black.padding {
    max-width: 100ch;
  }

  .text-o.header {
    text-align: center;
    align-self: center;
    font-size: 14px;
    line-height: 20px;
  }

  .text-o.overheader {
    align-self: center;
  }

  .div-block-3330 {
    grid-row-gap: 16px;
    flex-direction: column;
    align-self: center;
    align-items: flex-start;
  }

  .text-block-152 {
    font-size: 16px;
  }

  .image-319 {
    display: none;
    right: -36%;
    overflow: visible;
  }

  .image-320 {
    left: -260px;
  }

  .div-block-3332 {
    grid-row-gap: 8px;
    align-self: auto;
    align-items: center;
    padding-right: 0;
  }

  .section-42 {
    padding-bottom: 37px;
  }

  .div-block-3336 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block-154 {
    text-align: left;
    align-self: auto;
    font-size: 24px;
    line-height: 24px;
  }

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

  .section-43 {
    justify-content: center;
    padding: 1px 0;
  }

  .div-block-3337 {
    grid-row-gap: 24px;
    flex-direction: column;
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .container-35 {
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-3340 {
    align-self: center;
    min-width: 300px;
  }

  .container-38 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .button-16 {
    padding-left: 92px;
    padding-right: 92px;
  }

  .testimonials1-15-arrow_right {
    display: block;
  }

  .testimonials1-17_slide-nav {
    display: block;
    top: 549px;
  }

  .slide-wrap {
    flex-direction: column;
    min-height: 0;
    padding: 0 22px;
  }

  .testimonials1-15-slide {
    background-image: linear-gradient(#314787 32%, #fff 32%);
    min-height: 516px;
    padding-left: 9px;
    padding-right: 9px;
    overflow: auto;
  }

  .profile-image {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .section-49 {
    margin-top: 8px;
  }

  .profile-details {
    align-items: center;
  }

  .page-padding-7 {
    margin-bottom: -23px;
    padding-bottom: 77px;
  }

  .profile-block {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-size-regular-sf1-7 {
    text-align: center;
  }

  .div-block-3357 {
    padding-bottom: 8px;
  }

  .text-block-175 {
    font-size: 24px;
  }

  .div-block-3360 {
    flex-direction: column;
    display: flex;
  }

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

  .text-block-178 {
    text-align: left;
    padding-top: 19px;
    padding-bottom: 19px;
  }

  .div-block-3362 {
    align-items: center;
  }

  .section-51 {
    padding-top: 44px;
  }

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

  .countup-title---brix-agency-2 {
    color: #f8fbff;
    font-size: 20px;
  }

  .countup-title---brix-agency-2._4business {
    margin-bottom: 8px;
  }

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

  .image-329 {
    margin-left: 24px;
  }

  .div-block-3364 {
    padding-left: 13px;
  }

  .text-block-182 {
    text-align: left;
    font-size: 24px;
    line-height: 24px;
  }

  .heading-100 {
    font-size: 32px;
    line-height: 34px;
  }

  .heading-small-2 {
    text-align: center;
    font-size: 25px;
    line-height: 30px;
  }

  .heading-42-copy-2 {
    padding-left: 0;
    padding-right: 0;
    line-height: 22px;
  }

  .heading-42-copy-2.heading-custom {
    text-align: center;
    padding-right: 0;
  }

  .heading-42-copy-copy-2 {
    line-height: 22px;
  }

  .section-52 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block-183 {
    font-size: 14px;
  }

  .bold-text-111 {
    font-size: 20px;
    line-height: 14px;
  }

  .heading-101 {
    padding-left: 0;
    padding-right: 0;
    line-height: 22px;
  }

  .skl---h1 {
    font-size: 40px;
    line-height: 48px;
  }

  .skl---h5 {
    font-size: 20px;
    line-height: 28px;
  }

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

  .skl---footer {
    padding: 20px;
  }

  .skl---footer.darkblue {
    padding: 40px;
  }

  .skl---p {
    font-size: 10px;
    line-height: 18px;
  }

  .div-block-3370 {
    width: 100%;
    height: 80px;
    margin-bottom: 20px;
    display: flex;
  }

  .skl---section {
    padding: 20px 20px 100px;
  }

  .skl---section.img {
    background-image: url('../images/bottom.svg');
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 90%;
    flex-direction: column;
    place-content: space-around flex-start;
    height: 95vh;
    padding-bottom: 40px;
    display: flex;
  }

  .container-44-copy {
    grid-row-gap: 0px;
    justify-content: space-between;
  }

  .image-330 {
    width: 170px;
  }

  .heading-b2b-new-2.center {
    text-align: center;
  }

  .heading-b2b-new-2.center.white._80 {
    margin-bottom: 40px;
    line-height: 33px;
  }

  .heading-b2b-new-2.center.white._80.big {
    font-size: 32px;
  }

  .feature-title-card-2 {
    text-align: left;
  }

  .feature-title-card-2.white {
    font-size: 24px;
    line-height: 14px;
  }

  .ensino-skills-2 {
    min-width: 100%;
    max-width: 200px;
  }

  .big-number-skills-2 {
    font-size: 51px;
    line-height: 28px;
  }

  .section-54 {
    height: 50px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .html-embed-8 {
    width: 100px;
    height: auto;
  }

  .skl-section {
    background-image: url('../images/noisy.webp'), linear-gradient(45deg, #212f6c 64%, var(--primário));
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: 150px, auto;
    align-items: center;
  }

  .div-block-3373 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .paragraph-62 {
    font-size: 14px;
  }

  .div-block-3376 {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .book {
    width: 200px;
  }

  .skl-logo-default {
    width: 140px;
  }

  .html-embed-10._10 {
    margin-bottom: 0;
  }

  .skl-paragraph-big {
    font-size: 14px;
  }

  .skl-paragraph-big.dark-blue {
    line-height: 24px;
  }

  .skl-section-hero {
    background-image: radial-gradient(circle closest-corner at 50% 40%, #fff 47%, #0000), url('../images/modo_de_isolamento.svg'), linear-gradient(#fff, #f0f2fa);
    background-position: 0 0, 50%, 0 0;
    background-repeat: repeat, no-repeat, repeat;
    background-size: auto, cover, auto;
    height: auto;
    margin-bottom: 0;
    padding-top: 81px;
  }

  .skl-section-hero.nm {
    padding-bottom: 60px;
  }

  .container-47 {
    height: 65px;
  }

  .skl-card-white.small, .skl-card-white.skl-ui-dash {
    padding: 16px;
  }

  .skl-card-white.skl-ui-search {
    padding: 24px 16px;
  }

  .skl-card-white.skl-ui-search.bigger {
    order: -1;
    margin: 0;
  }

  .skl-card-white.skl-ui-search.hide-on-mobile {
    display: none;
  }

  .navbar-2 {
    height: 65px;
  }

  .skl-button-con-header {
    text-align: center;
    flex: 1;
    align-self: stretch;
    min-height: 40px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 14px;
  }

  .container-2-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .menu-button-3 {
    padding: 8px;
  }

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

  .skl-section-default.skl-margin-bigtop-normalbottom, .skl-section-default.skl-margin-smalltop-normalbottom-copy {
    padding-top: 56px;
    padding-bottom: 40px;
  }

  .skl-section-default.skl-margin-smalltop-normalbottom-copy.nomargin {
    margin-top: 20px;
    padding: 0;
  }

  .skl-section-default.skl-margin-normal.skl-bg.skl-lines {
    padding-top: 40px;
    padding-bottom: 140px;
  }

  .skl-section-default.skl-margin-normal {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .skl-section-default.skl-margin-normal.skl-bg-grey.skl-lines {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .div-block-3406 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .skl-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    flex-direction: row;
    align-items: center;
    min-width: 100%;
    max-width: 100%;
    padding: 8px 16px;
  }

  .skl-card:hover {
    transform: none;
  }

  .skl-svg-70 {
    width: 40px;
    height: 40px;
  }

  .skl-div-logos-empresas {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-wrap: wrap;
  }

  .skl-description {
    font-size: 12px;
    line-height: 120%;
  }

  .skl-description.skl-center.skl-text-blue {
    line-height: 120%;
  }

  .skl-description.small {
    letter-spacing: 2px;
    font-size: 10px;
  }

  .skl-description.small.text-blue.center {
    font-size: 11px;
  }

  .div-block-3407 {
    padding-bottom: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .skl-div-logos {
    min-width: 24%;
  }

  .div-block-3408 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .skl-svg-60 {
    width: 40px;
    height: 40px;
  }

  .skl-button-con-trilhaspersonalizadas {
    text-align: center;
    flex: 1;
    align-self: stretch;
  }

  .skl-button-con-trilhaspersonalizadas.hide-desktop {
    display: flex;
  }

  .skl-card-grey {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    align-items: flex-start;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .skl-heading-4.mid-blue.ajuste {
    font-size: 22px;
  }

  .skl-paragraph-bigger {
    font-size: 16px;
  }

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

  .div-block-3412 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block-3413 {
    text-align: left;
    flex-direction: row;
  }

  .div-block-3415 {
    justify-content: center;
    align-items: center;
    margin-top: 24px;
    display: flex;
  }

  .skl-paragraph-biggest {
    font-size: 18px;
  }

  .skl-paragraph-biggest.text-16 {
    text-align: center;
    font-size: 16px;
  }

  .skl-tabs-menu-trilha {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: wrap;
    margin-top: 70px;
  }

  .tabs-3 {
    box-shadow: none;
    background-image: linear-gradient(45deg, #e1e4f0 9%, #e76353 40%, #212f6c 84%);
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 16px;
    padding-bottom: 0;
  }

  .skl-button-eng-exemplostrilhas {
    border-width: 1px;
    border-color: #fff;
    margin-left: 0;
    margin-right: 0;
    box-shadow: 0 4px 8px #0f1a4529;
  }

  .background-video-2 {
    border-radius: 8px;
  }

  .div-block-3396 {
    height: 0;
    padding-left: 16px;
    padding-right: 16px;
    bottom: -53px;
  }

  .tab-pane-tab-1 {
    padding-bottom: 32px;
  }

  .div-block-3416 {
    flex-direction: column-reverse;
  }

  .skl-film-content {
    background-size: cover;
    width: auto;
    height: 150px;
  }

  .image-227 {
    width: 100%;
    height: 230px;
  }

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

  .skl-paragraph-normal {
    font-size: 12px;
  }

  .skl-paragraph-normal.color {
    font-size: 14px;
  }

  .skl-card-blue {
    padding: 16px;
  }

  .skl-card-blue.skl-ui-depoimments {
    height: auto;
    min-height: 400px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .skl-tabs-menu-dash {
    width: 100%;
  }

  .image-231 {
    height: auto;
    min-height: 140px;
  }

  .wrapper-2 {
    width: 100%;
    height: 68%;
  }

  .skl-tab-panel-dash {
    min-height: 100%;
  }

  .tabs-content-2 {
    width: 100%;
    min-width: 100%;
  }

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

  .skl-card-mid-blue {
    padding: 16px;
  }

  .skl-heading-3.bold.mid-blue.mobile {
    text-align: center;
    font-size: 23px;
    font-weight: 700;
    display: none;
  }

  .skl-heading-3.bold.mid-blue.mobile.center-text {
    display: block;
  }

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

  .div-block-3422 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

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

  .div-block-3424 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .new---left-arrow {
    padding-left: 0;
  }

  .new---right-arrow {
    padding-right: 0;
  }

  .new-collection-list {
    width: 100%;
    height: 420px;
  }

  .new-collection {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: flex-start;
    height: 375px;
  }

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

  .skl-buttons-duo {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    align-self: stretch;
    align-items: stretch;
  }

  .skl-button-con-numeros {
    text-align: center;
    flex: 1;
    align-self: stretch;
  }

  .div-block-3427 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .div-block-3341-copy {
    flex-direction: column;
    display: flex;
  }

  .left-arrow-7 {
    padding-left: 0;
    display: none;
  }

  .right-arrow-6 {
    padding-right: 0;
    display: none;
  }

  .div-block-3429 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .div-block-3430 {
    width: 50px;
    height: 50px;
  }

  .div-block-3430.silvia {
    width: 40px;
    height: 40px;
  }

  .div-block-3430.diogo {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
  }

  .div-block-3430.rafella {
    width: 40px;
    height: 40px;
  }

  .container-51 {
    height: 100%;
  }

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

  .skl-logo-dep {
    width: 80px;
    max-width: 100px;
    height: 40px;
  }

  .slide-25 {
    width: 100%;
  }

  .slider-12 {
    align-self: stretch;
    min-height: 100%;
  }

  .div-block-3346-copy {
    width: 100%;
  }

  .div-block-3432 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    align-self: stretch;
  }

  .mask-11 {
    width: 100%;
    height: 100%;
  }

  .left-arrow-8 {
    display: none;
  }

  .div-block-3434 {
    margin-top: 24px;
  }

  .right-arrow-7 {
    display: none;
  }

  .div-block-3435 {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .slider-13 {
    display: block;
  }

  .mask-12 {
    width: 100%;
  }

  .div-block-3437 {
    flex-direction: column;
    display: none;
  }

  .slide-26 {
    margin-right: 8px;
  }

  .skl-footer-columm {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .exp-support-container {
    bottom: 96px;
    right: 16px;
  }

  .mentor-block {
    width: 41vw;
    min-height: 300px;
  }

  .mentor-block:hover {
    width: 41vw;
  }

  .tag-atuacao {
    font-size: 13px;
  }

  .div-block-3556 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .fs_modal-2_component-3 {
    justify-items: center;
  }

  .html-embed-33 {
    min-width: auto;
  }

  .div-block-3557, .div-block-3558 {
    width: 100%;
  }

  .skl-button-con-hero {
    text-align: center;
    flex: 1;
    align-self: stretch;
  }

  .container-53, .container-54 {
    margin-bottom: 56px;
  }

  .container-55, .navbar-3 {
    height: 65px;
  }

  .div-block-3562 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .menu-button-4 {
    padding: 8px;
  }

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

  .slider-20 {
    display: block;
  }

  .div-block-3597 {
    flex-direction: column;
    display: none;
  }

  .div-block-3598 {
    margin-top: 24px;
  }

  .mask-21 {
    width: 100%;
  }

  .right-arrow-23, .left-arrow-19 {
    display: none;
  }

  .slide-30 {
    margin-right: 8px;
  }

  .div-block-3600 {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .container-62 {
    margin-bottom: 56px;
  }

  .div-block-3605 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .div-block-3608 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .skl-button-primary {
    text-align: center;
    flex: 1;
    align-self: stretch;
  }

  .skl-cta-list-copy.v2.gap {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .skl-div-logos-cta-img {
    height: 16px;
  }

  .skl-div-social-cta {
    text-align: center;
  }

  .html-embed-40._10 {
    margin-bottom: 0;
  }

  .skl-cta-div-copy {
    grid-column-gap: 8px;
    grid-row-gap: 24px;
    justify-content: center;
  }

  .skl-container-logos-cta {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .div-block-3609 {
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-3609.left {
    padding-left: 0;
    padding-right: 0;
  }

  .slider-21 {
    height: 200px;
    padding-left: 28px;
    padding-right: 28px;
  }

  .course-link-wrap.is-trackable {
    padding-left: 0;
    padding-right: 0;
  }

  .container-64 {
    max-width: 90%;
  }

  .empresas-fixo {
    height: 90px;
  }

  .logos-empresas {
    margin-top: 10px;
  }

  .image-335 {
    width: 80px;
  }

  .text-block-2115 {
    letter-spacing: 1px;
    font-size: 3.5vw;
  }

  .hero-form.margin-top {
    background-image: radial-gradient(circle closest-corner, #fff 9%, #f1f3fb);
    background-position: 0 0;
    background-size: auto;
    margin-top: 90px;
  }

  .h1-grad {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 8vw;
    line-height: 11vw;
  }

  .h1-grad.smaller {
    font-size: 8vw;
    line-height: 11vw;
  }

  .form-embadado-hero {
    background-image: linear-gradient(213deg, #f7f7f7, #fff);
    padding-left: 20px;
    padding-right: 20px;
    box-shadow: 3px -16px 40px #a1b1ef33;
  }

  .small {
    width: 100px;
  }

  .title-form {
    width: 100%;
    font-size: 16px;
    font-weight: 700;
  }

  .heading-104 {
    margin-top: 0;
    font-size: 28px;
    line-height: 38px;
  }

  .heading-104.white {
    margin-top: 0;
    font-size: 24px;
    line-height: 34px;
  }

  .heading-104.size {
    text-align: left;
    font-size: 24px;
    line-height: 34px;
  }

  .paragraph-64.white {
    font-size: 16px;
  }

  .container-66 {
    margin-top: 20px;
  }

  .slide-31 {
    width: 100%;
  }

  .container-67 {
    max-width: 90%;
  }

  .slider-22 {
    align-self: stretch;
    min-height: 100%;
  }

  .html-embed-41 {
    width: 35px;
    height: 35px;
  }

  .div-block-3618 {
    margin-top: 24px;
  }

  .collection-list-wrapper-2 {
    overflow: hidden;
  }

  .v-deo-seciton {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-3620 {
    padding: 10px;
  }

  .wrapper-video.desktop {
    display: none;
  }

  .wrapper-video.mobile {
    display: block;
  }

  .div-block-3621 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-3622.no-margin {
    margin-right: 0;
  }

  .image-337, .div-block-3624 {
    width: 100%;
  }

  .skl-film-content-2 {
    background-size: cover;
    width: auto;
    height: 150px;
  }

  .image-339 {
    height: auto;
    min-height: 140px;
  }

  .skl-card-white-2.new {
    padding: 16px 16px 16px 20px;
  }

  .skl-card-white-2.new.align {
    flex-direction: column;
    padding: 20px;
  }

  .div-block-3630 {
    width: 100%;
    padding-left: 0;
  }

  .skl-tab-panel-dash-2 {
    min-height: 100%;
  }

  .text-block-2121 {
    font-size: 16px;
    line-height: 26px;
  }

  .btn-skl {
    text-align: center;
    width: 90%;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

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

  .skl-button-con-conteudos {
    text-align: center;
    flex: 1;
    align-self: stretch;
  }

  .skl-button-con-conteudos.hide-mobile {
    display: none;
  }

  .div-block-3342-copy-copy {
    width: 100%;
  }

  .skl-button-con-ctafinal {
    text-align: center;
    flex: 1;
    align-self: stretch;
  }

  .div-block-3343, .div-block-3635 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .image-832 {
    opacity: .5;
  }

  .image-833 {
    width: 20px;
    display: none;
  }

  .text-block-2127 {
    font-size: 16px;
  }

  .div-block-3650.is-trackable.utm_track {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .h1-grad-2 {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 8vw;
    line-height: 11vw;
  }

  .text-block-2128 {
    letter-spacing: 1px;
    font-size: 3.5vw;
  }

  .logos-empresas-2 {
    margin-top: 10px;
  }

  .image-834 {
    width: 80px;
  }

  .section-7 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .depoimento-escrito {
    height: auto;
  }

  .image-1046 {
    opacity: .6;
    height: 80%;
  }

  .text-block-2264 {
    text-align: center;
    margin-left: 0;
    margin-right: auto;
  }

  .slider-34 {
    flex: 1;
    height: auto;
  }

  .div-block-4434 {
    justify-content: flex-start;
    align-items: stretch;
    height: auto;
    padding-bottom: 20px;
    display: block;
  }

  .div-block-4436 {
    width: 90%;
    margin-top: 10px;
    margin-bottom: 20px;
    display: block;
  }

  .mask-29 {
    height: auto;
  }

  .container-327.margin-up {
    margin-top: 0;
  }

  .slide-nav-44 {
    margin-right: auto;
    position: relative;
    inset: 5px 0% -20%;
  }

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

  .text-block-2265 {
    text-align: left;
    width: auto;
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-4435 {
    margin-bottom: 10px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .btn-skl-2 {
    text-align: center;
    width: 90%;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .h1-grad-3 {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 8vw;
    line-height: 11vw;
  }
}

#w-node-_79c88de7-38fe-f95c-ffde-079c2d622380-2bf30056 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1bde8e94-ddb6-d54b-44a6-610af69f3ec6-2bf30056 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-2bf30056, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-2bf30056 {
  place-self: center start;
}

#w-node-f9e80f3c-4ed6-8c55-8523-2b1bd1d0c9ac-23f3005d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_55154de5-5998-984f-b5a6-5adbd71a60cf-23f3005d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-acec3e14-1999-e9a9-e9b1-850aa6bca642-98f30060 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-acec3e14-1999-e9a9-e9b1-850aa6bca64a-98f30060 {
  justify-self: start;
}

#w-node-acec3e14-1999-e9a9-e9b1-850aa6bca658-98f30060 {
  place-self: center;
}

#w-node-edfd3d07-5d0a-1340-7e0f-e2387e890316-98f30060 {
  justify-self: stretch;
}

#w-node-ff3a4f64-a2e5-3491-664b-d4f3ad3d5496-98f30060 {
  place-self: center start;
}

#w-node-ff3a4f64-a2e5-3491-664b-d4f3ad3d549f-98f30060 {
  place-self: stretch stretch;
}

#w-node-_2ea8f0e1-cc03-0caa-b705-7080851a0b4a-98f30060 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2ea8f0e1-cc03-0caa-b705-7080851a0b55-98f30060, #w-node-_2ea8f0e1-cc03-0caa-b705-7080851a0b56-98f30060, #w-node-_2ea8f0e1-cc03-0caa-b705-7080851a0b61-98f30060, #w-node-_2ea8f0e1-cc03-0caa-b705-7080851a0b6c-98f30060, #w-node-_2ea8f0e1-cc03-0caa-b705-7080851a0b77-98f30060, #w-node-_1bde8e94-ddb6-d54b-44a6-610af69f3ec6-98f30060 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-98f30060, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-98f30060 {
  place-self: center start;
}

#w-node-acec3e14-1999-e9a9-e9b1-850aa6bca642-edf30061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-acec3e14-1999-e9a9-e9b1-850aa6bca64a-edf30061 {
  justify-self: stretch;
}

#w-node-acec3e14-1999-e9a9-e9b1-850aa6bca658-edf30061 {
  place-self: center;
}

#w-node-_2ea8f0e1-cc03-0caa-b705-7080851a0b4a-edf30061 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2ea8f0e1-cc03-0caa-b705-7080851a0b55-edf30061, #w-node-_2ea8f0e1-cc03-0caa-b705-7080851a0b56-edf30061, #w-node-_2ea8f0e1-cc03-0caa-b705-7080851a0b61-edf30061, #w-node-_2ea8f0e1-cc03-0caa-b705-7080851a0b6c-edf30061, #w-node-_2ea8f0e1-cc03-0caa-b705-7080851a0b77-edf30061, #w-node-_1bde8e94-ddb6-d54b-44a6-610af69f3ec6-edf30061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-edf30061, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-edf30061 {
  place-self: center start;
}

#w-node-acec3e14-1999-e9a9-e9b1-850aa6bca642-f2f30062 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-acec3e14-1999-e9a9-e9b1-850aa6bca64a-f2f30062 {
  justify-self: stretch;
}

#w-node-acec3e14-1999-e9a9-e9b1-850aa6bca658-f2f30062 {
  place-self: center;
}

#w-node-edfd3d07-5d0a-1340-7e0f-e2387e890316-f2f30062 {
  justify-self: stretch;
}

#w-node-ff3a4f64-a2e5-3491-664b-d4f3ad3d5496-f2f30062 {
  place-self: center start;
}

#w-node-ff3a4f64-a2e5-3491-664b-d4f3ad3d549f-f2f30062 {
  place-self: stretch stretch;
}

#w-node-_2ea8f0e1-cc03-0caa-b705-7080851a0b4a-f2f30062 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2ea8f0e1-cc03-0caa-b705-7080851a0b55-f2f30062, #w-node-_2ea8f0e1-cc03-0caa-b705-7080851a0b56-f2f30062, #w-node-_2ea8f0e1-cc03-0caa-b705-7080851a0b61-f2f30062, #w-node-_2ea8f0e1-cc03-0caa-b705-7080851a0b6c-f2f30062, #w-node-_2ea8f0e1-cc03-0caa-b705-7080851a0b77-f2f30062, #w-node-_1bde8e94-ddb6-d54b-44a6-610af69f3ec6-f2f30062 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-f2f30062, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-f2f30062 {
  place-self: center start;
}

#w-node-acec3e14-1999-e9a9-e9b1-850aa6bca642-00f30064 {
  grid-area: Area;
  align-self: center;
}

#w-node-_38809d09-29e9-8f3e-c255-37b7e3a3d717-00f30064 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-acec3e14-1999-e9a9-e9b1-850aa6bca658-00f30064 {
  place-self: center;
}

#w-node-a8d219dd-dcb1-334f-5e5a-d98d9252d95e-00f30064, #w-node-a8d219dd-dcb1-334f-5e5a-d98d9252d960-00f30064, #w-node-_1bde8e94-ddb6-d54b-44a6-610af69f3ec6-00f30064 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-00f30064, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-00f30064 {
  place-self: center start;
}

#w-node-acec3e14-1999-e9a9-e9b1-850aa6bca642-def30065 {
  grid-area: Area;
  align-self: center;
}

#w-node-_38809d09-29e9-8f3e-c255-37b7e3a3d717-def30065 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-acec3e14-1999-e9a9-e9b1-850aa6bca658-def30065 {
  place-self: center;
}

#w-node-a8d219dd-dcb1-334f-5e5a-d98d9252d95e-def30065, #w-node-a8d219dd-dcb1-334f-5e5a-d98d9252d960-def30065, #w-node-_1bde8e94-ddb6-d54b-44a6-610af69f3ec6-def30065 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-def30065, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-def30065 {
  place-self: center start;
}

#w-node-acec3e14-1999-e9a9-e9b1-850aa6bca642-6df3007d {
  grid-area: Area;
  align-self: center;
}

#w-node-_38809d09-29e9-8f3e-c255-37b7e3a3d717-6df3007d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-acec3e14-1999-e9a9-e9b1-850aa6bca658-6df3007d {
  place-self: center;
}

#w-node-a8d219dd-dcb1-334f-5e5a-d98d9252d95e-6df3007d, #w-node-a8d219dd-dcb1-334f-5e5a-d98d9252d960-6df3007d, #w-node-_1bde8e94-ddb6-d54b-44a6-610af69f3ec6-6df3007d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-6df3007d, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-6df3007d {
  place-self: center start;
}

#w-node-e690b7e2-6f05-2d00-bf1d-7979a7289cb3-a7289cb0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b9c608fa-7946-e18a-7f8b-0ab40e2d9bb6-63f300b5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b9c608fa-7946-e18a-7f8b-0ab40e2d9bb7-63f300b5 {
  justify-self: stretch;
}

#w-node-_1bde8e94-ddb6-d54b-44a6-610af69f3ec6-63f300b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-63f300b5, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-63f300b5, #w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-b3f300d7, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-b3f300d7 {
  place-self: center start;
}

#w-node-_1bde8e94-ddb6-d54b-44a6-610af69f3ec6-74f300e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-74f300e9, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-74f300e9 {
  place-self: center start;
}

#w-node-_1dcc876d-8588-4900-300b-98a8fb9dc713-fb9dc6f8 {
  justify-self: stretch;
}

#w-node-_1bde8e94-ddb6-d54b-44a6-610af69f3ec6-fdf300ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-fdf300ec, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-fdf300ec {
  place-self: center start;
}

#w-node-_1bde8e94-ddb6-d54b-44a6-610af69f3ec6-71f300ed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-71f300ed, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-71f300ed {
  place-self: center start;
}

#w-node-_1bde8e94-ddb6-d54b-44a6-610af69f3ec6-49f300ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-49f300ee, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-49f300ee {
  place-self: center start;
}

#w-node-_1bde8e94-ddb6-d54b-44a6-610af69f3ec6-62f300ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-62f300ef, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-62f300ef {
  place-self: center start;
}

#w-node-e8ebb0ef-a4bf-7049-97b4-0cdca88e09a6-3bf300f0 {
  justify-self: stretch;
}

#w-node-_1bde8e94-ddb6-d54b-44a6-610af69f3ec6-3bf300f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-3bf300f0, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-3bf300f0 {
  place-self: center start;
}

#w-node-_1bde8e94-ddb6-d54b-44a6-610af69f3ec6-3df300f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-3df300f1, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-3df300f1 {
  place-self: center start;
}

#w-node-_1bde8e94-ddb6-d54b-44a6-610af69f3ec6-69f300f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-69f300f2, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-69f300f2 {
  place-self: center start;
}

#w-node-_1bde8e94-ddb6-d54b-44a6-610af69f3ec6-adf300f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-adf300f3, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-adf300f3 {
  place-self: center start;
}

#w-node-_1bde8e94-ddb6-d54b-44a6-610af69f3ec6-acf300f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-acf300f4, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-acf300f4 {
  place-self: center start;
}

#w-node-_1bde8e94-ddb6-d54b-44a6-610af69f3ec6-49f300f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-49f300f5, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-49f300f5 {
  place-self: center start;
}

#w-node-_1bde8e94-ddb6-d54b-44a6-610af69f3ec6-79f300f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-79f300f6, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-79f300f6 {
  place-self: center start;
}

#w-node-_1bde8e94-ddb6-d54b-44a6-610af69f3ec6-b7f300f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-b7f300f7, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-b7f300f7 {
  place-self: center start;
}

#w-node-_1bde8e94-ddb6-d54b-44a6-610af69f3ec6-d5f300f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-d5f300f8, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-d5f300f8 {
  place-self: center start;
}

#w-node-a8d219dd-dcb1-334f-5e5a-d98d9252d959-6ef300f9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_83e82a6d-b1a1-2360-9baa-b185708d9c15-6ef300f9 {
  grid-area: Area-2;
  justify-self: center;
}

#w-node-_46e4e7ea-5e99-534e-e637-c9b238c9a64e-6ef300f9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-acec3e14-1999-e9a9-e9b1-850aa6bca658-6ef300f9 {
  place-self: center;
}

#w-node-_79c88de7-38fe-f95c-ffde-079c2d622380-6ef300f9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a7f9869b-6b2d-97b4-f6a8-304a92d9d14c-6ef300f9 {
  justify-self: stretch;
}

#w-node-_1bde8e94-ddb6-d54b-44a6-610af69f3ec6-6ef300f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-6ef300f9, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-6ef300f9, #w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-daf300fa, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-daf300fa, #w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-47f30110, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-47f30110, #w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-e3f30122, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-e3f30122 {
  place-self: center start;
}

#w-node-a8d219dd-dcb1-334f-5e5a-d98d9252d959-d9f30127, #w-node-_46e4e7ea-5e99-534e-e637-c9b238c9a64e-d9f30127 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-acec3e14-1999-e9a9-e9b1-850aa6bca658-d9f30127 {
  place-self: center;
}

#w-node-_79c88de7-38fe-f95c-ffde-079c2d622380-d9f30127 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a7f9869b-6b2d-97b4-f6a8-304a92d9d14c-d9f30127 {
  justify-self: stretch;
}

#w-node-_1bde8e94-ddb6-d54b-44a6-610af69f3ec6-d9f30127 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-d9f30127, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-d9f30127 {
  place-self: center start;
}

#w-node-_1bde8e94-ddb6-d54b-44a6-610af69f3ec6-bbf30128 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-bbf30128, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-bbf30128 {
  place-self: center start;
}

#w-node-e44b6177-b4fe-e8a7-1d4e-c2a1af45d7c5-af45d7a0 {
  justify-self: stretch;
}

#w-node-_1bde8e94-ddb6-d54b-44a6-610af69f3ec6-30f3012a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-30f3012a, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-30f3012a {
  place-self: center start;
}

#w-node-_1bde8e94-ddb6-d54b-44a6-610af69f3ec6-4af3012b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-4af3012b, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-4af3012b {
  place-self: center start;
}

#w-node-_1bde8e94-ddb6-d54b-44a6-610af69f3ec6-d2f3012c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-d2f3012c, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-d2f3012c {
  place-self: center start;
}

#w-node-_1bde8e94-ddb6-d54b-44a6-610af69f3ec6-f7f3012d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-f7f3012d, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-f7f3012d {
  place-self: center start;
}

#w-node-c22f5d17-3a70-9ed8-46a9-d45f9f164668-66f3012e {
  justify-self: stretch;
}

#w-node-_1bde8e94-ddb6-d54b-44a6-610af69f3ec6-66f3012e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-66f3012e, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-66f3012e {
  place-self: center start;
}

#w-node-_1bde8e94-ddb6-d54b-44a6-610af69f3ec6-f2f3012f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-f2f3012f, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-f2f3012f {
  place-self: center start;
}

#w-node-_1bde8e94-ddb6-d54b-44a6-610af69f3ec6-11f30130 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-11f30130, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-11f30130 {
  place-self: center start;
}

#w-node-_1bde8e94-ddb6-d54b-44a6-610af69f3ec6-92f30131 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-92f30131, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-92f30131 {
  place-self: center start;
}

#w-node-_1bde8e94-ddb6-d54b-44a6-610af69f3ec6-6ff30132 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-6ff30132, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-6ff30132 {
  place-self: center start;
}

#w-node-_1bde8e94-ddb6-d54b-44a6-610af69f3ec6-9ff30133 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-9ff30133, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-9ff30133 {
  place-self: center start;
}

#w-node-_1bde8e94-ddb6-d54b-44a6-610af69f3ec6-18f30146 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-18f30146, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-18f30146 {
  place-self: center start;
}

#w-node-_07d4743c-e9cf-5157-1ab5-5bf885887c58-b6f3015b, #w-node-_98e08fd4-639c-f35f-ebbd-eb8f27303668-b6f3015b, #w-node-_98e08fd4-639c-f35f-ebbd-eb8f27303669-b6f3015b, #w-node-_98e08fd4-639c-f35f-ebbd-eb8f2730366a-b6f3015b, #w-node-_98e08fd4-639c-f35f-ebbd-eb8f27303670-b6f3015b, #w-node-_98e08fd4-639c-f35f-ebbd-eb8f27303671-b6f3015b, #w-node-_98e08fd4-639c-f35f-ebbd-eb8f27303672-b6f3015b, #w-node-_98e08fd4-639c-f35f-ebbd-eb8f27303678-b6f3015b, #w-node-_98e08fd4-639c-f35f-ebbd-eb8f27303679-b6f3015b, #w-node-_98e08fd4-639c-f35f-ebbd-eb8f2730367a-b6f3015b, #w-node-_8ef6f396-b596-8e94-e87d-7320f316f2cc-b6f3015b, #w-node-_8ef6f396-b596-8e94-e87d-7320f316f2cd-b6f3015b, #w-node-_8ef6f396-b596-8e94-e87d-7320f316f2ce-b6f3015b, #w-node-_8ef6f396-b596-8e94-e87d-7320f316f2d1-b6f3015b, #w-node-_8ef6f396-b596-8e94-e87d-7320f316f2d2-b6f3015b, #w-node-_8ef6f396-b596-8e94-e87d-7320f316f2d3-b6f3015b, #w-node-_8ef6f396-b596-8e94-e87d-7320f316f2d6-b6f3015b, #w-node-_8ef6f396-b596-8e94-e87d-7320f316f2d7-b6f3015b, #w-node-_8ef6f396-b596-8e94-e87d-7320f316f2d8-b6f3015b, #w-node-_07d4743c-e9cf-5157-1ab5-5bf885887c58-92f3015c, #w-node-_98e08fd4-639c-f35f-ebbd-eb8f27303668-92f3015c, #w-node-_98e08fd4-639c-f35f-ebbd-eb8f27303669-92f3015c, #w-node-_98e08fd4-639c-f35f-ebbd-eb8f2730366a-92f3015c, #w-node-_98e08fd4-639c-f35f-ebbd-eb8f27303670-92f3015c, #w-node-_98e08fd4-639c-f35f-ebbd-eb8f27303671-92f3015c, #w-node-_98e08fd4-639c-f35f-ebbd-eb8f27303672-92f3015c, #w-node-_98e08fd4-639c-f35f-ebbd-eb8f27303678-92f3015c, #w-node-_98e08fd4-639c-f35f-ebbd-eb8f27303679-92f3015c, #w-node-_98e08fd4-639c-f35f-ebbd-eb8f2730367a-92f3015c, #w-node-_8ef6f396-b596-8e94-e87d-7320f316f2cc-92f3015c, #w-node-_8ef6f396-b596-8e94-e87d-7320f316f2cd-92f3015c, #w-node-_8ef6f396-b596-8e94-e87d-7320f316f2ce-92f3015c, #w-node-_8ef6f396-b596-8e94-e87d-7320f316f2d1-92f3015c, #w-node-_8ef6f396-b596-8e94-e87d-7320f316f2d2-92f3015c, #w-node-_8ef6f396-b596-8e94-e87d-7320f316f2d3-92f3015c, #w-node-_8ef6f396-b596-8e94-e87d-7320f316f2d6-92f3015c, #w-node-_8ef6f396-b596-8e94-e87d-7320f316f2d7-92f3015c, #w-node-_8ef6f396-b596-8e94-e87d-7320f316f2d8-92f3015c, #w-node-_8ef6f396-b596-8e94-e87d-7320f316f2cc-92f3015e, #w-node-_8ef6f396-b596-8e94-e87d-7320f316f2cd-92f3015e, #w-node-_8ef6f396-b596-8e94-e87d-7320f316f2ce-92f3015e, #w-node-_8ef6f396-b596-8e94-e87d-7320f316f2d1-92f3015e, #w-node-_8ef6f396-b596-8e94-e87d-7320f316f2d2-92f3015e, #w-node-_8ef6f396-b596-8e94-e87d-7320f316f2d3-92f3015e, #w-node-_8ef6f396-b596-8e94-e87d-7320f316f2d6-92f3015e, #w-node-_8ef6f396-b596-8e94-e87d-7320f316f2d7-92f3015e, #w-node-_8ef6f396-b596-8e94-e87d-7320f316f2d8-92f3015e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a770486-d47b-16ac-bcf6-784811181824-54f3015f, #w-node-_0a770486-d47b-16ac-bcf6-784811181831-54f3015f, #w-node-_0a770486-d47b-16ac-bcf6-78481118183e-54f3015f, #w-node-_0a770486-d47b-16ac-bcf6-78481118184b-54f3015f {
  align-self: center;
}

#w-node-_5bb05753-2dcc-57c8-91ca-dac19f013233-54f3015f, #w-node-f3c11fe2-13c0-be02-d12a-eb487ded6c9b-5cf30164 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_619f81d7-6d74-c204-928b-1c98ca669aa3-5cf30164 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-ee778307-f7fa-6760-701b-5a016a607b5c-5cf30164, #w-node-_04ae57e9-be79-fedc-a096-d8874a48d6ca-5cf30164, #w-node-_93d96aa7-b503-93de-4556-02871f576dfa-5cf30164, #w-node-_967598cf-af28-4d8d-830a-fda1f916e9d7-d8f30169 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e8ebb0ef-a4bf-7049-97b4-0cdca88e09a6-51f301bd {
  justify-self: stretch;
}

#w-node-_1bde8e94-ddb6-d54b-44a6-610af69f3ec6-51f301bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-51f301bd, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-51f301bd {
  place-self: center start;
}

#w-node-a8d219dd-dcb1-334f-5e5a-d98d9252d959-86f301be, #w-node-_46e4e7ea-5e99-534e-e637-c9b238c9a64e-86f301be {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-acec3e14-1999-e9a9-e9b1-850aa6bca658-86f301be {
  place-self: center;
}

#w-node-_79c88de7-38fe-f95c-ffde-079c2d622380-86f301be {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a7f9869b-6b2d-97b4-f6a8-304a92d9d14c-86f301be {
  justify-self: stretch;
}

#w-node-_1bde8e94-ddb6-d54b-44a6-610af69f3ec6-86f301be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-86f301be, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-86f301be {
  place-self: center start;
}

#w-node-a8d219dd-dcb1-334f-5e5a-d98d9252d959-f4f301bf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1bde8e94-ddb6-d54b-44a6-610af69f3ec6-f4f301bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-f4f301bf, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-f4f301bf {
  place-self: center start;
}

#w-node-a8d219dd-dcb1-334f-5e5a-d98d9252d959-66f301c0, #w-node-_46e4e7ea-5e99-534e-e637-c9b238c9a64e-66f301c0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-acec3e14-1999-e9a9-e9b1-850aa6bca658-66f301c0 {
  place-self: center;
}

#w-node-_79c88de7-38fe-f95c-ffde-079c2d622380-66f301c0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a7f9869b-6b2d-97b4-f6a8-304a92d9d14c-66f301c0 {
  justify-self: stretch;
}

#w-node-_1bde8e94-ddb6-d54b-44a6-610af69f3ec6-66f301c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-66f301c0, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-66f301c0 {
  place-self: center start;
}

#w-node-a8d219dd-dcb1-334f-5e5a-d98d9252d959-a2f301c1, #w-node-_46e4e7ea-5e99-534e-e637-c9b238c9a64e-a2f301c1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-acec3e14-1999-e9a9-e9b1-850aa6bca658-a2f301c1 {
  place-self: center;
}

#w-node-_79c88de7-38fe-f95c-ffde-079c2d622380-a2f301c1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a7f9869b-6b2d-97b4-f6a8-304a92d9d14c-a2f301c1 {
  justify-self: stretch;
}

#w-node-_1bde8e94-ddb6-d54b-44a6-610af69f3ec6-a2f301c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-a2f301c1, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-a2f301c1 {
  place-self: center start;
}

#w-node-a8d219dd-dcb1-334f-5e5a-d98d9252d959-d2f301c2, #w-node-_46e4e7ea-5e99-534e-e637-c9b238c9a64e-d2f301c2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-acec3e14-1999-e9a9-e9b1-850aa6bca658-d2f301c2 {
  place-self: center;
}

#w-node-_79c88de7-38fe-f95c-ffde-079c2d622380-d2f301c2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a7f9869b-6b2d-97b4-f6a8-304a92d9d14c-d2f301c2 {
  justify-self: stretch;
}

#w-node-_1bde8e94-ddb6-d54b-44a6-610af69f3ec6-d2f301c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-d2f301c2, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-d2f301c2 {
  place-self: center start;
}

#w-node-a8d219dd-dcb1-334f-5e5a-d98d9252d959-73f301c3, #w-node-_46e4e7ea-5e99-534e-e637-c9b238c9a64e-73f301c3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-acec3e14-1999-e9a9-e9b1-850aa6bca658-73f301c3 {
  place-self: center;
}

#w-node-_79c88de7-38fe-f95c-ffde-079c2d622380-73f301c3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a7f9869b-6b2d-97b4-f6a8-304a92d9d14c-73f301c3 {
  justify-self: stretch;
}

#w-node-_1bde8e94-ddb6-d54b-44a6-610af69f3ec6-73f301c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-73f301c3, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-73f301c3 {
  place-self: center start;
}

#w-node-a8d219dd-dcb1-334f-5e5a-d98d9252d959-d3f301c4, #w-node-_46e4e7ea-5e99-534e-e637-c9b238c9a64e-d3f301c4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-acec3e14-1999-e9a9-e9b1-850aa6bca658-d3f301c4 {
  place-self: center;
}

#w-node-_1bde8e94-ddb6-d54b-44a6-610af69f3ec6-d3f301c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-d3f301c4, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-d3f301c4 {
  place-self: center start;
}

#w-node-f3c11fe2-13c0-be02-d12a-eb487ded6c9b-dcf30202 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_619f81d7-6d74-c204-928b-1c98ca669aa3-dcf30202 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-ee778307-f7fa-6760-701b-5a016a607b5c-dcf30202, #w-node-_04ae57e9-be79-fedc-a096-d8874a48d6ca-dcf30202, #w-node-_93d96aa7-b503-93de-4556-02871f576dfa-dcf30202 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-acec3e14-1999-e9a9-e9b1-850aa6bca642-0bf30216 {
  grid-area: Area;
  align-self: center;
}

#w-node-acec3e14-1999-e9a9-e9b1-850aa6bca658-0bf30216 {
  place-self: center;
}

#w-node-_1bde8e94-ddb6-d54b-44a6-610af69f3ec5-0bf30216, #w-node-_1bde8e94-ddb6-d54b-44a6-610af69f3ec6-0bf30216 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-0bf30216, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-0bf30216 {
  place-self: center start;
}

#w-node-acec3e14-1999-e9a9-e9b1-850aa6bca642-93f30217 {
  grid-area: Area;
  align-self: center;
}

#w-node-acec3e14-1999-e9a9-e9b1-850aa6bca658-93f30217 {
  place-self: center;
}

#w-node-_1bde8e94-ddb6-d54b-44a6-610af69f3ec6-93f30217 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-93f30217, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-93f30217 {
  place-self: center start;
}

#w-node-acec3e14-1999-e9a9-e9b1-850aa6bca642-dff30219 {
  grid-area: Area;
  align-self: center;
}

#w-node-_1bde8e94-ddb6-d54b-44a6-610af69f3ec5-dff30219 {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_1bde8e94-ddb6-d54b-44a6-610af69f3ec6-dff30219 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-dff30219, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-dff30219 {
  place-self: center start;
}

#w-node-acec3e14-1999-e9a9-e9b1-850aa6bca642-37f3021a {
  grid-area: Area;
  align-self: center;
}

#w-node-a74996a7-c94d-fc50-cb43-3b3688246311-37f3021a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-acec3e14-1999-e9a9-e9b1-850aa6bca658-37f3021a {
  place-self: center;
}

#w-node-_855311c1-fcf7-9461-3eba-36f702a37ee3-37f3021a {
  grid-area: Area-2;
  place-self: start center;
}

#w-node-_1d1b55c6-da35-bd91-9fbd-ad77e0696c24-37f3021a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1d1b55c6-da35-bd91-9fbd-ad77e0696c29-37f3021a, #w-node-_1d1b55c6-da35-bd91-9fbd-ad77e0696c2a-37f3021a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d1b55c6-da35-bd91-9fbd-ad77e0696c33-37f3021a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1d1b55c6-da35-bd91-9fbd-ad77e0696c3b-37f3021a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d1b55c6-da35-bd91-9fbd-ad77e0696c44-37f3021a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1d1b55c6-da35-bd91-9fbd-ad77e0696c49-37f3021a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d1b55c6-da35-bd91-9fbd-ad77e0696c52-37f3021a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1d1b55c6-da35-bd91-9fbd-ad77e0696c57-37f3021a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d1b55c6-da35-bd91-9fbd-ad77e0696c60-37f3021a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-37f3021a, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-37f3021a {
  place-self: center start;
}

#w-node-_25c586a6-e42c-6a7c-2d2b-5e626e60ca9d-f3f3021b {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-f3f3021b, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-f3f3021b {
  place-self: center start;
}

#w-node-_1bde8e94-ddb6-d54b-44a6-610af69f3ec6-0a134e4a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-0a134e4a, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-0a134e4a {
  place-self: center start;
}

#w-node-_46f3a79c-d207-6fc6-2c63-56534081880a-8725937c {
  justify-self: stretch;
}

#w-node-b79148cb-8591-7b56-641f-0f333465bb49-8725937c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b8e5e526-2bcc-6ed0-5985-1d737682d099-8725937c, #w-node-bf28178f-0bd5-34ce-9e0c-0d91d2387d2b-8725937c {
  place-self: center start;
}

#w-node-_1bde8e94-ddb6-d54b-44a6-610af69f3ec6-17f42d57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-17f42d57, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-17f42d57 {
  place-self: center start;
}

#w-node-_46f3a79c-d207-6fc6-2c63-56534081880a-31df1da5 {
  justify-self: stretch;
}

#w-node-b79148cb-8591-7b56-641f-0f333465bb49-31df1da5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b8e5e526-2bcc-6ed0-5985-1d737682d099-31df1da5, #w-node-bf28178f-0bd5-34ce-9e0c-0d91d2387d2b-31df1da5 {
  place-self: center start;
}

#w-node-_1bde8e94-ddb6-d54b-44a6-610af69f3ec6-122770ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-122770ac, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-122770ac {
  place-self: center start;
}

#w-node-_1bde8e94-ddb6-d54b-44a6-610af69f3ec6-6951c69c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-6951c69c, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-6951c69c {
  place-self: center start;
}

#w-node-_1bde8e94-ddb6-d54b-44a6-610af69f3ec6-ea85c49e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-ea85c49e, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-ea85c49e {
  place-self: center start;
}

#w-node-_1bde8e94-ddb6-d54b-44a6-610af69f3ec6-98715f73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-98715f73, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-98715f73 {
  place-self: center start;
}

#w-node-_25c586a6-e42c-6a7c-2d2b-5e626e60ca9d-c3f48be0 {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-c3f48be0, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-c3f48be0 {
  place-self: center start;
}

#w-node-_25c586a6-e42c-6a7c-2d2b-5e626e60ca9d-b331fb3a {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-b331fb3a, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-b331fb3a {
  place-self: center start;
}

@media screen and (min-width: 1440px) {
  #w-node-b9c608fa-7946-e18a-7f8b-0ab40e2d9bb7-63f300b5, #w-node-_1dcc876d-8588-4900-300b-98a8fb9dc713-fb9dc6f8, #w-node-e8ebb0ef-a4bf-7049-97b4-0cdca88e09a6-3bf300f0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }

  #w-node-a8d219dd-dcb1-334f-5e5a-d98d9252d959-6ef300f9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_83e82a6d-b1a1-2360-9baa-b185708d9c15-6ef300f9 {
    grid-area: Area-2;
    justify-self: center;
  }

  #w-node-_46e4e7ea-5e99-534e-e637-c9b238c9a64e-6ef300f9 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-a7f9869b-6b2d-97b4-f6a8-304a92d9d14c-6ef300f9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }

  #w-node-a8d219dd-dcb1-334f-5e5a-d98d9252d959-d9f30127 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_46e4e7ea-5e99-534e-e637-c9b238c9a64e-d9f30127 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-a7f9869b-6b2d-97b4-f6a8-304a92d9d14c-d9f30127, #w-node-e44b6177-b4fe-e8a7-1d4e-c2a1af45d7c5-af45d7a0, #w-node-c22f5d17-3a70-9ed8-46a9-d45f9f164668-66f3012e, #w-node-e8ebb0ef-a4bf-7049-97b4-0cdca88e09a6-51f301bd {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }

  #w-node-a8d219dd-dcb1-334f-5e5a-d98d9252d959-86f301be {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_46e4e7ea-5e99-534e-e637-c9b238c9a64e-86f301be {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-a7f9869b-6b2d-97b4-f6a8-304a92d9d14c-86f301be {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }

  #w-node-a8d219dd-dcb1-334f-5e5a-d98d9252d959-f4f301bf, #w-node-a8d219dd-dcb1-334f-5e5a-d98d9252d959-66f301c0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_46e4e7ea-5e99-534e-e637-c9b238c9a64e-66f301c0 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-a7f9869b-6b2d-97b4-f6a8-304a92d9d14c-66f301c0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }

  #w-node-a8d219dd-dcb1-334f-5e5a-d98d9252d959-a2f301c1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_46e4e7ea-5e99-534e-e637-c9b238c9a64e-a2f301c1 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-a7f9869b-6b2d-97b4-f6a8-304a92d9d14c-a2f301c1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }

  #w-node-a8d219dd-dcb1-334f-5e5a-d98d9252d959-d2f301c2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_46e4e7ea-5e99-534e-e637-c9b238c9a64e-d2f301c2 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-a7f9869b-6b2d-97b4-f6a8-304a92d9d14c-d2f301c2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }

  #w-node-a8d219dd-dcb1-334f-5e5a-d98d9252d959-73f301c3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_46e4e7ea-5e99-534e-e637-c9b238c9a64e-73f301c3 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-a7f9869b-6b2d-97b4-f6a8-304a92d9d14c-73f301c3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }

  #w-node-a8d219dd-dcb1-334f-5e5a-d98d9252d959-d3f301c4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_46e4e7ea-5e99-534e-e637-c9b238c9a64e-d3f301c4 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_46f3a79c-d207-6fc6-2c63-56534081880a-8725937c, #w-node-_46f3a79c-d207-6fc6-2c63-56534081880a-31df1da5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-2bf30056, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-2bf30056 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center start;
  }

  #w-node-acec3e14-1999-e9a9-e9b1-850aa6bca642-98f30060 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-acec3e14-1999-e9a9-e9b1-850aa6bca64a-98f30060 {
    justify-self: center;
  }

  #w-node-acec3e14-1999-e9a9-e9b1-850aa6bca658-98f30060 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-ff3a4f64-a2e5-3491-664b-d4f3ad3d5496-98f30060 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center start;
  }

  #w-node-_1bde8e94-ddb6-d54b-44a6-610af69f3e80-98f30060 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-98f30060, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-98f30060 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center start;
  }

  #w-node-acec3e14-1999-e9a9-e9b1-850aa6bca642-edf30061 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-acec3e14-1999-e9a9-e9b1-850aa6bca658-edf30061 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_1bde8e94-ddb6-d54b-44a6-610af69f3e80-edf30061 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-edf30061, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-edf30061 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center start;
  }

  #w-node-acec3e14-1999-e9a9-e9b1-850aa6bca642-f2f30062 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-acec3e14-1999-e9a9-e9b1-850aa6bca658-f2f30062 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-ff3a4f64-a2e5-3491-664b-d4f3ad3d5496-f2f30062 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center start;
  }

  #w-node-_1bde8e94-ddb6-d54b-44a6-610af69f3e80-f2f30062 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-f2f30062, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-f2f30062 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center start;
  }

  #w-node-acec3e14-1999-e9a9-e9b1-850aa6bca642-00f30064 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-acec3e14-1999-e9a9-e9b1-850aa6bca658-00f30064 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-00f30064, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-00f30064 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center start;
  }

  #w-node-acec3e14-1999-e9a9-e9b1-850aa6bca642-def30065 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-acec3e14-1999-e9a9-e9b1-850aa6bca658-def30065 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-def30065, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-def30065 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center start;
  }

  #w-node-acec3e14-1999-e9a9-e9b1-850aa6bca642-6df3007d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-acec3e14-1999-e9a9-e9b1-850aa6bca658-6df3007d {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-6df3007d, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-6df3007d, #w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-63f300b5, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-63f300b5, #w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-b3f300d7, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-b3f300d7, #w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-74f300e9, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-74f300e9, #w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-fdf300ec, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-fdf300ec, #w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-71f300ed, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-71f300ed, #w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-49f300ee, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-49f300ee, #w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-62f300ef, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-62f300ef, #w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-3bf300f0, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-3bf300f0, #w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-3df300f1, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-3df300f1, #w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-69f300f2, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-69f300f2, #w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-adf300f3, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-adf300f3, #w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-acf300f4, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-acf300f4, #w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-49f300f5, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-49f300f5, #w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-79f300f6, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-79f300f6, #w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-b7f300f7, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-b7f300f7, #w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-d5f300f8, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-d5f300f8 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center start;
  }

  #w-node-acec3e14-1999-e9a9-e9b1-850aa6bca658-6ef300f9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-6ef300f9, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-6ef300f9, #w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-daf300fa, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-daf300fa, #w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-47f30110, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-47f30110, #w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-e3f30122, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-e3f30122 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center start;
  }

  #w-node-acec3e14-1999-e9a9-e9b1-850aa6bca658-d9f30127 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-d9f30127, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-d9f30127, #w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-bbf30128, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-bbf30128, #w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-30f3012a, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-30f3012a, #w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-4af3012b, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-4af3012b, #w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-d2f3012c, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-d2f3012c, #w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-f7f3012d, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-f7f3012d, #w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-66f3012e, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-66f3012e, #w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-f2f3012f, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-f2f3012f, #w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-11f30130, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-11f30130, #w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-92f30131, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-92f30131, #w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-6ff30132, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-6ff30132, #w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-9ff30133, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-9ff30133, #w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-18f30146, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-18f30146 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center start;
  }

  #w-node-_0a770486-d47b-16ac-bcf6-78481118181f-54f3015f, #w-node-_0a770486-d47b-16ac-bcf6-784811181826-54f3015f, #w-node-_0a770486-d47b-16ac-bcf6-78481118182c-54f3015f, #w-node-_0a770486-d47b-16ac-bcf6-784811181839-54f3015f, #w-node-_0a770486-d47b-16ac-bcf6-784811181846-54f3015f {
    align-self: center;
  }

  #w-node-_10ad39ce-58f3-47ed-0f6e-e8eec1f443a9-a3f30162 {
    place-self: auto;
  }

  #w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-51f301bd, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-51f301bd {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center start;
  }

  #w-node-acec3e14-1999-e9a9-e9b1-850aa6bca658-86f301be {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-86f301be, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-86f301be, #w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-f4f301bf, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-f4f301bf {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center start;
  }

  #w-node-acec3e14-1999-e9a9-e9b1-850aa6bca658-66f301c0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-66f301c0, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-66f301c0 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center start;
  }

  #w-node-acec3e14-1999-e9a9-e9b1-850aa6bca658-a2f301c1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-a2f301c1, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-a2f301c1 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center start;
  }

  #w-node-acec3e14-1999-e9a9-e9b1-850aa6bca658-d2f301c2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-d2f301c2, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-d2f301c2 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center start;
  }

  #w-node-acec3e14-1999-e9a9-e9b1-850aa6bca658-73f301c3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-73f301c3, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-73f301c3 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center start;
  }

  #w-node-acec3e14-1999-e9a9-e9b1-850aa6bca658-d3f301c4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-d3f301c4, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-d3f301c4 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center start;
  }

  #w-node-_10ad39ce-58f3-47ed-0f6e-e8eec1f443a9-9ef30214 {
    place-self: auto;
  }

  #w-node-acec3e14-1999-e9a9-e9b1-850aa6bca642-0bf30216 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-acec3e14-1999-e9a9-e9b1-850aa6bca658-0bf30216 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-0bf30216, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-0bf30216 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center start;
  }

  #w-node-acec3e14-1999-e9a9-e9b1-850aa6bca642-93f30217 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-acec3e14-1999-e9a9-e9b1-850aa6bca658-93f30217 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-93f30217, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-93f30217 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center start;
  }

  #w-node-acec3e14-1999-e9a9-e9b1-850aa6bca642-dff30219 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-dff30219, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-dff30219 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center start;
  }

  #w-node-acec3e14-1999-e9a9-e9b1-850aa6bca642-37f3021a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-acec3e14-1999-e9a9-e9b1-850aa6bca658-37f3021a {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-37f3021a, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-37f3021a, #w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-f3f3021b, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-f3f3021b, #w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-0a134e4a, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-0a134e4a, #w-node-b8e5e526-2bcc-6ed0-5985-1d737682d099-8725937c, #w-node-bf28178f-0bd5-34ce-9e0c-0d91d2387d2b-8725937c, #w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-17f42d57, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-17f42d57, #w-node-b8e5e526-2bcc-6ed0-5985-1d737682d099-31df1da5, #w-node-bf28178f-0bd5-34ce-9e0c-0d91d2387d2b-31df1da5, #w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-122770ac, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-122770ac, #w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-6951c69c, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-6951c69c, #w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-ea85c49e, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-ea85c49e, #w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-98715f73, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-98715f73, #w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-c3f48be0, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-c3f48be0, #w-node-_04f33f78-2944-7240-47c6-33ebe815fbd1-b331fb3a, #w-node-c0b019ed-e428-a097-77c6-2f0fbe65da4b-b331fb3a {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3b1e2d2f-c2c4-47a2-e772-fbf353ee8a5f-2bf30056 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9c264967-4c34-c003-f0b8-804ddfeb81cb-98f30060, #w-node-_9c264967-4c34-c003-f0b8-804ddfeb81e7-98f30060, #w-node-_9c264967-4c34-c003-f0b8-804ddfeb81d9-98f30060, #w-node-_9c264967-4c34-c003-f0b8-804ddfeb81f5-98f30060, #w-node-_848fc581-88e8-c175-8666-384ba93c7a08-98f30060, #w-node-_9c264967-4c34-c003-f0b8-804ddfeb8211-98f30060 {
    grid-area: Feature-Row;
  }

  #w-node-_8d3562b4-0e20-e73e-027a-da0e7e0be48f-98f30060 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1bde8e94-ddb6-d54b-44a6-610af69f3e80-98f30060 {
    grid-column: span 2 / span 2;
  }

  #w-node-_9c264967-4c34-c003-f0b8-804ddfeb81cb-edf30061, #w-node-_9c264967-4c34-c003-f0b8-804ddfeb81e7-edf30061, #w-node-_9c264967-4c34-c003-f0b8-804ddfeb81d9-edf30061, #w-node-_9c264967-4c34-c003-f0b8-804ddfeb81f5-edf30061, #w-node-_848fc581-88e8-c175-8666-384ba93c7a08-edf30061, #w-node-_9c264967-4c34-c003-f0b8-804ddfeb8211-edf30061 {
    grid-area: Feature-Row;
  }

  #w-node-_8d3562b4-0e20-e73e-027a-da0e7e0be48f-edf30061 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1bde8e94-ddb6-d54b-44a6-610af69f3e80-edf30061 {
    grid-column: span 2 / span 2;
  }

  #w-node-_9c264967-4c34-c003-f0b8-804ddfeb81cb-f2f30062, #w-node-_9c264967-4c34-c003-f0b8-804ddfeb81e7-f2f30062, #w-node-_9c264967-4c34-c003-f0b8-804ddfeb81d9-f2f30062, #w-node-_9c264967-4c34-c003-f0b8-804ddfeb81f5-f2f30062, #w-node-_848fc581-88e8-c175-8666-384ba93c7a08-f2f30062, #w-node-_9c264967-4c34-c003-f0b8-804ddfeb8211-f2f30062 {
    grid-area: Feature-Row;
  }

  #w-node-_8d3562b4-0e20-e73e-027a-da0e7e0be48f-f2f30062 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1bde8e94-ddb6-d54b-44a6-610af69f3e80-f2f30062 {
    grid-column: span 2 / span 2;
  }

  #w-node-b9c608fa-7946-e18a-7f8b-0ab40e2d9bd7-63f300b5, #w-node-c97adcc4-0d64-e9d8-69cd-e13b667fc2da-d9f30127 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0a770486-d47b-16ac-bcf6-78481118181f-54f3015f {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_0a770486-d47b-16ac-bcf6-784811181824-54f3015f {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_0a770486-d47b-16ac-bcf6-784811181826-54f3015f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0a770486-d47b-16ac-bcf6-78481118182c-54f3015f {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_0a770486-d47b-16ac-bcf6-784811181831-54f3015f {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_0a770486-d47b-16ac-bcf6-784811181839-54f3015f {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_0a770486-d47b-16ac-bcf6-78481118183e-54f3015f {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_0a770486-d47b-16ac-bcf6-784811181846-54f3015f {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_0a770486-d47b-16ac-bcf6-78481118184b-54f3015f {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-c97adcc4-0d64-e9d8-69cd-e13b667fc2da-86f301be, #w-node-c97adcc4-0d64-e9d8-69cd-e13b667fc2da-66f301c0, #w-node-c97adcc4-0d64-e9d8-69cd-e13b667fc2da-a2f301c1, #w-node-c97adcc4-0d64-e9d8-69cd-e13b667fc2da-d2f301c2, #w-node-c97adcc4-0d64-e9d8-69cd-e13b667fc2da-73f301c3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1bde8e94-ddb6-d54b-44a6-610af69f3e80-98f30060, #w-node-_1bde8e94-ddb6-d54b-44a6-610af69f3e80-edf30061, #w-node-_1bde8e94-ddb6-d54b-44a6-610af69f3e80-f2f30062 {
    grid-column: span 1 / span 1;
  }

  #w-node-_10ad39ce-58f3-47ed-0f6e-e8eec1f443a9-a3f30162 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }

  #w-node-b1118ae1-d62b-b97b-01fc-090f38097d5b-a3f30162 {
    place-self: center;
  }

  #w-node-_7b735a05-e635-1cf2-7440-6d31af361b0f-a3f30162 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_63711011-bad0-22ac-ac3b-26c061ceb952-a3f30162 {
    place-self: center;
  }

  #w-node-_63711011-bad0-22ac-ac3b-26c061ceb954-a3f30162 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_10ad39ce-58f3-47ed-0f6e-e8eec1f443a9-9ef30214 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }

  #w-node-b1118ae1-d62b-b97b-01fc-090f38097d5b-9ef30214 {
    place-self: center;
  }

  #w-node-_7b735a05-e635-1cf2-7440-6d31af361b0f-9ef30214 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_63711011-bad0-22ac-ac3b-26c061ceb952-9ef30214 {
    place-self: center;
  }

  #w-node-_63711011-bad0-22ac-ac3b-26c061ceb954-9ef30214 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Montserrat variablefont wght';
  src: url('../fonts/montserrat-italic-variablefont_wght.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Materialicons';
  src: url('../fonts/materialicons-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}