:root {
  --purple: #3a4793;
  --orange: #ffa80f;
  --dark-slate-blue\<deleted\|variable-e3d85e8c\>: #2e3d55;
}

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

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

p {
  margin-bottom: 10px;
}

.footerinfo-cards {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .25fr .25fr;
}

.footercontainer {
  margin-left: 150px;
  margin-right: 150px;
}

.footergrid {
  grid-template-rows: auto;
}

.footerinfo-header {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.socialmediacontainer {
  grid-column-gap: 50px;
  display: flex;
}

.minicontactos-link {
  text-decoration: none;
}

.minicontactostext {
  color: #fff;
  margin-left: 37px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.link-footer {
  color: #fff;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
  transition: all .2s;
}

.link-footer:hover {
  color: var(--purple);
  font-weight: 700;
}

.whiteline {
  background-color: #fff;
  border-radius: 1.4px;
  width: 100%;
  height: 5px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.minicontactos-imgs {
  width: 30px;
  height: 30px;
}

.footerbottomparagraph {
  color: #fff;
  text-align: center;
  margin-top: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

.minicontactos-imgs2 {
  width: 30px;
  height: 21px;
}

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

.minicontactos {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  height: 44px;
  display: flex;
}

.footersocial {
  text-align: center;
}

.footersocial-logo {
  margin-bottom: 46px;
}

.footer.gradient {
  background-image: linear-gradient(216deg, #3a4793, #567ad0);
  flex-direction: column;
  padding-top: 85px;
  padding-bottom: 110px;
  display: flex;
}

.navbar {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(216deg, #3f52a1 5%, #567ad2);
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 20px 135px;
  display: grid;
}

.button {
  color: #3f52a1;
  background-color: #fff;
  border-radius: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.heading {
  color: var(--orange);
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  line-height: 50px;
}

.popup-group {
  max-height: 200px;
  margin-top: 0;
  display: block;
}

.popup-wrapper {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-wrapper.patricia, .popup-wrapper.larissa, .popup-wrapper.alam, .popup-wrapper.gaby, .popup-wrapper._1, .popup-wrapper._2-columns, .popup-wrapper._3, .popup-wrapper._2, .popup-wrapper._4, .popup-wrapper._5, .popup-wrapper._6 {
  display: none;
}

.expertostexto {
  text-align: center;
  width: 155px;
  font-size: 22px;
  font-weight: 700;
  line-height: 25px;
}

.popup-content {
  margin: 2.5em 3em;
}

.popup-toggle {
  cursor: pointer;
}

.popup-toggle-text {
  color: #494949;
  font-size: 20px;
  line-height: 1;
  text-decoration: none;
}

.popup-italic {
  font-style: italic;
}

.popup-close-icon {
  width: 1em;
  height: 1em;
}

.purplebox {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 3px solid var(--purple);
  text-align: center;
  border-radius: 8px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 231px;
  height: 75px;
  margin-top: 33px;
  display: flex;
}

.popup-main-content {
  text-align: left;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.popup-content-wrapper-2 {
  z-index: 1;
  background-color: #fff;
  border-radius: 1.2em;
  width: 90vw;
  max-width: 55em;
  max-height: 90%;
  position: relative;
  overflow: auto;
}

.heading-temario {
  color: #36347f;
  text-align: center;
  max-width: 822px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  font-size: 50px;
  line-height: 60px;
}

.popup-inner {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.grid-expertos {
  grid-column-gap: 110px;
  grid-template-rows: auto 20px auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: column;
}

.xptext {
  padding-top: 11px;
  padding-bottom: 11px;
}

.popup-close {
  z-index: 2;
  color: #000;
  cursor: pointer;
  border-radius: 999em;
  justify-content: center;
  align-items: center;
  width: 3.5em;
  height: 3.5em;
  display: flex;
  position: absolute;
  inset: 1em 1em auto auto;
}

.expert {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.p-sm-start {
  padding-top: 3em;
}

.p-sm-start.p-sm-end {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 226px;
  max-height: 215px;
  padding-top: 0;
  display: flex;
}

.popup-background {
  z-index: 0;
  background-color: #000000a6;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.team {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 135px 80px;
  display: flex;
}

.popup-heading2 {
  color: var(--purple);
  margin-top: 20px;
  font-weight: 700;
}

.popup-heading {
  color: var(--purple);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
}

.popup-bold {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.expero-face {
  width: 256px;
}

.teamlogocontainer {
  margin-bottom: 60px;
}

.horariosbox-heading {
  color: var(--purple);
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
}

.clock-label {
  color: #1e1e1e;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-right: -5px;
}

.ontime-imgs {
  width: 78px;
  height: 78px;
  font-size: 14px;
}

.box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.horariosbox {
  flex-direction: column;
  justify-content: flex-end;
}

.ontime {
  padding-top: 115px;
  padding-bottom: 115px;
}

.ontime-grid {
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  width: 940px;
}

.contador {
  border: 3px dashed #3a4893;
  border-radius: 14px;
  width: 40rem;
  margin: 4rem auto 5rem;
  padding-top: 14px;
  padding-bottom: 14px;
}

.text {
  color: #434343;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.text.horariostext {
  text-align: center;
  margin-bottom: 20px;
}

.horariosbox-linkcontainer {
  text-align: center;
}

.horariosbox-link {
  color: var(--purple);
  text-align: left;
  font-size: 22px;
  font-weight: 700;
  line-height: 34px;
  text-decoration: none;
}

.horariosimg {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 67px;
  display: block;
}

.js-clock {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.clock-number {
  color: #567ad0;
  font-size: 5rem;
  font-weight: 600;
  line-height: 70px;
}

.horariosbox-header {
  margin-bottom: 17px;
}

.inscribete-header {
  text-align: center;
  margin-bottom: 1.5rem;
}

.cards {
  text-align: center;
  background-color: #ffffffed;
  border-radius: 10px;
  width: 280px;
  max-width: 280px;
  height: 212px;
  max-height: 221px;
  padding: 21px 12px;
  box-shadow: 0 0 3px 2px #0000003b;
}

.logomiddle {
  width: 296px;
}

.body {
  font-family: Montserrat, sans-serif;
}

.temario-left {
  color: var(--dark-slate-blue\<deleted\|variable-e3d85e8c\>);
  text-align: center;
  background-color: #ffd997;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 1.3rem;
  padding-right: 1.3rem;
  font-size: 19px;
  font-weight: 600;
  display: flex;
}

.temario-right {
  color: #434343;
  text-align: left;
  background-color: #f5f4f4;
  width: 100%;
  padding: 2.2rem 1.3rem;
  font-size: 20px;
  line-height: 37px;
}

.temario-left-column {
  background-color: var(--purple);
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 10.5rem;
  padding-left: 1.3rem;
  padding-right: 1.3rem;
  font-size: 22px;
  font-weight: 600;
  line-height: 29px;
  display: flex;
}

.banner {
  color: #fff;
  padding-top: 5.4rem;
  padding-bottom: 5.4rem;
}

.banner.primary-color-bg {
  background-color: #567ad0;
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.banner-flex-box {
  justify-content: center;
  align-items: center;
  display: flex;
}

.banner-img {
  width: 80px;
  height: 80px;
  margin-right: 2rem;
}

.text-banner {
  color: #fff;
  width: 700px;
  padding-top: 9px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 31px;
}

.columnhero {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 0;
  display: flex;
}

.heading-4 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  line-height: 42px;
}

.text-block-hero {
  color: #494949;
  text-align: center;
  max-width: 621px;
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.2;
}

.hero-img-container {
  margin-top: 1.3rem;
}

.hero-img {
  max-height: 100%;
}

.columnshero {
  padding-bottom: 105px;
  padding-left: 125px;
}

.columnhero-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 550px;
  padding-bottom: 0;
  display: flex;
}

.fechaheroimg {
  width: 650px;
  max-width: 120%;
}

.boton-4 {
  color: #fff;
  text-align: center;
  background-color: #3a4893;
  border-radius: 10px;
  margin-top: 34px;
  padding: 15px 26px;
  font-size: 24px;
  font-weight: 700;
  line-height: 25px;
}

.hero {
  background-image: url('../images/head_1440x818_v2.png');
  background-position: 50%;
  background-size: cover;
  height: 853px;
  max-height: 853px;
}

.text-block-hero-copy {
  color: #7c80f1;
  text-align: center;
  text-transform: uppercase;
  max-width: 621px;
  margin-top: 21px;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.2;
}

.div-block-15 {
  text-align: left;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.popup-toggle-text-2 {
  color: #7b7ff0;
  font-size: 20px;
  line-height: 1;
}

.text-block-11 {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.header-team {
  text-align: center;
}

.team-2 {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 135px 80px;
  display: flex;
}

.heading-8 {
  color: #422b7f;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
}

.text-block-12 {
  font-style: italic;
}

.isfmc-logo-team-container {
  text-align: center;
  margin-bottom: 60px;
}

.team-img {
  max-width: 360px;
}

.text-block-16 {
  color: #422b7f;
  margin-top: 20px;
  font-weight: 700;
}

._2-columns {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-content {
  flex-flow: column;
  display: flex;
}

.column.middle {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-team {
  color: #9f3550;
  text-align: center;
  margin-bottom: 80px;
  font-size: 50px;
  line-height: 60px;
}

.heading-team.expertosheading {
  color: #512e91;
}

.popup-toggle-2 {
  color: #7b7ff0;
  cursor: pointer;
  font-style: italic;
  text-decoration: none;
}

.heading-9 {
  color: #512e91;
  font-size: 40px;
  line-height: 46px;
}

.paragraph-2 {
  color: #7c80f1;
  margin-bottom: 60px;
  font-size: 22px;
  line-height: 28px;
}

.paragraph-3 {
  margin-bottom: 40px;
  font-size: 22px;
  line-height: 1.2;
}

.bold-text {
  line-height: 1.2;
}

.aprender {
  text-align: left;
  background-image: url('../images/1397587fa00ac71fd096fa1b69d1a4b8d14d020a.png');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 135px 80px;
  display: flex;
}

.heading-10 {
  color: #512e91;
  margin-top: 0;
  margin-bottom: 47px;
  font-size: 48px;
  line-height: 1.2;
}

.paragraph-4 {
  color: #333;
  font-size: 22px;
  line-height: 1.1;
}

.div-block-16 {
  max-width: 568px;
  margin-left: 291px;
}

.div-block-17 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 65px;
  display: grid;
}

.price-box.gradient {
  background-image: linear-gradient(216deg, #512e91, #7c80f1);
  flex-direction: column;
  padding-top: 85px;
  padding-bottom: 110px;
  display: flex;
}

.price-box.gradient-copy {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #fff;
  background-image: linear-gradient(216deg, #3a4793, #567ad0);
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  padding: 50px 40px 40px;
  font-size: 18px;
  line-height: 1.2;
  display: flex;
}

.graybox {
  background-color: #f2f2f2;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 13px 23px 23px;
}

.text-block-gray-box {
  color: #494949;
  text-align: center;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 500;
}

.cardsbox {
  margin-top: 15px;
}

.minicards {
  padding-right: 26px;
}

.heading-11 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 1.2;
}

.heading-11-copy {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 1.2;
}

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

.paragraph-5 {
  margin-top: 24px;
  font-size: 28px;
  line-height: 1.2;
}

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

.heading-12 {
  color: #7c80f1;
  text-align: center;
  font-size: 48px;
  line-height: 1.2;
}

.heading-12-copy {
  color: #512e91;
  text-align: center;
  margin-bottom: 70px;
  font-size: 48px;
  line-height: 1.2;
}

.image-9 {
  max-width: 532px;
}

.heading_section {
  text-align: center;
  margin-bottom: 80px;
}

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

.syllabus_header {
  text-align: center;
  background-image: linear-gradient(216deg, #512e91, #7c80f1);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  justify-content: center;
  padding: 18px 20px;
  display: flex;
}

.syllabus_body {
  background-color: #f2f2fe;
  padding: 23px 82px 25px;
}

.syllabus_title {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 1.2;
}

.syllabus_list-text {
  color: #000;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 1.2;
}

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

.section {
  padding: 2rem;
}

.banner-2 {
  background-image: url('../images/35370decc922cdccef0350d1fb60e69f96db3102.png');
  background-position: 0 0;
  background-size: cover;
  padding-top: 131px;
  padding-bottom: 131px;
}

.paragraph-6 {
  color: #fff;
  margin-bottom: 0;
  font-size: 42px;
  line-height: 1.2;
}

.div-block-22 {
  text-align: center;
  padding-right: 521px;
}

.div-block-23 {
  justify-content: center;
  align-items: center;
  padding-top: 43px;
  display: flex;
}

.section-2 {
  background-image: url('../images/1440x425_2.png');
  background-position: 0 0;
  background-size: cover;
  padding: 65px 2rem;
}

.div-block-24 {
  text-align: center;
  flex-flow: column;
  align-items: center;
  margin-right: 400px;
  display: flex;
}

.image-10 {
  margin-bottom: 20px;
}

.heading-13 {
  color: #000;
  text-transform: none;
  margin-bottom: 40px;
  font-size: 36px;
  line-height: 46px;
}

.text-span {
  color: #000;
}

.boton-4-copy {
  color: #fff;
  text-align: center;
  background-color: #7c80f1;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 15px 26px;
  font-size: 24px;
  font-weight: 700;
  line-height: 25px;
}

.paragraph-7 {
  color: #7c80f1;
  font-size: 28px;
  line-height: 1.2;
}

.section-3 {
  background-image: url('../images/e2956cc504dbc148311b3d817a73997bf1c5a841.png');
  background-position: 0 0;
  background-size: cover;
  padding: 165px 2rem 85px;
}

.grid-2 {
  grid-column-gap: 61px;
  grid-row-gap: 61px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.paragraph-8 {
  color: #494949;
  font-size: 42px;
  line-height: 1.2;
}

.item-1 {
  text-align: center;
}

.item-2 {
  text-align: center;
  max-width: 480px;
}

.container-2 {
  max-width: 1114px;
  margin-left: auto;
  margin-right: auto;
}

.banner-promo-img {
  object-fit: cover;
  width: 100%;
}

.link-block {
  width: 100%;
}

.heading-14 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  line-height: 50px;
}

.list-2 {
  margin-bottom: 0;
}

.container-3 {
  max-width: 1020px;
}

.aprender-2 {
  background-color: #f6f6f6;
  padding: 70px 2rem;
}

.align-center {
  text-align: center;
  max-width: 600px;
}

._2-columns-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.text-box {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: column;
  max-width: 528px;
  display: flex;
}

.boton-2 {
  color: #fff;
  text-align: center;
  background-color: #3a4793;
  border-radius: 10px;
  margin-top: 34px;
  padding: 15px 26px;
  font-size: 24px;
  font-weight: 700;
  line-height: 25px;
}

.paragraph {
  text-align: left;
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
}

.product-offer-text-box {
  text-align: center;
}

.product-offer-text {
  max-width: 325px;
  margin-left: auto;
  margin-right: auto;
  font-size: 25px;
  font-weight: 500;
  line-height: 40px;
}

.product-offer-text.space {
  padding-top: 10px;
  padding-bottom: 10px;
}

.product-offer-text.purple {
  color: #bfd2ff;
}

.product-offer-price-box {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.product-offer-price {
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}

.product-offer-price.tachado {
  color: #bfd2ff;
  font-weight: 500;
  text-decoration: line-through;
}

.product-offer-price.secondary-color {
  color: #fff;
}

.product-offer-price-currency {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

.product-offer-price-currency.primary-color {
  color: #bfd2ff;
}

.product-offer-price-currency.secondary-color {
  color: #fff;
}

.payment-box {
  background-color: #f2f2f2;
  border-radius: 8px;
  padding: 15px 23px;
}

.product-offer-label-2 {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

.product-offer-label-2.black {
  color: #000;
}

.payment-cards-container-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  margin-top: 15px;
  display: flex;
}

.paragraph-11, .paragraph-12, .paragraph-13 {
  margin-bottom: 0;
}

.popup-heading-2 {
  color: #2f828b;
  text-align: center;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
}

.experto-img {
  width: 500px;
  margin-bottom: 3em;
}

.popup-toggle-text-2 {
  color: #494949;
  font-size: 20px;
  line-height: 1;
  text-decoration: none;
}

.popup-toggle-text-3 {
  color: #494949;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
}

.paragraph-14 {
  margin-bottom: 0;
}

.popup-toggle-3 {
  cursor: pointer;
  text-decoration: none;
}

.paragraph-19, .paragraph-17 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.expert-img {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  display: flex;
}

.heading-15 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  line-height: 50px;
}

.heading-team-2 {
  color: #36347f;
  text-align: center;
  max-width: 562px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  font-size: 50px;
  line-height: 60px;
}

.popup-toggle-4 {
  cursor: pointer;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  text-decoration: none;
}

.paragraph-20 {
  margin-bottom: 0;
}

.grid-expertos-2 {
  flex-flow: wrap;
  grid-template-rows: auto 20px;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  margin-bottom: 80px;
  display: flex;
}

.expertostexto-2 {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 25px;
}

.paragraph-21 {
  margin-bottom: 0;
}

.heading-6 {
  color: #41eb95;
  margin-bottom: 0;
  font-weight: 700;
}

.expertostexto-3 {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 25px;
}

.expert-img-2 {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  display: flex;
}

.paragraph-16 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.paragraph-22 {
  margin-bottom: 0;
}

.grid-item {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  width: 337px;
  display: flex;
}

.xptext-2 {
  width: 550px;
  padding-top: 11px;
  padding-bottom: 11px;
}

.paragraph-23 {
  margin-bottom: 0;
}

.team-3 {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 80px;
  display: flex;
}

.paragraph-24, .paragraph-10 {
  margin-bottom: 0;
}

.paragraph-18 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.heading-16 {
  color: #631b74;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  line-height: 50px;
}

.heading-16.gray {
  color: #434343;
  text-align: center;
  margin-bottom: 0;
  font-size: 38px;
}

.columnhero-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 0 0;
  display: flex;
}

.juntos {
  background-image: url('../images/imagen_1440x743.png');
  background-size: cover;
  height: 853px;
  max-height: 853px;
}

.hero-img-2 {
  max-height: 100%;
}

.columnshero-2 {
  padding: 60px 100px 105px 0;
}

.columnhero-4 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.text-block {
  color: #fff;
  font-size: 23px;
  font-style: italic;
  font-weight: 500;
}

.precio {
  max-width: 85%;
  margin-top: 20px;
  margin-bottom: 0;
}

.boton-1 {
  color: #fff;
  text-align: center;
  background-color: #e5cd2a;
  border-radius: 10px;
  margin-top: 0;
  padding: 15px 26px;
  font-size: 24px;
  font-weight: 700;
  line-height: 25px;
}

.incluido-2 {
  padding-top: 135px;
  padding-bottom: 135px;
}

.heading-17 {
  color: #631b74;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  line-height: 50px;
}

.beneficios-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: 280px 280px 280px;
  place-content: stretch center;
  place-items: stretch stretch;
}

.cards-2 {
  text-align: center;
  background-color: #ffffffed;
  border-radius: 10px;
  width: 280px;
  height: 212px;
  padding: 21px 12px;
  box-shadow: 0 0 3px 2px #0000003b;
}

.imgcard {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 70px;
  max-height: 70px;
  margin-bottom: 20px;
  display: inline-block;
}

.cardstext {
  text-align: center;
  margin-right: 0;
  padding-right: 0;
  font-size: 17px;
  font-weight: 500;
}

.testimonios {
  background-color: #f8f8f8;
  padding-top: 115px;
  padding-bottom: 110px;
}

.heading-18 {
  color: #3a4793;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  line-height: 50px;
}

.testimoniosgrid {
  grid-template-rows: auto;
}

.beneficios {
  padding-top: 120px;
  padding-bottom: 115px;
}

.beneficiosheading {
  color: #3a4793;
  text-align: center;
  -webkit-text-stroke-color: #ffa80f;
  margin-bottom: 40px;
  font-size: 43px;
  line-height: 60px;
}

.beneficios-grid-2 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: 280px 280px 280px;
  place-content: stretch center;
  place-items: stretch stretch;
}

.cards-3 {
  text-align: center;
  background-color: #ffffffed;
  border-radius: 10px;
  width: 280px;
  max-width: 280px;
  height: 190px;
  max-height: 221px;
  padding: 21px 12px;
  box-shadow: 0 0 3px 2px #0000003b;
}

.cardstext-2 {
  text-align: center;
  font-size: 17px;
  font-weight: 500;
}

.team-4 {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 135px 80px;
  display: flex;
}

.popup-toggle-5 {
  cursor: pointer;
  font-style: italic;
  text-decoration: none;
}

.popup-heading-3 {
  color: #3a4793;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  display: block;
}

.purplebox-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  border: 3px #8b76cf;
  border-radius: 8px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 231px;
  height: 50px;
  margin-top: 10px;
  display: flex;
}

.xptext-3 {
  padding-top: 11px;
  padding-bottom: 11px;
}

.heading-19 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  line-height: 50px;
}

.popup-toggle-text-4 {
  color: #494949;
  font-size: 20px;
  line-height: 1;
  text-decoration: none;
}

.expertostexto-4 {
  text-align: center;
  width: 155px;
  font-size: 22px;
  font-weight: 700;
  line-height: 25px;
}

.popup-heading2-2 {
  color: #3a4793;
  margin-top: 20px;
  font-weight: 700;
}

.boton-simple {
  color: #fff;
  text-align: center;
  background-color: #3a4793;
  border-radius: 10px;
  margin-top: 34px;
  padding: 15px 26px;
  font-size: 24px;
  font-weight: 700;
  line-height: 25px;
}

.flex-space {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.no-button {
  color: #3a4793;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  margin-top: 34px;
  padding: 15px 26px;
  font-size: 24px;
  font-weight: 700;
  line-height: 25px;
  box-shadow: -2px 2px 5px #0003;
}

.bold-text-4, .bold-text-5 {
  text-transform: uppercase;
}

.image-12, .image-13, .image-14 {
  padding-top: 40px;
}

@media screen and (max-width: 991px) {
  .navbar {
    grid-column-gap: 20px;
    padding-left: 46px;
    padding-right: 46px;
  }

  .popup-content-wrapper-2 {
    max-height: 92%;
  }

  .grid-expertos {
    grid-column-gap: 35px;
    grid-template-rows: auto 20px;
    grid-template-columns: 1fr 1fr;
  }

  .ontime-grid {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    width: auto;
  }

  .text-banner {
    width: auto;
  }

  .columnshero {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .columnhero-2 {
    margin-top: 4rem;
    padding-top: 0;
  }

  .hero {
    background-position: 20%;
    height: auto;
    max-height: none;
  }

  .team-2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .team-img {
    max-width: 246px;
  }

  .aprender {
    background-position: 50%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .div-block-16 {
    margin-left: 0;
  }

  .price-box.gradient-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cardsbox {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    flex-flow: wrap;
    justify-content: center;
    display: flex;
  }

  .banner-2 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/35370decc922cdccef0350d1fb60e69f96db3102.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .div-block-22 {
    padding-right: 0;
  }

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

  .heading-14 {
    font-size: 35px;
  }

  .aprender-2 {
    padding-top: 0;
  }

  ._2-columns-2 {
    grid-template-columns: 1fr;
  }

  .boton-2 {
    font-size: 22px;
  }

  .heading-15 {
    font-size: 35px;
  }

  .grid-expertos-2 {
    grid-column-gap: 0px;
    grid-template-rows: auto 20px;
    grid-template-columns: 1fr 1fr;
  }

  .expert-img-2 {
    width: 100%;
  }

  .grid-item {
    width: 200px;
  }

  .heading-16 {
    font-size: 35px;
  }

  .columnhero-3 {
    padding-top: 33px;
  }

  .juntos {
    background-position: 20%;
    height: auto;
    max-height: none;
  }

  .hero-img-2 {
    width: 500px;
  }

  .columnshero-2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .boton-1 {
    font-size: 22px;
  }

  .incluido-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .heading-17 {
    font-size: 35px;
  }

  .beneficios-grid {
    flex-flow: wrap;
    display: flex;
  }

  .div-block {
    display: none;
  }

  .beneficios-grid-2 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 280px 280px;
  }

  .boton-simple, .no-button {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .footercontainer {
    margin-left: 0;
    margin-right: 0;
  }

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

  .link-footer, .footerbottomparagraph {
    font-size: .8rem;
    line-height: 1.2rem;
  }

  .footer.gradient {
    padding-left: 2rem;
    padding-right: 2rem;
    overflow: hidden;
  }

  .navbar {
    padding-left: 21px;
    padding-right: 21px;
  }

  .popup-content {
    margin: 3em 2em;
  }

  .grid-expertos {
    grid-column-gap: 16px;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .p-sm-start {
    padding-top: 2.3em;
  }

  .ontime {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ontime-grid, .contador {
    width: auto;
  }

  .clock-number {
    font-size: 4.5rem;
  }

  .temario-left {
    font-size: 16px;
  }

  .temario-left-column {
    width: 9rem;
  }

  .banner {
    padding-left: 2.3rem;
    padding-right: 2.3rem;
  }

  .banner-flex-box {
    align-items: center;
  }

  .banner-img {
    height: 80px;
  }

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

  .columnshero {
    padding-bottom: 20px;
  }

  .columnhero-2 {
    display: none;
  }

  .hero {
    background-image: linear-gradient(#ffffff38, #ffffff38), url('../images/3784913b9bf60d5f3da9354064f99236c16150ee.png');
    background-position: 0 0, 0%;
    background-size: auto, cover;
  }

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

  .heading-team.expertosheading {
    font-size: 34px;
    line-height: 1.2;
  }

  .div-block-17 {
    grid-template-columns: 1fr;
  }

  .price-box.gradient, .price-box.gradient-copy {
    overflow: hidden;
  }

  .div-block-19 {
    display: none;
  }

  .heading-12 {
    font-size: 30px;
  }

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

  .image-2 {
    max-width: 70%;
  }

  .right-column {
    justify-content: center;
    display: flex;
  }

  .grid-expertos-2 {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .grid-item {
    text-align: center;
    width: 125px;
  }

  .columnhero-3 {
    display: none;
  }

  .juntos {
    background-position: 0%;
  }

  .hero-img-2 {
    max-width: 90%;
  }

  .columnshero-2 {
    padding-bottom: 20px;
    padding-left: 0;
  }

  .incluido-2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .beneficios-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 280px 280px;
  }

  .heading-18 {
    font-size: 30px;
    line-height: 34px;
  }

  .testimoniosgrid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-left: 40px;
    padding-right: 40px;
  }

  .testimoniosimg-2 {
    max-width: 80%;
  }

  .beneficios {
    padding-left: 40px;
    padding-right: 40px;
  }

  .beneficios-grid-2 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 280px;
  }

  .flex-space {
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .footerinfo-imgs {
    margin-left: 0;
  }

  .footerinfo-cards {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footercontainer {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footergrid {
    grid-template-rows: auto auto;
    grid-template-columns: minmax(200px, 500px);
  }

  .socialmediacontainer {
    grid-column-gap: 20px;
  }

  .link-footer {
    font-size: .7rem;
    line-height: 1rem;
  }

  .whiteline {
    margin-top: 80px;
  }

  .footerbottomparagraph {
    font-size: .7rem;
    line-height: 1rem;
  }

  .footerinfo {
    padding-left: 10px;
    padding-right: 10px;
  }

  .socialmedia {
    padding-right: 0;
  }

  .footersocial {
    max-width: 100%;
  }

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

  .logocentral {
    display: none;
  }

  .button {
    text-align: center;
    font-size: 13px;
    line-height: 15px;
  }

  .heading {
    margin-top: 0;
    font-size: 23px;
    line-height: 30px;
  }

  .popup-toggle {
    text-align: center;
  }

  .heading-temario {
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 35px;
    line-height: 40px;
  }

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

  .team {
    padding-left: 10px;
    padding-right: 10px;
  }

  .teamlogocontainer {
    width: 300px;
  }

  .ontime-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .box {
    margin-bottom: 10px;
  }

  .horariosbox {
    margin-left: auto;
    margin-right: auto;
  }

  .horariosbox.place {
    margin-top: 0;
  }

  .ontime-grid {
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    width: auto;
    display: flex;
  }

  .contador {
    width: auto;
  }

  .js-clock {
    flex-wrap: wrap;
  }

  .temario-left {
    padding-top: .5rem;
    padding-bottom: .1rem;
  }

  .temario-left-column {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: auto;
    padding-top: .7rem;
    padding-bottom: 0;
  }

  .banner {
    flex-direction: row;
    padding-top: 3.9rem;
    padding-bottom: 3.9rem;
  }

  .banner-flex-box {
    flex-direction: column;
  }

  .banner-img {
    margin-right: 0;
  }

  .text-banner {
    width: auto;
  }

  .columnhero {
    padding-top: 44px;
  }

  .heading-4 {
    margin-top: 0;
    font-size: 23px;
    line-height: 30px;
  }

  .text-block-hero {
    width: auto;
    margin-top: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
  }

  .hero-img-container {
    width: 100%;
    height: 100px;
    max-height: none;
    margin-bottom: 40px;
  }

  .columnhero-2 {
    padding-top: 4rem;
  }

  .boton-4 {
    margin-top: 40px;
    font-size: 19px;
  }

  .hero {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    max-height: 853px;
    margin-bottom: 0;
    padding-bottom: 3rem;
  }

  .text-block-hero-copy {
    width: auto;
    margin-top: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
  }

  .team-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .isfmc-logo-team-container {
    max-width: 260px;
  }

  .heading-team {
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 35px;
    line-height: 40px;
  }

  .heading-team.expertosheading {
    font-size: 30px;
    line-height: 1.2;
  }

  .popup-toggle-2 {
    text-align: center;
  }

  .heading-9 {
    font-size: 30px;
    line-height: 1.2;
  }

  .paragraph-2 {
    font-size: 14px;
    line-height: 1.2;
  }

  .paragraph-3 {
    font-size: 16px;
  }

  .aprender {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .heading-10 {
    font-size: 30px;
  }

  .cardsbox {
    justify-content: center;
    display: flex;
  }

  .minicards {
    width: 70px;
    padding-right: 10px;
  }

  .heading-11 {
    font-size: 22px;
  }

  .heading-11-copy {
    font-size: 25px;
  }

  .paragraph-5 {
    font-size: 17px;
  }

  .heading-12-copy {
    margin-bottom: 40px;
    font-size: 30px;
  }

  .image-9 {
    max-width: 100%;
  }

  .syllabus_body {
    padding-left: 20px;
    padding-right: 20px;
  }

  .syllabus_list-text {
    font-size: 16px;
  }

  .banner-2 {
    padding: 70px 1rem;
  }

  .paragraph-6 {
    line-height: 1;
  }

  .heading-13 {
    font-size: 30px;
    line-height: 1.2;
  }

  .boton-4-copy {
    margin-top: 40px;
    font-size: 19px;
  }

  .paragraph-7 {
    font-size: 16px;
  }

  .section-3 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .paragraph-8 {
    font-size: 30px;
  }

  .bold-text-2 {
    font-size: 19px;
  }

  .bold-text-3 {
    font-size: 30px;
  }

  .paragraph-9 {
    font-size: 15px;
  }

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

  .image-11 {
    width: 260px;
  }

  .heading-14 {
    margin-top: 0;
    font-size: 28px;
    line-height: 30px;
  }

  .image-2 {
    max-width: 100%;
  }

  .text-box {
    margin-bottom: 2em;
  }

  .boton-2 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .paragraph {
    font-size: 20px;
  }

  .product-offer-text {
    font-size: 28px;
  }

  .product-offer-price {
    font-size: 32px;
    line-height: 32px;
  }

  .product-offer-price-currency {
    font-size: 16px;
    line-height: 16px;
  }

  .payment-cards-container-2 {
    justify-content: center;
    display: flex;
  }

  .payment-cards {
    width: 30px;
  }

  .experto-img {
    width: 230px;
  }

  .popup-toggle-3 {
    text-align: center;
  }

  .heading-15 {
    margin-top: 0;
    font-size: 22px;
    line-height: 30px;
  }

  .heading-team-2 {
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 35px;
    line-height: 40px;
  }

  .popup-toggle-4 {
    text-align: center;
  }

  .grid-expertos-2 {
    flex-flow: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .grid-item {
    width: 239px;
  }

  .team-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-16 {
    margin-top: 0;
    font-size: 28px;
    line-height: 30px;
  }

  .heading-16.gray {
    padding-bottom: 10px;
    font-size: 25px;
  }

  .columnhero-3 {
    padding-top: 44px;
  }

  .juntos {
    background-size: auto;
    max-height: 853px;
    margin-bottom: 0;
    padding-bottom: 3rem;
  }

  .hero-img-2 {
    width: auto;
  }

  .columnshero-2 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .columnhero-4 {
    padding-top: 44px;
  }

  .text-block {
    font-size: 20px;
  }

  .boton-1 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .heading-17 {
    margin-top: 0;
    font-size: 28px;
    line-height: 30px;
  }

  .beneficios-grid {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 280px;
  }

  .testimonioscontainer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-18 {
    margin-top: 0;
    font-size: 23px;
    line-height: 30px;
  }

  .testimoniosgrid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .beneficios {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .beneficiosheading {
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 35px;
    line-height: 40px;
  }

  .beneficios-grid-2 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 280px;
  }

  .team-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .popup-toggle-5 {
    text-align: center;
  }

  .heading-19 {
    margin-top: 0;
    font-size: 23px;
    line-height: 30px;
  }

  .boton-simple {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .flex-space {
    flex-direction: column;
  }

  .no-button {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

#w-node-_0d005505-e813-9d3e-3e9e-6f4b902e9f5e-ab5e4f7b {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-_0d005505-e813-9d3e-3e9e-6f4b902e9f61-ab5e4f7b {
  place-self: center;
}

#w-node-_0d005505-e813-9d3e-3e9e-6f4b902e9f63-ab5e4f7b {
  place-self: center end;
}

#w-node-_1765ecbf-78e0-5559-9118-5e7a42f4e265-ab5e4f7b, #w-node-_1765ecbf-78e0-5559-9118-5e7a42f4e26e-ab5e4f7b, #w-node-_1765ecbf-78e0-5559-9118-5e7a42f4e277-ab5e4f7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-_518d7ee1-6dd7-3d84-cd48-92ccbde5682c-ab5e4f7b {
  place-self: center;
}

#w-node-baad3b8c-0c95-1a31-0108-1bd6811063a4-ab5e4f7b {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-baad3b8c-0c95-1a31-0108-1bd6811063aa-ab5e4f7b {
  grid-area: 2 / 1 / 2 / 2;
  place-self: center;
}

#w-node-baad3b8c-0c95-1a31-0108-1bd6811063ec-ab5e4f7b {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-baad3b8c-0c95-1a31-0108-1bd6811063f2-ab5e4f7b {
  grid-area: 2 / 2 / 3 / 3;
  place-self: center;
}

#w-node-baad3b8c-0c95-1a31-0108-1bd681106417-ab5e4f7b {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-baad3b8c-0c95-1a31-0108-1bd68110641d-ab5e4f7b {
  grid-area: 2 / 3 / 3 / 4;
  place-self: center;
}

#w-node-baad3b8c-0c95-1a31-0108-1bd681106459-ab5e4f7b {
  grid-area: 3 / 1 / 4 / 2;
  place-self: center;
}

#w-node-baad3b8c-0c95-1a31-0108-1bd68110645f-ab5e4f7b {
  grid-area: 4 / 1 / 5 / 2;
  place-self: center;
}

#w-node-baad3b8c-0c95-1a31-0108-1bd681106481-ab5e4f7b {
  grid-area: 3 / 2 / 4 / 3;
  place-self: center;
}

#w-node-baad3b8c-0c95-1a31-0108-1bd681106487-ab5e4f7b {
  grid-area: 4 / 2 / 5 / 3;
  place-self: center;
}

#w-node-baad3b8c-0c95-1a31-0108-1bd6811064a0-ab5e4f7b {
  grid-area: 3 / 3 / 4 / 4;
  place-self: center;
}

#w-node-baad3b8c-0c95-1a31-0108-1bd6811064a6-ab5e4f7b {
  grid-area: 4 / 3 / 5 / 4;
  place-self: center;
}

#w-node-_7414d9ae-d0ca-3751-012a-f5319804ba41-ab5e4f7b, #w-node-_7414d9ae-d0ca-3751-012a-f5319804ba48-ab5e4f7b, #w-node-_7414d9ae-d0ca-3751-012a-f5319804ba4d-ab5e4f7b, #w-node-_7414d9ae-d0ca-3751-012a-f5319804ba52-ab5e4f7b, #w-node-_7414d9ae-d0ca-3751-012a-f5319804ba57-ab5e4f7b, #w-node-_7414d9ae-d0ca-3751-012a-f5319804ba5c-ab5e4f7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_1e54e257-47a7-9dfe-536f-6639ac07e71c-ab5e4f7b, #w-node-_42e60662-52e3-175b-674c-b483f27d1ce3-ab5e4f7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_42e60662-52e3-175b-674c-b483f27d1ce5-ab5e4f7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end start;
}

#w-node-_42e60662-52e3-175b-674c-b483f27d1cfc-ab5e4f7b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_42e60662-52e3-175b-674c-b483f27d1cfd-ab5e4f7b, #w-node-_42e60662-52e3-175b-674c-b483f27d1cff-ab5e4f7b, #w-node-_42e60662-52e3-175b-674c-b483f27d1d00-ab5e4f7b, #w-node-_42e60662-52e3-175b-674c-b483f27d1d01-ab5e4f7b, #w-node-_42e60662-52e3-175b-674c-b483f27d1d02-ab5e4f7b, #w-node-_42e60662-52e3-175b-674c-b483f27d1d03-ab5e4f7b, #w-node-_42e60662-52e3-175b-674c-b483f27d1d08-ab5e4f7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2ed33251-4aa1-9dd5-b45b-843ad467b396-ab5e4f7c {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_2ed33251-4aa1-9dd5-b45b-843ad467b39c-ab5e4f7c {
  grid-area: 2 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_401375cb-7af2-7d8e-b043-f6f6112b01d4-ab5e4f7c {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-b256b772-8764-656e-bf7a-cc030c3c4627-ab5e4f7c {
  grid-area: 2 / 2 / 3 / 3;
  place-self: center;
}

#w-node-_87649e38-2b79-6064-6b5b-48d881339854-ab5e4f7c {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-_39d2d34a-5d31-5347-413a-e63f5b1cb83a-ab5e4f7c {
  grid-area: 2 / 3 / 3 / 4;
  place-self: center;
}

#w-node-_6e99440a-1624-ab55-0945-1c712e48e2ab-ab5e4f7c {
  grid-area: 3 / 1 / 4 / 2;
  place-self: center;
}

#w-node-_74d5c428-8b44-f013-5dc3-f5dbea115ff3-ab5e4f7c {
  grid-area: 4 / 1 / 5 / 2;
  place-self: center;
}

#w-node-_10f1a72c-692b-949d-3f09-7b24779ba5e0-ab5e4f7c {
  grid-area: 3 / 2 / 4 / 3;
  place-self: center;
}

#w-node-c3a0ed2f-18a1-3305-719a-2a82300a820d-ab5e4f7c {
  grid-area: 4 / 2 / 5 / 3;
  place-self: center;
}

#w-node-b9c91d7e-bbdb-4576-9589-53f11dc74e0d-ab5e4f7c {
  grid-area: 3 / 3 / 4 / 4;
  place-self: center;
}

#w-node-d8fa3119-9891-1344-51cc-29b265265dc7-ab5e4f7c {
  grid-area: 4 / 3 / 5 / 4;
  place-self: center;
}

#w-node-_47a22c83-e201-f0b7-43c1-3f3f037b67d3-ab5e4f7c {
  grid-area: 5 / 2 / 6 / 3;
  place-self: center;
}

#w-node-f495d677-c4d9-c341-27d6-8404d2dbf12c-ab5e4f7c {
  grid-area: 6 / 2 / 7 / 3;
  place-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_1765ecbf-78e0-5559-9118-5e7a42f4e277-ab5e4f7b {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_518d7ee1-6dd7-3d84-cd48-92ccbde56811-ab5e4f7b {
    place-self: center;
  }

  #w-node-_518d7ee1-6dd7-3d84-cd48-92ccbde5682c-ab5e4f7b {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1765ecbf-78e0-5559-9118-5e7a42f4e277-ab5e4f7b {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_518d7ee1-6dd7-3d84-cd48-92ccbde5682c-ab5e4f7b {
    align-self: center;
  }

  #w-node-_1e54e257-47a7-9dfe-536f-6639ac07e71c-ab5e4f7b, #w-node-_1e54e257-47a7-9dfe-536f-6639ac07e71e-ab5e4f7b {
    place-self: center;
  }

  #w-node-_42e60662-52e3-175b-674c-b483f27d1cfc-ab5e4f7b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0d005505-e813-9d3e-3e9e-6f4b902e9f5e-ab5e4f7b {
    justify-self: center;
  }

  #w-node-_1765ecbf-78e0-5559-9118-5e7a42f4e265-ab5e4f7b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1765ecbf-78e0-5559-9118-5e7a42f4e277-ab5e4f7b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-baad3b8c-0c95-1a31-0108-1bd6811063a4-ab5e4f7b, #w-node-baad3b8c-0c95-1a31-0108-1bd6811063aa-ab5e4f7b, #w-node-baad3b8c-0c95-1a31-0108-1bd6811063ec-ab5e4f7b, #w-node-baad3b8c-0c95-1a31-0108-1bd6811063f2-ab5e4f7b, #w-node-baad3b8c-0c95-1a31-0108-1bd681106417-ab5e4f7b, #w-node-baad3b8c-0c95-1a31-0108-1bd68110641d-ab5e4f7b, #w-node-baad3b8c-0c95-1a31-0108-1bd681106459-ab5e4f7b, #w-node-baad3b8c-0c95-1a31-0108-1bd68110645f-ab5e4f7b, #w-node-baad3b8c-0c95-1a31-0108-1bd681106481-ab5e4f7b, #w-node-baad3b8c-0c95-1a31-0108-1bd681106487-ab5e4f7b, #w-node-baad3b8c-0c95-1a31-0108-1bd6811064a0-ab5e4f7b, #w-node-baad3b8c-0c95-1a31-0108-1bd6811064a6-ab5e4f7b, #w-node-_7414d9ae-d0ca-3751-012a-f5319804ba41-ab5e4f7b, #w-node-_7414d9ae-d0ca-3751-012a-f5319804ba48-ab5e4f7b, #w-node-_7414d9ae-d0ca-3751-012a-f5319804ba4d-ab5e4f7b, #w-node-_7414d9ae-d0ca-3751-012a-f5319804ba52-ab5e4f7b, #w-node-_7414d9ae-d0ca-3751-012a-f5319804ba57-ab5e4f7b, #w-node-_7414d9ae-d0ca-3751-012a-f5319804ba5c-ab5e4f7b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_42e60662-52e3-175b-674c-b483f27d1ce5-ab5e4f7b {
    justify-self: center;
  }

  #w-node-_42e60662-52e3-175b-674c-b483f27d1cfc-ab5e4f7b {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_42e60662-52e3-175b-674c-b483f27d1cff-ab5e4f7b {
    place-self: auto;
  }

  #w-node-_2ed33251-4aa1-9dd5-b45b-843ad467b396-ab5e4f7c, #w-node-_2ed33251-4aa1-9dd5-b45b-843ad467b39c-ab5e4f7c, #w-node-_401375cb-7af2-7d8e-b043-f6f6112b01d4-ab5e4f7c, #w-node-b256b772-8764-656e-bf7a-cc030c3c4627-ab5e4f7c, #w-node-_87649e38-2b79-6064-6b5b-48d881339854-ab5e4f7c, #w-node-_39d2d34a-5d31-5347-413a-e63f5b1cb83a-ab5e4f7c, #w-node-_6e99440a-1624-ab55-0945-1c712e48e2ab-ab5e4f7c, #w-node-_74d5c428-8b44-f013-5dc3-f5dbea115ff3-ab5e4f7c, #w-node-_10f1a72c-692b-949d-3f09-7b24779ba5e0-ab5e4f7c, #w-node-c3a0ed2f-18a1-3305-719a-2a82300a820d-ab5e4f7c, #w-node-b9c91d7e-bbdb-4576-9589-53f11dc74e0d-ab5e4f7c, #w-node-d8fa3119-9891-1344-51cc-29b265265dc7-ab5e4f7c, #w-node-_47a22c83-e201-f0b7-43c1-3f3f037b67d3-ab5e4f7c, #w-node-f495d677-c4d9-c341-27d6-8404d2dbf12c-ab5e4f7c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


