:root {
  --chocolate: #f06c19;
  --white: white;
  --red: red;
  --dark-slate-blue-2: #0a3c87;
  --dark-slate-blue: #0642bc;
  --dark-turquoise: #09d8df;
  --black: black;
}

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

body {
  color: #333;
  font-family: Poppins, sans-serif;
  font-size: .875rem;
  line-height: 1.25rem;
}

.section-nav {
  z-index: 90;
  padding-left: .625rem;
  padding-right: .625rem;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-container {
  z-index: 1;
  width: 100%;
  max-width: 81.25rem;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 1.875rem;
  display: flex;
  position: relative;
}

.logo-img {
  width: 12.5rem;
}

.btn {
  border: .0625rem solid var(--chocolate);
  background-color: var(--chocolate);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 22.5rem;
  padding: 1.1875rem 2.5625rem;
  font-weight: 700;
  transition: all .2s;
}

.btn:hover {
  background-color: var(--red);
}

.btn.ghost {
  border-color: var(--dark-slate-blue-2);
  color: var(--dark-slate-blue-2);
  background-color: rgba(0, 0, 0, 0);
}

.btn.ghost:hover {
  border-color: var(--red);
  background-color: var(--red);
  color: var(--white);
}

.btn.leftm {
  margin-left: 1.25rem;
}

.btn.topm {
  margin-top: 1.25rem;
}

.hero-section {
  background-color: rgba(6, 66, 188, .1);
  padding-left: .625rem;
  padding-right: .625rem;
  position: relative;
}

.hero-wrapper {
  height: 100vh;
  max-height: 67.5rem;
  min-height: 46.875rem;
  justify-content: center;
  align-items: center;
  padding-top: 9.375rem;
  padding-bottom: 3.75rem;
  display: flex;
}

.hero-container {
  width: 100%;
  max-width: 81.25rem;
}

.hero-content {
  z-index: 3;
  width: 50%;
  padding: 1.875rem;
  position: relative;
}

.hero-content.abs {
  z-index: 1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.hero-h1 {
  color: var(--dark-slate-blue-2);
  letter-spacing: -.125rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.3125rem;
  font-weight: 800;
  line-height: 105%;
}

.hero-p {
  max-width: 31.25rem;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  font-size: 1rem;
  line-height: 140%;
}

.btn-wrapper {
  align-items: center;
  margin-top: 3.125rem;
  display: flex;
}

.hero-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 0% 100%;
  padding-top: 6.3125rem;
  padding-left: 4.375rem;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.img-bot-hero {
  width: 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.img-bot-hero2 {
  z-index: 2;
  width: 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.wrapper-lb-hero {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.lightbox-link {
  width: 4.375rem;
  height: 4.375rem;
  min-height: 4.375rem;
  min-width: 4.375rem;
  background-color: var(--chocolate);
  border-radius: 22.5rem;
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: flex;
}

.lightbox-link:hover {
  background-color: var(--red);
}

.lottie-animation {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding-left: .4375rem;
  display: flex;
}

.section {
  padding: 4.6875rem .625rem;
}

.section.dark {
  background-color: var(--dark-slate-blue);
  color: var(--white);
}

.section.dark.movetop {
  margin-top: -.0625rem;
}

.section.alt {
  background-color: rgba(10, 60, 135, .05);
}

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

.container {
  width: 100%;
  max-width: 81.25rem;
  margin-left: auto;
  margin-right: auto;
}

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

.wrapper.c {
  align-items: center;
}

.content {
  padding: 1.875rem;
}

.content._50 {
  width: 50%;
}

.content._50.w {
  background-color: var(--white);
  border-radius: 1rem;
}

.content._45 {
  width: 45%;
}

.section-title {
  color: var(--dark-slate-blue-2);
  letter-spacing: -.125rem;
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: 3.75rem;
  font-weight: 800;
  line-height: 105%;
}

.section-title.w {
  color: var(--white);
}

.section-title.small {
  font-size: 3rem;
}

.p16 {
  opacity: .8;
  font-size: 1.0625rem;
  line-height: 150%;
}

.separator {
  width: 100%;
  height: .0625rem;
  background-color: rgba(255, 255, 255, .4);
  flex: 1;
  margin-left: 1.25rem;
}

.separator.dark {
  background-color: rgba(0, 0, 0, .4);
}

.h3-title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.h3-title.botm {
  margin-bottom: 1.25rem;
}

.h3-title.small {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 115%;
}

.wrapper-separator {
  align-items: center;
  display: flex;
}

.grid2x {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
}

.wrapper-course {
  border: .0625rem solid rgba(255, 255, 255, .4);
  border-radius: 1rem;
  padding: 3.125rem;
}

.icon-course {
  height: 2.5rem;
  margin-right: 1.25rem;
}

.wrapper-title-course {
  border-bottom: .0625rem solid rgba(255, 255, 255, .4);
  align-items: center;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.grid3x {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.course-breakdown {
  background-color: var(--white);
  border-radius: .3125rem;
  padding: 1.25rem;
  box-shadow: 0 0 .8125rem rgba(0, 0, 0, .2);
}

.header-course {
  position: relative;
}

.img-course {
  width: 100%;
  height: 12.5rem;
  object-fit: cover;
  border-radius: .3125rem;
}

.number-course {
  width: 2.8125rem;
  height: 2.8125rem;
  min-height: 2.8125rem;
  min-width: 2.8125rem;
  background-color: var(--dark-turquoise);
  color: var(--dark-slate-blue-2);
  border-radius: 22.5rem;
  justify-content: center;
  align-items: center;
  margin-top: 1.25rem;
  margin-left: 1.25rem;
  font-size: 1.4375rem;
  font-weight: 800;
  line-height: 1;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.wrapper-content-course {
  padding: 1.25rem;
}

.wrapper-length-course {
  opacity: .8;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.25rem;
  display: flex;
}

.length-icon {
  height: 1.5625rem;
  margin-right: .625rem;
}

.incl {
  width: 100%;
  margin-top: .4375rem;
  font-size: .75rem;
  line-height: 120%;
}

.time {
  color: var(--dark-slate-blue);
  text-transform: uppercase;
  font-weight: 800;
}

.wrapper-c-im {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.img {
  width: 100%;
  background-color: var(--dark-turquoise);
  border-radius: .3125rem;
  padding: .75rem;
}

.wrapper-tst-1 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.25rem;
  display: flex;
}

.testimonial-avatar {
  height: 3.125rem;
  background-color: var(--dark-turquoise);
  border-radius: 22.5rem;
  padding: .1875rem;
}

.stars-wrapper {
  margin-bottom: 1.25rem;
}

.star {
  height: .9375rem;
  margin-right: .1875rem;
}

.wrapper-tst-name {
  margin-left: 1.25rem;
}

.t-name {
  font-weight: 700;
}

.grid-5x {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.vid-wrapper {
  background-color: var(--white);
  border-radius: 1rem;
  padding: .5rem;
  position: relative;
  overflow: hidden;
}

.wrapper-l {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lottie-play {
  width: 2.8125rem;
  height: 2.8125rem;
  min-height: 2.8125rem;
  min-width: 2.8125rem;
  background-color: var(--chocolate);
  border-radius: 22.5rem;
  transition: all .2s;
}

.lottie-play:hover {
  background-color: var(--red);
}

.img-tst {
  width: 100%;
  height: 18.75rem;
  object-fit: cover;
  border-radius: 1rem;
}

.wrapper-img-about {
  width: 100%;
  height: 100%;
  background-color: rgba(9, 216, 223, .12);
  border-radius: 1rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  position: relative;
}

.img-about {
  width: 100%;
  padding-top: 3.75rem;
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}

.wrapper-cta {
  background-color: var(--white);
  text-align: center;
  border-radius: 1rem;
  padding: 3.75rem 1.875rem;
}

.cta-container {
  width: 100%;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
}

.container-footer {
  width: 100%;
  max-width: 40.625rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 1.875rem;
}

.text-footer {
  opacity: .7;
  margin-top: 1.25rem;
}

.nav-overlay {
  background-color: var(--white);
  opacity: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 0 2px .3125rem rgba(0, 0, 0, .2);
}

.status-nav {
  width: 0%;
  height: .0625rem;
  background-color: var(--dark-turquoise);
  margin-bottom: .125rem;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

@media screen and (max-width: 991px) {
  .section-nav, .hero-section {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .hero-wrapper {
    height: auto;
    max-height: none;
    min-height: auto;
    padding-bottom: 0;
  }

  .hero-content {
    width: 100%;
  }

  .hero-content.abs {
    padding-bottom: 0;
    position: relative;
  }

  .hero-img {
    padding-top: 0;
    padding-left: 0;
    position: static;
  }

  .wrapper-lb-hero {
    margin-left: 1.875rem;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .section {
    padding: 3.125rem 5rem;
  }

  .wrapper.rev {
    flex-direction: column-reverse;
  }

  .content._50, .content._45 {
    width: 100%;
  }

  .section-title {
    font-size: 3.125rem;
  }

  .grid2x {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .wrapper-course {
    padding: 1.875rem;
  }

  .icon-course {
    margin-bottom: 1.25rem;
    margin-right: 0;
  }

  .wrapper-title-course {
    flex-direction: column;
    align-items: flex-start;
  }

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

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

@media screen and (max-width: 767px) {
  .section-nav {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .logo-img {
    width: 10.625rem;
  }

  .hero-section {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .hero-h1 {
    font-size: 3.125rem;
  }

  .section {
    padding: 2.5rem;
  }

  .section-title {
    font-size: 2.5rem;
  }

  .grid2x {
    flex-direction: column;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .section-nav {
    padding-left: .625rem;
    padding-right: .625rem;
  }

  .nav-container {
    padding: .9375rem;
  }

  .logo-img {
    width: 9.375rem;
  }

  .btn {
    text-align: center;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .btn.ghost.leftm {
    margin-top: 1.25rem;
    margin-left: 0;
  }

  .btn.ghost.tops {
    letter-spacing: -.0625rem;
    padding: .8125rem .9375rem;
  }

  .btn.full-w {
    width: 100%;
  }

  .hero-section {
    padding-left: .625rem;
    padding-right: .625rem;
  }

  .hero-wrapper {
    padding-top: 5.625rem;
  }

  .hero-content {
    padding: .9375rem;
  }

  .hero-h1 {
    font-size: 2.7rem;
  }

  .btn-wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
  }

  .wrapper-lb-hero {
    margin-left: .9375rem;
  }

  .section {
    padding: 1.875rem .625rem;
  }

  .content {
    padding: .9375rem;
  }

  .section-title {
    font-size: 2.3rem;
    font-weight: 700;
  }

  .section-title.small {
    font-size: 2rem;
  }

  .separator {
    background-color: rgba(255, 255, 255, .4);
    flex: 0 auto;
    margin-top: 1.25rem;
    margin-left: 0;
  }

  .h3-title {
    font-size: 1.25rem;
  }

  .wrapper-separator {
    flex-direction: column;
    align-items: flex-start;
  }

  .wrapper-course {
    padding: 1.25rem;
  }

  .img-course {
    height: 10.625rem;
  }

  .wrapper-content-course {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .img {
    padding: 0;
  }

  .grid-5x {
    flex-direction: column;
    display: flex;
  }

  .img-tst {
    height: 13.75rem;
  }

  .img-about {
    padding-top: .625rem;
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper-cta {
    padding: 1.875rem .9375rem;
  }

  .text-footer {
    font-size: .75rem;
    line-height: .9375rem;
  }
}

#w-node-f63ad1b6-1c61-0548-aa21-d36e7a133a96-6df35374, #w-node-_61ef4778-c6f7-3aa3-9ba3-bee552ba9daf-6df35374, #w-node-_5c4a54c3-38da-187a-cd11-77835c0dec96-6df35374, #w-node-_8de7a460-5575-914b-307a-bc1a514bef44-6df35374, #w-node-_58300aab-aad6-72e9-a9c5-3ef2dd015d12-6df35374, #w-node-_296627a3-550a-7aa2-9cc1-9ffe2d06141e-6df35374, #w-node-_05dc5ed2-9aec-d47f-671e-0217d2bc7e63-6df35374, #w-node-_052c94a2-9984-02bc-8c85-5d2a73a7a547-6df35374, #w-node-_105a5da0-f5d5-84de-6702-c0d8689454a7-6df35374, #w-node-_5d9513f3-257d-8a64-0ffc-e7dfd1540c2a-6df35374, #w-node-_59a273a3-1a73-f169-f15d-6032523b1dfa-6df35374, #w-node-_5c2e0704-054e-0bf4-9bf2-bf8721db2bcc-6df35374, #w-node-_2e573a22-e985-1dfe-c27b-9f42e7e8cb62-6df35374 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


