:root {
  --deg-turquoise: #2fd5d2;
  --deg-purple-i: #7730ee;
  --h1-text-purple-i: #7730ee;
  --btn-color-green: #00da67;
  --text-mustard\<deleted\|variable-6eee9734-e083-4334-f970-04e73d4f5b66\>: #ebde4d;
  --text-dark-gary: #434343;
  --usd-text: #2fd1cd;
  --white: white;
}

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

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

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

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

body {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.navbar {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 20px 80px;
  display: grid;
}

.navbar.gradient {
  background-image: linear-gradient(262deg, var(--deg-turquoise) 2%, #07f6eb 35%, var(--deg-purple-i) 93%);
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
}

.logocentral {
  max-width: 340px;
}

.logomiddle {
  max-width: 90%;
}

.text-block-hero {
  color: #494949;
  text-align: center;
  width: auto;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 31px;
}

.text-block-hero.sn {
  margin-top: 40px;
  margin-bottom: 0;
}

.text-block-hero.sn2 {
  margin-top: 0;
}

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

.heading {
  color: var(--h1-text-purple-i);
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  line-height: 50px;
}

.heading.purple {
  color: var(--h1-text-purple-i);
  text-align: left;
  text-transform: none;
  margin-top: 100px;
  margin-bottom: 40px;
  font-size: 36px;
  line-height: 47px;
}

.columnhero {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.boton-2 {
  background-color: var(--btn-color-green);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 10px;
  margin-top: 20px;
  padding: 15px 26px;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

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

.columnshero {
  padding: 100px 60px 105px;
}

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

.footersocial {
  text-align: center;
}

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

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

.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(--deg-turquoise);
  -webkit-text-stroke-color: transparent;
  font-weight: 700;
}

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

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

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

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

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

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

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

.footer {
  flex-flow: column;
  align-items: stretch;
  padding-top: 85px;
  padding-bottom: 100px;
  display: flex;
}

.footer.gradient {
  background-image: linear-gradient(180deg, var(--deg-turquoise) 17%, var(--deg-purple-i) 70%);
}

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

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

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

.horariosbox {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: relative;
}

.team {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 70px;
  padding: 40px;
  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-toggle {
  cursor: pointer;
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

.popup-wrapper._1, .popup-wrapper._2, .popup-wrapper._3, .popup-wrapper._4, .popup-wrapper._5, .popup-wrapper._6, .popup-wrapper._7, .popup-wrapper._8, .popup-wrapper._10, .popup-wrapper._11, .popup-wrapper._12, .popup-wrapper._13, .popup-wrapper._9, .popup-wrapper._14, .popup-wrapper._15, .popup-wrapper._16, .popup-wrapper._17, .popup-wrapper.a, .popup-wrapper.b, .popup-wrapper.c, .popup-wrapper.adcontainer, .popup-wrapper.d, .popup-wrapper.e {
  display: none;
}

.grid-expertos {
  flex-flow: wrap;
  grid-template-rows: auto 20px;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  margin-bottom: 80px;
  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;
}

.banner {
  background-color: #8c1ead;
  background-image: linear-gradient(175deg, var(--deg-turquoise) 25%, var(--deg-purple-i) 87%);
  color: #fff;
  padding-top: 5.4rem;
  padding-bottom: 5.4rem;
}

.banner-container {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.text-banner-price {
  text-align: center;
  width: 800px;
  padding-top: 9px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 31px;
}

.text-banner-price.text1 {
  width: 850px;
  margin-bottom: 80px;
  font-size: 29px;
  font-weight: 500;
  line-height: 35px;
}

.text-banner-price.text2 {
  color: var(--h1-text-purple-i);
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 29px;
  font-weight: 500;
  line-height: 35px;
}

.text-banner-price.text3 {
  text-align: left;
  width: 800px;
  font-size: 20px;
  font-weight: 500;
  line-height: 35px;
}

.text-banner-price.text4 {
  color: var(--h1-text-purple-i);
  text-align: left;
}

.heading-team {
  color: var(--h1-text-purple-i);
  text-align: center;
  max-width: 700px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 32px;
  line-height: 39px;
}

.heading-team.capitzalice {
  text-transform: uppercase;
}

.temario-left {
  background-color: var(--text-mustard\<deleted\|variable-6eee9734-e083-4334-f970-04e73d4f5b66\>);
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-left: 1.3rem;
  padding-right: 1.3rem;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 29px;
  display: flex;
}

.temario-right {
  color: #434343;
  text-align: left;
  background-color: #f5f4f4;
  padding: 2.2rem 1.3rem;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 37px;
}

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

.temario-left-2 {
  color: #fff;
  text-align: center;
  background-color: #247f75;
  justify-content: center;
  align-items: center;
  padding-left: 1.3rem;
  padding-right: 1.3rem;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 29px;
  display: flex;
}

.gradient {
  background-image: linear-gradient(270deg, #c93939, #8c2828 38%, #510205);
}

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

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

.textboxsub {
  text-align: center;
}

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

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

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

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

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

.container {
  max-width: 1020px;
}

.live-chat-avatar-wrapper---brix {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  overflow: hidden;
  box-shadow: 0 4px 14px #170f491a;
}

.live-chat-bubble-subtext---brix {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
}

.live-chat-bubble-subtext---brix.whatsapp {
  color: #7f8d8a;
}

.live-chat-content---brix {
  align-items: flex-end;
  display: flex;
}

.live-chat-close-icon---brix {
  z-index: -1;
  position: absolute;
}

.live-chat-bubble-title---brix {
  color: #170f49;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
}

.live-chat-bubble-title---brix.whatsapp {
  color: #142b26;
}

.live-chat-wrapper---brix {
  z-index: 2;
  flex-direction: column;
  align-items: flex-end;
  max-width: 380px;
  display: flex;
  position: fixed;
  bottom: 48px;
  right: 32px;
}

.live-chat-wrapper---brix.preview-page {
  position: fixed;
}

.live-chat-button---brix {
  color: #fff;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 6px 18px #0e0d6a24;
}

.live-chat-button---brix:hover {
  background-color: #170f49;
  transform: scale3d(.94, .94, 1.01);
}

.live-chat-button---brix.whatsapp {
  background-color: #25d366;
  box-shadow: 0 6px 18px #112d2d24;
}

.live-chat-message-bubble---brix {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 36px 36px 36px 3px;
  margin-bottom: 14px;
  padding: 38px 38px 34px;
  box-shadow: 0 4px 16px #170f4912;
}

.live-chat-message-bubble---brix.whatsapp {
  box-shadow: 0 4px 16px #14282b14;
}

.live-chat-bubbble---brix {
  z-index: 1;
  cursor: pointer;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: 14px;
  transition: transform .3s;
  display: flex;
  box-shadow: 0 4px 8px #4a3aff14;
}

.live-chat-bubbble---brix:hover {
  transform: scale3d(.92, .92, 1.01);
}

.live-chat-bubbble---brix.whatsapp {
  background-color: #075e54;
  box-shadow: 0 4px 8px #128c6033;
}

.live-chat-content-right---brix {
  margin-right: 18px;
}

.juntos {
  height: auto;
  max-height: 853px;
}

.boton-1 {
  background-color: var(--btn-color-green);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 10px;
  margin-top: 0;
  padding: 15px 26px;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.boton-4 {
  color: var(--deg-turquoise);
  background-color: #fff;
  border-radius: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.rich-text-block {
  color: var(--deg-purple-i);
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 25px;
  line-height: 20px;
}

.bold-text {
  color: var(--deg-purple-i);
  line-height: 32px;
}

.bold-text-2 {
  line-height: 32px;
}

.bold-text-3 {
  color: var(--text-dark-gary);
  font-size: 34px;
}

.text-block-juntos {
  color: #494949;
  text-align: center;
  width: auto;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 31px;
}

.text-block-juntos.sn {
  margin-bottom: 0;
}

.text-block-juntos.space {
  text-align: center;
  width: 310px;
  margin-top: 20px;
}

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

.text-container-aprender {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.text-block-aprender {
  color: #494949;
  text-align: center;
  width: auto;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 31px;
}

.text-block-aprender.purple {
  color: var(--h1-text-purple-i);
}

.rich-text-block-aprender {
  color: var(--deg-purple-i);
  margin-top: 10px;
  margin-bottom: 40px;
  padding-left: 100px;
  padding-right: 100px;
  font-size: 25px;
  line-height: 20px;
}

.experiencia {
  background-color: #fff;
  padding: 70px 2rem;
}

.image-exp {
  max-width: 80%;
}

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

.list-exp {
  margin-bottom: 0;
  padding-left: 20px;
}

.paragraph-exp {
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}

.text-block-experiencia {
  text-align: center;
  width: 850px;
  margin-bottom: 60px;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 35px;
}

.list-item, .list-item-2 {
  padding-bottom: 40px;
}

.heading-9 {
  color: var(--h1-text-purple-i);
}

.rectangulo2 {
  border: 5px solid var(--usd-text);
  background-color: #31313140;
  border-radius: 13px;
  max-width: 480px;
  padding: 37px 32px;
  line-height: 22px;
  position: relative;
}

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

.terminostxt {
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
}

.textoinscribirte3 {
  color: var(--usd-text);
  flex-direction: row;
  padding-left: 10px;
  font-size: 50px;
  font-weight: 700;
  line-height: 30px;
  display: inline-block;
}

.add-circle {
  background-image: linear-gradient(#fd1f1f, #ffa80f);
  border-radius: 99999px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 227px;
  height: 227px;
  display: flex;
  position: absolute;
  inset: auto auto -79px -168px;
}

.minicards {
  padding-right: 26px;
}

.text-block-6 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 23px;
  font-weight: 600;
}

.box-2 {
  text-align: center;
}

.addbanner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/1473x1110.png');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 3.7rem;
  padding-bottom: 3.7rem;
  display: grid;
}

.text-block-gray-box {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 500;
}

.textoinscribirte-2 {
  color: var(--white);
  text-align: center;
  margin-bottom: 13px;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}

.textoinscribirte2 {
  color: var(--usd-text);
  text-align: center;
  flex-direction: row;
  font-size: 50px;
  font-weight: 700;
  line-height: 36px;
  text-decoration: none;
  display: inline-block;
}

.textoinscribirte2.textotachado {
  color: var(--white);
  font-weight: 500;
  text-decoration: line-through;
}

.textbox {
  margin-bottom: 26px;
}

.textbox.hidden {
  display: none;
}

.adcontainer {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.expert-name-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  border: 3px solid #2d507800;
  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: 0;
  padding: 10px 13px;
  display: flex;
}

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

.container-4 {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.expert-face-img {
  max-width: 80%;
}

.expert {
  grid-column-gap: 0px;
  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-bottom: 0;
  display: flex;
}

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

.popup-heading2 {
  margin-top: 20px;
  font-weight: 700;
}

.experts-heading {
  text-align: center;
  max-width: 710px;
  margin: 60px auto 80px;
}

.expert-item {
  align-self: flex-start;
  margin-bottom: 20px;
}

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

.popup-heading-2 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
}

.popup-heading-2.primary-color {
  color: var(--h1-text-purple-i);
}

.popup-toggle-text-2 {
  color: var(--usd-text);
  font-size: 20px;
  font-style: italic;
  line-height: 1;
  display: block;
}

.expert-name {
  color: var(--h1-text-purple-i);
  text-align: center;
  align-self: flex-start;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

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

.expert-face {
  width: 230px;
}

.popup-bold {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  display: block;
}

.aprender-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.aprender-column-1 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 4.4rem 2.6rem 4.4rem 4.1rem;
  font-size: 22px;
  line-height: 1.2;
  display: flex;
}

.aprender-column-1.gradient {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: linear-gradient(180deg, var(--deg-turquoise) 43%, var(--deg-purple-i) 82%);
}

.align-center-2 {
  text-align: center;
  width: 100%;
}

.aprender-column-2 {
  background-image: url('../images/young-smiling-female-worker-sitting-at-work-desk-w-2025-02-11-16-17-28-utc.jpg');
  background-position: 50%;
  background-size: cover;
}

.cambios, .bono {
  color: #fff;
  background-color: #0000;
  padding-top: 5.4rem;
  padding-bottom: 5.4rem;
}

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

.text-block-mid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--text-dark-gary);
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.image-4 {
  max-width: 80%;
}

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

.rich-text-block-add {
  color: var(--deg-purple-i);
  text-align: center;
  width: auto;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 25px;
  line-height: 28px;
}

.text-add {
  color: var(--white);
}

.section-info-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4rem;
  display: grid;
}

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

.text-banner-expertos {
  text-align: center;
  width: 950px;
  padding-top: 9px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 31px;
}

.boton-exp-info {
  background-color: var(--btn-color-green);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 10px;
  margin-top: 0;
  padding: 15px 26px;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.boton-price {
  background-color: var(--btn-color-green);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 10px;
  margin-top: 40px;
  padding: 15px 26px;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.text-banner-final {
  text-align: center;
  width: 800px;
  padding-top: 9px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 31px;
}

.text-banner-final.text2 {
  color: var(--h1-text-purple-i);
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 29px;
  font-weight: 500;
  line-height: 35px;
}

.text-banner-final.text3 {
  text-align: left;
  width: 800px;
  font-size: 20px;
  font-weight: 500;
  line-height: 35px;
}

.text-banner-final.text3.middle {
  text-align: center;
  line-height: 28px;
}

.text-banner-final.upcs {
  text-transform: uppercase;
  margin-bottom: 0;
}

.boton-final {
  background-color: var(--btn-color-green);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 15px 26px;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.paragraph-22 {
  line-height: 28px;
}

.heading-revolucion {
  color: #fff;
  text-align: center;
  align-self: center;
  font-family: Montserrat, sans-serif;
  font-size: 29px;
  line-height: 29px;
}

.image-6 {
  align-self: center;
  max-width: 80%;
}

.heading-team-copy {
  color: var(--h1-text-purple-i);
  text-align: center;
  max-width: 700px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 32px;
  line-height: 39px;
}

.heading-team-copy.capitzalice {
  text-transform: uppercase;
}

.expert-data {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  border: 3px solid #2d507800;
  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: 150px;
  margin-top: 0;
  padding: 10px 13px;
  display: flex;
}

.expert-dta-text {
  color: var(--text-dark-gary);
  text-align: center;
  align-self: flex-start;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

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

  .logomiddle {
    width: 296px;
  }

  .text-block-hero {
    font-size: 22px;
  }

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

  .heading {
    font-size: 35px;
  }

  .heading.purple {
    font-size: 30px;
    line-height: 42px;
  }

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

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

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

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

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

  .banner {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .banner-container {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 60px;
    padding-right: 60px;
  }

  .text-banner-price {
    width: auto;
    padding-top: 10px;
    font-size: 20px;
  }

  .text-banner-price.text1 {
    width: 720px;
    font-size: 25px;
  }

  .text-banner-price.text2 {
    font-size: 25px;
  }

  .text-banner-price.text3 {
    width: 720px;
  }

  .aprender {
    padding-top: 0;
  }

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

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

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

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

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

  .text-block-juntos {
    font-size: 22px;
  }

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

  .text-block-aprender {
    font-size: 22px;
  }

  .experiencia {
    padding-top: 0;
  }

  .text-block-experiencia {
    width: auto;
    margin-top: 70px;
    font-size: 24px;
  }

  .rectangulo2 {
    background-color: #31313140;
  }

  .add-circle {
    width: 200px;
    height: 200px;
    left: -142px;
  }

  .addbanner {
    background-image: url('../images/1473x1110.png');
    background-position: 50%;
    background-size: cover;
    grid-template-columns: 1fr;
  }

  .container-4 {
    margin-left: auto;
    margin-right: auto;
  }

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

  .aprender-column-2 {
    height: 425px;
  }

  .text-block-mid {
    margin-bottom: 0;
    margin-left: auto;
  }

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

  .section-info-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .container-5 {
    margin-left: auto;
    margin-right: auto;
  }

  .text-banner-expertos {
    width: auto;
    padding-top: 10px;
    font-size: 20px;
  }

  .boton-exp-info, .boton-price {
    font-size: 22px;
  }

  .text-banner-final {
    width: auto;
    padding-top: 10px;
    font-size: 20px;
  }

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

  .expert-data {
    height: 145px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding-left: 21px;
    padding-right: 21px;
  }

  .logomiddle {
    max-width: 100%;
  }

  .hero {
    background-position: 0%;
  }

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

  .columnhero {
    flex-flow: column;
    padding-left: 40px;
  }

  .columnhero-2 {
    display: none;
  }

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

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

  .horariosbox {
    text-align: center;
  }

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

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

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

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

  .banner-container {
    align-items: center;
  }

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

  .text-banner-price.text1 {
    width: 500px;
    margin-bottom: 40px;
  }

  .text-banner-price.text2, .text-banner-price.text3 {
    width: 500px;
  }

  ._2-columns {
    grid-auto-flow: row;
  }

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

  .live-chat-wrapper---brix {
    bottom: 24px;
    right: 24px;
  }

  .juntos {
    background-position: 0%;
  }

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

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

  .text-block-juntos.space {
    font-size: 17px;
  }

  .text-container-aprender {
    align-items: center;
  }

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

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

  .add-circle {
    width: 150px;
    height: 150px;
    left: -45px;
  }

  .text-block-6 {
    font-size: 16px;
    line-height: 18px;
  }

  .addbanner {
    background-position: 100%;
  }

  .textoinscribirte-2 {
    font-size: 26px;
    line-height: 30px;
  }

  .textoinscribirte2.textotachado {
    font-size: 50px;
  }

  .popup-heading2.primary-color {
    line-height: 42px;
  }

  .cambios, .bono, .summit {
    padding-left: 2.3rem;
    padding-right: 2.3rem;
  }

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

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

  .text-banner-expertos, .text-banner-final {
    text-align: center;
  }

  .expert-data {
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    grid-template-columns: .5fr 1fr;
  }

  .logocentral {
    display: none;
  }

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

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

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

  .heading.purple {
    padding-bottom: 0;
    font-size: 25px;
    line-height: 35px;
  }

  .columnhero {
    padding-top: 44px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .boton-2 {
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 20px;
  }

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

  .columnshero {
    padding: 0;
  }

  .footersocial {
    max-width: 100%;
  }

  .socialmedia {
    padding-right: 0;
  }

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

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

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

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

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

  .footerinfo-imgs {
    margin-left: 0;
  }

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

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

  .whiteline {
    margin-top: 80px;
  }

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

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

  .grid-expertos {
    flex-flow: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 40px;
  }

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

  .banner-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .banner-container.final {
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-banner-price {
    width: auto;
    line-height: 25px;
  }

  .text-banner-price.text1, .text-banner-price.text2, .text-banner-price.text3 {
    align-self: flex-start;
    width: 250px;
  }

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

  .heading-team.capitzalice {
    font-size: 25px;
    line-height: 35px;
  }

  ._2-columns {
    grid-auto-flow: row;
  }

  .paragraph {
    font-size: 20px;
  }

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

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

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

  .container {
    margin-top: 40px;
  }

  .live-chat-avatar-wrapper---brix {
    display: none;
  }

  .live-chat-wrapper---brix {
    max-width: 100%;
    left: 24px;
  }

  .live-chat-button---brix {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .live-chat-message-bubble---brix {
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
    border-bottom-right-radius: 28px;
    padding: 34px 24px 30px;
  }

  .live-chat-bubbble---brix {
    width: 56px;
    height: 56px;
  }

  .live-chat-content-right---brix {
    margin-right: 0;
  }

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

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

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

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

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

  .text-container-aprender {
    flex-direction: column;
    margin-top: 20px;
  }

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

  .rich-text-block-aprender {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

  .paragraph-exp {
    font-size: 20px;
  }

  .text-block-experiencia {
    width: auto;
  }

  .heading-9 {
    font-size: 25px;
  }

  .terminostxt {
    font-size: 14px;
  }

  .textoinscribirte3 {
    font-size: 35px;
  }

  .add-circle {
    width: 100px;
    height: 100px;
    display: none;
    bottom: -49px;
  }

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

  .text-block-6 {
    font-size: 12px;
    line-height: 14px;
  }

  .addbanner {
    background-image: url('../images/1473x1110.png');
    background-size: cover;
  }

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

  .textoinscribirte2, .textoinscribirte2.textotachado {
    font-size: 35px;
  }

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

  .expert-name {
    font-size: 22px;
  }

  .aprender-column-2 {
    display: none;
  }

  .cambios, .bono, .summit {
    flex-direction: row;
    padding-top: 3.9rem;
    padding-bottom: 3.9rem;
  }

  .text-block-mid {
    flex-direction: column;
  }

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

  .bold-text-4, .bold-text-5, .bold-text-6 {
    font-size: 17px;
  }

  .bold-text-7 {
    font-size: 22px;
  }

  .text-banner-expertos {
    width: auto;
    line-height: 25px;
  }

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

  .boton-price {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 20px;
  }

  .text-banner-final {
    width: auto;
    line-height: 25px;
  }

  .text-banner-final.text3.middle {
    width: 250px;
  }

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

  .heading-revolucion {
    text-align: left;
    margin-top: 0;
    font-size: 25px;
    line-height: 30px;
  }

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

  .heading-team-copy.capitzalice {
    font-size: 25px;
    line-height: 35px;
  }

  .expert-dta-text {
    font-size: 22px;
  }
}

#w-node-a082dade-798a-fc6b-83d4-0283561aea1b-feded9b6 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-a082dade-798a-fc6b-83d4-0283561aea1e-feded9b6 {
  place-self: center;
}

#w-node-a082dade-798a-fc6b-83d4-0283561aea20-feded9b6 {
  justify-self: end;
}

#w-node-f9d89e9d-6dee-9672-241a-77d7619f3301-feded9b6 {
  place-self: center;
}

#w-node-_0339527e-dd99-cc82-c713-999a4a273191-feded9b6 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_0339527e-dd99-cc82-c713-999a4a273197-feded9b6 {
  grid-area: 2 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_0339527e-dd99-cc82-c713-999a4a2731da-feded9b6 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_0339527e-dd99-cc82-c713-999a4a2731e0-feded9b6 {
  grid-area: 2 / 2 / 3 / 3;
  place-self: center;
}

#w-node-_71f7f9d8-a93d-fbbf-584c-5d1b6191e737-feded9b6 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_71f7f9d8-a93d-fbbf-584c-5d1b6191e73d-feded9b6 {
  grid-area: 2 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-b531dcd4-c2f8-aaaa-bf21-3ec78278be5f-feded9b6 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-b531dcd4-c2f8-aaaa-bf21-3ec78278be65-feded9b6 {
  grid-area: 2 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_2e64e5d7-1d19-4173-be0d-97942eed543a-feded9b6 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_2e64e5d7-1d19-4173-be0d-97942eed5440-feded9b6 {
  grid-area: 2 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_76af385e-5ff3-d4a6-0949-6d81f6cf8a57-feded9b6 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_76af385e-5ff3-d4a6-0949-6d81f6cf8a5d-feded9b6 {
  grid-area: 2 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_9d89e4c6-f50a-1ce6-23bb-37de33eda4c6-feded9b6 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_9d89e4c6-f50a-1ce6-23bb-37de33eda4cc-feded9b6 {
  grid-area: 2 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_20e1addd-f4ac-cc2f-f507-ffa07f52c9e2-feded9b6 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_20e1addd-f4ac-cc2f-f507-ffa07f52c9e8-feded9b6 {
  grid-area: 2 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_77decfaf-4f22-b29f-f7fb-3fa5e3aebefa-feded9b6 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_77decfaf-4f22-b29f-f7fb-3fa5e3aebf00-feded9b6 {
  grid-area: 2 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-b21248b9-6314-1e30-ffb1-bd5d04945178-feded9b6 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-b21248b9-6314-1e30-ffb1-bd5d0494517e-feded9b6 {
  grid-area: 2 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_0bb20f37-24a6-6876-fda4-19bd05004823-feded9b6 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_0bb20f37-24a6-6876-fda4-19bd05004829-feded9b6 {
  grid-area: 2 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-d09de084-337c-46d2-39e4-af5cb0a03dd3-feded9b6 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-d09de084-337c-46d2-39e4-af5cb0a03dd9-feded9b6 {
  grid-area: 2 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_323b994e-e82f-aea4-416d-318168db6d7e-feded9b6 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_323b994e-e82f-aea4-416d-318168db6d84-feded9b6 {
  grid-area: 2 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_323b994e-e82f-aea4-416d-318168db6dc7-feded9b6 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_323b994e-e82f-aea4-416d-318168db6dcd-feded9b6 {
  grid-area: 2 / 2 / 3 / 3;
  place-self: center;
}

#w-node-_323b994e-e82f-aea4-416d-318168db6dee-feded9b6 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_323b994e-e82f-aea4-416d-318168db6df4-feded9b6 {
  grid-area: 2 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_323b994e-e82f-aea4-416d-318168db6e37-feded9b6 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_323b994e-e82f-aea4-416d-318168db6e3d-feded9b6 {
  grid-area: 2 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_323b994e-e82f-aea4-416d-318168db6e80-feded9b6 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_323b994e-e82f-aea4-416d-318168db6e86-feded9b6 {
  grid-area: 2 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_30943b7c-3b75-352e-ebe1-05641ba330f8-feded9b6 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_30943b7c-3b75-352e-ebe1-05641ba330fe-feded9b6 {
  grid-area: 2 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-ace247c9-c870-96b8-eb10-746284559a32-feded9b6 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-ace247c9-c870-96b8-eb10-746284559a38-feded9b6 {
  grid-area: 2 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-e95a5aff-5900-4d35-1451-c8c30a88eb58-feded9b6 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-e95a5aff-5900-4d35-1451-c8c30a88eb5e-feded9b6 {
  grid-area: 2 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_30eb7972-6197-39c1-7316-8e8ee99c3a01-feded9b6 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_30eb7972-6197-39c1-7316-8e8ee99c3a07-feded9b6 {
  grid-area: 2 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_8e3461a1-a226-5cdd-7c66-ab66195585e9-feded9b6 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_8e3461a1-a226-5cdd-7c66-ab66195585ef-feded9b6 {
  grid-area: 2 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_7964cf19-12fc-9a90-1fd5-38b73f8c1c1a-feded9b6 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c4cb7c0b-1e8e-863a-203d-5710e764eacc-feded9b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-c4cb7c0b-1e8e-863a-203d-5710e764ead4-feded9b6, #w-node-_5eecea19-b4c4-f891-5233-66e80fff6290-feded9b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5eecea19-b4c4-f891-5233-66e80fff6292-feded9b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end start;
}

#w-node-_5eecea19-b4c4-f891-5233-66e80fff62a9-feded9b6 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5eecea19-b4c4-f891-5233-66e80fff62aa-feded9b6, #w-node-_5eecea19-b4c4-f891-5233-66e80fff62ac-feded9b6, #w-node-_5eecea19-b4c4-f891-5233-66e80fff62ad-feded9b6, #w-node-_5eecea19-b4c4-f891-5233-66e80fff62ae-feded9b6, #w-node-_5eecea19-b4c4-f891-5233-66e80fff62af-feded9b6, #w-node-_5eecea19-b4c4-f891-5233-66e80fff62b0-feded9b6, #w-node-_5eecea19-b4c4-f891-5233-66e80fff62b5-feded9b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_0f7ab8d0-0ef4-46ff-ca32-1ae3833693c7-feded9b6, #w-node-_998da3c8-8f0e-3b9a-10fd-cbabafe86c0d-feded9b6 {
    place-self: start center;
  }

  #w-node-f9d89e9d-6dee-9672-241a-77d7619f32ff-feded9b6, #w-node-f9d89e9d-6dee-9672-241a-77d7619f3301-feded9b6 {
    place-self: center;
  }

  #w-node-_7964cf19-12fc-9a90-1fd5-38b73f8c1c1a-feded9b6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f9d89e9d-6dee-9672-241a-77d7619f3301-feded9b6 {
    align-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a082dade-798a-fc6b-83d4-0283561aea1b-feded9b6 {
    justify-self: center;
  }

  #w-node-_0339527e-dd99-cc82-c713-999a4a273191-feded9b6, #w-node-_0339527e-dd99-cc82-c713-999a4a273197-feded9b6, #w-node-_0339527e-dd99-cc82-c713-999a4a2731da-feded9b6, #w-node-_0339527e-dd99-cc82-c713-999a4a2731e0-feded9b6, #w-node-_71f7f9d8-a93d-fbbf-584c-5d1b6191e737-feded9b6, #w-node-_71f7f9d8-a93d-fbbf-584c-5d1b6191e73d-feded9b6, #w-node-b531dcd4-c2f8-aaaa-bf21-3ec78278be5f-feded9b6, #w-node-b531dcd4-c2f8-aaaa-bf21-3ec78278be65-feded9b6, #w-node-_2e64e5d7-1d19-4173-be0d-97942eed543a-feded9b6, #w-node-_2e64e5d7-1d19-4173-be0d-97942eed5440-feded9b6, #w-node-_76af385e-5ff3-d4a6-0949-6d81f6cf8a57-feded9b6, #w-node-_76af385e-5ff3-d4a6-0949-6d81f6cf8a5d-feded9b6, #w-node-_9d89e4c6-f50a-1ce6-23bb-37de33eda4c6-feded9b6, #w-node-_9d89e4c6-f50a-1ce6-23bb-37de33eda4cc-feded9b6, #w-node-_20e1addd-f4ac-cc2f-f507-ffa07f52c9e2-feded9b6, #w-node-_20e1addd-f4ac-cc2f-f507-ffa07f52c9e8-feded9b6, #w-node-_77decfaf-4f22-b29f-f7fb-3fa5e3aebefa-feded9b6, #w-node-_77decfaf-4f22-b29f-f7fb-3fa5e3aebf00-feded9b6, #w-node-b21248b9-6314-1e30-ffb1-bd5d04945178-feded9b6, #w-node-b21248b9-6314-1e30-ffb1-bd5d0494517e-feded9b6, #w-node-_0bb20f37-24a6-6876-fda4-19bd05004823-feded9b6, #w-node-_0bb20f37-24a6-6876-fda4-19bd05004829-feded9b6, #w-node-d09de084-337c-46d2-39e4-af5cb0a03dd3-feded9b6, #w-node-d09de084-337c-46d2-39e4-af5cb0a03dd9-feded9b6, #w-node-_323b994e-e82f-aea4-416d-318168db6d7e-feded9b6, #w-node-_323b994e-e82f-aea4-416d-318168db6d84-feded9b6, #w-node-_323b994e-e82f-aea4-416d-318168db6dc7-feded9b6, #w-node-_323b994e-e82f-aea4-416d-318168db6dcd-feded9b6, #w-node-_323b994e-e82f-aea4-416d-318168db6dee-feded9b6, #w-node-_323b994e-e82f-aea4-416d-318168db6df4-feded9b6, #w-node-_323b994e-e82f-aea4-416d-318168db6e37-feded9b6, #w-node-_323b994e-e82f-aea4-416d-318168db6e3d-feded9b6, #w-node-_323b994e-e82f-aea4-416d-318168db6e80-feded9b6, #w-node-_323b994e-e82f-aea4-416d-318168db6e86-feded9b6, #w-node-_30943b7c-3b75-352e-ebe1-05641ba330f8-feded9b6, #w-node-_30943b7c-3b75-352e-ebe1-05641ba330fe-feded9b6, #w-node-ace247c9-c870-96b8-eb10-746284559a32-feded9b6, #w-node-ace247c9-c870-96b8-eb10-746284559a38-feded9b6, #w-node-e95a5aff-5900-4d35-1451-c8c30a88eb58-feded9b6, #w-node-e95a5aff-5900-4d35-1451-c8c30a88eb5e-feded9b6, #w-node-_30eb7972-6197-39c1-7316-8e8ee99c3a01-feded9b6, #w-node-_30eb7972-6197-39c1-7316-8e8ee99c3a07-feded9b6, #w-node-_8e3461a1-a226-5cdd-7c66-ab66195585e9-feded9b6, #w-node-_8e3461a1-a226-5cdd-7c66-ab66195585ef-feded9b6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5eecea19-b4c4-f891-5233-66e80fff6292-feded9b6 {
    justify-self: center;
  }

  #w-node-_5eecea19-b4c4-f891-5233-66e80fff62a9-feded9b6 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_5eecea19-b4c4-f891-5233-66e80fff62ac-feded9b6 {
    place-self: auto;
  }
}


