@font-face {
  font-family: Craftworkgrotesk;
  src: url('../fonts/CraftworkGrotesk-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Craftworkgrotesk;
  src: url('../fonts/CraftworkGrotesk-Heavy.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Craftworkgrotesk;
  src: url('../fonts/CraftworkGrotesk-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Craftworkgrotesk;
  src: url('../fonts/CraftworkGrotesk-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Manrope;
  src: url('../fonts/manrope-bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Manrope;
  src: url('../fonts/manrope-light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Manrope;
  src: url('../fonts/manrope-semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Manrope;
  src: url('../fonts/manrope-medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Manrope;
  src: url('../fonts/manrope-regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Manrope;
  src: url('../fonts/manrope-thin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

:root {
  --primary-dark: #111827;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

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

.header {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  box-shadow: 0 4px 30px #0000000d;
}

.header-wrapper {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1340px;
  display: flex;
}

.nav-menu {
  background-color: #fff;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav_container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  font-family: Manrope, Arial, sans-serif;
  font-size: 18px;
  display: flex;
}

.nav_button {
  border-radius: 10px;
  padding: 15px 20px;
}

.nav_button.color-primary-dark {
  background-color: #111827;
}

.nav_link {
  color: #001f3d;
  padding: 0;
}

.mob_logo {
  display: none;
}

.body {
  background-color: #f9f9fb;
}

.body.text-color-main {
  color: #000;
}

.section-hero {
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.main-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.flex-wrapper-main {
  width: 100%;
  max-width: 1120px;
}

.hero-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  margin-top: 150px;
  display: flex;
  position: static;
}

.content-left {
  max-width: 480px;
}

.content-right {
  width: 100%;
  max-width: none;
}

.hero_title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Craftworkgrotesk, Arial, sans-serif;
  font-size: 60px;
  line-height: 110%;
}

.hero_title.text-color-main {
  color: #001f3d;
  text-transform: uppercase;
}

.hero-title-wrapper {
  position: relative;
}

.hero_text {
  color: #001f3d;
  font-size: 20px;
  line-height: 165%;
}

.hero_text.hero-text-margin {
  margin-top: 20px;
  margin-bottom: 50px;
}

.hero_button {
  color: #fff;
  background-color: #111827;
  border-radius: 10px;
  padding: 18px 20px;
  font-size: 24px;
}

.div-block {
  z-index: -1;
  background-color: #fed;
  width: 500px;
  height: 35px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.hero-main-info {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.hero-info-times {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.info_item {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #fff;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 280px;
  padding: 24px;
  font-family: Manrope, Arial, sans-serif;
  display: flex;
}

.info_item.main-item-colors {
  color: #fff;
  background-color: #181f2e;
}

.info_item.main-item-colors.item-color-dark-blue {
  color: #001f3d;
  background-color: #d6fccd;
}

.info_item.second-item-color {
  color: #535353;
  justify-content: center;
  align-items: center;
  display: flex;
}

.info_item.info-item-color-blue {
  text-overflow: clip;
  background-color: #d6fccd1a;
}

.start_date {
  letter-spacing: -1.2px;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

.main_hero_tiem_text {
  font-size: 18px;
  line-height: 32px;
}

.second_item_text {
  color: #535353;
  font-size: 15px;
  line-height: 145%;
}

.counter-wrapper {
  justify-content: space-between;
  margin-top: 50px;
  display: flex;
}

.counter-item {
  overflow-wrap: normal;
  border-left: 1px solid #0d0d0d;
  max-width: 165px;
  padding-left: 24px;
}

.text-block {
  font-family: Craftworkgrotesk, Arial, sans-serif;
}

.counter_value {
  letter-spacing: -1px;
  font-family: Craftworkgrotesk, Arial, sans-serif;
  font-size: 50px;
  line-height: 88px;
}

.counter_text {
  color: #0d0d0d;
  font-family: Manrope, Arial, sans-serif;
  line-height: 165%;
}

.blur_element {
  -webkit-backdrop-filter: blur();
  backdrop-filter: blur();
  -webkit-text-fill-color: inherit;
  background-color: #cdfcf480;
  background-clip: border-box;
  border-radius: 50%;
  width: 630px;
  height: 760px;
  position: absolute;
}

.image_blur {
  z-index: -1;
  position: absolute;
  inset: -45% auto auto 0%;
}

.circle_text {
  z-index: -1;
  position: absolute;
  inset: -10% -10% auto auto;
}

.section_audience {
  margin-top: 150px;
}

.main_title {
  color: #001f3d;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Craftworkgrotesk, Arial, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 110%;
}

.main_title.main_title_small.contact-form-title {
  font-size: 35px;
}

.sub_title {
  color: #001f3d;
  font-family: Manrope, Arial, sans-serif;
  font-size: 25px;
  line-height: 165%;
}

.audience-cards {
  justify-content: space-between;
  margin-top: 50px;
  display: flex;
}

.audience-card-item {
  color: #001f3d;
  border: 1px solid #0000001a;
  border-radius: 20px;
  max-width: 365px;
  padding: 30px;
  font-family: Manrope, Arial, sans-serif;
}

.audience_card_text {
  font-size: 15px;
  line-height: 165%;
}

.audience_card_title {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  line-height: 145%;
}

.audience_card_icon {
  margin-bottom: 30px;
}

.section-about {
  margin-top: 150px;
}

.section-about-content-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.section-about-content-right {
  flex-flow: column;
  max-width: 550px;
  display: flex;
}

.text_small {
  color: #001f3d;
  font-family: Manrope, Arial, sans-serif;
  font-size: 15px;
  line-height: 165%;
}

.about-cards {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.about-card-item {
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: 20px;
  padding: 30px;
  font-family: Manrope, Arial, sans-serif;
}

.about_card_title {
  color: #001f3d;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  line-height: 145%;
}

.about_card_text {
  color: #001f3d;
}

.section-program {
  margin-top: 150px;
  position: relative;
}

.section-program-color-wrapper {
  background-color: #fed;
  border: 1px solid #0000001a;
  border-radius: 20px;
  padding: 40px;
}

.section-program-color-wrapper.program-color-blue {
  background-color: #d5ddfd;
}

.section-program-color-wrapper.program-color-green {
  background-color: #d6fccd;
}

.section-program-main-content {
  justify-content: space-between;
  display: flex;
}

.section-program-wrapper-left {
  width: 100%;
  max-width: 680px;
}

.section-program-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.section-program-grid-item-empty {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.grid_empty_item_title {
  -webkit-text-stroke-color: #001f3d;
  font-family: Manrope, Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 165%;
}

.section-program-grid-item {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  font-family: Manrope, Arial, sans-serif;
  display: flex;
}

.grid-item-header-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.grid_item_title {
  color: #001f3d;
  font-size: 20px;
  font-weight: 700;
  line-height: 145%;
}

.section-accordion {
  margin-top: 150px;
}

.image {
  position: absolute;
  inset: auto auto -25% -10%;
}

.section-accordion-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: row;
  justify-content: space-between;
  margin-top: 50px;
  display: flex;
  position: static;
}

.accordion-title {
  direction: ltr;
  text-overflow: clip;
  white-space: nowrap;
  overflow-wrap: normal;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  max-width: none;
  height: auto;
  max-height: none;
  font-family: Craftworkgrotesk, Arial, sans-serif;
  display: flex;
  position: static;
  inset: auto auto -200% -10%;
  overflow: hidden;
}

.accordion-items {
  color: #001f3d;
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: 20px;
  width: 100%;
  max-width: none;
  padding: 40px;
}

.small_title {
  text-align: right;
  background-color: #fed;
  padding: 5px 10px;
  font-family: Craftworkgrotesk, Arial, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 145%;
}

.small_second_title {
  text-align: right;
  font-family: Craftworkgrotesk, Arial, sans-serif;
  font-size: 25px;
  line-height: 145%;
}

.accordion-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: 1px solid #0000001a;
  flex-flow: column;
  margin-bottom: 30px;
  padding-bottom: 30px;
  display: flex;
}

.accordion-item.last-child {
  border-bottom-style: none;
  margin-bottom: 0;
}

.accordion-item-header {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.accordion-header-date {
  justify-content: space-between;
  display: flex;
}

.card-date {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.accordion_date_title {
  font-family: Manrope, Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.image-2 {
  display: block;
}

.nodule-title {
  background-color: #fed;
  padding: 5px;
  font-size: 25px;
  font-weight: 700;
  line-height: 145%;
}

.module-sub-title {
  font-size: 25px;
  line-height: 145%;
}

.accordion-title-mob {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: none;
}

.section-bonus {
  margin-top: 150px;
}

.section-bonus-title {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-2 {
  position: relative;
}

.div-block-3 {
  z-index: -1;
  background-color: #d6fccd;
  width: 290px;
  height: 35px;
  position: absolute;
  inset: auto 0% 10% -10%;
}

.section-bonus-crads {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.section-bonus-card-item {
  border: 1px solid #0000001a;
  border-radius: 20px;
  width: 100%;
  max-width: 400px;
  padding: 40px 30px;
}

.section-bonus-card-item.back-ground-color-yelow {
  background-color: #fcf3ec;
}

.section-bonus-card-item.back-ground-color-green {
  background-color: #d6fccd;
  max-width: none;
}

.card-label {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.label-item {
  border: 1px solid #000;
  border-radius: 20px;
  padding: 5px 15px;
}

.text-block-2 {
  letter-spacing: 5px;
}

.bonus-card-title {
  border-top: 0 #0000001a;
  border-bottom: 0 #0000001a;
  margin-top: 10px;
  padding-bottom: 0;
}

.bonus_program_title {
  font-size: 30px;
  font-weight: 700;
  line-height: 125%;
}

.bonus_program_speaker {
  margin-top: 10px;
  font-size: 20px;
  line-height: 125%;
}

.bonus-card-center-text {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border-top: 1px solid #0000001a;
  border-bottom: 1px solid #0000001a;
  flex-flow: column;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.bonus_card_center_text_title {
  font-size: 15px;
  font-weight: 700;
}

.bonus-card-result {
  background-color: #fff;
  border: 1px solid #001f3d;
  border-radius: 10px;
  margin-top: 20px;
  padding: 30px 24px;
}

.section-outcome {
  margin-top: 150px;
  margin-bottom: 0;
  position: relative;
  overflow: visible;
}

.section-outcome-wrapper {
  justify-content: space-between;
  display: flex;
}

.section-outcome-left {
  max-width: 460px;
  position: relative;
}

.section-outcome-cards {
  margin-bottom: 15px;
}

.outcome-card-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Manrope, Arial, sans-serif;
  display: flex;
}

.card-point {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.card-body {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: 10px;
  flex-flow: column;
  max-width: 500px;
  padding: 20px;
  display: flex;
}

.outcome_card_title {
  font-size: 20px;
  font-weight: 700;
  line-height: 145%;
}

.outcome_card_text {
  line-height: 165%;
}

.point-large {
  background-color: #d6fccd80;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.point-small {
  background-color: #b2ffa0;
  border-radius: 50px;
  width: 15px;
  height: 15px;
}

.point-line {
  background-color: #d6fccd;
  width: 1px;
  height: 140px;
}

.outcome-sticky {
  position: sticky;
  top: 100px;
}

.image-3 {
  z-index: -1;
  position: absolute;
  inset: 37% auto auto 0%;
}

.section-mentors {
  margin-top: 150px;
}

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

.metor-card-item {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -webkit-text-stroke-color: #001f3d;
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: 20px;
  flex-flow: column;
  width: 100%;
  max-width: 365px;
  padding: 20px;
  font-family: Manrope, Arial, sans-serif;
  display: flex;
}

.mentor-info {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  padding-bottom: 20px;
  display: flex;
}

.mentor_name {
  font-size: 20px;
  font-weight: 700;
  line-height: 145%;
}

.text-block-3 {
  line-height: 165%;
}

.grid-wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.section-demo {
  margin-top: 150px;
}

.section-demo-wrapper {
  color: #001f3d;
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: 20px;
  justify-content: space-between;
  padding: 40px 60px;
  font-family: Manrope, Arial, sans-serif;
  display: flex;
}

.section-demo-left {
  max-width: 440px;
}

.section-demo-right {
  width: 100%;
  max-width: 440px;
}

.section_demo_title {
  text-transform: uppercase;
  font-family: Craftworkgrotesk, Arial, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 110%;
}

.section_demo_text {
  font-size: 15px;
  line-height: 165%;
}

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

.form {
  width: 100%;
}

.submit-button {
  background-color: #111827;
  border-radius: 10px;
  width: 100%;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 15px;
}

.form-input {
  color: #535353;
  background-color: #fff;
  border-radius: 10px;
  height: 64px;
  font-size: 18px;
}

.form-input.contact-form-input {
  margin-bottom: 12px;
}

.form-input.contact-form-input.last-child {
  max-width: 500px;
  height: 180px;
  max-height: 180px;
  margin-bottom: 0;
}

.section-trust {
  margin-top: 150px;
}

.section-trust-content-wrapper {
  background-color: #cdfcf480;
  border: 1px solid #0000001a;
  border-radius: 20px;
  padding: 40px;
}

.section-trust-title {
  border: 1px #0000001a;
  border-radius: 20px;
  padding: 0;
}

.section-trust-body {
  justify-content: space-between;
  display: flex;
}

.section-trust-body-text {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #001f3d;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 730px;
  font-family: Manrope, Arial, sans-serif;
  display: flex;
}

.bold-text {
  font-size: 20px;
  font-weight: 600;
  line-height: 165%;
}

.trust_smaal-text {
  font-size: 15px;
  line-height: 165%;
}

.trust-button {
  background-color: #111827;
  border: 10px #000;
  border-radius: 10px;
  margin-top: 30px;
  padding: 18px 53px;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
}

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

.faq-accordion-wrapper {
  width: 100%;
  max-width: 800px;
  font-family: Manrope, Arial, sans-serif;
}

.section-faq {
  margin-top: 150px;
}

.faq-accordion-item {
  margin-bottom: 50px;
}

.faq-accordion-item-header {
  justify-content: space-between;
  display: flex;
}

.faq-accordion-item-content {
  margin-top: 5px;
}

.faq_title_text {
  color: #001f3d;
  font-size: 20px;
  font-weight: 700;
}

.section-contact-form {
  margin-top: 150px;
}

.section-contact-form-content-wrapper {
  background-color: #ffffff00;
  border: 1px solid #0000000a;
  border-radius: 20px;
  padding: 40px;
}

.form-flex-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.contact-form-letf {
  width: 100%;
  max-width: 500px;
}

.form-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-form-right {
  border: 1px solid #0000001a;
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 445px;
  padding: 20px;
  display: block;
}

.toggle-switch-wrapper {
  flex-flow: column;
  width: auto;
  max-width: none;
  display: flex;
}

.submit-button-2 {
  background-color: #111827;
  border-radius: 10px;
  margin-top: 40px;
  padding: 18px 45px;
  font-family: Manrope, Arial, sans-serif;
  font-weight: 700;
}

.custom_label {
  font-family: Manrope, Arial, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.tog-gle-switch {
  z-index: 0;
  background-color: #f9fafb;
  border: 1px solid #eaecf0;
  border-radius: 14px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 300px;
  height: 60px;
  margin-top: 20px;
  padding: 6px;
  display: flex;
  position: relative;
}

.toggle_option-installments {
  z-index: 2;
  text-align: center;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 45%;
  height: 100%;
  font-family: Manrope, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  position: relative;
}

.toggle_option-installments.installments {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.toggle_option-installments.full {
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.toggle-button {
  z-index: 1;
  background-color: #d6fccd;
  border-radius: 10px;
  width: 45%;
  height: 48px;
  position: absolute;
}

.toggle_option-full {
  z-index: 2;
  color: #535353;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 45%;
  height: 100%;
  font-family: Manrope, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  position: relative;
}

.radio-buttons-wrapper {
  justify-content: space-between;
  margin-top: 20px;
  display: flex;
}

.radio-button {
  color: #535353;
  justify-content: center;
  align-items: center;
  font-family: Manrope, Arial, sans-serif;
  font-size: 16px;
  display: flex;
}

.radio_button {
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-right: 12px;
}

.currencies {
  margin-top: 50px;
}

.price {
  margin-top: 0;
}

.price-wrapper {
  margin-top: 50px;
}

.price_label {
  color: #535353;
  margin-bottom: 10px;
  font-family: Manrope, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.price-sale-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-4 {
  color: #001f3d;
  font-family: Craftworkgrotesk, Arial, sans-serif;
  font-size: 31px;
  font-weight: 500;
  line-height: 31px;
}

.text-block-5 {
  color: #535353;
  font-family: Manrope, Arial, sans-serif;
  text-decoration: line-through;
}

.timer-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.timer_label {
  color: #001f3d;
  font-family: Manrope, Arial, sans-serif;
  font-size: 18px;
}

.timer-container {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #f9fafb;
  border: 1px solid #eaecf0;
  border-radius: 8px;
  padding: 4px;
  display: flex;
}

.timer-days.timer-text {
  -webkit-text-stroke-color: #001f3d;
  font-family: Manrope, Arial, sans-serif;
  font-weight: 400;
}

.timer-hours.timer-text {
  color: #001f3d;
  font-family: Manrope, Arial, sans-serif;
}

.section-help {
  margin-top: 150px;
}

.section-question-content-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container-left {
  max-width: 500px;
}

.container-right {
  background-color: #d6fccd;
  border-radius: 24px;
  width: 100%;
  max-width: 600px;
  padding: 10px;
}

.section_question_sub_title {
  -webkit-text-stroke-color: #535353;
  font-family: Manrope, Arial, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.from-question-wrapper {
  background-color: #fff;
  border-radius: 24px;
  width: auto;
  max-width: none;
  padding: 40px;
}

.form-block-2 {
  width: 100%;
  max-width: none;
}

.form-3 {
  width: 100%;
  max-width: 600px;
}

.form-question {
  border-radius: 0;
  padding: 40px;
}

.form-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.submit-button-3 {
  background-color: #111827;
  border-radius: 10px;
  margin-top: 20px;
  padding: 15px;
  font-family: Manrope, Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.footer {
  background-color: #111827;
  margin-top: 150px;
}

.footer-flex-wrapper {
  width: 100%;
  max-width: 1300px;
  padding-bottom: 0;
}

.footer-icons {
  justify-content: space-between;
  align-items: center;
  margin-top: 115px;
  margin-bottom: 40px;
  display: flex;
}

.social-media {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.footer-content {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.footer-info-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  max-width: 250px;
  font-family: Manrope, Arial, sans-serif;
  display: flex;
}

.footer_info_title {
  color: #d5ddfd;
  text-transform: uppercase;
  font-size: 18px;
}

.footer_info_text {
  color: #f5f5f5;
  font-size: 18px;
  line-height: 28px;
}

.footer_info_text.text_align-left {
  text-align: right;
  line-height: 28px;
}

.footer-info-left {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.footer-info-right {
  max-width: 330px;
}

.copywrite {
  border-top: 1px solid #898989;
  justify-content: space-between;
  margin-top: 50px;
  padding-top: 50px;
  display: flex;
}

.hero-info-grid-wrapper {
  width: auto;
}

.hero-info-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  display: grid;
}

.hero-nfo-grid-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid #0000001a;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 25px 30px;
  font-family: Manrope, Arial, sans-serif;
  font-size: 18px;
  line-height: 165%;
  display: flex;
}

.hero-nfo-grid-item.info-grid-item--ight {
  background-color: #d5ddfd4d;
}

.hero-nfo-grid-item.info-grid-item--dark {
  background-color: #d5ddfd80;
}

.hero-nfo-grid-item.info-grid-item--ight-green {
  background-color: #d6fccd1a;
}

.hero-nfo-grid-item.info-grid-item--dark-green {
  background-color: #d6fccd80;
}

.color-line {
  z-index: -1;
  background-color: #fed;
  width: 500px;
  height: 35px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.color-line.color-blue {
  background-color: #d6fccd;
}

.text-block-6 {
  letter-spacing: 5px;
}

@media screen and (max-width: 991px) {
  .header {
    justify-content: center;
    align-items: center;
    padding-left: 20px;
  }

  .header-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .nav-menu {
    background-color: #fff;
    flex-flow: column;
  }

  .nav_container {
    flex-flow: column;
  }

  .icon {
    color: #111827;
    font-size: 46px;
  }

  .mob_logo {
    display: block;
  }

  .menu-button {
    padding: 20px;
  }

  .menu-button.w--open {
    background-color: #fff;
  }

  .brand {
    display: none;
  }

  .main-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-content {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .content-left {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .hero_title.text-color-main {
    line-height: 100%;
  }

  .div-block {
    inset: auto auto 0% 0%;
  }

  .image_blur {
    top: -10%;
  }

  .circle_text {
    right: -10%;
  }

  .audience-cards {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .section-about-content-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .section-program-main-content {
    flex-flow: row-reverse wrap-reverse;
    justify-content: center;
    align-items: center;
  }

  .image {
    max-width: 30%;
    bottom: -11%;
    left: -19%;
  }

  .section-outcome-wrapper {
    flex-flow: column;
  }

  .outcome-sticky {
    position: static;
  }

  .image-3 {
    inset: 0% auto auto 0%;
  }

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

  .section-demo-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .section-demo-left, .section-demo-right {
    max-width: none;
  }

  .section-trust-body {
    flex-flow: wrap-reverse;
    margin-top: 30px;
  }

  .faq-content-wrapper {
    flex-flow: column;
  }

  .faq-title {
    margin-bottom: 20px;
  }

  .form-flex-wrapper {
    flex-flow: column;
  }

  .price_label {
    margin-bottom: 10px;
  }

  .section-question-content-container {
    flex-flow: column;
  }

  .container-left {
    margin-bottom: 30px;
  }

  .footer-info-left {
    flex-flow: column;
  }

  .copywrite {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .color-line {
    inset: auto auto 0% 0%;
  }
}

@media screen and (max-width: 767px) {
  .hero-content {
    margin-top: 100px;
  }

  .hero-main-info {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .hero-info-times {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .counter-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    width: 100%;
  }

  .counter-item {
    max-width: none;
  }

  .circle_text {
    right: -23%;
  }

  .main_title {
    font-size: 40px;
  }

  .sub_title {
    font-size: 20px;
  }

  .section-program-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .image {
    max-width: 30%;
    bottom: -8%;
    left: -13%;
  }

  .section-accordion-wrapper {
    flex-flow: column;
  }

  .accordion-title {
    justify-content: space-between;
    align-items: flex-start;
  }

  .image-2 {
    display: none;
    transform: rotate(0);
  }

  .nodule-title {
    text-transform: uppercase;
    background-color: #d6fccd;
  }

  .module-sub-title {
    text-transform: uppercase;
  }

  .accordion-title-mob {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .section-bonus-crads {
    flex-flow: column;
  }

  .section-outcome-right {
    margin-top: 50px;
  }

  .section-mentors-body {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .mentors-cards-grid {
    grid-template-columns: 1fr;
    place-items: start center;
  }

  .metor-card-item {
    justify-content: space-between;
    align-items: center;
  }

  .price_label {
    margin-bottom: 10px;
  }

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

  .footer_info_text.text_align-left {
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  .section-hero {
    overflow: hidden;
  }

  .main-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero_title.text-color-main {
    font-size: 40px;
  }

  .hero_button {
    text-align: center;
    font-size: 18px;
  }

  .counter-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .counter-item {
    max-width: none;
  }

  .image_blur {
    max-width: 200%;
    top: 16%;
    overflow: hidden;
  }

  .circle_text {
    max-width: 50%;
    top: -4%;
    right: -22%;
  }

  .main_title {
    font-size: 35px;
  }

  .main_title.main_title_small {
    font-size: 25px;
  }

  .sub_title {
    font-size: 18px;
  }

  .about-card-item {
    padding: 15px;
  }

  .section-program-color-wrapper {
    padding: 10px;
  }

  .section-program-grid {
    grid-auto-flow: row;
  }

  .image {
    max-width: 50%;
    bottom: -8%;
    left: -34%;
  }

  .accordion-items {
    padding: 20px 15px;
  }

  .module-sub-title {
    white-space: normal;
  }

  .section-bonus-card-item.back-ground-color-yelow {
    padding: 20px 15px;
  }

  .section-outcome-cards {
    flex-flow: row;
    display: block;
  }

  .outcome-card-item {
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
  }

  .card-point {
    flex-flow: column;
    height: auto;
  }

  .point-line {
    height: 100%;
  }

  .section-demo-wrapper {
    padding: 10px 20px;
  }

  .section_demo_title {
    font-size: 30px;
  }

  .form-input {
    height: 54px;
    font-size: 12px;
  }

  .form-input.contact-form-input {
    font-family: Manrope, Arial, sans-serif;
  }

  .form-input.contact-form-input.last-child {
    height: 100px;
  }

  .section-trust-content-wrapper {
    padding: 20px 10px;
  }

  .section-trust-body-text {
    max-width: none;
  }

  .image-4 {
    max-width: 70%;
  }

  .faq-accprdion-item-title-text {
    max-width: 250px;
  }

  .faq_title_text {
    white-space: normal;
  }

  .section-contact-form-content-wrapper {
    padding: 20px 10px;
  }

  .contact-form-right {
    margin-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .toggle_option-installments, .toggle_option-full {
    font-size: 14px;
  }

  .radio-buttons-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .price_label {
    margin-bottom: 10px;
  }

  .timer-wrapper {
    flex-flow: column;
  }

  .from-question-wrapper {
    padding: 10px;
  }

  .footer-icons {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

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


@font-face {
  font-family: 'Craftworkgrotesk';
  src: url('../fonts/CraftworkGrotesk-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Craftworkgroteskgx';
  src: url('../fonts/CraftworkGroteskGX.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Craftworkgrotesk';
  src: url('../fonts/CraftworkGrotesk-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Craftworkgrotesk';
  src: url('../fonts/CraftworkGrotesk-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Craftworkgrotesk';
  src: url('../fonts/CraftworkGrotesk-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Craftworkgrotesk';
  src: url('../fonts/CraftworkGrotesk-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/manrope-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/manrope-light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/manrope-semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/manrope-medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/manrope-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/manrope-thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

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

.metor-card-item {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -webkit-text-stroke-color: #001f3d;
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: 20px;
  flex-flow: column;
  width: 100%;
  max-width: 365px;
  padding: 20px;
  font-family: Manrope, Arial, sans-serif;
  display: flex;
}

.mentor-info {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  padding-bottom: 20px;
  display: flex;
}

.mentor_name {
  font-size: 20px;
  font-weight: 700;
  line-height: 145%;
}

.text-block-3 {
  line-height: 165%;
}

.grid-wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}