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

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

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

h1 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Urbanist, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1em;
}

h2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Urbanist, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
}

h3 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Urbanist, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1em;
}

h4 {
  color: #1a1a1a;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Urbanist, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3em;
  display: block;
}

a {
  color: #fff;
  font-family: Urbanist, sans-serif;
  text-decoration: underline;
}

.section.hero {
  background-image: linear-gradient(#142638, #386b9e);
  padding-top: 40px;
  padding-bottom: 100px;
}

.section.hero.notonhomepage {
  z-index: auto;
  background-image: linear-gradient(#142638 10%, #386b9e);
  height: 295px;
  position: relative;
  overflow: hidden;
}

.section.bgcolor {
  background-color: #f3f9ff;
}

.section.footer {
  background-color: #142639;
}

.section.orange {
  background-color: #fda900;
}

.section.black {
  background-color: #000;
}

.container {
  max-width: 1400px;
  padding-left: 60px;
  padding-right: 60px;
}

.container.gap {
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 60px;
}

.container.gap.less {
  padding-top: 40px;
  padding-bottom: 40px;
}

.container._2 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.horizontal {
  display: flex;
}

.horizontal.nav {
  justify-content: space-between;
  align-items: center;
}

.horizontal.gap {
  height: auto;
  margin-top: 40px;
}

.horizontal.gap.between {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.horizontal.wide {
  justify-content: space-between;
  width: 100%;
}

.horizontal.wide.gap.gaps {
  margin-bottom: 40px;
}

.horizontal.spacebetween {
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 0;
}

.hero_content {
  flex: 1;
}

.heading {
  color: #fff;
  font-family: Urbanist, sans-serif;
  font-size: 24px;
  line-height: 1em;
}

.hero_text {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: Urbanist, sans-serif;
  font-size: 20px;
  line-height: 1em;
}

.button_orange {
  background-color: #fda900;
  border-radius: 5px;
  margin-right: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1em;
}

.button_orange:hover {
  background-color: #d89000;
}

.button_orange._1 {
  margin-right: 0;
}

.button_orange._1._2 {
  color: #fda900;
  background-color: #fff;
  margin-left: 10px;
}

.button_orange.gap {
  margin-top: 40px;
}

.button_outlined {
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1em;
}

.image {
  mix-blend-mode: screen;
  margin-left: 140px;
  position: relative;
}

.div-block {
  flex: 1;
}

.navbar {
  z-index: 999;
  background-color: #0000;
}

.nav-link {
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  line-height: 1em;
}

.nav-link:hover, .nav-link.w--current {
  color: #fda900;
  font-weight: 700;
}

.nav-menu {
  flex: none;
}

.brand {
  flex: 0 auto;
}

.dark-txt {
  color: #142639;
}

.dark-txt.center {
  text-align: center;
}

.dark-txt.center.gap {
  margin-top: 60px;
}

.dark-txt.center.aa {
  text-transform: capitalize;
}

.dark-txt.gap {
  margin-top: 60px;
}

.dark-txt.aa {
  text-transform: capitalize;
}

.dark-txt.aa.abit {
  font-size: 32px;
}

.dark-txt.gap-down {
  margin-bottom: 40px;
}

.text-block {
  color: #000;
  font-family: Urbanist, sans-serif;
  font-size: 20px;
  line-height: 1em;
}

.text-block.dark-txt.center.bigger {
  color: #142639;
  background-color: #fffbf4;
  border-radius: 15px;
  align-self: auto;
  padding: 46px 25px;
  font-size: 32px;
  font-weight: 700;
}

.text-block.short {
  max-width: 640px;
}

.text-block._16 {
  font-size: 16px;
}

.text-block._16.center {
  text-align: center;
}

.text-block._16.white {
  color: #fff;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.text-block._16.white.shorter {
  max-width: 200px;
  line-height: 1.15em;
}

.text-block._16.white._9 {
  display: block;
}

.text-block.center {
  text-align: center;
}

.text-block.white {
  color: #fff;
  line-height: 1.55em;
}

.text-block.white.bigger {
  font-size: 32px;
  font-weight: 700;
  line-height: 1em;
}

.text-block.white._16 {
  display: inline-block;
}

.text-block.white._16.totheright {
  margin-right: 20px;
}

.text-block._4 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.text-block.b {
  font-weight: 700;
}

.lesson {
  color: #142639;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5em;
  display: inline-block;
}

.image-2 {
  margin-bottom: 20px;
  display: block;
}

.tag {
  float: right;
  color: #142639;
  background-color: #f9f5ff;
  border-radius: 14.66px;
  padding: 1.83px 9.16px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5em;
  display: inline-block;
}

.heading-2 {
  float: left;
  display: inline-block;
}

.image-3 {
  float: right;
  vertical-align: baseline;
}

.text-block-2 {
  float: none;
  clear: both;
  color: #667085;
  object-fit: fill;
  font-family: Inter, sans-serif;
  line-height: 1.5em;
  display: block;
}

.div-block-2 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.div-block-3 {
  margin-left: 20px;
  margin-right: 20px;
}

.profil {
  background-color: #fffbf480;
  background-image: linear-gradient(#ffffff05, #ffffff05);
  border: 2px #000;
  border-radius: 0;
  flex: 1;
  padding: 35px 31px;
}

.profil.middle {
  margin-left: 20px;
  margin-right: 20px;
}

.profil.notprofil {
  text-align: center;
  padding: 36px 50px;
}

.profil.notprofil._5 {
  padding-left: 10px;
  padding-right: 10px;
}

.profil.alsonot {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-3 {
  margin-left: 10px;
  display: inline-block;
}

.image-4 {
  margin-bottom: 15px;
}

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

.image-5 {
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: inline-flex;
}

.image-6, .image-7 {
  display: block;
}

.image-8 {
  justify-content: flex-end;
  display: inline-flex;
}

.image-9 {
  display: inline;
}

.grid {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  display: grid;
}

.grid._3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr .85fr;
  margin-bottom: 20px;
}

.div-block-5 {
  margin-top: 5px;
}

.div-block-6 {
  flex: 1;
}

.div-block-7 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  display: flex;
}

.image-10 {
  float: right;
  clear: none;
}

.text-block-3 {
  float: left;
  color: #fff;
  font-family: Urbanist, sans-serif;
  font-size: 12px;
  line-height: 1em;
}

.text-block-3._1 {
  float: right;
}

.footer_heading {
  color: #fff;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 1em;
}

.div-block-8 {
  flex: 0 auto;
}

.center {
  text-align: center;
}

.div-block-9 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.image-11 {
  z-index: -1;
  position: static;
  inset: 11% 25% 0%;
}

.div-block-10 {
  z-index: 1;
  opacity: .2;
  text-align: center;
  mix-blend-mode: screen;
  width: 100%;
  display: block;
  position: absolute;
  inset: 10% 0% auto;
}

.cursos {
  background-color: #142639;
  border: 2px #000;
  border-radius: 5px;
  flex: 1;
  padding: 35px 31px;
  display: flex;
}

.cursos.middle {
  margin-left: 20px;
  margin-right: 20px;
}

.cursos.notprofil {
  text-align: center;
  padding: 36px 50px;
}

.cursos.gap {
  margin-top: 60px;
  margin-left: 100px;
  margin-right: 100px;
}

.cursos.bg {
  background-image: url('../images/Image11.png');
  background-position: 0 0;
  background-size: cover;
}

.div-block-11 {
  text-align: left;
}

.orange {
  color: #fda900;
}

.orange.aa {
  text-transform: capitalize;
}

.image-12 {
  margin-right: 31px;
}

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

.div-block-12.d {
  justify-content: flex-end;
  align-items: center;
}

.div-block-13 {
  display: block;
}

.heading-5 {
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-14 {
  background-color: #f9faf9;
  border-radius: 15px;
  flex: 1;
  margin-right: 20px;
  padding-left: 26px;
  padding-right: 26px;
}

.list {
  margin-top: 10px;
  padding-left: 0;
  list-style-type: decimal;
}

.list-2 {
  color: #142639;
  margin-top: 10px;
  padding-left: 20px;
  font-family: Urbanist, sans-serif;
  font-size: 20px;
  line-height: 1.55em;
}

.image-13 {
  flex: 0 auto;
  max-width: 300px;
  margin-left: 0;
  padding-left: 0;
}

.image-14, .image-15, .image-16 {
  margin-bottom: 10px;
}

.basic_p {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.image-17 {
  order: -1;
}

.div-block-15 {
  background-color: #fff;
  padding: 65px 130px;
}

.ico {
  margin-right: 5px;
}

.link-block {
  margin-right: 10px;
}

.code-embed-2 {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .container.gap {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container.gap.less {
    padding-top: 30px;
  }

  .horizontal.gap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .horizontal.wide.gap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .button_orange._1 {
    display: none;
  }

  .image {
    margin-left: 0;
  }

  .dark-txt.center.gap {
    margin-top: 40px;
  }

  .dark-txt.center.aa {
    margin-top: 10px;
    font-size: 24px;
  }

  .text-block._16.white.shorter {
    max-width: 300px;
    line-height: 1.4em;
  }

  .text-block.center {
    font-size: 18px;
  }

  .image-2 {
    width: 100%;
    margin-bottom: 10px;
  }

  .heading-2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-2 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .div-block-3, .profil.middle {
    margin-left: 0;
    margin-right: 0;
  }

  .profil.notprofil {
    padding: 20px 40px;
  }

  .grid._3 {
    flex-flow: column;
    display: flex;
  }

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

  .icon {
    color: #fff;
    background-color: #0000;
  }

  .cursos.middle {
    margin-left: 0;
    margin-right: 0;
  }

  .cursos.notprofil {
    padding: 20px 40px;
  }

  .cursos.gap {
    flex-flow: column;
    margin-left: 0;
    margin-right: 0;
  }

  .cursos.bg {
    min-height: 600px;
  }

  .image-13 {
    max-width: none;
  }

  .basic_p {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .image-17 {
    order: 0;
  }

  .image-18 {
    flex: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  h1, h3 {
    font-size: 24px;
  }

  .section.hero {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .section.hero.notonhomepage {
    height: 240px;
  }

  .container.gap.less {
    padding-top: 20px;
  }

  .container._2 {
    text-align: center;
  }

  .horizontal {
    flex-flow: column;
  }

  .horizontal.gap {
    margin-top: 20px;
  }

  .hero_text {
    font-size: 16px;
    line-height: 1.2em;
  }

  .button_orange, .button_outlined {
    font-size: 16px;
  }

  .dark-txt.center.gap {
    margin-top: 40px;
  }

  .dark-txt.gap-down {
    margin-bottom: 30px;
  }

  .text-block._16.white.shorter {
    max-width: none;
    line-height: 1.5em;
  }

  .text-block.center {
    font-size: 16px;
  }

  .text-block.white.bigger {
    margin-top: 10px;
  }

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

  .div-block-6 {
    clear: none;
    text-align: center;
  }

  .image-10, .text-block-3 {
    float: none;
  }

  .text-block-3._1 {
    float: none;
    margin-top: 10px;
  }

  .heading-4 {
    font-size: 20px;
  }

  .div-block-9 {
    height: 80%;
  }

  .div-block-10 {
    inset: 0% 0% auto;
  }

  .cursos {
    flex-flow: column;
  }

  .cursos.gap {
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cursos.bg {
    justify-content: flex-end;
    align-items: stretch;
  }

  .div-block-14 {
    margin-right: 0;
  }

  .image-13 {
    margin-top: 20px;
  }

  .basic_p {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-15 {
    padding: 20px 40px 40px;
  }
}

@media screen and (max-width: 479px) {
  .section.hero {
    padding-bottom: 20px;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container.gap {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container.gap.less {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .container._2 {
    text-align: center;
  }

  .horizontal.wide.gap.gaps {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .dark-txt.center.gap {
    margin-top: 30px;
  }

  .dark-txt.aa.abit {
    font-size: 24px;
  }

  .dark-txt.gap-down {
    margin-bottom: 20px;
  }

  .text-block.dark-txt.center.bigger {
    font-size: 24px;
  }

  .text-block.short {
    font-size: 16px;
  }

  .text-block._16 {
    font-size: 14px;
  }

  .text-block._16.white.shorter {
    max-width: none;
    line-height: 1.5em;
  }

  .text-block.white.bigger {
    margin-top: 10px;
    font-size: 24px;
  }

  .text-block._4 {
    font-size: 16px;
  }

  .heading-2, .heading-3 {
    font-size: 20px;
  }

  .text-block-3 {
    float: none;
  }

  .text-block-3._1 {
    float: none;
    margin-top: 10px;
  }

  .div-block-9 {
    height: 70%;
  }

  .cursos.bg {
    min-height: 500px;
  }

  .list-2 {
    font-size: 16px;
  }

  .div-block-15 {
    padding: 10px 20px 40px;
  }
}

#w-node-f3ca23ea-b8b0-1e4d-5ae6-708ff2c3c49d-0c75a0c6 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}


