.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

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

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

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

p {
  margin-bottom: 10px;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

.container {
  position: relative;
  z-index: 9;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

.title-course-div {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 18px;
  padding-bottom: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ff39ff;
}

.span-text-black {
  color: #ff39ff;
}

.cv-footer-txt {
  width: auto;
  margin-right: 0.78125vw;
  color: #fff;
  font-size: 0.7291666666666666vw;
  line-height: 0.8854166666666666vw;
  font-weight: 400;
  text-decoration: none;
}

.cv-footer-txt.copyright {
  margin-left: auto;
  color: hsla(0, 0%, 100%, 0.58);
  text-align: right;
  cursor: default;
}

.sp-block-badges {
  display: none;
  margin-top: 35px;
  margin-bottom: -190px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.sp-action-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.block-info-content-aca {
  margin-left: 25px;
  text-align: left;
}

.sp-hero {
  position: relative;
  padding-top: 48px;
  padding-bottom: 140px;
  background-color: #000;
  background-image: url('../images/grid-fh-bg.svg'), url('../images/blur_fh.svg');
  background-position: 50% 102%, 0% 0%;
  background-size: 2817px, auto;
  background-repeat: no-repeat, no-repeat;
  text-align: center;
}

.sp-page-title {
  max-width: 720px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  font-family: 'Rightgrotesk Wide', sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 65px;
  font-weight: 800;
  text-align: center;
  text-transform: none;
}

.sp-page-title.inline {
  display: inline-block;
  margin-top: 10px;
  margin-right: 0px;
  margin-left: 0px;
}

.wrap-courses {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.sp-garantia-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  width: 180px;
  margin-top: -32px;
  margin-right: auto;
  margin-left: -108px;
}

.sp-counter-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 20px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.sp-counter-wrapper.hide {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  display: none;
  margin-left: 0px;
  padding-top: 11px;
  padding-bottom: 11px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-bottom: 1px none #00ff5b;
  background-color: #ff39ff;
  text-align: center;
}

.sp-block-title-2 {
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.sp-block-title-2.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-wrapper {
  position: relative;
  z-index: 3;
  overflow: hidden;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.page-wrapper.is-overflow-visible {
  overflow: visible;
}

.sp-specs-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -40px;
  padding: 40px 40px 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #ffcc89;
  border-radius: 4px;
  background-color: #fff5e8;
  box-shadow: 1px 1px 30px 0 rgba(255, 107, 24, 0.12);
}

.ep-video-block {
  position: relative;
  overflow: hidden;
  padding: 10px 60px;
}

.sp-offer-title {
  color: #000;
  font-size: 22px;
}

.sp-header-logo {
  width: 160px;
  margin-bottom: 16px;
}

.sp-title-span {
  border-bottom: 2px solid #99ffcf;
}

.sp-plus-info-image {
  display: block;
  width: 400px;
  margin: 0px auto;
}

.sp-hero-video {
  position: relative;
  overflow: hidden;
  max-width: 800px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 16px;
}

.par-faq-answer {
  font-family: Gtwalsheimpro, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
}

.sp-specs-info-logo {
  width: 200px;
}

.sp-action-title {
  margin-right: 20px;
  font-family: 'Rightgrotesk Wide', sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 45px;
}

.sp-course-info-icon {
  width: 14px;
}

.ep-button-test-icon {
  width: 16px;
  margin-left: 15px;
}

.sp-info-course-new {
  width: 40px;
}

.title-course-img {
  width: 24px;
  margin-right: 10px;
  border: 2px none #fff;
  border-radius: 500px;
}

.sp-garantia-title {
  color: #000;
  font-size: 42px;
  line-height: 44px;
  font-weight: 700;
}

.sp-accord-icon {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  width: 40px;
  margin-top: 81px;
  margin-right: 30px;
  opacity: 1;
}

.sp-accord-icon.faq {
  margin-top: 100px;
}

.sp-info-title {
  margin-top: 0px;
  font-family: 'Rightgrotesk Wide', sans-serif;
  color: #00ff5b;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

.title-faq-quest {
  margin-top: 0px;
  padding-right: 60px;
  font-family: 'Rightgrotesk Wide', sans-serif;
  color: #fff;
  font-size: 20px;
  text-align: left;
}

.fw-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 9.114583333333332vw 7.291666666666667vw 14.0625vw;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.fw-footer.footer {
  padding-top: 2vw;
  padding-bottom: 2vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.15);
  background-color: #000;
}

.sp-counter-block {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sp-garantia-text {
  margin-top: 4px;
  color: #000;
  font-size: 16px;
  text-align: left;
}

.cv-footer-inner-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sp-course-info-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 350px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}

.block-ultra {
  position: absolute;
  left: 16px;
  top: auto;
  right: auto;
  bottom: 0%;
  display: none;
  margin-top: 0px;
  margin-bottom: 1px;
  padding: 4px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #d9d9d9;
  border-radius: 0px 12px 12px;
  background-color: #fff;
}

.sp-testm-block {
  position: relative;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sp-specs-block-logo {
  position: relative;
  margin-right: 30px;
  padding: 10px;
}

.sp-accord-info {
  overflow: hidden;
}

.sp-accord-top {
  position: relative;
  padding: 10px 30px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.sp-accord-top:hover {
  opacity: 0.7;
}

.faq-link {
  color: #ff39ff;
  font-weight: 500;
  text-decoration: underline;
}

.sp-course-info {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sp-course-info.new {
  margin-left: -23px;
}

.block-alert-course {
  position: relative;
  width: 100%;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.title-course-hd {
  position: static;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Gtwalsheimpro, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
}

.sp-info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.cv-footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.sp-header-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sp-garantia-block {
  position: relative;
  display: inline-block;
  margin-top: 70px;
  margin-bottom: 40px;
  margin-left: 50px;
  padding: 25px 40px 25px 100px;
  border: 2px solid #000;
  border-radius: 4px;
  background-color: transparent;
}

.sp-header-text {
  max-width: 390px;
  margin-right: 20px;
  font-family: 'Rightgrotesk Wide', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
}

.sp-testm-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.question-wrapper {
  margin-right: 20px;
  margin-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.sp-counter-num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 65px;
  margin-right: 5px;
  margin-left: 5px;
  padding: 14px 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #00ff5b;
  border-radius: 8px;
  background-color: transparent;
  font-family: 'Rightgrotesk Wide', sans-serif;
  color: #00ff5b;
  font-size: 26px;
  font-weight: 400;
}

.sp-counter-num.red {
  border-color: #00e5ff;
  color: #00e5ff;
}

.sp-slider-testmonials {
  height: auto;
  margin-bottom: 50px;
  background-color: transparent;
}

.sp-specs-num {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 60px;
  margin-bottom: -30px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fa9917;
  background-image: url('../images/arrow-info.svg');
  background-position: 50% 50%;
  background-size: 120px;
  -webkit-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  transform: rotate(-8deg);
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  font-weight: 800;
}

.sp-specs-num.green {
  background-color: #4ece9d;
  background-image: url('../images/arrow-info-green.svg');
}

.text-plus-aca {
  position: relative;
  margin-top: 0px;
  margin-right: 0px;
  font-family: 'Rightgrotesk Wide', sans-serif;
  color: #00ff5b;
  font-size: 80px;
  line-height: 60px;
  font-weight: 800;
  text-align: center;
}

.sp-alert-text {
  margin-left: 12px;
  font-family: Gtwalsheimpro, sans-serif;
  color: #000;
  font-size: 19px;
  line-height: 1.3;
  font-weight: 400;
  text-align: left;
}

.sp-alert-text.center-txt {
  font-size: 16px;
  text-align: center;
}

.block-courses {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-width: 340px;
  margin-right: 5px;
  margin-bottom: 32px;
  margin-left: 5px;
  padding: 92px 20px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #e0e0e6;
  border-radius: 12px;
  background-color: transparent;
}

.ep-icon-aula-assistindo {
  display: block;
  width: 15px;
  margin-left: auto;
}

.cv-footer-logo {
  width: 10vw;
}

.sp-accord-wrapper {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 96px;
  background-color: #191a1e;
  text-align: center;
}

.sp-accord-wrapper.hide {
  display: none;
}

.sp-accord-wrapper.pilares {
  border-radius: 0px;
  background-color: #000;
}

.trigger-quest {
  position: relative;
  padding: 10px 0px;
  cursor: pointer;
}

.text-pink {
  color: #ff387d;
}

.bold-text-2 {
  font-size: 50px;
}

.bold-text-2.special {
  font-size: 55px;
}

.sp-info-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 30px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sp-info-block.hack {
  max-width: 800px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.sp-video-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sp-course-title {
  font-size: 55px;
  line-height: 70px;
}

.bt-link-course {
  width: 100%;
  margin-right: 0px;
  margin-bottom: 16px;
  padding: 16px 36px 16px 18px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1.2px;
  border-color: #00ff5b;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.02);
  background-image: url('../images/arrow-right.svg');
  background-position: 94% 50%;
  background-size: 10px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Gtwalsheimpro, sans-serif;
  color: #00ff5b;
  font-size: 11px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.bt-link-course:hover {
  background-color: #00ff5b;
  color: #000;
}

.sp-flag-image {
  width: 34px;
  margin-right: -10px;
  border: 2px solid #fff;
  border-radius: 500px;
}

.sp-flag-image.special {
  width: 38px;
}

.sp-flag-image.no-margin {
  margin-right: 0px;
}

.icon-arrow-accord {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 18px;
  margin-top: 15px;
  margin-right: 20px;
  opacity: 0.4;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.sp-alert-arrow {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 32px;
  margin-bottom: -18px;
  margin-left: 20px;
}

.ep-text-less {
  display: none;
}

.sp-badges-image {
  width: 200px;
  margin-right: 5px;
  margin-left: 5px;
}

.sp-specs-span-title {
  background-color: #ffdfb5;
  color: #000;
}

.sp-offer-num {
  color: #000;
}

.text-ultra {
  color: #000;
  font-size: 10px;
  font-weight: 700;
  white-space: nowrap;
}

.sp-page-title-label {
  font-family: 'Rightgrotesk Wide', sans-serif;
  color: #fff;
  font-weight: 500;
}

.ep-hd-aula-assistindo {
  margin-left: 5px;
  color: #000;
  font-size: 16px;
}

.ep-hd-aula-assistindo.grey {
  font-family: Gtwalsheimpro, sans-serif;
  color: #00ff5b;
}

.sp-counter-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Gtwalsheimpro, sans-serif;
  color: #fff;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.sp-offer-par2 {
  width: 100%;
  max-width: 600px;
  margin: 30px auto 40px;
  font-family: Gtwalsheimpro, sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 26px;
}

.sp-block-flag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  padding: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.sp-info-image {
  width: 180px;
}

.sp-button {
  padding: 35px 120px 35px 50px;
  border-radius: 500px;
  background-color: #ff39ff;
  background-image: url('../images/arrow-right.svg'), -webkit-gradient(linear, left bottom, left top, from(#ff39ff), to(rgba(255, 57, 255, 0.8))), url('../images/arrow-right.svg');
  background-image: url('../images/arrow-right.svg'), linear-gradient(0deg, #ff39ff, rgba(255, 57, 255, 0.8)), url('../images/arrow-right.svg');
  background-position: 92% 50%, 0px 0px, 98% 100%;
  background-size: 32px, auto, 125px;
  background-repeat: no-repeat, repeat, no-repeat;
  -webkit-transition: background-position 500ms ease, background-color 400ms ease;
  transition: background-position 500ms ease, background-color 400ms ease;
  font-family: Gtwalsheimpro, sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.sp-button:hover {
  border-radius: 500px;
  background-color: #00ff5b;
  background-image: url('../images/arrow-right.svg'), -webkit-gradient(linear, right top, left top, from(#00ff5b), to(rgba(255, 56, 125, 0))), url('../images/arrow-right.svg');
  background-image: url('../images/arrow-right.svg'), linear-gradient(270deg, #00ff5b, rgba(255, 56, 125, 0)), url('../images/arrow-right.svg');
  background-position: 94% 50%, 0px 0px, 98% 100%;
  background-size: 32px, auto, 125px;
  background-repeat: no-repeat, repeat, no-repeat;
  box-shadow: none;
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.sp-button.moretext {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 25px;
  padding-right: 150px;
  padding-bottom: 25px;
  border-radius: 500px;
  background-image: url('../images/arrow-right.svg'), -webkit-gradient(linear, right top, left top, from(rgba(255, 57, 255, 0.8)), to(#ff39ff)), url('../images/arrow-right.svg');
  background-image: url('../images/arrow-right.svg'), linear-gradient(270deg, rgba(255, 57, 255, 0.8), #ff39ff), url('../images/arrow-right.svg');
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  font-family: Gtwalsheimpro, sans-serif;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0px;
}

.sp-button.moretext:hover {
  background-color: #00ff5b;
  background-image: url('../images/arrow-right.svg'), -webkit-gradient(linear, right top, left top, from(rgba(0, 255, 91, 0.8)), to(#00ff5b)), url('../images/arrow-right.svg');
  background-image: url('../images/arrow-right.svg'), linear-gradient(270deg, rgba(0, 255, 91, 0.8), #00ff5b), url('../images/arrow-right.svg');
  background-position: 94% 50%, 0px 0px, 98% 100%;
  background-size: 32px, auto, 125px;
  background-repeat: no-repeat, repeat, no-repeat;
}

.sp-course-info-text {
  margin-left: 18px;
  font-size: 17px;
  line-height: 22px;
  font-weight: 600;
  text-align: left;
}

.sp-action {
  padding-top: 30px;
  padding-bottom: 30px;
}

.cv-footer-circle {
  width: 0.15625vw;
  height: 0.15625vw;
  margin-right: 0.78125vw;
  border-radius: 100%;
  background-color: #fff;
}

.sp-video-alert {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 840px;
  margin: 10px auto 4px;
  padding: 15px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.3);
  color: #3c3c3c;
}

.sp-span-block-title {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #00e5ff;
  font-size: 62px;
  line-height: 36px;
  font-weight: 800;
  text-transform: uppercase;
}

.container-3 {
  position: relative;
  z-index: 9;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sp-alert-label {
  font-family: Upheavtt, sans-serif;
  color: #ff39ff;
  font-size: 22px;
  font-weight: 700;
}

.sp-alert-label._2 {
  font-family: Gtwalsheimpro, sans-serif;
  color: #00e5ff;
}

.sp-embed-video {
  width: 800px;
  height: 450px;
}

.wrap-plus-aca {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.block-plus-aca {
  padding: 20px;
  text-align: left;
}

.sp-info-par {
  font-family: Gtwalsheimpro, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}

.sp-faq-col {
  margin-top: 30px;
}

.ep-video-wrapper {
  padding: 0px;
}

.sp-countdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.info-wrapper-quest {
  overflow: hidden;
}

.sp-info-col {
  margin-top: 20px;
  margin-bottom: 50px;
}

.sp-sucess-message {
  padding: 40px;
  background-color: #f6f6f6;
  color: #3c3c3c;
  font-size: 18px;
  line-height: 25px;
}

.sp-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 540px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.sp-slide-cover {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 4;
  height: 30px;
  margin-bottom: -40px;
}

.sp-radio-icon {
  width: 55px;
  height: 55px;
  margin-right: 6px;
  border-radius: 500px;
}

.sp-radio-label {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-family: Gtwalsheimpro, sans-serif;
  color: #00e5ff;
  font-size: 12px;
  line-height: 22px;
  font-weight: 600;
  text-align: center;
}

.sp-radio-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sp-button-2 {
  padding: 35px 120px 35px 50px;
  border-radius: 500px;
  background-color: #6b47ed;
  background-image: url('../images/arrow-right.svg'), -webkit-gradient(linear, right top, left top, from(rgba(107, 71, 237, 0.8)), to(#6b47ed)), none;
  background-image: url('../images/arrow-right.svg'), linear-gradient(270deg, rgba(107, 71, 237, 0.8), #6b47ed), none;
  background-position: 92% 50%, 0px 0px, 98% 100%;
  background-size: 32px, auto, 125px;
  background-repeat: no-repeat, repeat, no-repeat;
  box-shadow: 0 3px 0 0 #5b1cb4;
  -webkit-transform: skew(-4deg, 0deg);
  -ms-transform: skew(-4deg, 0deg);
  transform: skew(-4deg, 0deg);
  -webkit-transition: background-position 500ms ease, background-color 400ms ease;
  transition: background-position 500ms ease, background-color 400ms ease;
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.sp-button-2:hover {
  background-color: #ff387d;
  background-image: url('../images/arrow-right.svg'), -webkit-gradient(linear, right top, left top, from(#ff387d), to(transparent)), none;
  background-image: url('../images/arrow-right.svg'), linear-gradient(270deg, #ff387d, transparent), none;
  background-position: 94% 50%, 0px 0px, 98% 100%;
  background-size: 32px, auto, 125px;
  background-repeat: no-repeat, repeat, no-repeat;
  box-shadow: 0 3px 0 0 #901c44;
}

.sp-button-2.submit {
  position: relative;
  z-index: 10;
  margin-bottom: 5px;
  padding: 24px 80px 24px 55px;
  background-color: #ff39ff;
  background-image: url('../images/arrow-right.svg'), -webkit-gradient(linear, right top, left top, from(rgba(255, 57, 255, 0.8)), to(#ff39ff)), url('../images/arrow-right.svg');
  background-image: url('../images/arrow-right.svg'), linear-gradient(270deg, rgba(255, 57, 255, 0.8), #ff39ff), url('../images/arrow-right.svg');
  box-shadow: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  font-family: Gtwalsheimpro, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.sp-button-2.submit:hover {
  background-color: #00ff5b;
  background-image: url('../images/arrow-right.svg'), -webkit-gradient(linear, right top, left top, from(rgba(0, 255, 91, 0.8)), to(#00ff5b)), url('../images/arrow-right.svg');
  background-image: url('../images/arrow-right.svg'), linear-gradient(270deg, rgba(0, 255, 91, 0.8), #00ff5b), url('../images/arrow-right.svg');
  background-position: 94% 50%, 0px 0px, 98% 100%;
  background-size: 32px, auto, 125px;
  background-repeat: no-repeat, repeat, no-repeat;
}

.sp-modal-block-text {
  margin-top: 10px;
  margin-bottom: 60px;
  font-family: 'Rightgrotesk Wide', sans-serif;
  color: #00ff5b;
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
  text-align: center;
}

.sp-slide-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sp-slide-block.margin-bottom {
  padding-bottom: 50px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.sp-arrow-back {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 2;
  display: none;
  width: 180px;
  margin-bottom: 10px;
  margin-left: 2px;
  padding: 15px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 500px;
  background-color: transparent;
  font-family: Gtwalsheimpro, sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
}

.sp-form {
  display: inline-block;
  text-align: right;
}

.sp-arrow-next {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: none;
  width: 340px;
  padding: 16px 34px 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 500px;
  background-color: #ff39ff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Gtwalsheimpro, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.sp-arrow-next:hover {
  background-color: #00e5ff;
  color: #000;
}

.sp-modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
}

.sp-popup-alert-arrow {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 20px;
  margin-bottom: -10px;
  margin-left: 20px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sp-field-form-block.shrink {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sp-modal-block-1 {
  padding: 40px 50px 50px;
  border-style: solid;
  border-width: 1px;
  border-color: #00ff5b;
  border-radius: 12px;
  background-color: #000;
}

.sp-slide-bloack {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  text-align: right;
}

.sp-field-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.sp-field-form {
  height: 55px;
  margin-bottom: 15px;
  padding: 10px 25px;
  border-style: solid;
  border-width: 1px;
  border-color: #00e5ff;
  border-radius: 500px;
  background-color: transparent;
  font-family: Gtwalsheimpro, sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.sp-field-form::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.4);
  font-size: 14px;
}

.sp-field-form:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.4);
  font-size: 14px;
}

.sp-field-form::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.4);
  font-size: 14px;
}

.sp-field-form::placeholder {
  color: hsla(0, 0%, 100%, 0.4);
  font-size: 14px;
}

.sp-field-form.ddd {
  width: 85px;
  margin-right: 10px;
  padding-right: 15px;
  padding-left: 15px;
}

.sp-field-form.cod {
  width: 85px;
  margin-right: 10px;
  padding-right: 15px;
  padding-left: 15px;
}

.sp-radio-field {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 29%;
  margin-right: 2%;
  margin-bottom: 4%;
  margin-left: 2%;
  padding: 15px 15px 42px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #00e5ff;
  border-radius: 12px;
  background-color: transparent;
}

.sp-radio-field.smaller {
  width: 20.5%;
}

.modal-cancel-icon {
  width: 24px;
  opacity: 0.4;
}

.modal-cancel-icon.small {
  opacity: 1;
}

.sp-full-slider {
  height: 100%;
}

.sp-field-label {
  margin-bottom: 6px;
  margin-left: 12px;
  color: #00e5ff;
  font-size: 12px;
  text-align: left;
}

.modal-cancel-link {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 50;
  margin-top: 10px;
  margin-right: 10px;
  padding: 20px;
}

.sp-slide-nav {
  margin-bottom: -50px;
  opacity: 1;
}

.sp-popup-alert-text {
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
}

.sp-radio-button {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 66px;
  height: 66px;
  margin-top: 10px;
  margin-left: 41px;
  border-color: #c9c9c9;
}

.sp-radio-button.w--redirected-checked {
  border-width: 1px;
  border-color: #039be5;
  box-shadow: -1px -1px 3px 0 rgba(78, 206, 157, 0.2), 1px 1px 20px 0 #039be5;
}

.sp-radio-button.smaller {
  margin-left: 18px;
}

.sp-popup-alert {
  position: absolute;
  left: 0%;
  top: -45px;
  right: auto;
  bottom: auto;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #6b47ed;
  box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.3);
  font-family: Gtwalsheimpro, sans-serif;
  color: #3c3c3c;
}

.sp-block-alert {
  width: 550px;
  padding: 50px 66px;
  border-style: solid;
  border-width: 1px;
  border-color: #00ff5b;
  border-radius: 0px;
  background-color: #000;
  text-align: center;
}

.sp-button-alert {
  width: 100%;
  padding: 20px 22px;
  border-radius: 0px;
  background-color: #00e5ff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Gtwalsheimpro, sans-serif;
  color: #000;
  font-size: 18px;
}

.sp-button-alert:hover {
  background-color: #00ff5b;
  color: #000;
}

.sp-span-alert {
  font-family: 'Rightgrotesk Wide', sans-serif;
  color: #00ff5b;
}

.sp-block-par {
  margin-bottom: 16px;
  font-family: Gtwalsheimpro, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 400;
  text-align: center;
}

.sp-link-close {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 15px;
  margin-right: 15px;
  padding: 10px;
}

.icon-cancel {
  width: 32px;
}

.sp-modal-alert {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 1;
}

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

.ep-testmonials-title2 {
  position: relative;
  z-index: 50;
  max-width: 800px;
  margin-top: 0px;
  margin-bottom: 0px;
  border-bottom: 3px solid #00ff5b;
  font-family: 'Rightgrotesk Wide', sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 1.2;
}

.ep-span-small {
  color: #00e5ff;
  font-size: 42px;
}

.ep-testm-left-arrow {
  width: 60px;
  height: 60px;
  margin-left: -15px;
  border-radius: 500px;
  background-color: #fff;
  color: #191a1e;
  font-size: 22px;
}

.ep-tesm-logo-div {
  position: relative;
}

.ep-block-title {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.ep-button-test {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #00ff5b;
  border-radius: 0px;
  background-color: transparent;
  color: #00ff5b;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}

.ep-button-test.hide {
  display: none;
}

.ep-container-video {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}

.ep-button-video-yt {
  padding: 20px 35px;
  border-radius: 0px;
  background-color: #ff39ff;
  color: #fff;
  font-size: 16px;
}

.ep-testm-title {
  margin-top: 15px;
  color: #00ff5b;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.ep-testm-right-arrow {
  width: 60px;
  height: 60px;
  margin-right: -15px;
  border-radius: 500px;
  background-color: #fff;
  color: #191a1e;
  font-size: 22px;
}

.ep-slide-img-hand {
  display: none;
}

.ep-all-videos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 150px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #00ff5b;
  border-radius: 0px;
  background-color: #191a1e;
}

.ep-video-testm-2 {
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #00ff5b;
  border-radius: 0px;
}

.ep-testmonials {
  position: relative;
  padding-top: 80px;
  padding-bottom: 50px;
  background-image: url('../images/blur_fh.svg');
  background-position: -50% 0%;
  background-size: 50vw;
  background-repeat: no-repeat;
  text-align: center;
}

.ep-testm-logo {
  position: relative;
  width: 200px;
  margin-bottom: 15px;
}

.ep-all-videos-title {
  margin-bottom: 40px;
  font-family: 'Rightgrotesk Wide', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  text-align: center;
}

.ep-slide-nav-2 {
  margin-bottom: -58px;
  opacity: 1;
}

.span-underline-blue {
  border-bottom: 2px solid #00e5ff;
}

.span-blue-txt {
  color: #00e5ff;
}

.cv-hero-flag-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cv-form-flag-img {
  width: 2vw;
  height: 2vw;
  margin-right: 7px;
  margin-left: 7px;
}

.section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.pt-hero {
  position: relative;
  background-image: url('../images/orange-pt-trans.svg');
  background-position: 50% 101%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.section.pt-sum {
  padding-top: 80px;
  background-color: #f7bd2e;
  background-image: url('../images/trans-blue-pt.svg');
  background-position: 50% 101%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.section.pt-how {
  padding-top: 80px;
  background-color: #75c8ec;
  background-image: url('../images/white-trans-pt.svg');
  background-position: 50% 101%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.section.pt-hero-obrigado {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-logo {
  display: block;
  width: 250px;
  margin-right: auto;
  margin-left: auto;
}

.pt-hero-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.pt-hero_logo-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 628px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pt-hero__hd {
  max-width: 1050px;
  margin-top: 24px;
  margin-bottom: 24px;
  font-family: 'Rightgrotesk Wide', sans-serif;
  color: #000;
  font-size: 48px;
  line-height: 120%;
  font-weight: 500;
}

.pt-hero_logo-divider {
  width: 2px;
  background-color: #75c8ec;
}

.span-red-txt {
  color: #d31b23;
}

.pt-video-alert {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 840px;
  height: 50px;
  margin: 10px auto 4px;
  padding: 15px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: #f7bd2e;
  color: #3c3c3c;
}

.pt-video-alert_img {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  max-height: 100%;
}

.pt-video-alert_img.v2 {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
}

.pt-button {
  width: 800px;
  margin-top: 32px;
  padding-top: 32px;
  padding-bottom: 32px;
  border-radius: 50vw;
  background-color: #d31b23;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  font-family: Gtwalsheimpro, sans-serif;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.pt-button:hover {
  background-color: #f7bd2e;
  color: #000;
}

.pt-sum-wrapper {
  display: -ms-grid;
  display: grid;
  max-width: 970px;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.pt-sum_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Gtwalsheimpro, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 120%;
}

.pt-sum-img {
  height: 64px;
}

.pt-sum_hd {
  margin-top: 0px;
  margin-bottom: 8px;
  font-family: 'Rightgrotesk Wide', sans-serif;
  color: #d31b23;
  font-size: 32px;
}

.pt-how-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pt-how_block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.pt-how_hd {
  font-family: 'Rightgrotesk Wide', sans-serif;
  color: #d31b23;
  font-size: 40px;
  line-height: 120%;
}

.pt-how_p {
  max-width: 591px;
  font-family: Gtwalsheimpro, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 120%;
  text-align: center;
}

.pt-how_content {
  max-width: 280px;
  font-family: 'Rightgrotesk Wide', sans-serif;
  color: #000;
  font-size: 48px;
  line-height: 120%;
}

.pt-how_benefits {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 592px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.pt-how_benefits-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Gtwalsheimpro, sans-serif;
  font-size: 20px;
  line-height: 120%;
}

.pt-how_benefits-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Rightgrotesk Wide', sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 140%;
}

.pt-how_benefits-icon {
  width: 40px;
  margin-right: 8px;
}

.pt-how_aviso-text {
  max-width: 563px;
  margin-top: 8px;
  font-family: Gtwalsheimpro, sans-serif;
  text-align: center;
}

.trigger-quest-2 {
  position: relative;
  padding: 16px 0px;
  cursor: pointer;
}

.faq__block {
  width: 80%;
}

.faq__txt-label {
  font-family: Gtwalsheimpro, sans-serif;
  color: #f7bd2e;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 20px;
}

.title-faq-quest-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 60px;
  font-family: 'Rightgrotesk Wide', sans-serif;
  color: #d31b23;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
}

.par-faq-answer-2 {
  font-family: Gtwalsheimpro, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
}

.faq__hd {
  max-width: 390px;
  margin-bottom: 16px;
  font-family: 'Rightgrotesk Wide', sans-serif;
  color: #d31b23;
}

.faq__content {
  width: 20%;
  max-width: 1060px;
}

.question-wrapper-2 {
  margin-top: 8px;
  margin-right: 20px;
  margin-left: 20px;
  padding: 16px;
  border-style: none none solid;
  border-width: 2px;
  border-color: #d31b23 #d31b23 #d31b23;
  background-color: #fff;
  color: #000;
}

.faq-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.icon-arrow-accord-2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 18px;
  margin-top: 15px;
  margin-right: 20px;
  opacity: 1;
}

.sticky-pt {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 300;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d31b23;
  font-family: Gtwalsheimpro, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 120%;
}

.pt-hero_graf-01 {
  position: absolute;
  left: -5%;
  top: 7%;
  right: auto;
  bottom: auto;
  width: 14vw;
  max-width: 220px;
}

.pt-hero_graf-02 {
  position: absolute;
  left: auto;
  top: auto;
  right: -7%;
  bottom: 15%;
  width: 14vw;
  max-width: 220px;
}

.pt-hero_graf-03 {
  position: absolute;
  left: -12%;
  top: auto;
  right: auto;
  bottom: 11%;
  width: 27vw;
  max-width: 382px;
}

.pt-hero_graf-04 {
  position: absolute;
  left: auto;
  top: 20%;
  right: -7%;
  bottom: auto;
  width: 27vw;
  max-width: 300px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.pt-how_graf-01 {
  position: absolute;
  left: -22%;
  top: -31%;
  right: auto;
  bottom: auto;
  z-index: -1;
}

.pt-popup {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(211, 27, 35, 0.57);
}

.pt-poup-block {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40vw;
  padding: 3vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 1.25vw;
  background-color: #fff;
  font-family: 'Rightgrotesk Wide', sans-serif;
}

.pt-popup_hd {
  margin-top: 0px;
  margin-bottom: 0.8333333333333334vw;
  font-size: 1.4vw;
  line-height: 1.4;
  font-weight: 500;
}

.t-form-block {
  width: 100%;
  margin-bottom: 0.8333333333333334vw;
}

.t-field-form {
  overflow: visible;
  height: 3.125vw;
  margin-bottom: 0.8333333333333334vw;
  padding: 0.4166666666666667vw 0.625vw 0.4166666666666667vw 2.5vw;
  border: 1px none #000;
  border-radius: 50vw;
  background-color: #f3f3f3;
  background-image: url('../images/user-purple.svg');
  background-position: 0.8333333333333334vw 50%;
  background-size: 1.25vw;
  background-repeat: no-repeat;
  font-size: 0.8333333333333334vw;
  line-height: 1.2;
}

.t-field-form::-webkit-input-placeholder {
  font-size: 0.8333333333333334vw;
  line-height: 1.2;
  font-weight: 400;
}

.t-field-form:-ms-input-placeholder {
  font-size: 0.8333333333333334vw;
  line-height: 1.2;
  font-weight: 400;
}

.t-field-form::-ms-input-placeholder {
  font-size: 0.8333333333333334vw;
  line-height: 1.2;
  font-weight: 400;
}

.t-field-form::placeholder {
  font-size: 0.8333333333333334vw;
  line-height: 1.2;
  font-weight: 400;
}

.t-field-form.email {
  background-image: url('../images/mail-purple.svg');
}

.t-field-form.phone {
  background-image: url('../images/smartphone-purple.svg');
}

.tc-submmit-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 3.125vw;
  padding: 0.8333333333333334vw 0.78125vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50vw;
  font-size: 0.8333333333333334vw;
  line-height: 1;
  text-align: center;
}

.tc-submmit-button.espanhol {
  height: 3.125vw;
  background-color: #d31b23;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Gtwalsheimpro, sans-serif;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}

.tc-submmit-button.espanhol:hover {
  background-color: #f7bd30;
  color: #000;
}

.close-popup-pt {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3.3333333333333335vw;
  height: 3.3333333333333335vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.close-popup-pt.hidden {
  display: none;
}

.close-popup_icon-pt {
  width: 1.0416666666666667vw;
}

.pt-hero-obg_txt {
  max-width: 800px;
  font-family: Gtwalsheimpro, sans-serif;
  font-size: 20px;
  line-height: 150%;
}

.footer_text {
  font-family: Gtwalsheimpro, sans-serif;
  color: hsla(0, 0%, 100%, 0.58);
  font-size: 0.7291666666666666vw;
}

.hide {
  display: none;
}

.sp-modal-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.sp-model-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 24%;
  margin: 5px;
  padding: 20px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #00e5ff;
  border-radius: 12px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Gtwalsheimpro, sans-serif;
  color: #00e5ff;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.sp-model-block:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.sp-model-block.bigger {
  position: relative;
  min-width: 30%;
}

.sp-modal-flag {
  width: 68px;
  max-width: none;
  margin-bottom: 5px;
  padding: 3px;
  border-style: solid;
  border-width: 1px;
  border-color: #dedede;
  border-radius: 500px;
}

.sp-modal-block-3 {
  padding: 40px 50px 50px;
  border-style: solid;
  border-width: 1px;
  border-color: #00ff5b;
  border-radius: 12px;
  background-color: #000;
}

.success-message {
  border: 1px solid #f7bd2e;
  background-color: transparent;
}

.text-block {
  font-size: 1.2vw;
  line-height: 1.5;
}

.sp-modal-with-form {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
}

.page-padding {
  padding-right: 7.8125vw;
  padding-left: 7.8125vw;
}

.fex-hero_logo {
  width: 100%;
  max-width: 10.46875vw;
}

.text-color-sky-blue {
  color: #75c9ed;
}

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

.fex_heading1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Gtwalsheimpro, sans-serif;
  font-size: 3.854166666666667vw;
  line-height: 1.1486486486486487;
  font-style: normal;
  font-weight: 700;
}

.fex_paragraph {
  margin-bottom: 0px;
  font-family: Gtwalsheimpro, sans-serif;
  font-size: 0.9375vw;
  line-height: 1.6666666666666667;
  font-weight: 400;
}

.fex_paragraph.is-font-size-small {
  font-size: 0.8333333333333334vw;
  line-height: 1.5625;
}

.margin-bottom-medium {
  margin-bottom: 1.6666666666666667vw;
}

.margin-bottom-medium.is-margin-bottom-quarter-smaller {
  margin-bottom: 1.25vw;
}

.margin-bottom-medium.is-margin-bottom-quarter-larger {
  margin-bottom: 2.083333333333333vw;
}

.max-medium {
  max-width: 65rem;
}

.layout-vertical_center-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-fex-hero {
  position: relative;
  padding-top: 5.833333333333333vw;
  padding-bottom: 11.666666666666666vw;
  background-color: #f4f4f4;
  background-image: url('../images/fex-hero-background.svg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.text-color-white {
  color: #fff;
}

.fex_image-2 {
  width: 100%;
  max-width: 30.260416666666668vw;
}

.fex_image-2.is-hide-desktop {
  display: none;
}

.fex-hero_icon {
  width: 100%;
  max-width: 2.4479166666666665vw;
}

.fex-hero_illustration {
  position: absolute;
  left: auto;
  top: auto;
  right: 5vw;
  bottom: -2.5vw;
  width: 100%;
  max-width: 23.333333333333332vw;
}

.fex-hero_illustration.is-hide-desktop {
  display: none;
}

.section-fex-video {
  padding-top: 0.8333333333333334vw;
  padding-bottom: 7.8125vw;
  background-color: #f4f4f4;
  background-image: url('../images/fex-video-bg.svg');
  background-position: 50% 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.fex-video_max {
  width: 100%;
  max-width: 67.33333333333333vw;
  margin-right: auto;
  margin-left: auto;
}

.full-width {
  width: 100%;
}

.layout-horizontal_top-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.fex-video_icon {
  margin-top: auto;
  margin-bottom: 0.20833333333333334vw;
  margin-left: 0.5208333333333333vw;
}

.fex-video_grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.fex-video_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0.8333333333333334vw 1.5625vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 500px;
  background-color: #fff;
  text-decoration: none;
}

.fex-video_block.is-active {
  background-color: #6b47ed;
}

.fex-video_flag {
  display: block;
  width: 1.5625vw;
  max-width: none;
}

.margin-bottom-small {
  margin-bottom: 0.8333333333333334vw;
}

.margin-bottom-small.is-margin-bottom-half-larger {
  margin-bottom: 1.25vw;
}

.fex-video_video {
  width: 100%;
  height: 37.864583333333336vw;
  margin-right: auto;
  margin-left: auto;
}

.section-fex-assistiu {
  padding-top: 7.8125vw;
  background-color: #f4f4f4;
}

.fex-video_icon-wrapper {
  position: relative;
  margin-right: 0.8333333333333334vw;
}

.fex-video_icon-border {
  position: absolute;
  left: -3%;
  top: -2%;
  right: 0%;
  bottom: 0%;
  width: 1.6vw;
  height: 1.6vw;
  border-style: solid;
  border-width: 0.2vw;
  border-color: #fff;
  border-radius: 100%;
  opacity: 0;
}

.fex-video_icon-border.is-active {
  opacity: 1;
}

.footer_image-logo-parceiro.is-unhcr {
  width: 100%;
  max-width: 4.895833333333333vw;
}

.footer_image-logo-parceiro.is-scale {
  max-width: 4.583333333333333vw;
}

.footer_image-logo-parceiro.is-cambly {
  max-width: 5.364583333333333vw;
}

.footer {
  position: relative;
  z-index: 5;
  padding-top: 1.9791666666666665vw;
  padding-bottom: 1.9791666666666665vw;
  background-color: #212121;
}

.footer_link {
  opacity: 1;
  color: #fff;
  font-size: 0.625vw;
  line-height: 1.25vw;
  letter-spacing: -0.015em;
  text-decoration: none;
}

.footer_link:hover {
  opacity: 0.6;
}

.footer_link.is-mobile-margin-top-medium.is-hover-not:hover {
  opacity: 1;
}

.footer_logo {
  width: 100%;
  max-width: 6.25vw;
  margin-right: 1.3541666666666667vw;
}

.footer_grid-links {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 14px;
  grid-row-gap: 0px;
  -ms-grid-columns: auto auto auto auto auto auto;
  grid-template-columns: auto auto auto auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer_line {
  width: 1px;
  height: 1.25vw;
  background-color: rgba(255, 255, 255, 0.5);
}

.footer_grid-parceiros {
  margin-left: 1.3541666666666667vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 18px;
  grid-row-gap: 0px;
  -ms-grid-columns: auto auto auto auto auto;
  grid-template-columns: auto auto auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.page_padding {
  padding-right: 9.635vw;
  padding-left: 7.291666666666667vw;
}

.page_padding.is-padding-equal {
  padding-right: 5.2vw;
}

.footer_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer_grid {
  grid-column-gap: 0px;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.fex_heading2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Gtwalsheimpro, sans-serif;
  font-size: 3.854166666666667vw;
  line-height: 1.0675675675675675;
}

.text-color-slate-blue {
  color: #6b47ed;
}

.text-color-black {
  color: #000;
}

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

.margin-bottom-large {
  margin-bottom: 3.3333333333333335vw;
}

.margin-bottom-large.is-margin-bottom-half-large {
  margin-bottom: 5vw;
}

.fex-aula_wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-bottom: 3.177083333333333vw;
  padding: 1.7187500000000002vw 4.416666666666667vw 3.229166666666667vw 4.322916666666667vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1.25vw;
  background-color: #6b47ed;
  background-image: url('../images/mask-recorte.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fex-aula_icon-passo {
  width: 100%;
  max-width: 2.1875vw;
  margin-top: 0.8333333333333334vw;
  margin-right: 2.9166666666666665vw;
}

.layout-vertical-left-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.fex-aula_title-1 {
  width: 100%;
  max-width: 12.968750000000002vw;
}

.button {
  padding: 1.0416666666666665vw 3.75vw 1.0416666666666665vw 1.5625vw;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 500px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Gtwalsheimpro, sans-serif;
  font-size: 0.9375vw;
  line-height: 1.1111111111111112;
}

.button:active {
  -webkit-transform: translate(0px, 0.1vw);
  -ms-transform: translate(0px, 0.1vw);
  transform: translate(0px, 0.1vw);
}

.button.is-green {
  border-width: 0px;
  background-color: #89ffc1;
  background-image: url('../images/Vector.svg');
  background-position: 93% 50%;
  background-size: 1.25vw;
  background-repeat: no-repeat;
  color: #000;
}

.button.is-green:hover {
  background-color: #6b47ed;
  background-image: url('../images/Vector-1.svg');
  color: #fff;
}

.button.is-section-historias {
  background-image: url('../images/Line-1-Stroke.svg');
  background-position: 90% 50%;
  background-size: 0.4vw;
  background-repeat: no-repeat;
}

.button.is-section-historias:hover {
  background-color: #fff;
  background-image: url('../images/Vector-7.svg');
  color: #6b47ed;
}

.button.is-section-assistiu-1 {
  background-image: url('../images/Vector-9.svg');
  background-position: 90% 50%;
  background-size: 0.65vw;
  background-repeat: no-repeat;
}

.button.is-section-assistiu-1:hover {
  background-color: #fff;
  background-image: url('../images/Vector-8.svg');
  color: #6b47ed;
}

.button.is-black {
  border-color: #000;
  background-image: url('../images/Vector-12.svg');
  background-position: 90% 50%;
  background-size: 0.7291666666666666vw;
  background-repeat: no-repeat;
  color: #000;
}

.button.is-black.is-open {
  background-image: url('../images/Vector-21.svg');
}

.button.is-black.is-open:hover {
  border-color: #6b47ed;
  background-color: #6b47ed;
  background-image: url('../images/Vector-22.svg');
  color: #fff;
}

.button.is-black.is-open:active {
  -webkit-transform: translate(0px, 0.2vw);
  -ms-transform: translate(0px, 0.2vw);
  transform: translate(0px, 0.2vw);
}

.button.is-finalizei-exercicio {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 3.28125vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-color: #000;
  color: #000;
  text-decoration: none;
}

.margin-bottom-xsmall {
  margin-bottom: 0.5rem;
}

.margin-bottom-xsmall.is-margin-bottom-quarter-larger {
  margin-bottom: 0.625rem;
}

.section-fex-bottom-logo {
  padding-top: 10.833333333333334vw;
  padding-bottom: 6.25vw;
  background-image: url('../images/bg-recortes.svg');
  background-position: 50% 0%;
  background-size: cover;
}

.fex-logo_bottom {
  width: 100%;
  max-width: 36.25vw;
}

.fex-logo_bottom.is-hide-desktop {
  display: none;
}

.section-fex-memhack {
  position: relative;
  padding-top: 12.7vw;
  padding-bottom: 10.55vw;
}

.fex_grid {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  -ms-grid-columns: 0.42fr 0.56fr;
  grid-template-columns: 0.42fr 0.56fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.fex-memhack_logo {
  max-width: 14.37vw;
}

.fex-memhack_title {
  max-width: 27.447916666666668vw;
}

.fex-memhack_title.is-hide-desktop {
  display: none;
}

.fex-memhack_max-small {
  max-width: 24vw;
}

.relative {
  position: relative;
}

.fex-memhack_illustration {
  position: absolute;
  left: 7.864583333333333vw;
  top: auto;
  right: auto;
  bottom: -13.645833333333332vw;
  width: 100%;
  max-width: 44.53125vw;
}

.fex-memhack_illustration.is-hide-desktop {
  display: none;
}

.fex-memhack_video {
  z-index: 1;
}

.fex-memhack_tape {
  position: absolute;
  left: 6.979166666666667vw;
  top: -2.604166666666667vw;
  right: auto;
  bottom: auto;
  width: 100%;
  max-width: 6.041666666666667vw;
}

.section-fex-experiencia {
  position: relative;
  padding-top: 10.46875vw;
  padding-bottom: 12.395833333333334vw;
  background-color: #f4f4f4;
  background-image: url('../images/bg_5.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fex-experience_title {
  width: 100%;
  max-width: 23.697916666666664vw;
}

.fex-experience_title.is-hide-desktop {
  display: none;
}

.fex-experience_max {
  max-width: 19.583333333333332vw;
}

.fex-experience_gavin {
  position: absolute;
  left: 7.968749999999999vw;
  top: -5.625vw;
  right: auto;
  bottom: auto;
  width: 100%;
  max-width: 11.25vw;
}

.section-fex-aprender {
  padding-top: 7.604166666666666vw;
  padding-bottom: 11.145833333333334vw;
}

.fex-aprender_title {
  width: 100%;
  max-width: 31.406250000000004vw;
}

.fex-aprender_title.is-hide-desktop {
  display: none;
}

.fex-aprender_max {
  max-width: 19.583333333333332vw;
}

.fex-aprender_icon {
  width: 100%;
  max-width: 5.416666666666667vw;
}

.section-fex-historias {
  padding-top: 24.895833333333332vw;
  padding-bottom: 14.0625vw;
  background-color: #f4f4f4;
  background-image: url('../images/bg.svg');
  background-position: 50% 0%;
  background-size: cover;
}

.fex-historias_title {
  width: 100%;
  max-width: 21.822916666666668vw;
}

.fex-historias_title.is-hide-desktop {
  display: none;
}

.fex-historias_max {
  max-width: 22.291666666666668vw;
}

.fex-assistiu_gavin-head {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 100%;
  max-width: 9.375vw;
}

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

.fex-assistiu_scribble {
  position: absolute;
  left: -4vw;
  top: -3.5vw;
  right: auto;
  bottom: auto;
  max-width: 12.1875vw;
}

.fex-aula_wrapper-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-bottom: 3.177083333333333vw;
  padding: 2.9166666666666665vw 4.416666666666667rem 2.9166666666666665rem 4.416666666666667vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 1.25vw;
  background-color: #fff;
  background-image: url('../images/bg_1.svg');
  background-position: 50% 0%;
  background-size: 100%;
}

.fex-aula_title-2 {
  width: 100%;
  max-width: 12.968750000000002vw;
}

.fex-assistiu_max-small {
  max-width: 13.489583333333332vw;
}

.fex-assistiu_passo-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 100%;
  max-width: 20vw;
}

.fex-assistiu_passo-2.is-hide-desktop {
  display: none;
}

.fex-assistiu_max-medium {
  width: 41.04vw;
  max-width: 41.041666666666664vw;
}

.text-size-xsmall {
  font-size: 0.8333333333333334vw;
}

.text-color-dim-grey {
  color: #6a6a6a;
}

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

.fex-embed_anchor {
  overflow: hidden;
  width: 100%;
  height: 8vw;
  margin-bottom: 2.7083333333333335vw;
  border-radius: 0.7291666666666666vw;
}

.fex-embed_anchor.is-mobile {
  display: none;
}

.layout-horizontal_top-space-between {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.fex-assistiu_open {
  position: relative;
  overflow: hidden;
}

.fex-assistiu_overlay {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 6.5625vw;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0));
}

.fex-aula_wrapper-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-bottom: 3.177083333333333vw;
  padding: 2.65625vw 4.479166666666667vw 2.96875vw 4.416666666666667vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 1.25vw;
  background-color: #fff;
  background-image: url('../images/bg_2.svg');
  background-position: 50% 0%;
  background-size: 100%;
}

.fex-assistiu_passo-3 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 100%;
  max-width: 15vw;
}

.fex-slider_wrapper {
  position: relative;
}

.fex-slider_background-image {
  position: absolute;
  left: -5.052083333333333vw;
  top: -3.4375000000000004vw;
  right: auto;
  bottom: auto;
  max-width: 10.885416666666666vw;
}

.fex-slider_component {
  height: 100%;
}

.fex-slider_component.is-full-width {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  overflow: hidden;
  width: 100vw;
  height: 50vw;
  background-color: transparent;
}

.fex-slider_arrow {
  left: 0%;
  top: auto;
  right: auto;
  bottom: -4.84375vw;
  width: 2.604166666666667vw;
  height: 2.604166666666667vw;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 100%;
  background-image: url('../images/Vector-15.svg');
  background-position: 49% 50%;
  background-size: 0.3645833333333333vw;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.fex-slider_arrow:hover {
  background-color: #fff;
  background-image: url('../images/Vector-16.svg');
}

.fex-slider_arrow.is-right-arrow {
  left: 4.6875vw;
  background-image: url('../images/Vector-14.svg');
}

.fex-slider_arrow.is-right-arrow:hover {
  background-image: url('../images/Vector-7.svg');
}

.fex-slider_arrow.is-right-arrow.is-black {
  background-image: url('../images/Vector-19.svg');
}

.fex-slider_arrow.is-right-arrow.is-black:hover {
  background-image: url('../images/Vector-14.svg');
}

.fex-slider_arrow.is-black {
  bottom: 0vw;
  border-color: #000;
  background-image: url('../images/Vector-18.svg');
}

.fex-slider_arrow.is-black:hover {
  border-color: #6b47ed;
  background-color: #6b47ed;
  background-image: url('../images/Vector-15.svg');
}

.fex-slider_arrow.is-section-experience {
  bottom: -11vw;
}

.fex-slider_nav {
  position: absolute;
  bottom: -4.84375vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 2.604166666666667vw;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.fex-slider_nav.is-section-historia {
  padding-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fex-slider_nav.is-section-aprender {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  overflow: hidden;
  width: 47.7vw;
}

.fex-slider_nav.is-section-experience {
  right: -3.5vw;
  bottom: -11vw;
}

.fex-aprender_image {
  width: 100%;
  height: 44.947916666666664vw;
  max-width: 47.708333333333336vw;
}

.fex-aprender_image.is-hide-desktop {
  display: none;
}

.fex-experiencia_monitor-image {
  width: 41.302083333333336vw;
  height: 33.33333333333333vw;
  margin-right: auto;
  margin-left: auto;
}

.fex-experiencia_monitor-image.is-hide-desktop {
  display: none;
}

.fex-experience_slider {
  position: absolute;
  left: 0%;
  top: 3.28125vw;
  right: 0%;
  bottom: 0%;
  width: 34.583333333333336vw;
  height: 18.177083333333332vw;
  margin-right: auto;
  margin-left: auto;
}

.fex-experience_wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.fex-experience_image {
  width: 100%;
  height: 27vw;
  -webkit-transform: translate(0px, 0vw);
  -ms-transform: translate(0px, 0vw);
  transform: translate(0px, 0vw);
  -webkit-transition: all 2000ms linear;
  transition: all 2000ms linear;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.fex-experience_image:hover {
  -webkit-transform: translate(0px, -8.5vw);
  -ms-transform: translate(0px, -8.5vw);
  transform: translate(0px, -8.5vw);
}

.footer_container {
  width: 100%;
  max-width: 90.72916666666667vw;
  margin-right: auto;
  margin-left: auto;
}

.fex-aprender_wrapper {
  position: relative;
  height: 50vw;
}

.mask {
  overflow: visible;
  height: 44.947916666666664vw;
  max-width: 47.708333333333336vw;
}

.fex-slider_slide {
  height: 44.947916666666664vw;
  margin-right: 2.604166666666667vw;
}

.fex-hero_max {
  max-width: 56vw;
  margin-right: auto;
  margin-left: auto;
}

.fex-video_margin-bottom {
  width: 100%;
  margin-bottom: 1.25vw;
}

.fex-video_margin-bottom.is-margin-bottom-half-larger {
  margin-bottom: 1.25vw;
}

.fex-assistiu_mobile-paragraph {
  display: none;
  margin-bottom: 0px;
  font-family: Gtwalsheimpro, sans-serif;
  font-size: 1.0416666666666665vw;
  line-height: 1.1;
  font-weight: 400;
}

.fex-assistiu_mobile-paragraph.is-font-size-small {
  font-size: 0.9375vw;
  line-height: 1.6666666666666667;
}

.fex-memhack_margin-bottom {
  margin-bottom: 2.083333333333333vw;
}

.fex-memhack_margin-bottom.is-margin-bottom-quarter-smaller {
  margin-bottom: 1.25vw;
}

.fex-memhack_margin-bottom.is-margin-bottom-quarter-larger {
  margin-bottom: 2.083333333333333vw;
}

.fex-memhack_video-wrapper {
  position: relative;
}

.fex-assistiu_passo-2-paragraph {
  display: none;
}

.fex-assistiu_paragraph {
  margin-bottom: 0px;
  font-family: Gtwalsheimpro, sans-serif;
  color: #000;
  font-size: 0.937vw;
  line-height: 1.6666666666666667;
  font-weight: 400;
}

.fex-assistiu_paragraph.is-font-size-small {
  font-size: 0.9375vw;
  line-height: 1.6666666666666667;
}

.finalizei-image {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 0.7291666666666666vw;
  margin: auto 1.5625vw auto 1.8229166666666667vw;
}

.finalizei-image.is-white {
  opacity: 0;
}

.paragraph {
  margin-bottom: 0px;
}

.fex-richt-text {
  font-family: Gtwalsheimpro, sans-serif;
}

.fex-richt-text em {
  color: #6a6a6a;
  font-size: 0.8333vw;
  line-height: 1.6666;
}

.fex-richt-text p {
  margin-bottom: 0px;
  font-size: 0.9375vw;
  line-height: 1.6666666666666667;
}

.fex-rich-text-violet {
  color: #6b47ed;
  font-weight: 700;
}

.fex_paragraph-active {
  margin-bottom: 0px;
  font-family: Gtwalsheimpro, sans-serif;
  font-size: 1.0416666666666665vw;
  line-height: 1.1;
  font-weight: 400;
}

.fex_paragraph-active.is-font-size-small {
  font-size: 0.9375vw;
  line-height: 1.6666666666666667;
}

.fex_paragraph-active.is-font-size-small.is-mobile-font-size-xsmall {
  color: #fff;
}

.fex-video_icon-border-active {
  position: absolute;
  left: -3%;
  top: -2%;
  right: 0%;
  bottom: 0%;
  width: 1.6vw;
  height: 1.6vw;
  border-style: solid;
  border-width: 0.2vw;
  border-color: #fff;
  border-radius: 100%;
}

.fex-video_icon-border-active.is-active {
  opacity: 1;
}

.popup_component {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 4;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
}

.popup_wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 43.4375vw;
  height: 24.114583333333332vw;
  padding-right: 3.0208333333333335vw;
  padding-left: 18.4375vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1.25vw;
  background-color: #75c9ed;
  background-image: url('../images/Mask-Group_2.svg');
  background-position: 15% 50%;
  background-size: auto 105%;
  background-repeat: no-repeat;
}

.popup_gavin-head {
  position: absolute;
  left: -8.958333333333334vw;
  top: 0%;
  right: auto;
  bottom: 0%;
  max-width: 17.864583333333332vw;
  margin-top: auto;
  margin-bottom: auto;
}

.popup_link-close {
  position: absolute;
  left: auto;
  top: 1.3020833333333335vw;
  right: 1.0416666666666665vw;
  bottom: auto;
  opacity: 1;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.popup_link-close:hover {
  opacity: 0.6;
}

.popup_close-icon {
  max-width: 0.7291666666666666vw;
}

.popup_close-icon.hide-desktop {
  display: none;
}

.text-size-large {
  margin-bottom: 0px;
  font-family: Gtwalsheimpro, sans-serif;
  color: #1f1f1f;
  font-size: 1.3020833333333335vw;
  line-height: 1.64;
}

.popup_image-tape {
  position: absolute;
  left: auto;
  top: auto;
  right: -4.21875vw;
  bottom: -1.40625vw;
  width: 100%;
  max-width: 9.947916666666666vw;
}

.slide {
  padding-bottom: 0px;
}

.video {
  height: 100%;
}

.load_wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #6b46ed;
}

@media screen and (min-width: 1440px) {
  .fex_paragraph.is-font-size-small {
    font-size: 1.125rem;
    line-height: 1.25rem;
  }

  .fex-video_block {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }

  .fex-embed_anchor {
    height: 6.8vw;
  }

  .fex-assistiu_mobile-paragraph.is-font-size-small {
    font-size: 1.125rem;
    line-height: 1.25rem;
  }

  .fex-assistiu_paragraph.is-font-size-small {
    font-size: 1.125rem;
    line-height: 1.25rem;
  }

  .fex_paragraph-active.is-font-size-small {
    font-size: 1.125rem;
    line-height: 1.25rem;
  }
}

@media screen and (min-width: 1920px) {
  .fex-embed_anchor {
    height: 9vw;
  }
}

@media screen and (max-width: 991px) {
  .sp-action-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .block-info-content-aca {
    margin-top: 12px;
    margin-left: 0px;
  }

  .wrap-courses {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .par-faq-answer {
    font-size: 14px;
    line-height: 26px;
  }

  .title-faq-quest {
    font-size: 18px;
    line-height: 28px;
  }

  .title-course-hd {
    font-size: 23px;
  }

  .sp-testm-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .text-plus-aca {
    font-size: 120px;
  }

  .sp-alert-text {
    font-size: 18px;
    line-height: 26px;
  }

  .block-courses {
    max-width: 400px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
  }

  .sp-info-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sp-video-block {
    max-width: 620px;
  }

  .sp-info-image {
    width: 90px;
  }

  .sp-button.moretext {
    font-size: 26px;
  }

  .sp-video-alert {
    width: 620px;
  }

  .sp-alert-label {
    font-size: 18px;
  }

  .sp-embed-video {
    width: 620px;
    height: 350px;
    margin-right: auto;
    margin-left: auto;
  }

  .ep-testmonials-title2 {
    font-size: 60px;
    line-height: 1em;
  }

  .ep-testm-title {
    font-size: 12px;
  }

  .ep-all-videos {
    margin-top: 60px;
  }

  .ep-testmonials {
    padding: 40px 20px 80px;
  }

  .pt-hero__hd {
    font-size: 40px;
  }

  .pt-video-alert {
    width: 620px;
    padding-right: 27px;
    padding-left: 27px;
    background-position: 100% 50%;
    background-size: contain;
  }

  .pt-video-alert_img {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    height: 100%;
  }

  .pt-button {
    width: 100%;
    max-width: 620px;
    margin-top: 16px;
  }

  .pt-sum_hd {
    font-size: 28px;
  }

  .pt-how_hd {
    font-size: 32px;
  }

  .faq__block {
    width: 100%;
  }

  .title-faq-quest-2 {
    font-size: 18px;
    line-height: 28px;
  }

  .par-faq-answer-2 {
    font-size: 14px;
    line-height: 26px;
  }

  .faq__hd {
    max-width: 80%;
  }

  .faq__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .faq-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sticky-pt {
    font-size: 16px;
  }

  .pt-how_graf-01 {
    left: -11%;
    top: -14%;
    max-width: 50%;
  }

  .text-block {
    line-height: 1.4;
  }
}

@media screen and (max-width: 767px) {
  .sp-hero {
    background-position: 50% 100%, 0% 0%;
  }

  .sp-counter-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .sp-offer-title {
    margin-right: 30px;
    margin-left: 30px;
    font-size: 14px;
  }

  .sp-action-title {
    text-align: center;
  }

  .sp-testm-block {
    width: 100%;
  }

  .sp-header-text {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .sp-testm-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sp-testm-wrapper.mobile-off {
    display: none;
  }

  .sp-alert-text {
    font-size: 15px;
  }

  .ep-icon-aula-assistindo {
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }

  .sp-video-block {
    max-width: 460px;
  }

  .ep-hd-aula-assistindo {
    color: #fff;
  }

  .sp-offer-par2 {
    font-size: 16px;
  }

  .sp-button.moretext {
    font-size: 24px;
  }

  .sp-video-alert {
    width: 460px;
  }

  .sp-embed-video {
    width: 460px;
    height: 270px;
  }

  .ep-testmonials-title2 {
    font-size: 50px;
  }

  .ep-span-small {
    font-size: 22px;
    line-height: 30px;
  }

  .ep-button-video-yt {
    font-size: 14px;
  }

  .ep-all-videos {
    margin-top: 100px;
    padding: 32px;
  }

  .ep-all-videos-title {
    font-size: 32px;
    line-height: 40px;
  }

  .section.pt-hero {
    padding-top: 88px;
  }

  .section.pt-sum {
    padding-top: 64px;
    padding-bottom: 80px;
  }

  .section.pt-how {
    padding-top: 64px;
  }

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

  .section.pt-hero-obrigado {
    padding-top: 88px;
  }

  .pt-hero_logo-block {
    max-width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .pt-hero__hd {
    font-size: 32px;
  }

  .pt-hero_logo-img {
    width: 200px;
  }

  .pt-hero_logo-divider {
    margin-right: 8px;
    margin-left: 8px;
  }

  .pt-video-alert {
    width: 460px;
  }

  .pt-button {
    max-width: 460px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
  }

  .pt-how_content {
    font-size: 32px;
  }

  .faq__hd {
    text-align: center;
  }

  .sticky-pt {
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }

  .page-padding {
    padding-right: 5.333333333333334vw;
    padding-left: 5.333333333333334vw;
  }

  .fex-hero_logo {
    max-width: 53.6vw;
  }

  .container-large {
    max-width: 100vw;
  }

  .fex_heading1 {
    font-size: 8.799999999999999vw;
    line-height: 1.1515151515151516;
  }

  .fex_paragraph {
    font-size: 4.266666666666667vw;
    line-height: 1.4375;
  }

  .fex_paragraph.is-font-size-small {
    font-size: 4.266666666666667vw;
    line-height: 1.5625;
  }

  .fex_paragraph.is-font-size-small.text-color-white.is-hide-desktop {
    display: none;
  }

  .fex_paragraph.is-font-size-small.is-mobile-font-size-xsmall {
    font-size: 3.733333333333334vw;
    line-height: 1.1428571428571428;
  }

  .margin-bottom-medium {
    margin-bottom: 8.533333333333333vw;
  }

  .margin-bottom-medium.is-margin-bottom-quarter-smaller {
    margin-bottom: 6.4vw;
  }

  .margin-bottom-medium.is-mobile-margin-bottom-half-larger {
    margin-bottom: 12.8vw;
  }

  .margin-bottom-medium.is-mobile-margin-bottom-half-smaller {
    margin-bottom: 4.266666666666667vw;
  }

  .section-fex-hero {
    padding-top: 20.533333333333335vw;
    padding-bottom: 14.933333333333335vw;
    background-image: url('../images/Vector_1.svg');
    background-position: 50% 100%;
    background-size: cover;
  }

  .fex_image-2 {
    max-width: 97.6vw;
  }

  .fex_image-2.is-hide-mobile {
    display: none;
  }

  .fex_image-2.is-hide-desktop {
    display: inline-block;
  }

  .fex-hero_icon {
    max-width: 12.533333333333333vw;
  }

  .fex-hero_illustration {
    right: 0vw;
    bottom: -54.4vw;
    max-width: 80vw;
  }

  .fex-hero_illustration.is-hide-mobile {
    display: none;
  }

  .fex-hero_illustration.is-hide-desktop {
    display: block;
  }

  .section-fex-video {
    padding-top: 40.266666666666666vw;
    padding-bottom: 21.6vw;
    background-image: url('../images/Mask-Group_1.svg');
    background-size: 100%;
  }

  .fex-video_max {
    max-width: 100vw;
  }

  .layout-horizontal_top-left.z-1 {
    margin-right: auto;
    margin-left: 6.666666666666667vw;
  }

  .fex-video_icon {
    width: 3vw;
    margin-bottom: 0.75vw;
    margin-left: 2.666666666666667vw;
  }

  .fex-video_grid {
    overflow: auto;
    width: 100vw;
    margin-left: -5.333333333333334vw;
    padding-right: 5.333333333333334vw;
    padding-left: 5.333333333333334vw;
  }

  .fex-video_block {
    padding: 2.666666666666667vw 8vw;
  }

  .fex-video_flag {
    width: 8vw;
  }

  .fex-video_video {
    width: 100vw;
    height: 57.86666666666667vw;
    margin-left: -5.333333333333334vw;
    background-color: #fff;
  }

  .section-fex-assistiu {
    padding-top: 16.8vw;
  }

  .fex-video_icon-wrapper {
    margin-right: 2.933333333333333vw;
  }

  .fex-video_icon-border {
    left: -3%;
    top: -2%;
    width: 8.5vw;
    height: 8.5vw;
    border-width: 0.8vw;
  }

  .page_padding {
    padding-right: 20px;
    padding-left: 20px;
  }

  .fex_heading2 {
    font-size: 10.666666666666668vw;
    line-height: 1.075;
  }

  .fex-aula_wrapper {
    margin-bottom: 6.133333333333333vw;
    padding-top: 8.799999999999999vw;
    padding-right: 8vw;
    padding-left: 8vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 6.4vw;
  }

  .fex-aula_wrapper.is-passo-1 {
    padding-bottom: 35.199999999999996vw;
    background-image: url('../images/Group-1328.png');
  }

  .fex-aula_icon-passo {
    max-width: 8.799999999999999vw;
    margin-top: 0vw;
    margin-right: 6.133333333333333vw;
  }

  .fex-aula_icon-passo.is-passo-3 {
    max-width: 13.333333333333334vw;
    margin-top: 1vw;
  }

  .fex-aula_title-1 {
    max-width: 40vw;
  }

  .button {
    padding: 4.266666666666667vw 17.066666666666666vw 4.266666666666667vw 6.4vw;
    font-size: 4.8vw;
    line-height: 1.1111111111111112;
  }

  .button.is-green {
    background-size: 4.8vw;
    font-size: 3.733333333333334vw;
    line-height: 1.1428571428571428;
  }

  .button.is-section-historias {
    display: none;
  }

  .button.is-section-assistiu-1 {
    max-width: 72.53333333333333vw;
    margin-right: auto;
    margin-left: auto;
    background-size: 2.933333333333333vw;
  }

  .button.is-black {
    width: 70.39999999999999vw;
  }

  .button.is-black.is-open {
    background-size: 3.733333333333334vw;
  }

  .button.is-finalizei-exercicio {
    width: 71.2vw;
    height: 13.600000000000001vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-image: none;
  }

  .section-fex-bottom-logo {
    padding-top: 54.400000000000006vw;
    padding-bottom: 28.53333333333333vw;
    background-image: url('../images/bg-recortes_1.svg');
  }

  .fex-logo_bottom.is-hide-mobile {
    display: none;
  }

  .fex-logo_bottom.is-hide-desktop {
    display: block;
  }

  .section-fex-memhack {
    padding-top: 25.066666666666666vw;
    padding-bottom: 35.46666666666667vw;
  }

  .fex_grid {
    justify-items: center;
    grid-row-gap: 20.8vw;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .fex_grid.is-section-experiencia {
    grid-row-gap: 42.66666666666667vw;
  }

  .fex_grid.is-section-aprender {
    height: 100%;
    grid-row-gap: 9.866666666666667vw;
  }

  .fex_grid.is-section-historias {
    grid-row-gap: 14.933333333333335vw;
  }

  .fex-memhack_logo {
    max-width: 44.266666666666666vw;
  }

  .fex-memhack_title {
    max-width: 88vw;
  }

  .fex-memhack_title.is-hide-mobile {
    display: none;
  }

  .fex-memhack_title.is-hide-desktop {
    display: inline-block;
  }

  .fex-memhack_max-small {
    max-width: 88.53333333333333vw;
  }

  .fex-memhack_illustration.is-hide-mobile {
    display: none;
  }

  .fex-memhack_illustration.is-hide-desktop {
    left: auto;
    right: -5.333333333333334vw;
    bottom: -37.54583333vw;
    display: inline-block;
    max-width: 84.8vw;
  }

  .fex-memhack_video {
    position: absolute;
    left: -5.333333333333334vw;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100vw;
    height: 56.266666666666666vw;
  }

  .fex-memhack_tape {
    display: none;
  }

  .section-fex-experiencia {
    padding-top: 38.13333333333333vw;
    padding-bottom: 53.333333333333336vw;
    background-image: url('../images/bg_3.svg');
    background-position: 50% -30%;
  }

  .fex-experience_title.is-hide-desktop {
    display: inline-block;
    max-width: 88.53333333333333vw;
  }

  .fex-experience_title.is-hide-mobile {
    display: none;
  }

  .fex-experience_max {
    max-width: 88vw;
  }

  .fex-experience_gavin {
    left: 0%;
    top: -22.133333333333333vw;
    right: 0%;
    bottom: auto;
    max-width: 44.53333333333334vw;
    margin-right: auto;
    margin-left: auto;
  }

  .section-fex-aprender {
    padding-top: 32vw;
    padding-bottom: 26vw;
  }

  .fex-aprender_title.is-hide-desktop {
    display: inline-block;
    max-width: 100vw;
  }

  .fex-aprender_title.is-hide-mobile {
    display: none;
  }

  .fex-aprender_max {
    max-width: 100vw;
  }

  .fex-aprender_icon {
    max-width: 27.73333333333333vw;
    margin-left: 0vw;
  }

  .section-fex-historias {
    padding-top: 44.266666666666666vw;
    padding-bottom: 64.53333333333333vw;
  }

  .fex-historias_title.is-hide-desktop {
    display: inline-block;
    max-width: 66.66666666666666vw;
  }

  .fex-historias_title.is-hide-mobile {
    display: none;
  }

  .fex-historias_max {
    max-width: 100vw;
  }

  .fex-assistiu_gavin-head {
    display: none;
  }

  .fex-assistiu_scribble {
    left: auto;
    top: auto;
    right: -36%;
    bottom: -14%;
    display: block;
    max-width: 67.2vw;
  }

  .fex-aula_wrapper-2 {
    padding: 11.466666666666667vw 5.333333333333334vw 47.46666666666667vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 6.4vw;
    background-image: url('../images/Group-1330.svg');
    background-repeat: no-repeat;
  }

  .fex-aula_title-2 {
    max-width: 40vw;
  }

  .fex-assistiu_max-small.is-hide-mobile {
    display: none;
  }

  .fex-assistiu_passo-2 {
    max-width: 90vw;
  }

  .fex-assistiu_passo-2.is-hide-desktop {
    display: block;
  }

  .fex-assistiu_passo-2.is-hide-mobile {
    display: none;
  }

  .fex-assistiu_max-medium {
    width: 100%;
    max-width: 100vw;
  }

  .text-size-xsmall {
    font-size: 4.266666666666667vw;
    line-height: 1.875;
  }

  .fex-embed_anchor {
    display: none;
  }

  .fex-embed_anchor.is-mobile {
    display: block;
    height: 18vw;
    margin-bottom: 9.866666666666667vw;
    border-radius: 2.1333333333333333vw;
  }

  .layout-horizontal_top-space-between.full-width.is-mobile-layout-vertical_center-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .fex-assistiu_open {
    margin-bottom: 13.333333333333334vw;
  }

  .fex-assistiu_overlay {
    height: 50vw;
  }

  .fex-aula_wrapper-3 {
    margin-bottom: 17.333333333333336vw;
    padding: 10.666666666666668vw 5.333333333333334vw 39.2vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 6.4vw;
    background-image: url('../images/bg_4.svg');
    background-repeat: no-repeat;
  }

  .fex-assistiu_passo-3 {
    max-width: 40vw;
  }

  .fex-slider_background-image {
    display: none;
  }

  .fex-slider_component.is-full-width {
    position: relative;
    width: 100%;
    height: auto;
  }

  .fex-slider_component.is-section-historias {
    width: 88.53333333333333vw;
  }

  .fex-slider_arrow {
    left: -26%;
    top: auto;
    right: 0%;
    bottom: -37.333333333333336vw;
    width: 13.333333333333334vw;
    height: 13.333333333333334vw;
    background-size: 1.866666666666667vw;
  }

  .fex-slider_arrow.is-right-arrow {
    left: 26%;
  }

  .fex-slider_arrow.is-right-arrow.is-black {
    display: none;
  }

  .fex-slider_arrow.is-right-arrow.is-section-experience {
    display: block;
  }

  .fex-slider_arrow.is-black {
    display: none;
  }

  .fex-slider_arrow.is-section-experience {
    bottom: -35.4vw;
    display: block;
  }

  .fex-slider_nav.is-section-historia {
    bottom: -15vw;
    height: 6vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .fex-slider_nav.is-section-aprender {
    display: none;
  }

  .fex-slider_nav.is-section-experience {
    display: block;
    width: 100%;
    height: 3vw;
    padding-top: 0px;
  }

  .fex-aprender_image {
    height: 246.9333333333333vw;
    max-width: 88.26666666666667vw;
  }

  .fex-aprender_image.is-hide-desktop {
    display: inline-block;
  }

  .fex-aprender_image.is-hide-mobile {
    display: none;
  }

  .fex-experiencia_monitor-image.is-hide-mobile {
    display: none;
  }

  .fex-experiencia_monitor-image.is-hide-desktop {
    display: block;
    width: 100vw;
    height: 112.26666666666667vw;
    margin-right: -5.333333333333334vw;
  }

  .fex-experience_slider {
    position: static;
    left: 19.6vw;
    top: 13.88125vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 100%;
    height: 58.666666666666664vw;
    background-color: transparent;
  }

  .fex-experience_slide {
    margin-right: 3.2vw;
  }

  .fex-experience_image {
    height: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition-property: none;
    transition-property: none;
  }

  .fex-experience_image:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .fex-aprender_wrapper {
    height: auto;
  }

  .mask {
    height: auto;
    max-width: 100vw;
  }

  .fex-slider_slide {
    height: auto;
  }

  .fex-hero_max {
    max-width: 80vw;
  }

  .fex-video_margin-bottom {
    margin-bottom: 22.133333333333333vw;
  }

  .fex-assistiu_title-wrapper {
    max-width: 59.73333333333334vw;
    margin-right: auto;
    margin-bottom: 5.333333333333334vw;
    margin-left: auto;
  }

  .fex-assistiu_paragraph-max {
    max-width: 68vw;
  }

  .fex-assistiu_passo-1-mobile-margin-bottom {
    margin-bottom: 24vw;
  }

  .fex-assistiu_mobile-paragraph {
    display: block;
    margin-right: auto;
    margin-bottom: 5.333333333333334vw;
    margin-left: auto;
    color: #fff;
    font-size: 3.733333333333334vw;
    line-height: 1.5714285714285714;
    text-align: center;
  }

  .fex-assistiu_mobile-paragraph.is-font-size-small {
    font-size: 4.8vw;
    line-height: 1.1111111111111112;
  }

  .fex-assistiu_mobile-paragraph.is-font-size-small.text-color-white.is-hide-desktop {
    display: none;
  }

  .fex-assistiu_mobile-paragraph.is-font-size-small.is-mobile-font-size-xsmall {
    font-size: 3.733333333333334vw;
    line-height: 1.1428571428571428;
  }

  .fex-memhack_margin-bottom {
    margin-bottom: 5.333333333333334vw;
  }

  .fex-memhack_margin-bottom.is-margin-bottom-quarter-smaller {
    margin-bottom: 6.4vw;
  }

  .fex-memhack_margin-bottom.is-mobile-margin-bottom-half-larger {
    margin-bottom: 12.8vw;
  }

  .fex-memhack_margin-bottom.is-mobile-margin-bottom-half-smaller {
    margin-bottom: 4.266666666666667vw;
  }

  .fex-memhack_video-wrapper {
    height: 56.266666666666666vw;
  }

  .mask-2 {
    overflow: visible;
    width: 100%;
  }

  .fex-assistiu_passo-2-paragraph {
    display: block;
    margin-top: 26.400000000000002vw;
    margin-bottom: 10.666666666666668vw;
    font-family: Gtwalsheimpro, sans-serif;
    color: #000;
    font-size: 3.733333333333334vw;
    line-height: 1.5;
    text-align: center;
  }

  .fex-assistiu_paragraph {
    width: 80vw;
    font-size: 4.8vw;
    line-height: 1.6666666666666667;
    font-weight: 400;
  }

  .fex-assistiu_paragraph.is-font-size-small {
    font-size: 4.266666666666667vw;
    line-height: 1.5625;
  }

  .fex-assistiu_paragraph.is-font-size-small.text-color-white.is-hide-desktop {
    display: none;
  }

  .fex-assistiu_paragraph.is-font-size-small.is-mobile-font-size-xsmall {
    font-size: 3.733333333333334vw;
    line-height: 1.1428571428571428;
  }

  .mobile-margin-bottom-medium {
    margin-bottom: 8.533333333333333vw;
  }

  .finalizei-image {
    width: 3.733333333333334vw;
    margin-right: 6.4vw;
  }

  .fex-richt-text {
    font-size: 4.666vw;
    line-height: 1.85;
  }

  .fex-richt-text em {
    font-size: 4.266666666666667vw;
    line-height: 1.85;
  }

  .fex-richt-text strong {
    font-size: 4.666vw;
    line-height: 1.85;
  }

  .fex-richt-text p {
    font-size: 4.8vw;
  }

  .fex_paragraph-active {
    font-size: 4.266666666666667vw;
    line-height: 1.4375;
  }

  .fex_paragraph-active.is-font-size-small {
    font-size: 4.266666666666667vw;
    line-height: 1.5625;
  }

  .fex_paragraph-active.is-font-size-small.text-color-white.is-hide-desktop {
    display: none;
  }

  .fex_paragraph-active.is-font-size-small.is-mobile-font-size-xsmall {
    font-size: 3.733333333333334vw;
    line-height: 1.1428571428571428;
  }

  .fex-video_icon-border-active {
    left: -3%;
    top: -2%;
    width: 8.5vw;
    height: 8.5vw;
    border-width: 0.8vw;
  }

  .popup_component {
    display: none;
  }

  .popup_wrapper {
    width: 74.4vw;
    height: 99.46666666666667vw;
    margin-top: 26.666666666666668vw;
    padding-right: 10.666666666666668vw;
    padding-bottom: 10.933333333333334vw;
    padding-left: 10.666666666666668vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-radius: 4vw;
    background-image: url('../images/Mask-Group_3.svg');
    background-position: 50% 0%;
    background-size: cover;
    text-align: center;
  }

  .popup_gavin-head {
    left: 0%;
    top: -27.73333333333333vw;
    right: 0%;
    bottom: auto;
    width: 100%;
    max-width: 55.2vw;
    margin: 0px auto;
  }

  .popup_link-close {
    top: 3.4666666666666663vw;
    right: 3.4666666666666663vw;
  }

  .popup_close-icon.hide-mobile {
    display: none;
  }

  .popup_close-icon.hide-desktop {
    display: inline-block;
    width: 100%;
    max-width: 2.1333333333333333vw;
  }

  .text-size-large {
    font-size: 3.733333333333334vw;
    line-height: 1.5;
  }

  .popup_image-tape {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .cv-footer-txt {
    margin-right: 2.1333333333333333vw;
    margin-bottom: 0vw;
    font-size: 2.933333333333333vw;
    line-height: 3.4666666666666663vw;
  }

  .cv-footer-txt.copyright {
    width: 60vw;
    margin-top: auto;
    margin-right: auto;
    margin-left: 0px;
    font-size: 2.666666666666667vw;
    line-height: 4.266666666666667vw;
    text-align: left;
  }

  .sp-block-badges {
    margin-top: 20px;
    margin-bottom: -112px;
  }

  .sp-action-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .block-info-content-aca {
    margin-left: 0px;
  }

  .sp-hero {
    padding-top: 48px;
    padding-bottom: 60px;
    background-position: 50% 100%, 100% 50%;
    background-size: 1970px, auto;
  }

  .sp-page-title {
    margin-top: 10px;
    margin-right: 24px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 32px;
  }

  .sp-page-title.inline {
    margin-top: 10px;
    line-height: 40px;
  }

  .wrap-courses {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sp-garantia-image {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 140px;
    margin-right: auto;
    margin-left: auto;
  }

  .sp-counter-wrapper {
    margin-left: 0px;
    padding-top: 10px;
  }

  .sp-counter-wrapper.hide {
    margin-top: 0px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .sp-block-title-2 {
    margin-bottom: 5px;
    padding: 6px 0px;
  }

  .sp-block-title-2.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sp-specs-wrapper {
    padding: 20px 25px 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ep-video-block {
    padding-right: 40px;
    padding-left: 40px;
  }

  .sp-offer-title {
    font-size: 16px;
  }

  .sp-header-logo {
    width: 140px;
  }

  .sp-hero-video {
    width: 100%;
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .par-faq-answer {
    font-size: 12px;
    line-height: 24px;
  }

  .sp-specs-info-logo {
    width: 120px;
  }

  .sp-action-title {
    margin-top: 0px;
    margin-right: 0px;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
  }

  .sp-course-info-icon {
    width: 12px;
  }

  .sp-info-course-new {
    width: 32px;
  }

  .title-course-img {
    width: 24px;
    margin-right: -5px;
  }

  .sp-garantia-title {
    font-size: 32px;
    line-height: 40px;
  }

  .sp-accord-icon {
    width: 18px;
    margin-top: 33px;
    margin-right: 5px;
  }

  .sp-accord-icon.faq {
    margin-top: 58px;
  }

  .sp-info-title {
    margin-top: 12px;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
  }

  .title-faq-quest {
    padding-right: 30px;
    font-size: 16px;
    line-height: 22px;
  }

  .fw-footer {
    padding: 17.066666666666666vw 5.333333333333334vw 37.06666666666666vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .fw-footer.footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .sp-garantia-text {
    font-size: 13px;
    text-align: center;
  }

  .cv-footer-inner-wrapper {
    margin-bottom: 3vw;
  }

  .sp-course-info-block {
    padding: 5px;
  }

  .block-ultra {
    margin-top: -20px;
    margin-left: 9px;
  }

  .sp-testm-block {
    width: 100%;
    padding: 10px 0px;
  }

  .sp-specs-block-logo {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .sp-accord-top {
    padding: 5px 0px;
  }

  .title-course-hd {
    margin-top: 0px;
    padding-right: 6px;
    padding-left: 6px;
    font-size: 18px;
  }

  .sp-info-wrapper {
    margin-top: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cv-footer-wrapper {
    margin-top: 10vw;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .sp-header-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sp-garantia-block {
    margin-left: 0px;
    padding: 120px 30px 40px;
  }

  .sp-header-text {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .sp-testm-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .question-wrapper {
    margin-right: 0px;
    margin-left: 0px;
  }

  .sp-counter-num {
    min-width: 45px;
    margin-right: 2px;
    margin-left: 2px;
    padding: 10px 12px;
    font-size: 20px;
  }

  .sp-specs-num {
    width: 80px;
    height: 40px;
    margin-bottom: -14px;
    font-size: 32px;
  }

  .text-plus-aca {
    margin-right: auto;
    margin-left: auto;
    font-size: 80px;
  }

  .sp-alert-text {
    margin-top: 4px;
    margin-left: 0px;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
  }

  .sp-alert-text.center-txt {
    font-size: 12px;
  }

  .block-courses {
    width: 100%;
    min-width: auto;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cv-footer-logo {
    width: 35vw;
  }

  .sp-accord-wrapper {
    border-radius: 32px;
  }

  .bold-text-2.special {
    font-size: 24px;
  }

  .sp-info-block {
    padding: 5px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sp-video-block {
    max-width: 360px;
    margin-bottom: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .sp-course-title {
    font-size: 42px;
    line-height: 40px;
  }

  .bt-link-course {
    margin-right: 0px;
    padding: 16px 30px 16px 18px;
    background-position: 94% 50%;
    font-size: 12px;
  }

  .sp-flag-image {
    width: 24px;
    margin-right: -5px;
  }

  .sp-flag-image.special {
    width: 26px;
  }

  .icon-arrow-accord {
    width: 14px;
    margin-right: 0px;
  }

  .sp-badges-image {
    width: 100px;
  }

  .sp-offer-num {
    font-size: 26px;
  }

  .sp-page-title-label {
    font-size: 16px;
    line-height: 20px;
  }

  .ep-hd-aula-assistindo {
    font-size: 14px;
    font-weight: 500;
  }

  .sp-counter-text {
    font-size: 8px;
  }

  .sp-block-flag {
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sp-info-image {
    width: 200px;
  }

  .sp-button {
    padding: 24px 60px 24px 25px;
    background-size: 24px, auto, 125px;
    font-size: 22px;
  }

  .sp-button:hover {
    background-size: 24px, auto, 125px;
  }

  .sp-button.moretext {
    width: 90%;
    padding-right: 75px;
    font-size: 18px;
  }

  .sp-course-info-text {
    margin-left: 15px;
    font-size: 14px;
  }

  .cv-footer-circle {
    width: 0.8vw;
    height: 0.8vw;
    margin-right: 2.1333333333333333vw;
  }

  .sp-video-alert {
    width: auto;
    margin-right: 15px;
    margin-bottom: 10px;
    margin-left: 15px;
    padding: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sp-span-block-title {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 25px;
  }

  .container-3 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .container-3.no-padding {
    padding-right: 0px;
    padding-left: 0px;
  }

  .sp-alert-label {
    font-size: 14px;
    line-height: 16px;
  }

  .sp-embed-video {
    width: 100%;
    height: 200px;
  }

  .wrap-plus-aca {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sp-info-par {
    font-size: 14px;
    line-height: 22px;
    text-align: center;
  }

  .sp-slider {
    display: block;
    width: 100%;
  }

  .sp-slide-cover {
    height: 20px;
    margin-bottom: -38px;
  }

  .sp-radio-icon {
    display: block;
    width: 24px;
    height: 24px;
    margin-right: auto;
    margin-left: auto;
  }

  .sp-radio-label {
    padding-bottom: 12px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 8px;
    line-height: 10px;
  }

  .sp-radio-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .sp-button-2 {
    padding: 24px 60px 24px 25px;
    background-size: 24px, auto, 125px;
    font-size: 22px;
  }

  .sp-button-2:hover {
    background-size: 24px, auto, 125px;
  }

  .sp-button-2.submit {
    padding: 16px 40px 16px 30px;
    background-size: 14px, auto, 125px;
    font-size: 20px;
  }

  .sp-button-2.submit:hover {
    background-image: url('../images/arrow-right.svg'), -webkit-gradient(linear, left top, right top, from(rgba(250, 153, 23, 0.8)), to(rgba(250, 153, 23, 0.8))), none;
    background-image: url('../images/arrow-right.svg'), linear-gradient(90deg, rgba(250, 153, 23, 0.8), rgba(250, 153, 23, 0.8)), none;
    background-position: 94% 50%, 0px 0px, 98% 100%;
    background-size: 14px, auto, 125px;
    background-repeat: no-repeat, repeat, no-repeat;
  }

  .sp-modal-block-text {
    margin-bottom: 55px;
    font-size: 18px;
    line-height: 22px;
  }

  .sp-slide-block {
    padding-right: 5px;
    padding-left: 5px;
  }

  .sp-slide-block.margin-bottom {
    padding-bottom: 70px;
  }

  .sp-arrow-back {
    width: 90px;
    margin-bottom: 15px;
    margin-left: 0px;
    padding: 6px 20px;
    font-size: 14px;
  }

  .sp-arrow-next {
    width: 200px;
    margin-bottom: 5px;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 22px;
  }

  .sp-modal {
    padding-right: 20px;
    padding-left: 20px;
  }

  .sp-modal-block-1 {
    padding: 20px 30px 40px;
  }

  .sp-field-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sp-field-form {
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 2px;
    font-size: 14px;
  }

  .sp-field-form::-webkit-input-placeholder {
    font-size: 13px;
  }

  .sp-field-form:-ms-input-placeholder {
    font-size: 13px;
  }

  .sp-field-form::-ms-input-placeholder {
    font-size: 13px;
  }

  .sp-field-form::placeholder {
    font-size: 13px;
  }

  .sp-field-form.ddd {
    width: 45px;
    margin-right: 5px;
    padding-right: 2px;
    padding-left: 2px;
  }

  .sp-field-form.cod {
    width: 45px;
    margin-right: 5px;
    padding-right: 2px;
    padding-left: 2px;
  }

  .sp-radio-field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 28%;
    margin-top: 8px;
    margin-bottom: 8px;
    padding-right: 6px;
    padding-left: 6px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  .modal-cancel-icon.small {
    width: 16px;
  }

  .sp-slide-nav {
    margin-bottom: -50px;
  }

  .sp-popup-alert-text {
    margin-top: 4px;
    margin-left: 0px;
    font-size: 10px;
    line-height: 15px;
    text-align: center;
  }

  .sp-radio-button {
    left: 0px;
    right: 0px;
    width: 30px;
    height: 30px;
    margin-top: 12px;
    margin-right: auto;
    margin-left: auto;
  }

  .sp-radio-button.smaller {
    margin-left: auto;
  }

  .sp-popup-alert {
    top: -50px;
    width: auto;
    margin-bottom: 10px;
    padding: 5px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sp-block-alert {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding: 34px;
  }

  .sp-button-alert {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
  }

  .sp-block-par {
    font-size: 18px;
    line-height: 28px;
  }

  .ep-testmonials-title2 {
    border-bottom-style: none;
    font-size: 24px;
    line-height: 1.2em;
  }

  .ep-testm-left-arrow {
    display: block;
    width: 40px;
    height: 40px;
    margin-left: -25px;
    font-size: 12px;
  }

  .ep-block-title {
    margin-bottom: 0px;
    padding: 6px 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .ep-container-video {
    padding-right: 20px;
    padding-left: 20px;
  }

  .ep-button-video-yt {
    text-align: center;
  }

  .ep-testm-title {
    margin-top: 10px;
  }

  .ep-testm-right-arrow {
    display: block;
    width: 40px;
    height: 40px;
    margin-right: -22px;
    font-size: 12px;
  }

  .ep-slide-img-hand {
    position: absolute;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    display: block;
    width: 8.5vw;
    margin-bottom: -50px;
    margin-left: -25px;
  }

  .ep-all-videos {
    min-height: 600px;
    margin-top: 0px;
  }

  .ep-testmonials {
    overflow: hidden;
    padding: 40px 0px;
  }

  .ep-testm-logo {
    width: 120px;
    margin-bottom: 5px;
  }

  .ep-all-videos-title {
    font-size: 22px;
    line-height: 32px;
  }

  .cv-hero-flag-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .cv-form-flag-img {
    width: 16px;
    height: 16px;
    max-width: none;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .section.pt-hero {
    padding-bottom: 48px;
  }

  .section.pt-sum {
    padding-top: 48px;
    padding-bottom: 64px;
  }

  .section.pt-how {
    padding-top: 48px;
    padding-bottom: 64px;
  }

  .section.pt-hero-obrigado {
    padding-bottom: 48px;
  }

  .hero-logo {
    width: 230px;
  }

  .pt-hero__hd {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 110%;
  }

  .pt-hero_logo-img {
    width: 40%;
  }

  .pt-video-alert {
    width: auto;
    height: 60px;
    margin-right: 15px;
    margin-bottom: 10px;
    margin-left: 15px;
    padding: 10px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .pt-video-alert_img {
    right: -1%;
  }

  .pt-button {
    margin-top: 8px;
    font-size: 16px;
  }

  .pt-sum-wrapper {
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .pt-sum_item {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    text-align: center;
  }

  .pt-sum-img {
    height: 48px;
  }

  .pt-sum_hd {
    font-size: 20px;
  }

  .pt-how-wrapper {
    text-align: center;
  }

  .pt-how_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .pt-how_hd {
    font-size: 24px;
  }

  .pt-how_content {
    max-width: 100%;
    margin-bottom: 16px;
    font-size: 24px;
    text-align: left;
  }

  .pt-how_benefits-item {
    font-size: 16px;
    text-align: left;
  }

  .pt-how_benefits-title {
    font-size: 24px;
  }

  .pt-how_benefits-icon {
    width: 32px;
  }

  .title-faq-quest-2 {
    padding-right: 30px;
    font-size: 16px;
    line-height: 22px;
  }

  .par-faq-answer-2 {
    font-size: 12px;
    line-height: 24px;
  }

  .faq__hd {
    max-width: 100%;
  }

  .question-wrapper-2 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .icon-arrow-accord-2 {
    width: 14px;
    margin-right: 0px;
  }

  .sticky-pt {
    padding-right: 19px;
    padding-left: 19px;
    font-size: 14px;
  }

  .pt-how_graf-01 {
    left: -26%;
    top: -31%;
    right: auto;
    bottom: auto;
  }

  .pt-poup-block {
    width: 90vw;
    padding: 9vw 10vw;
    border-radius: 4.266666666666667vw;
  }

  .pt-popup_hd {
    margin-bottom: 2.83333333vw;
  }

  .t-form-block {
    margin-bottom: 2.1333333333333333vw;
  }

  .t-field-form {
    height: 11vw;
    margin-bottom: 2.1333333333333333vw;
    padding-left: 9.5vw;
    background-position: 2.1333333333333333vw 50%;
    background-size: 4.266666666666667vw;
    font-size: 4.266666666666667vw;
  }

  .t-field-form::-webkit-input-placeholder {
    font-size: 3.7333333333333334vw;
  }

  .t-field-form:-ms-input-placeholder {
    font-size: 3.7333333333333334vw;
  }

  .t-field-form::-ms-input-placeholder {
    font-size: 3.7333333333333334vw;
  }

  .t-field-form::placeholder {
    font-size: 3.7333333333333334vw;
  }

  .t-field-form.name {
    padding-right: 8.5vw;
    padding-left: 8.5vw;
    background-position: 2.1333333333333333vw 50%;
    background-size: 12px;
  }

  .tc-submmit-button {
    height: 11vw;
    padding-top: 3.83333333vw;
    padding-bottom: 3.83333333vw;
    font-size: 3.7333333333333334vw;
  }

  .tc-submmit-button.espanhol {
    height: 11vw;
    padding-top: 3.83333333vw;
    padding-bottom: 3.83333333vw;
    font-size: 3.7333333333333334vw;
  }

  .close-popup-pt {
    top: 2%;
    right: 3%;
    width: 8.533333333333333vw;
    height: 9.333333333333334vw;
  }

  .close-popup_icon-pt {
    width: 5vw;
  }

  .bold-text-3 {
    font-size: 5vw;
    line-height: 1.2;
  }

  .footer_text {
    margin-top: 4.266666666666667vw;
    font-size: 3vw;
    text-align: center;
  }

  .sp-model-block {
    min-width: 23%;
    padding: 10px;
    font-size: 11px;
  }

  .sp-model-block.bigger {
    min-width: 28%;
  }

  .sp-modal-flag {
    width: 38px;
  }

  .text-block {
    font-size: 4vw;
  }

  .sp-modal-with-form {
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer_image-logo-parceiro.is-unhcr {
    max-width: 22.933333333333334vw;
  }

  .footer_image-logo-parceiro.is-scale {
    max-width: 21.333333333333336vw;
  }

  .footer_image-logo-parceiro.is-cambly {
    max-width: 25.066666666666666vw;
  }

  .footer {
    padding-top: 14.666666666666666vw;
    padding-bottom: 8vw;
  }

  .footer_link {
    font-size: 2.933333333333333vw;
    line-height: 6.4vw;
  }

  .footer_link.is-mobile-text-all-caps {
    text-transform: uppercase;
  }

  .footer_link.is-mobile-margin-top-medium {
    margin-top: 6.666666666666667px;
  }

  .footer_logo {
    max-width: 39.2vw;
    margin-bottom: 8vw;
  }

  .footer_grid-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-grid-columns: auto auto auto auto auto;
    grid-template-columns: auto auto auto auto auto;
  }

  .footer_line {
    height: 7.466666666666668vw;
  }

  .footer_grid-parceiros {
    width: 100%;
    margin-top: 4vw;
    margin-left: 0vw;
    padding-top: 5.866666666666666vw;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }

  .page_padding {
    padding-right: 6.933333333333333vw;
    padding-left: 6.933333333333333vw;
  }

  .footer_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer_grid {
    grid-row-gap: 14.666666666666666vw;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .fex-embed_anchor.is-mobile {
    height: 31vw;
  }

  .video {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 102%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

#w-node-_1d557c1a-bcce-87c5-11a2-a59000cc4ee9-64473457 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_1d557c1a-bcce-87c5-11a2-a59000cc4f0b-64473457 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_12e0571a-d2d7-710a-f4fb-e04802fee17d-02fee179 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_12e0571a-d2d7-710a-f4fb-e04802fee18b-02fee179 {
  -ms-grid-column-align: end;
  justify-self: end;
}

@media screen and (max-width: 767px) {
  #w-node-_1d557c1a-bcce-87c5-11a2-a59000cc4ee9-64473457 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_1d557c1a-bcce-87c5-11a2-a59000cc4ef4-64473457 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_1d557c1a-bcce-87c5-11a2-a59000cc4f36-64473457 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_12e0571a-d2d7-710a-f4fb-e04802fee18b-02fee179 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
}

@font-face {
  font-family: 'Gtwalsheimpro';
  src: url('../fonts/GTWalsheimPro-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gtwalsheimpro';
  src: url('../fonts/GTWalsheimPro-Medium.ttf') format('truetype'), url('../fonts/GTWalsheimPro-Bold.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gtwalsheimpro';
  src: url('../fonts/GTWalsheimPro-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gtwalsheimpro';
  src: url('../fonts/GTWalsheimPro-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gtwalsheimpro';
  src: url('../fonts/GTWalsheimPro-MediumOblique.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gtwalsheimpro';
  src: url('../fonts/GTWalsheimPro-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Upheavtt';
  src: url('../fonts/upheavtt.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gtwalsheimpro';
  src: url('../fonts/GTWalsheimPro-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rightgrotesk Wide';
  src: url('../fonts/RightGrotesk-WideMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}