/*!****************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/page-homepage.scss ***!
  \****************************************************************************************************************************************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  position: relative;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  -moz-osx-font-smoothing: grayscale; /*(For Firefox)*/
  -webkit-font-smoothing: antialiased; /*(For Chrome and Safari)*/
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
blockquote {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  display: block;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*
  Custom Fonts
 */
@font-face {
  font-family: "Inter";
  src: url(../fonts/Inter-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/*
  Fonts Variables
 */
/*
  Colors Variables
 */
.btn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font: 700 18px/1.2 "Poppins", sans-serif;
  text-decoration: none;
  padding: 16px 24px;
  border-radius: 4px;
  transition: background-color 300ms ease-in-out;
}
.btn--green, .btn-primary {
  color: #151417;
  background: #DFFC21;
}
.btn--green:hover, .btn-primary:hover {
  background: #ECFD79;
}
.btn--indigo {
  color: #FFFFFF;
  background: #5E17EB;
}
.btn--indigo:hover {
  background: #5107E0;
}
.btn--small {
  font-size: 14px;
  padding: 10px 18px;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.h1 {
  font: 700 36px/1.1 "Poppins", sans-serif;
  text-transform: uppercase;
}

.h2 {
  font: 700 28px/1.1 "Poppins", sans-serif;
}

@media only screen and (min-width: 1280px) {
  .h1 {
    font-size: 64px;
  }
  .h2 {
    font: 700 48px/1.1 "Poppins", sans-serif;
  }
}
.learndash-wrapper {
  font-family: "Inter", sans-serif;
}

.ld-progress {
  background: transparent !important;
}
.ld-progress-bar {
  height: 12px !important;
}
.ld-progress-bar-percentage {
  height: 12px !important;
  background: #DFFC21 !important;
}
.ld-breadcrumbs {
  background: transparent !important;
}
.ld-course-status, .ld-lesson-status {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)) !important;
  border: 1px solid #605C69 !important;
}
.ld-course-list-items, .ld-lesson-list-items {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 24px;
}
.ld-course-list-items .ld_course_grid, .ld-lesson-list-items .ld_course_grid {
  width: 100%;
}
.ld-course-title, .ld-lesson-title {
  font: 500 18px/1.3 "Poppins", sans-serif;
  color: #FFFFFF;
}
.ld-accordion__section {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)) !important;
  border: 1px solid #605C69 !important;
}
.ld-accordion__item-title {
  font: 500 21px/1.3 "Poppins", sans-serif;
  color: #FFFFFF !important;
  text-decoration: none;
}
.ld-accordion__item-attribute-icon--progress {
  color: #DFFC21 !important;
}
.ld-accordion__item:hover {
  background: none !important;
}
.ld-item-name {
  align-items: center;
}
.ld-item-list-item {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)) !important;
  border: 1px solid #605C69 !important;
}
.ld-item-list-item .ld-progress {
  padding: 20px !important;
}
.ld-item-list-item-expanded::before {
  display: none !important;
}
.ld-icon-checkmark::before {
  color: #151417;
}
.ld-status-complete {
  color: #151417 !important;
  margin: 0 !important;
}

article.course {
  display: grid;
  gap: 12px;
  background-image: linear-gradient(120deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.02) 100%);
  background-size: 300% 100%;
  background-position: 100% 0;
  transition: background-position 0.6s ease;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  padding: 24px;
  border-radius: 12px;
  border: 1px solid #605C69;
}
article.course .ribbon {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font: 700 16px/1 "Poppins", sans-serif;
  color: #151417;
  background: #DFFC21;
  padding: 8px 12px;
  border-radius: 4px;
}
article.course .ribbon.enrolled {
  background: #5E17EB;
  color: #FFFFFF;
}
article.course .ribbon.completed {
  background: #ECFD79;
}
article.course img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
article.course .caption {
  text-align: center;
}
article.course .entry-title {
  font: 700 21px/1 "Poppins", sans-serif;
}
article.course .entry-content {
  font: 300 16px/1.5 "Inter", sans-serif;
  margin-top: 12px;
}
article.course .btn {
  margin: 48px auto 0;
}
article.course:hover {
  background-position: 0 0;
}

@media only screen and (min-width: 768px) {
  .ld-course-list-items .ld_course_grid {
    width: calc(50% - 12px);
  }
  article.course {
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
  }
  article.course .caption {
    flex: 1;
    display: flex;
    flex-flow: column nowrap;
  }
  article.course .caption .ld_course_grid_button {
    flex: 1;
    display: flex;
    align-items: flex-end;
  }
}
@media only screen and (min-width: 1280px) {
  .ld-course-list-items .ld_course_grid {
    width: calc(25% - 22px);
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 12px;
  z-index: 998;
}
.header__container {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border-radius: 12px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  transition: background-color 300ms ease-in-out;
  transform-origin: center;
}
.header__logo-img {
  width: 50px;
  height: auto;
}
.header__hamburger {
  background: transparent;
  border: 0;
  outline: 0;
  padding: 0;
}
.header__hamburger-line {
  display: block;
  width: 28px;
  height: 2px;
  background: #FFFFFF;
  margin: 5px 0;
  transition: transform 300ms ease-in-out, opacity 300ms ease-in-out;
}
.header__menu {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 300ms ease-in-out;
}
.header__menu-inner {
  display: grid;
  justify-content: flex-end;
  gap: 24px;
  padding: 12px 0;
}
.header .menu {
  display: grid;
  gap: 12px;
  list-style: none;
  text-align: right;
  padding: 0;
}
.header .menu-item a {
  font: 400 18px/1.2 "Inter", sans-serif;
  color: #FFFFFF;
  text-decoration: none;
}
.header__ctas {
  display: flex;
  gap: 12px;
}
.header .btn {
  margin-left: auto;
}
.header.active .header__container {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
}
.header.active .header__hamburger-line--1 {
  transform: rotate(45deg) translate(5px, 5px);
}
.header.active .header__hamburger-line--2 {
  opacity: 0;
  transform: translateX(-20px);
}
.header.active .header__hamburger-line--3 {
  transform: rotate(-45deg) translate(5px, -5px);
}

@media only screen and (min-width: 1280px) {
  .header {
    padding-top: 24px;
  }
  .header__container {
    padding: 12px 24px;
  }
  .header__logo-img {
    width: 60px;
  }
  .header__hamburger {
    display: none;
  }
  .header__menu {
    width: -moz-fit-content;
    width: fit-content;
    display: initial;
    max-height: initial;
  }
  .header__menu-inner {
    display: flex;
    align-items: center;
    gap: 36px;
  }
  .header .menu {
    display: flex;
    align-items: center;
    gap: 36px;
  }
}
html {
  color: #FFFFFF;
  background: #151417;
}

p {
  font: 300 16px/1.4 "Inter", sans-serif;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.hero {
  margin: 200px 0 100px;
}
.hero__container {
  display: grid;
  gap: 48px;
}
.hero__text {
  display: grid;
}
.hero__subtitle {
  max-width: 500px;
  opacity: 0.6;
  margin-top: 12px;
}
.hero__subtitle p {
  font: 400 18px/1.3 "Inter", sans-serif;
}
.hero .btn {
  margin-top: 24px;
}
.hero__video {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}

.intro {
  text-align: center;
}
.intro__container {
  display: grid;
  gap: 24px;
}
.intro__quote p {
  font: 400 18px/1.3 "Inter", sans-serif;
  font-style: italic;
}
.intro__img {
  width: 100%;
}

.marquee {
  background: #DFFC21;
  padding: 24px 0;
  overflow: hidden;
}
.marquee__list {
  display: flex;
}
.marquee__item {
  flex-shrink: 0;
  font: 700 36px/1.2 "Poppins", sans-serif;
  color: #151417;
  animation: marquee 30s linear infinite;
}

.steps {
  margin: 100px 0;
}
.steps__container {
  display: grid;
  gap: 48px;
}
.steps__title {
  position: relative;
}
.steps__title-label {
  font: 700 56px/1.2 "Poppins", sans-serif;
  color: #DFFC21;
}
.steps__title-label--1 {
  opacity: 0.2;
}
.steps__title-label--2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.4;
  z-index: 2;
}
.steps__title-label--3 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.steps__subtitle {
  margin-top: 24px;
}
.steps__subtitle p {
  font: 400 21px/1.3 "Inter", sans-serif;
}

.benefits {
  margin: 100px 0;
}
.benefits__container {
  display: grid;
  gap: 48px;
}
.benefits__heading {
  display: grid;
  gap: 12px;
}
.benefits__subtitle {
  max-width: 450px;
}
.benefits__item {
  padding: 24px 0;
  border-bottom: 1px solid;
}
.benefits__item-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}
.benefits__item-icon {
  display: block;
  width: 32px;
  height: auto;
}
.benefits__item-title {
  font: 700 20px/1.3 "Poppins", sans-serif;
  transition: color 300ms ease-in-out;
}
.benefits__item-toggle {
  display: block;
  margin-left: auto;
  transition: transform 300ms ease-in-out;
}
.benefits__item-content {
  max-height: 0;
  transition: max-height 300ms ease-in-out;
  overflow: hidden;
}
.benefits__item-content-inner {
  padding-top: 12px;
}
.benefits__item.active .benefits__item-title {
  color: #DFFC21;
}
.benefits__item.active .benefits__item-toggle {
  transform: rotate(45deg);
}
.benefits__item.active .benefits__item-toggle path {
  stroke: #DFFC21;
}

.courses {
  margin: 100px 0;
}
.courses__container {
  display: grid;
  gap: 48px;
}
.courses__title {
  text-align: center;
}
.courses__list {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 48px;
}
.courses__graphic {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  max-width: 600px;
  transform: translate(-50%, -50%);
  z-index: -1;
}

@keyframes marqueeCompanies {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.companies {
  overflow: hidden;
  margin: 100px 0;
}
.companies__container {
  overflow: hidden;
}
.companies__track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: marqueeCompanies 30s linear infinite;
}
.companies__list {
  display: flex;
  flex-shrink: 0;
}
.companies__item {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  width: 260px;
  border-radius: 12px;
  padding: 24px;
}
.companies__item-logo {
  max-width: 100px;
  width: 100%;
}
.companies__item-title {
  font: 700 18px/1.3 "Inter", sans-serif;
  color: #FFFFFF;
}

@media only screen and (min-width: 768px) {
  .courses__container {
    gap: 80px;
  }
}
@media only screen and (min-width: 1280px) {
  .hero {
    margin: 200px 0 150px;
  }
  .hero__container {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
  .hero__subtitle {
    margin-top: 24px;
  }
  .hero .btn {
    margin-top: 60px;
  }
  .intro__container {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
  .intro__quote {
    order: 2;
  }
  .intro__quote p {
    font-size: 24px;
  }
  .intro__img {
    order: 1;
  }
  .marquee__item {
    font-size: 80px;
  }
  .steps {
    margin: 150px 0;
  }
  .steps__container {
    grid-template-columns: 2fr 1fr;
    align-items: flex-end;
  }
  .steps__title-label {
    font-size: 150px;
  }
  .steps__subtitle {
    font-size: 24px;
  }
  .steps .btn {
    margin-left: auto;
  }
  .benefits__list {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    gap: 48px;
  }
  .benefits__item {
    width: calc(50% - 24px);
  }
  .courses {
    margin: 200px 0;
  }
  .courses__container {
    gap: 80px;
  }
}
