:root {
  --_colors---main-green: #c1df51;
  --_colors---black: #3d3c3c;
  --_colors---black-less: #3d3c3cb3;
}

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

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

body {
  color: #3d3c3cb3;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 1.3;
}

h2 {
  color: #3d3c3c;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lexend, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

li {
  background-image: url('../images/check-1.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  margin-bottom: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 42px;
  list-style-type: none;
}

img {
  max-width: 100%;
  display: inline-block;
}

strong {
  font-weight: bold;
}

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

.section.numbers {
  background-color: var(--_colors---main-green);
  padding-top: 72px;
  padding-bottom: 72px;
}

.section.cta {
  background-color: #1e1e1e;
  background-image: url('../images/ChatGPT-Image-Jun-28-2025-02_36_30-AM-1-1.png'), url('../images/image-5.png');
  background-position: 98% 25%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: 140px 140px, cover;
  background-attachment: scroll, scroll;
  padding-top: 72px;
  padding-bottom: 72px;
}

.section.video-testimonials {
  display: none;
}

.section.is_hero {
  padding-bottom: 72px;
}

.section.footer {
  padding-top: 72px;
  padding-bottom: 72px;
}

.section.is_blog {
  overflow: hidden;
}

.section.is_diploma {
  display: none;
}

.container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

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

.container.is_smaller {
  max-width: 1064px;
}

.hero-wrapper {
  text-align: center;
  max-width: 846px;
  margin-left: auto;
  margin-right: auto;
}

.h1 {
  color: #3d3c3c;
  margin-top: 0;
  font-family: Lexend, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.3;
}

.h1.no-spacing {
  margin-bottom: 0;
}

.main-text {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

.main-text.width-630 {
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
}

.main-text.width-630.is_white {
  color: #ffffffb3;
}

.main-text.align-right {
  text-align: right;
}

.main-text.align-right.width-240 {
  max-width: 240px;
  margin-left: auto;
}

.main-text.width-240 {
  max-width: 240px;
}

.main-text.width-505 {
  max-width: 505px;
}

.spacing-32 {
  height: 32px;
}

.main-button {
  background-color: var(--_colors---main-green);
  color: #3d3c3c;
  padding-top: 16px;
  padding-bottom: 16px;
}

.main-button.is_big {
  padding-left: 160px;
  padding-right: 160px;
  font-size: 22px;
}

.main-button.is_second {
  padding-left: 106px;
  padding-right: 106px;
  font-family: Lexend, sans-serif;
  font-size: 22px;
}

.main-button.is_nav {
  padding: 10px 24px;
  font-family: Lexend, sans-serif;
}

.main-button.is_magnet {
  border: 1px solid var(--_colors---main-green);
  background-color: #fff;
  margin-left: 6px;
  padding: 10px 24px;
  transition: all .5s;
  display: none;
}

.main-button.is_magnet:hover {
  background-color: var(--_colors---main-green);
}

.spacing-72 {
  height: 72px;
}

.overview_trigger {
  height: 80vh;
}

.content-holder {
  z-index: -1;
  opacity: 0;
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.content-holder.is-active {
  z-index: 2;
  opacity: 1;
  text-align: left;
  max-width: 1064px;
  transition: opacity .4s;
  position: relative;
}

.overview-sticky {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: visible;
}

.overview-content {
  flex: 1;
  justify-content: center;
  align-items: center;
  overflow: visible;
}

.overview-wrapper {
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: visible;
}

.overview_component {
  position: relative;
  overflow: visible;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  place-items: center start;
  width: 100%;
}

.h2 {
  color: #3d3c3c;
  margin-top: 16px;
  font-family: Lexend, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.3;
}

.h2.width-416 {
  max-width: 416px;
}

.h2.no-spacing {
  margin-top: 4px;
  margin-bottom: 0;
}

.h2.is_blend {
  color: #3d3c3cb3;
  text-decoration: line-through;
}

.h2.is_smaller {
  font-size: 30px;
}

.green-bg {
  z-index: 0;
  background-color: var(--_colors---main-green);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10px;
  left: 10px;
}

.green-bg.width-300 {
  width: 300px;
  height: 300px;
}

.green-bg.is_home {
  width: 330px;
  height: 325px;
  inset: auto 94px 140px auto;
}

.services-img_wrapper {
  width: 414px;
  height: 510px;
  margin-left: auto;
  margin-right: 10px;
  position: relative;
}

.image-27 {
  z-index: 1;
  height: 512px;
  position: relative;
}

.quick-stack {
  padding: 0;
}

.number.is_big {
  color: #3d3c3c;
  font-family: Lexend, sans-serif;
  font-size: 100px;
}

.cell, .cell-2, .cell-3 {
  justify-content: flex-start;
  align-items: center;
}

.holder-flex {
  display: flex;
}

.quick-stack-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.cell-4 {
  justify-content: flex-start;
  align-items: center;
  padding-top: 240px;
}

.background-video {
  height: 350px;
  margin-left: 20px;
}

.play-pause-button {
  inset: 0%;
}

.background-video-2 {
  box-shadow: 0 4px 20px 10px var(--_colors---main-green);
  width: 140%;
  height: 329px;
  margin-left: 0%;
}

.background-video-3 {
  width: 120%;
  height: 300px;
  margin-top: 280px;
}

.div-block-39 {
  width: 75%;
  margin-left: auto;
}

.cell-5 {
  justify-content: flex-start;
  align-items: flex-end;
}

.bonuses-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  max-width: 1064px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

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

.rating-text {
  color: #3d3c3c;
  margin-left: 6px;
  font-size: 12px;
  font-weight: 700;
}

.price-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.cell-6 {
  justify-content: center;
  align-items: flex-end;
}

.spacing-16 {
  height: 16px;
}

.faq-p {
  border-bottom: 1px solid var(--_colors---black);
  border-radius: 4px;
  width: 100%;
  overflow: hidden;
}

.faq-icon {
  z-index: 2;
  opacity: .7;
  width: 32px;
  height: 32px;
  margin-left: auto;
  margin-right: 16px;
}

.faq-answer {
  margin-bottom: 24px;
  font-weight: 400;
  line-height: 22px;
}

.questions-wrapper {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-40 {
  text-align: left;
  width: 423.65px;
  margin-right: 0;
}

.faq-question {
  white-space: normal;
  max-width: 450px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  line-height: 33px;
}

.faq-body {
  background-color: #ddd0;
  width: 100%;
  display: block;
  position: relative;
}

.faq-body.w--open {
  background-color: #0000;
}

.faq-wrapper {
  max-width: 520px;
  margin-left: auto;
}

.faq {
  align-items: center;
  width: 100%;
  height: 100px;
  padding: 0;
  display: flex;
}

.faq-body-cont {
  max-width: 868px;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

.h3 {
  font-size: 30px;
  line-height: 1.3;
}

.h3.is_black {
  color: #3d3c3c;
  margin-top: 0;
}

.h3.is_black.width-495 {
  max-width: 495px;
}

.cta-heading {
  color: #fff;
  text-align: center;
  font-size: 80px;
  line-height: 1.3;
}

.cta-wrapper-section {
  text-align: center;
  padding-left: 140px;
  padding-right: 140px;
}

.testimonial-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: grid;
}

.testimonial-block-main {
  border: 2px solid var(--_colors---main-green);
  justify-content: space-between;
  padding: 32px 24px;
  display: flex;
}

.testimonial-main-image {
  object-fit: cover;
  width: 200px;
  height: 280px;
  margin-right: 24px;
}

.testimonial-main-content {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

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

.testimonial-main-heading {
  margin-top: 0;
  margin-bottom: 2px;
  font-weight: 600;
}

.testimonial-block {
  border: 2px solid var(--_colors---main-green);
  flex-direction: column;
  justify-content: space-between;
  padding: 32px 24px;
  display: flex;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name {
  font-weight: 700;
}

.about-wrapper {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 40px;
}

.div-block-42 {
  z-index: 0;
  position: relative;
}

.image-29 {
  z-index: 1;
  position: relative;
  bottom: 80px;
  left: 80px;
}

.about-content-wrapper {
  max-width: 630px;
  margin-bottom: 40px;
  margin-left: auto;
}

.spacing-20 {
  height: 20px;
}

.testimonial-grid-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.navbar {
  background-color: #fff;
}

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

.brand-name {
  color: #000000b3;
  font-family: Lexend, sans-serif;
  font-size: 22px;
}

.nav-link {
  padding: 30px 0;
}

.nav-link.w--current {
  color: var(--_colors---black);
}

.nav-menu {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dropdown-list {
  background-color: #ddd;
}

.dropdown-list.w--open {
  background-color: var(--_colors---main-green);
}

.home-hero-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 72px 0 0;
}

.div-block-43 {
  width: 330px;
  height: 330px;
  margin-left: auto;
  position: relative;
}

.image-30 {
  z-index: 2;
  position: absolute;
  bottom: 72px;
  right: 72px;
}

.grey-bg {
  z-index: 1;
  background-color: var(--_colors---black);
  width: 330px;
  height: 325px;
  position: absolute;
}

.cell-7 {
  padding-top: 66px;
}

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

.text-rating {
  color: #000;
  margin-left: 6px;
  font-size: 12px;
  line-height: 14px;
}

.cell-8 {
  justify-content: center;
  align-items: flex-start;
}

.proof-numbers-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-top: 72px;
  display: grid;
}

.proof-heading {
  color: #3d3c3c;
  font-family: Lexend, sans-serif;
  font-size: 26px;
}

.green-notch {
  background-color: var(--_colors---main-green);
  width: 90px;
  height: 3px;
}

.proof-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.dropdown-toggle {
  margin-right: -32px;
}

.grid-services {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr;
  place-items: center start;
}

.grid-services.is_equal {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.service-card {
  background-color: var(--_colors---main-green);
  height: 100%;
  min-height: 310px;
  padding: 24px;
}

.service-card-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.service-icon {
  width: 32px;
  height: 32px;
}

.logo-text {
  color: var(--_colors---black);
  letter-spacing: 1px;
  margin-left: 8px;
}

.div-block-32 {
  margin-top: 64px;
}

.div-block-33 {
  flex-flow: column;
  margin-top: 32px;
  display: flex;
}

.footer-heading {
  color: var(--_colors---black);
}

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

.footer-text {
  color: var(--_colors---black);
  max-width: 277px;
  margin-top: 24px;
}

.footer-adress {
  color: var(--_colors---black);
  line-height: 23px;
}

.image-15 {
  border-radius: 360px;
}

.link {
  color: var(--_colors---black);
  margin-bottom: 4px;
  line-height: 23px;
  text-decoration: none;
}

.link-block-2 {
  border-radius: 360px;
  margin-right: 18px;
}

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

.copyright {
  color: var(--_colors---black);
  text-align: center;
  font-family: Lexend, sans-serif;
  font-size: 16px;
}

.degree-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.degree-holder {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.degree-holder.spacing-100 {
  margin-top: 100px;
}

.about-cards_wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-card {
  background-color: var(--_colors---main-green);
  height: 460px;
  padding: 24px;
}

.about-card.is_left {
  transform: rotate(-1.53deg);
}

.about-card.is_center {
  transform: rotate(4.13deg);
}

.about-card.is_right {
  transform: rotate(-1.61deg);
}

.div-block-44 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

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

.article-rt a {
  color: #5f7510;
  text-decoration: none;
}

.article-rt strong {
  font-weight: 400;
}

.blog-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
}

.left-arrow {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  inset: auto 40px 0% auto;
}

.right-arrow {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  inset: auto 0% 0% auto;
}

.mask {
  width: 25%;
  height: 100%;
  overflow: visible;
}

.collection-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.custom-slider {
  background-color: #0000;
  height: 100%;
  padding-bottom: 72px;
}

.collection-item {
  flex-flow: column;
  align-items: stretch;
  height: 550px;
  margin-right: 0;
  display: flex;
}

.slide-nav {
  top: auto;
  left: 0%;
  right: 0%;
}

.collection-list-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  display: flex;
}

.image-33 {
  height: 267.617px;
}

.collection-item-2 {
  max-width: 33%;
}

.bloglist-wrapper {
  display: flex;
}

.bloglist_wrapper_search {
  width: 30%;
}

.bloglist-blogs {
  padding-left: 25px;
  padding-right: 25px;
}

.collection-item-3 {
  height: 492.617px;
}

.text-field {
  background-image: url('../images/Vector.png');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: auto;
}

.popup-form-block---brix {
  width: 100%;
  margin-bottom: 0;
}

.error-message---brix {
  border-radius: 16px;
  padding: 20px;
}

.popup-content-wrapper---brix {
  z-index: 100;
  border-radius: 32px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 14px #4a3aff29, 0 -2px 4px #14142b1f, 0 12px 44px #14142b57;
}

.popup-content-wrapper---brix.popup-3-content-wrapper---brix {
  max-width: 775px;
  display: flex;
}

.popup---illustration---brix {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.overlay---brix {
  z-index: 10;
  background-color: #0000009c;
  position: absolute;
  inset: 0%;
}

.popup-title---brix {
  margin-bottom: 8px;
}

.input---brix {
  color: #170f49;
  border: 1px solid #eff0f6;
  border-radius: 500px;
  min-height: 60px;
  margin-bottom: 0;
  padding: 30px 20px;
  font-size: 18px;
  line-height: 20px;
  transition: color .2s, border-color .2s;
}

.input---brix:hover, .input---brix:focus {
  color: #4a3aff;
  border-color: #4a3aff;
}

.input---brix::placeholder {
  color: #6f6c90;
}

.subscribe-button---brix {
  color: #fff;
  text-align: center;
  background-color: #4a3aff;
  background-image: none;
  border-radius: 80px;
  padding: 16px 32px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s, background-color .3s;
  position: absolute;
  inset: auto 12px auto auto;
  box-shadow: 0 3px 12px #4a3aff1f;
}

.subscribe-button---brix:hover {
  background-color: #3527d8;
  transform: translate(0, -2px);
  box-shadow: 0 4px 10px #4a3aff26;
}

.subscribe-button---brix.ebook-button---brix {
  background-color: var(--_colors---main-green);
  background-image: none;
  margin-top: 16px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: static;
}

.popup-wrapper---brix {
  z-index: 99999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-3---brix {
  text-align: left;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 60%;
  padding: 58px 48px;
  display: flex;
  position: relative;
}

.success-message---brix {
  color: #fff;
  background-color: #4a3aff;
  border-radius: 16px;
}

.popup-3-form---brix {
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: relative;
}

.close-popup---brix {
  cursor: pointer;
  transition: transform .2s;
  position: absolute;
  inset: 24px 24px auto auto;
}

.close-popup---brix:hover {
  transform: scale(.9);
}

.education-wrapper {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  justify-content: center;
  display: flex;
}

.credentials-wrapper, .courses-wrapper {
  flex: 1;
}

.education-list-item {
  padding-left: 42px;
}

.thumbnail-image {
  margin-bottom: 25px;
}

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

.blogs-grid.is_small {
  grid-template-rows: auto;
}

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

.code-embed {
  margin-top: 20px;
}

.video-testimonial {
  margin-right: 24px;
}

.link-block-3, .link-block-4 {
  text-decoration: none;
}

.code-embed-2 {
  display: none;
}

.ml-onclick-form {
  border: 1px solid var(--_colors---main-green);
  color: #3d3c3c;
  background-color: #fff;
  margin-left: 6px;
  padding: 10px 24px;
  transition: all .5s;
}

.ml-onclick-form:hover {
  background-color: var(--_colors---main-green);
}

.div-block-45 {
  display: flex;
}

@media screen and (max-width: 991px) {
  .section.cta {
    background-position: 100% 0, 50%;
    background-size: 120px, cover;
  }

  .main-text.align-right.width-240 {
    text-align: left;
    margin-left: 0;
  }

  .main-button.is_second {
    white-space: nowrap;
  }

  .overview_trigger {
    height: 80vh;
  }

  .h2 {
    font-size: 28px;
  }

  .number.is_big {
    font-size: 64px;
  }

  .cell-4 {
    padding-top: 32px;
  }

  .background-video {
    margin-left: 0;
  }

  .background-video-2 {
    width: 100%;
    height: 300px;
  }

  .background-video-3 {
    width: 100%;
    margin-top: 32px;
  }

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

  .cell-5 {
    padding-top: 32px;
  }

  .faq-icon {
    display: block;
  }

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

  .faq-wrapper {
    margin-top: 20px;
    margin-left: 0;
  }

  .cta-heading {
    font-size: 64px;
  }

  .cta-wrapper-section {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-grid {
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-main-image {
    width: 300px;
    height: 350px;
  }

  .about-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .about-content-wrapper {
    margin-top: 72px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .navbar {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .nav-link {
    text-align: left;
    padding-left: 20px;
  }

  .nav-menu {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .nav-dropdown {
    flex: none;
  }

  .div-block-43 {
    margin-left: 94px;
  }

  .cell-7 {
    padding-top: 220px;
  }

  .dropdown-toggle {
    margin-right: 0;
  }

  .menu-button.w--open {
    background-color: var(--_colors---main-green);
    color: var(--_colors---black);
  }

  .about-cards_wrapper {
    grid-template-columns: 1fr;
  }

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

  .bloglist_wrapper_search {
    width: 50%;
  }

  .bloglist-blogs, .popup-content-wrapper---brix {
    width: auto;
  }

  .popup-content-wrapper---brix.popup-3-content-wrapper---brix {
    max-width: none;
    bottom: 24px;
    left: 24px;
    right: 24px;
  }

  .subscribe-button---brix.ebook-button---brix {
    background-position: 78%;
  }

  .popup-3---brix {
    max-width: none;
  }

  .popup-illustration-image-wrapper---brix {
    width: 100%;
    max-width: 40%;
  }

  .about-card_text {
    opacity: 1;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h1 {
    font-size: 36px;
  }

  .content-holder.is-active {
    flex-flow: column;
  }

  .grid {
    grid-template-rows: auto auto;
    grid-auto-flow: column;
  }

  .number.is_big {
    font-size: 46px;
  }

  .background-video {
    height: 300px;
  }

  .cell-6 {
    justify-content: center;
    align-items: flex-start;
    padding-top: 32px;
  }

  .faq-icon {
    display: block;
  }

  .faq-answer {
    margin-left: 0;
  }

  .faq-question {
    white-space: pre-wrap;
    margin-left: 0;
    font-size: 18px;
    line-height: 22px;
  }

  .h3.is_black.width-495 {
    text-align: center;
  }

  .cta-heading {
    font-size: 46px;
  }

  .testimonial-main-image {
    width: 250px;
  }

  .about-wrapper.is_home {
    flex-flow: wrap-reverse;
    padding-top: 0;
  }

  .div-block-42 {
    margin-top: 144px;
    margin-right: auto;
  }

  .div-block-42.is_about {
    margin-top: 0;
  }

  .about-content-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }

  .grid-services {
    grid-template-columns: 2fr;
    place-items: center;
  }

  .grid-services.is_equal {
    grid-template-columns: 1fr;
  }

  .service-card {
    max-width: 305px;
  }

  .div-block-32 {
    margin-top: 24px;
  }

  .div-block-35, .div-block-34 {
    margin-top: 36px;
  }

  .degree-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .about-cards_wrapper {
    grid-template-columns: 1fr;
  }

  .about-card {
    width: 90%;
  }

  .about-card.is_center {
    margin-left: 16px;
  }

  .breadcrumbs-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .mask {
    width: 100%;
  }

  .collection-item {
    width: 313px;
    margin-right: 10px;
  }

  .collection-list-2 {
    flex-flow: column;
  }

  .collection-item-2 {
    max-width: none;
  }

  .collection-item-3 {
    height: auto;
    margin-bottom: 20px;
  }

  .dot {
    display: none;
  }

  .popup-content-wrapper---brix.popup-3-content-wrapper---brix {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    left: 24px;
    right: 24px;
  }

  .popup---illustration---brix {
    object-position: 50% 50%;
  }

  .subscribe-button---brix {
    background-position: 67% 52%;
    width: 100%;
    min-height: 66px;
    line-height: 18px;
    position: static;
  }

  .popup-wrapper---brix {
    padding-left: 24px;
    padding-right: 24px;
  }

  .popup-3---brix {
    max-width: 100%;
    padding-left: 32px;
    padding-right: 32px;
  }

  .popup-illustration-image-wrapper---brix {
    align-items: center;
    max-width: 100%;
    height: 20vh;
    display: flex;
  }

  .education-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .blogs-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .section.cta {
    background-size: 80px, cover;
  }

  .h1.no-spacing {
    white-space: break-spaces;
  }

  .main-button.is_big {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .main-button.is_second {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .overview-content {
    max-width: 320px;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .h2.is_smaller {
    font-size: 26px;
  }

  .green-bg {
    width: 202px;
    height: 250px;
    left: 10px;
  }

  .green-bg.width-300 {
    width: 250px;
    height: 250px;
    inset: auto 0% 0%;
  }

  .green-bg.is_home {
    width: 250px;
    height: 250px;
    inset: 0% auto auto 0%;
  }

  .services-img_wrapper {
    width: 100%;
    height: auto;
  }

  .image-27 {
    height: 250px;
  }

  .div-block-40 {
    width: auto;
  }

  .h3.is_black, .h3.is_black.width-495 {
    font-size: 26px;
  }

  .cta-heading {
    font-size: 28px;
  }

  .paragraph, .div-block-41 {
    max-width: 320px;
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-block-main {
    flex-direction: column;
  }

  .testimonial-main-image {
    width: 100%;
    height: auto;
    margin-bottom: 32px;
    margin-right: 0;
  }

  .testimonial-main-content {
    width: auto;
  }

  .div-block-42 {
    padding-right: 20px;
  }

  .image-29 {
    width: 250px;
    bottom: 20px;
    left: 20px;
  }

  .div-block-43 {
    width: 300px;
    margin-left: 0;
  }

  .image-30 {
    width: 216px;
    bottom: 50%;
    left: 50%;
    right: 0%;
    transform: translate(-50%, 50%);
  }

  .grey-bg {
    width: 250px;
    height: 250px;
    inset: auto 0% 0% auto;
  }

  .cell-7 {
    padding-top: 72px;
  }

  .proof-numbers-wrapper {
    grid-template-columns: 1fr;
    place-items: center start;
  }

  .div-block-31 {
    width: auto;
  }

  .heart-wrapper {
    width: 50%;
  }

  .degree-wrapper {
    grid-template-columns: 1fr;
  }

  .degree-holder.spacing-100 {
    margin-top: 0;
  }

  .about-card.is_center {
    height: 500px;
  }

  .popup-content-wrapper---brix {
    border-radius: 24px;
  }

  .popup-content-wrapper---brix.popup-3-content-wrapper---brix {
    bottom: 16px;
    left: 16px;
    right: 16px;
  }

  .popup---illustration---brix {
    object-position: 50% 50%;
  }

  .popup-title---brix {
    font-size: 22px;
    line-height: 1.2;
  }

  .subscribe-button---brix {
    text-align: center;
    background-position: 247px;
    padding: 15px 34px 16px 38px;
  }

  .subscribe-button---brix.ebook-button---brix {
    background-position: 85%;
  }

  .popup-wrapper---brix {
    padding-left: 16px;
    padding-right: 16px;
  }

  .popup-3---brix {
    padding: 32px 24px 40px;
  }

  .popup-illustration-image-wrapper---brix {
    height: 15vh;
  }

  .video-testimonial {
    height: auto;
    margin-bottom: 32px;
    margin-right: 0;
  }
}

#w-node-_0f0ca332-7be9-c5e3-6bac-d7da0510ddff-baefcc67, #w-node-e23bf50f-9677-3fd6-2570-e5bd7de2331c-baefcc67 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_7847ddbe-db4b-3b94-1280-fa517cfeda2a-baefcc67, #w-node-_23eeae96-1cc8-72b9-275a-35565552aa24-baefcc67, #w-node-_23eeae96-1cc8-72b9-275a-35565552aa2e-baefcc67, #w-node-_23eeae96-1cc8-72b9-275a-35565552aa1a-baefcc67, #w-node-_0c4ff0bb-631d-2eba-380a-7271607c58d6-baefcc67 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e0cfd85-f055-0a42-e1a0-4da04d678404-baefcc67, #w-node-ce2fd334-5f54-4ce2-d5c2-8f12663c509e-9733ae5c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b2611d53-d244-2f3a-23c7-ea168c0f2315-9733ae5c, #w-node-b2611d53-d244-2f3a-23c7-ea168c0f231d-9733ae5c, #w-node-b2611d53-d244-2f3a-23c7-ea168c0f2327-9733ae5c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9b600142-90ba-43e0-1009-94d40a603c63-0a603c61 {
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr 1fr;
}

#w-node-_25fb7e29-f03c-3c4a-3478-58d7d35ead94-4b3968f1, #w-node-_25fb7e29-f03c-3c4a-3478-58d7d35ead9c-4b3968f1, #w-node-_25fb7e29-f03c-3c4a-3478-58d7d35eada4-4b3968f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_258e62bb-245f-e3db-ebab-7690ec958241-4b3968f1 {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-e23bf50f-9677-3fd6-2570-e5bd7de2331c-baefcc67 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_7847ddbe-db4b-3b94-1280-fa517cfeda2a-baefcc67, #w-node-_23eeae96-1cc8-72b9-275a-35565552aa1a-baefcc67 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ce2fd334-5f54-4ce2-d5c2-8f12663c509e-9733ae5c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-b2611d53-d244-2f3a-23c7-ea168c0f2315-9733ae5c, #w-node-_25fb7e29-f03c-3c4a-3478-58d7d35ead94-4b3968f1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0f0ca332-7be9-c5e3-6bac-d7da0510ddff-baefcc67, #w-node-_9e0cfd85-f055-0a42-e1a0-4da04d678404-baefcc67 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-d19b2d19-7d4c-b85a-f5d3-4d81d14613e4-9733ae5c {
    order: 9999;
  }

  #w-node-_9b600142-90ba-43e0-1009-94d40a603c63-0a603c61 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7847ddbe-db4b-3b94-1280-fa517cfeda2a-baefcc67, #w-node-_23eeae96-1cc8-72b9-275a-35565552aa1a-baefcc67 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ce2fd334-5f54-4ce2-d5c2-8f12663c509e-9733ae5c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-b2611d53-d244-2f3a-23c7-ea168c0f2315-9733ae5c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9b600142-90ba-43e0-1009-94d40a603c63-0a603c61 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_25fb7e29-f03c-3c4a-3478-58d7d35ead94-4b3968f1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


