.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.page-wrapper {
  background-color: #dff2f6;
}

.container {
  width: 100%;
  max-width: 1468px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.hero-section {
  padding-top: 100px;
  padding-bottom: 10px;
  overflow: hidden;
}

.hero-content-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: #eff9f9;
  border-radius: 25px;
  justify-content: space-between;
  align-items: stretch;
  padding: 50px;
  display: flex;
}

.hero-text-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.hero-form {
  background-image: url('../images/Capture-ecran-2025-03-05-a-20.44.35.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 23px;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 100%;
  padding: 50px;
  position: relative;
}

.form-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 12px;
  display: flex;
}

.text-block {
  color: #fff;
  margin-bottom: 5px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.text-block.font-18px {
  letter-spacing: -.6px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
}

.text-field {
  color: #000;
  border: 1px solid #3333331f;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 20px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.form-item-wrapper {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.gdpr-wrapper {
  margin-top: 18px;
  margin-bottom: 32px;
}

.checkbox-3 {
  margin-top: 2px;
}

.gdpr-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.html-embed {
  color: #c02a2a;
  font-family: Inter, sans-serif;
  line-height: 1.4;
  display: block;
}

.form {
  z-index: 10;
  width: 100%;
  margin-bottom: 0;
  position: relative;
}

.text-area {
  color: #000;
  border: 1px solid #3333331f;
  border-radius: 8px;
  min-height: 100px;
  font-family: Inter, sans-serif;
  line-height: 1.4;
}

.navbar {
  z-index: 999;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.navbar-wrapper {
  background-color: #eff9f9;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 15px 40px;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #333;
  letter-spacing: -.06px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 1.3;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.navbar-2 {
  background-color: #ddd0;
  padding-top: 12px;
  padding-bottom: 12px;
}

.brand-logo {
  width: 120px;
}

.heading-1 {
  color: #000;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 18px;
  font-family: Inter, sans-serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 1.4;
}

.paragraph {
  color: #333;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

.paragraph.margin-bottom-10px {
  margin-bottom: 10px;
}

.paragraph.white {
  color: #fffc;
}

.paragraph.center {
  text-align: center;
}

.paragraph.center.max-w-80 {
  max-width: 60%;
}

.bold-600 {
  font-weight: 600;
}

.highlight-point {
  margin-bottom: 12px;
}

.highlight-point.desktop-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.highlight-point-wrapper {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.highlight-point-wrapper.align-top {
  justify-content: flex-start;
  align-items: flex-start;
}

.icon-28px {
  width: 28px;
}

.hide {
  display: none;
}

.submit-button {
  text-align: center;
  letter-spacing: -.5px;
  white-space: normal;
  background-color: #fb4d19;
  border-radius: 100px;
  padding: 14px 23px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.section-global {
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden;
}

.section-global.overflow-visible {
  overflow: visible;
}

.section-global._100vh {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.section-global._100vh.padding-top-40px {
  padding-top: 40px;
}

.content-wrapper {
  background-color: #eff9f9;
  border-radius: 25px;
  padding: 60px 50px;
  position: relative;
}

.content-wrapper.dark-blue {
  background-color: #12155d;
}

.content-wrapper.dark-blue.padding-80px {
  padding-top: 80px;
  padding-bottom: 80px;
}

.content-wrapper.padding-100px {
  padding-top: 100px;
  padding-bottom: 100px;
}

.content-wrapper.padding-100px.overflow-hidden {
  overflow: hidden;
}

.content-wrapper.vertical {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content-wrapper.vertical._80vh {
  min-height: 80vh;
}

.image---text-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-content {
  background-color: #12155d;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 46px;
  display: flex;
}

.image-content.no-bg-color {
  background-color: #12155d00;
  padding: 0;
}

.text-content {
  border-radius: 25px;
  width: 50%;
}

.text-content.space {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.max-w-50 {
  max-width: 50%;
}

.img-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.auto-tabs_wrapper {
  position: relative;
}

.auto-tabs_timer-bar {
  z-index: 10;
  background-color: #b3e2e8;
  width: 6px;
  height: 0%;
  margin-left: -5.5px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.auto-tabs {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  position: static;
}

.auto-tabs_column {
  max-width: 50%;
  margin-left: auto;
}

.auto-tabs_img-mobile {
  display: none;
}

.auto-tabs_pane {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.auto-tabs_tab {
  background-color: #0000;
  border-left: 5px solid #b3e2e882;
  margin-bottom: 24px;
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 0;
}

.auto-tabs_tab.w--current {
  background-color: #0000;
}

.auto-tabs_pause-icon {
  width: 32px;
  line-height: 1;
}

.auto-tabs_pause-icon.cc-play {
  display: none;
}

.auto-tabs_content {
  width: 47%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.auto-tabs_pause-btn {
  color: #fb4d19;
  background-color: #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: absolute;
  inset: auto auto 20px 20px;
}

.auto-tabs_pause-btn:hover {
  color: #4e443b;
}

.auto-tabs_menu {
  flex-direction: column;
  display: flex;
}

.auto-tabs_description {
  display: none;
}

.heading-2 {
  color: #000;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 18px;
  font-family: Inter, sans-serif;
  font-size: 43px;
  font-weight: 600;
  line-height: 1.3;
}

.heading-2.no-margin {
  margin-bottom: 0;
}

.heading-2.center {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.heading-2.center.margin-bottom-36px {
  font-size: 36px;
}

.heading-2.center.margin-bottom-36px.white, .heading-2.center.white {
  color: #fff;
}

.primary-cta {
  color: #fff;
  text-align: center;
  letter-spacing: -.8px;
  background-color: #fb4d19;
  border-radius: 100px;
  padding: 14px 23px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
}

.primary-cta:hover {
  background-color: #ee410d;
}

.actions {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.actions.align-left {
  justify-content: flex-start;
  align-items: flex-start;
}

.actions.align-left.margin-auto {
  margin-top: auto;
}

.horizontal-wrapper {
  display: flex;
}

.horizontal-wrapper.gap-15px {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.sticky {
  background-color: #eff9f9;
  border-radius: 25px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
  position: sticky;
  top: 50px;
}

.program-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.program-card {
  background-color: #cfedf1;
  border-radius: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 50px 40px;
  display: flex;
  box-shadow: 0 2px 5px #12155d26;
}

.program-card.white {
  background-color: #fff;
}

.icon-bg {
  background-color: #fae8e3;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 33px;
  min-width: 33px;
  min-height: 33px;
  max-height: 33px;
  padding: 6px;
  display: flex;
}

.icon-bg._60px {
  width: 40px;
  min-width: 40px;
  min-height: 40px;
  max-height: 40px;
}

.icon-25px {
  width: 25px;
}

.heading-4 {
  color: #000;
  letter-spacing: -.8px;
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-weight: 400;
  line-height: 1.4;
}

.list {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #333;
  flex-flow: column;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  display: flex;
}

.margin-bottom-18px {
  margin-bottom: 18px;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.margin-bottom-48px {
  margin-bottom: 48px;
}

.margin-bottom-48px.align-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.title-wrapper.vertical-center {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.max-w-650px {
  max-width: 650px;
}

.max-w-650px.position-z-10 {
  z-index: 10;
  position: relative;
}

.margin-top-48px {
  margin-top: 48px;
}

.margin-bottom-10px {
  margin-bottom: 10px;
}

.heading-3 {
  color: #000;
  letter-spacing: -.8px;
  margin-top: 0;
  margin-bottom: 18px;
  font-family: Inter, sans-serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.3;
}

.heading-3.font-size-33px {
  font-size: 33px;
}

.heading-3.font-size-33px.white {
  color: #fff;
}

.heading-3.margin-bottom-24px {
  margin-bottom: 24px;
}

.heading-3.font-size-20px {
  font-size: 20px;
}

.margin-top-38px {
  margin-top: 38px;
}

.what-question {
  color: #fff;
  flex: 1;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}

.plus-icon {
  width: 100%;
  max-width: 24px;
  height: 24px;
  margin-top: 0;
}

.what-answer-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 0;
  display: flex;
}

.what-outer {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.answer-block {
  background-color: #0000;
  display: block;
  position: relative;
  overflow: hidden;
}

.question-block {
  grid-column-gap: 12px;
  white-space: pre-wrap;
  width: 100%;
  padding: 0;
  display: flex;
}

.question-block.top {
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
}

.question-inner {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.faq-wrapper {
  background-color: #1c1c87;
  border-radius: 20px;
  flex-direction: column;
  width: 100%;
  padding: 23px;
  display: flex;
}

.grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
}

.grid-card {
  background-color: #fff;
  border-radius: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px;
  display: flex;
  box-shadow: 0 2px 5px #12155d26;
}

.grid-image-wrapper {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.grid-image {
  border-radius: 18px;
  width: 100%;
  height: 100%;
}

.margin-bottom-28px {
  margin-bottom: 28px;
}

.margin-bottom-36px {
  margin-bottom: 36px;
}

.testimonial-text.vertical-center {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.max-w-750px {
  max-width: 750px;
}

.gray {
  color: #11111180;
}

.author-detail {
  color: #000;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}

.author-detail.name {
  color: #fff;
  font-size: 20px;
}

.author-detail.job-position {
  color: #ffffff73;
  font-size: 16px;
  font-weight: 400;
}

.max-w-1100px {
  max-width: 1100px;
}

.light-color {
  color: #ffffff73;
}

.grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.methode-card {
  border-radius: 25px;
  padding: 22px;
  box-shadow: 0 2px 5px #12155d26;
}

.methode-card.white {
  background-color: #fff;
}

.horizontal-wrapper {
  justify-content: space-between;
}

.horizontal-wrapper.gap-40px {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.footer-section {
  padding-top: 30px;
  padding-bottom: 20px;
}

.footer-text {
  color: #000;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.3;
}

.image.border {
  border-radius: 25px;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: stretch stretch;
}

.margin-bottom-60px {
  margin-bottom: 60px;
}

.tag-hero-text {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}

.tag-hero {
  background-color: #12155d;
  border-radius: 100px;
  margin-bottom: 12px;
  padding: 5px 20px;
}

.form-element {
  width: 680px;
  position: absolute;
}

.form-element.bottom-right {
  inset: auto -17% -58% auto;
  transform: rotate(-18deg);
}

.form-element.top-left {
  inset: -58% auto auto -23%;
  transform: rotate(150deg);
}

.icon-170px {
  width: 170px;
}

.button {
  color: #333;
  background-color: #fb4d1900;
  border: 1px solid #333;
  border-radius: 100px;
  font-family: Inter, sans-serif;
  line-height: 1.3;
  transition: all .4s;
}

.button:hover {
  color: #fff;
  background-color: #fb4d19;
  border-color: #fb4d19;
}

.button.w--current {
  color: #333;
  background-color: #fb4d1900;
  border: 1px solid #000;
}

.button.w--current:hover {
  color: #fff;
  background-color: #fb4d19;
}

.navbar-fixed {
  z-index: 999;
  background-color: #dff2f6;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 13px;
  padding-bottom: 13px;
}

.navbar-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.form-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.bottom-form {
  background-image: url('../images/Capture-ecran-2025-03-05-a-20.44.35.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 23px;
  width: 50%;
  padding: 50px;
}

.slider {
  background-color: #ddd0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
}

.left-arrow {
  inset: 0% auto 0% -4%;
}

.right-arrow {
  inset: 0% -4% 0% auto;
}

.max-w-1000px {
  max-width: 1000px;
}

.slide-nav {
  font-size: 10px;
  display: none;
  inset: auto 0% -9%;
}

.max-w-950px {
  max-width: 950px;
}

.phone-input {
  color: #000;
  border: 1px solid #3333331f;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 20px;
  font-family: Inter, sans-serif;
  line-height: 1.4;
}

@media screen and (min-width: 1440px) {
  .form-element.bottom-right {
    right: -12%;
  }

  .form-element.top-left {
    left: -16%;
  }
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero-content-wrapper {
    flex-flow: column;
  }

  .hero-text-content, .hero-form, .form {
    width: 100%;
  }

  .nav-menu {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    background-color: #fff;
    flex-flow: column;
    justify-content: space-around;
    align-items: flex-start;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .paragraph.center.max-w-80 {
    max-width: 80%;
  }

  .content-wrapper {
    padding: 50px 35px;
  }

  .image---text-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .image---text-wrapper.reverse, .image---text-wrapper.margin-bottom-60px.reverse {
    flex-flow: column-reverse wrap;
  }

  .image-content, .text-content {
    width: 100%;
  }

  .auto-tabs_column {
    max-width: 48%;
  }

  .auto-tabs_tab {
    padding-left: 18px;
  }

  .auto-tabs_content {
    width: 50%;
  }

  .heading-2 {
    font-size: 38px;
  }

  .title-wrapper.vertical-center.margin-bottom-48px {
    margin-bottom: 30px;
  }

  .heading-3.font-size-33px {
    font-size: 28px;
  }

  .max-w-1100px {
    max-width: 750px;
  }

  .horizontal-wrapper.gap-40px {
    flex-flow: column;
  }

  .grid-3 {
    grid-template-columns: 1fr;
  }

  .form-element.bottom-right {
    right: -33%;
  }

  .form-element.top-left {
    display: none;
    left: -29%;
  }

  .nav-cta {
    display: none;
  }

  .nav-menu-wrapper-2 {
    background-color: #fff;
    border-radius: 25px;
    flex-flow: column;
    width: 350px;
    margin-left: auto;
    margin-right: 30px;
    padding: 29px;
    display: flex;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #12155d;
    border-radius: 12px;
  }

  .bottom-form {
    width: 100%;
  }

  .left-arrow {
    left: -6%;
  }

  .right-arrow {
    right: -6%;
  }

  .max-w-950px {
    max-width: 750px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-form {
    padding: 30px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .heading-1 {
    font-size: 38px;
  }

  .paragraph.center.max-w-80 {
    max-width: 100%;
  }

  .highlight-point.desktop-grid {
    display: block;
  }

  .image---text-wrapper {
    flex-flow: column;
  }

  .image---text-wrapper.reverse {
    flex-flow: column-reverse wrap;
  }

  .auto-tabs_column {
    max-width: none;
  }

  .auto-tabs_img-mobile {
    border-radius: 12px;
    width: 100%;
    margin-top: 2rem;
    padding-top: 80%;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .auto-tabs_img-mobile-wrapper {
    display: none;
  }

  .auto-tabs_tab.w--current {
    padding-left: 18px;
  }

  .auto-tabs_content {
    display: none;
  }

  .auto-tabs_pause-btn {
    margin-top: 20px;
    position: static;
  }

  .auto-tabs_menu {
    margin-top: 1rem;
  }

  .heading-2 {
    font-size: 30px;
  }

  .actions.align-left.margin-top-38px, .actions.align-left.margin-auto {
    margin-top: 28px;
  }

  .horizontal-wrapper.gap-15px {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .sticky {
    position: static;
  }

  .program-wrapper.max-w-50, .sticky-content-wrapper.max-w-50 {
    max-width: 100%;
  }

  .heading-3 {
    font-size: 20px;
  }

  .heading-3.font-size-33px {
    font-size: 25px;
  }

  .grid, .grid-2 {
    grid-template-columns: 1fr;
  }

  .form-element.bottom-right {
    width: 600px;
    bottom: -69%;
  }

  .form-element.top-left {
    width: 600px;
    left: -42%;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .bottom-form {
    padding: 30px;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

  .slide-nav {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .hero-content-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding: 30px 25px;
  }

  .hero-form {
    padding: 35px 26px;
  }

  .form-item {
    flex-flow: column;
  }

  .text-block.font-18px {
    width: 100%;
    font-size: 18px;
  }

  .form {
    overflow: hidden;
  }

  .nav-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .heading-1 {
    font-size: 28px;
  }

  .submit-button {
    overflow-wrap: anywhere;
  }

  .content-wrapper {
    padding: 40px 25px;
  }

  .content-wrapper.padding-100px {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .content-wrapper.vertical._80vh {
    min-height: 70vh;
  }

  .image---text-wrapper.margin-bottom-60px {
    margin-bottom: 80px;
  }

  .auto-tabs_tab {
    padding-left: 14px;
  }

  .heading-2 {
    font-size: 28px;
  }

  .heading-2.center.margin-bottom-36px.white {
    font-size: 26px;
  }

  .primary-cta {
    padding-left: 20px;
    padding-right: 20px;
  }

  .program-card {
    padding: 30px 25px;
  }

  .title-wrapper.vertical-center.margin-bottom-48px {
    margin-bottom: 28px;
  }

  .heading-3.font-size-33px {
    font-size: 23px;
  }

  .faq-wrapper {
    padding: 18px;
  }

  .author-detail.name {
    font-size: 18px;
  }

  .author-detail.job-position {
    font-weight: 400;
  }

  .form-element.bottom-right {
    width: 600px;
    display: block;
    bottom: -48%;
  }

  .form-element.top-left {
    width: 600px;
    top: -36%;
    left: -41%;
  }

  .icon-170px {
    width: 100px;
  }

  .nav-menu-wrapper-2 {
    width: 300px;
    margin-right: 20px;
  }

  .bottom-form {
    padding: 35px 26px;
  }

  .left-arrow, .right-arrow {
    display: none;
  }
}

#w-node-_8782e385-de57-5be8-8c85-e6743b4ac67e-e1dc4c56 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 767px) {
  #w-node-_8782e385-de57-5be8-8c85-e6743b4ac67e-e1dc4c56 {
    grid-column: span 1 / span 1;
  }
}


