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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

.w-pagination-previous-icon {
  margin-right: 4px;
}

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

.w-pagination-next-icon {
  margin-left: 4px;
}

@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: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Urbanist, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
}

h3 {
  color: #000;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Urbanist, sans-serif;
  font-size: 22px;
  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;
}

ul {
  grid-column-gap: 73px;
  grid-row-gap: 73px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.section {
  position: relative;
  overflow: hidden;
}

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

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

.section.hero.notonhomepage.blog {
  height: 130px;
}

.section.hero.notonhomepage.yulkyu {
  height: 120px;
}

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

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

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

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

.section.content-blog {
  margin-top: 40px;
  margin-bottom: 40px;
  overflow: visible;
}

.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: center;
  align-items: center;
}

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

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

.horizontal.gap.ia {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

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

.horizontal.wide.gap {
  display: none;
}

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

.horizontal.wide.gap.gaps.dfgh {
  display: flex;
}

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

.horizontal.ai {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row-reverse;
  justify-content: center;
  align-items: center;
}

.horizontal.center {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 60px;
}

.hero_content {
  flex: 1;
}

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

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

.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_orange._2 {
  width: 100%;
  margin-right: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Urbanist, sans-serif;
  line-height: 24px;
  display: block;
}

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

.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;
}

.dark-txt.gap-down._5 {
  margin-bottom: 20px;
  font-size: 32px;
}

.text-block {
  color: #142639;
  margin-top: 16px;
  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 {
  text-align: left;
  font-size: 16px;
}

.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._16.more {
  margin-top: 60px;
  line-height: 1.5em;
}

.text-block._16.more.gap {
  margin-top: 40px;
  margin-bottom: 16px;
  display: none;
}

.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;
}

.text-block.noticias {
  margin-top: 0;
}

.text-block.last {
  text-align: center;
  width: 50%;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
}

.text-block.webinars {
  text-align: center;
  width: 50%;
}

.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;
  display: none;
}

.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;
}

.div-block-7.ia {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
}

.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;
}

.heading-4 {
  color: #fff;
}

.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;
}

.div-block-10.blog {
  top: -38%;
}

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

.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;
}

.cursos.ia {
  justify-content: center;
  align-items: center;
  position: relative;
}

.orange {
  color: #fda900;
}

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

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

.image-12.ia {
  width: 330px;
  display: block;
}

.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;
}

.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-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;
}

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

.image-17 {
  order: -1;
}

.image-18 {
  width: 40%;
}

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

.div-block-15.black {
  border: 1px solid #142639;
  border-radius: 20px;
  padding: 50px;
}

.ico {
  margin-right: 5px;
}

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

.image-19 {
  z-index: 0;
  mix-blend-mode: screen;
  width: 100%;
  position: relative;
  overflow: clip;
}

.snow {
  display: block;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.div-block-17 {
  display: flex;
}

.image-20 {
  z-index: 3;
  position: absolute;
  inset: -50% 0% auto -10%;
}

.div-block-18 {
  z-index: 6;
  position: relative;
}

.container-card {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 16px;
  display: flex;
}

.card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fffbf4;
  border: 1px solid #fda900;
  border-radius: 5px;
  flex-flow: column;
  width: 364px;
  padding: 32px;
  display: flex;
}

.card.intermediate {
  color: #fff;
  background-color: #fda900;
  width: 440px;
  position: relative;
}

.card.professional {
  width: 400px;
}

.paragraph {
  text-align: center;
  font-family: Urbanist, sans-serif;
  font-size: 58px;
  font-weight: 700;
}

.heading-6 {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
}

.heading-6.intermediate {
  color: #fff;
  text-transform: uppercase;
}

.div-block-19 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.text-block-4 {
  font-family: Urbanist, sans-serif;
  font-size: 20px;
}

.div-block-21 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  margin-left: 0;
  display: flex;
}

.button {
  background-color: #fda900;
  border-radius: 8px;
  flex: 0 auto;
  align-self: center;
  font-size: 16px;
  font-weight: 700;
}

.button.intermediate {
  border: 2px solid #fff;
}

.garland {
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-22 {
  color: #fda900;
  background-color: #fff;
  border-radius: 8px;
  align-self: center;
  margin-top: 32px;
  padding: 4px 8px;
}

.text-block-5 {
  font-family: Urbanist, sans-serif;
  font-weight: 700;
}

.body {
  background-color: #f3f9ff;
}

.heading-7 {
  color: #000;
}

.section-2 {
  padding: 64px 128px;
}

.dropdown {
  font-family: Urbanist, sans-serif;
}

.dropdown:hover {
  color: #fda900;
}

.icon-2 {
  color: #fff;
}

.icon-2:hover {
  color: #fda900;
}

.dropdown-toggle {
  color: #ec0808;
  font-size: 16px;
  display: block;
}

.container-2 {
  grid-column-gap: 41px;
  grid-row-gap: 41px;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 90%;
  display: flex;
}

.image-22 {
  border-radius: 10px;
  width: 397.547vw;
  max-height: 263px;
}

.h1-blog {
  color: #142639;
  font-family: Urbanist, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
}

.blog-content-flex {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
}

.text-block-8 {
  color: #1a1a1a;
  font-family: Urbanist, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.text-block-9 {
  color: #fba80a;
  font-family: Urbanist, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.collection-list-read-more {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: start stretch;
  display: none;
}

.collection-list-read-more.article {
  flex-flow: column;
  display: flex;
}

.collection-list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: none;
}

.collection-list-wrapper.article {
  position: sticky;
  top: 40px;
}

.body-blog {
  background-color: #f3f9ff;
}

.text-block-10 {
  color: #fba80a;
  font-family: Urbanist, sans-serif;
  font-weight: 600;
}

.rich-text-block {
  color: #000;
  font-family: Urbanist, sans-serif;
}

.dropdown-list {
  z-index: 999;
  background-color: #dbd7d7;
}

.dropdown-list.w--open {
  background-color: #fff;
}

.div-block-23 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  margin-bottom: 32px;
  display: flex;
}

.div-block-23.webinars {
  flex-flow: row-reverse;
}

.heading-9 {
  color: #142639;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
}

.div-block-24 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 60%;
  display: flex;
}

.div-block-24.last {
  width: 40%;
}

.div-block-24.webinars {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.div-block-25 {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.heading-10 {
  color: #000;
  text-transform: none;
  font-size: 24px;
}

.div-block-26 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template: "Area"
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-23 {
  width: 100%;
}

.div-block-27 {
  width: 5%;
  min-width: 5%;
}

.div-block-29 {
  width: 50%;
}

.div-block-30 {
  width: 590px;
}

.div-block-31 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.link-block-2 {
  text-decoration: none;
}

.link-block-2:hover {
  color: #fda900;
  font-weight: 700;
}

.blog-title-flex {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
}

.image-24 {
  width: 364px;
  height: 228px;
}

.collection-item {
  max-width: 360px;
}

.image-25 {
  width: 1960px;
}

.heading-11 {
  color: #000;
}

.heading-13 {
  color: #142639;
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
}

.heading-14 {
  color: #142639;
  text-transform: uppercase;
  font-size: 36px;
}

.div-block-32 {
  border-radius: 20px;
  width: 50%;
}

.div-block-32._2 {
  width: 330%;
  max-width: 100%;
  max-height: none;
  margin-right: 31px;
  display: none;
}

.code-embed-4 {
  width: 60%;
}

.background-video {
  width: 100%;
}

.div-block-33 {
  width: 330px;
  max-width: 100%;
  margin-right: 31px;
}

.background-video-3 {
  z-index: 999;
  width: 600px;
  max-width: 100%;
  position: relative;
}

.div-block-34 {
  align-self: center;
}

.div-block-35 {
  display: inline-block;
  overflow: visible;
}

.div-block-35.h, .video {
  display: none;
}

.background-video-4, .background-video-5 {
  z-index: 999;
}

.background-video-5._5 {
  border-radius: 15px;
  max-height: 240px;
}

.background-video-6 {
  max-height: 240px;
}

.div-block-36 {
  display: flex;
}

.div-block-37 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
  position: sticky;
  top: 40px;
}

.div-block-37.newthing {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: wrap;
}

.div-block-37.newthing.a {
  margin-top: 40px;
}

.div-block-38 {
  max-width: 360px;
}

.div-block-39 {
  height: 500px;
}

.dropdown-link {
  display: none;
}

.hr {
  background-color: #e0e0e0;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.text-field {
  color: #000;
  background-color: #172c421a;
  border: 1px solid #142639;
  border-radius: 6px;
  min-height: 60px;
  margin-bottom: 16px;
  padding: 16px 25px;
  font-family: Urbanist, sans-serif;
  font-size: 20px;
  line-height: 1em;
}

.text-field.area {
  min-height: 120px;
}

.div-block-40 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 320px;
  display: flex;
}

.image-26 {
  width: 60px;
}

.div-block-41 {
  background-color: #fda900;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-top: 0;
  display: flex;
}

.form {
  display: none;
}

@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;
  }

  .horizontal.ai {
    flex-flow: column;
  }

  .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;
  }

  .div-block-7.ia {
    width: auto;
  }

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

  .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;
  }

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

  .card {
    width: 100%;
  }

  .card.intermediate, .card.professional {
    width: auto;
  }

  .image-24 {
    height: auto;
  }

  .div-block-32 {
    width: 100%;
  }

  .div-block-37.newthing {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
  }

  .div-block-38 {
    max-width: 300px;
  }
}

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

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

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

  .section.hero.notonhomepage.yulkyu {
    height: 100px;
  }

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

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

  .horizontal {
    flex-flow: column;
  }

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

  .horizontal.center {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: row;
    margin-bottom: 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;
  }

  .dark-txt.gap-down._5.center {
    font-size: 24px;
  }

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

  .text-block._16.more {
    margin-top: 20px;
  }

  .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;
  }

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

  .paragraph {
    font-size: 45px;
  }

  .heading-6 {
    font-size: 24px;
  }

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

  .section-2 {
    padding-left: 64px;
    padding-right: 64px;
  }

  .text-field {
    min-height: 50px;
    font-size: 16px;
  }

  .div-block-40 {
    max-width: 200px;
  }
}

@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;
  }

  .horizontal.center {
    flex-flow: column;
  }

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

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

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

  .dark-txt.gap-down._5 {
    font-size: 24px;
  }

  .dark-txt.gap-down._5.center {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 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._16.more.gap {
    margin-top: 20px;
  }

  .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;
  }

  .section-2 {
    padding: 32px;
  }

  .container-2.article {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .div-block-37 {
    order: 9999;
  }

  .hr {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .div-block-40 {
    width: 100%;
    max-width: none;
  }

  .image-26 {
    width: 32px;
  }

  .div-block-41 {
    width: 60px;
    height: 60px;
  }
}

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


