:root {
  --white: #fff;
  --white1: #ccc;
  --white2: #f7f7f7;
  --gray: #333;
  --gray1: #666666;
  --gray2: #999;
  --gray3: #f7f7f7;
  --gray4: #ddd;

  --blue: #379aff;
  --orange: #ff9737;
  --green-light: #52c143;
  --green-dark: #39b54a;
  --red: #fa5e5c;
  --red1: #e22732;

  --blue-200: #055088;
  --blue-250: #0072af;

  --green-150: #067013;
  --green-200: #078116;
}
:root {
  --poppins: 'Poppins', sans-serif;
  --opensans: 'Open sans', sans-serif;
  --anim-ease: cubic-bezier(0, 0.98, 0.48, 0.97);
  --nav-shadow: -8px 0px 24px rgba(0, 0, 0, 0.14);
}
/*! 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 {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  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;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 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; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}
/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * 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;
}
/* 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; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/**
 * 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"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * 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; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * 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; /* 1 */
  font: inherit; /* 2 */
}
/* 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;
}
#hs-eu-cookie-confirmation {
  background: rgba(51, 51, 51, 0.9) !important;
  position: fixed !important;
  left: 0;
  bottom: 0 !important;
  top: unset !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: none !important;
  overflow: hidden;
}
#hs-eu-policy-wording:before {
    content: '';
    width: 40px;
    height: 41px;
    background: no-repeat center/cover url(https://f.hubspotusercontent10.net/hubfs/2773967/cookies-icon.png);
    display: block;
    margin-bottom: 10px;
  }
#hs-eu-cookie-confirmation p {
  font: 400 1.2rem var(--v2_opensans) !important;
  margin-left: -14px;
  margin-bottom: 0 !important;
  color: #fff !important;
  color: var(--white) !important;
  line-height: 1.3 !important;
  padding: 7px 21px 1px 1px !important;
}
#hs-eu-cookie-confirmation p a {
  color: #fff !important;
  color: var(--white) !important;
  text-decoration: underline !important;
  position: relative
}
#hs-eu-cookie-confirmation p a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #fff;
  }
#hs-eu-cookie-confirmation p a:hover,
  #hs-eu-cookie-confirmation p a:focus {
    color: #379AFF !important;
    text-decoration: none !important
  }
#hs-eu-cookie-confirmation p a:hover:after, #hs-eu-cookie-confirmation p a:focus:after {
      border-bottom-color: transparent;
    }
#hs-eu-cookie-confirmation-inner {
  background: transparent !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px !important;
  margin: 0 auto !important;
  position: relative;
}
#hs-eu-policy-wording {
  margin: 0 !important;
}
#hs-en-cookie-confirmation-buttons-area {
  position: absolute;
  right: 0;
  top: 0
}
#hs-en-cookie-confirmation-buttons-area:before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    right: 15px;
    top: 13px;
    border-radius: 50%;
    background: #52C143 no-repeat center/10px 10px url(https://f.hubspotusercontent10.net/hubfs/2773967/x-icon-cookies.png);
    pointer-events: none;
    -webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
    transition: -webkit-box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  }
#hs-en-cookie-confirmation-buttons-area:hover:before {
      -webkit-box-shadow: 0 0 15px #52C143;
              box-shadow: 0 0 15px #52C143;
    }
#hs-eu-confirmation-button {
  opacity: 0;
  max-width: 10px;
  position: relative;
}
@media (min-width: 480px) {
  #hs-eu-cookie-confirmation-inner {
    padding: 15px 45px 15px 15px;
  }
}
@media (min-width: 920px) {
  #hs-eu-cookie-confirmation-inner {
    padding: 11px 35px;
    display: grid;
    grid-template-columns: auto 35px 100px;
  }

  #hs-en-cookie-confirmation-buttons-area {
    position: relative
  }

    #hs-en-cookie-confirmation-buttons-area:before {
      position: absolute;
      left: 0;
      top: 0;
      background-size: 15px 15px;
      width: 35px;
      height: 35px;
    }

  #hs-eu-policy-wording {
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-template-columns: 40px auto;
    grid-gap: 20px;
    gap: 20px;
    margin-right: 20px !important
  }

    #hs-eu-policy-wording:before {
      display: inline-block;
      margin: 0;
    }

  #hs-eu-cookie-confirmation p {
    text-align: center !important;
    padding: 0 !important;
  }
}
@media (min-width: 1200px) {
  #hs-eu-cookie-confirmation-inner {
    grid-template-columns: auto 35px;
  }
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Poppins', sans-serif;
  line-height: 1.5;
  color: #333;
  color: var(--gray);
}

.visually-hidden {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.svg-defs {
  width: 0;
  height: 0;
  position: absolute;
  pointer-events: none;
}

/* keyframes */
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes fly {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }

  100% {
    -webkit-transform: translateY(5px) rotate(360deg);
            transform: translateY(5px) rotate(360deg);
  }
}
@keyframes fly {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }

  100% {
    -webkit-transform: translateY(5px) rotate(360deg);
            transform: translateY(5px) rotate(360deg);
  }
}

/* components */
.btn {
  --primary-color: var(--gray);
  --secondary-color: var(--white);

  background: var(--primary-color);
  border: 2px solid var(--primary-color);
  color: var(--secondary-color);
  stroke: var(--secondary-color);
  border-radius: 100px;
  padding: 8px 24px;
  text-decoration: none;
  font: 600 1rem 'Poppins', sans-serif;
  font: 600 1rem var(--poppins);
  line-height: 1.5;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  -webkit-transition: color .3s cubic-bezier(0, 0.98, 0.48, 0.97),
              background .3s cubic-bezier(0, 0.98, 0.48, 0.97),
              stroke .3s cubic-bezier(0, 0.98, 0.48, 0.97),
              -webkit-transform .3s cubic-bezier(0, 0.98, 0.48, 0.97);
  transition: color .3s cubic-bezier(0, 0.98, 0.48, 0.97),
              background .3s cubic-bezier(0, 0.98, 0.48, 0.97),
              stroke .3s cubic-bezier(0, 0.98, 0.48, 0.97),
              -webkit-transform .3s cubic-bezier(0, 0.98, 0.48, 0.97);
  transition: color .3s cubic-bezier(0, 0.98, 0.48, 0.97),
              background .3s cubic-bezier(0, 0.98, 0.48, 0.97),
              stroke .3s cubic-bezier(0, 0.98, 0.48, 0.97),
              transform .3s cubic-bezier(0, 0.98, 0.48, 0.97);
  transition: color .3s cubic-bezier(0, 0.98, 0.48, 0.97),
              background .3s cubic-bezier(0, 0.98, 0.48, 0.97),
              stroke .3s cubic-bezier(0, 0.98, 0.48, 0.97),
              transform .3s cubic-bezier(0, 0.98, 0.48, 0.97),
              -webkit-transform .3s cubic-bezier(0, 0.98, 0.48, 0.97);
  -webkit-transition: color .3s var(--anim-ease),
              background .3s var(--anim-ease),
              stroke .3s var(--anim-ease),
              -webkit-transform .3s var(--anim-ease);
  transition: color .3s var(--anim-ease),
              background .3s var(--anim-ease),
              stroke .3s var(--anim-ease),
              -webkit-transform .3s var(--anim-ease);
  transition: color .3s var(--anim-ease),
              background .3s var(--anim-ease),
              stroke .3s var(--anim-ease),
              transform .3s var(--anim-ease);
  transition: color .3s var(--anim-ease),
              background .3s var(--anim-ease),
              stroke .3s var(--anim-ease),
              transform .3s var(--anim-ease),
              -webkit-transform .3s var(--anim-ease)
}
.btn:hover,
  .btn:focus {
    background: var(--secondary-color);
    color: var(--primary-color);
    stroke: var(--primary-color);
  }
.btn:active {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
.btn--inverted {
    background: var(--secondary-color);
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    stroke: var(--primary-color)
  }
.btn--inverted:hover,
    .btn--inverted:focus {
      background: var(--primary-color);
      color: var(--secondary-color);
      stroke: var(--secondary-color);
    }
.btn--inverted .btn__text {
      margin-left: 40px;
      margin-right: 0;
    }
.btn--medium {
    padding: 10px 24px;
  }
.btn:disabled {
    background: #ccc;
    background: var(--white1);
    border-color: #ccc;
    border-color: var(--white1);
    color: var(--secondary-color);
    stroke: var(--secondary-color);
  }
.btn__text {
  margin-right: 40px;
}
.btn--green {
  --primary-color: var(--green-200);
}
[data-simplebar] {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}
.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}
.simplebar-offset {
  direction: inherit !important;
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}
.simplebar-content-wrapper {
  direction: inherit;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%; /* Not required for horizontal scroll to trigger */
  max-height: 100%; /* Needed for vertical scroll to trigger */
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.simplebar-content:before,
.simplebar-content:after {
  content: ' ';
  display: table;
}
.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}
.simplebar-height-auto-observer-wrapper {
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-box-flex: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}
.simplebar-height-auto-observer {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}
.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}
[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}
.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 4px;
  min-height: 10px;
}
.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: #333;
  background: var(--gray);
  border-radius: 7px;
  width: 8px;
  right: 8px;
  opacity: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0, 0.98, 0.48, 0.97);
  transition: opacity 0.3s cubic-bezier(0, 0.98, 0.48, 0.97);
  -webkit-transition: opacity 0.3s var(--anim-ease);
  transition: opacity 0.3s var(--anim-ease);
}
.simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.25;
  -webkit-transition: opacity 0s linear;
  transition: opacity 0s linear;
}
.simplebar-track.simplebar-vertical {
  top: 4px;
  bottom: 4px;
  width: 20px;
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}
.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}
/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}
.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}
.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
@media (min-width: 1240px) {
  .hero-img__monster {
    display: none;
  }

  .hero-img {
    max-width: 1056px;
  }

  .hero-img__building {
    max-width: 1056px;
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
  }

  .hero__monster.hero-img__monster {
    display: block;
    max-width: 234px;
    width: 12.2vw;
    position: absolute;
    left: calc(50% + 6.5vw);
    bottom: -4.1vw;
    height: unset;
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
  }
}
@media (min-width: 1920px) {
  .hero__monster.hero-img__monster {
    width: 234px;
    left: calc(50% + 125px);
    bottom: -79px
  }
}
.course-card {
  --border-radius: 10px;

  background: #fff;

  background: var(--white);
  border-radius: var(--border-radius);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  padding: 84px 30px 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.course-card__thumbnail {
  border-radius: var(--border-radius) var(--border-radius) 0 0;
  -webkit-transform-origin: center 20%;
          transform-origin: center 20%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-transition: opacity .3s cubic-bezier(0, 0.98, 0.48, 0.97),
              -webkit-transform .3s cubic-bezier(0, 0.98, 0.48, 0.97);
  transition: opacity .3s cubic-bezier(0, 0.98, 0.48, 0.97),
              -webkit-transform .3s cubic-bezier(0, 0.98, 0.48, 0.97);
  transition: opacity .3s cubic-bezier(0, 0.98, 0.48, 0.97),
              transform .3s cubic-bezier(0, 0.98, 0.48, 0.97);
  transition: opacity .3s cubic-bezier(0, 0.98, 0.48, 0.97),
              transform .3s cubic-bezier(0, 0.98, 0.48, 0.97),
              -webkit-transform .3s cubic-bezier(0, 0.98, 0.48, 0.97);
  -webkit-transition: opacity .3s var(--anim-ease),
              -webkit-transform .3s var(--anim-ease);
  transition: opacity .3s var(--anim-ease),
              -webkit-transform .3s var(--anim-ease);
  transition: opacity .3s var(--anim-ease),
              transform .3s var(--anim-ease);
  transition: opacity .3s var(--anim-ease),
              transform .3s var(--anim-ease),
              -webkit-transform .3s var(--anim-ease);
}
.course-card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 30px;
}
.course-card__name {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font: 600 1.25rem 'Poppins', sans-serif;
  font: 600 1.25rem var(--poppins);
  margin: 0 0 20px;
}
.course-card__time {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
  color: #666666;
  color: var(--gray1);
  margin: 0 0 5px;
}
.course-card__name,
.course-card__time {
  -webkit-transform: translateY(170px);
          transform: translateY(170px);
  -webkit-transition: -webkit-transform .3s cubic-bezier(0, 0.98, 0.48, 0.97);
  transition: -webkit-transform .3s cubic-bezier(0, 0.98, 0.48, 0.97);
  transition: transform .3s cubic-bezier(0, 0.98, 0.48, 0.97);
  transition: transform .3s cubic-bezier(0, 0.98, 0.48, 0.97), -webkit-transform .3s cubic-bezier(0, 0.98, 0.48, 0.97);
  -webkit-transition: -webkit-transform .3s var(--anim-ease);
  transition: -webkit-transform .3s var(--anim-ease);
  transition: transform .3s var(--anim-ease);
  transition: transform .3s var(--anim-ease), -webkit-transform .3s var(--anim-ease);
}
.course-card__text {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  color: #666666;
  color: var(--gray1);
  margin: 0;
  opacity: 0;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: center 130%;
          transform-origin: center 130%;
  -webkit-transition: opacity .3s cubic-bezier(0, 0.98, 0.48, 0.97),
              -webkit-transform .3s cubic-bezier(0, 0.98, 0.48, 0.97);
  transition: opacity .3s cubic-bezier(0, 0.98, 0.48, 0.97),
              -webkit-transform .3s cubic-bezier(0, 0.98, 0.48, 0.97);
  transition: transform .3s cubic-bezier(0, 0.98, 0.48, 0.97),
              opacity .3s cubic-bezier(0, 0.98, 0.48, 0.97);
  transition: transform .3s cubic-bezier(0, 0.98, 0.48, 0.97),
              opacity .3s cubic-bezier(0, 0.98, 0.48, 0.97),
              -webkit-transform .3s cubic-bezier(0, 0.98, 0.48, 0.97);
  -webkit-transition: opacity .3s var(--anim-ease),
              -webkit-transform .3s var(--anim-ease);
  transition: opacity .3s var(--anim-ease),
              -webkit-transform .3s var(--anim-ease);
  transition: transform .3s var(--anim-ease),
              opacity .3s var(--anim-ease);
  transition: transform .3s var(--anim-ease),
              opacity .3s var(--anim-ease),
              -webkit-transform .3s var(--anim-ease);
}
.course-card__link {
  margin-top: auto
}
.course-card__link:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: var(--border-radius);
    left: 0;
    top: 0;
    z-index: 3;
  }
.course-card__link:active {
    -webkit-transform: unset;
            transform: unset;
  }
.course-card__time-icon {
  display: block;
  margin-right: 10px;
}
.course-card__tags {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: 2;
}
.course-card__tag {
  margin-right: 10px;
  padding: 2px 12px;
  border-radius: 20px;
  color: #fff;
  color: var(--white);
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.course-card__tag--beginner {
    background: #0072af;
    background: var(--blue-250);
  }
.course-card__tag--intermediate {
    background: #bb5905;
  }
.course-card__tag--advanced {
    background: #c52716;
  }
.course-card__tag:last-of-type {
    margin-right: 0;
  }
.course-card:hover .course-card__thumbnail {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
.course-card:hover .course-card__time,
  .course-card:hover .course-card__name {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
.course-card:hover .course-card__text {
    opacity: 1;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
.course-card--mini .course-card__time,
  .course-card--mini .course-card__name {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
.course-card--mini .course-card__header {
    margin-bottom: 18px;
  }
.course-card--mini .course-card__name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
.reason {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  margin: 0 auto;
}
.reason__icon {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.reason__heading {
  font: 600 1.25rem 'Poppins', sans-serif;
  font: 600 1.25rem var(--poppins);
  max-width: 260px;
  margin: 0 0 16px;
}
.reason__text {
  font: 400 1rem 'Poppins', sans-serif;
  font: 400 1rem var(--poppins);
  color: #666666;
  color: var(--gray1);
  margin: 0;
  max-width: 240px;
}
.reason__heading span, .reason__text span {
    display: block;
  }
.course-details {
  list-style: none;
  padding: 0;
  margin: 0;
}
.course-details__term {
  color: #666666;
  color: var(--gray1);
  margin: 0 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.course-details__icon {
  display: inline-block;
  margin-right: 10px;
}
.course-details__desc {
  margin: 0 0 30px;
}
@media (min-width: 920px) {
  .course-details {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 10px 30px;
    gap: 10px 30px;
  }

  .course-details__term,
  .course-details__desc {
    margin-bottom: 0;
  }

}
.course-instructor {
  display: grid;
  grid-template-columns: 40px auto;
  grid-gap: 30px 40px;
  gap: 30px 40px;
}
.course-instructor__picture {
  display: block;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
.course-instructor__fullname {
  margin: 0 0 8px;
  font-weight: 600;
}
.course-instructor__title {
  margin: 0;
}
.course-instructor__socials {
  grid-column: 2 / 3;
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.course-instructor__social {
  display: block;
  margin-right: 24px
}
.course-instructor__social:last-of-type {
    margin-right: 0;
  }
.course-instructor__social-icon {
  display: block;
}
.course-instructor__social-icon circle {
  fill: transparent;
  -webkit-transition: fill 0.3s cubic-bezier(0, 0.98, 0.48, 0.97);
  transition: fill 0.3s cubic-bezier(0, 0.98, 0.48, 0.97);
  -webkit-transition: fill 0.3s var(--anim-ease);
  transition: fill 0.3s var(--anim-ease);
}
.course-instructor__social-logo {
  fill: #39b54a;
  fill: var(--green-dark);
  -webkit-transition: fill 0.3s cubic-bezier(0, 0.98, 0.48, 0.97);
  transition: fill 0.3s cubic-bezier(0, 0.98, 0.48, 0.97);
  -webkit-transition: fill 0.3s var(--anim-ease);
  transition: fill 0.3s var(--anim-ease);
}
.course-instructor__social-link {
  position: relative
}
.course-instructor__social-link:before {
    position: absolute;

  }
.course-instructor__social-link:hover .course-instructor__social-logo, .course-instructor__social-link:focus .course-instructor__social-logo {
      fill: #fff;
      fill: var(--white);
    }
.course-instructor__social-link:hover .course-instructor__social-icon circle, .course-instructor__social-link:focus .course-instructor__social-icon circle {
      fill: #39b54a;
      fill: var(--green-dark);
    }
.course-instructor__text {
  grid-column: 1 / 3;
  color: #666666;
  color: var(--gray1);
  font: 400 1rem 'Open sans', sans-serif;
  font: 400 1rem var(--opensans);
  line-height: 1.375;
}
.course-instructor__text p {
    margin: 0;
  }
@media (min-width: 920px) {
  .course-instructor__socials {
    grid-column: 1 / 3;
  }
}
.progress__name {
  font: 600 1.875rem 'Poppins', sans-serif;
  font: 600 1.875rem var(--poppins);
  text-align: center;
  margin: 0 0 24px;
}
.progress__text {
  margin: 25px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #078116;
  color: var(--green-200);
  font-size: 1.0625rem;
  text-transform: uppercase;
  line-height: 12px;
}
.progress__percentage {
  font-size: 1.875rem;
  font-weight: 600;
  margin-right: 8px;
  line-height: 22px;
}
@media (min-width: 1240px) {
  .progress__name,
  .progress__text {
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.progress-bar {
  --border-radius: 20px;

  width: 100%;
  padding: 4px;
  height: 22px;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 12px rgba(0, 0, 0, 0.16);
  background: #fff;
  background: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-radius: var(--border-radius);
}
.progress-bar__indicator {
  width: 50%;
  height: 100%;
  background: #52c143;
  background: var(--green-light);
  border-radius: var(--border-radius);
}
.nav {
  padding: 0;
  background: #f7f7f7;
  background: var(--gray3);
}
.nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav__item {
  background: #f7f7f7;
  background: var(--gray3);
}
.nav__header {
  background: #f7f7f7;
  background: var(--gray3);
  padding: 40px 20px 20px;
  text-align: center;
}
.nav__header-badge {
  display: inline-block;
  padding: 2px 12px;
  margin-bottom: 20px;
  border-radius: 20px;
  color: #fff;
  color: var(--white);
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.nav__header-badge--beginner {
    background: #0072af;
    background: var(--blue-250);
  }
.nav__header-badge--intermediate {
    background: #bb5905;
  }
.nav__header-badge--advanced {
    background: #c52716;
  }
.nav__header-text {
  font-size: 1rem;
  color: #666666;
  color: var(--gray1);
  margin: 0;
  text-align: left;
}
.sticky-sentinel {
  display: none;
}
@media (min-width: 920px) {
  .nav__header {
    padding: 40px 60px 20px;
  }
}
@media (min-width: 1240px) {
  .nav {
    background: none;
    padding: 0;
  }

  .nav__list {
    position: static; /* it changes to absolute after loading */
    top: 103px;
    left: 0;
    height: calc(100vh - 103px);
    width: 100%;
    padding: 0;
    overflow: auto;
    overscroll-behavior-y: contain;
  }

  .nav__item {
    background: #f7f7f7;
    background: var(--gray3);
  }

    .nav__item--active {
      position: -webkit-sticky;
      position: sticky;
      top: 0
    }

      .nav__item--active:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
                box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
        opacity: 0;
        -webkit-transition: opacity 0.3s cubic-bezier(0, 0.98, 0.48, 0.97);
        transition: opacity 0.3s cubic-bezier(0, 0.98, 0.48, 0.97);
        -webkit-transition: opacity 0.3s var(--anim-ease);
        transition: opacity 0.3s var(--anim-ease);
        pointer-events: none;
      }
      .nav__item--sticky:before {
        opacity: 1;
      }

  .nav__header {
    padding: 40px 40px 20px;
  }
}
.hamburger {
  display: block;
  width: 45px;
  height: 28px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.hamburger--open .hamburger__layer:nth-of-type(2) {
      opacity: 0;
    }
.hamburger--open .hamburger__layer:nth-of-type(1) {
      -webkit-transform-origin: center;
              transform-origin: center;
      -webkit-transform: translateY(12px) rotate(45deg);
              transform: translateY(12px) rotate(45deg);
    }
.hamburger--open .hamburger__layer:nth-of-type(3) {
      -webkit-transform-origin: center;
              transform-origin: center;
      -webkit-transform: translateY(-12px) rotate(-45deg);
              transform: translateY(-12px) rotate(-45deg);
    }
.hamburger__layer {
  display: block;
  width: 100%;
  height: 4px;
  margin-bottom: 8px;
  background: #666666;
  background: var(--gray1);
  border-radius: 50px;
  -webkit-transition: opacity 0.3s cubic-bezier(0, 0.98, 0.48, 0.97),
              -webkit-transform 0.3s cubic-bezier(0, 0.98, 0.48, 0.97);
  transition: opacity 0.3s cubic-bezier(0, 0.98, 0.48, 0.97),
              -webkit-transform 0.3s cubic-bezier(0, 0.98, 0.48, 0.97);
  transition: transform 0.3s cubic-bezier(0, 0.98, 0.48, 0.97),
              opacity 0.3s cubic-bezier(0, 0.98, 0.48, 0.97);
  transition: transform 0.3s cubic-bezier(0, 0.98, 0.48, 0.97),
              opacity 0.3s cubic-bezier(0, 0.98, 0.48, 0.97),
              -webkit-transform 0.3s cubic-bezier(0, 0.98, 0.48, 0.97);
  -webkit-transition: opacity 0.3s var(--anim-ease),
              -webkit-transform 0.3s var(--anim-ease);
  transition: opacity 0.3s var(--anim-ease),
              -webkit-transform 0.3s var(--anim-ease);
  transition: transform 0.3s var(--anim-ease),
              opacity 0.3s var(--anim-ease);
  transition: transform 0.3s var(--anim-ease),
              opacity 0.3s var(--anim-ease),
              -webkit-transform 0.3s var(--anim-ease)
}
.hamburger__layer:last-of-type {
    margin-bottom: 0;
  }
.lesson-link {
  text-decoration: none;
  padding: 20px 35px 20px 40px;
  display: grid;
  grid-template-columns: 24px auto;
  grid-gap: 8px 16px;
  gap: 8px 16px;
  font: 400 1.0625rem 'Poppins', sans-serif;
  font: 400 1.0625rem var(--poppins);
  -webkit-transition: background 0.3s cubic-bezier(0, 0.98, 0.48, 0.97),
              opacity 0.3s cubic-bezier(0, 0.98, 0.48, 0.97);
  transition: background 0.3s cubic-bezier(0, 0.98, 0.48, 0.97),
              opacity 0.3s cubic-bezier(0, 0.98, 0.48, 0.97);
  -webkit-transition: background 0.3s var(--anim-ease),
              opacity 0.3s var(--anim-ease);
  transition: background 0.3s var(--anim-ease),
              opacity 0.3s var(--anim-ease)
}
.lesson-link:not(.lesson-link--active):hover,
    .lesson-link:not(.lesson-link--active):focus {
      background: rgba(221, 221, 221, 0.3);
      opacity: 1;
    }
.lesson-link:not(.lesson-link--active):hover .lesson-link__name,
      .lesson-link:not(.lesson-link--active):hover .lesson-link__required-time,
      .lesson-link:not(.lesson-link--active):focus .lesson-link__name,
      .lesson-link:not(.lesson-link--active):focus .lesson-link__required-time{
        color: #078116;
        color: var(--green-200);
      }
.lesson-link--active {
    background: rgba(221, 221, 221, 0.3);
  }
.lesson-link--active .lesson-link__name {
      font-weight: 600;
    }
.lesson-link--passed {
    opacity: 0.5
  }
.lesson-link__name {
  color: #333;
  color: var(--gray);
  -webkit-transition: color 0.3s cubic-bezier(0, 0.98, 0.48, 0.97);
  transition: color 0.3s cubic-bezier(0, 0.98, 0.48, 0.97);
  -webkit-transition: color 0.3s var(--anim-ease);
  transition: color 0.3s var(--anim-ease);
}
.lesson-link__required-time {
  grid-column: 2 / 3;
  color: #666;
  -webkit-transition: color 0.3s cubic-bezier(0, 0.98, 0.48, 0.97);
  transition: color 0.3s cubic-bezier(0, 0.98, 0.48, 0.97);
  -webkit-transition: color 0.3s var(--anim-ease);
  transition: color 0.3s var(--anim-ease);
}
@media (min-width: 920px) {
  .lesson-link {
    padding: 20px 60px;
  }
}
@media (min-width: 1240px) {
  .lesson-link {
    padding: 20px 40px;
  }
}
.attachments {
  margin: 30px 0 40px;
  border-radius: 10px;
  border: 1px solid #ddd;
  border: 1px solid var(--gray4);
  padding: 12px 16px 6px;
}
.attachments__heading {
  font: 400 1rem 'Poppins', sans-serif;
  font: 400 1rem var(--poppins);
  margin: 0;
}
.attachments__list {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
}
.attachment {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 0 12px -8px;
  text-decoration: none;
  font: 600 1rem 'Poppins', sans-serif;
  font: 600 1rem var(--poppins);
  color: #333;
  color: var(--gray);
  padding: 6px 12px;
  border-radius: 10px;
  -webkit-transition: background 0.3s cubic-bezier(0, 0.98, 0.48, 0.97);
  transition: background 0.3s cubic-bezier(0, 0.98, 0.48, 0.97);
  -webkit-transition: background 0.3s var(--anim-ease);
  transition: background 0.3s var(--anim-ease)
}
.attachment:hover,
  .attachment:focus {
    background: rgba(51, 51, 51, 0.12);
  }
.attachment:hover .attachment__icon, .attachment:focus .attachment__icon {
      -webkit-animation: bounce 0.3s cubic-bezier(0, 0.98, 0.48, 0.97);
              animation: bounce 0.3s cubic-bezier(0, 0.98, 0.48, 0.97);
      -webkit-animation: bounce 0.3s var(--anim-ease);
              animation: bounce 0.3s var(--anim-ease);
    }
.attachment__name {
  margin-left: 8px;
}
.breadcrumb {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  font: 600 1rem 'Poppins', sans-serif;
  font: 600 1rem var(--poppins);
}
.breadcrumb__item {
  margin-right: 12px
}
.breadcrumb__item:after {
    content: '>';
    margin-left: 12px;
    color: #999;
    color: var(--gray2);
  }
.breadcrumb__item:last-of-type {
    margin-right: 0;
    color: #333;
    color: var(--gray)
  }
.breadcrumb__item:last-of-type:after {
      content: none;
    }
.breadcrumb__item:last-of-type .breadcrumb__link {
      color: #333;
      color: var(--gray);
    }
.breadcrumb__link {
  color: #666666;
  color: var(--gray1);
  text-decoration: none
}
.breadcrumb__link:hover,
  .breadcrumb__link:focus {
    text-decoration: underline;
  }
.rating {
  margin: 20px auto 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  justify-items: center;
}
.rating__text {
  font: 600 1rem 'Poppins', sans-serif;
  font: 600 1rem var(--poppins);
  color: #666666;
  color: var(--gray1);
  margin: 0 0 12px;
  text-align: center;
}
.rating__rate {
  display: grid;
  grid-template-columns: repeat(5, 50px);
  grid-gap: 10px;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.rating__star {
  display: block;
  cursor: pointer;
  stroke: #ff9737;
  stroke: var(--orange);
  fill: none;
  -webkit-transition: fill 0.3s cubic-bezier(0, 0.98, 0.48, 0.97),
              stroke 0.3s cubic-bezier(0, 0.98, 0.48, 0.97),
              -webkit-transform 0.3s cubic-bezier(0, 0.98, 0.48, 0.97);
  transition: fill 0.3s cubic-bezier(0, 0.98, 0.48, 0.97),
              stroke 0.3s cubic-bezier(0, 0.98, 0.48, 0.97),
              -webkit-transform 0.3s cubic-bezier(0, 0.98, 0.48, 0.97);
  transition: fill 0.3s cubic-bezier(0, 0.98, 0.48, 0.97),
              stroke 0.3s cubic-bezier(0, 0.98, 0.48, 0.97),
              transform 0.3s cubic-bezier(0, 0.98, 0.48, 0.97);
  transition: fill 0.3s cubic-bezier(0, 0.98, 0.48, 0.97),
              stroke 0.3s cubic-bezier(0, 0.98, 0.48, 0.97),
              transform 0.3s cubic-bezier(0, 0.98, 0.48, 0.97),
              -webkit-transform 0.3s cubic-bezier(0, 0.98, 0.48, 0.97);
  -webkit-transition: fill 0.3s var(--anim-ease),
              stroke 0.3s var(--anim-ease),
              -webkit-transform 0.3s var(--anim-ease);
  transition: fill 0.3s var(--anim-ease),
              stroke 0.3s var(--anim-ease),
              -webkit-transform 0.3s var(--anim-ease);
  transition: fill 0.3s var(--anim-ease),
              stroke 0.3s var(--anim-ease),
              transform 0.3s var(--anim-ease);
  transition: fill 0.3s var(--anim-ease),
              stroke 0.3s var(--anim-ease),
              transform 0.3s var(--anim-ease),
              -webkit-transform 0.3s var(--anim-ease)
}
.rating__star:active {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
.rating__star--gray {
    stroke: #ccc;
    stroke: var(--white1);
  }
.rating__star--filled {
    fill: #ff9737;
    fill: var(--orange);
    stroke: #ff9737;
    stroke: var(--orange);
  }
@media (min-width: 920px) {
  .rating {
    position: absolute;
    top: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (min-width: 1240px) {
  .rating {
    top: 0;
  }
}
@media (min-width: 1400px) {
  .rating {
    top: 40px;
  }
}
@media (min-width: 1920px) {
  .rating {
    top: 80px;
  }
}
.kb-card {
  padding: 12px;
  border-radius: 10px;
  display: grid;
  grid-template-columns: 100px auto;
  grid-gap: 12px;
  gap: 12px;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
  -webkit-transition: border-color 0.3s ease-out;
  transition: border-color 0.3s ease-out;
  text-decoration: none
}
.kb-card:before {
    content: '';
    opacity: 0;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
.kb-card:after {
    content: '';
    border: 1px solid #ddd;
    border: 1px solid var(--gray4);
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2;
    -webkit-transition: border 0.2s ease-out;
    transition: border 0.2s ease-out;
  }
.kb-card:hover:before {
      opacity: 1;
    }
.kb-card:hover:after {
      border: 1px solid #fff;
      border: 1px solid var(--white);
    }
.kb-card--active:after {
    border: 3px solid #379aff;
    border: 3px solid var(--blue);
  }
.kb-card--active:hover:after {
      border: 3px solid #52c143;
      border: 3px solid var(--green-light);
    }
.kb-card--loading {
  pointer-events: none;
}
.kb-card__load-img {
  display: block;
  width: 100px;
  height: 100px;
  background: #ddd;
  background: var(--gray4);
  border-radius: 50%;
  opacity: 0.2;
}
.kb-card__icon {
  width: 100px;
  height: 100px;
  pointer-events: none;
  position: relative;
  z-index: 2;
  display: block;
}
.kb-card__text-box {
  display: grid;
  grid-gap: 4px;
  gap: 4px;
}
.kb-card__text {
  color: #333;
  color: var(--gray);
  font-weight: 600;
  font-size: 1.25rem;
  margin: 0 0 0;
  position: relative;
  z-index: 2;
}
.kb-card__add-text {
  font-weight: 600;
  color: #999;
  color: var(--gray2);
  margin: 0;
  position: relative;
  z-index: 2;
}
.kb-card__marker {
  display: none;
}
@media (min-width: 920px) {
  .kb-card {
    padding: 35px 30px 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    text-align: center;
    grid-gap: 0;
    gap: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
      .kb-card--active .kb-card__marker {
        -webkit-transform: scale(1);
                transform: scale(1);
      }
      .kb-card:hover .kb-card__marker circle {
        fill: #52c143;
        fill: var(--green-light);
      }
      .kb-card:not(.kb-card--active):hover .kb-card__text {
        -webkit-transform: translateY(-16px);
                transform: translateY(-16px);
      }

      .kb-card:not(.kb-card--active):hover .kb-card__add-text {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
      }

  .kb-card__marker {
    display: block;
    position: absolute;
    right: 12px;
    top: 12px;
    z-index: 2;
    -webkit-transform-origin: 50%;
            transform-origin: 50%;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), -webkit-transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  }

    .kb-card__marker circle {
      fill: #379aff;
      fill: var(--blue);
      -webkit-transition: fill 0.3s ease-out;
      transition: fill 0.3s ease-out;
    }

  .kb-card__icon {
    margin: 0 auto;
  }

  .kb-card__text {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  }

  .kb-card__add-text {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    text-align: center;
    opacity: 0;
    -webkit-transform: translateY(16px);
            transform: translateY(16px);
    -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
    transition: opacity 0.3s ease-out, transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  }
}
.kb-article-link {
  padding: 30px;
  border-radius: 10px;
  display: grid;
  grid-template-columns: 14px auto;
  grid-gap: 12px;
  gap: 12px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  text-align: left;
  color: #333;
  color: var(--gray);
  font-weight: 600;
  font-size: 1.25rem;
  text-decoration: none;
  position: relative;
  width: 100%
}
.kb-article-link:before,
  .kb-article-link:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    z-index: 1;
  }
.kb-article-link:before {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
.kb-article-link:after {
    border: 1px solid #ddd;
    border: 1px solid var(--gray4);
    -webkit-transition: border 0.3s ease-out;
    transition: border 0.3s ease-out;
  }
.kb-article-link:hover:before {
      opacity: 1;
    }
.kb-article-link:hover:after {
      border-color: #fff;
      border-color: var(--white);
      background: #fff;
      background: var(--white);
    }
.kb-article-link__icon {
  margin-top: 8px;
}
.kb-article-link__icon,
.kb-article-link__text {
  position: relative;
  z-index: 2;
}
.kb-toggle {
  border: 1px solid #ddd;
  border: 1px solid var(--gray4);
  background: #fff;
  background: var(--white);
  border-radius: 55px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 8px;
  position: relative
}
.kb-toggle:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 55px;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    z-index: -1;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
.kb-toggle:hover:before {
      opacity: 1;
    }
.kb-toggle__bg {
  background: #333;
  background: var(--gray);
  width: 100px;
  height: calc(100% - 16px);
  position: absolute;
  z-index: 1;
  border-radius: 50px;
  left: 0;
  top: 8px;
  -webkit-transition: width 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: width 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out, width 0.3s ease-out;
  transition: transform 0.3s ease-out, width 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.kb-toggle__btn {
  border: 0;
  background: none;
  color: #333;
  color: var(--gray);
  font-size: 1.25rem;
  padding: 12px 24px;
  border-radius: 50px;
  cursor: pointer;
  white-space: nowrap;
  position: relative;
  z-index: 2;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.kb-toggle__btn--active {
    color: #fff;
    color: var(--white);
  }
.kb-toggle__badge {
  display: none;
}
@media (min-width: 920px) {
  .kb-toggle__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .kb-toggle__btn:not(:last-of-type) {
    margin-right: 40px;
  }

  .kb-toggle__badge {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 12px;
    background: #333;
    background: var(--gray);
    color: #fff;
    color: var(--white);
    font-weight: 600;
    font-size: 0.875rem;
    border-radius: 20px;
    margin-left: 12px;
    -webkit-transition: color 0.3s ease-out, background 0.3s ease-out;
    transition: color 0.3s ease-out, background 0.3s ease-out;
  }
    .kb-toggle__btn--active .kb-toggle__badge {
      background: #fff;
      background: var(--white);
      color: #333;
      color: var(--gray);
    }
}
.dfw-carousel {
  overflow: visible;
}
.dfw-carousel__wrapper {
  width: 100%;
}
.dfw-carousel__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
.dfw-carousel__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dfw-carousel__item img {
  pointer-events: none;
}
.dfw-carousel-scroll {
  height: 4px;
  width: 100%;
  background: #ddd;
  position: relative;
  margin-top: 50px;
}
.dfw-carousel-scroll__track {
  height: 4px;
  position: absolute;
  left: 0;
  top: 0;
  background: #666;
  cursor: pointer;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
.dfw-carousel-scroll__track:hover {
  background: #333;
}
.dfw-carousel-scroll__track:before {
  content: '';
  position: absolute;
  left: -10px;
  top: -10px;
  padding: 10px;
  width: 100%;
  height: 100%;
}

/* sections */
.academy__sec-heading {
  font: 600 1.875rem 'Poppins', sans-serif;
  font: 600 1.875rem var(--poppins);
  margin: 0;
  color: #333;
  color: var(--gray);
}
.academy__nav {
  display: none;
}
@media (min-width: 920px) {
  .academy__sec-heading {
    font-size: 2.5rem;
  }
}
@media (min-width: 1240px) {
  .academy {
    display: grid;
    grid-template-columns: 387px auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    min-height: 100vh;
  }

  .academy__content {
    height: 100%;
    -webkit-box-shadow: -8px 0px 24px rgba(0, 0, 0, 0.14);
            box-shadow: -8px 0px 24px rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: var(--nav-shadow);
            box-shadow: var(--nav-shadow);
    z-index: 2;
  }

  .academy__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 24px;
    border-bottom: 1px solid #ddd;
    border-bottom: 1px solid var(--gray4);
  }
}
.hero {
  position: relative;
}
.hero__content {
  padding: 139px 0 0;
  text-align: center;
  position: relative;
}
.hero__heading {
  font: 600 1.3125rem 'Poppins', sans-serif;
  font: 600 1.3125rem var(--poppins);
  margin: 0 0 40px;
}
.hero__heading span {
    display: block;
    font-size: 4.125rem;
    line-height: 1;
    color: #078116;
    color: var(--green-200);
    margin-top: 8px;
    text-transform: uppercase;
  }
.hero__btn {
  margin-bottom: 26px;
}
.hero__img {
  display: block;
  margin: 0 auto -26px;
  width: 360px;
  height: 233px;
}
.hero__monster {
  display: none;
}
.hero__navbar {
  padding: 12px 16px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1160px;
}
.hero__log-out {
  padding: 6px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font: 600 1.25rem 'Poppins', sans-serif;
  font: 600 1.25rem var(--poppins);
  text-decoration: none;
  border-radius: 10px;
  color: #333;
  color: var(--gray);
  -webkit-transition: background 0.3s cubic-bezier(0, 0.98, 0.48, 0.97);
  transition: background 0.3s cubic-bezier(0, 0.98, 0.48, 0.97);
  -webkit-transition: background 0.3s var(--anim-ease);
  transition: background 0.3s var(--anim-ease)
}
.hero__log-out:hover,
  .hero__log-out:focus {
    background: rgba(51, 51, 51, 0.12);
  }
.hero__log-out-icon {
  margin-right: 8px;
  display: block;
}
@media (min-width: 920px) {
  .hero__content {
    padding-top: 166px;
  }

  .hero__heading {
    font-size: 2.25rem;
    line-height: 1.28;
    margin-bottom: 27px;
  }

    .hero__heading span {
      font-size: 6.625rem;
      margin: 0;
    }

  .hero__btn {
    margin-bottom: 65px;
  }

  .hero__img {
    width: 596px;
    height: 399px;
    margin-bottom: -44px;
  }

  .hero__navbar {
    padding: 12px 60px;
  }
}
@media (min-width: 1240px) {
  .hero__content {
    overflow: hidden;
    height: calc(223px + 14vw + 8vw);
  }

  .hero__text {
    text-align: left;
    width: 530px;
    position: absolute;
    right: calc(50% + 3vw);
    top: 0;
    padding-top: 14vw;
  }

  .hero__btn {
    margin-bottom: 0;
  }

  .hero__img {
    height: unset;
    width: 55vw;
    margin: 0;
    position: absolute;
    left: calc(50% + 3.6vw);
    bottom: 0;
    -webkit-transform: translateY(11%);
            transform: translateY(11%);
  }

  .hero__navbar {
    padding: 24px 0;
  }
}
@media (min-width: 1920px) {
  .hero__content {
    height: 654px;
  }

  .hero__text {
    right: calc(50% + 58px);
    padding-top: 269px;
  }

  .hero__img {
    left: calc(50% + 69px);
  }
}
.kb-hero {
  padding-bottom: 221px;
  overflow: hidden;
  position: relative;
}
.kb-hero__bg--left {
  position: absolute;
  left: calc(50% - 180px);
  bottom: 0;
  height: 221px;
  width: 344px;
  background: no-repeat 0 0/363px 852px url(https://23181990.fs1.hubspotusercontent-na1.net/hubfs/23181990/DFW/academy-page/kb-hero-ill.png);
}
.kb-hero__wrapper {
  max-width: 328px;
  margin: 0 auto;
}
.kb-hero__heading {
  font: 600 2.5rem 'Poppins', sans-serif;
  font: 600 2.5rem var(--poppins);
  line-height: 1.5;
  margin: 0 0 12px;
}
.kb-hero__heading span {
    color: #078116;
    color: var(--green-200);
  }
.kb-hero__text {
  font-size: 1.25rem;
  line-height: 1.6;
  margin: 0;
}
@media (min-width: 920px) {
  .kb-hero {
    padding-bottom: 249px;
  }

  .kb-hero__bg {
    position: absolute;
    bottom: 0;
    background: no-repeat 0 0/398px 942px url(https://23181990.fs1.hubspotusercontent-na1.net/hubfs/23181990/DFW/academy-page/kb-hero-ill.png);
    pointer-events: none;
    z-index: -1;
  }

    .kb-hero__bg--left {
      width: 367px;
      height: 235px;
      background-position-y: -10px;
      left: -68px;
    }

    .kb-hero__bg--center {
      width: 377px;
      height: 97px;
      background-position-y: -525px;
      right: calc(50% - 168px);
    }

    .kb-hero__bg--right {
      width: 315px;
      height: 303px;
      background-position-y: -638px;
      right: 0;
    }

  .kb-hero__wrapper {
    max-width: 600px;
  }
}
@media (min-width: 1240px) {
  .kb-hero {
    padding-bottom: 167px;
  }

    .kb-hero .hero__content {
      height: unset;
    }

  .kb-hero__bg {
    background: no-repeat 0 0/502px 1182px url(https://23181990.fs1.hubspotusercontent-na1.net/hubfs/23181990/DFW/academy-page/kb-hero-ill.png);
  }

    .kb-hero__bg--left {
      width: 462px;
      height: 295px;
      background-position-y: -13px;
      left: 0;
    }

    .kb-hero__bg--center {
      width: 502px;
      height: 129px;
      background-position-y: -658px;
      right: 50%;
      -webkit-transform: translateX(50%);
              transform: translateX(50%);
    }

    .kb-hero__bg--right {
      width: 396px;
      height: 381px;
      background-position-y: -800px;
      right: 0;
    }

  .kb-hero__wrapper {
    max-width: 1160px;
  }
}
.courses__content {
  padding: 80px 0 65px;
  margin: 0 auto;
  max-width: 328px;
  width: 100%;
}
.courses__list {
  list-style: none;
  padding: 0;
  margin: 60px auto 0;
  display: grid;
  grid-template-columns: 328px;
  grid-gap: 40px;
  gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.courses__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.courses__more-soon {
  margin: 60px auto 0;
  text-align: center;
  width: 100%;
}
.courses__more-heading {
  font: 600 1.25rem 'Poppins', sans-serif;
  font: 600 1.25rem var(--poppins);
  color: #666666;
  color: var(--gray1);
  margin: 0 0 30px;
}
.courses__more-img {
  display: block;
  margin: 0 auto;
}
@media (min-width: 920px) {
  .courses__content {
    max-width: 800px;
    padding: 100px 0 90px;
  }

  .courses__list {
    grid-template-columns: repeat(2, 346px);
    grid-gap: 80px 108px;
    gap: 80px 108px;
  }

  .courses__more-soon {
    margin-top: 80px;
  }
}
@media (min-width: 1240px) {
  .courses__content {
    max-width: 1120px;
    padding: 60px 0;
  }

  .courses__list {
    grid-template-columns: repeat(3, 346px);
    grid-gap: 80px 41px;
    gap: 80px 41px;
  }
}
@media (min-width: 1400px) {
  .courses__content {
    max-width: 1160px;
    padding: 110px 0 60px;
  }

  .courses__list {
    grid-gap: 80px 61px;
    gap: 80px 61px;
  }
}
.reasons {
  padding: 85px 16px 60px;
  background: #f7f7f7;
  background: var(--white2);
}
.reasons__content {
  max-width: 328px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
.reasons__list {
  list-style: none;
  margin: 110px auto 0;
  padding: 0;
}
.reasons__item {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: #fff;
  background: var(--white);
}
.reasons__list-item:nth-of-type(2n) .reasons__item {
    margin: 70px auto 80px;
    width: 240px;
    height: 240px;
  }
.reasons__particles {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.reasons__particle-1:before,
  .reasons__particle-1:after,
  .reasons__particle-2:before,
  .reasons__particle-2:after,
  .reasons__particle-3:before,
  .reasons__particle-3:after,
  .reasons__particle-4:before,
  .reasons__particle-4:after,
  .reasons__particle-5:before,
  .reasons__particle-5:after {
    --size: 0;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    position: absolute;
  }
.reasons__particle-1:before {
    content: '';
    --size: 40px;
    background: rgba(51, 51, 51, 0.12);
    left: 1px;
    top: 152px;
  }
.reasons__particle-1:after {
    content: '';
    --size: 10px;
    background: #52c143;
    background: var(--green-light);
    right: 11px;
    top: 480px;
  }
.reasons__particle-2:before {
    content: '';
    --size: 20px;
    background: #52c143;
    background: var(--green-light);
    left: 22px;
    top: 560px;
  }
.reasons__particle-2:after {
    content: '';
    --size: 40px;
    background: rgba(51, 51, 51, 0.12);
    right: 4px;
    top: 820px;
  }
.reasons__particle-3:before {
    content: '';
    --size: 10px;
    background: #379aff;
    background: var(--blue);
    left: 24px;
    top: 845px;
  }
.reasons__particle-3:after {
    content: '';
    --size: 20px;
    background: #379aff;
    background: var(--blue);
    right: 11px;
    top: 100%;
  }
@media (min-width: 920px) {
  .reasons {
    padding: 110px 0;
  }

  .reasons__content {
    max-width: 800px;
  }

  .reasons__list {
    position: relative;
    min-height: 660px;
  }
    .reasons__list-item:nth-of-type(2n) .reasons__item {
      margin: 0;
    }

  .reasons__list-item {
    position: absolute
  }

    .reasons__list-item:nth-of-type(1) {
      left: 85px;
      top: 0;
    }

    .reasons__list-item:nth-of-type(2) {
      left: 175px;
      top: 370px;
    }

    .reasons__list-item:nth-of-type(3) {
      left: 415px;
      top: 180px;
    }
    .reasons__particle-1:before {
      --size: 10px;
      background: #52c143;
      background: var(--green-light);
      left: 48px;
      top: 193px;
    }

    .reasons__particle-1:after {
      content: '';
      background: #379aff;
      background: var(--blue);
      right: 203px;
      top: 170px;
    }
    .reasons__particle-2:before {
      --size: 20px;
      background: #52c143;
      background: var(--green-light);
      left: 139px;
      top: 498px;
    }

    .reasons__particle-2:after {
      --size: 40px;
      background: rgba(51, 51, 51, 0.12);
      right: 35px;
      top: 230px;
    }
    .reasons__particle-3:before {
      --size: 40px;
      background: rgba(51, 51, 51, 0.12);
      left: 13px;
      top: 653px;
    }

    .reasons__particle-3:after {
      --size: 10px;
      background: #52c143;
      background: var(--green-light);
      right: 173px;
      top: 683px;
    }
    .reasons__particle-4:before {
      content: '';
      --size: 20px;
      background: #379aff;
      background: var(--blue);
      right: 35px;
      top: 747px;
    }
}
@media (min-width: 1240px) {
  .reasons {
    padding: 110px 0 60px;
  }

  .reasons__content {
    max-width: 1100px;
  }

  .reasons__list {
    min-height: 420px;
  }
    .reasons__list-item:nth-of-type(1) {
      left: 130px;
      top: 0;
    }

    .reasons__list-item:nth-of-type(2) {
      left: 50%;
      top: 180px;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
    }

    .reasons__list-item:nth-of-type(3) {
      left: unset;
      right: 130px;
      top: 35px;
    }
    .reasons__particle-1:before {
      left: 41px;
      top: 215px;
      -webkit-animation: fly 3s alternate infinite linear;
              animation: fly 3s alternate infinite linear;
    }

    .reasons__particle-1:after {
      background: #52c143;
      background: var(--green-light);
      right: 60px;
      top: 96px;
      animation: fly 2s alternate-reverse infinite linear;
    }
    .reasons__particle-2:before {
      --size: 10px;
      background: #379aff;
      background: var(--blue);
      left: 581px;
      top: 170px;
      -webkit-animation: fly 2s alternate infinite linear;
              animation: fly 2s alternate infinite linear;
    }

    .reasons__particle-2:after {
      --size: 40px;
      background: rgba(51, 51, 51, 0.12);
      right: 30px;
      top: 205px;
      -webkit-animation: fly 2s alternate infinite linear;
              animation: fly 2s alternate infinite linear;
    }
    .reasons__particle-3:before {
      --size: 40px;
      background: rgba(51, 51, 51, 0.12);
      left: 41px;
      top: 406px;
      animation: fly 2s alternate-reverse infinite linear;
    }

    .reasons__particle-3:after {
      --size: 20px;
      background: #379aff;
      background: var(--blue);
      right: 25px;
      top: 533px;
      animation: fly 2s alternate-reverse infinite linear;
    }
    .reasons__particle-4:before {
      --size: 20px;
      background: #52c143;
      background: var(--green-light);
      left: 175px;
      top: 512px;
      -webkit-animation: fly 3s alternate infinite linear;
              animation: fly 3s alternate infinite linear;
    }
}
@media (min-width: 1400px) {
  .reasons__content {
    max-width: 1160px;
  }
    .reasons__list-item:nth-of-type(1) {
      left: 160px;
    }

    .reasons__list-item:nth-of-type(3) {
      right: 160px;
    }
    .reasons__particle-1:before {
      --size: 10px;
      background: #379aff;
      background: var(--blue);
      left: 611px;
      top: 170px;
    }

    .reasons__particle-1:after {
      --size: 10px;
      background: #52c143;
      background: var(--green-light);
      right: 90px;
      top: 96px;
    }
    .reasons__particle-2:before {
      --size: 10px;
      background: #52c143;
      background: var(--green-light);
      left: 71px;
      top: 215px;
    }

    .reasons__particle-2:after {
      --size: 40px;
      background: rgba(51, 51, 51, 0.12);
      right: 60px;
      top: 205px;
    }
    .reasons__particle-3:before {
      --size: 40px;
      background: rgba(51, 51, 51, 0.12);
      left: 71px;
      top: 406px;
    }

    .reasons__particle-3:after {
      --size: 20px;
      background: #379aff;
      background: var(--blue);
      right: 55px;
      top: 533px;
    }
    .reasons__particle-4:before {
      --size: 20px;
      background: #52c143;
      background: var(--green-light);
      left: 205px;
      top: 512px;
    }
    .reasons__particle-5:before {
      content: '';
      --size: 10px;
      background: #379aff;
      background: var(--blue);
      left: -10px;
      top: 552px;
      -webkit-animation: fly 2s alternate infinite linear;
              animation: fly 2s alternate infinite linear;
    }

    .reasons__particle-5:after {
      content: '';
      --size: 10px;
      background: #379aff;
      background: var(--blue);
      right: -34px;
      top: 288px;
      animation: fly 1.5s alternate-reverse infinite linear;
    }
}
.dfw-footer {
  background: #333;
  background: var(--gray);
  padding: 60px 45px;
  font-family: 'Poppins', sans-serif;
  font-family: var(--poppins);
}
.footer-socials {
  list-style: none;
  padding: 0;
  margin: 0 auto 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-socials__link {
  position: relative;
  margin-right: 25px
}
.footer-socials__link:before {
    content: '';
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    position: absolute;
    left: -10px;
    top: -10px;
    width: 100%;
    height: 100%;
    padding: 10px;
  }
.footer-socials__link:hover .footer-socials__icon path, .footer-socials__link:focus .footer-socials__icon path {
      fill: #fff;
      fill: var(--white);
    }
.footer-socials__link:hover .footer-socials__icon circle, .footer-socials__link:focus .footer-socials__icon circle {
      stroke: #52c143;
      stroke: var(--green-light);
      fill: #52c143;
      fill: var(--green-light);
    }
.footer-socials__item:last-of-type .footer-socials__link {
  margin-right: 0;
}
.dfw-footer__copyright {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.3em;
  color: #fff;
  color: var(--white);
  display: block;
  text-align: center;
  margin: 0 0 15px;
}
.dfw-footer__copyright--datafeed {
    color: #379aff;
    color: var(--blue);
  }
.dfw-footer__copyright--watch {
    color: #52c143;
    color: var(--green-light);
  }
.privacy-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 6px 50px;
  gap: 6px 50px;
}
.privacy-links__link {
  font-size: 1rem;
  color: #ccc;
  color: var(--white1);
  text-decoration: none
}
.privacy-links__link:hover,
  .privacy-links__link:focus {
    text-decoration: underline;
  }
.privacy-links__item {
  position: relative
}
.privacy-links__item:after {
    position: absolute;
    background: #666666;
    background: var(--gray1);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    top: 50%;
    right: -30px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
.privacy-links__item:nth-of-type(2n + 1) {
    text-align: right
  }
.privacy-links__item:nth-of-type(2n + 1):after {
      content: '';
    }
@media (min-width: 560px) {
  .privacy-links {
    grid-template-columns: repeat(4, auto);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .privacy-links__link {
    white-space: nowrap;
  }
    .privacy-links__item:after {
      content: '';
    }

    .privacy-links__item:last-of-type:after {
      content: unset;
    }
}
@media (min-width: 1400px) {
  .dfw-footer {
    padding: 50px 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .dfw-footer__copyright {
    margin: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .dfw-footer__privacy-links {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .dfw-footer__socials {
    margin: 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.course-info {
  padding: 30px 16px 60px;
}
.course-info__heading {
  font: 600 1.875rem 'Poppins', sans-serif;
  font: 600 1.875rem var(--poppins);
  color: #666;
  margin: 0;
}
.course-info__heading strong,
  .course-info__heading b {
    color: #333;
    color: var(--gray);
    font-weight: 600;
  }
.course-info__title {
  font: 600 1.25rem 'Poppins', sans-serif;
  font: 600 1.25rem var(--poppins);
  margin: 60px 0 20px;
}
.course-info__text {
  font: 400 1rem 'Open sans', sans-serif;
  font: 400 1rem var(--opensans);
  color: #666666;
  color: var(--gray1);
  margin: 0 0 80px;
}
.course-info__text p {
    margin: 0;
    font: 400 1rem 'Open sans', sans-serif;
    font: 400 1rem var(--opensans);
    color: #666666;
    color: var(--gray1);
  }
.course-info__section-heading {
  font: 600 1.25rem 'Poppins', sans-serif;
  font: 600 1.25rem var(--poppins);
  margin: 80px 0 30px;
}
.course-info__instructors {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-gap: 40px;
  gap: 40px;
}
@media (min-width: 920px) {
  .course-info {
    padding: 30px 60px 120px;
  }

  .course-info__section-heading {
    margin: 0;
  }

  .course-info__sections {
    display: grid;
    grid-template-columns: auto 1fr; /* 150px auto */
    grid-gap: 80px 30px;
    gap: 80px 30px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.navbar-spacer {
  height: 169px;
}
.navbar__field {
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.navbar__field--pagination {
  margin-top: 21px;
}
.pagination__next {
  margin-left: auto;
}
.navbar__field--progress {
  padding: 24px 16px;
  display: block;
}
.navbar__pagination-btn {
  width: 149px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.navbar__pagination-btn .btn__text {
    position: absolute;
    height: 1px;
    width: 1px;
    left: -100000px;
  }
.navbar__brand {
  display: block;
}
.navbar__logo {
  display: block;
}
.navbar__thumbnail {
  width: 100%;
  max-width: 387px;
  display: none;
}
.navbar__quick-access {
  padding: 12px 0 24px;
  border-bottom: 1px solid #ccc;
  border-bottom: 1px solid var(--white1);
  z-index: 9;
  background: #fff;
  background: var(--white);
  width: 100%;
  position: fixed;
  left: 0;
  top: -169px;
  background: #fff;
  background: var(--white);
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0.98, 0.48, 0.97);
  transition: -webkit-transform 0.3s cubic-bezier(0, 0.98, 0.48, 0.97);
  transition: transform 0.3s cubic-bezier(0, 0.98, 0.48, 0.97);
  transition: transform 0.3s cubic-bezier(0, 0.98, 0.48, 0.97), -webkit-transform 0.3s cubic-bezier(0, 0.98, 0.48, 0.97);
  -webkit-transition: -webkit-transform 0.3s var(--anim-ease);
  transition: -webkit-transform 0.3s var(--anim-ease);
  transition: transform 0.3s var(--anim-ease);
  transition: transform 0.3s var(--anim-ease), -webkit-transform 0.3s var(--anim-ease);
}
.navbar__quick-access--hidden {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
.navbar__expanding {
  position: fixed;
  top: 169px;
  left: 0;
  width: 100%;
  height: calc(100vh - 169px);
  overflow-y: auto;
  background: #fff;
  background: var(--white);
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: opacity 0.3s cubic-bezier(0, 0.98, 0.48, 0.97),
              -webkit-transform 0.3s cubic-bezier(0, 0.98, 0.48, 0.97);
  transition: opacity 0.3s cubic-bezier(0, 0.98, 0.48, 0.97),
              -webkit-transform 0.3s cubic-bezier(0, 0.98, 0.48, 0.97);
  transition: transform 0.3s cubic-bezier(0, 0.98, 0.48, 0.97),
              opacity 0.3s cubic-bezier(0, 0.98, 0.48, 0.97);
  transition: transform 0.3s cubic-bezier(0, 0.98, 0.48, 0.97),
              opacity 0.3s cubic-bezier(0, 0.98, 0.48, 0.97),
              -webkit-transform 0.3s cubic-bezier(0, 0.98, 0.48, 0.97);
  -webkit-transition: opacity 0.3s var(--anim-ease),
              -webkit-transform 0.3s var(--anim-ease);
  transition: opacity 0.3s var(--anim-ease),
              -webkit-transform 0.3s var(--anim-ease);
  transition: transform 0.3s var(--anim-ease),
              opacity 0.3s var(--anim-ease);
  transition: transform 0.3s var(--anim-ease),
              opacity 0.3s var(--anim-ease),
              -webkit-transform 0.3s var(--anim-ease);
  pointer-events: none;
  opacity: 0;
  z-index: 8;
}
.navbar__expanding--open {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    pointer-events: all;
  }
@media (min-width: 920px) {
  .navbar__pagination-btn {
    width: 304px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

    .navbar__pagination-btn .btn__text {
      position: static;
      height: unset;
      width: unset;
      margin: 0;
    }

  .navbar__field {
    padding: 0 60px;
  }

  .navbar__field--progress {
    padding: 24px 60px;
  }
}
@media (min-width: 1240px) {
  .navbar {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    top: 0;
    width: 387px;
    height: 100vh;
    padding-top: 103px;
    z-index: 1;
    background: rgba(221, 221, 221, 0.3);
  }

  .navbar-spacer {
    display: none;
  }

  .navbar__quick-access {
    position: fixed;
    top: 0;
    -webkit-transform: unset;
            transform: unset;
    border-bottom: none;
  }

  .navbar__expanding {
    position: static;
    opacity: 1;
    -webkit-transform: unset;
            transform: unset;
    pointer-events: all;
    height: unset;
  }

  .navbar__field {
    padding: 0 40px;
  }

  .navbar__field--progress {
    padding: 30px 40px 34px;
  }

  .navbar__field--thumbnail {
    padding: 0;
  }

  .navbar__field--pagination {
    display: none;
  }

  .navbar__pagination-btn {
    padding: 8px 24px;
  }

  .navbar__toggle {
    display: none;
  }

  .navbar__thumbnail {
    display: block;
  }
}
.lesson {
  padding-bottom: 60px;
}
.lesson__field {
  padding: 0 16px;
}
.lesson__field--breadcrumb {
  padding: 24px 16px 0;
}
.lesson__field--video {
  padding: 0;
  aspect-ratio: 2 / 1;
  position: relative;
}
.lesson__heading {
  margin: 30px 0;
  font: 600 1.25rem 'Poppins', sans-serif;
  font: 600 1.25rem var(--poppins);
}
.lesson__congratulations {
  width: 100%;
  height: unset;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.lesson__congratulations-form {
  position: fixed;
  left: -1000px;
  top: 20px;
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 920px) {
  .lesson {
    padding-bottom: 120px;
  }

  .lesson__field {
    padding: 0 60px;
  }

  .lesson__field--breadcrumb {
    padding: 24px 60px 0;
  }
}
@media (min-width: 1240px) {
  .lesson__field {
    padding: 0 40px;
  }

  .lesson__field--breadcrumb {
    padding: 24px 40px 0;
  }

  .lesson__title {
    margin: 25px 0;
  }
}
@media (min-width: 1400px) {
  .lesson__field {
    padding: 0 60px;
  }

  .lesson__field--breadcrumb {
    padding: 24px 60px 0;
  }
}
.other-courses {
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
  display: grid;
  grid-gap: 30px;
  gap: 30px;
}
.other-courses__item {
  display: grid;
}
@media (min-width: 920px) {
  .other-courses {
    grid-template-columns: repeat(2, 346px);
    grid-gap: 30px 108px;
    gap: 30px 108px;
  }
}
@media (min-width: 1240px) {
  .other-courses {
    grid-gap: 30px 70px;
    gap: 30px 70px;
  }
}
.kb-categories {
  background: #f7f7f7;
  background: var(--white2);
  padding: 60px 0;
}
.kb-categories__wrapper {
  max-width: 328px;
  margin: 0 auto;
}
.kb-categories__heading {
  font: 600 1.875rem 'Poppins', sans-serif;
  font: 600 1.875rem var(--poppins);
  line-height: 2;
  margin: 0;
}
.kb-categories__content {
  margin-top: 40px;
  display: grid;
  grid-gap: 24px;
  gap: 24px;
}
@media (min-width: 920px) {
  .kb-categories__wrapper {
    max-width: 800px;
  }

  .kb-categories__content {
    margin-top: 60px;
    grid-template-columns: repeat(3, 240px);
    grid-auto-rows: 240px;
    grid-gap: 60px 40px;
    gap: 60px 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1240px) {
  .kb-categories__wrapper {
    max-width: 1120px;
  }

  .kb-categories__content {
    grid-template-columns: repeat(4, 240px);
    grid-gap: 60px 53px;
    gap: 60px 53px;
  }
}
.kb-results {
  padding: 60px 0 80px;
}
.kb-results__wrapper {
  margin: 0 auto;
  max-width: 328px;
  display: grid;
  grid-gap: 30px;
  gap: 30px;
}
.kb-results__box {
  width: 100%;
}
.kb-results__box--toggle {
    text-align: center;
  }
.kb-results__box--articles {
    max-width: 800px;
    margin: 0 auto;
    display: grid;
    grid-gap: 24px;
    gap: 24px;
  }
@media (min-width: 920px) {
  .kb-results__wrapper {
    max-width: 800px;
  }
}
@media (min-width: 1240px) {
  .kb-results__wrapper {
    max-width: 1120px;
  }
}
@media (min-width: 1400px) {
  .kb-results__wrapper {
    max-width: 1160px;
  }
}
.kb-slider {
  padding: 60px 0 80px;
  overflow: hidden;
  background: #f7f7f7;
  background: var(--gray3);
}
.kb-slider__box--text {
  max-width: 328px;
  margin: 0 auto;
}
.kb-slider__heading {
  font-size: 1.875rem;
  font-weight: 600;
  margin: 0 0 12px;
}
.kb-slider__text {
  font-size: 1.25rem;
  margin: 0;
}
.kb-slider__nav-btns {
  margin: 12px auto 30px;
  max-width: 328px;
}
.kb-slider__nav-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.kb-slider__nav-btn {
  padding: 15px 10.5px;
  background: none;
  border: 0;
  cursor: pointer;
  position: relative;
}
.kb-slider__nav-btn svg {
    display: block;
    position: relative;
    z-index: 2;
  }
.kb-slider__nav-btn:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #fff;
    background: var(--white);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
    transition: opacity 0.3s ease-out, transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  }
.kb-slider__nav-btn:hover:before, .kb-slider__nav-btn:focus:before {
      opacity: 1;
    }
.kb-slider__nav-btn:active:before {
      -webkit-transform: scale(0.95);
              transform: scale(0.95);
    }
.kb-slider__scroll {
  display: none;
}
.kb-slider__content {
  width: 270px;
  margin: 0 auto;
}
.kb-slider__content .dfw-carousel__item {
  padding: 0 15px;
  min-height: 240px;
}
@media (min-width: 920px) {
  .kb-slider__scroll {
    display: block;
    max-width: 600px;
    margin: 40px auto 0;
  }

  .kb-slider__box--text,
  .kb-slider__nav-btns {
    max-width: 840px;
  }

  .kb-slider__heading {
    font-size: 2.5rem;
  }

  .kb-slider__content {
    width: 900px;
  }

  .kb-slider__content .dfw-carousel__item {
    padding: 0 30px;
  }
}
@media (min-width: 1240px) {
  .kb-slider__box--text,
  .kb-slider__nav-btns {
    max-width: 1240px;
  }
}