/* About page readability tweaks */
body.about-body .paragraph { font-size: 20px; line-height: 1.7em; }
body.about-body .title { letter-spacing: .2px; }
html, body { max-width: 100%; overflow-x: hidden; }

/* About KPIs layout and emoji sizing */

/* Keep team CTA on one line and slightly wider */
.about-team-cta.button.w-button { 
  white-space: nowrap; 
  padding: 14px 40px !important; 
  border-radius: 1000px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  border: none !important;
  line-height: 1.125em !important;
  height: auto !important;
  width: auto !important;
  min-width: 280px;
  text-transform: uppercase !important;
  letter-spacing: .08em !important;
}

/* Wider CTA for long labels (service pages) */
.cta-wide { white-space: nowrap; padding-left: 28px !important; padding-right: 28px !important; min-width: 300px; text-align: center; }
@media (max-width: 479px){ .cta-wide { min-width: 0; width: 100%; } }

/* KPI auto-scrolling ticker */
.kpi-ticker { 
  overflow: hidden; 
  position: relative; 
  padding: 10px 0; 
  margin-top: 60px;
}
.kpi-track { display: flex; gap: 16px; width: max-content; animation: kpi-scroll 25s linear infinite; }
.kpi-card { display: inline-flex; align-items: center; gap: 12px; padding: 14px 22px; background: #f6f9ff; border-radius: 14px; box-shadow: 0 1px 0 rgba(24,78,172,.06), 0 0 0 1px rgba(24,78,172,.08); }
.kpi-card .kpi-emoji { font-size: 22px; }
.kpi-card .kpi-text { font-weight: 700; color: #0f437f; white-space: nowrap; }
@keyframes kpi-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* About: card styling for Qui sommes-nous */
.about-card { background: #ffffff; border-radius: 16px; box-shadow: 0 10px 24px rgba(15,67,127,.08); padding: 24px; }
.text-center { text-align: center; display: block; margin-left: auto; margin-right: auto; }

/* Center the 'Qui sommes-nous' section layout */
.section.about-hero.ghgh .about-hero-wrapper { display: grid; grid-template-columns: 1fr; justify-items: center; row-gap: 16px; width: 100%; max-width: 1200px; margin: 0 auto; }
.section.about-hero.ghgh .about-hero-right { max-width: 940px; width: 100%; margin-left: auto; margin-right: auto; }
.section.about-hero.ghgh .about-hero-right.about-card { margin-left: auto; margin-right: auto; }
.section.about-hero.ghgh .container.text-center { margin-left: auto; margin-right: auto; }
.section.about-hero.ghgh .heading-3 { width: auto; max-width: 100%; margin-left: auto; margin-right: auto; text-align: center; }
.section.about-hero.ghgh .about-hero-right p:last-of-type { text-align: center; }
.section.about-hero.ghgh .about-hero-right .about-team-cta { display: inline-flex; margin-left: auto; margin-right: auto; justify-content: center; align-items: center; }

/* Center the Methodologie heading block */
#method .title.text-center { text-align: center; margin-left: auto; margin-right: auto; display: block; }

/* Force center the methodology section and title */
.section.hghg.f.fgf { 
  text-align: center; 
  width: 100%; 
  padding-top: 120px !important;
}
.section.hghg.f.fgf .title.about-hero.edit.metho._11.text-center { width: 100%; text-align: center; margin: 0 auto; }
/* Override legacy offsets that push the title to the right */
.section.hghg.f.fgf .title.about-hero.edit.metho._11 { position: static; left: auto; top: auto; min-width: 0; max-width: none; width: auto; margin: 0 auto 120px; text-align: center; }

/* Force center the 'Qui sommes-nous' section */
.section.about-hero.ghgh { 
  text-align: center; 
  width: 100%; 
  padding-left: 0 !important;
  padding-right: 0 !important;
  display: block;
}
.section.about-hero.ghgh .container-default.shifting { 
  max-width: none !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0 !important;
}
/* Override .w-container max-width that causes offset */
.section.about-hero.ghgh .w-container {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0 !important;
}
/* The wrapper should handle the centering */
.section.about-hero.ghgh .about-hero-wrapper {
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Vertical carousel */
.v-carousel { position: relative; display: grid; grid-template-rows: auto 1fr auto auto; gap: 16px; align-items: center; justify-items: center; margin: 120px 0 40px; }
.vc-btn { background: #0f5ab7; color: #fff; border: none; border-radius: 999px; width: 42px; height: 42px; display: grid; place-items: center; cursor: pointer; box-shadow: 0 4px 10px rgba(15,67,127,.2); }
.vc-btn:hover { transform: translateY(-1px); }
.vc-card { width: min(1100px, 96vw); transition: opacity .6s ease, transform .6s ease; }
.v-carousel .about-card { padding: 28px; }
.v-carousel .vc-card { display: none; }
.v-carousel .vc-card.is-active { display: block; }

/* Carousel bullet points */
.v-carousel-dots { display: flex; gap: 12px; justify-content: center; margin-top: 16px; }
.v-carousel-dot { width: 12px; height: 12px; border-radius: 50%; background: #c4d7f2; cursor: pointer; transition: all .3s ease; border: none; padding: 0; }
.v-carousel-dot.is-active { background: #0f5ab7; transform: scale(1.2); }
.v-carousel-dot:hover { background: #5689d1; }

/* Carousel card media */
.vc-card-media { display: grid; grid-template-columns: 260px 1fr; gap: 20px; align-items: start; }
.vc-card-media img { width: 360px; height: 220px; object-fit: cover; border-radius: 14px; box-shadow: 0 3px 8px rgba(15,67,127,.15); }
.vc-card-media .vc-card-body { display: grid; gap: 12px; }
.vc-card-body .title { 
  text-align: center; 
  margin-top: 0;
  margin-bottom: 24px;
}
.vc-card-body .paragraph { 
  text-align: center; 
  margin-bottom: 8px;
}
.vc-card-body .vc-list { 
  list-style-type: disc; 
  padding-left: 24px; 
  margin: 0; 
  text-align: left;
  color: inherit;
}
.vc-card-body .vc-list li { 
  margin-bottom: 8px; 
  line-height: 1.6;
}
.vc-card-body .vc-list li:last-child { 
  margin-bottom: 0; 
}
@media (max-width: 767px){ .vc-card-media { grid-template-columns: 1fr; } .vc-card-media img { width: 100%; height: 220px; } }

@media (max-width: 767px){ .vc-card { width: 100%; } }

/* Improve 'Rencontrez notre équipe' button */
/* === About page adjustments === */
/* Center and vertically align CTAs inside About sections like 'Nos résultats' */
.section-4._88 .container._99 a.button-primary.e5.expl {
  position: static !important;
  left: auto !important;
  margin-left: auto;
  margin-right: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Unique styling hook for Goûtez l'excellence CTA on About page */

/* Enlarge Méthodologie cards and images */
.v-carousel .about-card { padding: 32px; }
.vc-card { width: min(1200px, 96vw); }
.vc-card-media { grid-template-columns: 420px 1fr; gap: 24px; }
.vc-card-media img { width: 520px; height: 320px; }
@media (max-width: 991px){
  .vc-card { width: min(1000px, 96vw); }
  .vc-card-media { grid-template-columns: 360px 1fr; }
  .vc-card-media img { width: 440px; height: 280px; }
}
@media (max-width: 767px){
  .vc-card-media { grid-template-columns: 1fr; }
  .vc-card-media img { width: 100%; height: 260px; }
}
.about-team-cta.w-button { 
  font-size: 16px !important; 
  padding: 10px 40px !important; 
  border: none !important;
  border-radius: 1000px !important; 
  font-weight: 700 !important; 
  min-width: 280px; 
  text-align: center; 
  display: inline-flex !important; 
  justify-content: center; 
  align-items: center;
  margin-top: 32px;
  line-height: 1.125em !important;
  height: auto !important;
  width: auto !important;
  text-transform: uppercase !important;
  letter-spacing: .08em !important;
}
/* Add spacing between last paragraph and button in 'Qui sommes-nous' section */
.section.about-hero.ghgh .about-hero-right p:nth-last-child(2) {
  margin-bottom: 48px;
}
/* ===== Custom: Floating logo + floating navbar (desktop) ===== */
@media (min-width: 992px) {
  /* Add padding to body to prevent content from going under fixed header */
  body {
    padding-top: 120px; /* Space for header + banner */
  }
  
  /* Make top banner fixed on desktop */
  .top-banner {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 120;
  }
  
  .header {
    position: fixed !important;
    top: 60px !important; /* Below the 44px banner + 16px spacing */
    left: 0 !important;
    right: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    z-index: 100 !important;
    transition: top 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  
  /* When scrolled away from top and scrolling up - move to viewport top */
  
  .header .container-default,
  .header-container {
    background: transparent !important;
    box-shadow: none !important;
  }
  .header-container {
    max-width: 1200px;
  }
  .header-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }
  .brand.w-nav-brand {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 112px;
    height: 112px;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 10px 24px rgba(18, 28, 87, 0.12);
  }
  .brand.w-nav-brand .header-logo {
    width: 120px; /* bigger logo image inside circle */
    height: auto;
    transform: translateY(-3px); /* nudge upward for optical centering */
  }
  .nav-menu.w-nav-menu {
    display: inline-flex !important;
    align-items: center;
    height: 56px; /* fixed height */
    background-color: #ffffff;
    border-radius: 16px;
    padding: 0 12px; /* tighter navbar */
    box-shadow: 0 10px 24px rgba(18, 28, 87, 0.12);
  }
  .header-navigation {
    display: inline-flex;
    align-items: center;
    gap: 3px; /* tighter spacing */
    margin: 0;
    padding: 0;
  }
  .header-navigation .nav-item-wrapper {
    list-style: none;
  }
  .header-navigation .nav-link {
    display: inline-block;
    padding: 6px 10px;
    border-radius: 12px;
    border: 2px solid transparent; /* for blue contour animation */
    transition: color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
    white-space: nowrap; /* keep on one line */
    overflow-wrap: normal;
    word-break: normal;
    line-height: 1; /* thinner */
    text-decoration: none;
  }
  .header-navigation .nav-link:hover,
  .header-navigation .nav-link:focus {
    border-color: #1e40af; /* blue contour */
    box-shadow: 0 0 0 4px rgba(30, 64, 175, 0.12);
    transform: translateY(-1px);
  }
  .header-navigation .nav-link.w--current {
    background-color: rgba(18, 28, 87, 0.12);
  }
  .header-left, .menu-button.w-nav-button {
    display: none !important;
  }
  /* keep CTA on one line */
  .button-2.w-button, .button-3.w-button, .button-primary {
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    height: 56px; /* match navbar */
    padding: 0 24px;
    line-height: 1;
    border-radius: 28px;
    border: 2px solid #fff; /* fine white contour */
  }

  /* Dropdown (Services) */
  .header-navigation .dropdown { position: relative; }
  .header-navigation .dropdown-menu {
    position: absolute;
    top: 100%; /* no gap so hover doesn't break */
    left: 0;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 12px 28px rgba(18, 28, 87, 0.15);
    padding: 8px;
    min-width: 280px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(4px);
    transition: opacity .2s ease, transform .2s ease;
    z-index: 200;
  }
  .header-navigation .dropdown:hover .dropdown-menu { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .header-navigation .dropdown-menu a {
    display: block;
    padding: 8px 10px;
    border-radius: 10px;
    white-space: nowrap;
    text-decoration: none;
    color: inherit;
    border: 2px solid transparent;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
  }
  .header-navigation .dropdown-menu a:hover { border-color: #1e40af; box-shadow: 0 0 0 4px rgba(30, 64, 175, 0.12); transform: translateY(-1px); }

  /* Slightly reduce right padding on last item to balance edges */
  .header-navigation .nav-item-wrapper:last-child .nav-link { padding-right: 6px; }
}

/* Announcement top banner above navbar */
.top-banner {
  position: sticky;
  top: 0;
  z-index: 120;
  background-color: #0f437f;
  color: #fff;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  font-size: 18px;
  box-shadow: 0 2px 6px rgba(0,0,0,.08);
  transition: transform .25s ease, opacity .25s ease;
}
.top-banner a { color: #fcdf69; text-decoration: none; font-weight: 600; margin-left: 8px; }

/* Split CTAs to the right of navbar */
@media (min-width: 992px) {
  .header-cta-split { display: inline-flex; align-items: center; margin-left: 8px; }
  .cta-primary {
    background: #184eac;
    color: #fff;
    height: 56px;
    padding: 0 28px;
    border-radius: 28px 0 0 28px;
    display: inline-flex;
    align-items: center;
    border: 2px solid #fff;
    text-decoration: none;
    font-weight: 600;
    white-space: nowrap;
  }
  .cta-phone {
    background: #0d3560;
    color: #fff;
    height: 56px;
    padding: 0 28px;
    border-radius: 0 28px 28px 0;
    display: inline-flex;
    align-items: center;
    border: 2px solid #fff;
    border-left: 0;
    gap: 8px;
    text-decoration: none;
    font-weight: 600;
    white-space: nowrap;
  }
  .cta-primary:hover, .cta-phone:hover { filter: brightness(1.05); box-shadow: 0 6px 16px rgba(18, 28, 87, 0.12); }
  /* push CTAs to far right */
  .header-cta-split { margin-left: auto; }
}

/* navbar hide on scroll down */
@media (min-width: 992px) {
  /* Smooth transitions for header wrapper content ONLY */
  .header-wrapper {
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.35s ease;
    transform: translateY(0);
    opacity: 1;
    will-change: transform, opacity;
  }
  
  /* Hidden state - slide content up smoothly */
  
  /* Fixed state - show content without background */
}

/* Home services carousel adjustments */
.courses-categories-grid .image-wrapper.card-courses-category {
  height: 280px;
  overflow: hidden;
  border-radius: 16px;
}

/* Ensure full image is visible inside the card frame */
.courses-categories-grid .image-wrapper.card-courses-category .image.card-courses-category {
  width: 100%;
  height: 100% !important;
  object-fit: contain !important;
  border-radius: 16px;
}
.courses-categories-grid .image.card-courses-category {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.courses-category .w-slider-arrow-left, .courses-category .w-slider-arrow-right,
.courses-category .w-slider-arrow-left .w-icon-slider-left,
.courses-category .w-slider-arrow-right .w-icon-slider-right {
  color: #184eac;
}
.courses-category .w-slider-arrow-left, .courses-category .w-slider-arrow-right {
  top: 50%;
  transform: translateY(-50%);
}
/* push arrows outside carousel width */
.courses-category .w-slider-arrow-left { left: -36px; }
.courses-category .w-slider-arrow-right { right: -36px; }

/* Mobile responsiveness */
@media (max-width: 991px) {
  .brand.w-nav-brand { width: 64px; height: 64px; }
  .brand.w-nav-brand .header-logo { width: 48px; transform: translateY(-2px); }
  .nav-menu.w-nav-menu { height: auto; padding: 8px 12px; border-radius: 12px; }
  .header-navigation { gap: 8px; flex-wrap: wrap; }
  .header-navigation .nav-link { padding: 8px 10px; font-size: 15px; }
  .header-cta-split { width: 100%; margin-left: 0; margin-top: 8px; justify-content: flex-end; }
  .cta-primary, .cta-phone { height: 44px; padding: 0 16px; border-radius: 22px; }
  .top-banner { height: 40px; font-size: 17px; }
  /* carousel arrows on mobile */
  .courses-category .w-slider-arrow-left { left: -20px; top: 50%; transform: translateY(-50%); }
  .courses-category .w-slider-arrow-right { right: -20px; top: 50%; transform: translateY(-50%); }
}

/* Equalize hero buttons */
.home-hero ._2-buttons { display: flex; gap: 16px; align-items: stretch; }
.home-hero ._2-buttons .hero-eq { flex: 1 1 0; width: auto; text-align: center; }
.home-hero .button-primary.button-2-buttons,
.home-hero .button-secondary.button-2-buttons { margin: 0; top: auto; left: auto; position: relative; display: flex; justify-content: center; align-items: center; height: 84px; padding: 0 40px; }

@media (max-width: 991px) {
  .home-hero .button-primary.button-2-buttons,
  .home-hero .button-secondary.button-2-buttons { height: 64px; padding: 0 24px; }
}

/* Service pages – rich text table styling (theme colors) */
.course-rich-text-wrapper table { width: 100%; border-collapse: separate; border-spacing: 0; margin: 16px 0; border-radius: 12px; overflow: hidden; box-shadow: 0 1px 0 rgba(24, 78, 172, 0.08), 0 0 0 1px rgba(24, 78, 172, 0.12); }
.course-rich-text-wrapper thead th { background: #184eac; color: #fff; padding: 12px 16px; text-align: center; font-weight: 700; }
.course-rich-text-wrapper tbody td { background: #f6f9ff; padding: 12px 16px; vertical-align: top; border-top: 1px solid rgba(24, 78, 172, 0.12); }
.course-rich-text-wrapper tbody td ul { list-style: disc; padding-left: 18px; margin: 0; }
.course-rich-text-wrapper tbody td li { margin: 4px 0; }
.course-rich-text-wrapper tbody tr:nth-child(even) td { background: #eef3ff; }
.course-rich-text-wrapper ul { margin: 0; padding-left: 18px; }

/* Keep service CTAs on a single line */
.course-rich-text-wrapper a.button.w-button,
.course .card.get-course .button.w-button { white-space: nowrap; }

@font-face {
  font-family: Icons Education X Template;
  src: url('../fonts/icons-education-x-template.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Filled Icons;
  src: url('../fonts/filled-icon-font.woff2') format("woff2"), url('../fonts/filled-icon-font.eot') format("embedded-opentype"), url('../fonts/filled-icon-font.woff') format("woff"), url('../fonts/filled-icon-font.ttf') format("truetype"), url('../fonts/filled-icon-font.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Line Rounded Icons;
  src: url('../fonts/line-rounded-icons.woff2') format("woff2"), url('../fonts/line-rounded-icons.eot') format("embedded-opentype"), url('../fonts/line-rounded-icons.woff') format("woff"), url('../fonts/line-rounded-icons.ttf') format("truetype"), url('../fonts/line-rounded-icons.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Line Square Icons;
  src: url('../fonts/line-square-icons.woff2') format("woff2"), url('../fonts/line-square-icons.eot') format("embedded-opentype"), url('../fonts/line-square-icons.woff') format("woff"), url('../fonts/line-square-icons.ttf') format("truetype"), url('../fonts/line-square-icons.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Social Icons Font;
  src: url('../fonts/social-icon-font.woff2') format("woff2"), url('../fonts/social-icon-font.eot') format("embedded-opentype"), url('../fonts/social-icon-font.woff') format("woff"), url('../fonts/social-icon-font.ttf') format("truetype"), url('../fonts/social-icon-font.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --neutral-600: #2c2c2c;
  --neutral-800: #0f437f;
  --neutral-700: #1e3d60;
  --primary-1: #064ea4;
  --secondary-3: #f99d77;
  --card-default-shadow-short: #1e3d6008;
  --neutral-100: white;
  --secondary-1: #e1edfb;
  --secondary-2: #fcdf69;
  --neutral-500: #8096b0;
  --neutral-400: #becad7;
  --neutral-300: #e7eaee;
  --neutral-200: #f9fafb;
  --header-shadow: #062b560a;
  --card-default-shadow-long: #1e3d600d;
  --shadow-1: #030e1a63;
}

.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-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous, .w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

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

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

body {
  color: var(--neutral-600);
  font-family: Kumbh Sans, sans-serif;
  font-size: 18px;
  line-height: 1.667em;
}

/* Use the Ressources font (Kumbh Sans) site-wide, including headings */
h1, h2, h3, h4,
.nav-link,
.header-navigation a,
.button-primary,
.button-secondary,
.cta-primary,
.cta-phone,
.paragraph,
.w-button {
  font-family: Kumbh Sans, sans-serif !important;
}

h1 {
  color: var(--neutral-800);
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Newsreader, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.3em;
}

h2 {
  color: var(--neutral-800);
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Newsreader, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.289em;
}

h3 {
  color: var(--neutral-700);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5em;
}

h4 {
  color: var(--neutral-700);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5em;
}

p {
  margin-bottom: 20px;
}

a {
  color: var(--primary-1);
  text-decoration: underline;
  transition: color .3s;
}

a:hover {
  color: var(--secondary-3);
}

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

li {
  margin-bottom: 16px;
}

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

label {
  color: var(--neutral-700);
  margin-bottom: 16px;
  font-weight: 700;
  line-height: 1.111em;
  display: block;
}

strong {
  color: var(--neutral-800);
  font-weight: 700;
}

.bg-neutral-700 {
  background-color: var(--neutral-700);
}

.bg-neutral-200 {
  background-color: var(--neutral-200);
}

.container-default {
  flex: 1;
  max-width: 1209px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-default.blog-post {
  margin-bottom: 81px;
  position: relative;
}

.container-default._404 {
  justify-content: center;
  display: flex;
  position: relative;
}

.container-default.header-container {
  background-color: var(--neutral-100);
  margin-top: -15px;
  padding-top: 28px;
  padding-bottom: 10px;
}

.container-default.shifting { padding-left: 20px; padding-right: 20px; max-width: 1200px; margin-left: auto; margin-right: auto; }

.button-primary {
  background-color: var(--primary-1);
  color: var(--neutral-100);
  text-align: center;
  letter-spacing: .08em;
  text-transform: uppercase;
  transform-style: preserve-3d;
  border-radius: 1000px;
  margin-bottom: 20px;
  margin-left: 0;
  padding: 24px 40px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.125em;
  transition: transform .3s, background-color .3s;
  position: relative;
  top: 65px;
  left: auto;
}

.button-primary:hover {
  background-color: var(--neutral-800);
  color: var(--neutral-100);
  transform: scale3d(.96, .96, 1.01);
}

.button-primary.small {
  padding: 20px 32px;
  font-size: 16px;
}

.button-primary.full-width {
  align-self: stretch;
  display: block;
}

.button-primary.button-white {
  background-color: var(--neutral-100);
  color: var(--neutral-800);
}

.button-primary.button-white:hover {
  background-color: var(--secondary-1);
}

.button-primary.button-2-buttons {
  margin-bottom: 20px;
  margin-right: 26px;
  top: auto;
  left: auto;
}

.button-primary.footer-newsletter {
  margin-left: -71px;
  padding: 15px 24px;
  font-size: 14px;
  line-height: 1.143em;
  position: relative;
  left: 250px;
  right: 0;
}

.button-primary.newsletter {
  background-color: var(--secondary-3);
  width: 280px;
  padding: 16px 32px;
  position: absolute;
  top: -95px;
  left: 280px;
  right: 17px;
}

.button-primary.edit1 {
  left: auto;
}

.button-primary.e5.expl { position: static; left: auto; margin-left: auto; margin-right: auto; display: inline-block; }

.button-secondary {
  background-color: var(--neutral-300);
  color: var(--neutral-700);
  text-align: center;
  letter-spacing: .08em;
  text-transform: uppercase;
  transform-style: preserve-3d;
  border-radius: 1000px;
  padding: 24px 40px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.125em;
  transition: transform .3s, background-color .3s;
}

.button-secondary:hover {
  background-color: var(--neutral-400);
  color: var(--neutral-700);
  transform: scale3d(.96, .96, 1.01);
}

.button-secondary.small {
  padding: 20px 32px;
  font-size: 16px;
}

.button-secondary.button-2-buttons {
  margin-bottom: 20px;
  margin-left: 0;
  display: inline-block;
  position: relative;
  top: -88px;
  left: 318px;
}

.button-secondary.pagination {
  margin-top: 60px;
}

.header {
  box-shadow: 0 6px 12px 0 var(--header-shadow);
  background-color: #fff;
  position: sticky;
  top: 0;
}

.header-navigation {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.nav-item-wrapper {
  margin-bottom: 0;
  margin-right: 40px;
}

.nav-link {
  color: var(--neutral-700);
  min-width: 100px;
  font-weight: 700;
  line-height: 1.111em;
  text-decoration: none;
  transition: color .35s;
}

.nav-link:hover {
  color: var(--neutral-700);
}

.nav-link.dropdown {
  padding: 0;
}

.nav-link.dropdown:hover {
  color: var(--secondary-3);
}

.footer {
  border-top: 1px solid var(--neutral-400);
  background-color: var(--neutral-700);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  padding-top: 72px;
  padding-bottom: 0;
}

.footer-logo-container {
  transform-style: preserve-3d;
  transition-property: transform;
}

.footer-logo-container:hover {
  transform: scale3d(.96, .96, 1.01);
}

.footer-nav {
  margin-bottom: 0;
  margin-right: 30px;
  padding-left: 0;
  list-style-type: none;
}

.footer-nav.last {
  margin-right: 0;
}

.footer-nav-item {
  margin-bottom: 26px;
  line-height: 1em;
}

.section {
  padding-top: 100px;
  padding-bottom: 184px;
  position: relative;
}

.section.home-hero {
  padding-top: 127px;
  padding-bottom: 127px;
  position: relative;
  overflow: hidden;
}

.section.bg-neutral-200.testimonials {
  overflow: hidden;
}

.section.bg-neutral-200.latest-posts {
  padding-bottom: 112px;
}

.section.bg-neutral-200.courses {
  padding-top: 118px;
  display: none;
}

.section.bg-neutral-700 {
  position: relative;
  padding-top: 100px;
}

.section.bg-neutral-700.perks {
  padding-bottom: 188px;
  position: relative;
}

.section.cta {
  background-color: var(--primary-1);
  padding-top: 88px;
  padding-bottom: 88px;
  overflow: hidden;
}

.section.courses-category {
  padding-top: 136px;
  position: relative;
}

.section.blog-section {
  padding-bottom: 167px;
  display: none;
}

.section.about-hero {
  padding-top: 206px;
  padding-bottom: 206px;
  position: relative;
}

.section.about-hero.ghgh {
  padding-bottom: 100px;
}

.section.hero-small {
  background-color: #e1edfb66;
  padding-top: 132px;
  padding-bottom: 132px;
  position: relative;
}

.section.hero-small.fffg {
  padding-bottom: 60px;
}

.section.hero-small.serve {
  padding-bottom: 100px;
}

.section.blog-featured {
  padding-top: 190px;
  padding-bottom: 126px;
}

.section.blog-featured.hgh {
  padding-top: 140px;
  padding-bottom: 100px;
}

.section.newsletter {
  padding-top: 0;
  padding-bottom: 0;
}

.section.blog {
  padding-top: 163px;
  padding-bottom: 200px;
}

.section.blog.jhj {
  padding-bottom: 100px;
}

.section.blog-post {
  padding-top: 126px;
  padding-bottom: 213px;
  position: relative;
  overflow: hidden;
}

.section.course {
  padding-top: 125px;
  padding-bottom: 233px;
  position: relative;
}

.section.contact {
  padding-top: 117px;
  overflow: hidden;
}

.section.courses-category-section {
  padding-top: 163px;
}

.section.blog-category {
  padding-top: 163px;
  padding-bottom: 200px;
}

.section.hghg.f {
  padding-top: 40px;
}

.section.hghg.f.fgf {
  padding-top: 10px;
  padding-bottom: 100px;
}

.utility-page-wrap {
  background-color: var(--neutral-200);
  justify-content: center;
  align-items: center;
  min-height: 800px;
  padding: 60px 24px;
  display: flex;
  overflow: hidden;
}

.utility-page-wrap._404 {
  background-color: var(--neutral-100);
  min-height: 700px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.utility-page-content-password {
  box-shadow: 0 5px 15px 0 var(--card-default-shadow-long);
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  width: 100%;
  max-width: 580px;
  padding: 72px 50px;
  display: flex;
  position: relative;
}

.utility-page-form {
  flex-direction: column;
  align-items: center;
  display: flex;
}
.input {
  background-color: var(--neutral-200);
  color: var(--neutral-800);
  border: 1px solid #0000;
  border-radius: 100px;
  min-height: 65px;
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 18px;
  line-height: 1.111em;
  transition: border-color .3s, color .3s;
}

.input:hover {
  border-color: var(--neutral-400);
}

.input:focus {
  border-color: var(--neutral-400);
  color: var(--neutral-800);
}

.input::placeholder {
  color: var(--neutral-600);
}

.input.password {
  margin-bottom: 20px;
}

.input.footer-newsletter {
  background-color: var(--neutral-100);
  min-height: 71px;
  padding-left: 23px;
  padding-right: 125px;
}

.input.footer-newsletter::placeholder {
  color: var(--neutral-500);
}

.input.newsletter {
  background-color: var(--neutral-100);
  min-height: 82px;
  padding-left: 32px;
  padding-right: 190px;
}

.input.newsletter::placeholder {
  color: var(--neutral-500);
}

._404-title {
  color: var(--neutral-800);
  text-align: right;
  font-family: Newsreader, sans-serif;
  font-size: 240px;
  font-weight: 600;
  line-height: 1em;
}

.divider {
  background-color: var(--neutral-300);
  width: 100%;
  height: 1px;
}

.divider.footer-top {
  background-color: var(--neutral-100);
  opacity: .15;
  margin-top: 54px;
  margin-bottom: 120px;
}

.divider.footer-bottom {
  background-color: var(--neutral-100);
  opacity: .15;
  margin-top: 120px;
  margin-bottom: 24px;
}

.divider.blog-post {
  max-width: 780px;
  margin: 80px auto;
}

.divider.course-divider {
  background-color: var(--neutral-400);
  margin-top: 40px;
  margin-bottom: 74px;
}
.icon-password {
  background-color: var(--secondary-1);
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  margin-bottom: 20px;
  display: flex;
  overflow: hidden;
}

.paragraph.password {
  margin-bottom: 40px;
}

.paragraph._404-subtitle {
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  line-height: 26px;
}

.paragraph.home-hero {
  min-width: 0;
  margin-bottom: 56px;
}

.paragraph.cta {
  color: var(--neutral-300);
  max-width: 520px;
  margin-bottom: 38px;
}

.paragraph.perk {
  color: var(--neutral-300);
  margin-bottom: 0;
}

.paragraph.card-cta {
  margin-bottom: 0;
}

.paragraph.home-about-details-paragraph {
  width: auto;
  min-width: 520px;
  margin-bottom: 0;
  padding-left: 11px;
}

.paragraph.card-testimonial {
  margin-bottom: 22px;
}

.paragraph.card-popular-course {
  margin-bottom: 32px;
}

.paragraph.card-courses-category {
  margin-bottom: 0;
}

.paragraph.footer-content-top-paragraph {
  color: var(--neutral-400);
  max-width: 468px;
  margin-bottom: 0;
}

.paragraph.footer-newsletter {
  color: var(--neutral-400);
  margin-bottom: 0;
}

.paragraph.about-hero {
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 1250px;
  height: 250px;
  margin-top: 120px;
  margin-bottom: 0;
  margin-left: -750px;
  font-size: 20px;
  display: block;
}

.paragraph.about-hero.wechange._555 {
  min-width: auto;
  height: auto;
  margin-top: 20px;
  margin-left: 0;
}

.paragraph.about-hero.wechange._555.mobile {
  display: none;
}

 .paragraph.mission, .paragraph.story {
  margin-bottom: 0;
}

.paragraph.values {
  color: var(--neutral-300);
  margin-bottom: 0;
  font-size: 22px;
  text-align: left;
}

.paragraph.card-value, .paragraph.teachers {
  margin-bottom: 0;
}

.paragraph.hero-small {
  margin-bottom: 0;
  font-size: 22px;
}

.paragraph.card-author {
  margin-bottom: 0;
}

.paragraph.card-course-reviews {
  margin-bottom: 16px;
}

.paragraph.faqs, .paragraph.faq, .paragraph.contact {
  margin-bottom: 0;
}

.paragraph.courses-category {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

 .paragraph.blog-category {
  margin-bottom: 0;
}

.card {
  background-color: var(--neutral-100);
  box-shadow: 0 5px 15px 0 var(--card-default-shadow-short);
  border-radius: 20px;
  overflow: hidden;
}

.card.cta {
  text-align: center;
  max-width: 235px;
  margin-bottom: 20px;
  padding: 49px 26px 41px;
}

.card.cta.last {
  margin-bottom: 0;
}

.card.testimonial {
  text-align: left;
  align-items: center;
  padding: 90px 56px 86px;
  display: flex;
}

.card.popular-course {
  color: var(--neutral-600);
  transform-style: preserve-3d;
  flex-direction: column;
  min-height: 100%;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
  display: flex;
  transform: translate(0);
}

.card.popular-course:hover {
  box-shadow: 0 15px 15px .01px var(--card-default-shadow-short);
  color: var(--neutral-600);
  transform: translate3d(0, -10px, .01px);
}

.card.courses-category {
  color: var(--neutral-600);
  text-align: left;
  transform-style: preserve-3d;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
  transform: translate(0);
}

.card.courses-category:hover {
  box-shadow: 0 15px 15px 0 var(--card-default-shadow-short);
  color: var(--neutral-600);
  transform: translate3d(0, -10px, .01px);
}

.card.post-featured-first {
  color: var(--neutral-600);
  transform-style: preserve-3d;
  flex-direction: column;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
  display: flex;
  transform: translate(0);
}

.card.post-featured-first:hover {
  box-shadow: 0 15px 15px 0 var(--card-default-shadow-short);
  color: var(--neutral-600);
  transform: translate3d(0, -10px, .01px);
}

.card.post-featured {
  color: var(--neutral-600);
  transform-style: preserve-3d;
  justify-content: space-between;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
  display: flex;
  transform: translate(0);
}

.card.post-featured:hover {
  box-shadow: 0 15px 15px 0 var(--card-default-shadow-short);
  color: var(--neutral-600);
  transform: translate3d(0, -5px, .01px);
}

.card.value {
  background-color: var(--neutral-200);
  box-shadow: 0 24px 38px 0 var(--card-default-shadow-long);
  padding: 48px;
}

.card.post {
  color: var(--neutral-600);
  transform-style: preserve-3d;
  flex-direction: column;
  min-height: 100%;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
  display: flex;
  transform: translate(0);
}

.card.post:hover {
  box-shadow: 0 15px 15px 0 var(--card-default-shadow-short);
  color: var(--neutral-600);
  transform: translate3d(0, -10px, .01px);
}

.card.author {
  align-items: center;
  margin-top: 20px;
  padding: 56px 54px 64px;
  transition: box-shadow .3s, transform .3s;
  display: flex;
}

.card.author:hover {
  box-shadow: 0 15px 15px 0 var(--card-default-shadow-short);
  transform: translate(0, -10px);
}

.card.course-reviews {
  align-items: flex-start;
  padding: 60px 27px 60px 35px;
  display: flex;
}

.card.get-course {
  padding: 60px 32px 57px;
  position: sticky;
  top: 100px;
}

.card.get-course.mobile {
  display: none;
  position: static;
}

.card.faq {
  cursor: pointer;
  margin-bottom: 23px;
  padding: 33px 34px;
  transition: opacity .35s;
  display: flex;
}

.card.faq:hover {
  opacity: .86;
}

.card.faq.last {
  margin-bottom: 0;
}

.card.contact {
  align-items: center;
  width: 100%;
  max-width: 698px;
  min-height: 739px;
  margin-right: 30px;
  padding: 62px 40px 60px;
  display: flex;
}

.card.contact-link {
  color: var(--neutral-500);
  text-align: center;
  transform-style: preserve-3d;
  flex-direction: column;
  width: 100%;
  margin-bottom: 30px;
  padding: 45px 30px;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
  display: flex;
}

.card.contact-link:hover {
  box-shadow: 0 15px 15px 0 var(--card-default-shadow-short);
  color: var(--neutral-500);
  transform: translate3d(0, -10px, .01px);
}

.card.contact-link.address {
  margin-bottom: 0;
  padding-top: 31px;
  padding-bottom: 31px;
}

.title.home-hero {
  min-width: 0;
}

.title.cta {
  color: var(--neutral-100);
  max-width: 520px;
}

.title.courses-category {
  margin-bottom: 48px;
}

.title.testimonials {
  margin-bottom: 59px;
}

.title.blog-section {
  margin-bottom: 0;
}

.title.perks {
  color: var(--neutral-100);
  margin-bottom: 58px;
}

.title.perk {
  color: var(--neutral-100);
}

.title.home-about-details-title {
  margin-bottom: 8px;
}

.title.card-popular-course {
  margin-bottom: 12px;
}

.title.card-courses-category {
  margin-bottom: 10px;
}

.title.card-post-featured-first, .title.card-post-featured {
  margin-bottom: 0;
}

.title.h3-size {
  font-family: Kumbh Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5em;
}

.title.h3-size.footer-newsletter {
  color: var(--neutral-100);
  margin-bottom: 12px;
}

.title.about-hero {
  text-align: center;
  min-width: 1300px;
  margin-bottom: 32px;
  position: relative;
  top: auto;
  left: -430px;
}

.title.about-hero.edit {
  top: 50px;
  left: auto;
}

.title.about-hero._1._11 {
  text-align: left;
  min-width: auto;
  position: static;
}

.title.mission {
  text-transform: capitalize;
  max-width: 500px;
}

.title.story {
  margin-top: 0;
}

.title.values {
  color: var(--neutral-100);
  font-size: 50px;
  margin-bottom: 48px;
}

.title.card-value {
  margin-bottom: 14px;
}

.title.newsletter {
  z-index: 1;
  color: var(--neutral-100);
  min-width: 405px;
  max-width: 465px;
  margin-bottom: 0;
  margin-right: 20px;
  position: relative;
}

.title.blog {
  flex: 1;
  margin-bottom: 0;
  margin-right: 20px;
}
.title.card-post {
  margin-bottom: 0;
}

.title.hero-small {
  color: var(--neutral-700);
}

.title.latest-posts {
  margin-bottom: 0;
}

.title.blog-post {
  max-width: 780px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.title.courses {
  margin-bottom: 0;
}

.title.course {
  color: var(--neutral-100);
  margin-bottom: 14px;
}

.title.course-reviews {
  margin-bottom: 35px;
}

.title.card-faq {
  color: var(--neutral-600);
  margin-bottom: 0;
}

.title.h1-size {
  color: var(--neutral-700);
  font-family: Newsreader, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.3em;
}

.title.h1-size.category {
  margin-bottom: 0;
  margin-right: 10px;
}

.title.courses-category-all {
  margin-bottom: 0;
}

.title.blog-category-all {
  flex: 1;
  margin-bottom: 0;
  margin-right: 20px;
}

.split-content.header-right {
  flex: 0 auto;
}

.split-content.header-left {
  align-items: center;
  display: flex;
}

.split-content.home-hero-content {
  min-width: 483px;
  max-width: 46%;
  margin-right: 30px;
}

.split-content.cta-left {
  z-index: 1;
  margin-right: 30px;
  position: relative;
}

.split-content.cta-right {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.split-content.home-about-content {
  max-width: 519px;
}

.split-content.about-hero-left {
  max-width: none;
  margin-right: 0;
  display: block;
}

.split-content.about-hero-right { max-width: 940px; margin-top: 14px; margin-left: auto; margin-right: auto; }

.split-content.story-left {
  z-index: 1;
  max-width: 552px;
  margin-right: 30px;
  position: relative;
}

.split-content.story-right {
  z-index: 1;
  flex-direction: column;
  align-items: flex-end;
  max-width: 552px;
  margin-top: 52px;
  display: flex;
  position: relative;
}

.split-content.course-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 62%;
  margin-right: 30px;
  display: flex;
}

.split-content.course-sidebar {
  max-width: 396px;
}

.image-wrapper {
  max-width: 567px;
  overflow: hidden;
  transform: translate(0);
}

.image-wrapper.home-hero {
  border-radius: 33px;
  max-width: 47%;
  display: flex;
}

.image-wrapper.home-about {
  border-radius: 20px;
  max-width: 48%;
  margin-right: 30px;
}

.image-wrapper.card-popular-course {
  position: relative;
  transform: translate(0);
}

.image-wrapper.card-courses-category, .image-wrapper.card-post-featured-first {
  position: relative;
}

.image-wrapper.card-post-featured {
  width: 100%;
  max-width: 270px;
}

.image-wrapper.story {
  border-radius: 20px;
  position: relative;
  top: 140px;
}

.image-wrapper.mission {
  border-radius: 20px;
  height: auto;
  position: relative;
  top: 170px;
}

.image-wrapper.card-post {
  position: relative;
}

.image-wrapper.blog-post-main-image {
  border-radius: 40px;
  transform: translate(0);
}

.image-wrapper.blog-post-author {
  border-radius: 1000px;
  width: 71px;
  min-width: 71px;
  min-height: 71px;
  margin-right: 14px;
}

.image-wrapper.card-author {
  border-radius: 1000px;
  width: 198px;
  min-width: 198px;
  min-height: 198px;
  margin-right: 27px;
}

.image-wrapper.course-preview {
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 58px;
  display: flex;
  position: relative;
}

.image-wrapper.card-contact-link {
  border-radius: 1000px;
  width: 60px;
  min-width: 60px;
  min-height: 60px;
  margin-bottom: 14px;
  margin-left: auto;
  margin-right: auto;
}

.image.home-hero {
  max-width: 100%;
  max-height: 80%;
  margin-top: 0;
  padding-top: 0;
}

.image.perk {
  margin-bottom: 39px;
}

.image.icon-home-about {
  border-radius: 1000px;
  width: 60px;
  min-width: 60px;
  min-height: 60px;
  margin-top: 9px;
  margin-right: 33px;
}

.image.card-testimonial {
  border-radius: 1000px;
  width: 203px;
  min-width: 203px;
  min-height: 203px;
  margin-right: 32px;
}

.image.card-popular-course {
  object-fit: cover;
  width: 100%;
  min-height: 100%;
}

.image.card-courses-category {
  object-fit: cover;
  width: 100%;
}

.image.card-post-featured-first-category-icon {
  margin-right: 6px;
}

.image.card-post-featured {
  object-fit: cover;
  width: 100%;
  min-height: 100%;
}

.image.footer-newsletter-icon {
  border-radius: 1000px;
  width: 72px;
  min-width: 72px;
  min-height: 72px;
  margin-bottom: 24px;
  margin-left: 0;
}

.image.bg-arrow {
  vertical-align: baseline;
  margin-right: 0;
  padding-left: 0;
  position: absolute;
  top: -101px;
  left: 600px;
}

.image.bg-arrow.hero-small {
  width: 61px;
  top: 160%;
  left: 45%;
}

.image.bg-arrow.hero-small._66 {
  top: 80%;
  left: 50%;
}

.image.bg-arrow.yellow {
  left: 600px;
}

.image.bg-arrow.yellow.val {
  position: relative;
  top: -140px;
  left: auto;
}

.image.bg-arrow.yellow.val._909._555 {
  z-index: 1;
  position: absolute;
  top: -90%;
  width: 60px;
  max-width: 60px;
}

.image.bg-arrow.yellow.edit11 {
  position: absolute;
  top: -10%;
  left: 50%;
}

.image.bg-arrow.e1._454._565 {
  top: 100%;
  left: 50%;
  width: 30px !important;
  max-width: 30px !important;
  transform: translateY(-50%);
}

.image.bg-arrow.edit1920 {
  top: -10%;
  left: 50%;
}

.image.story {
  border-radius: 30px;
  margin-top: 10px;
  position: relative;
}

.image.mission {
  border-radius: 30px;
  margin-bottom: 90px;
}

.image.card-post-category-icon {
  margin-right: 6px;
}

.image.course-preview {
  object-fit: cover;
}

.image.card-course-reviews {
  border-radius: 1000px;
  width: 133px;
  min-width: 133px;
  min-height: 133px;
  margin-right: 39px;
}

.image.card-get-course-feature-icon {
  margin-right: 10px;
}

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

.home-hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.flex-vc {
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.perks-grid {
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  justify-content: space-between;
}

.container-small-550px {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
.container-small-550px.home-about {
  text-align: center;
  margin-bottom: 55px;
}

.courses-category-wrapper, .testimonials-wrapper {
  text-align: center;
}

.content-top.blog-section {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 56px;
  display: flex;
}

.content-top.teachers {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 56px;
  display: flex;
}

.content-top.latest-posts {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
  display: flex;
}

.content-top.card-author {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 23px;
  display: flex;
}

.content-top.courses {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 43px;
  display: flex;
}

.content-top.courses-category {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 43px;
  display: flex;
}

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

.perk-wrapper {
  max-width: 340px;
}
.cta-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.cta-cards-left {
  z-index: 1;
  margin-right: 20px;
  position: relative;
}

.cta-cards-right {
  z-index: 1;
  position: relative;
}

.card-cta-number {
  color: var(--neutral-700);
  margin-bottom: 8px;
  font-family: Newsreader, sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 1.037em;
}

.home-about-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 56px;
  display: flex;
}

.home-about-details {
  align-items: flex-start;
  margin-bottom: 52px;
  display: flex;
}

.home-about-details.last {
  margin-bottom: 0;
}

.home-about-details-content {
  max-width: 425px;
}

.testimonials-slider {
  background-color: #0000;
  height: 100%;
  margin-bottom: 80px;
}

.slide-nav {
  display: none;
}

.testimonials-slider-mask {
  max-width: 765px;
  overflow: visible;
}

.testimonial-slide {
  margin-right: 27px;
}

.card-testimonial-stars {
  margin-bottom: 22px;
}

.card-testimonial-about-name {
  color: var(--neutral-700);
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 1.111em;
}

.card-testimonial-about-rol {
  line-height: 1.111em;
}

.card-popular-course-content {
  flex-direction: column;
  flex: 1;
  padding: 44px 48px 48px;
  display: flex;
}

.card-popular-course-about-bottom {
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.card-popular-course-about-top {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  top: 31px;
  right: 24px;
}

.card-popular-course-time {
  background-color: var(--neutral-100);
  box-shadow: 0 5px 15px 0 var(--card-default-shadow-short);
  color: var(--neutral-700);
  border-radius: 1000px;
  margin-right: 12px;
  padding: 14px 24px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.143em;
}

.card-popular-course-price {
  background-color: var(--primary-1);
  box-shadow: 0 5px 15px 0 var(--card-default-shadow-short);
  color: var(--neutral-100);
  border-radius: 1000px;
  padding: 14px 24px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.143em;
}

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

.card-courses-category-content {
  padding: 40px 32px 42px;
}

.card-post-featured-first-content {
  padding: 48px 31px 56px;
}

.card-post-featured-first-date {
  letter-spacing: -.02em;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.125em;
}

.card-post-featured-first-category-wrapper {
  background-color: var(--neutral-100);
  box-shadow: 0 5px 15px 0 var(--card-default-shadow-short);
  color: var(--neutral-700);
  border-radius: 1000px;
  align-items: center;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  display: flex;
  position: absolute;
  top: 25px;
  right: 32px;
}

.post-featured-sidebar-grid {
  grid-column-gap: 16px;
  grid-row-gap: 31px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-height: 100%;
  display: grid;
}

.card-post-featured-content {
  width: 100%;
  max-width: 296px;
  padding: 31px 25px 31px 27px;
}

.footer-content-top {
  justify-content: space-between;
  display: flex;
}

.footer-content-bottom {
  flex-wrap: wrap-reverse;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-content {
  justify-content: space-between;
  margin-bottom: -26px;
  display: flex;
}

.footer-social-media-grid {
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto minmax(50px, 1fr);
  margin-bottom: 24px;
}

.footer-small-print {
  color: var(--neutral-300);
  margin-bottom: 24px;
  margin-right: 30px;
}

.footer-social-media-link {
  background-color: var(--neutral-600);
  color: var(--neutral-200);
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  min-height: 36px;
  font-family: Icons Education X Template, sans-serif;
  text-decoration: none;
  transition-property: background-color;
  display: flex;
}

.footer-social-media-link:hover {
  background-color: var(--primary-1);
  color: var(--neutral-100);
}

.footer-social-media-link.icon-16px {
  font-size: 16px;
}

.footer-social-media-link.icon-17px {
  font-size: 17px;
}

.footer-newsletter-content {
  flex: 1;
  max-width: 396px;
  margin-right: 30px;
}

.footer-newsletter-form-block {
  margin-bottom: 0;
}

.footer-newsletter-form {
  align-items: center;
  margin-left: 0;
  display: flex;
  position: relative;
  right: 182px;
}

.footer-nav-wrapper.pages {
  width: 100%;
  max-width: 372px;
  margin-right: 30px;
}

.footer-nav-title {
  color: var(--neutral-100);
  margin-bottom: 40px;
  font-weight: 700;
  line-height: 1.111em;
}

.footer-nav-content {
  justify-content: space-between;
  display: flex;
}

.footer-nav-link {
  color: var(--neutral-400);
  white-space: nowrap;
  line-height: 1.111em;
  text-decoration: none;
  transition: color .35s;
}

.bg {
  position: absolute;
}

.bg.home-hero {
  z-index: -2;
  background-color: var(--primary-1);
  width: 39%;
  top: 0;
  bottom: 0;
  right: 0;
}

.bg.home-hero-shape-1 {
  z-index: -1;
  background-color: var(--secondary-2);
  border-radius: 1000px;
  width: 640px;
  min-width: 640px;
  min-height: 640px;
  top: -464px;
  left: -559px;
}

.bg.home-hero-shape-2 {
  z-index: -1;
  background-color: var(--secondary-3);
  border-radius: 1000px;
  width: 645px;
  min-width: 645px;
  min-height: 645px;
  bottom: -507px;
  right: -474px;
}

.bg.cta-shape-1 {
  background-color: var(--secondary-2);
  border-radius: 1000px;
  width: 356px;
  min-width: 356px;
  min-height: 356px;
  top: -255px;
  left: -340px;
}

.bg.cta-shape-2 {
  background-color: var(--secondary-1);
  border-radius: 1000px;
  width: 336px;
  min-width: 336px;
  min-height: 336px;
  bottom: -340px;
  left: 329px;
}

.bg.cta-shape-3 {
  background-color: var(--secondary-3);
  border-radius: 1000px;
  width: 335px;
  min-width: 335px;
  min-height: 335px;
}

.bg.arrow-wrapper {
  justify-content: center;
  height: 70px;
  display: flex;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.bg.arrow-wrapper.hero-small {
  position: relative;
  bottom: 0;
}

.bg.arrow-wrapper.hero-small._4354._6667, .bg.arrow-wrapper.ggf {
  position: static;
}

.bg.about-hero-shape-1 {
  z-index: -1;
  background-color: var(--secondary-2);
  border-radius: 1000px;
  width: 429px;
  min-width: 429px;
  min-height: 429px;
  top: -80px;
  right: -198px;
}

.bg.about-hero-shape-2 {
  background-color: var(--secondary-3);
  opacity: .24;
  border-radius: 1000px;
  width: 462px;
  min-width: 462px;
  min-height: 462px;
  bottom: -190px;
  left: -132px;
}

.bg.story-shape {
  background-color: var(--secondary-2);
  border-radius: 1000px;
  width: 494px;
  min-width: 494px;
  min-height: 494px;
  bottom: 250px;
}

.bg.blog-hero-shape-1 {
  background-color: var(--secondary-3);
  border-radius: 1000px;
  width: 572px;
  min-width: 572px;
  min-height: 572px;
  bottom: -268px;
  left: -328px;
}

.bg.blog-hero-shape-2 {
  background-color: var(--primary-1);
  border-radius: 1000px;
  width: 572px;
  min-width: 572px;
  min-height: 572px;
  top: -240px;
  right: -288px;
}

.bg.newsletter-shape-1 {
  background-color: var(--secondary-3);
  border-radius: 1000px;
  width: 409px;
  min-width: 409px;
  min-height: 409px;
  bottom: -174.5px;
  left: -139px;
}

.bg.newsletter-shape-2 {
  background-color: var(--secondary-2);
  border-radius: 1000px;
  width: 409px;
  min-width: 409px;
  min-height: 409px;
  top: -129.5px;
  right: -107px;
}

.bg.blog-post {
  z-index: -2;
  background-color: var(--primary-1);
  min-height: 6.8%;
  top: 0;
  left: 0;
  right: 0;
}

.bg.blog-post-shape-1 {
  z-index: -1;
  background-color: var(--secondary-3);
  border-radius: 1000px;
  width: 573px;
  min-width: 573px;
  min-height: 573px;
  bottom: -34px;
  left: -291px;
}

.bg.blog-post-shape-2 {
  z-index: -1;
  background-color: var(--secondary-2);
  border-radius: 1000px;
  width: 451px;
  min-width: 451px;
  min-height: 451px;
  bottom: 547px;
  right: -518px;
}

.bg.courses-hero-shape-1 {
  background-color: var(--secondary-2);
  border-radius: 1000px;
  width: 572px;
  min-width: 572px;
  min-height: 572px;
  bottom: -223px;
  left: -355px;
}

.bg.courses-hero-shape-2 {
  background-color: var(--secondary-3);
  border-radius: 1000px;
  width: 572px;
  min-width: 572px;
  min-height: 572px;
  top: -176px;
  right: -334px;
}

.bg.course {
  z-index: -2;
  background-color: var(--neutral-700);
  min-height: 594px;
  top: 0;
  left: 0;
  right: 0;
}

.bg.course-shape-1 {
  background-color: var(--secondary-3);
  border-radius: 1000px;
  width: 572px;
  min-width: 572px;
  min-height: 572px;
  top: -229px;
  right: -174px;
}

.bg.contact-shape-1 {
  z-index: -1;
  background-color: var(--secondary-1);
  border-radius: 1000px;
  width: 429px;
  min-width: 429px;
  min-height: 429px;
  top: -299px;
  left: -269px;
}
.bg.contact-shape-2 {
  z-index: -1;
  background-color: var(--secondary-2);
  border-radius: 1000px;
  width: 429px;
  min-width: 429px;
  min-height: 429px;
  top: 38px;
  right: -308px;
}

.bg.contact-shape-3 {
  z-index: -1;
  background-color: var(--secondary-3);
  border-radius: 1000px;
  width: 462px;
  min-width: 462px;
  min-height: 462px;
  bottom: -90px;
  left: -263px;
}

.bg.courses-category-shape-1 {
  background-color: var(--secondary-2);
  border-radius: 1000px;
  width: 572px;
  min-width: 572px;
  min-height: 572px;
  bottom: -223px;
  left: -355px;
}

.bg.courses-category-shape-2 {
  background-color: var(--secondary-3);
  border-radius: 1000px;
  width: 572px;
  min-width: 572px;
  min-height: 572px;
  top: -176px;
  right: -334px;
}

.bg.blog-category-shape-1 {
  background-color: var(--secondary-3);
  border-radius: 1000px;
  width: 572px;
  min-width: 572px;
  min-height: 572px;
  bottom: -268px;
  left: -328px;
}

.bg.blog-category-shape-2 {
  background-color: var(--primary-1);
  border-radius: 1000px;
  width: 572px;
  min-width: 572px;
  min-height: 572px;
  top: -240px;
  right: -288px;
}
.bg._404-circle-1 {
  background-color: var(--secondary-2);
  border-radius: 1000px;
  width: 460px;
  min-width: 460px;
  min-height: 460px;
  inset: -19% -22% auto auto;
}

.bg._404-circle-2 {
  background-color: var(--secondary-3);
  border-radius: 1000px;
  width: 430px;
  min-width: 430px;
  min-height: 430px;
  inset: auto auto -26% -14%;
}

.slider-left-arrow {
  background-color: var(--neutral-100);
  box-shadow: 0 5px 15px 0 var(--card-default-shadow-short);
  color: var(--neutral-700);
  transform-style: preserve-3d;
  border-radius: 1000px;
  width: 80px;
  min-width: 80px;
  min-height: 80px;
  max-height: 80px;
  font-size: 25px;
  transition: background-color .3s, box-shadow .3s, color .3s, transform .3s;
  left: -23px;
}

.slider-left-arrow:hover {
  background-color: var(--primary-1);
  box-shadow: 0 1px 5px 0 var(--card-default-shadow-short);
  color: var(--neutral-100);
  transform: scale3d(.96, .96, 1.01);
}

.slider-right-arrow {
  background-color: var(--neutral-100);
  box-shadow: 0 5px 15px 0 var(--card-default-shadow-short);
  color: var(--neutral-700);
  transform-style: preserve-3d;
  border-radius: 1000px;
  width: 80px;
  min-width: 80px;
  min-height: 80px;
  max-height: 80px;
  font-size: 25px;
  transition: box-shadow .3s, background-color .3s, color .3s, transform .3s;
  right: -23px;
}

.slider-right-arrow:hover {
  background-color: var(--primary-1);
  box-shadow: 0 1px 5px 0 var(--card-default-shadow-short);
  color: var(--neutral-100);
  transform: scale3d(.96, .96, 1.01);
}

.footer-nav-main-wrapper {
  flex: 1;
  justify-content: space-between;
  width: 100%;
  max-width: 250px;
  display: flex;
}

.footer-newsletter-content-top {
  margin-bottom: 32px;
  margin-left: 0;
}

.about-hero-wrapper {
  z-index: 1;
  justify-content: space-between;
  display: block;
  position: static;
}

.story-wrapper {
  justify-content: space-between;
  display: flex;
  position: relative;
}

.container-medium-615px {
  max-width: 615px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.story-content {
  max-width: 537px;
  margin-top: 250px;
}

.mission-content {
  max-width: 537px;
  margin-top: 0;
  margin-bottom: 240px;
  position: relative;
  top: 220px;
}

.container-small-568px {
  max-width: 568px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-small-568px.values {
  text-align: center;
  margin-bottom: 100px;
  max-width: 850px;
}

.container-large-1024px {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.values-grid {
  grid-column-gap: 40px;
  grid-row-gap: 36px;
  grid-template-columns: auto auto;
}

.bg-about-hero-wrapper {
  position: static;
  inset: 0%;
  overflow: hidden;
}

.bg-story-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.newsletter-wrapper {
  background-color: var(--primary-1);
  border-radius: 30px;
  justify-content: space-between;
  align-items: center;
  padding: 132px 60px 132px 70px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.top-content.blog {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 47px;
  display: flex;
}

.top-content.blog-category {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 47px;
  display: flex;
}

.category-wrapper {
  background-color: var(--neutral-200);
  border-radius: 1000px;
  padding: 18px 20px;
}

.category-wrapper.courses {
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
}

.blog-grid {
  grid-column-gap: 29px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-post-content {
  padding: 48px 31px 56px;
}

.card-post-category-wrapper {
  background-color: var(--neutral-100);
  box-shadow: 0 5px 15px 0 var(--card-default-shadow-short);
  color: var(--neutral-700);
  border-radius: 1000px;
  align-items: center;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  display: flex;
  position: absolute;
  top: 25px;
  right: 32px;
}

.card-post-date {
  letter-spacing: -.02em;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.125em;
}

.category-content {
  justify-content: center;
  display: flex;
}

.category-item {
  margin-right: 28px;
  display: flex;
}

.category-item:last-child {
  margin-right: 0;
}

.container-medium-622px {
  max-width: 622px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-medium-622px.hero-small {
  z-index: 1;
  text-align: center;
  position: relative;
}

.button-category {
  border: 1px solid var(--neutral-300);
  background-color: var(--neutral-100);
  box-shadow: 0 5px 15px 0 var(--card-default-shadow-short);
  color: var(--neutral-700);
  border-radius: 1000px;
  align-items: center;
  padding: 12px 24px 17px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.button-category:hover, .button-category.w--current {
  border-color: var(--neutral-800);
  background-color: var(--neutral-800);
  color: var(--neutral-100);
}

.button-category.all {
  margin-right: 28px;
}

.button-category-text {
  position: relative;
  top: 2px;
}

.bg-hero-small-wrapper {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.latest-posts-grid {
  grid-column-gap: 29px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container-medium-948px {
  max-width: 948px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-medium-948px.blog-post {
  position: relative;
}

.rich-text h2 {
  max-width: 780px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  max-width: 780px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text ul {
  max-width: 780px;
  margin: 40px auto 53px;
}

.rich-text h3 {
  max-width: 780px;
  margin-top: 56px;
  margin-left: auto;
  margin-right: auto;
  font-family: Newsreader, sans-serif;
  font-weight: 600;
}

.rich-text img {
  border-radius: 32px;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text h4 {
  max-width: 780px;
  margin-top: 56px;
  margin-left: auto;
  margin-right: auto;
  font-family: Newsreader, sans-serif;
  font-weight: 600;
}

.blog-post-about-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog-post-author-link {
  color: var(--neutral-600);
  align-items: center;
  text-decoration: none;
  display: flex;
}

.blog-post-author-link:hover {
  color: var(--neutral-600);
}

.blog-post-about-right {
  align-items: center;
  display: flex;
}

.blog-post-category-link {
  border: 1px solid var(--neutral-300);
  color: var(--neutral-700);
  border-radius: 1000px;
  align-items: center;
  margin-right: 22px;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  text-decoration: none;
  transition: background-color .3s, border-color .3s, color .3s, transform .3s;
  display: flex;
}
.blog-post-category-link:hover {
  border-color: var(--primary-1);
  background-color: var(--primary-1);
  color: var(--neutral-100);
  transform: scale(.96);
}

.blog-post-reading-time {
  background-color: var(--neutral-300);
  box-shadow: 0 5px 15px 0 var(--card-default-shadow-short);
  color: var(--neutral-700);
  border-radius: 50px;
  padding: 15px 24px 14px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.143em;
  display: flex;
}

.blog-post-category-icon {
  margin-right: 6px;
}

.blog-post-category-text {
  position: relative;
  top: 2px;
}

.card-author-content {
  flex: 1;
}

.card-author-content-link {
  color: var(--neutral-600);
  margin-bottom: 24px;
  text-decoration: none;
}

.card-author-content-link:hover {
  color: var(--neutral-600);
}

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

.course-bg-shape-wrapper {
  z-index: -1;
  min-height: 594px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.course-preview-filter {
  opacity: .6;
  background-color: #0c1d30;
  position: absolute;
  inset: 0%;
}

.course-preview-button {
  background-color: var(--neutral-100);
  box-shadow: 0 17px 67px 0 var(--shadow-1);
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 121px;
  min-width: 121px;
  min-height: 121px;
  transition-property: box-shadow;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.course-preview-button:hover {
  box-shadow: 0 47px 87px 0 var(--shadow-1);
}

.course-navigation {
  background-color: var(--neutral-200);
  border-radius: 1000px;
  margin-bottom: 68px;
  padding: 14px 16px;
  display: flex;
}

.course-navigation-button {
  border: 1px solid var(--neutral-300);
  background-color: var(--neutral-100);
  box-shadow: 0 5px 15px 0 var(--card-default-shadow-short);
  color: var(--neutral-700);
  border-radius: 1000px;
  align-items: center;
  margin-right: 18px;
  padding: 14px 24px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.143em;
  transition: border-color .3s, background-color .3s, color .3s;
  display: flex;
}

.course-navigation-button:hover, .course-navigation-button.w--current {
  border-color: var(--neutral-800);
  background-color: var(--neutral-800);
  color: var(--neutral-100);
}

.course-reviews-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.card-course-reviews-stars {
  margin-bottom: 22px;
}

.card-course-reviews-about-name {
  color: var(--neutral-700);
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 1.111em;
}

.card-course-reviews-about-rol {
  line-height: 1.111em;
}

.card-get-course-features-grid {
  grid-row-gap: 23px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.card-get-course-feature-wrapper {
  align-items: flex-start;
  display: flex;
}

.card-get-course-feature-text-wrapper {
  flex-wrap: wrap;
  align-items: center;
  margin-top: 6px;
  line-height: 1.111em;
  display: flex;
}

.card-get-course-feature-result {
  color: var(--neutral-700);
  font-weight: 700;
}

.contact-wrapper {
  position: relative;
}

.container-small-585px {
  max-width: 585px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-small-585px.faqs {
  text-align: center;
  margin-bottom: 60px;
}

.container-medium-813px {
  max-width: 813px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.card-faq-icon-wrapper {
  margin-right: 20px;
}

.card-faq-wrapper {
  position: relative;
  top: 6px;
}

.space.faq-top {
  min-height: 16px;
}

.space.faq-bottom {
  min-height: 25px;
}

.card-faq-icon {
  background-color: var(--neutral-300);
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 45px;
  min-width: 45px;
  min-height: 45px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-faq-icon-plus-1 {
  background-color: var(--neutral-500);
  border-radius: 20px;
  width: 17px;
  min-height: 3px;
  position: absolute;
}

.card-faq-icon-plus-2 {
  background-color: var(--neutral-500);
  border-radius: 20px;
  width: 3px;
  min-height: 17px;
  position: absolute;
}

.contact-title-wrapper {
  max-width: 520px;
  margin-bottom: 38px;
}

.contact-content {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.card-contact-form-block {
  flex: 1;
  margin-bottom: 0;
}

.card-contact-form-grid {
  grid-column-gap: 24px;
  grid-row-gap: 41px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-area {
  background-color: var(--neutral-200);
  color: var(--neutral-800);
  border: 1px solid #0000;
  border-radius: 20px;
  min-width: 100%;
  max-width: 100%;
  min-height: 193px;
  max-height: 250px;
  margin-bottom: 0;
  padding: 32px 30px;
  font-size: 18px;
  line-height: 1.111em;
  transition: border-color .3s, color .3s;
}

.text-area:hover {
  border-color: var(--neutral-400);
}

.text-area:focus {
  border-color: var(--neutral-400);
  color: var(--neutral-800);
}

.text-area::placeholder {
  color: var(--neutral-600);
}

.contact-links-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  width: 100%;
  max-width: 423px;
  display: flex;
}

.card-contact-link-label {
  color: var(--neutral-700);
  margin-bottom: 16px;
  font-weight: 700;
  line-height: 1.111em;
}

.card-contact-link-text {
  font-size: 20px;
  line-height: 1.25em;
}

.category-title-wrapper {
  flex-wrap: wrap;
  margin-bottom: 24px;
  display: flex;
}

.category-title-wrapper.courses-category, .category-title-wrapper.blog-category {
  justify-content: center;
  margin-bottom: 20px;
  margin-right: -10px;
}

.courses-category-grid {
  grid-column-gap: 27px;
  grid-row-gap: 55px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.blog-category-grid {
  grid-column-gap: 29px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._404-content {
  z-index: 1;
  text-align: left;
}

.brand {
  transform-style: preserve-3d;
  padding-left: 0;
  transition-property: transform;
}

.brand:hover {
  transform: scale3d(.96, .96, 1.01);
}

.success-message {
  background-color: var(--primary-1);
  box-shadow: 0 5px 15px 0 var(--card-default-shadow-short);
  color: var(--neutral-100);
  text-align: center;
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.error-message {
  box-shadow: 0 5px 15px 0 var(--card-default-shadow-short);
  color: var(--neutral-100);
  text-align: center;
  background-color: #fc5457;
  border-radius: 20px;
  align-self: stretch;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.empty-state {
  background-color: var(--neutral-200);
  box-shadow: 0 5px 15px 0 var(--card-default-shadow-short);
  text-align: center;
  border-radius: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px 20px;
}

.empty-state.neutral-100 {
  background-color: var(--neutral-100);
}

.empty-state.small {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.password-icon {
  width: 80px;
}

.grid-404 {
  z-index: 1;
  grid-column-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
  position: relative;
}

._404-subtitle {
  margin-bottom: 40px;
  font-size: 50px;
}

.heading-size-h3 {
  color: var(--neutral-700);
  margin-bottom: 16px;
  font-family: Kumbh Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5em;
}

.heading-size-h4 {
  color: var(--neutral-700);
  margin-bottom: 16px;
  font-family: Kumbh Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5em;
}

.text-center {
  text-align: center;
}
.more-templates-badge-wrapper {
  z-index: 9991;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #666977;
  background-color: #fff;
  border: 1px solid #f0f0f6;
  border-radius: 12px;
  align-items: center;
  width: 100%;
  max-width: 286px;
  padding: 12px 22px 12px 18px;
  text-decoration: none;
  transition-property: none;
  display: none;
  position: fixed;
  inset: auto 24px 12px auto;
  box-shadow: 0 .6px .8px #1010650a, 0 3px 6px #11115414;
}

.more-templates-badge-wrapper:hover {
  color: #666977;
}

.more-templates-logo-wrapper {
  position: relative;
}

.more-templates-logo {
  width: 80px;
}

.more-templates-logo.blur {
  z-index: -1;
  opacity: .68;
  filter: blur(3px);
  position: absolute;
  inset: 10% 0% 20px;
}

.more-templates-p {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.4em;
}

.more-webflow-templates-sub {
  color: #523ff5;
  text-decoration: underline;
}

.more-templates-lottie {
  width: 44px;
  position: absolute;
  inset: -20px -20px auto auto;
}

.button {
  background-color: var(--primary-1);
  cursor: pointer;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 70px;
  padding: 24px 40px;
  font-weight: 700;
  transition: transform .3s, background-color .3s;
  display: flex;
  overflow: clip;
}

.button:hover {
  background-color: var(--neutral-100);
  color: var(--primary-1);
  border: 3px solid #4145b9;
}

.button-2 {
  background-color: #064ea4;
  border: 1px #000;
  border-radius: 100px;
  width: 250px;
  padding: 5px 35px;
  font-size: 18px;
  transition: transform .3s, color .3s;
}

.button-2:hover {
  color: var(--primary-1);
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--primary-1);
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 100px;
}

.section-2 {
  padding-bottom: 51px;
}

.section-3 {
  height: 50px;
}

.section-4 {
  margin-top: 100px;
}

.heading-3 { width: auto; }

.button-3 {
  text-align: center;
  background-color: #e4733b;
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 70px;
  font-family: Newsreader, sans-serif;
  font-size: 30px;
  font-weight: 600;
  display: flex;
  position: relative;
  top: 200px;
  left: -30px;
}

.button-3.hyg {
  z-index: 1;
  margin-top: 20px;
  display: none;
  position: relative;
  top: auto;
  left: auto;
}

.footer-nav-link-copy {
  color: var(--neutral-400);
  white-space: nowrap;
  line-height: 1.111em;
  text-decoration: none;
  transition: color .35s;
}

.footer-nav-item-copy {
  margin-bottom: 26px;
  line-height: 1em;
}

@media screen and (min-width: 1440px) {
  .button-primary {
    left: auto;
  }

  .button-primary.newsletter {
    background-color: var(--secondary-3);
    min-width: 280px;
    top: -107px;
    left: 280px;
  }

  .button-primary.e5 {
    left: 350px;
  }

  .section {
    padding-top: 60px;
  }

  .section.bg-neutral-700 {
    opacity: 1;
  }

  .section.about-hero {
    font-size: 14px;
  }

  .section.hghg.f.fgf {
    margin-top: 100px;
    padding-top: 60px;
  }

  ._404-title {
    font-size: 250px;
  }

  .paragraph.about-hero {
    font-size: 16px;
  }

  .paragraph.about-hero.wechange._555 {
    height: auto;
  }

  .title.about-hero {
    text-align: inherit;
    min-width: 0;
    position: static;
    top: auto;
    left: auto;
  }

  .title.about-hero.edit {
    top: auto;
  }

  .title.about-hero.edit.metho {
    min-width: 0;
    max-width: none;
    left: auto;
  }

  .title.about-hero._1 {
    left: -27px;
  }

  .split-content.about-hero-left {
    position: relative;
    left: auto;
    right: auto;
  }

  .image.bg-arrow {
    color: var(--secondary-2);
    position: relative;
    top: -250px;
    left: 680px;
  }

  .image.bg-arrow.hero-small {
    position: absolute;
  }

  .image.bg-arrow.hero-small._66 {
    position: absolute;
    left: 50%;
  }

  .image.bg-arrow.yellow {
    top: -250px;
    left: auto;
  }

  .image.bg-arrow.yellow.val._909._555 {
    width: 45px;
    top: -6%;
  }

  .image.bg-arrow.yellow.edit11 {
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    display: inline-block;
    position: absolute;
    top: -10%;
    left: 50%;
  }

  .image.bg-arrow.e1 {
    top: -75px;
    left: auto;
  }

  .image.bg-arrow.e1._454._565 {
    position: absolute;
    top: 100%;
    width: 30px !important;
    max-width: 30px !important;
    transform: translateY(-50%);
  }

  .image.bg-arrow.edit1920 {
    top: -190px;
  }

  .bg.arrow-wrapper.ggf {
    height: 55px;
    position: static;
  }

  .bg.about-hero-shape-1 {
    z-index: -1;
  }

  .bg._404-circle-1 {
    border: 0 solid #000;
    right: -15%;
  }

  .bg._404-circle-2 {
    left: -11%;
  }

  .about-hero-wrapper {
    position: static;
    top: -161px;
  }

  .heading-3 {
    min-width: 1300px;
    margin-top: auto;
    margin-left: -29px;
  }
  
  /* Fix centering for 'Qui sommes-nous' section on large screens */
  .section.about-hero.ghgh .heading-3 {
    min-width: auto !important;
    max-width: 100% !important;
    width: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  
  .section.about-hero.ghgh .about-hero-wrapper {
    position: static !important;
    top: auto !important;
  }
}

@media screen and (min-width: 1920px) {
  .button-primary {
    z-index: auto;
    position: relative;
    left: auto;
    right: auto;
  }

  .button-primary.button-2-buttons {
    top: 84px;
    left: auto;
  }

  .button-primary.newsletter {
    background-color: var(--secondary-3);
    object-fit: fill;
    width: auto;
    min-width: 300px;
    height: auto;
    margin-top: -63px;
    margin-bottom: 123px;
    margin-left: -170px;
    top: 0;
    left: 330px;
    overflow: clip;
  }

  .button-primary.e5 {
    left: 350px;
  }

  .button-secondary.button-2-buttons {
    top: auto;
  }

  .section {
    padding-top: 140px;
  }

  .section.bg-neutral-700.perks {
    padding-bottom: 100px;
    position: relative;
  }

  .section.hghg.f.fgf {
    margin-top: 100px;
    padding-top: 60px;
  }

  .paragraph.about-hero {
    text-align: justify;
    font-size: 20px;
    text-decoration: none;
  }

  .title.about-hero {
    text-align: left;
    min-width: 1300px;
    position: relative;
    left: auto;
  }

  .title.about-hero.edit, .title.about-hero.edit.metho {
    left: 800px;
  }

  .title.about-hero._1 {
    left: -35px;
  }

  .title.newsletter {
    min-width: 590px;
  }

  .image.bg-arrow {
    position: relative;
    top: -250px;
    left: 920px;
  }

  .image.bg-arrow.yellow {
    top: -250px;
    left: 920px;
  }

  .image.bg-arrow.yellow.val._909._555 {
    position: absolute;
    top: -7%;
  }

  .image.bg-arrow.yellow.edit11 {
    position: absolute;
    top: -6%;
    left: 50%;
  }

  .image.bg-arrow.edit1920 {
    position: absolute;
    top: -10%;
    left: 50%;
  }

  .bg.arrow-wrapper {
    position: relative;
    top: 0;
    bottom: auto;
  }

  .bg.arrow-wrapper.ggf {
    position: static;
  }

  .bg._404-circle-1 {
    width: 500px;
    min-width: 500px;
    min-height: 500px;
    right: 2%;
  }

  .bg._404-circle-2 {
    width: 470px;
    min-width: 470px;
    min-height: 470px;
    left: 7%;
  }

  .bg-about-hero-wrapper {
    min-height: auto;
  }

  .newsletter-wrapper {
    min-width: 420px;
  }

  .container {
    position: static;
    left: auto;
  }

  .flex-block {
    justify-content: center;
    align-items: center;
    height: 200px;
  }
  
  /* Fix centering for 'Qui sommes-nous' section on very large screens */
  .section.about-hero.ghgh .title.about-hero,
  .section.about-hero.ghgh .heading-3 {
    min-width: auto !important;
    max-width: 100% !important;
    width: auto !important;
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    left: auto !important;
    position: static !important;
  }
}
@media screen and (max-width: 991px) {
  h1 {
    margin-bottom: 20px;
    font-size: 50px;
  }

  h2 {
    margin-bottom: 20px;
  }

  .container-default {
    flex-direction: column;
    align-items: stretch;
  }

  .container-default.blog-post {
    margin-bottom: 68px;
  }

  .container-default._404 {
    flex-direction: row;
  }

  .container-default.shifting {
    padding-left: 40px;
    padding-right: 40px;
  }

  .button-primary {
    left: auto;
  }

  .button-primary.button-2-buttons {
    margin-right: 10px;
  }

  .button-primary.about-hero {
    display: none;
  }

  .button-primary.e5.expl._787, .button-secondary.button-2-buttons.edit.changes {
    position: static;
  }

  .header-navigation {
    flex-direction: column;
    align-items: stretch;
    margin-left: 24px;
    margin-right: 24px;
  }

  .nav-item-wrapper {
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .nav-link {
    font-size: 32px;
  }

  .menu-button {
    background-color: var(--primary-1);
    color: #fff;
    border-radius: 1000px;
    width: 50px;
    min-width: 50px;
    min-height: 50px;
    padding: 12px;
    font-size: 30px;
    transition: background-color .35s;
  }

  .menu-button:hover {
    background-color: var(--secondary-3);
  }

  .nav-menu {
    background-color: var(--neutral-100);
    width: 100%;
    padding-top: 120px;
    padding-bottom: 36px;
  }

  .footer-logo-container {
    margin-bottom: 20px;
    margin-right: 30px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 147px;
  }

  .section.home-hero {
    padding-top: 102px;
    padding-bottom: 102px;
  }

  .section.bg-neutral-200.latest-posts {
    padding-bottom: 90px;
  }

  .section.bg-neutral-200.courses {
    padding-top: 94px;
  }

  .section.bg-neutral-700.perks {
    padding-bottom: 150px;
  }

  .section.cta {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section.courses-category {
    padding-top: 109px;
  }

  .section.blog-section {
    padding-bottom: 134px;
  }

  .section.about-hero {
    padding-top: 165px;
    padding-bottom: 165px;
  }

  .section.about-hero.ghgh {
    padding-bottom: 40px;
    overflow: hidden;
  }

  .section.hero-small {
    padding-top: 106px;
    padding-bottom: 90px;
  }

  .section.hero-small.serve {
    padding-bottom: 100px;
  }

  .section.blog-featured {
    padding-top: 152px;
    padding-bottom: 101px;
  }

  .section.blog {
    padding-top: 130px;
    padding-bottom: 160px;
  }

  .section.blog-post {
    padding-top: 101px;
    padding-bottom: 170px;
  }

  .section.course {
    padding-top: 100px;
    padding-bottom: 186px;
  }

  .section.contact {
    padding-top: 94px;
  }

  .section.courses-category-section {
    padding-top: 130px;
  }

  .section.blog-category {
    padding-top: 130px;
    padding-bottom: 160px;
  }

  .section.hghg, .section.hghg.f.fgf {
    padding-top: 40px;
  }

  .utility-page-wrap._404 {
    min-height: 720px;
  }

  .utility-page-content-password {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  ._404-title {
    text-align: center;
    font-size: 200px;
    line-height: 1em;
    top: -63px;
  }

  .divider.footer-top {
    margin-top: 50px;
    margin-bottom: 80px;
  }

  .divider.footer-bottom {
    margin-top: 96px;
  }

  .divider.blog-post {
    margin-top: 67px;
    margin-bottom: 67px;
  }

  .divider.course-divider {
    margin-bottom: 65px;
  }

  .paragraph._404-subtitle {
    font-size: 20px;
    line-height: 22px;
  }

  .paragraph.home-hero {
    margin-bottom: 50px;
  }

  .paragraph.cta {
    margin-bottom: 35px;
  }

  .paragraph.footer-newsletter {
    max-width: 380px;
  }

  .paragraph.about-hero {
    margin-bottom: 35px;
  }

  .paragraph.about-hero.wechange {
    min-width: auto;
    height: auto;
    margin-top: 40px;
    margin-left: 0;
  }

  .paragraph.about-hero.wechange._555 {
    display: none;
  }

  .paragraph.about-hero.wechange._555.mobile {
    display: block;
  }

  .card.value {
    padding: 40px;
  }

  .card.author {
    padding: 47px 50px 53px;
  }

  .card.course-reviews {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .card.get-course.mobile {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 50px;
    padding-top: 50px;
    padding-bottom: 48px;
    display: flex;
  }

  .card.contact {
    width: 100%;
    max-width: 720px;
    margin-bottom: 60px;
    margin-right: 0;
    padding-top: 52px;
    padding-bottom: 50px;
  }

  .card.contact-link, .card.contact-link.address {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .title.home-hero {
    max-width: 482px;
    margin-left: auto;
    margin-right: auto;
  }

  .title.testimonials, .title.perks {
    margin-bottom: 50px;
  }

  .title.h3-size.footer-newsletter {
    margin-bottom: 10px;
  }

  .title.about-hero {
    margin-bottom: 20px;
  }

  .title.about-hero.edit.metho._11 {
    min-width: auto;
    position: static;
  }

  .title.about-hero._1._11 {
    text-align: center;
    min-width: auto;
    position: static;
  }

  .title.mission {
    margin-left: auto;
    margin-right: auto;
  }

  .title.newsletter {
    min-width: auto;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .title.blog {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .title.blog-post {
    margin-bottom: 33px;
  }

   .title.courses {
    margin-bottom: 30px;
  }

  .title.h1-size {
    font-size: 50px;
  }

  .title.courses-category-all {
    margin-bottom: 30px;
  }

  .title.blog-category-all {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .split-content.header-right, .split-content.header-left {
    z-index: 99;
    position: relative;
  }

  .split-content.home-hero-content {
    min-width: auto;
    max-width: 535px;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .split-content.cta-left {
    margin-bottom: 60px;
    margin-right: 0;
  }

  .split-content.blog-section-left {
    margin-bottom: 20px;
  }

  .split-content.home-about-content {
    margin-bottom: 60px;
  }

  .split-content.about-hero-left {
    margin-bottom: 0;
    margin-right: 0;
  }

  .split-content.about-hero-right {
    max-width: none;
    margin-top: 0;
  }

  .split-content.story-left {
    flex-direction: column-reverse;
    align-items: center;
    max-width: 754px;
    margin-right: 0;
    display: flex;
  }

  .split-content.story-left._444 {
    position: static;
  }

  .split-content.story-right {
    align-items: center;
    max-width: 754px;
    margin-top: 0;
    margin-bottom: 100px;
  }

  .split-content.story-right._444 {
    position: static;
  }

  .split-content.course-content {
    max-width: 100%;
    margin-right: 0;
  }

  .split-content.course-sidebar {
    display: none;
  }

  .image-wrapper.home-hero {
    max-width: 551px;
  }

  .image-wrapper.home-about {
    max-width: 552px;
    margin-right: 0;
  }

  .image-wrapper.story._676, .image-wrapper.story.jhj, .image-wrapper.mission._222 {
    position: static;
  }

  .image-wrapper.blog-post-main-image {
    border-radius: 33px;
  }

  .image-wrapper.card-author {
    margin-right: 20px;
  }

  .image-wrapper.course-preview {
    margin-bottom: 50px;
  }

  .image.perk {
    width: 100%;
    max-width: 230px;
    margin-bottom: 0;
    margin-right: 30px;
  }

  .image.footer-newsletter-icon {
    margin-right: 25px;
  }

  .image.bg-arrow {
    width: 65px;
    left: 340px;
  }

  .image.bg-arrow.hero-small {
    top: 100%;
    left: 45%;
  }

  .image.bg-arrow.hero-small._66 {
    top: 75%;
    left: 45%;
  }

  .image.bg-arrow.hero-small.serve {
    top: 35px;
  }

  .image.bg-arrow.yellow {
    left: 360px;
  }

  .image.bg-arrow.yellow.val._909 {
    z-index: 1;
    top: 140px;
    left: auto;
  }

  .image.bg-arrow.yellow.val._909._555 {
    width: 50px;
    position: absolute;
    top: -80px;
  }

  .image.bg-arrow.yellow.edit11 {
    top: -5%;
  }

  .image.bg-arrow.e1._454 {
    top: -170px;
    left: 45%;
  }

  .image.bg-arrow.edit1920 {
    width: 45px;
    top: -5%;
  }

  .image.story._889 {
    margin-bottom: 90px;
    position: static;
  }

  .home-hero-wrapper {
    text-align: center;
    flex-direction: column;
  }

  ._2-buttons._2buttons-edit {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .perks-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .container-small-550px.home-about {
    margin-bottom: 50px;
  }

  .content-top.blog-section {
    flex-direction: column;
    margin-bottom: 50px;
  }

  .content-top.teachers {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
  }

  .content-top.card-author {
    margin-bottom: 20px;
  }
  .content-top.courses {
    text-align: center;
    flex-direction: column;
  }

  .content-top.courses-category {
    text-align: center;
    flex-direction: column;
  }

  .blog-section-grid {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
    max-width: 567px;
    margin-left: auto;
    margin-right: auto;
  }

  .perk-wrapper {
    text-align: left;
    justify-content: center;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .cta-wrapper {
    text-align: center;
    flex-direction: column;
  }

  .home-about-wrapper {
    flex-direction: column-reverse;
    margin-bottom: 50px;
  }

  .home-about-details {
    margin-bottom: 50px;
  }

  .testimonials-slider {
    margin-bottom: 67px;
  }

  .courses-categories-grid {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
    max-width: 552px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-content-top {
    flex-wrap: wrap;
  }

  .footer-content-bottom {
    flex-flow: column-reverse;
    align-items: flex-start;
  }

  .footer-content {
    flex-direction: column;
  }

  .footer-small-print {
    margin-right: 0;
  }

  .footer-newsletter-content {
    max-width: 600px;
    margin-bottom: 60px;
    margin-right: 0;
  }

  .bg.home-hero {
    width: 100%;
    min-height: 50%;
    top: auto;
    left: 0;
  }

  .bg.cta-shape-1 {
    left: -270px;
  }

  .bg.cta-shape-2 {
    left: auto;
    right: -33px;
  }

  .bg.arrow-wrapper {
    z-index: 1;
    background-color: #ebabab00;
    height: 1px;
    bottom: 0;
  }

  .bg.arrow-wrapper.hero-small._4354 {
    position: static;
  }

  .bg.about-hero-shape-1 {
    top: -148px;
    right: -236px;
  }

  .bg.about-hero-shape-2 {
    z-index: 2;
    bottom: -319px;
    left: -201px;
  }

  .bg.story-shape {
    bottom: auto;
  }

  .bg.blog-hero-shape-1 {
    width: 477px;
    min-width: 477px;
    min-height: 477px;
    bottom: -237px;
    left: -349px;
  }

  .bg.blog-hero-shape-2 {
    width: 477px;
    min-width: 477px;
    min-height: 477px;
  }

  .bg.newsletter-shape-1 {
    left: -80px;
  }

  .bg.newsletter-shape-2 {
    top: -279.5px;
    right: -186px;
  }

  .bg.blog-post {
    min-height: 5%;
  }

  .bg.blog-post-shape-1 {
    width: 478px;
    min-width: 478px;
    min-height: 478px;
    bottom: -76px;
    left: -354px;
  }

  .bg.blog-post-shape-2 {
    width: 376px;
    min-width: 376px;
    min-height: 376px;
    bottom: -116px;
    right: -111px;
  }

  .bg.courses-hero-shape-1 {
    width: 477px;
    min-width: 477px;
    min-height: 477px;
    bottom: -237px;
    left: -349px;
  }

  .bg.courses-hero-shape-2 {
    width: 477px;
    min-width: 477px;
    min-height: 477px;
    right: -352px;
  }

  .bg.course-shape-1 {
    top: -296px;
    right: -254px;
  }

  .bg.contact-shape-1 {
    top: -332px;
    left: -288px;
  }

  .bg.contact-shape-3 {
    bottom: 148px;
  }

  .bg.courses-category-shape-1 {
    width: 477px;
    min-width: 477px;
    min-height: 477px;
    bottom: -237px;
    left: -349px;
  }

  .bg.courses-category-shape-2 {
    width: 477px;
    min-width: 477px;
    min-height: 477px;
    right: -352px;
  }

  .bg.blog-category-shape-1 {
    width: 477px;
    min-width: 477px;
    min-height: 477px;
    bottom: -237px;
    left: -349px;
  }

  .bg.blog-category-shape-2 {
    width: 477px;
    min-width: 477px;
    min-height: 477px;
    top: -297px;
    right: -316px;
  }

  .bg._404-circle-1 {
    top: -28%;
    right: -28%;
  }

  .slider-left-arrow {
    left: -18px;
  }

  .slider-right-arrow {
    right: -18px;
  }

  .perk-content {
    max-width: 540px;
  }

  .footer-nav-main-wrapper {
    max-width: 730px;
  }

  .footer-newsletter-content-top {
    align-items: flex-start;
    display: flex;
  }

  .about-hero-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .story-wrapper {
    flex-direction: column-reverse;
    align-items: center;
  }

  .story-content {
    text-align: center;
    margin-top: 0;
    margin-bottom: 50px;
  }

  .mission-content {
    text-align: center;
    margin-bottom: 50px;
  }

  .mission-content._111, .mission-content._878 {
    position: static;
  }

  .container-small-568px.values {
    margin-bottom: 50px;
  }

  .values-grid {
    grid-column-gap: 30px;
  }

  .bg-story-wrapper {
    display: none;
  }

  .newsletter-wrapper {
    text-align: center;
    flex-direction: column;
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .top-content.blog {
    flex-direction: column;
  }

  .top-content.blog-category {
    flex-direction: column;
  }

  .rich-text p {
    margin-bottom: 33px;
  }

  .rich-text ul {
    margin-top: 33px;
    margin-bottom: 44px;
  }

  .rich-text h3 {
    margin-top: 47px;
  }

  .rich-text h4 {
    margin-top: 47px;
  }

  .course-navigation {
    margin-bottom: 60px;
  }

  .card-get-course-feature-text-wrapper {
    max-width: 290px;
  }

  .contact-title-wrapper {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-content {
    flex-direction: column;
    align-items: center;
  }

  .contact-links-wrapper {
    align-self: auto;
    max-width: 720px;
  }

  .card-contact-link-text.address {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

   .courses-category-grid {
    grid-column-gap: 20px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .header-menu-button-icon-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .icon-wrapper {
    flex-direction: column;
    justify-content: space-between;
    width: 23px;
    min-height: 20px;
    display: flex;
  }

  .header-menu-button-icon-top, .header-menu-button-icon-medium, .header-menu-button-icon-bottom {
    background-color: #fff;
    width: 100%;
    min-height: 2px;
    max-height: 2px;
    padding: 0;
  }

  .grid-404 {
    grid-column-gap: 30px;
    grid-row-gap: 24px;
    grid-template-columns: 1.1fr;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  ._404-subtitle {
    font-size: 40px;
  }

  .more-templates-badge-wrapper {
    right: 24px;
  }

  .container._99 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button-3 {
    z-index: 1;
    position: relative;
    top: 0;
    left: -30px;
  }

  .button-3.hyg {
    display: block;
  }

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

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 16px;
    font-size: 42px;
  }

  h2 {
    margin-bottom: 16px;
    font-size: 32px;
  }

  h3 {
    font-size: 22px;
  }

  .container-default.blog-post {
    margin-bottom: 56px;
  }

  .container-default.shifting {
    padding-left: 40px;
    padding-right: 40px;
  }

  .button-primary {
    padding-left: 30px;
    padding-right: 30px;
    left: 140px;
  }

  .button-primary.e5.expl._787 {
    position: static;
  }

  .button-secondary {
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav-item-wrapper {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .nav-link {
    font-size: 30px;
  }

  .footer-logo-container {
    margin-right: 0;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 118px;
  }

  .section.home-hero {
    padding-top: 81px;
    padding-bottom: 81px;
  }

  .section.bg-neutral-200.latest-posts {
    padding-bottom: 72px;
  }

  .section.bg-neutral-200.courses {
    padding-top: 76px;
  }

  .section.bg-neutral-700.perks {
    padding-bottom: 120px;
  }

  .section.cta {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.courses-category {
    padding-top: 87px;
  }

  .section.blog-section {
    padding-bottom: 107px;
  }

  .section.about-hero {
    padding-top: 132px;
    padding-bottom: 132px;
  }

  .section.hero-small {
    padding-top: 84px;
    padding-bottom: 60px;
  }

  .section.blog-featured {
    padding-top: 122px;
    padding-bottom: 81px;
  }

  .section.blog {
    padding-top: 104px;
    padding-bottom: 128px;
  }

  .section.blog-post {
    padding-top: 81px;
    padding-bottom: 136px;
  }

  .section.course {
    padding-top: 80px;
    padding-bottom: 149px;
  }

  .section.contact {
    padding-top: 75px;
  }

  .section.courses-category-section {
    padding-top: 104px;
  }

  .section.blog-category {
    padding-top: 104px;
    padding-bottom: 128px;
  }

  .utility-page-wrap {
    min-height: 740px;
  }

  .utility-page-wrap._404 {
    z-index: 0;
  }

  .utility-page-content-password {
    padding: 50px 32px;
  }

  ._404-title {
    margin-left: -10px;
    font-size: 180px;
    top: -46px;
  }

  .divider.footer-top {
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .divider.footer-bottom {
    margin-top: 77px;
  }

  .divider.blog-post {
    margin-top: 36px;
    margin-bottom: 56px;
  }

  .divider.course-divider {
    margin-top: 35px;
    margin-bottom: 60px;
  }

  .icon-password {
    width: 130px;
    height: 130px;
  }

  .paragraph.home-hero {
    max-width: 90%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

   .paragraph.cta, .paragraph.card-popular-course, .paragraph.about-hero {
    margin-bottom: 30px;
  }

  .card.testimonial {
    text-align: center;
    flex-direction: column;
    align-items: stretch;
    padding: 55px 46px 52px;
  }

  .card.post-featured {
    flex-direction: column;
  }

  .card.value {
    padding-left: 33px;
    padding-right: 33px;
  }

  .card.author {
    text-align: center;
    flex-direction: column;
    padding: 39px 40px 44px;
  }

  .card.course-reviews {
    text-align: center;
    flex-direction: column;
    align-items: stretch;
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .card.get-course.mobile {
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
    padding-top: 42px;
    padding-bottom: 40px;
  }

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

  .card.contact {
    min-height: 980px;
    margin-bottom: 50px;
    padding: 44px 35px 42px;
  }

  .card.contact-link {
    margin-bottom: 25px;
    padding-top: 33px;
    padding-bottom: 33px;
  }

  .card.contact-link.address {
    padding-top: 33px;
    padding-bottom: 33px;
  }

  .title.home-hero {
    margin-bottom: 16px;
  }

  .title.courses-category {
    max-width: 280px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .title.testimonials {
    max-width: 392px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .title.perks {
    margin-bottom: 40px;
  }

  .title.perk {
    margin-bottom: 10px;
  }

  .title.card-popular-course {
    margin-bottom: 10px;
  }

  .title.card-post-featured {
    max-width: 400px;
  }

  .title.h3-size {
    font-size: 22px;
  }

  .title.about-hero {
    max-width: 404px;
    margin-bottom: 16px;
  }

  .title.about-hero.edit.metho._11 {
    max-width: none;
  }

  .title.card-value {
    margin-bottom: 10px;
  }

  .title.newsletter {
    margin-bottom: 30px;
  }

  .title.hero-small {
    margin-bottom: 16px;
  }

  .title.blog-post {
    margin-bottom: 28px;
  }

   .title.course {
    margin-bottom: 10px;
  }

  .title.course-reviews {
    margin-bottom: 30px;
  }

  .title.h1-size {
    font-size: 42px;
  }

  .title.h1-size.category {
    margin-right: 6px;
  }

  .split-content.home-hero-content {
    margin-bottom: 30px;
  }

  .split-content.cta-left {
    margin-bottom: 50px;
  }

  .split-content.home-about-content {
    width: 100%;
    max-width: 552px;
    margin-bottom: 50px;
  }

  .split-content.story-right {
    margin-bottom: 83px;
  }

  .image-wrapper.card-post-featured {
    max-width: 100%;
  }

  .image-wrapper.blog-post-main-image {
    border-radius: 20px;
  }

  .image-wrapper.card-author {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .image-wrapper.course-preview {
    margin-bottom: 40px;
  }

  .image.perk {
    max-width: 192px;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .image.icon-home-about {
    margin-top: 0;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .image.card-testimonial {
    width: 169px;
    min-width: 169px;
    min-height: 169px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .image.footer-newsletter-icon {
    margin-right: 20px;
  }

  .image.bg-arrow {
    width: 55px;
  }

  .image.bg-arrow.hero-small {
    width: 51px;
    top: 110%;
    left: 45%;
  }

  .image.bg-arrow.e1._454._565 {
    top: 100%;
    width: 30px !important;
    max-width: 30px !important;
    transform: translateY(-50%);
  }

  .image.course-preview-button-icon {
    width: 22%;
  }

  .image.card-course-reviews {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .perks-grid {
    grid-row-gap: 50px;
  }

  .container-small-550px.home-about {
    margin-bottom: 40px;
  }

  .content-top.blog-section, .content-top.teachers {
    margin-bottom: 40px;
  }

  .content-top.latest-posts {
    text-align: center;
    margin-bottom: 40px;
  }

  .content-top.card-author {
    flex-direction: column;
  }

   .content-top.courses {
    align-items: flex-start;
    margin-bottom: 40px;
  }

  .content-top.courses-category {
    align-items: flex-start;
    margin-bottom: 40px;
  }

  .blog-section-grid {
    grid-row-gap: 40px;
  }

  .perk-wrapper {
    text-align: center;
    flex-direction: column;
  }

  .card-cta-number {
    font-size: 45px;
  }
  .home-about-wrapper {
    margin-bottom: 40px;
  }

  .home-about-details {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }

  .home-about-details-content {
    max-width: none;
  }

  .testimonials-slider {
    margin-bottom: 56px;
  }

  .testimonials-slider-mask {
    max-width: 100%;
  }

  .card-testimonial-stars {
    margin-bottom: 20px;
  }

  .card-popular-course-content {
    padding: 38px 40px 40px;
  }

  .courses-categories-grid {
    grid-row-gap: 40px;
  }

  .card-courses-category-content {
    padding-top: 33px;
    padding-bottom: 35px;
  }

  .card-post-featured-first-content {
    padding-top: 40px;
    padding-bottom: 47px;
  }

  .card-post-featured-first-category-wrapper {
    right: 28px;
  }

  .card-post-featured-content {
    max-width: 100%;
    padding-left: 31px;
    padding-right: 31px;
  }

  .footer-content-top {
    flex-flow: column;
    align-items: flex-start;
  }

  .footer-social-media-grid {
    margin-bottom: 20px;
  }

  .footer-small-print {
    font-size: 16px;
  }

  .footer-nav-wrapper.pages {
    margin-bottom: 40px;
  }

  .footer-nav-title {
    margin-bottom: 35px;
  }

  .footer-nav-content {
    flex-wrap: wrap;
  }

  .bg.cta-shape-1 {
    width: 285px;
    min-width: 285px;
    min-height: 285px;
    top: 125px;
    left: -284px;
  }

  .bg.cta-shape-2 {
    width: 268px;
    min-width: 268px;
    min-height: 268px;
    bottom: -289px;
  }

  .bg.cta-shape-3 {
    width: 268px;
    min-width: 268px;
    min-height: 268px;
  }

  .bg.arrow-wrapper, .bg.arrow-wrapper.hero-small {
    bottom: 0;
  }

  .bg.about-hero-shape-1 {
    top: -178px;
    right: -317px;
  }

  .bg.about-hero-shape-2 {
    bottom: -232px;
    left: -284px;
  }

  .bg.blog-hero-shape-1 {
    bottom: -346px;
  }

  .bg.blog-hero-shape-2 {
    top: -321px;
    right: -324px;
  }

  .bg.newsletter-shape-1 {
    bottom: -253.5px;
    left: -149px;
  }

  .bg.newsletter-shape-2 {
    top: -320.5px;
    right: -231px;
  }

  .bg.blog-post {
    min-height: 3.5%;
  }

  .bg.blog-post-shape-1 {
    width: 277px;
    min-width: 277px;
    min-height: 277px;
    bottom: 7px;
    left: -155px;
  }

  .bg.blog-post-shape-2 {
    bottom: -89px;
    right: -48px;
  }

  .bg.courses-hero-shape-1 {
    bottom: -346px;
  }

  .bg.courses-hero-shape-2 {
    top: -321px;
    right: -324px;
  }

  .bg.course-shape-1 {
    top: -323px;
    right: -318px;
  }

  .bg.contact-shape-1 {
    top: -344px;
    left: -329px;
  }

  .bg.contact-shape-2 {
    top: 103px;
    right: -309px;
  }

  .bg.contact-shape-3 {
    bottom: 113px;
    left: -295px;
  }

  .bg.courses-category-shape-1 {
    bottom: -346px;
  }

  .bg.courses-category-shape-2 {
    top: -321px;
    right: -324px;
  }

  .bg.blog-category-shape-1 {
    bottom: -346px;
  }

  .bg.blog-category-shape-2 {
    top: -344px;
    right: -361px;
  }

  .slider-left-arrow, .slider-right-arrow {
    width: 70px;
    min-width: 70px;
    min-height: 70px;
    max-height: 70px;
  }

  .footer-nav-main-wrapper {
    flex-wrap: wrap;
  }

  .footer-newsletter-content-top {
    margin-bottom: 28px;
  }

  .story-content, .mission-content, .container-small-568px.values {
    margin-bottom: 40px;
  }

  .values-grid {
    grid-template-columns: auto;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }

  .newsletter-wrapper {
    padding: 92px 40px;
  }

  .top-content.blog {
    margin-bottom: 40px;
  }

  .top-content.blog-category {
    align-items: flex-start;
    margin-bottom: 40px;
  }

  .category-wrapper {
    border-radius: 20px;
    padding-bottom: 0;
  }

  .category-wrapper.courses {
    margin-bottom: -15px;
    padding-top: 0;
  }

  .blog-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    max-width: 567px;
    margin-left: auto;
    margin-right: auto;
  }

  .card-post-content {
    padding-top: 40px;
    padding-bottom: 47px;
  }

  .card-post-category-wrapper {
    right: 28px;
  }

  .category-content {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .category-item {
    flex-wrap: wrap;
    align-items: flex-start;
    margin-right: 15px;
  }

  .button-category {
    margin-bottom: 15px;
  }

  .button-category.all {
    margin-right: 15px;
  }

  .latest-posts-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    max-width: 567px;
    margin-left: auto;
    margin-right: auto;
  }

  .rich-text p {
    margin-bottom: 28px;
  }

  .rich-text ul {
    margin-top: 28px;
    margin-bottom: 37px;
    padding-left: 30px;
  }

  .rich-text h3 {
    margin-top: 39px;
    margin-bottom: 10px;
  }

  .rich-text img {
    border-radius: 20px;
  }

  .rich-text h4 {
    margin-top: 39px;
    margin-bottom: 10px;
  }

  .blog-post-about-wrapper {
    flex-wrap: wrap;
  }

  .blog-post-author-link {
    margin-bottom: 30px;
    margin-right: 40px;
  }

  .blog-post-about-right {
    margin-bottom: 30px;
  }

  .course-preview-button {
    width: 20%;
    min-width: 20%;
    min-height: 36%;
  }

  .course-navigation {
    border-radius: 20px;
    flex-wrap: wrap;
    margin-bottom: 50px;
    padding-bottom: 0;
  }

  .course-navigation-button, .card-course-reviews-stars {
    margin-bottom: 20px;
  }

  .card-get-course-features-grid {
    width: 100%;
    max-width: 524px;
  }

  .container-small-585px.faqs {
    margin-bottom: 50px;
  }

  .card-faq-icon-wrapper {
    margin-right: 15px;
  }

  .contact-title-wrapper {
    margin-bottom: 32px;
  }

  .card-contact-form-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .card-contact-link-label {
    margin-bottom: 10px;
  }

  .category-title-wrapper.courses-category, .category-title-wrapper.blog-category {
    margin-bottom: 16px;
    margin-right: -6px;
  }

  .courses-category-grid {
    grid-row-gap: 40px;
  }

  .blog-category-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    max-width: 567px;
    margin-left: auto;
    margin-right: auto;
  }

  .password-icon {
    width: 70px;
  }

  .grid-404 {
    grid-row-gap: 0px;
  }

  ._404-subtitle {
    font-size: 34px;
  }

  .section-3 {
    height: 30px;
  }

  .container._99 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-bottom: 10px;
    font-size: 35px;
  }

  h2 {
    margin-bottom: 10px;
    font-size: 26px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
  }

  .container-default {
    padding-left: 22px;
    padding-right: 22px;
  }

  .container-default.blog-post {
    margin-bottom: 47px;
  }

  .container-default.shifting {
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .button-primary {
    padding: 20px 18px;
    display: block;
    top: auto;
    left: auto;
  }

  .button-primary.small {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .button-primary.button-2-buttons {
    margin-right: 0;
  }

  .button-primary.footer-newsletter {
    min-height: 65px;
    position: static;
  }

  .button-primary.footer-newsletter.p11 {
    margin-left: 0;
    position: relative;
    left: 0;
  }

  .button-primary.newsletter {
    background-color: var(--neutral-700);
    min-height: 65px;
    position: relative;
  }

  .button-primary.e5 {
    left: auto;
  }

  .button-primary.e5.expl._787 {
    position: static;
  }

  .button-secondary {
    padding: 20px 18px;
    display: block;
  }

  .button-secondary.small {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .button-secondary.button-2-buttons {
    display: block;
  }

  .button-secondary.button-2-buttons.edit {
    top: auto;
    left: auto;
  }

  .header-navigation {
    margin-left: 16px;
    margin-right: 16px;
  }

  .nav-link {
    font-size: 28px;
  }

  .menu-button {
    width: 46px;
    min-width: 46px;
    min-height: 46px;
    padding: 10px;
    font-size: 26px;
  }

  .nav-menu {
    padding-top: 110px;
  }

  .footer-logo-container {
    margin-bottom: 15px;
  }

  .footer-nav {
    flex-direction: column;
    align-items: flex-start;
    margin-right: 20px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .section.home-hero {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .section.bg-neutral-200.testimonials {
    padding-top: 110px;
  }

  .section.bg-neutral-200.latest-posts {
    padding-bottom: 57px;
  }

  .section.bg-neutral-200.courses {
    padding-top: 60px;
  }

  .section.bg-neutral-700 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.bg-neutral-700.perks {
    padding-bottom: 96px;
  }

  .section.courses-category {
    padding-top: 70px;
    padding-bottom: 110px;
  }

  .section.blog-section {
    padding-bottom: 86px;
  }

  .section.about-hero {
    padding-top: 105px;
    padding-bottom: 105px;
  }

  .section.hero-small {
    padding-top: 68px;
    padding-bottom: 80px;
  }

  .section.blog-featured {
    padding-top: 98px;
    padding-bottom: 65px;
  }

  .section.blog {
    padding-top: 83px;
    padding-bottom: 102px;
  }

  .section.blog-post {
    padding-top: 65px;
    padding-bottom: 109px;
  }

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

  .section.contact {
    padding-top: 60px;
  }

  .section.courses-category-section {
    padding-top: 83px;
  }

  .section.blog-category {
    padding-top: 83px;
    padding-bottom: 102px;
  }

  .utility-page-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }

  .utility-page-wrap._404 {
    min-height: 610px;
  }

  .utility-page-content-password {
    padding: 42px 25px;
  }

  .input {
    padding-left: 15px;
    padding-right: 15px;
  }

  .input.footer-newsletter, .input.newsletter {
    min-height: 65px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  ._404-title {
    font-size: 110px;
    top: -32px;
  }

  .divider.footer-top {
    margin-bottom: 50px;
  }

  .divider.footer-bottom {
    margin-top: 64px;
  }

  .divider.blog-post {
    margin-top: 36px;
    margin-bottom: 46px;
  }

  .divider.course-divider {
    margin-top: 30px;
    margin-bottom: 50px;
  }

  .icon-password {
    width: 110px;
    height: 110px;
  }

  .paragraph._404-subtitle {
    font-size: 18px;
    line-height: 20px;
  }

  .paragraph.home-hero {
    max-width: 402px;
    margin-bottom: 33px;
  }

  .paragraph.home-about-details-paragraph {
    margin-left: 10px;
    margin-right: 10px;
  }

  .paragraph.home-about-details-paragraph.mobile {
    min-width: 260px;
  }

  .paragraph.card-popular-course {
    margin-bottom: 25px;
  }

  .paragraph.about-hero {
    min-width: 100px;
    max-width: 300px;
    margin-left: -830px;
    font-size: 14px;
    position: relative;
    top: -200px;
    left: 680px;
  }

  .paragraph.about-hero.edit1 {
    margin-left: -770px;
    top: -100px;
  }

  .paragraph.about-hero.wechange._555 {
    position: static;
  }

  .paragraph.about-hero.wechange._555.mobile, .paragraph.mission {
    font-size: 16px;
  }

  .paragraph.mission.edit {
    position: relative;
    top: 300px;
  }

  .paragraph.mission.edit._555 {
    font-size: 16px;
    position: static;
  }

  .paragraph.story {
    font-size: 16px;
  }

  .paragraph.faqs {
    max-width: 402px;
    margin-left: auto;
    margin-right: auto;
  }

  .card.cta {
    max-width: 100%;
    padding: 40px 25px 34px;
  }

  .card.testimonial {
    padding: 46px 25px 43px;
  }

  .card.value {
    padding: 33px 25px;
  }

  .card.author {
    padding: 33px 25px 37px;
  }

  .card.course-reviews {
    padding: 22px 25px 42px;
  }

  .card.get-course.mobile {
    padding: 35px 25px 33px;
  }

  .card.faq {
    padding: 30px 20px;
  }

  .card.contact {
    padding: 37px 25px 35px;
  }

  .card.contact-link {
    margin-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .title.home-hero {
    max-width: 358px;
    margin-bottom: 10px;
  }

  .title.courses-category {
    max-width: 240px;
  }

  .title.testimonials {
    max-width: 306px;
  }

  .title.blog-section {
    text-align: center;
  }

  .title.perk, .title.card-popular-course, .title.card-courses-category {
    margin-bottom: 6px;
  }

  .title.h3-size {
    font-size: 20px;
  }

  .title.about-hero {
    max-width: 358px;
    margin-bottom: 10px;
  }

  .title.about-hero._1 {
    left: -400px;
  }

  .title.mission {
    max-width: 313px;
    margin-left: 0;
    position: relative;
  }

  .title.card-value {
    margin-bottom: 8px;
  }

  .title.hero-small {
    margin-bottom: 10px;
  }

  .title.latest-posts {
    margin-bottom: 20px;
  }

  .title.course {
    margin-bottom: 6px;
  }

  .title.h1-size {
    font-size: 35px;
  }

  .split-content.home-hero-content {
    max-width: 100%;
  }

  .split-content.cta-right {
    flex-direction: column;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
  }

  .split-content.about-hero-right {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .split-content.story-right {
    margin-bottom: 69px;
  }

  .image-wrapper.home-hero {
    border-radius: 30px;
  }

  .image-wrapper.card-popular-course {
    min-height: 200px;
    display: flex;
  }

  .image-wrapper.blog-post-author {
    width: 60px;
    min-width: 60px;
    min-height: 60px;
    margin-right: 10px;
  }

  .image-wrapper.card-author {
    width: 165px;
    min-width: 165px;
    min-height: 165px;
    margin-bottom: 20px;
  }

  .image.perk {
    max-width: 185px;
  }

  .image.icon-home-about {
    margin-bottom: 15px;
  }

  .image.card-testimonial {
    width: 141px;
    min-width: 141px;
    min-height: 141px;
    margin-bottom: 30px;
  }

  .image.footer-newsletter-icon {
    margin-bottom: 20px;
  }

  .image.bg-arrow {
    width: 45px;
  }

  .image.bg-arrow.hero-small {
    width: 40px;
    top: 120%;
    left: 45%;
  }

  .image.bg-arrow.yellow.val._909._555 {
    width: 60px;
    max-width: 60px;
    top: -60px;
  }

  .image.bg-arrow.e1._454._565 {
    width: 30px !important;
    max-width: 30px !important;
    top: 100%;
    left: 45%;
    transform: translateY(-50%);
  }

  .image.mission._1 {
    position: relative;
    top: 300px;
  }

  .image.mission._1._66 {
    position: static;
  }

  .image.card-course-reviews {
    width: 110px;
    min-width: 110px;
    min-height: 110px;
    margin-bottom: 20px;
  }

  .home-hero-wrapper {
    align-items: stretch;
  }

  ._2-buttons {
    flex-direction: column;
    display: flex;
  }

  .flex-vc {
    align-items: stretch;
  }

  .container-small-550px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .content-top.blog-section, .content-top.teachers {
    align-items: stretch;
  }

  .content-top.latest-posts {
    flex-direction: column;
    align-items: stretch;
  }

  .content-top.courses {
    text-align: left;
  }

  .content-top.courses-category {
    text-align: left;
  }

  .perk-wrapper {
    text-align: center;
    flex-direction: column;
  }

  .cta-wrapper {
    align-items: stretch;
  }

  .cta-cards-left {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .card-cta-number {
    margin-bottom: 6px;
    font-size: 38px;
  }

  .home-about-details {
    flex-direction: column;
  }

  .testimonials-slider {
    margin-bottom: 40px;
  }

  .card-testimonial-stars {
    margin-bottom: 15px;
  }

  .card-testimonial-about-rol {
    font-size: 16px;
  }

  .card-popular-course-content {
    padding-top: 32px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .card-popular-course-about-top {
    text-align: center;
    flex-direction: column;
    align-items: stretch;
    top: 26px;
    right: 15px;
  }

  .card-popular-course-time {
    margin-bottom: 10px;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .card-popular-course-price {
    padding-left: 15px;
    padding-right: 15px;
  }

  .card-courses-category-content {
    padding: 28px 25px 30px;
  }

  .card-post-featured-first-content {
    padding: 33px 25px 40px;
  }

  .card-post-featured-first-date {
    margin-bottom: 15px;
  }

  .card-post-featured-first-category-wrapper {
    padding-left: 20px;
    padding-right: 20px;
    right: 20px;
  }

  .card-post-featured-content {
    padding: 26px 25px;
  }

  .footer-social-media-grid {
    grid-template-columns: repeat(auto-fit, 36px);
    align-self: stretch;
  }

  .footer-newsletter-content {
    margin-bottom: 50px;
  }

  .footer-newsletter-form {
    flex-direction: column;
    align-items: stretch;
    right: 0;
  }

  .footer-nav-wrapper.pages {
    margin-right: 20px;
  }

  .bg.home-hero {
    min-height: 30%;
  }

  .bg.home-hero-shape-1 {
    left: -592px;
  }

  .bg.cta-shape-1 {
    width: 228px;
    min-width: 228px;
    min-height: 228px;
    top: 263px;
    left: -213px;
  }

  .bg.cta-shape-2 {
    width: 214px;
    min-width: 214px;
    min-height: 214px;
    bottom: -229px;
  }

  .bg.cta-shape-3 {
    width: 214px;
    min-width: 214px;
    min-height: 214px;
    top: 124.5px;
    left: 41px;
  }

  .bg.arrow-wrapper, .bg.arrow-wrapper.hero-small {
    bottom: 0;
  }

  .bg.about-hero-shape-1 {
    top: -231px;
    right: -330px;
  }

  .bg.about-hero-shape-2 {
    bottom: -252px;
    left: -338px;
  }

  .bg.blog-hero-shape-1 {
    left: -361px;
  }

  .bg.blog-hero-shape-2 {
    top: -355px;
    right: -319px;
  }

  .bg.newsletter-shape-1 {
    bottom: -221.5px;
    left: -206px;
  }

  .bg.newsletter-shape-2 {
    top: -339.5px;
  }

  .bg.blog-post {
    min-height: 150px;
  }

  .bg.blog-post-shape-1 {
    width: 160px;
    min-width: 160px;
    min-height: 160px;
    bottom: 14px;
    left: -100px;
  }

  .bg.blog-post-shape-2 {
    width: 313px;
    min-width: 313px;
    min-height: 313px;
    bottom: -61px;
    right: -80px;
  }

  .bg.courses-hero-shape-1 {
    left: -361px;
  }

  .bg.courses-hero-shape-2 {
    top: -355px;
    right: -319px;
  }

  .bg.course {
    min-height: 500px;
  }

  .bg.course-shape-1 {
    width: 477px;
    min-width: 477px;
    min-height: 477px;
    top: -335px;
    right: -290px;
  }

  .bg.contact-shape-1 {
    width: 358px;
    min-width: 358px;
    min-height: 358px;
    top: -275px;
    left: -293px;
  }

  .bg.contact-shape-2 {
    width: 358px;
    min-width: 358px;
    min-height: 358px;
    top: 173px;
    right: -282px;
  }

  .bg.contact-shape-3 {
    width: 385px;
    min-width: 385px;
    min-height: 385px;
    bottom: 153px;
  }

  .bg.courses-category-shape-1 {
    left: -361px;
  }

  .bg.courses-category-shape-2 {
    top: -355px;
    right: -319px;
  }

  .bg.blog-category-shape-1 {
    left: -361px;
  }

  .bg.blog-category-shape-2 {
    top: -397px;
    right: -319px;
  }

  .bg._404-circle-1 {
    width: 240px;
    min-width: 240px;
    min-height: 240px;
    top: -14%;
    right: -41%;
  }

  .bg._404-circle-2 {
    width: 240px;
    min-width: 240px;
    min-height: 240px;
    bottom: -13%;
    left: -14%;
  }

  .slider-left-arrow {
    width: 65px;
    min-width: 65px;
    min-height: 65px;
    max-height: 65px;
    top: -166px;
    left: -10px;
  }

  .slider-right-arrow {
    width: 65px;
    min-width: 65px;
    min-height: 65px;
    max-height: 65px;
    top: -166px;
    right: -10px;
  }

  .footer-newsletter-content-top {
    flex-direction: column;
  }

  .about-hero-wrapper {
    display: flex;
  }

  .container-medium-615px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .story-content, .mission-content {
    text-align: left;
    margin-bottom: 35px;
  }

  .container-small-568px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-large-1024px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .newsletter-wrapper {
    padding: 64px 25px;
  }

  .top-content.blog {
    align-items: stretch;
  }

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

  .blog-grid {
    grid-row-gap: 32px;
  }

  .card-post-content {
    padding: 33px 25px 40px;
  }

  .card-post-category-wrapper {
    padding-left: 20px;
    padding-right: 20px;
    right: 20px;
  }

  .card-post-date {
    margin-bottom: 15px;
  }

  .category-content {
    justify-content: flex-start;
  }

  .container-medium-622px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .button-category {
    padding-left: 20px;
    padding-right: 20px;
  }

  .latest-posts-grid {
    grid-row-gap: 32px;
  }

  .container-medium-948px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .rich-text p {
    margin-bottom: 23px;
  }

  .rich-text ul {
    margin-top: 23px;
    margin-bottom: 31px;
    padding-left: 20px;
  }

  .rich-text h3 {
    margin-top: 33px;
  }

  .rich-text h4 {
    margin-top: 33px;
  }

  .blog-post-about-wrapper {
    flex-flow: column;
    align-items: flex-start;
  }

  .blog-post-author-link {
    margin-right: 0;
  }

  .blog-post-about-right {
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .blog-post-category-link {
    margin-bottom: 20px;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-post-reading-time {
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .course-preview-button {
    width: 25%;
    min-width: 25%;
    min-height: 44%;
  }

  .course-navigation {
    margin-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .course-navigation-button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-course-reviews-stars {
    margin-bottom: 15px;
  }

  .card-course-reviews-about-rol {
    font-size: 16px;
  }

  .card-get-course-features-grid {
    grid-row-gap: 20px;
  }

  .container-small-585px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-small-585px.faqs {
    margin-bottom: 40px;
  }

  .container-medium-813px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .card-faq-icon-wrapper {
    margin-right: 10px;
  }

  .space.faq-top {
    min-height: 10px;
  }

  .space.faq-bottom {
    min-height: 20px;
  }

  .card-faq-icon {
    width: 40px;
    min-width: 40px;
    min-height: 40px;
  }

  .contact-title-wrapper {
    max-width: 358px;
  }

  .text-area {
    padding-left: 15px;
    padding-right: 15px;
  }

  .card-contact-link-text {
    font-size: 18px;
  }

  .card-contact-link-text.address {
    max-width: 300px;
  }

  .category-title-wrapper.courses-category, .category-title-wrapper.blog-category {
    margin-bottom: 10px;
  }

  .blog-category-grid {
    grid-row-gap: 32px;
  }

  .brand {
    margin-right: 20px;
  }

  .icon-wrapper {
    width: 20px;
  }

  .password-icon {
    width: 60px;
  }

  ._404-subtitle {
    margin-bottom: 24px;
    font-size: 26px;
  }

  .more-templates-badge-wrapper {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    max-width: 250px;
    padding: 8px 18px 8px 15px;
  }

  .more-templates-logo {
    width: 60px;
  }

  .more-templates-p {
    font-size: 12px;
  }

  .more-templates-lottie {
    width: 40px;
  }

  .button-2 {
    text-align: center;
    width: 350px;
    height: 40px;
    padding-left: 3px;
    padding-right: 3px;
    font-size: 13px;
  }

.section-4._88 { 
  padding-left: 20px; 
  padding-right: 20px; 
  padding-top: 200px !important;
  padding-bottom: 200px !important;
  text-align: center; 
}

/* Add spacing to title in 'Nos résultats' section */
.section-4._88 .title.text-center {
  margin-bottom: 0;
}

/* Override w-layout-blockcontainer display:block with flex */
.section-4._88 .w-layout-blockcontainer.container._99 {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
}

.section-4._88 .container._99 { margin-left: auto !important; margin-right: auto !important; text-align: center; display: flex !important; flex-direction: column !important; align-items: center !important; }

/* Centered wrapper for standalone CTA button */

/* Ensure button inside wrapper doesn't have conflicting inline-block or positioning */

/* Ensure buttons inside centered sections are perfectly centered */
.section-4._88 .container._99 a.button-primary.e5.expl {
  position: static !important;
  left: auto !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  align-self: center !important;
  margin-top: 12px;
}

  .heading-3.edit1 {
    font-size: 20px;
    position: relative;
    top: -70px;
    left: -400px;
  }

  .button-3.hyg {
    width: auto;
    height: auto;
  }
}

#w-node-_592cd425-4e7b-6fb2-12c5-0a064f8ac042-fd52d5e1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_81d993b8-3f34-22b1-21b9-e69c6e3bf9d3-fd52d5e1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

@media screen and (max-width: 991px) {

  #w-node-bcbe7cf1-688e-fbed-a2b4-26ee863212ed-fd52d5dc {
    order: 9999;
  }
}

@media screen and (max-width: 767px) {

  #w-node-_592cd425-4e7b-6fb2-12c5-0a064f8ac042-fd52d5e1, #w-node-_81d993b8-3f34-22b1-21b9-e69c6e3bf9d3-fd52d5e1 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_81d993b8-3f34-22b1-21b9-e69c6e3bf9d3-fd52d5e1 {
    justify-self: stretch;
  }
}


@font-face {
  font-family: 'Icons Education X Template';
  src: url('../fonts/icons-education-x-template.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Filled Icons';
  src: url('../fonts/filled-icon-font.woff2') format('woff2'), url('../fonts/filled-icon-font.eot') format('embedded-opentype'), url('../fonts/filled-icon-font.woff') format('woff'), url('../fonts/filled-icon-font.ttf') format('truetype'), url('../fonts/filled-icon-font.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Line Rounded Icons';
  src: url('../fonts/line-rounded-icons.woff2') format('woff2'), url('../fonts/line-rounded-icons.eot') format('embedded-opentype'), url('../fonts/line-rounded-icons.woff') format('woff'), url('../fonts/line-rounded-icons.ttf') format('truetype'), url('../fonts/line-rounded-icons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Line Square Icons';
  src: url('../fonts/line-square-icons.woff2') format('woff2'), url('../fonts/line-square-icons.eot') format('embedded-opentype'), url('../fonts/line-square-icons.woff') format('woff'), url('../fonts/line-square-icons.ttf') format('truetype'), url('../fonts/line-square-icons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Social Icons Font';
  src: url('../fonts/social-icon-font.woff2') format('woff2'), url('../fonts/social-icon-font.eot') format('embedded-opentype'), url('../fonts/social-icon-font.woff') format('woff'), url('../fonts/social-icon-font.ttf') format('truetype'), url('../fonts/social-icon-font.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}