@font-face {
  font-family: Circularstd Book;
  src: url('../fonts/CircularStd-Book.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Circularstd;
  src: url('../fonts/CircularStd-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Circularstd;
  src: url('../fonts/CircularStd-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --back_canva: #031323;
  --back2: #153261;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

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

.section {
  background-image: linear-gradient(#153261, #031323);
  height: 100vh;
  min-height: auto;
  max-height: none;
}

.code-embed {
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.container {
  max-width: none;
}

.code-embed-2 {
  z-index: 0;
  background-color: #0000;
  flex: 0 auto;
  justify-content: space-between;
  align-self: auto;
  align-items: stretch;
  width: auto;
  height: auto;
  min-height: auto;
  margin-bottom: 0;
  display: block;
  position: fixed;
  inset: 0%;
}

.section-2 {
  min-height: 4000px;
}

.div-block {
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
  top: auto;
  bottom: 0;
}

.image {
  margin: auto auto 0;
  display: block;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}

.program-card-content-grid-image {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.card-content-phone {
  height: auto;
  position: absolute;
  inset: 0%;
  transform: translate(0, -50%);
}

.program-text-wrapper {
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
  top: 0;
}

.program-text-container {
  z-index: 2;
  height: 200vh;
  position: relative;
}

.program-text {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  margin: auto;
  display: flex;
  position: relative;
}

.card-content-phone-img {
  z-index: 1;
  object-fit: cover;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.program-card-content-percent-image {
  width: 14.2361vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.a {
  font-size: 2.43056vw;
  line-height: 118%;
  display: block;
  position: absolute;
}

.a._1 {
  color: #fff;
  text-align: center;
  align-self: center;
  width: 100%;
  max-width: 61%;
  margin-bottom: 0;
  font-family: Circularstd, Arial, sans-serif;
  font-size: 5.7vw;
  font-weight: 900;
  line-height: 110%;
  display: block;
}

.a._3 {
  display: block;
}

.a._2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 45%;
  display: flex;
}

.program-card-intro-content {
  z-index: 4;
  color: #000000d1;
  text-align: center;
  letter-spacing: -.0575em;
  width: 33.1944vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.77778vw;
  font-size: 3.05556vw;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
}

.program-card-content-percent {
  z-index: 1;
  padding-top: 11.8056vw;
  position: relative;
}

.card-content-screen {
  z-index: 2;
  border-radius: 2.08333vw;
  width: 18.8018vw;
  height: 39.8825vw;
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  transform: translate(-50%, -50%);
}

.intro-card-container {
  background-color: #fff;
  padding-top: 13.8889vw;
}

.program-card-intro-content-colored {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(240deg, #3fd194 17%, #2fa59e 60%);
  -webkit-background-clip: text;
  background-clip: text;
}

.program-card-content-grid {
  z-index: 1;
  width: 100%;
  height: 167.222vw;
  margin: -12.5vw auto -76.6111vw;
  position: relative;
  overflow: hidden;
}

.card-content-phone-sticky {
  z-index: 2;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.card-content-phone-sticky.is-program {
  height: auto;
}

.card {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-text-component {
  background-image: linear-gradient(#fff0, #fff);
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
  margin-bottom: 5px;
  padding: 11.1111vw 10.8333vw 17.3611vw 11.1111vw;
}

.card-background {
  z-index: 0;
  background-image: url('../images/01.jpg'), linear-gradient(#fff, #fff);
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  border-radius: 3rem;
  position: absolute;
  inset: 0%;
  box-shadow: 0 27px 104px #0000001f;
}

.card-background.is-program {
  background-image: linear-gradient(#fff, #fff);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 0;
  height: auto;
  position: absolute;
  inset: 0%;
}

.card-content-video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.spacer_vertial-50vh {
  height: 50vw;
}

.all-in-one_text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(166.14deg, #53aaff 1.38%, #3577bf 38.84%, #000 74%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.9vw;
  font-weight: 500;
  line-height: 6.80556vw;
}

.all-in-one_text.is-program {
  background-image: linear-gradient(124deg, #4fd8ab 10%, #5ea1e7 43%, #8375d0 90%);
}

.card-content {
  position: relative;
  overflow: hidden;
}

.intro-card-container-2 {
  background-color: #0000;
  padding-top: 0;
}

.section_intro {
  margin-bottom: 0;
}

.intro-card-container-3 {
  background-color: #0000;
  padding-top: 0;
}

.section_intro-2 {
  margin-bottom: 5px;
}

.container-2 {
  background-color: #232036;
  width: 100%;
  max-width: none;
  position: static;
  top: auto;
}

.intro-card-container-4 {
  background-color: #0000;
  padding-top: 0;
}

.section_intro-3 {
  margin-bottom: 0;
  overflow: visible;
}

.card-content-2 {
  position: relative;
}

.text-block {
  color: #fff;
  max-width: none;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Poppins, Arial, sans-serif;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 120%;
}

.container-3 {
  max-width: none;
  height: 200vh;
  position: static;
  inset: 0% auto auto;
}

.div-block-2 {
  width: 100%;
  height: 100%;
  position: sticky;
  top: 0;
}

.section-3 {
  height: 200vh;
}

.image-2 {
  flex: 0 auto;
  align-self: flex-start;
  width: 6%;
  max-width: none;
  margin: 0 auto;
  display: block;
}

.text-block-2 {
  color: #fff;
  font-family: Circularstd, Arial, sans-serif;
  font-size: 2.5vw;
  font-weight: 700;
  line-height: 120%;
}

.div-block-71 {
  z-index: -1;
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #e8e8e8e6;
  border-bottom: 1px #9c824f;
  flex: 0 auto;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.clip {
  z-index: 1;
  text-align: left;
  justify-content: center;
  align-items: stretch;
  width: auto;
  max-width: none;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-16 {
  margin-left: auto;
}

.link-block-2 {
  flex-flow: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
  transition: font-variation-settings .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.link-block-2:hover {
  font-style: normal;
}

.flex-block-10 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  min-width: auto;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  right: auto;
}

.container-28 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  margin-top: 150px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.container-27 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  border: 0 #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-around;
  place-items: center;
  max-width: none;
  height: 120px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
  display: flex;
  overflow: clip;
}

.div-block-72 {
  z-index: 0;
  background-color: #0000;
  order: 0;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.div-block-75 {
  background-color: #c0985b;
  width: auto;
  height: .5px;
  margin: 25px 0;
  padding-left: 0;
  display: block;
}

.div-block-73 {
  flex: 0 auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.heading-9 {
  color: #33342d;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 20px;
  font-size: 42px;
  font-style: normal;
  font-weight: 300;
  line-height: 53px;
  transition: font-variation-settings .2s cubic-bezier(.645, .045, .355, 1);
}

.heading-9:hover {
  font-style: normal;
}

.link-block {
  flex: 0 auto;
  margin-left: 0;
  margin-right: auto;
}

.link-block.w--current {
  color: #282a32;
  flex: 0 auto;
  margin-left: 0;
  margin-right: auto;
  text-decoration: none;
  display: block;
}

.text-block-13 {
  color: #c0985b;
  text-align: right;
  margin-top: 15px;
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
}

.hover-text.bottom {
  position: absolute;
  bottom: -100%;
}

.navbar {
  z-index: 1000;
  background-color: #0000;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: fixed;
  top: auto;
  overflow: clip;
}

.image-15 {
  flex: 0 auto;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.nav-menu-2 {
  z-index: 5;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #ffffffe6;
  flex-flow: row;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: fixed;
  inset: 0%;
  overflow: clip;
}

.vavbar_link {
  color: #143b50;
  text-decoration: none;
}

.vavbar_link.w--current {
  border-bottom: 1px solid #8fbb1f;
}

.button-7-copy {
  color: #000;
  text-align: center;
  border: 1px solid #dfdedb;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  padding: .65rem 1.3rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.button-7-copy.is-secondary-copy, .button-7-copy.is-secondary {
  color: #143b50;
  background-color: #0000;
  border: 1px solid #9c824f;
  min-width: auto;
  padding: 4px 20px;
}

.div-block-74 {
  flex-flow: column;
  flex: 0 auto;
  width: 100%;
  max-width: 600px;
  margin: 0% auto;
  display: flex;
  overflow: visible;
}

.text-size-small-copy {
  color: #282a32;
  padding-top: 0;
  font-size: 14px;
}

.flex-block-10-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  min-width: 223px;
  max-width: 223px;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  right: auto;
}

.text-size-small {
  color: #fff;
  padding-top: 0;
  font-family: Circularstd Book, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 110%;
}

.div-block-76 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  position: fixed;
  inset: auto 0% 30px;
}

.section-4 {
  height: auto;
}

.cta_hero {
  color: #143b50;
  border: 0 #90bc1f;
  border-bottom: 1px solid #90bc1f;
  margin-top: 40px;
  text-decoration: none;
}

.cta_hero:hover {
  border-bottom-color: #90bc1f;
}

.txt_cta {
  color: #fff;
  border-bottom: 1px #90bc1f00;
  padding-top: 0;
  font-family: Circularstd Book, Arial, sans-serif;
  font-size: 18px;
  line-height: 110%;
}

.txt_cta:hover {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.main-container {
  width: 100%;
  max-width: 1126px;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.h2-heading-style {
  opacity: .2;
  color: #153261;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Circularstd, Arial, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 110%;
}

.button-wp {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.content-list {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.content-list.text-color-white {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  max-height: 100px;
  display: flex;
}

.main-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  align-items: stretch;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.split-content {
  flex: 1;
  align-self: flex-start;
  max-width: none;
  min-height: 100px;
  margin-top: 200px;
}

.content-wrapper {
  z-index: 2;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: stretch;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.main-section {
  background-color: #000;
  padding-top: 120px;
  padding-bottom: 120px;
}

.main-section.height {
  z-index: 0;
  background-color: #e8e8e8;
  width: auto;
  height: 200vh;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: static;
}

.progress-bar-wp {
  background-color: #15326133;
  border-radius: 8px;
  width: 2px;
  height: 100px;
  position: relative;
  overflow: hidden;
}

.cube-image-3 {
  aspect-ratio: 1;
  opacity: 0;
  object-fit: contain;
  position: absolute;
  inset: 0% auto auto 0%;
}

.cube-image-2 {
  aspect-ratio: 1;
  opacity: 0;
  object-fit: cover;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.cube-image-1 {
  aspect-ratio: 1;
  object-fit: cover;
}

.subtitle-text {
  opacity: .2;
  font-family: Open Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 30px;
}

.content-list-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  display: block;
  position: absolute;
}

.section-wrapper {
  height: 100vh;
  padding: 0 40px;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.progress-bar {
  background-color: #90bc1f;
  border-radius: 8px;
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  right: auto;
}

.book-a-call-link {
  color: #fff;
  background-color: #6445e5;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 180px;
  padding: 1rem 1.5rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
}

.image-wrapper {
  position: relative;
}

.image-wrapper.hide-landscap {
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-top: 0;
  display: flex;
  position: relative;
  top: auto;
  bottom: auto;
}

.section-5 {
  background-color: #e8e8e8;
  height: auto;
  padding: 250px 40px 200px;
  position: relative;
}

.flex-block-11 {
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  width: 107%;
  max-width: 467px;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  position: absolute;
  top: auto;
  bottom: auto;
}

.text-span {
  color: #2773f2;
}

.text-block-14 {
  color: #2773f3;
  max-width: 310px;
  font-family: Circularstd, Arial, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.text-span-2 {
  color: #153261;
}

.text-block-15 {
  color: #153261;
  margin-top: 50px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.text-block-16 {
  color: #3f3f3f;
  margin-top: 30px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}

.split-content-2 {
  flex: 1;
  justify-content: center;
  align-self: auto;
  align-items: center;
  max-width: none;
  height: auto;
  min-height: auto;
  margin-bottom: 0;
  display: flex;
  overflow: hidden;
}

.text-block-14-copy {
  color: #2773f3;
  align-self: stretch;
  max-width: none;
  font-family: Circularstd, Arial, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.text-block-15-copy {
  color: #153261;
  margin-top: 50px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.content-list-copy {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.content-list-copy.text-color-white {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  height: auto;
  max-height: none;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: static;
  top: auto;
  bottom: 0;
  overflow: auto;
}

.text-span-3 {
  color: #153261;
}

.image-18 {
  z-index: -1;
  flex: 0 auto;
  align-self: auto;
  width: 80%;
  min-width: 1270px;
  max-width: none;
  margin: 20px auto;
  position: absolute;
}

.div-block-77 {
  z-index: 1;
  background-image: linear-gradient(#e8e8e800, #e8e8e8);
  width: 100%;
  height: 30%;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0;
}

.text-span-4, .text-span-5 {
  font-weight: 600;
}

.text-span-6 {
  color: #3f3f3f;
  font-size: 16px;
  font-weight: 300;
}

.container-29 {
  max-width: 1440px;
}

.flex-block-12 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: stretch;
}

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

.div-block-79 {
  flex: 1;
  position: relative;
}

.card-subtitle {
  margin-top: 0;
  margin-bottom: 0;
}

._w-cards-list {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: space-between;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: sticky;
  top: 0;
}

.card-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 120%;
}

.c-cards-list {
  margin-top: 0;
  transition: all .2s;
  position: relative;
}

.c-card {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  transition: all .25s;
  position: relative;
}

.c-card._2 {
  flex: 1;
  height: 100%;
  min-height: 370px;
  position: sticky;
  top: 90px;
}

.c-card._5 {
  position: sticky;
  top: 340px;
}

.c-card._1 {
  position: sticky;
  top: 90px;
}

.c-card._3 {
  height: auto;
  position: sticky;
  top: 90px;
}

.c-card._4 {
  position: sticky;
  top: 260px;
}

.c-card-title {
  max-width: 234px;
  margin-bottom: 10px;
}

._w-card1 {
  background-color: #011a30;
  background-image: url('../images/anim_01.svg');
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 10px;
  height: 100%;
  min-height: 370px;
  margin-bottom: 0;
  padding: 50px 50px 50px 40px;
  position: relative;
  box-shadow: 1px 1px 15px #13131324;
}

.card-details {
  margin-bottom: 0;
}

.c-card-content-divider {
  border-bottom: 1px dashed #bbb;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.c-card-details {
  margin-bottom: 20px;
}

.cloneable-area {
  margin-top: 100px;
}

.div-block-80 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  max-width: 650px;
  margin-top: 210px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-17 {
  color: #153261;
  font-family: Poppins, Arial, sans-serif;
  font-size: 20px;
  line-height: 150%;
}

.text-span-7 {
  font-weight: 600;
}

.text-block-18 {
  color: #153261;
  font-family: Poppins, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
}

.section-6 {
  background-color: #e8e8e8;
  height: auto;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: visible;
}

._w-card2 {
  background-color: #153261;
  background-image: url('../images/anim_02.svg');
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 10px;
  height: 100%;
  min-height: 370px;
  margin-bottom: 0;
  padding: 50px 50px 50px 40px;
  position: relative;
  box-shadow: 1px 1px 15px #13131324;
}

._w-card3 {
  background-color: #2773f3;
  background-image: url('../images/anim_03.svg');
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 10px;
  height: 100%;
  min-height: 370px;
  margin-bottom: 0;
  padding: 50px 50px 50px 40px;
  position: relative;
  box-shadow: 1px 1px 15px #13131324;
}

.flex-block-13 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  height: auto;
  position: sticky;
  top: 110px;
}

.image-19 {
  max-width: 45px;
}

.flex-block-14 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.titulo {
  color: #153261;
  text-overflow: clip;
  overflow-wrap: normal;
  max-width: none;
  font-family: Circularstd, Arial, sans-serif;
  font-size: 66px;
  font-weight: 700;
  line-height: 110%;
}

.text-span-8 {
  color: #2773f2;
}

.text-block-20 {
  color: #153261;
  max-width: 426px;
  font-family: Circularstd, Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
}

.text-span-9 {
  color: #2773f3;
}

.div-block-81 {
  margin-top: 13px;
}

.ct_2 {
  width: 100%;
  max-width: 310px;
  display: block;
  position: absolute;
  left: auto;
  right: 40px;
}

.ct_1 {
  width: 100%;
  max-width: 610px;
  display: block;
  position: absolute;
  left: -244px;
  right: 0;
}

.ct_3 {
  width: 100%;
  max-width: 1010px;
  position: absolute;
  left: auto;
  right: auto;
}

.circular {
  flex: none;
  align-self: auto;
  width: 140%;
  max-width: none;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: relative;
  left: auto;
  right: auto;
  overflow: visible;
}

.container-30 {
  object-fit: contain;
  background-color: #e8e8e8;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: auto;
  max-height: 550px;
  padding-top: 20px;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.flex-block-15 {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: auto;
}

.div-block-82 {
  width: auto;
  max-width: 1126px;
  margin: 400px auto 0;
  position: relative;
}

.footer {
  z-index: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  inset: auto;
}

.flex-block-16 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-21 {
  color: #153261;
  text-align: center;
  max-width: 660px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 150%;
}

.div-block-83 {
  max-width: 1126px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

.footer_com {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  min-height: 360px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.text-size-small-copy3 {
  padding-top: 0;
  font-size: .875rem;
}

.text-size-small-copy3.text-style-muted {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-color: #4b4b4b;
  margin-bottom: 0;
  font-family: Poppins, Arial, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 150%;
}

.footer_social {
  grid-column-gap: 1.35rem;
  grid-row-gap: 1.35rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer_social-icon {
  color: #111;
}

.footer_credits {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px #ceccc81c;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  place-items: center stretch;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
  position: static;
  top: auto;
  bottom: auto;
}

.text-size-regular {
  color: #ffffffbf;
  text-transform: uppercase;
  font-size: .9rem;
  line-height: 1.55;
}

.clip-2 {
  z-index: 1;
  text-align: left;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: none;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer_menu {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: center;
  place-items: center;
  display: flex;
}

.footer_brand {
  color: #111;
  text-transform: uppercase;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  min-width: 157px;
  min-height: auto;
  font-size: 7rem;
  line-height: 1;
  text-decoration: none;
  display: block;
}

.footer_link {
  color: #111111bf;
  text-decoration: none;
}

.footer_link.w--current {
  color: #ffffffbf;
}

.padding-horizontal-copy {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-horizontal-copy.padding-medium {
  background-color: #143b50;
  background-image: url('../images/footer_back.svg'), linear-gradient(135deg, #153261, #011a30);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  height: auto;
  min-height: 360px;
  padding: 0 40px 0;
}

.image-20 {
  width: 100%;
  min-width: auto;
  max-width: none;
  height: 100%;
  display: block;
}

.footer_grid {
  grid-column-gap: 3.3rem;
  grid-row-gap: 3.3rem;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer_trigger {
  position: absolute;
  inset: 0%;
  transform: translate(0, -100vh);
}

.text-span-10 {
  text-transform: uppercase;
  text-decoration: underline;
}

.text-block-22 {
  color: #fff;
  font-family: Poppins, Arial, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 150%;
}

.text-span-11 {
  -webkit-text-decoration: underline #fff;
  text-decoration: underline #fff;
}

.gpk {
  color: #fff;
  transition: color .2s;
}

.gpk:hover {
  color: #90bc20;
}

.section-8 {
  min-height: 360px;
  position: static;
  inset: 2px 0% 0%;
  overflow: clip;
}

.preloader {
  z-index: 2147483647;
  background-color: #e8e8e8;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

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

.clip-3 {
  z-index: 1;
  text-align: left;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: none;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.body {
  background-color: #e8e8e8;
  overflow: visible;
}

.section-9 {
  background-image: linear-gradient(180deg, var(--back_canva), var(--back2));
  object-fit: fill;
  height: auto;
  display: block;
  overflow: visible;
}

.div-block-77-copy {
  z-index: 1;
  background-image: linear-gradient(#e8e8e800, #e8e8e8);
  width: 100%;
  height: 20%;
  display: block;
  position: absolute;
  top: 0;
  bottom: auto;
  transform: rotate(180deg);
}

.div-block-84 {
  z-index: 10001;
  position: fixed;
  inset: auto 40px 20px auto;
}

.link-block-7 {
  flex-flow: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
  transition: font-variation-settings .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.link-block-7:hover {
  font-style: normal;
}

.div-block-96 {
  background-color: #c0985b;
  width: auto;
  height: .5px;
  margin: 25px 0;
  padding-left: 0;
  display: block;
}

.nav-menu-3 {
  z-index: 5;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #ffffffe6;
  flex-flow: row;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: fixed;
  inset: 0%;
  overflow: clip;
}

.link-block-8 {
  margin-left: auto;
  margin-right: auto;
}

.clip-4 {
  z-index: 1;
  text-align: left;
  justify-content: center;
  align-items: stretch;
  width: auto;
  max-width: none;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-99 {
  flex-flow: column;
  flex: 0 auto;
  width: 100%;
  max-width: 600px;
  margin: 0% auto;
  display: flex;
  overflow: visible;
}

.image-27 {
  flex: 0 auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container-32 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  margin-top: 150px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.text-size-small-copy-2 {
  color: #282a32;
  padding-top: 0;
  font-size: 14px;
}

.menu-button-2 {
  z-index: 10;
  width: 40px;
  max-width: none;
  height: 40px;
  max-height: none;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.menu-button-2.w--open {
  z-index: 7;
  background-color: #0000;
}

.container-33 {
  background-color: #0000;
  border: 0 #000;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  height: 120px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
  display: flex;
  overflow: clip;
}

.div-block-94 {
  z-index: -1;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #f6f4f1a6;
  border-bottom: .5px solid #c0985b;
  flex: 0 auto;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.div-block-95 {
  z-index: 0;
  background-color: #0000;
  order: 0;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.heading-11 {
  color: #33342d;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 20px;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
  transition: font-variation-settings .2s cubic-bezier(.645, .045, .355, 1);
}

.heading-11:hover {
  font-style: normal;
}

.navbar_movil {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  top: auto;
  overflow: clip;
}

.progress-bar-wp-2 {
  background-color: #15326133;
  border-radius: 8px;
  width: 2px;
  height: 100px;
  display: none;
  position: relative;
}

.progress-bar-2 {
  background-color: #90bc1f;
  border-radius: 8px;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0;
  right: auto;
}

.progress-bar-wp-copy {
  background-color: #15326133;
  border-radius: 8px;
  width: 2px;
  height: 100px;
  display: none;
  position: relative;
  overflow: hidden;
}

.progress-bar-copy {
  background-color: #90bc1f;
  border-radius: 8px;
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  right: auto;
}

.heading-11-copy {
  color: #33342d;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 20px;
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
  transition: font-variation-settings .2s cubic-bezier(.645, .045, .355, 1);
}

.heading-11-copy:hover {
  font-style: normal;
}

.main-section-copy {
  background-color: #000;
  padding-top: 120px;
  padding-bottom: 120px;
}

.main-section-copy.height, .main-section-copy.height-copy {
  z-index: 0;
  background-color: #e8e8e8;
  width: auto;
  height: 200vh;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: static;
}

.text-span-12 {
  color: #3f3f3f;
  font-size: 16px;
  font-weight: 300;
}

.text-span-13 {
  color: #2773f2;
}

.text-span-14, .text-span-15 {
  color: #153261;
}

.text-span-16 {
  color: #3f3f3f;
  font-size: 16px;
  font-weight: 300;
}

.text-span-17 {
  color: #153261;
}

.code-embed-3 {
  max-width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: static;
  bottom: 30px;
  left: 0;
  right: 0;
  overflow: clip;
}

.image-2-copy {
  flex: 0 auto;
  align-self: flex-start;
  width: 6%;
  max-width: none;
  margin: 0 auto;
  display: none;
}

@media screen and (max-width: 991px) {
  .card-content-phone {
    height: 100vh;
    top: 57%;
  }

  .program-text {
    height: 35%;
  }

  .a._1 {
    max-width: 85%;
    font-size: 60px;
  }

  .a._2 {
    max-width: 70%;
  }

  .card-content-screen {
    width: 22.4871vh;
    height: 47.7vh;
  }

  .card-content-phone-sticky {
    border-radius: 3rem;
    overflow: hidden;
  }

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

  .image-2 {
    width: 9%;
  }

  .text-block-2 {
    font-size: 32px;
  }

  .image-17 {
    width: 100%;
    max-width: none;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .container-28 {
    flex-flow: column;
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-27 {
    height: 90px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-73 {
    flex: 0 auto;
    width: 100%;
    height: auto;
    padding-left: 30px;
    padding-right: 30px;
    display: none;
  }

  .link-block.w--current {
    flex: 0 auto;
    width: 20%;
  }

  .navbar {
    display: block;
  }

  .image-15 {
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .button-7-copy.is-secondary {
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 40px;
    font-size: 16px;
  }

  .div-block-74 {
    max-width: none;
  }

  .cta_hero {
    margin-top: 20px;
  }

  .main-container {
    max-width: none;
    padding-left: 30px;
    padding-right: 30px;
  }

  .h2-heading-style {
    font-size: 28px;
  }

  .main-grid {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    justify-content: center;
    align-items: center;
  }

  .split-content {
    align-self: stretch;
  }

  .content-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    height: auto;
  }

  .progress-bar-wp {
    display: block;
  }

  .subtitle-text {
    font-size: 1.2rem;
  }

  .section-wrapper {
    height: 90vh;
    padding: 80px 0;
  }

  .book-a-call-link {
    width: 140px;
  }

  .image-wrapper.hide-landscap {
    display: block;
  }

  .section-5 {
    padding: 180px 30px 100px;
  }

  .flex-block-11 {
    align-self: auto;
    width: 50%;
    max-width: none;
    margin-left: auto;
    margin-right: 40px;
    left: 0;
    right: 0;
  }

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

  .text-block-15 {
    width: auto;
    font-size: 16px;
  }

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

  .split-content-2 {
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-14-copy {
    width: 80%;
    font-size: 28px;
  }

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

  .content-list-copy.text-color-white {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: 0;
    padding-right: 0;
  }

  .image-18 {
    flex: 0 auto;
    width: 128%;
    min-width: 1160px;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: auto;
  }

  .div-block-77 {
    height: 10%;
    margin-left: auto;
    margin-right: auto;
  }

  .container-29 {
    position: relative;
  }

  .flex-block-12 {
    flex-flow: column;
  }

  .card-title {
    font-size: 26px;
  }

  .c-card._2 {
    min-height: auto;
    top: 70px;
  }

  .c-card._1 {
    top: 80px;
  }

  .c-card._3 {
    top: 70px;
  }

  ._w-card1 {
    background-position: 90%;
    background-size: 35%;
    min-height: 320px;
  }

  .div-block-80 {
    max-width: 550px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

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

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

  ._w-card2, ._w-card3 {
    background-position: 90%;
    background-size: 35%;
    min-height: 320px;
  }

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

  .flex-block-14 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: flex-start;
    align-items: center;
  }

  .titulo {
    text-align: center;
    max-width: 470px;
    font-size: 60px;
  }

  .text-block-20 {
    text-align: center;
    max-width: 380px;
    font-size: 24px;
  }

  .ct_1 {
    width: 30%;
    max-width: 490px;
    left: -133px;
  }

  .ct_3 {
    width: auto;
    max-width: none;
    display: block;
  }

  .container-30 {
    padding-top: 20px;
  }

  .text-block-21 {
    max-width: 560px;
    font-size: 18px;
  }

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

  .text-size-regular {
    font-size: .8rem;
  }

  .footer_brand {
    font-size: 5rem;
  }

  .footer_link {
    font-size: 1rem;
  }

  .padding-horizontal-copy {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .link-block-7 {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-96 {
    background-color: #9c824f;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .nav-menu-3 {
    background-color: #ffffffe6;
  }

  .link-block-8 {
    flex: 0 auto;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-99 {
    max-width: none;
  }

  .image-27 {
    margin-right: -20px;
  }

  .container-32 {
    flex-flow: column;
    margin-top: 100px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-size-small-copy-2 {
    font-size: 24px;
    line-height: 100%;
  }

  .menu-button-2 {
    background-image: url('../images/open.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .menu-button-2.w--open {
    background-image: url('../images/close.svg');
  }

  .container-33 {
    justify-content: center;
    height: 90px;
    padding-right: 20px;
    position: static;
  }

  .div-block-94 {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #f5f1ebd9;
    border-bottom-width: 1px;
    border-bottom-color: #9c824f;
    height: 90px;
  }

  .div-block-95 {
    padding-top: 30px;
  }

  .heading-11 {
    color: #282a32;
    margin-left: 0;
    font-weight: 400;
  }

  .navbar_movil {
    z-index: 1000000;
    background-color: #ffffffe6;
    display: none;
  }

  .progress-bar-wp-2, .progress-bar-wp-copy {
    display: none;
  }

  .heading-11-copy {
    color: #282a32;
    margin-left: 0;
    font-weight: 400;
  }

  .code-embed-3 {
    display: none;
  }

  .image-2-copy {
    width: 9%;
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .code-embed-2 {
    display: block;
  }

  .program-card-content-grid-image {
    object-fit: cover;
  }

  .card-content-phone {
    top: 67.6%;
  }

  .program-text-wrapper {
    justify-content: center;
    align-items: center;
    height: 100vh;
    display: flex;
  }

  .program-text-container {
    height: 200vh;
  }

  .program-text {
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    height: 40%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 5.12821vw;
    display: flex;
  }

  .program-card-content-percent-image {
    width: 31.5385vw;
  }

  .a._1 {
    max-width: 90%;
    font-size: 8vw;
  }

  .a._3 {
    font-size: 5.12821vw;
  }

  .a._2 {
    max-width: 90%;
    font-size: 5.12821vw;
  }

  .program-card-intro-content {
    width: 85.7949vw;
    padding-top: 7.89744vw;
    font-size: 7.89744vw;
  }

  .program-card-content-grid {
    height: 200vw;
    margin-top: -20vw;
  }

  .card-content-phone-sticky {
    border-radius: 1.5625rem;
  }

  .card.is-program {
    margin-top: 0;
  }

  .section-text-component {
    padding: 10.2564vw 5.12821vw 30.7692vw 6.15385vw;
  }

  .card-background {
    border-radius: 1.5rem;
  }

  .intro-card-container-4 {
    padding-top: 0;
  }

  .section_intro-3 {
    position: static;
  }

  .text-block {
    font-size: 3vw;
  }

  .image-2 {
    width: 15%;
    display: none;
  }

  .text-block-2 {
    font-size: 5.5vw;
  }

  .container-28 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-27 {
    display: flex;
  }

  .heading-9 {
    font-size: 34px;
    line-height: 38px;
  }

  .text-block-13 {
    font-size: 10px;
    line-height: 18px;
  }

  .navbar {
    display: none;
  }

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

  .h2-heading-style {
    font-size: 26px;
  }

  .content-list.text-color-white {
    justify-content: center;
    align-items: center;
    height: 100%;
    max-height: none;
  }

  .main-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 100%;
  }

  .split-content {
    flex: 0 auto;
    align-self: stretch;
    height: 70px;
    min-height: auto;
    margin-top: 150px;
    padding-top: 0;
    position: relative;
  }

  .content-wrapper {
    z-index: 0;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 60%;
    height: 100%;
    display: flex;
  }

  .progress-bar-wp {
    flex: 0 auto;
    width: 100%;
    height: 2px;
    display: none;
  }

  .subtitle-text {
    font-size: 1rem;
  }

  .content-list-item {
    align-self: center;
  }

  .section-wrapper {
    height: 100vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .progress-bar {
    width: 100%;
    height: 2px;
  }

  .image-wrapper.hide-landscap {
    display: none;
  }

  .section-5 {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .flex-block-11 {
    text-align: center;
    align-self: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-14 {
    max-width: none;
  }

  .split-content-2 {
    justify-content: center;
    align-items: flex-start;
  }

  .text-block-14-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .content-list-copy.text-color-white {
    align-self: stretch;
  }

  .image-18 {
    flex: 0 auto;
    width: 220%;
    min-width: auto;
    max-width: 1330px;
    margin-top: -100px;
    margin-bottom: 0;
    top: auto;
    left: auto;
  }

  .div-block-77 {
    height: 20%;
  }

  ._w-cards-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .card-title {
    font-size: 24px;
  }

  .c-card._2, .c-card._1, .c-card._3 {
    top: 90px;
  }

  .c-card-title {
    max-width: 210px;
  }

  ._w-card1 {
    min-height: 280px;
    padding-right: 40px;
  }

  .cloneable-area {
    margin-top: 60px;
  }

  .div-block-80 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

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

  .titulo {
    font-size: 54px;
  }

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

  .ct_2 {
    max-width: 220px;
    right: 30px;
  }

  .ct_1 {
    left: -62px;
  }

  .ct_3 {
    width: 90%;
  }

  .circular {
    width: 160%;
  }

  .container-30 {
    max-height: 380px;
  }

  .div-block-82 {
    margin-top: 280px;
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .div-block-83 {
    margin-top: 60px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .footer_com {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    padding-top: 0;
  }

  .footer_social {
    justify-content: center;
  }

  .footer_credits {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-columns: 1fr;
    align-self: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .footer_menu {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .footer_brand {
    font-size: 3rem;
  }

  .padding-horizontal-copy {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-horizontal-copy.padding-medium {
    background-position: 0%, 0 0;
    background-size: auto, auto;
  }

  .footer_grid {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: flex-start;
    align-items: center;
    padding-top: 40px;
  }

  .text-block-22 {
    order: 9999;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block-77-copy {
    display: none;
  }

  .div-block-84 {
    right: 30px;
  }

  .div-block-96 {
    background-color: #1532613b;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .link-block-8.w--current {
    flex: 0 auto;
    align-self: center;
    width: auto;
  }

  .div-block-99 {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
  }

  .image-27 {
    display: block;
    overflow: clip;
  }

  .container-32 {
    justify-content: space-between;
    align-items: center;
    height: 100%;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-33 {
    display: flex;
  }

  .div-block-94 {
    background-color: #e8e8e8e6;
    border-bottom-style: none;
    border-bottom-width: 0;
  }

  .heading-11 {
    color: #153261;
    font-family: Circularstd Book, Arial, sans-serif;
    font-size: 30px;
    line-height: 110%;
  }

  .navbar_movil {
    background-color: #0000;
    display: block;
  }

  .progress-bar-wp-2 {
    flex: 0 auto;
    align-self: auto;
    width: 100%;
    height: 2px;
    display: block;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    overflow: hidden;
  }

  .progress-bar-2 {
    width: 100%;
    height: 2px;
    position: absolute;
    inset: auto auto auto 0;
    overflow: visible;
  }

  .progress-bar-wp-copy {
    flex: 0 auto;
    width: 100%;
    height: 2px;
    display: block;
  }

  .progress-bar-copy {
    width: 100%;
    height: 2px;
  }

  .heading-11-copy {
    color: #153261;
    font-family: Circularstd Book, Arial, sans-serif;
    font-size: 22px;
    line-height: 110%;
    position: static;
  }

  .image-28 {
    width: 11%;
    max-width: 100%;
    position: absolute;
    top: auto;
    bottom: 40px;
  }

  .image-2-copy {
    width: 15%;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .code-embed-2 {
    z-index: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: fixed;
    overflow: visible;
  }

  .program-text {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    height: 50%;
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .a._1 {
    font-size: 11vw;
  }

  .a._2 {
    max-width: none;
  }

  .section_intro-3 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block {
    font-size: 4vw;
  }

  .image-2 {
    width: 17%;
    display: none;
    position: relative;
  }

  .text-block-2 {
    align-self: center;
    font-size: 7.5vw;
  }

  .container-28 {
    margin-top: 100px;
  }

  .container-27 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    height: 100px;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

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

  .link-block {
    flex: 0 auto;
    order: 0;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .navbar {
    display: none;
  }

  .main-container {
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .h2-heading-style {
    font-size: 1.5rem;
  }

  .button-wp {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .content-list.text-color-white {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .main-grid {
    display: flex;
  }

  .split-content {
    flex: 0 auto;
    align-self: stretch;
    height: 50px;
    margin-top: 0;
  }

  .content-wrapper {
    height: 100%;
  }

  .main-section.height {
    padding-top: 0;
    position: relative;
  }

  .subtitle-text {
    font-size: 1rem;
  }

  .section-wrapper {
    height: 100vh;
    overflow: hidden;
  }

  .section-5 {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    position: relative;
    overflow: visible;
  }

  .flex-block-11 {
    width: 90%;
  }

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

  .text-block-15 {
    margin-top: 30px;
    font-size: 14px;
  }

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

  .split-content-2 {
    flex: 1;
    justify-content: center;
    align-self: auto;
    align-items: flex-end;
  }

  .text-block-14-copy {
    width: auto;
    font-size: 26px;
  }

  .text-block-15-copy {
    margin-top: 30px;
    font-size: 14px;
  }

  .content-list-copy.text-color-white {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    height: auto;
    margin-right: auto;
    position: static;
    top: 0;
    bottom: auto;
  }

  .image-18 {
    flex: 0 auto;
    align-self: center;
    width: 235%;
    max-width: none;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    top: auto;
    bottom: auto;
    overflow: clip;
  }

  .text-span-6 {
    font-size: 13px;
  }

  .container-29 {
    background-color: #0000;
  }

  .card-subtitle {
    font-size: 1.3em;
    line-height: 1em;
  }

  ._w-cards-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .card-title {
    font-size: 24px;
  }

  .c-card._2 {
    flex: 0 auto;
    height: 210px;
    top: 90px;
  }

  .c-card._5 {
    top: 260px;
  }

  .c-card._1 {
    flex: 0 auto;
    max-width: none;
    height: 210px;
    top: 90px;
  }

  .c-card._3 {
    height: 210px;
    top: 90px;
  }

  .c-card._4 {
    top: 200px;
  }

  .c-card-title {
    max-width: 180px;
  }

  ._w-card1 {
    min-height: 210px;
    margin-bottom: 40px;
    padding: 20px;
  }

  .card-details {
    font-size: .9em;
    line-height: 1.2em;
  }

  .c-card-content-divider {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .cloneable-area {
    margin-top: 40px;
  }

  .div-block-80 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

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

  .section-6 {
    position: relative;
  }

  ._w-card2, ._w-card3 {
    min-height: 210px;
    margin-bottom: 40px;
    padding: 20px;
  }

  .flex-block-13 {
    overflow: visible;
  }

  .flex-block-14 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .titulo {
    font-size: 46px;
  }

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

  .ct_2 {
    max-width: 180px;
    right: 10px;
  }

  .ct_3 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .circular {
    width: 220%;
  }

  .div-block-82 {
    margin-top: 250px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer {
    overflow: hidden;
  }

  .flex-block-16 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .div-block-83 {
    margin-top: 50px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .padding-horizontal-copy {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-horizontal-copy.padding-medium {
    background-position: 0%, 0 0;
    background-size: auto 100%, auto;
  }

  .image-20 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .section-9 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-77-copy {
    display: none;
  }

  .div-block-96 {
    background-color: #15326180;
    width: 100%;
  }

  .nav-menu-3 {
    background-color: #e8e8e8e6;
  }

  .link-block-8 {
    flex: 0 auto;
    order: 0;
    align-self: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .div-block-99 {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
  }

  .image-27 {
    margin-left: auto;
    margin-right: auto;
  }

  .container-32 {
    justify-content: space-between;
    align-items: center;
    height: 100%;
    margin-top: 0;
  }

  .menu-button-2 {
    background-image: url('../images/open.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: scroll;
    flex: 0 auto;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    right: 20px;
  }

  .menu-button-2.w--open {
    background-image: url('../images/close.svg');
    background-position: 50%;
    background-size: auto;
  }

  .container-33 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    height: 90px;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-94 {
    background-color: #f5f1ebe6;
    height: 90px;
  }

  .div-block-95 {
    padding-top: 30px;
  }

  .heading-11 {
    color: #153261;
    font-family: Circularstd Book, Arial, sans-serif;
    font-size: 28px;
    font-weight: 300;
    line-height: 100%;
  }

  .navbar_movil {
    display: block;
  }

  .heading-11-copy {
    color: #153261;
    font-family: Circularstd Book, Arial, sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 100%;
  }

  .main-section-copy.height, .main-section-copy.height-copy {
    padding-top: 0;
  }

  .code-embed-3 {
    align-self: flex-start;
    display: block;
  }

  .image-2-copy {
    width: 17%;
    display: block;
    position: relative;
  }
}

#w-node-_25d78730-1b4d-7e84-0b03-85604c4b237f-92e4b306 {
  justify-self: center;
}

#w-node-_58f24621-9301-3422-ba72-56617f1e16a6-92e4b306 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  justify-self: stretch;
}

#w-node-_58f24621-9301-3422-ba72-56617f1e16b3-92e4b306 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-ec9be6c6-ea9c-fe8b-ab7b-6538d13cb1b0-92e4b306 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89fb81fc-f740-ef2a-2bc1-2a6c20897215-92e4b306 {
  align-self: end;
}

#w-node-_9fd428e6-c8ee-2db2-94ec-14b6cdc60272-92e4b306 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end center;
}

#w-node-b27c8f66-7ba7-fcb3-6859-d3559bbd3872-ddac13cd {
  justify-self: center;
}

#w-node-c3565a6c-2ad3-fa42-085e-fc9792be1880-ddac13cd {
  grid-area: span 1 / span 6 / span 1 / span 6;
  justify-self: stretch;
}

#w-node-c3565a6c-2ad3-fa42-085e-fc9792be188f-ddac13cd {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_6d0d8d1e-4ccd-55ea-8aed-2a8d0a29c89c-ddac13cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6d0d8d1e-4ccd-55ea-8aed-2a8d0a29c8a0-ddac13cd {
  align-self: end;
}

#w-node-_6d0d8d1e-4ccd-55ea-8aed-2a8d0a29c8a5-ddac13cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end center;
}

@media screen and (max-width: 991px) {
  #w-node-_58f24621-9301-3422-ba72-56617f1e16a6-92e4b306, #w-node-_58f24621-9301-3422-ba72-56617f1e16b3-92e4b306, #w-node-c3565a6c-2ad3-fa42-085e-fc9792be1880-ddac13cd, #w-node-c3565a6c-2ad3-fa42-085e-fc9792be188f-ddac13cd {
    grid-column: span 4 / span 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9fd428e6-c8ee-2db2-94ec-14b6cdc60272-92e4b306, #w-node-_6d0d8d1e-4ccd-55ea-8aed-2a8d0a29c8a5-ddac13cd {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Circularstd Book';
  src: url('../fonts/CircularStd-Book.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}