:root {
  --white: white;
  --black: black;
}

.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

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

.text-block-39 {
  color: #fff;
  text-align: center;
  max-width: 327px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.text-field {
  color: #000;
  background-image: url('../images/user_1user.webp');
  background-position: 4%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 6px;
  width: 100%;
  max-width: 400px;
  height: 48px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 52px;
  font-size: 16px;
  line-height: 24px;
}

.text-field._2 {
  background-image: url('../images/mail_1mail.webp');
}

.text-field._2.campo-email {
  color: #000;
}

.text-field._2.campo-email::placeholder {
  color: rgba(0, 0, 0, .6);
}

.text-field.campo-nome {
  color: #000;
}

.text-field.campo-nome::placeholder {
  color: rgba(0, 0, 0, .6);
}

.error-message {
  color: #fff;
  background-color: #26211a;
  border-radius: 10px;
  width: 100%;
  max-width: 395px;
  padding-left: 40px;
  padding-right: 40px;
}

.text-span-4 {
  font-weight: 800;
}

.campo-phone {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 0 #000;
  border-radius: 4px;
  margin-bottom: 0;
  padding: 0 28px 0 0;
  font-size: 16px;
  font-weight: 300;
}

.campo-phone:focus {
  border: 1px rgba(0, 0, 0, 0);
}

.campo-phone::placeholder {
  color: rgba(255, 255, 255, .7);
  font-weight: 300;
}

.campo-phone.phone {
  color: #000;
  font-weight: 400;
}

.campo-phone.phone::placeholder {
  color: rgba(1, 1, 6, .6);
  font-weight: 500;
}

.close-popup {
  z-index: 1;
  color: #fff;
  cursor: pointer;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 22px;
  font-weight: 700;
  line-height: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.close-popup:hover {
  background-color: #26211a;
}

.html-embed-17 {
  opacity: .6;
  margin-bottom: -4px;
  margin-right: 14px;
}

.form-background-div {
  z-index: 15;
  color: #000;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  max-width: 400px;
  height: 48px;
  max-height: none;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.success-message {
  width: 100%;
  max-width: 395px;
}

.svr-modal {
  z-index: 999;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(207, 104, 83, .7);
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.svr-modal.venda {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: rgba(18, 10, 12, .5);
  display: none;
}

.svr-modal.venda.active {
  flex-direction: column;
  display: flex;
}

.checkbox-field {
  color: #fff;
  max-width: 400px;
  margin: 16px auto;
  padding-left: 30px;
}

.svr-box-form {
  background-image: linear-gradient(#b85d5a, #d56b50);
  border-radius: 10px;
  width: 100%;
  max-width: 475px;
  padding: 40px;
  position: relative;
}

.svr-box-form.vendas {
  background-image: linear-gradient(#2b2121, #3a2a2a);
}

.svr-cta-main {
  color: #000;
  text-transform: uppercase;
  background-color: #00ff0a;
  background-image: linear-gradient(#00ff0a, #62fca9);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 395px;
  height: 70px;
  font-size: 18px;
  font-weight: 700;
  line-height: 135%;
  display: flex;
}

.svr-cta-main:hover {
  box-shadow: 0 15px 30px rgba(98, 252, 169, .4);
}

.svr-cta-main.cta-form {
  display: block;
}

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

.checkbox-label {
  max-width: 352px;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
}

.link-2 {
  color: #fff;
  text-decoration: underline;
}

.mba-section-nav {
  background-color: rgba(15, 16, 20, .6);
  border: 1px solid rgba(255, 255, 255, .15);
}

.mba-section-hero {
  background-image: url('../images/bg-hero_1.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.mba-section-hero.c {
  background-image: url('../images/mbapg-bg-heroc_1.webp');
}

.mba-section-certificado {
  background-image: url('../images/bg-certificado.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.mba-section-mba {
  background-image: url('../images/bg-mba.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.mba-section-bio {
  background-image: url('../images/bg-bio.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.mba-container {
  max-width: 1256px;
}

.body {
  background-color: #000;
}

.mba-section-rodape {
  background-image: linear-gradient(#0a0a0a, #000);
  border: .5px solid #54555f;
}

.mba-space {
  padding-left: 20px;
  padding-right: 20px;
}

.mba-space.mba-space-rodape {
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 42px;
  display: flex;
}

.mba-space.mba-space-bio {
  padding-top: 156px;
  padding-bottom: 118px;
}

.mba-space.mba-space-certificado {
  flex-flow: column;
  align-items: flex-start;
  padding-top: 128px;
  padding-bottom: 160px;
  display: flex;
}

.mba-space.mba-space-mba {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 114px;
  padding-bottom: 79px;
  display: flex;
}

.mba-space.mba-space-nav {
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 14px;
  display: flex;
}

.mba-space.mba-space-hero {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 72px;
  padding-bottom: 18px;
  display: flex;
}

.mba-space.mba-space-evento {
  padding-top: 103px;
  padding-bottom: 130px;
}

.image {
  width: 100%;
  max-width: 132px;
  height: auto;
  display: block;
}

.div-block {
  grid-column-gap: 78px;
  grid-row-gap: 78px;
  color: #fff;
  letter-spacing: -.08px;
  justify-content: center;
  align-items: center;
  font-family: Exo, sans-serif;
  font-size: 16px;
  line-height: 145%;
  display: flex;
}

.link-3 {
  color: rgba(255, 255, 255, .7);
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.div-block-2 {
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  max-width: 626px;
  margin-left: auto;
  display: flex;
}

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

.text-span-5 {
  text-transform: lowercase;
}

.paragraph {
  color: #000;
  margin-top: 15px;
  margin-bottom: 25px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 165%;
}

.link-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  letter-spacing: .3px;
  text-transform: uppercase;
  background-color: #10c821;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 359px;
  height: 47px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .22), 0 12px 34px rgba(0, 0, 0, .16), 0 6px 18px rgba(0, 0, 0, .13), 0 4px 10px rgba(0, 0, 0, .11), 0 2px 5px rgba(30, 30, 30, .09), 0 1px 2px rgba(8, 8, 8, .06);
}

.link-block._2 {
  box-shadow: 0 4px 20px #0fc620;
}

.link-block._3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  max-width: 342px;
  box-shadow: 0 4px 20px #0fc620;
}

.image-2 {
  width: 100%;
  max-width: 32px;
  height: 31px;
  display: block;
}

.paragraph-2 {
  color: #fff;
  max-width: 520px;
  margin-top: 16px;
  margin-bottom: 28px;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 165%;
}

.heading-2 {
  color: #fff;
  max-width: 453px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 37px;
  line-height: 120%;
}

.text-span-6 {
  color: #fdb600;
  text-transform: lowercase;
}

.text-span-7 {
  text-transform: lowercase;
}

.heading-3 {
  color: #fff;
  text-align: center;
  letter-spacing: .74px;
  width: 100%;
  max-width: 725px;
  margin-top: 0;
  margin-bottom: 27px;
  font-family: Poppins, sans-serif;
  font-size: 37px;
  line-height: 120%;
}

.div-block-3 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  color: #fff;
  background-image: linear-gradient(#282828, #171717);
  border-radius: 26px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1071px;
  padding: 35px 80px 35px 40px;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 165%;
  display: flex;
  box-shadow: 0 5px 68px rgba(0, 0, 0, .2);
}

.image-3 {
  width: 100%;
  max-width: 59px;
  height: auto;
  display: block;
}

.div-block-4 {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1071px;
  margin-top: 44px;
  margin-bottom: 48px;
  display: grid;
}

.text-span-8 {
  color: #ffbc14;
}

.text-block-45 {
  color: #fff;
  text-align: center;
  max-width: 807px;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 165%;
}

.div-block-5 {
  grid-column-gap: 31px;
  grid-row-gap: 31px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-46 {
  color: #fff;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
}

.div-block-6 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto auto 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: center;
  display: grid;
}

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

.text-block-47 {
  color: #fff;
  font-family: Space Grotesk, sans-serif;
  font-size: 31px;
  font-weight: 700;
  line-height: 40px;
}

.text-block-48 {
  color: rgba(255, 255, 255, .7);
  text-transform: uppercase;
  font-family: Space Grotesk, sans-serif;
  font-size: 9px;
  font-weight: 300;
  line-height: 140%;
}

.div-block-8 {
  background-color: #ffc531;
  border-radius: 100%;
  width: 100%;
  min-width: 6px;
  max-width: 6px;
  height: 6px;
  min-height: 6px;
}

.paragraph-3 {
  color: #fff;
  max-width: 550px;
  margin-bottom: 31px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 155%;
}

.paragraph-3.b {
  max-width: 501px;
}

.bold-text {
  color: #ffbc14;
}

.heading-4 {
  color: #fff;
  max-width: 555px;
  margin-bottom: 11px;
  font-family: Poppins, sans-serif;
  font-size: 35px;
  line-height: 140%;
}

.text-span-9 {
  color: #ffbc14;
}

.div-block-9 {
  background-image: linear-gradient(#1e1e1e, #000);
  border-radius: 35px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 187px;
  padding-top: 50px;
  padding-bottom: 71px;
  display: flex;
  box-shadow: 0 3px 51px rgba(0, 0, 0, .2);
}

.div-block-9.b {
  margin-top: 160px;
}

.heading-5 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 37px;
  font-weight: 600;
  line-height: 120%;
}

.text-span-10 {
  color: #ffbc14;
}

.slider {
  background-color: rgba(221, 221, 221, 0);
  width: 100%;
  max-width: 1080px;
  height: auto;
  margin-top: 39px;
  margin-bottom: 44px;
}

.slide-nav {
  display: none;
}

.right-arrow {
  color: #000;
  background-color: #fcca48;
  border: 1.15px solid #fff1cc;
  border-radius: 100%;
  width: 100%;
  max-width: 37px;
  height: 37px;
  font-size: 17px;
  display: none;
  right: -54px;
}

.left-arrow {
  color: #000;
  background-color: #fcca48;
  border: 1.15px solid #fff1cc;
  border-radius: 100%;
  width: 100%;
  max-width: 37px;
  height: 37px;
  font-size: 17px;
  display: none;
  left: -54px;
}

.slide {
  width: 100%;
  max-width: 251px;
  margin-right: 23px;
}

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

.image-4 {
  border-radius: 13px;
  width: 100%;
  max-width: 252px;
  height: auto;
  display: block;
}

.div-block-11 {
  background-color: #fff;
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
  position: relative;
}

.text-block-49 {
  color: #212121;
  text-transform: uppercase;
  background-color: #fff;
  border: .5px solid #868686;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 102px;
  height: 23px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 12px;
  display: flex;
  position: absolute;
  top: 10px;
  left: 1px;
}

.text-block-49.mob {
  display: none;
}

.div-block-12 {
  background-color: #fff;
  border-bottom-right-radius: 13px;
  border-bottom-left-radius: 13px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 141px;
  padding-top: 14px;
  padding-left: 20px;
  padding-right: 10px;
  display: flex;
}

.text-block-50 {
  color: #000;
  font-family: Space Grotesk, sans-serif;
  font-size: 15px;
  line-height: 20px;
}

.text-block-51 {
  color: #1c1c1c;
  letter-spacing: -.38px;
  font-family: Space Grotesk, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.text-block-51._2 {
  max-width: 170px;
}

.div-block-13 {
  background-image: url('../images/bg-div.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 11px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 359px;
  height: 38px;
  display: flex;
}

.text-block-52 {
  color: #fff;
  margin-left: 5px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 140%;
}

.text-block-53 {
  color: #fff;
  margin-right: 12px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 120%;
}

.bold-text-2 {
  color: #ffbc14;
}

.image-5 {
  width: 100%;
  max-width: 116px;
  height: auto;
}

.image-6 {
  width: 100%;
  max-width: 27px;
  height: 28px;
}

.div-block-14 {
  display: none;
}

.p-section-hero {
  background-color: #120b0e;
  background-image: url('../images/bg-parabens.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.p-container._2 {
  max-width: 1190px;
}

.p-space {
  padding-left: 20px;
  padding-right: 20px;
}

.p-space.p-space-hero {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 56px;
  padding-bottom: 436px;
  display: flex;
}

.p-space.p-space-hero.b {
  padding-top: 89px;
}

.image-7 {
  display: block;
}

.image-8 {
  display: none;
}

.heading-6 {
  color: #fff;
  text-align: center;
  max-width: 482px;
  margin-top: 0;
  margin-bottom: 13px;
  font-family: Epilogue, sans-serif;
  font-weight: 400;
  line-height: 126%;
}

.text-span-11 {
  font-weight: 800;
}

.bold-text-3, .bold-text-4 {
  text-transform: lowercase;
  font-weight: 400;
}

.div-block-15 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 434px;
  margin-top: 39px;
  display: flex;
}

.text-span-12 {
  font-weight: 800;
}

.text-block-55 {
  color: #e9e9e9;
  text-align: center;
  margin-bottom: 14px;
  font-family: Urbanist, sans-serif;
  font-size: 16px;
  line-height: 140%;
}

.link-block-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #272727;
  background-image: linear-gradient(#5ef075, #25c73f);
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 284px;
  height: 54px;
  font-family: Space Grotesk, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.image-9 {
  display: block;
}

.div-block-16 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 590px;
  display: flex;
}

.div-block-17 {
  color: #fff;
  justify-content: space-between;
  width: 100%;
  font-family: Urbanist, sans-serif;
  font-size: 20px;
  line-height: 166%;
  display: flex;
}

.div-block-18 {
  background-color: rgba(94, 240, 117, .5);
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 489px;
  display: flex;
}

.heading-7 {
  text-transform: uppercase;
  margin-top: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 115%;
}

.bold-text-5 {
  color: #fdb600;
}

.text-block-57 {
  max-width: 394px;
}

.text-block-58 {
  text-align: center;
  letter-spacing: .02em;
  max-width: 382px;
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 600;
  line-height: 130%;
}

.button {
  color: #14491c;
  text-align: center;
  background-image: linear-gradient(165deg, #5ef075, #25c73f);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  max-width: 425px;
  height: 62px;
  padding-left: 90px;
  padding-right: 90px;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  display: flex;
}

.text-block-59 {
  color: #59ff75;
  text-transform: uppercase;
  max-width: 280px;
  font-family: Space Grotesk, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 45px;
}

.image-15 {
  width: 250px;
}

.cpl-container {
  max-width: 1100px;
}

.text-block-70 {
  margin-right: 12px;
  font-family: Exo, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
}

.div-block-50 {
  align-items: center;
  display: flex;
}

.text-block-71 {
  color: #f5f5f5;
  letter-spacing: .313px;
  max-width: 682px;
  margin-top: 19px;
  margin-bottom: 25px;
  font-family: Space Grotesk, sans-serif;
  font-size: 31px;
  font-weight: 700;
  line-height: 41px;
}

.content-yt {
  z-index: 40;
  border: 1px rgba(255, 255, 255, .18);
  border-radius: 16px;
  width: 100%;
  max-width: 800px;
  height: auto;
  margin-top: 0;
  padding: 0;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-nav-ep {
  color: #0f1b2a;
  background-color: #f8d05c;
  background-image: url('../images/Play.svg'), linear-gradient(#ffd66c, #fcca48);
  background-position: 90%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  justify-content: space-between;
  width: 100%;
  max-width: 300px;
  padding: 14px 24px;
  text-decoration: none;
  display: flex;
}

.link-nav-ep.ativo {
  color: #fff;
  background-color: #181818;
  background-image: url('../images/Play.png');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: auto;
}

.link-nav-ep.bloqueado {
  color: rgba(255, 255, 255, .5);
  background-color: #0e1014;
  background-image: url('../images/bloqueado.png');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: auto;
  align-items: center;
}

.image-17 {
  filter: grayscale();
  border-radius: 0;
  width: 100%;
  max-height: 141px;
}

.image-17.ativo {
  filter: none;
}

.div-block-30 {
  background-color: #ffc531;
  border-radius: 100%;
  width: 100%;
  min-width: 6px;
  max-width: 6px;
  height: 6px;
  min-height: 6px;
}

.heading-8 {
  color: #ffd66c;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#ffd66c, #fcca48);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: Poppins, sans-serif;
  line-height: 140%;
}

.text-block-61 {
  color: #14491c;
  font-family: Space Grotesk, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.div-block-35 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 858px;
  margin: 70px auto 50px;
  display: flex;
}

.text-block-64 {
  color: #1c1c1c;
  font-family: Space Grotesk, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.text-block-64._3 {
  max-width: 172px;
}

.text-block-72 {
  color: rgba(255, 255, 255, .8);
  background-color: rgba(255, 255, 255, .15);
  border: .5px solid #626262;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 68px;
  height: 25px;
  font-family: Space Grotesk, sans-serif;
  font-weight: 600;
  display: flex;
}

.div-block-28 {
  grid-column-gap: 13px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  max-width: 258px;
  display: grid;
}

.cpl-space {
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}

.cpl-space.cpl-space-comentarios {
  flex-direction: column;
  align-items: center;
  padding-bottom: 238px;
  display: flex;
}

.cpl-space.cpl-space-hero {
  padding-top: 24px;
  padding-bottom: 44px;
}

.cpl-space.cpl-space-nav {
  justify-content: space-between;
  align-items: center;
  padding-top: 31px;
  padding-bottom: 37px;
  display: flex;
}

.cpl-space.cpl-space-rodape {
  padding-top: 46px;
  padding-bottom: 46px;
  display: flex;
}

.text-block-73 {
  color: #fff;
  max-width: 173px;
  font-family: Space Grotesk, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

.cpl-section-comentarios {
  background-image: url('../images/bg-comentarios_1.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.html-embed-2 {
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.div-block-41 {
  justify-content: space-between;
  display: flex;
}

.box-aula-cpl {
  background-color: #eee;
  border-radius: 13px;
  width: 100%;
  max-width: 254px;
  text-decoration: none;
  position: relative;
}

.text-status {
  color: #1c1c1c;
  text-transform: uppercase;
  background-color: #fff;
  border: .5px solid #dbdbdb;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 102px;
  height: 18px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 12px;
  display: none;
  position: absolute;
  top: 10px;
  left: 1px;
}

.text-block-74 {
  color: #fff;
  letter-spacing: .63px;
  font-family: Space Grotesk, sans-serif;
  font-size: 31px;
  font-weight: 700;
  line-height: 31px;
}

.div-block-29 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.cpl-section-hero {
  background-image: url('../images/bg-hero_2.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.link-block-5 {
  grid-column-gap: 54px;
  background-image: linear-gradient(142deg, #5ef075, #25c73f);
  border-radius: 2px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 425px;
  height: 62px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.text-block-75 {
  color: rgba(255, 255, 255, .7);
  text-transform: uppercase;
  font-family: Space Grotesk, sans-serif;
  font-size: 9px;
  font-weight: 300;
  line-height: 13px;
}

.div-block-52 {
  grid-row-gap: 30px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 300px;
  margin-bottom: 35px;
  margin-left: 30px;
  display: flex;
}

.div-block-36 {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 455px;
  display: flex;
}

.heading-9 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 39px;
  font-family: Space Grotesk, sans-serif;
  font-size: 30px;
  line-height: 120%;
}

.div-block-37 {
  background-image: url('../images/Rectangle-4.png');
  background-position: 0 0;
  background-size: auto;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 436px;
  height: 74px;
  display: flex;
}

.div-block-40 {
  grid-row-gap: 11px;
  background-color: #eee;
  border-bottom-right-radius: 13px;
  border-bottom-left-radius: 13px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 165px;
  padding: 15px 15px 17px;
  display: flex;
}

.html-embed-32 {
  background-color: #fff;
  width: 100%;
  max-width: 696px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.div-block-38 {
  background-color: #21c23b;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 35px;
  height: 35px;
  display: flex;
  box-shadow: 0 1px #53d868, inset 0 2px 2px #1fa034;
}

.div-block-27 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 465px;
  display: flex;
}

.div-block-32 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 700px;
  display: flex;
}

.div-block-32._2 {
  max-width: 800px;
}

.text-block-63 {
  color: #000;
  font-family: Space Grotesk, sans-serif;
  font-size: 15px;
  line-height: 12px;
}

.capa-video {
  cursor: auto;
  border-radius: 8px;
  flex: 0 auto;
  width: 100%;
  max-width: 800px;
  height: 100%;
  margin-right: auto;
  display: block;
  position: relative;
  overflow: visible;
}

.cpl-section-nav {
  background-color: #181818;
}

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

.text-block-77 {
  font-family: Space Grotesk, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.cpl-section-rodape {
  background-color: #181818;
  background-image: linear-gradient(157deg, #181818 7%, rgba(0, 0, 0, 0));
  border: .5px solid #54555f;
  border-radius: 2px;
}

.d-container {
  max-width: 1256px;
}

.d-space {
  padding-left: 20px;
  padding-right: 20px;
}

.d-space.d-space-hero {
  flex-direction: column;
  align-items: center;
  padding-top: 33px;
  padding-bottom: 419px;
  display: flex;
}

.div-block-26 {
  align-items: center;
  display: flex;
}

.image-11 {
  display: block;
}

.text-block-78 {
  color: #fff;
  letter-spacing: -.07px;
  margin-left: 76px;
  font-family: Exo, sans-serif;
}

.link-4 {
  color: rgba(255, 255, 255, .7);
  font-family: Exo, sans-serif;
  font-weight: 700;
  line-height: 21px;
  text-decoration: none;
}

.body-5 {
  background-color: #181818;
}

.text-span-13 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#ffd66c, #fcca48);
  -webkit-background-clip: text;
  background-clip: text;
}

.div-block-24 {
  background-color: #484848;
  width: 100%;
  min-width: .8px;
  max-width: .8px;
  height: 123px;
  min-height: 123px;
  max-height: 123px;
}

.button-2 {
  color: #0f1014;
  text-transform: uppercase;
  background-color: #3dff50;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  font-family: Space Grotesk, sans-serif;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  box-shadow: 0 24px 65px rgba(61, 255, 80, .45);
}

.div-block-22 {
  background-color: #1f1f1f;
  border: .85px solid #484848;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  width: 100%;
  padding: 22px 25px 23px;
}

.div-block-23 {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

.div-block-21 {
  color: #fff;
  letter-spacing: .203px;
  text-transform: uppercase;
  background-color: #141414;
  border: .85px solid #484848;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  width: 100%;
  padding-top: 14px;
  padding-bottom: 12px;
  font-family: Space Grotesk, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.d-section-hero {
  background-image: url('../images/DOWNLOAD-desktop_1DOWNLOAD desktop.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.heading-10 {
  color: #fff;
  letter-spacing: .32px;
  text-transform: uppercase;
  margin-top: 33px;
  margin-bottom: 39px;
  font-family: Space Grotesk, sans-serif;
  line-height: 130%;
}

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

.text-block-80 {
  color: #fff;
  text-align: center;
  letter-spacing: .194px;
  text-transform: uppercase;
  font-family: Space Grotesk, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 25px;
}

.body-6 {
  background-color: #0f0f0f;
}

.m-sectiom-modulos {
  background-image: linear-gradient(#fcfcfc, #e2e2e2);
}

.m-section-professores {
  background-image: linear-gradient(#1c1c1c, #181818);
}

.m-space {
  padding-left: 20px;
  padding-right: 20px;
}

.m-space.m-space-beneficios {
  padding-top: 64px;
  padding-bottom: 91px;
}

.m-space.m-space-faq {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 86px;
  padding-bottom: 23px;
  display: flex;
}

.m-space.m-space-para-quem {
  flex-direction: column;
  align-items: center;
  padding-top: 92px;
  padding-bottom: 124px;
  display: flex;
}

.m-space.m-space-modulos {
  flex-direction: column;
  align-items: center;
  padding-top: 83px;
  padding-bottom: 67px;
  display: flex;
}

.m-space.m-space-como {
  flex-direction: column;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 63px;
  display: flex;
}

.m-space.m-space-preco {
  flex-direction: column;
  align-items: center;
  padding-top: 91px;
  padding-bottom: 105px;
  display: flex;
}

.m-space.m-space-nav {
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 24px;
  display: flex;
}

.m-space.m-space-garantia {
  padding-top: 62px;
  padding-bottom: 88px;
}

.m-space.m-space-bonus {
  flex-direction: column;
  align-items: center;
  padding-top: 83px;
  padding-bottom: 116px;
  display: flex;
}

.m-space.m-space-hero {
  flex-direction: column;
  align-items: center;
  padding-top: 34px;
  padding-bottom: 59px;
  display: flex;
}

.m-space.m-space-professores {
  flex-direction: column;
  align-items: center;
  padding-top: 117px;
  padding-bottom: 67px;
  display: flex;
}

.m-space.m-space-rodape {
  align-items: center;
  padding-top: 45px;
  padding-bottom: 46px;
  display: flex;
}

.m-space.m-space-estude {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 93px;
  padding-bottom: 89px;
  display: flex;
}

.m-space.m-space-mec {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 140px;
  padding-bottom: 157px;
  display: flex;
}

.m-space.m-space-simulador {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 98px;
  padding-bottom: 80px;
  display: flex;
}

.m-space.m-space-consultor {
  padding-top: 100px;
  padding-bottom: 100px;
}

.m-space.m-space-ia {
  padding-top: 106px;
  padding-bottom: 98px;
}

.m-space.m-space-nao {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 107px;
  padding-bottom: 85px;
  display: flex;
}

.text-block-438 {
  color: #fff;
  letter-spacing: -.08px;
  margin-left: 83px;
  margin-right: auto;
  font-family: Exo, sans-serif;
  font-size: 16px;
  line-height: 145%;
}

.div-block-149 {
  align-items: center;
  margin-left: auto;
  display: flex;
}

.div-block-149._2 {
  display: none;
}

.text-span-2 {
  color: #fff;
}

.abrir-modulos {
  display: none;
}

.paragraph-10 {
  color: #fff;
  letter-spacing: .6px;
  max-width: 703px;
  margin-bottom: 28px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.text-span-32 {
  color: #fdb600;
}

.text-span-50 {
  text-transform: uppercase;
}

.m-container {
  max-width: 1256px;
}

.paragraph-4 {
  color: #c7c7c7;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  line-height: 140%;
}

.paragraph-4._2 {
  color: #c7c7c7;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  line-height: 140%;
}

.image-124 {
  width: 100%;
  max-width: 42px;
  height: auto;
}

.heading-19 {
  color: #fff;
  max-width: 754px;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Poppins, sans-serif;
  font-size: 51px;
  font-weight: 600;
  line-height: 60px;
}

.m-section-mec {
  background-color: #131313;
  background-image: url('../images/bg-mec_1.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.faq-plus {
  display: block;
}

.div-block-145 {
  grid-column-gap: 20px;
  flex-direction: row;
  align-items: center;
  max-width: 305px;
  display: flex;
}

.div-block-145._2 {
  max-width: 447px;
}

.div-block-145._3 {
  max-width: 400px;
}

.div-block-116 {
  grid-row-gap: 19px;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 758px;
  display: none;
}

.cta-mba-scroll {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  color: #14491c;
  background-image: url('../images/Group-6129-1_1Group 6129 (1).webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 501px;
  height: 74px;
  padding-right: 40px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
}

.cta-mba-scroll.laranja {
  grid-column-gap: 22px;
  grid-row-gap: 0px;
  color: #fff;
  letter-spacing: .64px;
  background-image: linear-gradient(#5ef075, #0e9d25);
  border-radius: 10px;
  justify-content: center;
  max-width: 410px;
  height: 73px;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 27px;
  font-weight: 600;
  line-height: 41px;
  position: static;
  box-shadow: 0 36px 104px rgba(0, 0, 0, .22), 0 15px 43px rgba(0, 0, 0, .16), 0 8px 23px rgba(0, 0, 0, .13), 0 5px 13px rgba(0, 0, 0, .11), 0 2px 7px rgba(30, 30, 30, .09), 0 1px 3px rgba(8, 8, 8, .06);
}

.cta-mba-scroll.laranja._2 {
  grid-column-gap: 17px;
  max-width: 380px;
  font-size: 27px;
}

.cta-mba-scroll.laranja.center.mob {
  display: none;
}

.m-section-nav {
  background-color: #161616;
  border-top: 1px solid rgba(255, 255, 255, .3);
  border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.text-block-23 {
  color: #f5f5f5;
  margin-top: 16px;
  margin-bottom: 19px;
  font-family: Poppins, sans-serif;
  font-weight: 300;
  line-height: 150%;
}

.prof-img {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  max-width: 100%;
  height: 180px;
  display: block;
}

.text-block-431 {
  color: #f5f5f5;
  letter-spacing: .56px;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 130%;
}

.text-block-459 {
  color: #dadee7;
  letter-spacing: -.09px;
  width: 100%;
  max-width: 595px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
}

.m-section-bonus {
  background-color: #000;
}

.image-129 {
  height: auto;
  margin-top: 20px;
  display: block;
}

.image-129.mob {
  display: none;
}

.text-span-34 {
  letter-spacing: .7px;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 300;
  line-height: 125%;
}

._4 {
  max-width: 520px;
}

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

.m-section-hero {
  background-image: url('../images/bg-hero_3.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.box-video-embed {
  width: 100%;
  max-width: 801px;
  margin-top: 0;
  margin-bottom: 30px;
}

.image-132 {
  width: 100%;
  max-width: 67px;
  height: auto;
}

.m-section-estude {
  background-color: #151515;
  background-image: url('../images/mbapg-mockup-login_1.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.image-24 {
  width: 100%;
  max-width: 322px;
  height: auto;
}

.div-block-183 {
  display: none;
}

.m-section-preco {
  background-color: #000;
}

.div-block-148 {
  flex-direction: column;
  align-items: center;
  width: 67.0469px;
  display: flex;
}

.mais-professores {
  display: none;
}

.div-block-143 {
  width: 100%;
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-20 {
  flex-direction: column;
  align-items: flex-end;
  margin-right: 7px;
  display: flex;
}

.m-section-beneficios {
  background-image: url('../images/bg-beneficios_1bg-beneficios.webp'), linear-gradient(#dedede, #fdfdfd);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
}

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

.div-block-146 {
  grid-column-gap: 39px;
  align-items: center;
  display: flex;
}

.text-block-16 {
  color: rgba(255, 255, 255, .7);
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.image-14 {
  width: 100%;
}

.m-section-faq {
  background-color: #000;
}

.div-block-19 {
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.div-block-19._2 {
  align-items: flex-start;
}

.image-126 {
  object-fit: fill;
  width: 100%;
  max-width: 602px;
  height: auto;
}

.heading-20 {
  color: #fff;
  max-width: 310px;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Poppins, sans-serif;
  font-size: 51px;
  font-weight: 600;
  line-height: 60px;
}

.m-section-rodape {
  background-color: #000;
  background-image: linear-gradient(#191919, #000);
  border: .5px solid #54555f;
  border-radius: 2px;
}

.logo-topo {
  width: 100%;
  max-width: 90px;
  height: auto;
}

.logo-topo.mba {
  max-width: 109px;
  height: auto;
}

.heading-13 {
  color: #f5f5f5;
  letter-spacing: .4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 130%;
}

.image-135 {
  width: 100%;
  max-width: 127px;
  height: auto;
}

.text-span-33 {
  color: #ffbc14;
}

.off {
  display: none;
}

.div-block-150 {
  grid-column-gap: 22px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.div-block-150.lote2 {
  grid-column-gap: 22px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.image-134 {
  width: 100%;
  max-width: 132px;
  height: auto;
}

.m-section-simulador {
  background-color: #000;
  background-image: url('../images/bg-simulador_1.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.div-block-191 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-2-copy {
  grid-column-gap: 8px;
  color: #fff;
  letter-spacing: .58px;
  align-items: center;
  font-family: Poppins, sans-serif;
  font-size: 29px;
  font-weight: 600;
  line-height: 44px;
  display: flex;
}

.text-block-436 {
  color: #060606;
  text-transform: uppercase;
  font-family: Space Grotesk, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 13px;
}

.text-block-436._2 {
  color: rgba(255, 255, 255, .7);
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 140%;
}

.text-block-2 {
  color: #ff583d;
  text-align: right;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
  line-height: 33px;
}

.text-block-2._2 {
  color: #ffbc14;
  letter-spacing: 2.3px;
  font-family: Poppins, sans-serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 150%;
}

.div-block-147 {
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-147._3 {
  margin-top: 44px;
}

.div-block-147._2 {
  max-width: 553px;
}

.div-block-147._3 {
  max-width: 515px;
  margin-top: 0;
}

.div-block-193 {
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 585px;
  margin-left: auto;
  font-size: 20px;
  line-height: 31px;
  display: flex;
}

.div-block-152 {
  background-color: #1c1c1c;
  border: .25px solid #54555f;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 584px;
  padding-top: 30px;
  padding-bottom: 32px;
  display: flex;
}

.faq-resposta {
  color: rgba(255, 255, 255, .9);
  max-width: 706px;
  margin-top: 17px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  display: block;
}

.box-modulos {
  grid-column-gap: 12px;
  background-color: #fff;
  border-radius: 12px;
  align-items: center;
  width: 100%;
  height: 95px;
  padding: 0 11px 0 20px;
  display: flex;
}

.heading-28 {
  color: #fed362;
  margin-top: 0;
  margin-bottom: 55px;
  font-size: 32px;
  font-weight: 700;
  line-height: 51px;
}

.heading-28._2 {
  color: #fdb600;
  margin-bottom: 51px;
  font-family: Poppins, sans-serif;
  font-size: 51px;
  line-height: 130%;
}

.div-block-180 {
  justify-content: space-between;
  width: 100%;
  max-width: 297px;
  display: flex;
}

.m-section-garantia {
  background-color: #1d1d1d;
  background-image: url('../images/bg-garantia_1bg-garantia.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.link-13 {
  color: rgba(255, 255, 255, .7);
  line-height: 150%;
  text-decoration: none;
}

.faq-click {
  color: #fff;
  letter-spacing: -.09px;
  background-color: #030303;
  border-radius: 7px;
  width: 100%;
  padding: 22px 26px;
}

.text-block-9 {
  color: #f5f5f5;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
}

.div-block-196 {
  background-color: #747474;
  border-radius: 100%;
  width: 100%;
  min-width: 6px;
  max-width: 6px;
  height: 6px;
  min-height: 6px;
}

.div-block-196._2 {
  background-color: #ffbc14;
  min-width: 10px;
  max-width: 10px;
  height: 10px;
  min-height: 10px;
}

.box-professor {
  width: 100%;
  max-width: 223px;
  display: block;
}

.div-block-151 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading-30 {
  color: #fff;
  text-align: center;
  letter-spacing: .8px;
  max-width: 413px;
  margin-top: 0;
  margin-bottom: 61px;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 110%;
}

.m-section-como {
  background-image: linear-gradient(#000, #101010);
}

.m-section-para-quem {
  background-image: linear-gradient(#1b1b1b, #000);
}

.text-block {
  color: #070707;
  font-size: 19px;
  font-weight: 700;
  line-height: 28px;
}

.div-block-154 {
  grid-column-gap: 80px;
  align-items: center;
  display: flex;
}

.faq-less {
  display: none;
}

.faq-less.frist {
  display: block;
}

.text-block-435 {
  color: #151515;
  text-transform: uppercase;
  background-color: #e4e4e4;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 203px;
  height: 36px;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 140%;
  display: flex;
}

.paragraph-11 {
  color: #fff;
  letter-spacing: .6px;
  max-width: 638px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 35px;
}

.div-block-178 {
  grid-column-gap: 16px;
  grid-row-gap: 53px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1151px;
  display: grid;
}

.text-block-437 {
  color: #f5f5f5;
  border: 1px solid #ffbc14;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 201px;
  height: 38px;
  margin-top: 20px;
  font-family: Poppins, sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 29px;
  text-decoration: line-through;
  display: flex;
}

.text-block-432 {
  color: #fff;
  text-align: center;
  height: 65px;
  margin-bottom: 15px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 23px;
}

.text-block-432._2 {
  flex-direction: column;
  max-width: 344px;
  line-height: 22px;
  display: flex;
}

.text-block-432._3 {
  max-width: 290px;
}

.div-block-200 {
  grid-column-gap: 13px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 32px;
  display: grid;
}

.div-block-200._2 {
  margin-left: 0;
}

.div-block-200._2.clock-div {
  grid-column-gap: 5px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr auto 1fr auto 1fr 1fr 1fr;
  grid-auto-flow: row;
  align-items: center;
  justify-items: center;
  max-width: 330px;
}

.heading-21 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 46px;
  font-family: Poppins, sans-serif;
  font-size: 51px;
  font-weight: 600;
  line-height: 60px;
}

.link-11 {
  color: #fff;
}

.text-block-433 {
  color: #060606;
  letter-spacing: .63px;
  text-transform: uppercase;
  font-family: Space Grotesk, sans-serif;
  font-size: 31px;
  font-weight: 700;
  line-height: 31px;
}

.text-block-433._2 {
  color: #fff;
  font-size: 33px;
  line-height: 50px;
}

.text-block-433._2.seconds, .text-block-433._2.minutes {
  font-family: Poppins, sans-serif;
  font-size: 33px;
  line-height: 50px;
}

.text-block-433._2.hours {
  letter-spacing: .66px;
  font-family: Poppins, sans-serif;
  font-size: 33px;
  font-weight: 600;
  line-height: 50px;
}

.text-block-434 {
  color: #f5f5f5;
  font-family: Poppins, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 172%;
}

.text-block-11 {
  color: #f5f5f5;
  font-family: Poppins, sans-serif;
  font-size: 96px;
  font-weight: 600;
  line-height: 110%;
}

.text-block-11._2 {
  line-height: 115%;
}

.text-block-460 {
  color: #000;
  letter-spacing: .15px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 16px;
}

.text-block-460._1 {
  max-width: 165px;
}

.text-block-460._2 {
  max-width: 192px;
}

.text-block-460._3 {
  max-width: 195px;
}

.text-span-59 {
  color: #ffbc14;
  font-weight: 700;
}

.text-block-462 {
  color: #000;
  letter-spacing: .9px;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 150%;
  display: block;
}

.text-span-60 {
  color: #fdb600;
}

.text-block-463 {
  color: #fff;
  text-align: center;
  letter-spacing: 2.55px;
  text-transform: none;
  max-width: 1006px;
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 55px;
}

.image-141 {
  width: 100%;
  max-width: 42px;
  height: auto;
}

.image-142 {
  width: 100%;
  max-width: 166px;
  height: auto;
  display: block;
}

.heading-34 {
  color: #fff;
  letter-spacing: 2.04px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 51px;
  font-weight: 700;
  line-height: 130%;
}

.heading-35 {
  color: #e3e3e3;
  letter-spacing: 2.04px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 51px;
  font-weight: 700;
  line-height: 44px;
}

.text-block-465 {
  color: #e3e3e3;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
}

.text-block-465._2 {
  max-width: 100%;
}

.text-block-465._3 {
  max-width: 183px;
}

.text-block-465._5 {
  max-width: 170px;
}

.text-block-465._6 {
  max-width: 195px;
}

.div-block-208 {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  grid-template-rows: auto;
  grid-template-columns: 560px 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: stretch;
  width: 100%;
  max-width: 1096px;
  margin-top: 43px;
  margin-bottom: 34px;
  display: grid;
}

.div-block-209 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  align-items: flex-start;
  display: flex;
}

.text-block-466 {
  text-align: center;
  letter-spacing: 1.02px;
  max-width: 793px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  font-family: Poppins, sans-serif;
  font-size: 51px;
  font-weight: 700;
  line-height: 130%;
}

.heading-36 {
  color: #fff;
  letter-spacing: 1.02px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 51px;
  font-weight: 700;
  line-height: 130%;
}

.heading-37 {
  color: #1c1c1c;
  letter-spacing: 1.02px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 51px;
  font-weight: 700;
  line-height: 130%;
}

.div-block-210 {
  grid-column-gap: 19px;
  color: #fff;
  letter-spacing: .36px;
  align-items: center;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
  display: flex;
}

.image-144 {
  width: 100%;
  max-width: 6px;
}

.image-146 {
  height: auto;
  display: block;
}

.text-block-468 {
  color: rgba(255, 255, 255, .7);
  font-family: Gotham, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

.text-block-468._3 {
  max-width: 391px;
}

.text-block-468._5 {
  max-width: 361px;
}

.text-block-468._2 {
  flex-direction: column;
  align-items: flex-start;
  max-width: 320px;
  display: flex;
}

.text-block-468._4 {
  max-width: 343px;
}

.text-block-468._8 {
  max-width: 340px;
}

.text-block-468._7 {
  max-width: 371px;
}

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

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

.text-block-471 {
  color: #fff;
  letter-spacing: .2px;
  text-transform: uppercase;
  max-width: 210px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}

.text-block-471._1 {
  max-width: 160px;
}

.div-block-218 {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 16px;
  display: flex;
}

.div-block-219 {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-219.mob {
  display: none;
}

.text-block-472 {
  color: #ff583d;
  text-align: right;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
  line-height: 33px;
}

.text-block-472._2 {
  color: #ff3900;
  letter-spacing: 2.3px;
  font-family: Poppins, sans-serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 150%;
}

.text-block-473 {
  color: #fff;
  letter-spacing: -.135px;
  font-family: Poppins, sans-serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 150%;
}

.div-block-221 {
  grid-column-gap: 14px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.text-block-474 {
  color: #fdb600;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
}

.div-block-222 {
  grid-column-gap: 23px;
  color: #fff;
  letter-spacing: .4px;
  align-items: center;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 140%;
  display: flex;
}

.text-block-475 {
  color: #fff;
  text-align: center;
  flex-flow: column;
  margin-bottom: 31px;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 42px;
  display: flex;
}

.text-block-477 {
  color: #fff;
  letter-spacing: .34px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  line-height: 150%;
}

.div-block-225 {
  grid-column-gap: 16px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.div-block-226 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #232323;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  width: 100%;
  height: 142px;
  padding: 14px 13px 10px 11px;
  display: flex;
}

.div-block-226._2 {
  padding-right: 0;
}

.paragraph-22 {
  color: #fff;
  text-align: justify;
  letter-spacing: .66px;
  max-width: 680px;
  margin-bottom: 18px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 31px;
}

.div-block-228 {
  grid-column-gap: 13px;
  grid-row-gap: 19px;
  flex-flow: wrap;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1169px;
  margin-top: 50px;
  margin-bottom: 54px;
  display: grid;
}

.div-block-229 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.div-block-230 {
  grid-column-gap: 43px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 520px 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1152px;
  margin-top: 40px;
  display: grid;
}

.image-150 {
  width: 100%;
  max-width: 56px;
  height: auto;
  display: block;
}

.div-block-231 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading-44 {
  color: #fdb600;
  align-items: flex-start;
  margin-top: 37px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 51px;
  font-weight: 600;
  line-height: 60px;
}

.div-block-232 {
  background-color: rgba(217, 217, 217, .1);
  border-radius: 32px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 817px;
  padding: 44px 120px 70px;
  display: flex;
}

.div-block-232.off {
  display: none;
}

.image-152 {
  display: block;
}

.image-153 {
  width: 100%;
  max-width: 39px;
  height: auto;
}

.div-block-233 {
  background-image: linear-gradient(#131414, #2a2a2a 100%, rgba(15, 16, 20, 0));
  border: .5px solid rgba(255, 255, 255, .08);
  border-radius: 8px;
  width: 100%;
  max-width: 303px;
  height: auto;
  padding: 32px 20px 32px 24px;
}

.div-block-233._3 {
  height: auto;
}

.div-block-233._4 {
  padding-left: 25px;
  padding-right: 17px;
}

.text-span-73 {
  font-weight: 400;
}

.text-span-74 {
  color: #ff3900;
}

.text-block-480 {
  color: #fdb600;
  letter-spacing: 1.65px;
  font-family: Poppins, sans-serif;
  font-size: 33px;
  font-weight: 800;
  line-height: 130%;
}

.text-span-76 {
  font-weight: 400;
}

.div-block-86 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 441px;
  display: flex;
}

.div-block-87 {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.grid-5 {
  grid-column-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 268px 1fr;
  width: 100%;
}

.text-block-407 {
  color: #fff;
  margin-left: 8px;
  font-family: Space Grotesk, sans-serif;
  font-size: 15px;
  line-height: 23px;
}

.text-block-405 {
  color: #fff;
  max-width: 343px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
}

.text-block-408 {
  color: #70c146;
  margin-left: 8px;
  font-family: Urbanist, sans-serif;
  font-size: 15px;
  line-height: 23px;
}

.text-block-406 {
  color: #fff;
  max-width: 390px;
  margin-bottom: 16px;
  font-family: Space Grotesk, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.div-block-88 {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.heading-12 {
  color: #fff;
  text-align: center;
  letter-spacing: .35px;
  flex-direction: column;
  align-items: center;
  max-width: 576px;
  margin-top: 24px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 130%;
}

.bp-section-hero {
  background-color: #1d1d1d;
}

.bp-container {
  max-width: 1256px;
}

.div-block-85 {
  border: .5px solid #3a3a3a;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1117px;
  padding: 48px 77px 47px 144px;
  display: flex;
}

.text-block-404 {
  color: #a9a9a9;
  letter-spacing: .4px;
  margin-top: 20px;
  margin-bottom: 48px;
  font-family: Space Grotesk, sans-serif;
  font-size: 20px;
  line-height: 136%;
}

.text-block-427 {
  color: #f2f2f2;
  text-align: center;
  letter-spacing: .36px;
  max-width: 544px;
  margin-bottom: 25px;
  font-family: Space Grotesk, sans-serif;
  font-size: 18px;
  line-height: 136%;
}

.grid-4 {
  grid-column-gap: 75px;
  background-image: linear-gradient(#3a3a3a, rgba(58, 58, 58, 0));
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 192px 290px 275px;
  width: 100%;
  max-width: 1117px;
  padding: 34px 105px 55px;
}

.div-block-84 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-block-403 {
  color: #f2f2f2;
  text-align: center;
  letter-spacing: .36px;
  margin-top: 30px;
  font-family: Space Grotesk, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 136%;
}

.bold-text-13 {
  color: #fdb600;
}

.bp-space {
  padding-left: 20px;
  padding-right: 20px;
}

.bp-space.bp-space-hero {
  flex-direction: column;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 55px;
  display: flex;
}

.div-block-136 {
  grid-row-gap: 43px;
  background-color: #150d00;
  border: 1px solid #382902;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 481px;
  padding: 24px 66px 74px 60px;
  display: flex;
}

.div-block-136.vrcamp {
  grid-row-gap: 28px;
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  max-width: 556px;
  padding: 0;
}

.cta-mba-3 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  color: #14491c;
  background-image: url('../images/Group-6129-1_1Group 6129 (1).webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 501px;
  height: 74px;
  padding-right: 40px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
}

.cta-mba-3.cp {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-image: url('../images/degrade-botao_1degrade-botao.webp');
  background-size: 436px 74px;
  justify-content: center;
  max-width: 436px;
  padding-right: 20px;
  font-family: Space Grotesk, sans-serif;
  line-height: 23px;
}

.cp-section-hero {
  background-color: #1d1d1d;
}

.link-9 {
  color: #fff;
  font-weight: 900;
  text-decoration: none;
}

.link-9.vrcamp {
  font-weight: 700;
}

.text-block-426 {
  color: #fdb600;
  text-align: center;
  margin-bottom: 25px;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
}

.paragraph-8 {
  color: #fff;
  max-width: 554px;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
}

.paragraph-8.mob {
  display: none;
}

.heading-17 {
  color: #fdb600;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 64px;
  line-height: 150%;
  display: flex;
}

.div-block-138 {
  background-image: linear-gradient(#3a3a3a, rgba(58, 58, 58, 0));
  border: .5px solid rgba(255, 255, 255, .2);
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 489px;
  height: 370px;
  margin-top: 14px;
  padding-top: 46px;
  display: flex;
}

.cp-space {
  padding-left: 20px;
  padding-right: 20px;
}

.cp-space.cp-space-hero {
  padding-top: 22px;
  padding-bottom: 270px;
}

.text-block-425 {
  color: #fff;
  text-align: left;
  max-width: 429px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  font-family: Space Grotesk, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
}

.image-122 {
  max-width: 49px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  left: auto;
  right: 20px;
}

.image-123 {
  max-width: 234px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-137 {
  align-items: flex-start;
  margin-top: 22px;
  display: flex;
}

.div-block-137.vrcamp {
  justify-content: space-between;
  max-width: 1119px;
  margin-top: 144px;
}

.cp-container {
  max-width: 1156px;
}

.text-span-20 {
  color: #fff;
  margin-top: 10px;
  font-family: Space Grotesk, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.youtube {
  border-radius: 36px;
}

.cta-mba-checkout {
  color: #0f1014;
  text-transform: uppercase;
  background-color: #fdb600;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 347px;
  height: 62px;
  margin-bottom: 15px;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 125%;
  text-decoration: none;
  display: flex;
}

.cta-mba-checkout._2 {
  width: 324px;
  height: 53px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
}

.cta-mba-checkout._2.off {
  outline-offset: 0px;
  color: #000;
  background-color: #fdb600;
  background-image: none;
  outline: 3px #00e;
  width: 347px;
  height: 62px;
  display: none;
}

.cta-mba-checkout.off {
  display: none;
}

.text-span-3 {
  text-transform: lowercase;
}

.html-embed {
  justify-content: center;
  width: 324px;
  height: 53px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  display: block;
}

.text-block-4 {
  color: #14491c;
  font-size: 18px;
  font-weight: 700;
}

.text-block-4._2 {
  margin-right: 0;
  font-size: 14px;
}

.text-span-77 {
  color: #fdb600;
}

.text-block-481 {
  color: #000;
  letter-spacing: .34px;
  margin-top: 47px;
  margin-bottom: 16px;
  margin-right: auto;
  font-family: Poppins, sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 130%;
}

.text-span-78 {
  text-transform: lowercase;
}

.box-modulos-all {
  margin-bottom: 47px;
}

.text-span-79 {
  text-transform: lowercase;
}

.bold-text-14, .bold-text-15 {
  color: #fdb600;
  font-weight: 600;
}

.text-block-482 {
  color: #fff;
  text-align: center;
  letter-spacing: .9px;
  text-transform: uppercase;
  border: 1px solid #fdb600;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 370px;
  height: 58px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.mba-section-evento {
  background-color: #131313;
  background-image: url('../images/bg-evento_1.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  display: none;
}

.heading-45 {
  color: #fff;
  letter-spacing: -1.02px;
  max-width: 749px;
  margin-top: 0;
  margin-bottom: 21px;
  font-family: Poppins, sans-serif;
  font-size: 51px;
  font-weight: 600;
  line-height: 65px;
}

.text-span-80 {
  color: #fdb600;
}

.paragraph-23 {
  color: #fff;
  letter-spacing: .6px;
  max-width: 703px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 35px;
}

.m-section-consultor {
  background-image: url('../images/bg-consultor_1.webp'), linear-gradient(135deg, #161616, #000);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
}

.heading-46 {
  color: #fff;
  letter-spacing: -.51px;
  max-width: 782px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 51px;
  font-weight: 600;
  line-height: 60px;
}

.text-span-81 {
  color: #fdb600;
}

.paragraph-24 {
  color: #fff;
  letter-spacing: .6px;
  max-width: 750px;
  margin-top: 21px;
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.text-span-82, .text-span-83 {
  font-weight: 600;
}

.m-section-ia {
  background-image: url('../images/bg-ia_1.webp'), linear-gradient(#fcfcfc, #e2e2e2);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
}

.heading-47 {
  color: #000;
  letter-spacing: -1.02px;
  max-width: 818px;
  margin-top: 0;
  margin-bottom: 17px;
  font-family: Poppins, sans-serif;
  font-size: 51px;
  font-weight: 600;
  line-height: 60px;
}

.bold-text-16 {
  color: #fdb600;
}

.paragraph-25 {
  color: #000;
  letter-spacing: .6px;
  max-width: 750px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.m-section-nao {
  background-image: url('../images/bg-nao_1.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.heading-48 {
  color: #fff;
  max-width: 623px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 51px;
  font-weight: 600;
  line-height: 120%;
}

.heading-48._2 {
  max-width: 672px;
}

.text-span-84 {
  color: #fdb600;
}

.paragraph-26 {
  color: #fff;
  max-width: 682px;
  margin-top: 19px;
  margin-bottom: 43px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 170%;
}

.paragraph-26._2 {
  max-width: 623px;
  margin-top: 23px;
  margin-bottom: 0;
}

.link-14 {
  color: rgba(255, 255, 255, .9);
}

.faq-pluss.frist {
  display: none;
}

.faq-resposta-mba {
  color: #dadee7;
  max-width: 648px;
  margin-top: 16px;
  font-size: 18px;
  line-height: 25px;
  display: block;
}

.faq-resposta-mba.frist {
  display: block;
}

.faq-click-mba {
  color: #fff;
  letter-spacing: -.09px;
  background-color: #000;
  border-radius: 6px;
  width: 100%;
  max-width: 696px;
  padding: 20px;
}

.link-7 {
  color: #dadee7;
  font-weight: 700;
  text-decoration: none;
}

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

.text-block-483 {
  width: 100%;
  max-width: 595px;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
}

.div-block-236 {
  grid-row-gap: 17px;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 696px;
  display: flex;
}

.link-6 {
  color: #dadee7;
}

.link-6:hover {
  color: #aeb1b8;
}

.link-block-6 {
  width: 100%;
}

.link-whats {
  z-index: 99;
  max-width: 117px;
  position: fixed;
  top: auto;
  bottom: 10px;
  left: auto;
  right: 10px;
}

.body-7 {
  color: #fff;
  background-color: #1d1d1d;
  font-family: Poppins, sans-serif;
  font-size: 37.5px;
  line-height: 56px;
}

.mbapg02-container {
  max-width: 1240px;
}

.mbapg02-space {
  padding-left: 20px;
  padding-right: 20px;
}

.mbapg02-space.sec-captura {
  padding-top: 22.5px;
  padding-bottom: 411px;
}

.mbapg02-space.sec-captura.parabens {
  padding-bottom: 263px;
}

.image-154 {
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-484 {
  width: 100%;
  max-width: 600px;
}

.text-block-484.parabens {
  max-width: 743px;
}

.div-block-237 {
  background-image: linear-gradient(#3a3a3a, rgba(58, 58, 58, 0));
  border-radius: 10px;
  max-width: 497px;
  height: 257px;
  padding-top: 37px;
  padding-left: 47px;
  padding-right: 47px;
}

.div-block-237.parabens {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1034px;
  height: 324px;
  padding-top: 58px;
  padding-left: 63px;
  padding-right: 63px;
  display: flex;
}

.text-block-485 {
  font-size: 20px;
  line-height: 160%;
}

.text-block-486 {
  text-align: center;
  margin-bottom: 28px;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
}

.text-block-486.parabens {
  font-size: 25px;
  font-weight: 700;
  line-height: 140%;
}

.button-3 {
  color: #14491c;
  background-image: linear-gradient(135deg, #5ef075, #25c73f);
  border: 6px solid #1a6920;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 403px;
  height: 67px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  display: flex;
}

.button-3.parabens {
  display: none;
}

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

.div-block-238.parabens {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
}

.text-block-487 {
  text-align: center;
  font-size: 25px;
  line-height: 120%;
}

.text-block-488 {
  text-align: center;
  max-width: 642px;
  font-size: 25px;
  line-height: 120%;
}

.bold-text-29 {
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .text-block-39 {
    max-width: 307px;
    font-size: 20px;
    line-height: 27px;
  }

  .text-field {
    height: 40px;
  }

  .error-message, .svr-box-form {
    max-width: 427px;
  }

  .svr-cta-main {
    max-width: 355px;
  }

  .svr-cta-main.cta-form {
    font-size: 16px;
  }

  .checkbox-label {
    font-size: 10px;
    line-height: 13px;
  }

  .mba-section-hero {
    background-image: url('../images/mob-hero.webp');
  }

  .mba-section-hero.b {
    background-color: #020000;
  }

  .mba-section-hero.c {
    background-image: url('../images/mbapg-bg-heroc-mob.webp');
  }

  .mba-section-certificado {
    background-image: url('../images/mob-certificado.webp');
  }

  .mba-section-mba {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .mba-section-bio {
    background-color: #d1d1d1;
    background-image: url('../images/mob-bio.webp');
  }

  .mba-container {
    max-width: 360px;
  }

  .body {
    font-family: Poppins, sans-serif;
  }

  .mba-section-rodape {
    border-radius: 2px;
  }

  .mba-space.mba-space-rodape {
    flex-flow: column;
    padding-top: 41px;
    padding-bottom: 60px;
  }

  .mba-space.mba-space-bio {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .mba-space.mba-space-certificado {
    padding-top: 52px;
    padding-bottom: 286px;
  }

  .mba-space.mba-space-mba {
    padding-top: 42px;
    padding-bottom: 40px;
  }

  .mba-space.mba-space-nav {
    padding-top: 13px;
    padding-bottom: 12px;
  }

  .mba-space.mba-space-hero {
    padding: 201px 15px 0;
  }

  .mba-space.mba-space-hero.b {
    padding-top: 175px;
  }

  .mba-space.mba-space-evento {
    padding-top: 54px;
    padding-bottom: 421px;
  }

  .div-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: wrap-reverse;
    max-width: 260px;
    margin-bottom: 16px;
  }

  .div-block-2 {
    justify-content: flex-start;
    align-items: center;
  }

  .heading {
    text-align: center;
    max-width: 223px;
    font-size: 25px;
  }

  .paragraph {
    text-align: justify;
    max-width: 301px;
    margin-top: 451px;
    margin-bottom: 31px;
    font-size: 16px;
  }

  .link-block {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    letter-spacing: .22px;
    max-width: 260px;
    height: 34px;
    font-size: 11px;
    line-height: 16px;
  }

  .link-block._2.abrir-popup {
    max-width: none;
    height: 55px;
    font-size: 14px;
    line-height: 13px;
  }

  .link-block._2.abrir-popup.sec2 {
    font-size: 12px;
  }

  .link-block._3 {
    max-width: 260px;
  }

  .link-block._3.abrir-popup, .link-block.abrir-popup {
    max-width: 100%;
    height: 55px;
    font-size: 13px;
    line-height: 13px;
  }

  .image-2 {
    max-width: 22px;
  }

  .paragraph-2 {
    margin-top: 13px;
    margin-bottom: 20px;
    font-size: 16px;
  }

  .heading-2 {
    max-width: 255px;
    font-size: 23px;
  }

  .heading-3 {
    text-align: left;
    margin-bottom: 15px;
    font-size: 23px;
  }

  .div-block-3 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    padding: 20px;
    font-size: 15px;
    line-height: 20px;
  }

  .image-3 {
    max-width: 34px;
  }

  .div-block-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    max-width: 313px;
    margin-top: 28px;
    margin-bottom: 37px;
  }

  .text-block-45 {
    text-align: left;
    font-size: 15px;
  }

  .div-block-5 {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
  }

  .text-block-46 {
    font-size: 11px;
  }

  .div-block-6 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .text-block-47 {
    font-size: 15px;
    line-height: 19px;
  }

  .text-block-48 {
    font-size: 7px;
  }

  .div-block-8 {
    min-width: 4px;
    max-width: 4px;
    height: 4px;
    min-height: 4px;
  }

  .paragraph-3 {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 135%;
  }

  .paragraph-3.b {
    margin-bottom: 15px;
  }

  .heading-4 {
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 21px;
  }

  .div-block-9 {
    margin-top: 66px;
    padding: 31px 20px 51px;
  }

  .div-block-9.b {
    margin-top: 80px;
  }

  .heading-5 {
    font-size: 21px;
  }

  .slider {
    display: none;
  }

  .div-block-10 {
    flex-flow: row;
  }

  .image-4 {
    border-radius: 7px;
    width: 127px;
  }

  .div-block-11 {
    background-color: rgba(255, 255, 255, 0);
    border-radius: 7px;
    position: static;
  }

  .text-block-49 {
    display: none;
    left: 0;
    right: 9px;
  }

  .text-block-49.mob {
    color: #eee;
    background-color: #171717;
    border-width: .3px;
    border-radius: 3px;
    max-width: 57px;
    height: 15px;
    font-size: 8px;
    line-height: 7px;
    display: flex;
    left: auto;
  }

  .div-block-12 {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 0;
    justify-content: center;
    align-items: flex-start;
    height: 116px;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 8px;
    position: relative;
  }

  .text-block-50 {
    font-size: 11px;
    line-height: 15px;
  }

  .text-block-51 {
    max-width: none;
    font-size: 13px;
    line-height: 16px;
  }

  .text-block-51._2 {
    font-size: 13px;
    line-height: 16px;
  }

  .text-block-51._3 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 13px;
    line-height: 16px;
    display: flex;
  }

  .div-block-13 {
    background-image: url('../images/bg-div-mob.png');
    max-width: 257px;
    height: 27px;
  }

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

  .text-block-53 {
    margin-right: 5px;
    font-size: 12px;
  }

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

  .image-5 {
    display: none;
  }

  .image-6 {
    max-width: 19px;
  }

  .div-block-14 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 18px;
    margin-bottom: 34px;
    display: grid;
  }

  .p-section-hero {
    background-image: url('../images/mob-parabens.jpg');
  }

  .p-container, .p-container._2 {
    max-width: 360px;
  }

  .p-space.p-space-hero {
    padding-top: 37px;
  }

  .p-space.p-space-hero.b {
    padding-top: 29px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-7 {
    display: none;
  }

  .image-8 {
    display: block;
  }

  .heading-6 {
    font-size: 24px;
  }

  .div-block-15 {
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 8px;
    padding: 22px 12px 24px;
  }

  .text-block-55 {
    max-width: 258px;
    margin-bottom: 0;
  }

  .link-block-2 {
    height: 52px;
  }

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

  .div-block-17 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .div-block-18 {
    padding: 30px 10px;
  }

  .heading-7 {
    text-align: center;
    font-size: 25px;
    line-height: 125%;
  }

  .text-block-57 {
    text-align: center;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    line-height: 140%;
  }

  .text-block-58 {
    font-size: 15px;
  }

  .button {
    padding-left: 50px;
    padding-right: 50px;
    font-size: 16px;
  }

  .image-10 {
    max-width: 50px;
  }

  .text-block-59 {
    color: #fff;
    font-size: 24px;
    line-height: 140%;
  }

  .image-15 {
    max-width: 140px;
  }

  .cpl-container {
    max-width: 360px;
  }

  .text-block-70 {
    margin-right: 5px;
    font-size: 13px;
    line-height: 19px;
  }

  .text-block-71 {
    letter-spacing: .2px;
    margin-top: 16px;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 26px;
  }

  .content-yt {
    margin-top: 0;
  }

  .link-nav-ep {
    flex-direction: row;
    align-items: center;
    padding: 9px 4px 9px 8px;
  }

  .link-nav-ep.bloqueado {
    padding-left: 6px;
    padding-right: 4px;
  }

  .image-17 {
    object-fit: cover;
    border-radius: 8px;
    max-width: 166px;
    height: 100%;
    max-height: none;
  }

  .div-block-30 {
    min-width: 4px;
    max-width: 4px;
    height: 4px;
    min-height: 4px;
  }

  .heading-8 {
    margin-right: auto;
    font-size: 24px;
    line-height: 34px;
  }

  .text-block-61 {
    font-size: 16px;
  }

  .div-block-35 {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 77px;
    margin-bottom: 94px;
  }

  .text-block-64 {
    font-size: 12px;
    line-height: 17px;
  }

  .text-block-64._2 {
    line-height: 13px;
  }

  .text-block-64._3 {
    max-width: 200px;
  }

  .div-block-28 {
    grid-column-gap: 7px;
  }

  .cpl-space.cpl-space-comentarios {
    padding-bottom: 173px;
  }

  .cpl-space.cpl-space-hero {
    padding: 0 10px 76px;
    position: relative;
  }

  .cpl-space.cpl-space-nav {
    padding-top: 25px;
    padding-bottom: 24px;
  }

  .cpl-space.cpl-space-rodape {
    flex-flow: column;
    padding-top: 32px;
    padding-bottom: 27px;
  }

  .text-block-73 {
    font-size: 11px;
    line-height: 15px;
  }

  .cpl-section-comentarios {
    background-image: url('../images/mob-comentarios.webp');
  }

  .div-block-41 {
    grid-column-gap: 16px;
    grid-row-gap: 20px;
    flex-direction: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    justify-items: start;
    display: flex;
  }

  .box-aula-cpl {
    justify-content: flex-start;
    align-items: stretch;
    max-width: none;
    height: 93px;
    display: flex;
  }

  .text-status {
    color: #eee;
    background-color: #171717;
    border-color: #868686;
    max-width: 65px;
    height: 16px;
    font-size: 9px;
    line-height: 8px;
    top: 12px;
    left: auto;
    right: 11px;
  }

  .text-block-74 {
    letter-spacing: .368px;
    font-size: 18px;
    line-height: 18px;
  }

  .cpl-section-hero {
    background-image: url('../images/mob-hero_1.webp');
    background-position: 50% 0;
  }

  .link-block-5 {
    grid-column-gap: 11px;
    justify-content: center;
    align-items: center;
    max-width: 310px;
    padding-right: 0;
  }

  .text-block-75 {
    font-size: 6px;
    line-height: 8px;
  }

  .div-block-52 {
    grid-column-gap: 1px;
    grid-row-gap: 12px;
    order: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 20px;
    display: none;
  }

  .div-block-36 {
    flex-direction: column-reverse;
    margin-top: 16px;
  }

  .heading-9 {
    text-align: center;
    margin-bottom: 26px;
    font-size: 24px;
  }

  .div-block-37 {
    max-width: 320px;
  }

  .div-block-40 {
    grid-row-gap: 5px;
    background-color: rgba(238, 238, 238, 0);
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    padding: 0 10px 0 15px;
  }

  .html-embed-32 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-27 {
    grid-row-gap: 2px;
    flex-direction: column;
    max-width: 168px;
  }

  .text-block-63 {
    font-size: 11px;
  }

  .cpl-section-nav {
    background-image: url('../images/Slice-9_1Slice 9.webp');
  }

  .div-block-31 {
    flex-direction: column;
  }

  .text-block-77 {
    font-size: 13px;
    line-height: 19px;
  }

  .cpl-section-rodape {
    background-color: #110a0d;
  }

  .d-container {
    max-width: 360px;
  }

  .d-space.d-space-hero {
    padding-top: 26px;
    padding-bottom: 219px;
  }

  .div-block-26 {
    grid-row-gap: 23px;
    flex-direction: column-reverse;
    max-width: 218px;
    margin-bottom: 23px;
  }

  .text-block-78 {
    text-align: center;
    margin-left: 0;
  }

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

  .body-5 {
    background-color: #110a0d;
  }

  .div-block-24 {
    min-width: 152px;
    max-width: 152px;
    height: 1px;
    min-height: 1px;
    max-height: 1px;
  }

  .button-2 {
    height: 60px;
    font-size: 16px;
  }

  .div-block-22 {
    padding: 37px 12px 49px;
  }

  .div-block-23 {
    grid-row-gap: 59px;
    grid-template-columns: 1fr;
    justify-items: center;
    max-width: 303px;
  }

  .image-12 {
    max-width: 181px;
  }

  .div-block-21 {
    letter-spacing: .2px;
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .d-section-hero {
    background-image: url('../images/DOWNLOAD-mobile_1DOWNLOAD mobile.webp');
  }

  .heading-10 {
    text-align: center;
    letter-spacing: .24px;
    margin-top: 33px;
    margin-bottom: 33px;
    font-size: 24px;
    line-height: 31px;
  }

  .div-block-25 {
    grid-row-gap: 26px;
    width: 100%;
  }

  .text-block-80 {
    letter-spacing: .2px;
    font-size: 20px;
    line-height: 26px;
  }

  .body-6 {
    background-color: #000;
  }

  .m-section-professores {
    background-color: #141414;
    background-image: none;
  }

  .m-space.m-space-beneficios {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .m-space.m-space-faq {
    flex-direction: column;
    align-items: center;
    padding-top: 46px;
    padding-bottom: 40px;
  }

  .m-space.m-space-para-quem {
    align-items: flex-start;
    padding-top: 49px;
    padding-bottom: 57px;
  }

  .m-space.m-space-modulos {
    padding-top: 48px;
    padding-bottom: 41px;
  }

  .m-space.m-space-como {
    align-items: flex-start;
    padding-top: 49px;
    padding-bottom: 46px;
  }

  .m-space.m-space-preco {
    justify-content: flex-start;
    align-items: center;
    padding: 49px 10px 57px;
  }

  .m-space.m-space-nav {
    padding-top: 12px;
    padding-bottom: 15px;
  }

  .m-space.m-space-garantia {
    padding-top: 47px;
    padding-bottom: 58px;
  }

  .m-space.m-space-bonus {
    align-items: flex-start;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .m-space.m-space-hero {
    padding: 36px 10px 39px;
  }

  .m-space.m-space-professores {
    padding-top: 54px;
    padding-bottom: 53px;
  }

  .m-space.m-space-rodape {
    flex-direction: column;
    padding-top: 37px;
    padding-bottom: 35px;
  }

  .m-space.m-space-estude {
    padding-top: 359px;
    padding-bottom: 62px;
  }

  .m-space.m-space-mec {
    padding-top: 67px;
    padding-bottom: 295px;
  }

  .m-space.m-space-simulador {
    padding-top: 40px;
    padding-bottom: 307px;
  }

  .m-space.m-space-consultor {
    padding-top: 338px;
    padding-bottom: 60px;
  }

  .m-space.m-space-ia {
    padding-top: 48px;
    padding-bottom: 295px;
  }

  .m-space.m-space-nao {
    padding-top: 332px;
    padding-bottom: 46px;
  }

  .text-block-438 {
    margin: 20px auto 7px;
  }

  .div-block-149 {
    grid-row-gap: 9px;
    flex-direction: column;
    margin-top: 21px;
    margin-left: 0;
  }

  .div-block-149._2 {
    grid-row-gap: 11px;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .text-block-3 {
    font-size: 21px;
  }

  .abrir-modulos {
    color: #000;
    background-color: rgba(56, 152, 236, 0);
    border: 1px solid #000;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 350px;
    height: 55px;
    font-family: Poppins, sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 31px;
    display: flex;
  }

  .text-span-54 {
    font-size: 14px;
    line-height: 12px;
    display: none;
  }

  .text-span-55 {
    letter-spacing: .72px;
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through;
  }

  .paragraph-10 {
    letter-spacing: .4px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 27px;
  }

  .m-container {
    max-width: 360px;
  }

  .paragraph-4, .paragraph-4._2 {
    font-size: 15px;
  }

  .image-124 {
    max-width: 23px;
  }

  .heading-19 {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 37px;
  }

  .m-section-mec {
    background-image: url('../images/mob-mec.webp');
  }

  .div-block-44 {
    margin-bottom: 12px;
    margin-left: auto;
    margin-right: auto;
  }

  .text-span-21 {
    color: #fff;
    display: block;
  }

  .div-block-116 {
    grid-row-gap: 16px;
  }

  .cta-mba-scroll {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-size: 320px 74px;
    max-width: 320px;
    padding-right: 14px;
  }

  .cta-mba-scroll.laranja {
    grid-column-gap: 12px;
    border-radius: 6px;
    max-width: 231px;
    height: 41px;
  }

  .cta-mba-scroll.laranja.ocultar {
    display: none;
  }

  .cta-mba-scroll.laranja._2 {
    max-width: 231px;
    margin-left: auto;
    margin-right: auto;
  }

  .cta-mba-scroll.laranja.center {
    margin-left: auto;
    margin-right: auto;
  }

  .cta-mba-scroll.laranja.center.mob {
    display: flex;
  }

  .text-block-23 {
    text-align: justify;
    letter-spacing: -.54px;
    margin-top: 9px;
    margin-bottom: 325px;
    font-size: 17px;
    line-height: 28px;
  }

  .prof-img {
    border-top-left-radius: 9px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 9px;
    max-width: 140px;
    height: 119px;
  }

  .text-block-431 {
    letter-spacing: .48px;
    font-size: 21px;
  }

  .text-block-431._2 {
    max-width: 214px;
  }

  .text-block-459 {
    letter-spacing: -.09px;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
  }

  .m-section-bonus {
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(#000, #161616);
  }

  .image-129 {
    display: none;
  }

  .image-129.mob {
    object-fit: contain;
    object-position: 0% 50%;
    width: 100%;
    max-width: 70px;
    height: 18px;
    margin-top: 0;
    display: block;
  }

  .image-129.mob._2 {
    max-width: 25px;
  }

  .text-span-34 {
    letter-spacing: .5px;
    margin-top: 0;
    font-size: 10px;
  }

  .text-span-34.mob {
    display: none;
  }

  .text-block-18 {
    color: #f5f5f5;
    text-transform: uppercase;
    flex-direction: column;
    align-items: flex-start;
    font-size: 16px;
    font-weight: 700;
    display: none;
  }

  .grid {
    grid-column-gap: 0px;
    grid-row-gap: 23px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    justify-items: center;
  }

  .m-section-hero {
    background-image: url('../images/mob-hero_2.webp');
  }

  .box-video-embed {
    margin-bottom: 28px;
  }

  .text-span-47 {
    color: #fdb600;
  }

  .image-132 {
    max-width: 56px;
    display: block;
  }

  .m-section-estude {
    background-image: url('../images/mbapg-mockup-login-mob.webp');
  }

  .image-24 {
    max-width: 185px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block-183 {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    max-width: 95%;
    margin-bottom: 10px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-183._2 {
    max-width: 95%;
    margin-bottom: 0;
  }

  .div-block-183._1 {
    justify-content: space-between;
    max-width: 95%;
    margin-bottom: 23px;
  }

  .m-section-preco._2 {
    background-color: #171717;
  }

  .div-block-148 {
    width: 61.4688px;
  }

  .mais-professores {
    color: #fff;
    background-color: rgba(56, 152, 236, 0);
    border: 1px solid #868686;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 350px;
    height: 57px;
    font-size: 16px;
    font-weight: 700;
    display: flex;
  }

  .m-section-beneficios {
    background-image: url('../images/mob-beneficios_1mob-beneficios.webp'), linear-gradient(#dedede, #fdfdfd);
  }

  .text-block-19 {
    color: #f5f5f5;
    font-size: 14px;
    line-height: 23px;
    display: none;
  }

  .div-block-117 {
    grid-column-gap: 5px;
  }

  .div-block-146 {
    grid-row-gap: 25px;
    flex-flow: row-reverse wrap-reverse;
  }

  .image-14 {
    max-width: 5px;
  }

  .text-span-51 {
    display: none;
  }

  .image-126 {
    width: 100%;
  }

  .heading-20 {
    margin-bottom: 12px;
    font-size: 30px;
    line-height: 37px;
  }

  .text-span-44 {
    color: #ffbc14;
  }

  .text-block-374 {
    letter-spacing: .3px;
    font-size: 15px;
    line-height: 23px;
  }

  .div-block-177 {
    grid-column-gap: 16px;
    align-items: center;
    max-width: 270px;
    margin-bottom: 10px;
    display: flex;
  }

  .logo-topo {
    max-width: 95px;
  }

  .heading-13 {
    color: #fff;
    text-transform: none;
    font-size: 30px;
    line-height: 44px;
  }

  .div-block-189 {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    max-width: 130px;
    display: flex;
  }

  .div-block-189._2 {
    max-width: 153px;
  }

  .text-span-33 {
    color: #ffbc14;
  }

  .div-block-150 {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    margin-top: 33px;
  }

  .div-block-150.lote2 {
    grid-column-gap: 22px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .m-section-simulador {
    background-image: url('../images/mob-simulador.webp');
    background-position: 50% 100%;
  }

  .text-span-43 {
    display: none;
  }

  .text-span-43.mob {
    max-width: 130px;
    font-size: 12px;
    font-weight: 300;
    line-height: 120%;
    display: block;
  }

  .div-block-179 {
    flex-direction: row;
    align-items: center;
    display: flex;
  }

  .div-block-191 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    display: none;
  }

  .div-block-2-copy {
    grid-column-gap: 5px;
    letter-spacing: .3px;
    font-size: 12px;
    line-height: 22px;
  }

  .text-block-436 {
    color: rgba(255, 255, 255, .7);
    font-family: Poppins, sans-serif;
    font-size: 11px;
    font-weight: 900;
    line-height: 140%;
  }

  .text-block-2 {
    font-size: 11px;
    line-height: 16px;
  }

  .text-block-2._2 {
    letter-spacing: .9px;
    max-width: 141px;
    font-size: 13px;
    line-height: 125%;
  }

  .div-block-147 {
    grid-row-gap: 26px;
  }

  .div-block-147._3, .div-block-147._2, .div-block-147._3 {
    margin-top: 0;
  }

  .div-block-193 {
    margin-left: 0;
  }

  .div-block-152 {
    border-radius: 15px;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding-top: 30px;
    padding-bottom: 0;
  }

  .faq-resposta {
    margin-top: 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
  }

  .box-modulos {
    grid-column-gap: 20px;
    border-bottom-style: none;
    border-right-style: none;
    height: 111px;
    padding: 0 24px 0 35px;
  }

  .box-modulos.oculto {
    display: none;
  }

  .heading-28 {
    margin-bottom: 42px;
    font-size: 24px;
    line-height: 38px;
  }

  .heading-28._2 {
    margin-bottom: 34px;
    font-size: 30px;
  }

  .div-block-180 {
    max-width: 100%;
  }

  .m-section-garantia {
    background-image: url('../images/mob-garantia_1mob-garantia.webp');
    background-position: 50% 100%;
  }

  .faq-click {
    padding: 20px;
  }

  .text-block-20 {
    color: #f5f5f5;
    font-family: Poppins, sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 110%;
  }

  .div-block-196 {
    background-color: #fdb600;
    min-width: 9px;
    max-width: 9px;
    height: 9px;
    min-height: 9px;
  }

  .box-professor {
    max-width: none;
    display: flex;
  }

  .box-professor.oculto, .div-block-151 {
    display: none;
  }

  .heading-30 {
    text-align: left;
    letter-spacing: .6px;
    margin-bottom: 26px;
    font-size: 30px;
  }

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

  .m-section-como {
    background-color: #000;
    background-image: none;
  }

  .m-section-para-quem {
    background-image: linear-gradient(#171717, #000);
  }

  .text-block {
    color: #fed25f;
    text-align: center;
    max-width: 270px;
    font-size: 16px;
    line-height: 18px;
  }

  .text-block._2 {
    color: #f5f5f5;
    letter-spacing: 3.23px;
    text-transform: uppercase;
    font-family: Poppins, sans-serif;
    font-size: 19px;
    font-weight: 600;
    line-height: 140%;
  }

  .text-block._2.promo {
    font-size: 15px;
  }

  .text-block-456 {
    color: #fff;
    max-width: 47px;
    font-family: Poppins, sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 120%;
  }

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

  .text-block-435 {
    color: #fff;
    text-align: left;
    background-color: rgba(228, 228, 228, 0);
    justify-content: flex-start;
    max-width: none;
    height: auto;
    font-size: 20px;
    line-height: 120%;
  }

  .paragraph-11 {
    letter-spacing: .48px;
    font-size: 15px;
    line-height: 27px;
  }

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

  .text-block-437 {
    letter-spacing: .72px;
    border-radius: 5px;
    max-width: 128px;
    height: 24px;
    margin-top: 0;
    font-size: 12px;
    line-height: 18px;
  }

  .text-block-432 {
    color: #fff;
    text-align: left;
    max-width: 146px;
    height: auto;
    margin-top: 9px;
    margin-bottom: 6px;
    font-size: 12px;
    font-weight: 300;
    line-height: 120%;
  }

  .text-block-432.mob {
    display: none;
  }

  .text-block-432._2 {
    color: #fff;
    max-width: 303px;
    height: auto;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
  }

  .text-block-432._3 {
    color: #fff;
    max-width: 273px;
    margin-bottom: 14px;
    font-size: 14px;
    font-weight: 400;
  }

  .div-block-200 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-200.clock-div {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: auto auto auto auto 1fr 1fr 1fr;
    grid-auto-flow: row;
    align-items: center;
    justify-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-21 {
    text-align: center;
    margin-bottom: 21px;
    font-size: 26px;
    line-height: 36px;
  }

  .text-block-433 {
    color: #fff;
    letter-spacing: .64px;
    font-family: Poppins, sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 47px;
  }

  .div-block-176 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .text-block-460 {
    letter-spacing: .17px;
    font-size: 17px;
    line-height: 19px;
  }

  .text-block-461 {
    font-size: 21px;
  }

  .text-block-462 {
    letter-spacing: 1.1px;
    font-size: 11px;
  }

  .text-block-463 {
    letter-spacing: 1.25px;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 35px;
  }

  .image-141 {
    max-width: 23px;
  }

  .image-142 {
    max-width: 128px;
  }

  .text-span-66 {
    color: #fff;
    display: block;
  }

  .heading-34 {
    text-align: center;
    letter-spacing: .6px;
    max-width: 283px;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    line-height: 120%;
  }

  .heading-35 {
    letter-spacing: .6px;
    font-size: 30px;
    font-weight: 700;
    line-height: 31px;
  }

  .text-block-465 {
    font-size: 12px;
    line-height: 13px;
  }

  .text-block-465._7 {
    max-width: 145px;
  }

  .div-block-208 {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    grid-template-columns: 1fr;
    max-width: 310px;
    margin-top: 0;
    margin-bottom: 39px;
  }

  .div-block-209 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .text-block-466 {
    text-align: center;
    letter-spacing: 0;
    margin-bottom: 21px;
    font-size: 24px;
    line-height: 130%;
  }

  .heading-36 {
    text-align: center;
    letter-spacing: .6px;
    max-width: 220px;
    margin-bottom: 28px;
    margin-left: auto;
    margin-right: auto;
    font-family: Poppins, sans-serif;
    font-size: 30px;
    line-height: 130%;
  }

  .heading-37 {
    text-align: center;
    letter-spacing: .6px;
    max-width: 220px;
    margin-bottom: 23px;
    font-size: 30px;
    line-height: 120%;
  }

  .div-block-210 {
    grid-column-gap: 20px;
    letter-spacing: 0;
    align-items: flex-start;
    font-size: 14px;
  }

  .image-144 {
    max-width: 5px;
  }

  .text-block-468 {
    font-size: 16px;
    line-height: 140%;
  }

  .text-block-469 {
    letter-spacing: .3px;
    font-size: 15px;
    line-height: 23px;
  }

  .div-block-215 {
    display: none;
  }

  .text-block-471 {
    line-height: 130%;
  }

  .div-block-218 {
    grid-column-gap: 16px;
    flex-direction: row;
    align-items: center;
  }

  .div-block-219 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    display: none;
  }

  .div-block-219.mob {
    justify-content: space-between;
    width: 100%;
    max-width: 300px;
    margin-top: 36px;
    display: flex;
  }

  .text-block-472 {
    font-size: 11px;
    line-height: 16px;
  }

  .text-block-472._2 {
    color: #fdb600;
    letter-spacing: .13px;
    max-width: 157px;
    font-size: 13px;
    line-height: 125%;
  }

  .text-block-472._2.b {
    font-size: 12px;
  }

  .text-block-473 {
    letter-spacing: -.09px;
    font-size: 18px;
    line-height: 140%;
  }

  .div-block-221 {
    grid-column-gap: 14px;
    grid-row-gap: 15px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    display: grid;
  }

  .div-block-221.oculto {
    display: none;
  }

  .text-block-474 {
    font-family: Exo, sans-serif;
    font-size: 17px;
    font-weight: 700;
  }

  .div-block-222 {
    grid-column-gap: 17px;
    letter-spacing: 0;
    align-items: flex-start;
    font-size: 15px;
  }

  .text-block-475 {
    display: none;
  }

  .text-block-477 {
    max-width: none;
    font-size: 16px;
    line-height: 150%;
  }

  .div-block-225 {
    grid-row-gap: 26px;
  }

  .div-block-226 {
    background-image: linear-gradient(90deg, rgba(18, 18, 18, 0), rgba(44, 44, 44, .33));
    border: .5px solid rgba(255, 255, 255, .2);
    border-top-right-radius: 9px;
    border-bottom-right-radius: 9px;
    border-bottom-left-radius: 0;
    justify-content: center;
    align-items: stretch;
    height: 119px;
    padding: 0 10px;
  }

  .paragraph-22 {
    text-align: justify;
    letter-spacing: -.9px;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 23px;
  }

  .div-block-228 {
    grid-row-gap: 22px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 29px;
    margin-bottom: 35px;
  }

  .div-block-229 {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
  }

  .div-block-230 {
    grid-row-gap: 23px;
    grid-template-columns: 1fr;
    max-width: 315px;
    margin-top: 23px;
    margin-bottom: 25px;
  }

  .image-150 {
    max-width: 42px;
  }

  .heading-44 {
    margin-top: 26px;
    margin-bottom: 18px;
    font-size: 29px;
    line-height: 27px;
  }

  .div-block-232 {
    border-radius: 16px;
    padding: 42px 20px 54px;
  }

  .image-153 {
    max-width: 33px;
  }

  .div-block-233 {
    border-style: none;
    border-radius: 24px;
    max-width: 320px;
    height: auto;
    padding: 35px 20px 33px;
  }

  .div-block-233._4 {
    height: auto;
    padding-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-480 {
    letter-spacing: 1.95px;
    font-size: 39px;
  }

  .grid-5 {
    grid-column-gap: 8px;
    grid-template-columns: 180px 1fr;
  }

  .text-block-407 {
    margin-left: 5px;
    font-size: 10px;
  }

  .text-block-405 {
    margin-bottom: 35px;
    font-size: 15px;
  }

  .text-block-408 {
    margin-left: 5px;
    font-size: 10px;
  }

  .text-block-406 {
    font-size: 15px;
  }

  .heading-12 {
    letter-spacing: .3px;
    margin-top: 32px;
    margin-bottom: 32px;
    font-size: 27px;
    line-height: 130%;
  }

  .bp-container {
    max-width: 360px;
  }

  .image-119 {
    max-width: 15px;
  }

  .div-block-85 {
    flex-direction: column;
    padding: 16px 10px 19px;
  }

  .text-block-404 {
    text-align: center;
    letter-spacing: .36px;
    margin-top: 13px;
    margin-bottom: 42px;
    font-size: 17px;
    line-height: 136%;
  }

  .text-block-427 {
    letter-spacing: .31px;
    margin-bottom: 53px;
    font-size: 17px;
  }

  .grid-4 {
    grid-row-gap: 33px;
    background-image: linear-gradient(rgba(58, 58, 58, .33), rgba(58, 58, 58, 0));
    border: .5px solid rgba(255, 255, 255, .2);
    border-radius: 8px;
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 25px 20px 52px;
  }

  .div-block-84 {
    max-width: 210px;
  }

  .div-block-84._3 {
    max-width: 282px;
  }

  .div-block-84._2 {
    max-width: none;
  }

  .text-block-403 {
    font-size: 17px;
  }

  .bp-space.bp-space-hero {
    padding-top: 46px;
    padding-bottom: 58px;
  }

  .div-block-136 {
    grid-row-gap: 24px;
    align-items: center;
    padding: 33px 10px 49px;
  }

  .cta-mba-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-size: 320px 74px;
    max-width: 320px;
    padding-right: 14px;
  }

  .cta-mba-3.cp {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    background-size: 280px 55px;
    max-width: 280px;
    height: 55px;
    padding-right: 21px;
    font-size: 14px;
    line-height: 18px;
  }

  .text-block-426 {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 38px;
  }

  .paragraph-8 {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    display: none;
  }

  .paragraph-8.mob {
    flex-direction: column;
    align-items: center;
    max-width: 265px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    line-height: 150%;
    display: flex;
  }

  .heading-17 {
    text-align: center;
    align-items: center;
    font-size: 49px;
    line-height: 125%;
  }

  .div-block-138 {
    height: 313px;
    margin-top: 40px;
    margin-bottom: 17px;
    padding: 20px 16px 25px;
  }

  .cp-space.cp-space-hero {
    padding-top: 22px;
    padding-bottom: 58px;
  }

  .text-block-425 {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .image-122 {
    max-width: 39px;
  }

  .image-123 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-137 {
    flex-direction: column;
    margin-top: 26px;
  }

  .div-block-137.vrcamp {
    margin-top: 51px;
  }

  .cp-container {
    max-width: 360px;
  }

  .text-span-20 {
    max-width: 264px;
    margin-top: 0;
    font-size: 16px;
  }

  .youtube {
    border-radius: 17px;
    display: block;
  }

  .cta-mba-checkout {
    letter-spacing: .22px;
    background-image: url('../images/seta-1.svg');
    background-position: 97%;
    background-repeat: no-repeat;
    background-size: auto;
    height: 35px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 11px;
  }

  .cta-mba-checkout._2 {
    border-radius: 9px;
    width: 100%;
    max-width: 308px;
    height: 39px;
  }

  .html-embed {
    width: 100%;
    height: 100%;
    font-size: 15px;
  }

  .text-block-481 {
    letter-spacing: .2px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin: 37px auto 15px;
    font-size: 20px;
    font-weight: 700;
    display: flex;
  }

  .text-block-481._1 {
    margin: 0 auto 15px;
  }

  .text-block-481.oculto {
    display: none;
  }

  .box-modulos-all {
    margin-bottom: 26px;
  }

  .text-block-482 {
    height: 52px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
  }

  .mba-section-evento {
    background-image: url('../images/mob-evento.webp');
  }

  .heading-45 {
    max-width: 275px;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 39px;
  }

  .paragraph-23 {
    font-size: 14px;
    line-height: 27px;
  }

  .m-section-consultor {
    background-color: #000;
    background-image: url('../images/mob-consultor.webp');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .heading-46 {
    letter-spacing: .6px;
    font-size: 30px;
    line-height: 120%;
  }

  .paragraph-24 {
    text-align: justify;
    letter-spacing: .7px;
    font-size: 16px;
    line-height: 150%;
  }

  .text-span-82 {
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 1px solid #fdb600;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 285px;
    height: 29px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
  }

  .text-span-83 {
    font-weight: 400;
  }

  .m-section-ia {
    background-image: url('../images/mob-ia.webp'), linear-gradient(#fcfcfc, #e2e2e2);
  }

  .heading-47 {
    font-size: 30px;
    font-weight: 700;
    line-height: 120%;
  }

  .bold-text-16 {
    font-weight: 800;
  }

  .paragraph-25 {
    letter-spacing: .45px;
    font-size: 15px;
    line-height: 26px;
  }

  .m-section-nao {
    background-color: #0c090c;
    background-image: url('../images/mob-nao.webp');
  }

  .heading-48 {
    letter-spacing: -.3px;
    font-size: 28px;
    line-height: 130%;
  }

  .heading-48._2 {
    color: #fdb600;
  }

  .text-span-84 {
    color: #fff;
  }

  .paragraph-26 {
    max-width: 310px;
    margin-top: 9px;
    margin-bottom: 21px;
    font-size: 15px;
  }

  .paragraph-26._2 {
    margin-top: 10px;
  }

  .bold-text-17, .bold-text-18, .bold-text-19, .bold-text-20, .bold-text-21, .bold-text-22, .bold-text-23, .bold-text-24, .bold-text-25, .bold-text-26, .bold-text-27, .bold-text-28, .text-span-85, .text-span-86, .text-span-87, .text-span-88 {
    font-weight: 500;
  }

  .text-span-89 {
    color: #fff;
  }

  .faq-resposta-mba {
    font-size: 14px;
    line-height: 22px;
  }

  .faq-click-mba {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-235 {
    grid-column-gap: 5px;
  }

  .text-block-483 {
    font-size: 14px;
    line-height: 22px;
  }

  .mbapg02-container {
    max-width: 360px;
  }

  .mbapg02-space.sec-captura {
    padding: 25px 10px 184px;
  }

  .mbapg02-space.sec-captura.parabens {
    padding-bottom: 173px;
  }

  .image-154 {
    margin-bottom: 38.5px;
  }

  .image-154.parabens {
    margin-bottom: 34.5px;
  }

  .text-block-484 {
    font-size: 23px;
    line-height: 36px;
  }

  .text-block-484.parabens {
    font-size: 33px;
    line-height: 49px;
  }

  .div-block-237 {
    height: 238px;
    padding-top: 22px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-237.parabens {
    height: 309px;
    padding-top: 39px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-486 {
    margin-bottom: 26px;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
  }

  .text-block-486.parabens {
    max-width: 272px;
    font-size: 16px;
    line-height: 24px;
  }

  .button-3 {
    height: 74px;
  }

  .div-block-238 {
    grid-column-gap: 46px;
    grid-row-gap: 46px;
    text-align: center;
    flex-flow: column;
  }

  .div-block-238.parabens {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .text-block-488 {
    font-size: 16px;
    line-height: 24px;
  }

  .bold-text-29 {
    font-weight: 400;
  }
}

@media screen and (max-width: 479px) {
  .error-message {
    max-width: 377px;
  }

  .campo-phone {
    font-size: 15px;
    font-weight: 400;
  }

  .form-background-div {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
  }

  .svr-modal {
    padding-left: 10px;
    padding-right: 10px;
  }

  .svr-box-form {
    max-width: 377px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .svr-cta-main {
    max-width: 347px;
  }

  .svr-cta-main.cta-form {
    font-size: 16px;
  }

  .mba-space.mba-space-bio {
    padding-left: 10px;
    padding-right: 10px;
  }

  .mba-space.mba-space-certificado {
    padding-top: 38px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .mba-space.mba-space-hero {
    padding-left: 10px;
    padding-right: 10px;
  }

  .link-block._3.abrir-popup, .link-block.abrir-popup {
    font-size: 14px;
  }

  .text-block-56 {
    font-size: 13px;
  }

  .body-2 {
    background-color: #000;
  }

  .cpl-space.cpl-space-comentarios {
    padding-top: 20px;
  }

  .cpl-space.cpl-space-hero {
    padding-left: 10px;
    padding-right: 10px;
  }

  .html-embed-32 {
    margin-left: 0;
    margin-right: 0;
  }

  .m-space.m-space-preco {
    padding-bottom: 40px;
  }

  .m-space.m-space-bonus {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .m-space.m-space-hero {
    padding-left: 15px;
    padding-right: 15px;
  }

  .m-space.m-space-estude {
    padding-top: 380px;
    padding-bottom: 40px;
  }

  .m-space.m-space-simulador {
    padding-top: 40px;
    padding-bottom: 307px;
  }

  .div-block-149._2 {
    grid-row-gap: 4px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-19 {
    font-size: 27px;
    line-height: 33px;
  }

  .m-section-hero {
    background-color: #020202;
  }

  .m-section-estude {
    background-position: 50% -45px;
  }

  .text-span-33 {
    display: block;
  }

  .m-section-simulador {
    background-image: url('../images/mob-simulador.webp');
    background-repeat: no-repeat;
    background-size: auto;
  }

  .div-block-191 {
    justify-content: space-between;
  }

  .text-block-2 {
    flex: 1;
  }

  .text-block-2._2 {
    flex: 0 auto;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block {
    max-width: 297px;
    font-size: 13px;
    line-height: 150%;
  }

  .heading-21 {
    text-align: center;
    margin-bottom: 15px;
    font-size: 24px;
  }

  .div-block-219 {
    justify-content: space-between;
  }

  .text-block-472 {
    flex: 1;
  }

  .text-block-472._2 {
    flex: 0 auto;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-44 {
    font-size: 28px;
  }

  .text-block-482 {
    max-width: none;
  }

  .link-whats {
    max-width: 90px;
  }
}

#w-node-_79642144-59b3-20d7-2e56-71be568d0041-07376cbc, #w-node-_79642144-59b3-20d7-2e56-71be568d0046-07376cbc, #w-node-_79642144-59b3-20d7-2e56-71be568d0047-07376cbc, #w-node-_79642144-59b3-20d7-2e56-71be568d004c-07376cbc, #w-node-_79642144-59b3-20d7-2e56-71be568d004d-07376cbc, #w-node-_79642144-59b3-20d7-2e56-71be568d0052-07376cbc, #w-node-_79642144-59b3-20d7-2e56-71be568d0053-07376cbc, #w-node-_05bdb7b5-c411-c9d2-1ab6-98485c754df4-61e0fc5c, #w-node-_05bdb7b5-c411-c9d2-1ab6-98485c754df9-61e0fc5c, #w-node-_05bdb7b5-c411-c9d2-1ab6-98485c754dfa-61e0fc5c, #w-node-_05bdb7b5-c411-c9d2-1ab6-98485c754dff-61e0fc5c, #w-node-_05bdb7b5-c411-c9d2-1ab6-98485c754e00-61e0fc5c, #w-node-_79642144-59b3-20d7-2e56-71be568d0041-34f075be, #w-node-_79642144-59b3-20d7-2e56-71be568d0046-34f075be, #w-node-_79642144-59b3-20d7-2e56-71be568d0047-34f075be, #w-node-_79642144-59b3-20d7-2e56-71be568d004c-34f075be, #w-node-_79642144-59b3-20d7-2e56-71be568d004d-34f075be, #w-node-_79642144-59b3-20d7-2e56-71be568d0052-34f075be, #w-node-_79642144-59b3-20d7-2e56-71be568d0053-34f075be, #w-node-_79642144-59b3-20d7-2e56-71be568d0041-de283c96, #w-node-_79642144-59b3-20d7-2e56-71be568d0046-de283c96, #w-node-_79642144-59b3-20d7-2e56-71be568d0047-de283c96, #w-node-_79642144-59b3-20d7-2e56-71be568d004c-de283c96, #w-node-_79642144-59b3-20d7-2e56-71be568d004d-de283c96, #w-node-_79642144-59b3-20d7-2e56-71be568d0052-de283c96, #w-node-_79642144-59b3-20d7-2e56-71be568d0053-de283c96, #w-node-_79642144-59b3-20d7-2e56-71be568d0041-1d8d7d8b, #w-node-_79642144-59b3-20d7-2e56-71be568d0046-1d8d7d8b, #w-node-_79642144-59b3-20d7-2e56-71be568d0047-1d8d7d8b, #w-node-_79642144-59b3-20d7-2e56-71be568d004c-1d8d7d8b, #w-node-_79642144-59b3-20d7-2e56-71be568d004d-1d8d7d8b, #w-node-_79642144-59b3-20d7-2e56-71be568d0052-1d8d7d8b, #w-node-_79642144-59b3-20d7-2e56-71be568d0053-1d8d7d8b, #w-node-_79642144-59b3-20d7-2e56-71be568d0041-a38912e2, #w-node-_79642144-59b3-20d7-2e56-71be568d0046-a38912e2, #w-node-_79642144-59b3-20d7-2e56-71be568d0047-a38912e2, #w-node-_79642144-59b3-20d7-2e56-71be568d004c-a38912e2, #w-node-_79642144-59b3-20d7-2e56-71be568d004d-a38912e2, #w-node-_79642144-59b3-20d7-2e56-71be568d0052-a38912e2, #w-node-_79642144-59b3-20d7-2e56-71be568d0053-a38912e2, #w-node-_79642144-59b3-20d7-2e56-71be568d0041-08728e71, #w-node-_79642144-59b3-20d7-2e56-71be568d0046-08728e71, #w-node-_79642144-59b3-20d7-2e56-71be568d0047-08728e71, #w-node-_79642144-59b3-20d7-2e56-71be568d004c-08728e71, #w-node-_79642144-59b3-20d7-2e56-71be568d004d-08728e71, #w-node-_79642144-59b3-20d7-2e56-71be568d0052-08728e71, #w-node-_79642144-59b3-20d7-2e56-71be568d0053-08728e71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6056f259-aefe-bee9-da62-965b45216400-e2d85d17, #w-node-_52f1cf2b-c187-7452-7ee1-f2c686e1e9c3-e2d85d17 {
  justify-self: center;
}

#w-node-_52f1cf2b-c187-7452-7ee1-f2c686e1e9d3-e2d85d17, #w-node-_52f1cf2b-c187-7452-7ee1-f2c686e1e9dd-e2d85d17, #w-node-_52f1cf2b-c187-7452-7ee1-f2c686e1e9e7-e2d85d17, #w-node-_52f1cf2b-c187-7452-7ee1-f2c686e1e9f1-e2d85d17, #w-node-_52f1cf2b-c187-7452-7ee1-f2c686e1ea92-e2d85d17, #w-node-f8000eb3-8c6e-461b-861f-72d5a6ea78fe-e2d85d17, #w-node-_49e1fed6-62bb-ce76-0e1f-50d6a7c53973-e2d85d17, #w-node-ef5f5a55-f759-bd5e-1d69-b558ffcf35f6-e2d85d17, #w-node-_8edddc82-de89-3976-bc02-a98d60e78f6f-e2d85d17, #w-node-ef5461e7-601e-14d2-75f8-b304433b0a2c-e2d85d17, #w-node-_0cc1d2d6-6da7-d3af-c64c-fe83d12bab37-e2d85d17, #w-node-_82ab1192-fda1-82bc-eb54-f0ca0462d5ce-e2d85d17, #w-node-_9862bac3-0166-b328-4a48-83f445a5678b-e2d85d17, #w-node-_1db7f0ac-63a4-1e30-2baf-159330c788f4-e2d85d17, #w-node-_2bfa4fbe-fece-4b5d-ff34-4d0c915faf03-e2d85d17, #w-node-d9b1acc5-18ef-8d1c-c939-8f00fa9daa4d-e2d85d17, #w-node-ae1822d7-2410-4248-e629-269e1f3ea2ea-e2d85d17, #w-node-_8be77cd4-91db-e448-db3d-b08f470423ea-e2d85d17, #w-node-_2551e596-c73c-23aa-c3fe-f9e5621878cc-e2d85d17, #w-node-_8eebba9e-529e-1e6a-854e-6e750411be73-e2d85d17, #w-node-_16a42bca-73fd-97bb-079f-38f6aca76981-e2d85d17, #w-node-_84a099a7-1502-e5a7-217d-fa965deeba75-e2d85d17, #w-node-_6f462ed5-b642-e87b-3233-e84352aced24-e2d85d17, #w-node-_097254ec-e625-64b1-69e7-258f38a72aee-e2d85d17, #w-node-e98dd20a-04c6-cb7c-5ad6-81c07bbe996c-e2d85d17, #w-node-_558fb6cf-c61d-b566-a08a-9dd3e0c3c321-e2d85d17, #w-node-_60f74e9e-65aa-f73e-d6f1-148a65819345-e2d85d17, #w-node-_31a9f3dd-17e9-aba1-b2b6-7de84664e0ff-e2d85d17, #w-node-_1aa25c8f-fbfd-34b3-7b57-bce90b1a75cf-e2d85d17, #w-node-f900ee0f-49c3-e59b-b296-58fee8364861-e2d85d17, #w-node-c2302b2f-fadd-2fc4-ff76-7778c396aaaa-e2d85d17, #w-node-cd4c9b7d-1f81-636b-84f9-9d91dbfda15f-e2d85d17, #w-node-_6e98aa9e-d115-a3a7-f577-a654805cc413-e2d85d17, #w-node-b9165427-9b87-cfdd-d9e5-e267dfb05758-e2d85d17, #w-node-_63a0191b-d2ea-fcba-afed-a1c145803742-e2d85d17, #w-node-bf97222b-6511-9edc-9f59-61f6786f20d4-e2d85d17, #w-node-_38f00c45-bca6-5c4f-cf9f-29b7dcf3e770-e2d85d17, #w-node-_275a6bc1-643d-5e0b-c47e-aad25a1ff89e-e2d85d17, #w-node-_52f1cf2b-c187-7452-7ee1-f2c686e1ebee-e2d85d17, #w-node-_52f1cf2b-c187-7452-7ee1-f2c686e1ebef-e2d85d17, #w-node-_52f1cf2b-c187-7452-7ee1-f2c686e1ec12-e2d85d17, #w-node-_52f1cf2b-c187-7452-7ee1-f2c686e1eb9e-e2d85d17, #w-node-_909d301c-fc60-9773-625b-8e616124c318-e2d85d17, #w-node-_09a0a192-fbf9-85ef-102a-61f4ac125932-e2d85d17, #w-node-_372ab43c-2446-9878-31a1-59cd33316d6c-e2d85d17, #w-node-d918dd1e-de01-1983-ce84-a9bcc22014e4-e2d85d17, #w-node-_6088fb1a-f736-e947-9cd8-8dcac5b57638-e2d85d17, #w-node-_854a644f-31cc-85ee-8928-6104bf01fc06-e2d85d17, #w-node-c6c5da14-acbd-dce9-1caa-ee53b30acc9f-e2d85d17, #w-node-_52f1cf2b-c187-7452-7ee1-f2c686e1ebd5-e2d85d17, #w-node-_52f1cf2b-c187-7452-7ee1-f2c686e1ebd9-e2d85d17, #w-node-_52f1cf2b-c187-7452-7ee1-f2c686e1ebdd-e2d85d17, #w-node-_52f1cf2b-c187-7452-7ee1-f2c686e1ebe1-e2d85d17, #w-node-_52f1cf2b-c187-7452-7ee1-f2c686e1ea85-e2d85d17, #w-node-_52f1cf2b-c187-7452-7ee1-f2c686e1ea86-e2d85d17, #w-node-_52f1cf2b-c187-7452-7ee1-f2c686e1ea87-e2d85d17, #w-node-_52f1cf2b-c187-7452-7ee1-f2c686e1ea88-e2d85d17, #w-node-_52f1cf2b-c187-7452-7ee1-f2c686e1ea89-e2d85d17, #w-node-_6056f259-aefe-bee9-da62-965b452166dd-e2d85d17, #w-node-_6056f259-aefe-bee9-da62-965b45216714-e2d85d17, #w-node-_6056f259-aefe-bee9-da62-965b45216719-e2d85d17, #w-node-a40b07ba-ab49-9675-a7b5-0c914521447f-e2d85d17, #w-node-a40a6de4-58a0-0f11-0609-e01acd910686-e2d85d17, #w-node-_6056f259-aefe-bee9-da62-965b4521671a-e2d85d17, #w-node-_6056f259-aefe-bee9-da62-965b4521671f-e2d85d17, #w-node-_6056f259-aefe-bee9-da62-965b45216720-e2d85d17, #w-node-_22bb3336-e7f1-bbe6-bbe0-7180e6eeef1b-e2d85d17, #w-node-_22bb3336-e7f1-bbe6-bbe0-7180e6eeef20-e2d85d17, #w-node-_22bb3336-e7f1-bbe6-bbe0-7180e6eeef21-e2d85d17, #w-node-_22bb3336-e7f1-bbe6-bbe0-7180e6eeef26-e2d85d17, #w-node-_22bb3336-e7f1-bbe6-bbe0-7180e6eeef27-e2d85d17, #w-node-d1a49376-38ca-3901-fbc5-610b2d472e3a-2d472e39, #w-node-d1a49376-38ca-3901-fbc5-610b2d472e41-2d472e39, #w-node-d1a49376-38ca-3901-fbc5-610b2d472e46-2d472e39, #w-node-d1a49376-38ca-3901-fbc5-610b2d472e47-2d472e39, #w-node-d1a49376-38ca-3901-fbc5-610b2d472e4c-2d472e39, #w-node-d1a49376-38ca-3901-fbc5-610b2d472e4d-2d472e39, #w-node-d1a49376-38ca-3901-fbc5-610b2d472e52-2d472e39, #w-node-d1a49376-38ca-3901-fbc5-610b2d472e53-2d472e39, #w-node-d1a49376-38ca-3901-fbc5-610b2d472e87-2d472e39, #w-node-d1a49376-38ca-3901-fbc5-610b2d472e8e-2d472e39, #w-node-d1a49376-38ca-3901-fbc5-610b2d472e93-2d472e39, #w-node-d1a49376-38ca-3901-fbc5-610b2d472e94-2d472e39, #w-node-d1a49376-38ca-3901-fbc5-610b2d472e99-2d472e39, #w-node-d1a49376-38ca-3901-fbc5-610b2d472e9a-2d472e39, #w-node-d1a49376-38ca-3901-fbc5-610b2d472e9f-2d472e39, #w-node-d1a49376-38ca-3901-fbc5-610b2d472ea0-2d472e39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d1a49376-38ca-3901-fbc5-610b2d472edc-2d472e39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-d1a49376-38ca-3901-fbc5-610b2d472ee3-2d472e39, #w-node-d1a49376-38ca-3901-fbc5-610b2d472ee8-2d472e39, #w-node-d1a49376-38ca-3901-fbc5-610b2d472ee9-2d472e39, #w-node-d1a49376-38ca-3901-fbc5-610b2d472eee-2d472e39, #w-node-d1a49376-38ca-3901-fbc5-610b2d472eef-2d472e39, #w-node-d1a49376-38ca-3901-fbc5-610b2d472ef4-2d472e39, #w-node-d1a49376-38ca-3901-fbc5-610b2d472ef5-2d472e39, #w-node-_8a81b9a3-14fb-4f28-dfc0-98c9711bcac6-711bcac5, #w-node-_31ef050a-e939-c99c-ab49-ab7f71e6399c-711bcac5, #w-node-_31ef050a-e939-c99c-ab49-ab7f71e639a1-711bcac5, #w-node-_31ef050a-e939-c99c-ab49-ab7f71e639a2-711bcac5, #w-node-_31ef050a-e939-c99c-ab49-ab7f71e639a7-711bcac5, #w-node-_31ef050a-e939-c99c-ab49-ab7f71e639a8-711bcac5, #w-node-_31ef050a-e939-c99c-ab49-ab7f71e639ad-711bcac5, #w-node-_31ef050a-e939-c99c-ab49-ab7f71e639ae-711bcac5, #w-node-_8a81b9a3-14fb-4f28-dfc0-98c9711bcb0d-711bcac5, #w-node-_8a81b9a3-14fb-4f28-dfc0-98c9711bcb14-711bcac5, #w-node-_8a81b9a3-14fb-4f28-dfc0-98c9711bcb19-711bcac5, #w-node-_58a9dcec-f54e-dac1-bedc-3e125c2bd427-711bcac5, #w-node-_09a206c8-ebc8-69da-7bff-04b5be01eb33-711bcac5, #w-node-_8a81b9a3-14fb-4f28-dfc0-98c9711bcb1a-711bcac5, #w-node-_8a81b9a3-14fb-4f28-dfc0-98c9711bcb1f-711bcac5, #w-node-_8a81b9a3-14fb-4f28-dfc0-98c9711bcb20-711bcac5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8a81b9a3-14fb-4f28-dfc0-98c9711bcb5c-711bcac5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-fc8a069b-20f7-01ae-903c-3f18d2e8a796-711bcac5, #w-node-fc8a069b-20f7-01ae-903c-3f18d2e8a79b-711bcac5, #w-node-fc8a069b-20f7-01ae-903c-3f18d2e8a79c-711bcac5, #w-node-fc8a069b-20f7-01ae-903c-3f18d2e8a7a1-711bcac5, #w-node-fc8a069b-20f7-01ae-903c-3f18d2e8a7a2-711bcac5, #w-node-fc8a069b-20f7-01ae-903c-3f18d2e8a7a7-711bcac5, #w-node-fc8a069b-20f7-01ae-903c-3f18d2e8a7a8-711bcac5, #w-node-f2affc81-2a05-fa37-9a6d-e811cae1e1b4-e0b625b9, #w-node-f2affc81-2a05-fa37-9a6d-e811cae1e1b8-e0b625b9, #w-node-f2affc81-2a05-fa37-9a6d-e811cae1e1bc-e0b625b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6056f259-aefe-bee9-da62-965b45216400-23e4ac2d, #w-node-_52f1cf2b-c187-7452-7ee1-f2c686e1e9c3-23e4ac2d {
  justify-self: center;
}

#w-node-_52f1cf2b-c187-7452-7ee1-f2c686e1e9d3-23e4ac2d, #w-node-_52f1cf2b-c187-7452-7ee1-f2c686e1e9dd-23e4ac2d, #w-node-_52f1cf2b-c187-7452-7ee1-f2c686e1e9e7-23e4ac2d, #w-node-_52f1cf2b-c187-7452-7ee1-f2c686e1e9f1-23e4ac2d, #w-node-_52f1cf2b-c187-7452-7ee1-f2c686e1ea92-23e4ac2d, #w-node-f8000eb3-8c6e-461b-861f-72d5a6ea78fe-23e4ac2d, #w-node-_49e1fed6-62bb-ce76-0e1f-50d6a7c53973-23e4ac2d, #w-node-ef5f5a55-f759-bd5e-1d69-b558ffcf35f6-23e4ac2d, #w-node-_8edddc82-de89-3976-bc02-a98d60e78f6f-23e4ac2d, #w-node-ef5461e7-601e-14d2-75f8-b304433b0a2c-23e4ac2d, #w-node-_0cc1d2d6-6da7-d3af-c64c-fe83d12bab37-23e4ac2d, #w-node-_82ab1192-fda1-82bc-eb54-f0ca0462d5ce-23e4ac2d, #w-node-_9862bac3-0166-b328-4a48-83f445a5678b-23e4ac2d, #w-node-_1db7f0ac-63a4-1e30-2baf-159330c788f4-23e4ac2d, #w-node-_2bfa4fbe-fece-4b5d-ff34-4d0c915faf03-23e4ac2d, #w-node-d9b1acc5-18ef-8d1c-c939-8f00fa9daa4d-23e4ac2d, #w-node-ae1822d7-2410-4248-e629-269e1f3ea2ea-23e4ac2d, #w-node-_8be77cd4-91db-e448-db3d-b08f470423ea-23e4ac2d, #w-node-_2551e596-c73c-23aa-c3fe-f9e5621878cc-23e4ac2d, #w-node-_8eebba9e-529e-1e6a-854e-6e750411be73-23e4ac2d, #w-node-_16a42bca-73fd-97bb-079f-38f6aca76981-23e4ac2d, #w-node-_84a099a7-1502-e5a7-217d-fa965deeba75-23e4ac2d, #w-node-_6f462ed5-b642-e87b-3233-e84352aced24-23e4ac2d, #w-node-_097254ec-e625-64b1-69e7-258f38a72aee-23e4ac2d, #w-node-e98dd20a-04c6-cb7c-5ad6-81c07bbe996c-23e4ac2d, #w-node-_558fb6cf-c61d-b566-a08a-9dd3e0c3c321-23e4ac2d, #w-node-_60f74e9e-65aa-f73e-d6f1-148a65819345-23e4ac2d, #w-node-_31a9f3dd-17e9-aba1-b2b6-7de84664e0ff-23e4ac2d, #w-node-_1aa25c8f-fbfd-34b3-7b57-bce90b1a75cf-23e4ac2d, #w-node-f900ee0f-49c3-e59b-b296-58fee8364861-23e4ac2d, #w-node-c2302b2f-fadd-2fc4-ff76-7778c396aaaa-23e4ac2d, #w-node-cd4c9b7d-1f81-636b-84f9-9d91dbfda15f-23e4ac2d, #w-node-_6e98aa9e-d115-a3a7-f577-a654805cc413-23e4ac2d, #w-node-b9165427-9b87-cfdd-d9e5-e267dfb05758-23e4ac2d, #w-node-_63a0191b-d2ea-fcba-afed-a1c145803742-23e4ac2d, #w-node-bf97222b-6511-9edc-9f59-61f6786f20d4-23e4ac2d, #w-node-_38f00c45-bca6-5c4f-cf9f-29b7dcf3e770-23e4ac2d, #w-node-_244ddfed-058f-6905-8cd1-d01b66216466-23e4ac2d, #w-node-_52f1cf2b-c187-7452-7ee1-f2c686e1ebee-23e4ac2d, #w-node-_52f1cf2b-c187-7452-7ee1-f2c686e1ebef-23e4ac2d, #w-node-_52f1cf2b-c187-7452-7ee1-f2c686e1ec12-23e4ac2d, #w-node-_52f1cf2b-c187-7452-7ee1-f2c686e1eb9e-23e4ac2d, #w-node-_909d301c-fc60-9773-625b-8e616124c318-23e4ac2d, #w-node-_09a0a192-fbf9-85ef-102a-61f4ac125932-23e4ac2d, #w-node-_372ab43c-2446-9878-31a1-59cd33316d6c-23e4ac2d, #w-node-d918dd1e-de01-1983-ce84-a9bcc22014e4-23e4ac2d, #w-node-_6088fb1a-f736-e947-9cd8-8dcac5b57638-23e4ac2d, #w-node-_854a644f-31cc-85ee-8928-6104bf01fc06-23e4ac2d, #w-node-c6c5da14-acbd-dce9-1caa-ee53b30acc9f-23e4ac2d, #w-node-_52f1cf2b-c187-7452-7ee1-f2c686e1ebd5-23e4ac2d, #w-node-_52f1cf2b-c187-7452-7ee1-f2c686e1ebd9-23e4ac2d, #w-node-_52f1cf2b-c187-7452-7ee1-f2c686e1ebdd-23e4ac2d, #w-node-_52f1cf2b-c187-7452-7ee1-f2c686e1ebe1-23e4ac2d, #w-node-_52f1cf2b-c187-7452-7ee1-f2c686e1ea85-23e4ac2d, #w-node-_52f1cf2b-c187-7452-7ee1-f2c686e1ea86-23e4ac2d, #w-node-_52f1cf2b-c187-7452-7ee1-f2c686e1ea87-23e4ac2d, #w-node-_52f1cf2b-c187-7452-7ee1-f2c686e1ea88-23e4ac2d, #w-node-_52f1cf2b-c187-7452-7ee1-f2c686e1ea89-23e4ac2d, #w-node-_6056f259-aefe-bee9-da62-965b452166dd-23e4ac2d, #w-node-_6056f259-aefe-bee9-da62-965b45216714-23e4ac2d, #w-node-_6056f259-aefe-bee9-da62-965b45216719-23e4ac2d, #w-node-_809aae4e-b752-6b61-aa66-ac5c1e103704-23e4ac2d, #w-node-_26561465-f7ab-aa55-e927-88baf629ce4f-23e4ac2d, #w-node-_6056f259-aefe-bee9-da62-965b4521671a-23e4ac2d, #w-node-_6056f259-aefe-bee9-da62-965b4521671f-23e4ac2d, #w-node-_6056f259-aefe-bee9-da62-965b45216720-23e4ac2d, #w-node-_22bb3336-e7f1-bbe6-bbe0-7180e6eeef1b-23e4ac2d, #w-node-_22bb3336-e7f1-bbe6-bbe0-7180e6eeef20-23e4ac2d, #w-node-_22bb3336-e7f1-bbe6-bbe0-7180e6eeef21-23e4ac2d, #w-node-_22bb3336-e7f1-bbe6-bbe0-7180e6eeef26-23e4ac2d, #w-node-_22bb3336-e7f1-bbe6-bbe0-7180e6eeef27-23e4ac2d, #w-node-_22bb3336-e7f1-bbe6-bbe0-7180e6eef005-23e4ac2d, #w-node-_22bb3336-e7f1-bbe6-bbe0-7180e6eef00e-23e4ac2d, #w-node-_22bb3336-e7f1-bbe6-bbe0-7180e6eef013-23e4ac2d, #w-node-_22bb3336-e7f1-bbe6-bbe0-7180e6eef014-23e4ac2d, #w-node-_22bb3336-e7f1-bbe6-bbe0-7180e6eef019-23e4ac2d, #w-node-_22bb3336-e7f1-bbe6-bbe0-7180e6eef01a-23e4ac2d, #w-node-_22bb3336-e7f1-bbe6-bbe0-7180e6eef049-23e4ac2d, #w-node-_22bb3336-e7f1-bbe6-bbe0-7180e6eef052-23e4ac2d, #w-node-_22bb3336-e7f1-bbe6-bbe0-7180e6eef057-23e4ac2d, #w-node-_22bb3336-e7f1-bbe6-bbe0-7180e6eef058-23e4ac2d, #w-node-_22bb3336-e7f1-bbe6-bbe0-7180e6eef05d-23e4ac2d, #w-node-_22bb3336-e7f1-bbe6-bbe0-7180e6eef05e-23e4ac2d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_22bb3336-e7f1-bbe6-bbe0-7180e6eef095-23e4ac2d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_22bb3336-e7f1-bbe6-bbe0-7180e6eef09e-23e4ac2d, #w-node-_22bb3336-e7f1-bbe6-bbe0-7180e6eef0a3-23e4ac2d, #w-node-_22bb3336-e7f1-bbe6-bbe0-7180e6eef0a4-23e4ac2d, #w-node-_22bb3336-e7f1-bbe6-bbe0-7180e6eef0a9-23e4ac2d, #w-node-_22bb3336-e7f1-bbe6-bbe0-7180e6eef0aa-23e4ac2d, #w-node-e338dbec-29b9-bacf-6ecd-1ba437538131-37538130, #w-node-e338dbec-29b9-bacf-6ecd-1ba437538138-37538130, #w-node-e338dbec-29b9-bacf-6ecd-1ba43753813d-37538130, #w-node-e338dbec-29b9-bacf-6ecd-1ba43753813e-37538130, #w-node-e338dbec-29b9-bacf-6ecd-1ba437538143-37538130, #w-node-e338dbec-29b9-bacf-6ecd-1ba437538144-37538130, #w-node-e338dbec-29b9-bacf-6ecd-1ba437538149-37538130, #w-node-e338dbec-29b9-bacf-6ecd-1ba43753814a-37538130, #w-node-e338dbec-29b9-bacf-6ecd-1ba43753817e-37538130, #w-node-e338dbec-29b9-bacf-6ecd-1ba437538185-37538130, #w-node-e338dbec-29b9-bacf-6ecd-1ba43753818a-37538130, #w-node-e338dbec-29b9-bacf-6ecd-1ba43753818b-37538130, #w-node-e338dbec-29b9-bacf-6ecd-1ba437538190-37538130, #w-node-e338dbec-29b9-bacf-6ecd-1ba437538191-37538130, #w-node-e338dbec-29b9-bacf-6ecd-1ba437538196-37538130, #w-node-e338dbec-29b9-bacf-6ecd-1ba437538197-37538130 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e338dbec-29b9-bacf-6ecd-1ba4375381d3-37538130 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-e338dbec-29b9-bacf-6ecd-1ba4375381da-37538130, #w-node-e338dbec-29b9-bacf-6ecd-1ba4375381df-37538130, #w-node-e338dbec-29b9-bacf-6ecd-1ba4375381e0-37538130, #w-node-e338dbec-29b9-bacf-6ecd-1ba4375381e5-37538130, #w-node-e338dbec-29b9-bacf-6ecd-1ba4375381e6-37538130, #w-node-e338dbec-29b9-bacf-6ecd-1ba4375381eb-37538130, #w-node-e338dbec-29b9-bacf-6ecd-1ba4375381ec-37538130, #w-node-e354a2c1-c518-8759-7052-6c51f6d2f582-f6d2f581, #w-node-aa199881-730d-0c3a-da63-16876fd160b6-f6d2f581, #w-node-aa199881-730d-0c3a-da63-16876fd160bb-f6d2f581, #w-node-aa199881-730d-0c3a-da63-16876fd160bc-f6d2f581, #w-node-aa199881-730d-0c3a-da63-16876fd160c1-f6d2f581, #w-node-aa199881-730d-0c3a-da63-16876fd160c2-f6d2f581, #w-node-aa199881-730d-0c3a-da63-16876fd160c7-f6d2f581, #w-node-aa199881-730d-0c3a-da63-16876fd160c8-f6d2f581, #w-node-e354a2c1-c518-8759-7052-6c51f6d2f5c9-f6d2f581, #w-node-_214547b1-80fd-7585-5b88-9b4cc17c3477-f6d2f581, #w-node-_214547b1-80fd-7585-5b88-9b4cc17c347c-f6d2f581, #w-node-_214547b1-80fd-7585-5b88-9b4cc17c347d-f6d2f581, #w-node-_214547b1-80fd-7585-5b88-9b4cc17c3482-f6d2f581, #w-node-_214547b1-80fd-7585-5b88-9b4cc17c3483-f6d2f581, #w-node-_214547b1-80fd-7585-5b88-9b4cc17c3488-f6d2f581, #w-node-_214547b1-80fd-7585-5b88-9b4cc17c3489-f6d2f581 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e354a2c1-c518-8759-7052-6c51f6d2f618-f6d2f581 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-b49b4309-0677-5c47-5904-900039d5f28e-f6d2f581, #w-node-b49b4309-0677-5c47-5904-900039d5f293-f6d2f581, #w-node-b49b4309-0677-5c47-5904-900039d5f294-f6d2f581, #w-node-b49b4309-0677-5c47-5904-900039d5f299-f6d2f581, #w-node-b49b4309-0677-5c47-5904-900039d5f29a-f6d2f581, #w-node-b49b4309-0677-5c47-5904-900039d5f29f-f6d2f581, #w-node-b49b4309-0677-5c47-5904-900039d5f2a0-f6d2f581 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-fd9867b5-0422-9888-0230-ee46f8c19063-d7af6230 {
    order: 1;
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-fd9867b5-0422-9888-0230-ee46f8c19063-809b1968 {
    grid-area: 10 / 1 / 11 / 2;
  }

  #w-node-_79642144-59b3-20d7-2e56-71be568d0060-07376cbc {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-fd9867b5-0422-9888-0230-ee46f8c19063-07f3c7e2, #w-node-fd9867b5-0422-9888-0230-ee46f8c19063-c7d47343 {
    order: 1;
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_79642144-59b3-20d7-2e56-71be568d0060-34f075be, #w-node-_79642144-59b3-20d7-2e56-71be568d0060-de283c96, #w-node-_79642144-59b3-20d7-2e56-71be568d0060-1d8d7d8b, #w-node-_79642144-59b3-20d7-2e56-71be568d0060-a38912e2, #w-node-_79642144-59b3-20d7-2e56-71be568d0060-08728e71 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_09a0a192-fbf9-85ef-102a-61f4ac125932-e2d85d17 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d918dd1e-de01-1983-ce84-a9bcc22014e4-e2d85d17 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_6088fb1a-f736-e947-9cd8-8dcac5b57638-e2d85d17 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_854a644f-31cc-85ee-8928-6104bf01fc06-e2d85d17 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_52f1cf2b-c187-7452-7ee1-f2c686e1ebd5-e2d85d17 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_09a0a192-fbf9-85ef-102a-61f4ac125932-23e4ac2d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d918dd1e-de01-1983-ce84-a9bcc22014e4-23e4ac2d {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_6088fb1a-f736-e947-9cd8-8dcac5b57638-23e4ac2d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_854a644f-31cc-85ee-8928-6104bf01fc06-23e4ac2d {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_52f1cf2b-c187-7452-7ee1-f2c686e1ebd5-23e4ac2d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Gotham';
  src: url('../fonts/GothamBook.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/GothamMedium_1.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Empirica';
  src: url('../fonts/Empirica-Headline-Light-Italic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Empirica';
  src: url('../fonts/Empirica-Headline-Medium-Italic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Empirica';
  src: url('../fonts/Empirica-Headline-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Empirica';
  src: url('../fonts/Empirica-Headline-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Empirica';
  src: url('../fonts/Empirica-Headline-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Empirica';
  src: url('../fonts/Empirica-Headline-Regular-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Empirica';
  src: url('../fonts/Empirica-Headline-Bold-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Empirica';
  src: url('../fonts/Empirica-Headline-Black-Italic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Empirica';
  src: url('../fonts/Empirica-Headline-ExtraLight-Italic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Empirica';
  src: url('../fonts/Empirica-Headline-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Empirica';
  src: url('../fonts/Empirica-Headline-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Empirica';
  src: url('../fonts/Empirica-Headline-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}