

.col-4 {
  width: 33.33%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.col-4.header-4 {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  text-align: right;
}

.col-4.with-card {
  margin-bottom: 1.5rem;
}

.col-4.home-resources__img {
  position: relative;
  width: 40%;
  margin-left: 8.33%;
}

.col-4.home-resources__content {
  padding-top: 10rem;
}

.col-4.col-resources {
  width: 41.66%;
  padding-top: 10rem;
}

.col-4.greenhouse-4 {
  width: 41.66%;
  padding-top: 10rem;
}

.col-4.vertical-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}



.jandup-shadow {
  box-shadow: 1px 1px 30px 0 var(--titles-dark-10);
}

.mb-4 {
  margin-bottom: 2rem;
}

.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 11px;
  background-color: var(--surface-light);
  box-shadow: 1px 1px 30px 0 var(--titles-dark-10);
  -webkit-transition: background-color 240ms ease;
  transition: background-color 240ms ease;
  color: var(--titles-dark);
}

.card.flower {
  box-shadow: -8px 8px 26px 0 var(--titles-dark-10);
}

.card.dusk {
  box-shadow: -8px 8px 26px 0 var(--titles-dark-10);
}

.card.orange,
.card.primary {
  box-shadow: -8px 8px 26px 0 var(--titles-dark-10);
}

.card.tangerine {
  box-shadow: -8px 8px 26px 0 var(--titles-dark-10);
}

.card.turquoise {
  box-shadow: -8px 8px 26px 0 var(--titles-dark-10);
}

.card.battleship {
  box-shadow: -8px 8px 26px 0 var(--titles-dark-10);
}

.card-image {
  height: 14.375rem;
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
  background-image: url("../images/background-image.svg");
  background-position: 50% 50%;
  background-size: cover;
}

.card-image.home-1 {
  background-image: url("../images/Flexible_Staffing2x.jpg");
  background-position: 50% 50%;
}

.card-image.home-2 {
  background-image: url("../images/Soporte_TI2x.jpg");
}

.card-image.home-3 {
  background-image: url("../images/Servicio_Cliente2x.jpg");
}

.card-image.home-4 {
  background-image: url("../images/Shared_Services2x.jpg");
  background-position: 50% 50%;
  background-size: cover;
}

.card-image.home-5 {
  background-image: url("../images/Gestion-de-TI2x.jpg");
}

.card-image.home-6 {
  background-image: url("../images/Proceso-de-Negocio2x.jpg");
}

.card-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2.125rem 2rem 2.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top-style: solid;
  border-top-width: 0.625rem;
}

.card-content.flower,
.card-content.secondary {
  border-top-color: var(--secondary-color);
}

.card-content.orange,
.card-content.primary {
  border-top-color: var(--primary-color);
}

.card-content.tangerine,
.card-content.quaternary {
  border-top-color: var(--quaternary-color);
}

.card-content.turquoise,
.card-content.tertiary {
  border-top-color: var(--tertiary-color);
}

.card-content.battleship,
.card-content.text-dark {
  border-top-color: var(--text-dark);
}

.card-content.dusk,
.card-content.titles-dark {
  border-top-color: var(--titles-dark);
}

.card-title {
  margin-bottom: 1.375rem;
  -webkit-transition: color 240ms ease;
  transition: color 240ms ease;
  font-family: Segoe, sans-serif;
  font-size: 1.625rem;
  line-height: 1.35;
  letter-spacing: -0.4px;
}

.card-body {
  margin-bottom: 3.75rem;
  -webkit-transition: color 240ms ease;
  transition: color 240ms ease;
  color: var(--text-dark);
  font-size: 0.875rem;
  line-height: 1.8;
}

.cards-grid {
  padding-bottom: 7rem;
}

.fw-light {
  font-weight: 400;
}

.fw-light.dark-text {
  color: var(--titles-dark);
}

.c-battleship {
  color: var(--text-dark);
}

.c-battleship.products-offer-paragraph {
  width: 100%;
  max-width: 46rem;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.cards-totem {
  padding-top: 5.5rem;
  padding-bottom: 9.375rem;
}

.col-12 {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.col-12.counter-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.col-12.text-center {
  text-align: center;
}

.col-12.locations-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 1.25rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.col-12.locations-grid.slideinbottom-200.no-padding-bottom {
  padding-bottom: 0rem;
}

.col-12.footer-brand {
  margin-bottom: 2.25rem;
}

.col-12.footer-brand.small-footer {
  margin-bottom: 0rem;
}

.col-12.footer-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3.75rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.col-12.footer-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col-12.footer-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: Segoe, sans-serif;
}

.col-12.footer-contact.no-mb {
  margin-bottom: 0rem;
}

.col-12.pillars-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.col-12.pillars-12.totem-slider.pillars-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.375rem;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.col-12.pillars-12.totem-slider.pillars-grid.no-padding {
  padding-right: 0rem;
  padding-left: 0rem;
  grid-column-gap: 2rem;
}

.col-12.decorated-12 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 3.625rem 2.625rem 3rem 6.625rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.625rem;
  background-color: var(--surface-light);
  box-shadow: 1px 1px 30px 0 var(--titles-dark-10);
}

.col-12.decorated-12.slideinbottom.internship {
  padding: 2.938rem 2.5rem 2.875rem 6.812rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.col-12.values-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.col-12.values-12.slideinbottom-200.edges-slider {
  grid-auto-columns: 1fr;
  grid-column-gap: 2.125rem;
  grid-row-gap: 2.125rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.col-12.values-12.slideinbottom-200.edges-slider.no-padding {
  padding-right: 0rem;
  padding-left: 0rem;
}

.col-12.iso-grid__wrap {
  position: relative;
  margin-bottom: 3.114rem;
}

.col-12.facts__grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.col-12.facts__grid.slideinbottom-300.no-padding {
  padding-right: 0rem;
  padding-left: 0rem;
}

.col-12.impact__body {
  text-align: center;
}

.col-12.page-nav__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col-12._404__suggested {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 6.5rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.col-12.category-header__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col-12.ribbon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--surface-light);
}

.col-12.main-blog {
  margin-bottom: 5.625rem;
}

.col-12.contact-12 {
  position: relative;
}

.col-12.locations-12 {
  margin-bottom: 2rem;
  text-align: center;
}

.col-12.leaders-12 {
  position: relative;
}

.col-12.timeline-12 {
  margin-bottom: 2.5rem;
}

.offer-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.875rem;
  padding: 2.75rem 5.625rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e5e5e5;
  border-radius: 0.625rem;
  -webkit-transition: box-shadow 240ms ease;
  transition: box-shadow 240ms ease;
}

.offer-card:hover {
  box-shadow: 4px 4px 30px 0 var(--titles-dark-10);
}

.offer-card.leasing {
  border-style: none;
  background-color: var(--quaternary-color);
}

.offer-card__img {
  width: 19rem;
  max-width: 100%;
}

.offer-card__content {
  width: 27rem;
  max-width: 100%;
}

.heading-md {
  color: var(--titles-dark);
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: -0.5px;
}

.heading-md.sol-card__title {
  margin-bottom: 1rem;
  color: var(--text-light);
}

.p-sm {
  font-size: 0.875rem;
  line-height: 1.8;
}

.p-sm.image-pillar__text-sm {
  width: 19rem;
  max-width: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  color: var(--text-dark);
}

.p-sm.blog-cta__p {
  width: 75%;
  margin-bottom: 1.5rem;
}

.wave-cta {
  position: relative;
  padding-top: 7.5rem;
  padding-bottom: 11.25rem;
  background-image: url("../images/jandup_TEXTURA_NARANJA.svg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.col-10 {
  width: 83.33333333333334%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.col-10.coverage__header {
  margin-right: auto;
  margin-bottom: 3.25rem;
  margin-left: auto;
  text-align: center;
}

.col-10.benefits__grid {
  margin-right: auto;
  margin-left: auto;
}

.col-10.contact__header {
  margin-right: auto;
  margin-bottom: 1.875rem;
  margin-left: auto;
  text-align: center;
}

.col-10.contact__header.large {
  margin-bottom: 3.75rem;
}

.col-10.solutions-10 {
  margin-right: auto;
  margin-left: auto;
}

.col-10.stats-10 {
  margin-right: auto;
  margin-bottom: 3rem;
  margin-left: auto;
  text-align: center;
}

.col-10.values-10 {
  margin-right: auto;
  margin-bottom: 4rem;
  margin-left: auto;
  text-align: center;
}

.col-10.i25-10 {
  margin-right: auto;
  margin-bottom: 3rem;
  margin-left: auto;
  text-align: center;
}

.col-10.impact-10 {
  margin-right: auto;
  margin-bottom: 3.125rem;
  margin-left: auto;
  text-align: center;
}

.contact-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2.5rem 2.5rem 3.125rem 6.25rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.625rem;
  background-color: var(--surface-light);
  color: var(--titles-dark);
}

.contact-box.jandup-shadow.slideinbottom {
  box-shadow: -7px 7px 30px 0 var(--titles-dark-10);
}

.contact-box__content {
  width: 55%;
}

.mb-3 {
  margin-bottom: 1.5rem;
}

.contact-box__p {
  width: 66.66%;
  margin-bottom: 2.625rem;
  color: var(--text-dark);
}

.contact-box__img {
  width: 40%;
  margin-left: 5%;
}

.img-text-cascade {
  position: relative;
  padding-top: 6.25rem;
  padding-bottom: 2.75rem;
  background-color: var(--titles-dark);
  color: var(--text-light);
}

.solutions-header {
  margin-bottom: 5rem;
}

.mb-0 {
  margin-bottom: 0px;
}

.d-block {
  display: block;
}

.d-block.centered {
  margin-right: auto;
  margin-left: auto;
}

.solution-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4.75rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.solution-card.inverted {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.solution-card__img {
  position: relative;
  width: 24.101rem;
  max-width: 100%;
}

.solution-card__content {
  width: 25.75rem;
  max-width: 100%;
}

.arrow-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.75;
  font-weight: 700;
}

.arrow-link.dusk {
  color: var(--titles-dark);
}

.arrow-link.dusk:hover {
  color: var(--primary-color);
}

.arrow-link.dusk.small {
  width: 50%;
}

.arrow-link.dusk.small.no-hover:hover {
  color: var(--titles-dark);
}

.arrow-link.on-card {
  margin-top: auto;
}

.arrow-link.on-card.white:hover {
  color: var(--primary-color);
}

.arrow-link.on-card.no-hover {
  color: var(--titles-dark);
}

.arrow-link.white {
  color: var(--text-light);
}

.arrow-link.white.on__solution-card {
  width: 66.66%;
}

.arrow-link.white.on__solution-card:hover {
  color: var(--primary-color);
}

.arrow-link.orange {
  color: var(--primary-color);
}

.icon {
  font-family: Icons, sans-serif;
  font-weight: 400;
}

.icon.arrow {
  position: relative;
  margin-left: 2.5rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.icon.location {
  margin-right: 0.875rem;
  -webkit-transform: translate(0px, 5px);
  -ms-transform: translate(0px, 5px);
  transform: translate(0px, 5px);
  font-size: 1.5em;
  line-height: 1.2;
}

.icon.phone {
  margin-right: 0.875rem;
  font-size: 1.5em;
  line-height: 1.2;
}

.icon.phone.top-icon {
  margin-right: 0.41rem;
}

.icon.end-arrow {
  margin-left: 1.25rem;
}

.icon.mail {
  max-width: 100%;
  margin-right: 1rem;
}

.icon.email {
  margin-right: 0.875rem;
}

.icon.topbar__icon {
  margin-right: 0.5rem;
  padding-bottom: 2px;
  font-size: 1.25em;
}

.icon.topbar__icon.small-nav {
  padding-bottom: 0px;
}

.icon.on__culture-row {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

.icon.calendar {
  margin-right: 0.5rem;
}

.icon.mail-footer {
  width: 1rem;
  max-width: none;
}

.arrow-icon {
  position: absolute;
  left: 0%;
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  -webkit-transition: left 240ms ease;
  transition: left 240ms ease;
  font-style: normal;
}

.arrow-icon.on__post {
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.video-section {
  padding-top: 3.125rem;
  padding-bottom: 6.125rem;
}

.video-wrapper {
  overflow: hidden;
  border-radius: 0.625rem;
  box-shadow: 1px 1px 20px 0 var(--titles-dark-10);
}

.stat-cards {
  padding-top: 4.875rem;
  padding-bottom: 3.375rem;
  background-color: var(--titles-dark);
  color: var(--text-light);
}

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

.mb-1_25 {
  margin-bottom: 1.25rem;
}

.thousand-words {
  margin-bottom: 2rem;
  color: var(--quaternary-color);
  font-style: italic;
}

.mb-6 {
  margin-bottom: 3rem;
}

.counter-card {
  width: 32.5%;
  margin-bottom: 1.5rem;
  padding: 3rem 3rem 3.625rem;
  border-bottom: 5px solid var(--text-dark);
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
  background-color: var(--surface-neutral);
  color: var(--text-dark);
  text-align: center;
}

.counter-card.orange,
.counter-card.primary {
  border-bottom-color: var(--primary-color);
}

.counter-card.cornflower,
.counter-card.secondary {
  border-bottom-color: var(--secondary-color);
}

.counter-card.turquoise,
.counter-card.tertiary {
  border-bottom-color: var(--tertiary-color);
}

.counter-card.tangerine,
.counter-card.quaternary {
  border-bottom-color: var(--quaternary-color);
}

.counter-card.on__contact {
  width: 100%;
  margin-bottom: 0rem;
  padding: 4rem 1.25rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: var(--surface-neutral);
}

.counter-card.on__contact.orange.last {
  margin-bottom: 0rem;
}

.counter-card.grey-shadow {
  width: 32%;
  background-color: var(--surface-neutral);
  box-shadow: -7px 7px 10px 0 var(--titles-dark-10);
  color: var(--titles-dark);
}

.counter-card.grey-shadow.flower {
  border-bottom-color: var(--secondary-color);
}

.counter-card.taller {
  padding-top: 4.25rem;
  padding-bottom: 4rem;
}

.heading-sm {
  color: var(--titles-dark);
  font-size: 1.625rem;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: -0.4px;
}

.heading-sm.mb-1_25.c-battleship {
  color: var(--text-dark);
}

.heading-sm.c-white {
  color: var(--text-light);
}

.heading-sm.value-card__title {
  margin-bottom: 1.625rem;
}

.heading-sm.pillar-title {
  margin-bottom: 2rem;
}

.heading-sm.location-title {
  margin-bottom: 1rem;
  font-family: Gotham, sans-serif;
}

.heading-sm.contact-card-title {
  margin-bottom: 2.5rem;
}

.c-orange {
  color: var(--primary-color);
}

.c-tangerine {
  color: var(--quaternary-color);
}

.c-flower {
  color: var(--secondary-color);
}

.cta-with-image {
  padding-top: 4.375rem;
  padding-bottom: 5.625rem;
}

.cta-with-image.on__post {
  margin-bottom: 5.625rem;
  background-color: var(--surface-neutral);
}

.col-5 {
  width: 41.666%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.col-5.culture-img {
  position: relative;
  margin-left: 5%;
}

.col-5.leaders__header {
  margin-bottom: 5rem;
}

.col-5.no-left-gutter {
  padding-left: 0rem;
}

.col-5.careers-5 {
  width: 50%;
}

.col-5.timeline-5 {
  padding-right: 0rem;
  padding-left: 0rem;
}

.col-5.no-gutter {
  padding-right: 0rem;
  padding-left: 0rem;
}

.col-5.home-office-block {
  padding-top: 12.5rem;
}

.slider-section {
  padding-top: 5.625rem;
  padding-bottom: 6.5rem;
  background-color: var(--surface-neutral);
}

.slider-section.bg-white {
  background-color: var(--surface-light);
}

.slider-section.bg-dusk {
  background-color: var(--titles-dark);
}

.test-slider {
  height: auto;
  background-color: var(--surface-light);
  box-shadow: 1px 1px 30px 0 var(--titles-dark-10);
}

.slider-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 4.375rem;
  height: 4.375rem;
  margin: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: var(--primary-color);
  font-size: 1.625rem;
  font-weight: 700;
}

.slider-arrow.on__impact {
  top: 100%;
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
}

.slider-arrow.on__leaders {
  margin-top: 0px;
  margin-bottom: 0px;
}

.left-arrow {
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.right-arrow {
  -webkit-transform: translate(50%, 0px);
  -ms-transform: translate(50%, 0px);
  transform: translate(50%, 0px);
}

.test-slide {
  padding-top: 5.875rem;
  padding-bottom: 3.75rem;
  background-color: var(--surface-light);
}

.test-slide__body {
  position: relative;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.p-lg {
  font-size: 1.25rem;
  line-height: 1.5;
}

.p-lg.test-card__quote {
  margin-bottom: 1rem;
  color: var(--titles-dark);
  font-style: italic;
}


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

.test-slider__nav {
  height: auto;
  padding-top: 2rem;
  opacity: 1;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
  font-size: 0.625rem;
}

.locations-cards {
  padding-top: 5.625rem;
}

.badges-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.1875rem;
  margin-bottom: 0rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.badges-flex.bigger {
  display: -ms-grid;
  display: grid;
  padding-top: 0.6875rem;
  padding-bottom: 0.6875rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.badges-flex.in-locations {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 34.377rem;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.586rem;
  grid-row-gap: 1.586rem;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.badge {
  width: 90px;
  height: 90px;
  margin-right: 0.8rem;
  margin-left: 0.8rem;
}

.flag-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--text-dark);
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: left;
}

.ml-0_75 {
  margin-left: 0.75rem;
}

.col-7 {
  width: 58.333333333333336%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.col-7.locations-7 {
  margin-right: auto;
  margin-bottom: 5.75rem;
  margin-left: auto;
}

.location-card {
  width: 49%;
  margin-bottom: 4.5rem;
}

.address-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: var(--text-dark);
  font-size: 0.875rem;
  line-height: 1.8;
}

.icon-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 240ms ease-in-out;
  transition: color 240ms ease-in-out;
  font-family: Segoe, sans-serif;
  color: var(--titles-dark);
  font-size: 0.875rem;
  line-height: 1.8;
  font-weight: 700;
}

.icon-link:hover {
  color: var(--primary-color) !important;
}

.icon-link.lg {
  font-size: 1rem;
}

.icon-link.on-footer {
  margin-right: 1.25rem;
  color: var(--text-light);
}

.icon-link.centered {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1rem;
}

.img-cta {
  padding-bottom: 5.625rem;
}



.alliances-grid {
  display: -ms-grid;
  display: grid;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 6.25rem;
  grid-row-gap: 5.375rem;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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




.footer {
  padding-top: 2.5rem;
  padding-bottom: 2.25rem;
  background-color: var(--titles-dark);
  color: var(--text-light);
}

.footer-divider {
  width: 100%;
  height: 1px;
  background-color: var(--text-dark);
}

.footer-divider.top-gap {
  margin-bottom: 1.5rem;
}

.footer-divider.bottom-gap {
  margin-top: 1.5rem;
}



.footer-nav__group {
  width: 20%;
}

.footer-nav__title {
  margin-bottom: 1.25rem;
  -webkit-transition: opacity 0ms ease;
  transition: opacity 0ms ease;
  font-size: 1rem;
  line-height: 1.75;
}

.footer-link {
  display: block;
  margin-bottom: 0.25rem;
  font-family: Segoe, sans-serif;
  color: var(--text-light);
  font-size: 0.875rem;
  line-height: 1.7;
}

.footer-link:hover {
  opacity: 0.85;
  color: var(--primary-color);
}

.inline-form__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.inline-input {
  width: 60%;
  height: 3.125rem;
  margin-bottom: 0px;
  padding-left: 1.5rem;
  border: 1px none var(--text-dark);
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
  background-color: var(--surface-neutral);
  color: var(--text-dark);
}

.inline-input.floaty {
  background-color: transparent;
}

.inline-form {
  width: 45%;
  margin-bottom: 0px;
}

.inline-form.on__header {
  width: 100%;
}

.inline-form.fluid {
  width: 100%;
}

.inline-form.fluid.floaty {
  border-radius: 1.5rem;
}

.inline-submit {
  width: 40%;
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
  background-color: var(--primary-color);
  line-height: 1.75;
  font-weight: 700;
}

.inline-submit.on__header {
  background-color: var(--titles-dark);
}

.inline-submit.dusk {
  background-color: var(--titles-dark);
}

.social-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  margin-left: 8.33%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-row.on__author-card {
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.social-row.on-author {
  margin-left: 0%;
}

.social-link {
  -webkit-transition: all 240ms ease;
  transition: all 240ms ease;
  font-family: Icons, sans-serif;
  color: var(--text-light);
  font-size: 1.375rem;
}

.social-link.on__author {
  color: #e3e0e5;
  font-size: 1.625rem;
}

.social-link.on__author:hover {
  color: var(--primary-color);
}

.social-link.on__author.mr-0 {
  margin-right: 0rem;
}

.footer-legal__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  /* width: 50%;
  -webkit-justify-content: space-between;
  justify-content: space-between; */

  width: 100%;
  flex: 1;
  justify-content: flex-end;
  gap: 2rem;
}

.footer-legal__links.small-footer {
  width: 40%;
}

.text-imagesright {
  position: relative;
  padding-top: 11.25rem;
  padding-bottom: 7.5rem;
}

.home-office-paragraph {
  font-size: 0.875rem;
}

.text-imagesright.careers-home-office {
  padding-top: 11.25rem;
  padding-bottom: 7.5rem;
  background-image: url("../images/trazo.svg");
  background-position: 50% 0%;
  background-size: cover;
}

.text-imagesright.resources {
  background-image: url("../images/trazo.svg");
  background-position: 100% 0%;
  background-size: cover;
}

.text-imagesright.with-wave {
  padding-bottom: 7.5rem;
  background-image: url("../images/trazo.svg");
  background-position: 50% 0%;
  background-size: cover;
}

.resources-img__1 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  width: 154px;
  -webkit-transform: translate(50%, -20%);
  -ms-transform: translate(50%, -20%);
  transform: translate(50%, -20%);
}

.resources-img__2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 216px;
  -webkit-transform: translate(50%, 35%);
  -ms-transform: translate(50%, 35%);
  transform: translate(50%, 35%);
}

.resources-img__0 {
  position: relative;
  z-index: 1;
  width: 369px;
}

.about-pillars {
  padding-top: 11.625rem;
  padding-bottom: 2.5rem;
  background-color: var(--surface-neutral);
}

.image-pillar {
  margin-bottom: 3.375rem;
  text-align: center;
}

.pillar-img {
  margin-bottom: 1.25rem;
}

.pillar-img.philos {
  width: 160px;
}

.decorated-cta {
  position: relative;
  padding-top: 7.812rem;
  padding-bottom: 9.5rem;
  background-image: url("../images/jandup_TEXTURA_AZUL.svg");
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.decorated-cta._30-years {
  padding-bottom: 10.3125rem;
  background-image: url("../images/jandup_TEXTURA_NARANJA.svg");
  background-image: url("../images/jandup_TEXTURA_NARANJA.svg"),
    -webkit-gradient(linear, left top, left bottom, from(var(--surface-neutral)), color-stop(50%, var(--surface-neutral)), to(var(--surface-light)));
  background-image: url("../images/jandup_TEXTURA_NARANJA.svg"),
    linear-gradient(
      180deg,
      var(--surface-neutral),
      var(--surface-neutral) 50%,
      var(--surface-light)
    );
  background-position: 50% -60%, 0px 0px;
  background-size: 100%, auto;
  background-repeat: no-repeat, repeat;
}

.decorated-cta.c-turquoise {
  background-image: url("../images/jandup_TEXTURA_VERDE.svg");
}

.decorated-cta.c-turquoise.start-grey {
  background-image: url("../images/jandup_TEXTURA_VERDE.svg");
  background-image: url("../images/jandup_TEXTURA_VERDE.svg"),
    -webkit-gradient(linear, left top, left bottom, from(var(--surface-neutral)), to(var(--surface-light)));
  background-image: url("../images/jandup_TEXTURA_VERDE.svg"),
    linear-gradient(180deg, var(--surface-neutral), var(--surface-light));
  background-position: 50% 16%, 0px 0px;
  background-size: auto, auto;
  background-repeat: no-repeat, repeat;
}

.thirty-box__content {
  width: 35%;
}

.thirty-box__content.half {
  width: 50%;
  padding-right: 2rem;
}

.thirty-box__video {
  overflow: hidden;
  width: 58.333333333333336%;
  margin-left: auto;
  border-radius: 0.625rem;
}

.thirty-box__video.half {
  width: 50%;
}

.thirty-video {
  height: 420px;
  border-radius: 0.625rem;
}

.decorated-1 {
  position: absolute;
  left: auto;
  top: -8rem;
  right: 0%;
  bottom: auto;
  z-index: 1;
}

.decorated-1.ornamental.history-first-ornamental {
  left: auto;
  top: -8rem;
  right: 2rem;
}

.about-thirty__texture {
  position: absolute;
  left: 0%;
  top: -5%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: block;
  width: 100%;
}

.about-thirty__texture.internship {
  background-color: var(--surface-neutral);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(var(--surface-neutral)),
    color-stop(50%, var(--surface-neutral)),
    color-stop(51%, var(--surface-light)),
    to(var(--surface-light))
  );
  background-image: linear-gradient(
    180deg,
    var(--surface-neutral),
    var(--surface-neutral) 50%,
    var(--surface-light) 51%,
    var(--surface-light)
  );
}

.about-thirty__texture.hidden {
  display: none;
}

.decorated-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 100%;
  max-width: 1146px;
  -webkit-transform: translate(-5%, 125%);
  -ms-transform: translate(-5%, 125%);
  transform: translate(-5%, 125%);
}

.decorated-2.ornamental.history-second-ornamental {
  left: auto;
  top: auto;
  right: 0%;
  bottom: -1rem;
  width: 562px;
  max-width: 100%;
}

.about-values {
  position: relative;
  padding-top: 4rem;
}

.value-card {
  padding: 2.625rem 1.25rem 2.875rem;
  border-radius: 0.625rem;
  background-color: var(--surface-light);
  text-align: center;
}

.about-values__bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -1;
  height: 70%;
  background-color: var(--surface-neutral);
}

.value-card__img {
  margin-bottom: 1.625rem;
}

.about-philosophy {
  padding-top: 7.75rem;
  padding-bottom: 2.25rem;
}

.image-pillar__text-sm {
  font-size: 1rem;
}

.about-comic {
  padding-bottom: 5.625rem;
}

.cta-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 6.625rem 4.375rem 6.625rem 5.625rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.625rem;
  background-color: var(--surface-light);
}

.cta-card__icon {
  margin-right: 3rem;
}

.about-manifest {
  padding-top: 5.125rem;
  padding-bottom: 5.125rem;
  background-color: var(--titles-dark);
  color: var(--text-light);
}

.about-facts {
  padding-top: 5.5rem;
  padding-bottom: 4rem;
  background-color: var(--titles-dark);
  color: var(--text-light);
}

.iso-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 66.66%;
  margin-right: auto;
  margin-left: auto;
  padding: 1.5rem 3rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.iso-grid.larger {
  width: 83.33%;
}

.iso-grid__texture {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.c-turquoise {
  color: var(--tertiary-color);
}

.about-projects {
  padding-top: 6.875rem;
  padding-bottom: 6.5rem;
  background-color: var(--surface-neutral);
}

.about-invest {
  padding-top: 5.625rem;
  padding-bottom: 5.625rem;
}

.about-impact {
  padding-bottom: 5.75rem;
}

.impact-slider {
  height: auto;
  margin-bottom: 5.625rem;
  background-color: transparent;
}

.d-none {
  display: none;
}

.impact__left-arrow {
  left: 50%;
  -webkit-transform: translate(-125%, 0px);
  -ms-transform: translate(-125%, 0px);
  transform: translate(-125%, 0px);
}

.impact__right-arrow {
  right: 50%;
  -webkit-transform: translate(125%, 0px);
  -ms-transform: translate(125%, 0px);
  transform: translate(125%, 0px);
}

.navbar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
}

.nav-link {
  height: 2.625rem;
  margin-right: 1.25rem;
  margin-left: 1.25rem;
  padding: 0.75rem 0px;
  -webkit-transition: opacity 240ms ease;
  transition: opacity 240ms ease;
  color: var(--text-light);
  line-height: 1.1;
  font-weight: 700;
}

.nav-link.active:hover {
  opacity: 0.85;
}

.nav-link.dark {
  color: var(--titles-dark);
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.topbar {
  margin-bottom: 1.625rem;
  padding-top: 2.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
}

.topbar.on_contact {
  padding-top: 1.313rem;
  padding-bottom: 1.067rem;
}

.topbar__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.topbar__nav.small-nav {
  width: 12.5rem;
}

.top-bar__link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--text-light);
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.35px;
}

.about-founder {
  position: relative;
  padding-top: 3.3125rem;
  padding-bottom: 10rem;
  background-color: var(--surface-neutral);
  background-image: url("../images/jandup_TEXTURA_AZUL.svg");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.col-6 {
  width: 50%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.col-6.founder__headshot {
  color: var(--text-light);
}

.col-6.mantra__img {
  position: relative;
  padding-left: 0rem;
}

.col-6.blog-header__col {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.col-6.blog-cta_6 {
  position: relative;
  padding-top: 10.625rem;
}

.col-6.blog-cta__media {
  position: relative;
}

.founder__welcome {
  z-index: 3;
  padding: 2.5rem 2.8125rem 3.75rem;
  background-image: url("../images/fondo-papel.jpg");
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 10px 0 30px 0 var(--titles-dark-10);
}



.about-mantra {
  padding-top: 2rem;
  background-color: var(--surface-neutral);
}

.lowercase {
  text-transform: none;
}

.mantra__label {
  position: absolute;
  left: 50%;
  width: 80%;
  padding: 2.625rem 1.875rem;
  border-radius: 0.625rem;
  background-color: var(--secondary-color);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: var(--text-light);
  text-align: center;
}

.mantra__label.jandup-shadow.on__plan {
  left: 0%;
  top: auto;
  right: auto;
  bottom: -5%;
  width: 75%;
  padding: 2rem 2.75rem;
  background-color: var(--quaternary-color);
  -webkit-transform: translate(-62.5%, -75%);
  -ms-transform: translate(-62.5%, -75%);
  transform: translate(-62.5%, -75%);
  text-align: left;
}

.fw-400 {
  font-weight: 400;
}

.headshot-img {
  width: 412px;
  margin-top: 3.75rem;
  margin-bottom: 2.5rem;
}

.culture__img-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 216px;
  -webkit-transform: translate(50%, 35%);
  -ms-transform: translate(50%, 35%);
  transform: translate(50%, 35%);
}

.culture-img__1 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  width: 154px;
  -webkit-transform: translate(35%, -25%);
  -ms-transform: translate(35%, -25%);
  transform: translate(35%, -25%);
}

.about-coverage {
  padding-top: 5.625rem;
  padding-bottom: 5.625rem;
}

.coverage-tabs {
  text-align: center;
}

.coverage-tab__trigger {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-radius: 2.125rem;
  background-color: var(--surface-neutral);
  -webkit-transition: all 240ms ease;
  transition: all 240ms ease;
  color: var(--titles-dark);
  font-size: 1.625rem;
  font-weight: 700;
}

.coverage-tab__trigger.w--current {
  background-color: var(--titles-dark);
  color: var(--text-light);
}

.coverage-tabs__menu {
  display: inline-block;
  width: auto;
  margin-bottom: 2.25rem;
  border-radius: 2.125rem;
  background-color: var(--surface-neutral);
}

.about-plan {
  padding-bottom: 7.5rem;
}

.about-plan.new-age {
  padding-bottom: 5.625rem;
}

.plan-quote {
  position: relative;
  margin-bottom: 0px;
  font-style: italic;
}

.director-label {
  display: block;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 400;
}

.leaders {
  padding-top: 5.625rem;
  padding-bottom: 15.625rem;
  background-image: url("../images/jandup_TEXTURA_MORADO_16-9.svg");
  background-image: url("../images/jandup_TEXTURA_MORADO_16-9.svg");
  background-position: 50% 75%, 0px 0px;
  background-size: contain, auto;
  background-repeat: no-repeat, repeat;
}

.leaders.bg-white {
  background-color: var(--surface-light);
}

.leaders-slider {
  height: auto;
  background-color: transparent;
}

.leader-slide {
  display: -ms-grid;
  display: grid;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.leader-slide__img {
  width: 25.75rem;
  max-width: 100%;
}

.leader-headshot {
  display: block;
  margin-bottom: 2rem;
  border-radius: 50%;
}

.linkedin-link {
  width: 90%;
  text-align: center;
}

.leader-slide__content {
  padding-top: 9.25rem;
}

.leader-left {
  left: auto;
  top: 0%;
  right: 41%;
  bottom: auto;
  z-index: 10;
  width: 4.375rem;
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.leader-right {
  left: auto;
  top: 0%;
  right: 42%;
  bottom: auto;
  width: 4.375rem;
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-transform: translate(180%, 0px);
  -ms-transform: translate(180%, 0px);
  transform: translate(180%, 0px);
}

.careers-culture {
  padding-top: 5.625rem;
  padding-bottom: 5rem;
}

.culture-step {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e3e0e5;
}

.culture-step.last {
  border-bottom-style: none;
}

.p-md {
  font-size: 1rem;
  line-height: 1.4;
}

.careers__openings {
  padding-top: 5.625rem;
  padding-bottom: 4.625rem;
}

.careers-tips {
  padding-top: 3.5rem;
  padding-bottom: 5rem;
  background-color: var(--surface-neutral);
}

.careers-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 28.75rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url("../images/Banner_Caras.jpg");
  background-position: 50% 50%;
  background-size: cover;
  color: var(--text-light);
}

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

.career-locations {
  padding-top: 4.5rem;
}

.career-locations.on__contact {
  padding-bottom: 0rem;
}

.career__img-1 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  width: 152px;
  -webkit-transform: translate(42.5%, -25%);
  -ms-transform: translate(42.5%, -25%);
  transform: translate(42.5%, -25%);
}

.newsletter {
  padding-top: 5.25rem;
  padding-bottom: 5.25rem;
}

.career-benefits {
  padding-top: 5.625rem;
  padding-bottom: 6.875rem;
  background-color: var(--surface-neutral);
}

.benefit-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border: 1px solid #e3e0e5;
  border-radius: 0.625rem;
  background-color: var(--surface-light);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: var(--titles-dark);
}

.benefit-card:hover {
  background-color: var(--secondary-color);
  color: var(--text-light);
}

.benefit-card__img {
  width: 190px;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  background-color: var(--surface-light);
  background-image: url("../images/Organizacion_Herradura.png");
  background-position: 0px 0px;
  background-size: auto;
}

.benefit-card__img.welcome {
  background-image: url("../images/Sistema_Gestion.png");
}

.benefit-card__img.intranet {
  background-image: url("../images/Sistema_Gestion_1.png");
}

.benefit-card__img.google {
  background-image: url("../images/Sistema_Gestion2x.png");
  background-position: 50% 50%;
  background-size: cover;
}

.benefit-card__img.system {
  background-image: url("../images/Sistema_Gestion2x_1.png");
  background-position: 50% 50%;
  background-size: cover;
}

.benefit-card__img.academy {
  background-image: url("../images/Sistema_Gestion2x_2.png");
  background-position: 50% 50%;
  background-size: cover;
}

.benefit-card__img.lead {
  background-image: url("../images/Sistema_Gestion2x_3.png");
  background-position: 50% 50%;
  background-size: cover;
}

.benefit-card__img.brain {
  background-image: url("../images/Sistema_Gestion2x_4.png");
  background-size: cover;
}

.benefit-card__img.evals {
  background-image: url("../images/Sistema_Gestion2x_5.png");
  background-position: 50% 50%;
  background-size: cover;
}

.benefit-card__img.awards {
  background-image: url("../images/Sistema_Gestion2x_6.png");
  background-position: 50% 50%;
  background-size: cover;
}

.benefit-card__img.fest {
  background-image: url("../images/Sistema_Gestion2x_7.png");
  background-position: 50% 50%;
  background-size: cover;
}

.benefit-card__img.savings {
  background-image: url("../images/Sistema_Gestion2x_8.png");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.benefit-card__img.action {
  background-image: url("../images/Sistema_Gestion2x_9.png");
  background-position: 50% 50%;
  background-size: cover;
}

.benefit-card__content {
  width: 80%;
  padding: 1.875rem 2.75rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.careers-testimonials {
  padding-top: 4.625rem;
  padding-bottom: 0rem;
}

.test-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6.5rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.test-card.inverted {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.test-card__img {
  width: 41.66%;
}

.test-card__content {
  width: 50%;
  max-width: 25.75rem;
}

.test-card__content.testimonial-content {
  max-width: 25.75rem;
}

.contact-contact {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.fw-300 {
  font-weight: 300;
}

.col-3 {
  width: 25%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.col-3.contact__cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.col-9 {
  width: 75%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.contact-form {
  margin-bottom: 0px;
  padding: 2rem 3.063rem 3.313rem;
  background-color: var(--surface-light);
}

.contact-form.jandup-shadow {
  border-radius: 15px;
}

.input-label {
  margin-bottom: 0.625rem;
  color: var(--titles-dark);
  font-size: 1.25rem;
  line-height: 1.5;
}

.input-field {
  height: 4rem;
  margin-bottom: 0px;
  padding: 1.5rem 1.25rem;
  border: 1px solid #e3e0e5;
  border-radius: 0.625rem;
  -webkit-transition: all 240ms ease;
  transition: all 240ms ease;
  color: var(--text-dark);
  font-weight: 700;
}

.input-field:focus {
  border-color: var(--titles-dark);
  background-color: var(--surface-neutral);
  color: var(--titles-dark);
}

.input-field::-webkit-input-placeholder {
  color: var(--text-dark);
  font-weight: 300;
}

.input-field:-ms-input-placeholder {
  color: var(--text-dark);
  font-weight: 300;
}

.input-field::-ms-input-placeholder {
  color: var(--text-dark);
  font-weight: 300;
}

.input-field::placeholder {
  color: var(--text-dark);
  font-weight: 300;
}

.input-field.text-area {
  width: 100%;
  height: auto;
  min-height: 5rem;
}

.input-field.select {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: transparent;
  color: var(--text-dark);
  font-weight: 300;
}

.input-group {
  margin-bottom: 1.25rem;
}

.blog-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 31.25rem;
  padding-bottom: 5rem;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url("../images/Img_Blog.jpg");
  background-position: 50% 50%;
  background-size: cover;
  color: var(--text-light);
}

.blog-main {
  padding-top: 3.75rem;
}

.blog-main.with-banner {
  padding-top: 0rem;
}

.blog-section__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3.75rem;
  padding-bottom: 2.5rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e3e0e5;
  color: var(--titles-dark);
}

.featured-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 33.75rem;
  padding-left: 6.75rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.375rem;
  background-color: var(--text-dark);
  color: var(--text-light);
}

.cat-label {
  display: inline-block;
  padding: 0.25rem 0.625rem;
  border-radius: 0.375rem;
  background-color: var(--primary-color);
  color: var(--text-light);
  font-size: 0.625rem;
  font-weight: 700;
}

.cat-label.on__vertical-post {
  position: absolute;
  left: 1rem;
  top: 1rem;
}

.cat-label.mb-0_625 {
  margin-bottom: 0.625rem;
}

.featured-post__body {
  width: 55%;
}

.post-excerpt {
  font-size: 0.75rem;
  line-height: 1.7;
}

.post-excerpt.suggested {
  margin-bottom: 2rem;
}

.featured-posts__grid {
  display: -ms-grid;
  display: grid;
  margin-bottom: 5.3125rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 2.75rem;
  grid-row-gap: 2.656rem;
  grid-template-areas: "Area Area Area";
  -ms-grid-columns: 1fr 2.75rem 1fr 2.75rem 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto 2.656rem auto;
  grid-template-rows: auto auto;
}

.vertical-post {
  color: var(--text-dark);
}

.vertical-post__img {
  position: relative;
  height: 13.125rem;
  margin-bottom: 1.25rem;
  border-radius: 0.625rem;
  background-color: var(--text-dark);
}

.heading-xs {
  color: var(--titles-dark);
  font-size: 1.25rem;
  line-height: 1.5;
}

.heading-xs.c-dusk.suggested {
  margin-bottom: 0rem;
}

.posts-waterfall {
  padding-right: 3rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.post-card {
  display: -ms-grid;
  display: grid;
  margin-bottom: 4.375rem;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.post-card__img {
  width: 324px;
  height: 274px;
  max-width: 100%;
  border-radius: 0.625rem;
  background-color: var(--text-dark);
}

.post-card__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: var(--text-dark);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.post-card__content .arrow-link {
  margin-top: auto;
  margin-bottom: 1rem;
}

.blog-sidebar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 19rem;
  max-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.blog-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-sidebar__box {
  margin-bottom: 1.25rem;
  padding: 2.25rem;
  border-radius: 0.625rem;
  background-color: var(--titles-dark);
  color: var(--text-light);
  text-align: center;
}

.blog-sidebar__box.service-desk {
  position: relative;
  padding-top: 8.875rem;
  text-align: left;
}

.pill-input {
  height: 2.5rem;
  margin-bottom: 0.625rem;
  border-radius: 1.25rem;
  font-size: 0.75rem;
  font-weight: 300;
  text-align: center;
}

.blog-sidebar__roll {
  margin-bottom: 1.25rem;
  padding: 1.125rem 0.8125rem 1.5rem;
}

.blog-sidebar__roll.jandup-shadow {
  border-radius: 0.625rem;
}

.blog-roll__tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #e3e0e5;
}

.blog-roll__trigger {
  padding-bottom: 1.125rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 4px solid transparent;
  background-color: transparent;
  color: var(--titles-dark);
  font-size: 0.875rem;
  text-align: center;
}

.blog-roll__trigger.w--current {
  border-bottom-color: var(--primary-color);
  background-color: transparent;
  font-weight: 700;
}

.small-post__img {
  width: 92px;
  height: 92px;
  border-radius: 0.25rem;
  background-color: var(--text-dark);
}

.small-post {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 0.625rem;
  grid-row-gap: 2rem;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.blog-roll__pane {
  padding-top: 1rem;
}

.small-post__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: var(--text-dark);
}

.small-post__title {
  margin-bottom: 0px;
  color: var(--titles-dark);
  font-size: 0.75rem;
  line-height: 1.5;
}

.small-post__link {
  color: var(--titles-dark);
}


.blog-body__footer {
  width: 100%;
  padding-top: 1rem;
  text-align: center;
}

.recent-posts {
  padding-bottom: 5.75rem;
}

.blog-cta {
  padding-bottom: 6.25rem;
  background-image: url("../images/Trazado-1021.svg");
  background-position: 50% 0%;
  background-size: cover;
}

.blog-search {
  position: relative;
}

.blog-search.on__404 {
  width: 39.25rem;
  margin-right: auto;
  margin-left: auto;
}

.blog-search__input {
  height: 3.125rem;
  margin-bottom: 0px;
  padding-right: 2.5rem;
  padding-left: 1.25rem;
  border: 1px none var(--text-dark);
  border-radius: 1.5rem;
  background-color: var(--surface-neutral);
  color: var(--text-dark);
}

.blog-search__input.on__404 {
  width: 100%;
  height: 4.125rem;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 2.0625rem;
}

.blog-search__submit {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  padding-right: 1.3125rem;
  padding-left: 1.3125rem;
  background-color: transparent;
  font-family: Icons, sans-serif;
  color: var(--text-dark);
  font-size: 1.25rem;
}

.blog-search__submit.on-404 {
  padding-right: 1.532rem;
  padding-left: 1.532rem;
}

.page-nav {
  z-index: 2;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  background-color: var(--surface-light);
}

.page-nav__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.25rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-nav {
  z-index: 1;
  margin-top: -1rem;
  padding-top: 2.625rem;
  background-color: var(--surface-light);
  box-shadow: 4px 4px 30px 0 var(--titles-dark-10);
}

.blog-nav__link {
  padding: 0px 0px 1.75rem;
  border-bottom: 2px solid transparent;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  font-size: 0.875rem;
}

.blog-nav__link.w--current {
  border-bottom-color: var(--primary-color);
  color: var(--titles-dark);
}

.blog-nav__link.active {
  border-bottom-color: var(--primary-color);
  font-weight: 700;
}

.blog-nav__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.sticky-nav {
  position: static;
  top: 0rem;
  z-index: 10;
}

.blog-404__img {
  width: 470px; /*669px; */
  /* margin-bottom: 2.25rem; */
}

.mb-1 {
  margin-bottom: 0.5rem;
}

.divider {
  border-bottom: 1px solid #e3e0e5;
}

.divider.on__404 {
  padding-bottom: 4.375rem;
}

.divider.on_single-blog {
  margin-bottom: 4.375rem;
}

.suggested-post {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.suggested-post__img {
  position: relative;
  width: 196px;
  max-width: 100%;
  border-radius: 0.625rem;
  background-color: var(--text-dark);
}

.suggested-post__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: var(--text-dark);
}

.search-results__term {
  display: block;
  color: var(--primary-color);
}

.category-icon {
  margin-right: 2.25rem;
  margin-left: 1.625rem;
}

.ribbon-content {
  width: 75%;
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-left: 6.25rem;
  border-left: 5px solid var(--primary-color);
}

.ribbon-content.jandup-shadow.author {
  border-left-width: 10px;
  border-left-color: var(--secondary-color);
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.ribbon-content.jandup-shadow.blog-category__header {
  width: 49.063rem;
  max-width: 100%;
  padding-left: 6.125rem;
  border-left-width: 10px;
}

.ribbon-image {
  position: absolute;
  left: auto;
  top: 50%;
  right: 0%;
  width: 28rem;
  height: 28rem;
  border-radius: 100%;
  background-color: var(--text-dark);
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.ribbon-image.jandup-shadow {
  width: 430px;
  height: 430px;
}

.ribbon-content__content {
  width: 30rem;
  max-width: 100%;
}

.blog-search__form {
  width: 19rem;
  max-width: 100%;
  margin-bottom: 0px;
}

.blog-search__form.on__sidebar {
  width: 100%;
  margin-bottom: 1.5rem;
}

.card-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1.25rem;
  margin-bottom: 0.75rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Segoe, sans-serif;
  font-size: 0.875rem;
}

.card-info.mb-lg {
  margin-bottom: 1.375rem;
}

.card-info.small {
  margin-bottom: 0.625rem;
  font-size: 0.5rem;
}

.post-content {
  width: 58.33%;
}

.post-content__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.75rem;
  color: var(--text-dark);
}

.post-content__body {
  margin-bottom: 12rem;
}

.post-content__body ul {
  padding-left: 20px;
  font-family: Segoe, sans-serif;
  color: var(--text-dark);
  line-height: 1.56;
}

.post-content__body li {
  margin-bottom: 2rem;
  font-family: Segoe, sans-serif;
  color: var(--text-dark);
}

.post-content__body ol {
  padding-left: 20px;
}

.post-content__body h4 {
  font-size: 1.625rem;
}

.post-content__body h2 {
  margin-top: 0.5rem;
  margin-bottom: 1.563rem;
  font-size: 1.625rem;
}

.post-content__body p {
  margin-bottom: 2rem;
}

.post-content__body img {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-radius: 10px;
}

.post-content__body blockquote {
  padding: 1rem 1.5rem;
  border-left-color: var(--primary-color);
  font-family: Segoe, sans-serif;
  color: var(--text-dark);
  font-size: 1rem;
  line-height: 1.55;
}

.wp-block-pullquote blockquote {
  border-left: none;
  border-top: solid 5px var(--primary-color);
  border-bottom: solid 5px var(--primary-color);
}

.post-content__body a {
  color: var(--primary-color);
  font-weight: 700;
  text-decoration: underline;
}

.author-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 11.25rem 4.375rem 3.125rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 5px solid var(--secondary-color);
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
  text-align: center;
}

.author-card__img {
  position: absolute;
  left: 50%;
  top: 0px;
  width: 13.75rem;
  height: 13.75rem;
  border-radius: 100%;
  background-color: #e3e0e5;
  -webkit-transform: translate(-50%, -35%);
  -ms-transform: translate(-50%, -35%);
  transform: translate(-50%, -35%);
}

.jandup-shadow-light {
  box-shadow: 1px 1px 20px 0 var(--titles-dark-10);
}

.hero-p {
  width: 85%;
  margin-bottom: 2.5rem;
  color: var(--text-light);
  line-height: 1.75;
}

.col-11 {
  width: 91.66666666666667%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.col-11.totem-11 {
  margin-right: auto;
  margin-left: auto;
}

.guide-p {
  margin-bottom: 2.625rem;
}

.cards-group {
  padding-top: 3.125rem;
}

.cards-group.dark {
  background-color: var(--titles-dark);
}

.simple-card {
  width: 23.125rem;
  height: 100%;
  max-width: 100%;
  margin-right: 1.25rem;
  padding: 2.812rem 1.938rem 2.5rem;
  border-radius: 0.625rem;
  background-color: var(--surface-light);
  box-shadow: 7px 7px 30px 0 var(--titles-dark-10);
  color: var(--titles-dark);
}

.simple-card.flower {
  background-color: var(--secondary-color);
  color: var(--text-light);
}

.simple-card.orange {
  background-color: var(--primary-color);
  color: var(--text-light);
}

.simple-card.dusk {
  background-color: var(--titles-dark);
  color: var(--text-light);
}

.simple-card.tangerine {
  background-color: var(--quaternary-color);
  color: var(--text-light);
}

.simple-card.turquoise {
  background-color: var(--tertiary-color);
  color: var(--text-light);
}

.simple-card.battleship {
  background-color: var(--text-dark);
  color: var(--text-light);
}

.simple-card.grey {
  background-color: var(--surface-neutral);
}

.simple-card.last {
  margin-right: 0rem;
}

.related-posts {
  padding-top: 12.5rem;
  padding-bottom: 5.125rem;
}

.related-posts.dark {
  background-color: var(--titles-dark);
}

.related-articles__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.related-post {
  width: 25%;
}

.related-post__img {
  width: 100%;
  height: 8.125rem;
  margin-bottom: 1.5rem;
  border-radius: 0.625rem;
  background-image: url("../images/background-image.svg");
  background-position: 50% 50%;
  background-size: cover;
}

.related-post__title {
  margin-bottom: 0.875rem;
  color: var(--titles-dark);
  font-size: 1rem;
  line-height: 1.4;
}

.related-post__title.c-white {
  color: var(--text-light);
}

.related-post__excerpt {
  margin-bottom: 1.5rem;
  font-size: 0.75rem;
  line-height: 1.7;
}

.related-post__video {
  overflow: hidden;
  width: 46%;
  border-radius: 0.625rem;
}

.test-slide__text {
  position: relative;
  margin-bottom: 1.75rem;
  color: var(--text-dark);
  font-size: 1.25rem;
  line-height: 1.5;
  font-style: italic;
}

.test-slide__name {
  margin-bottom: 0px;
  color: var(--titles-dark);
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
}

.testimonial-slide__pos {
  display: block;
  color: var(--text-dark);
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
}

.counter-stats__light {
  padding-top: 3rem;
  padding-bottom: 1.5rem;
}

.counter-stats__dark {
  padding-top: 3rem;
  padding-bottom: 1.5rem;
  background-color: var(--titles-dark);
}

.boxed-cta {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.boxed-cta.dark {
  background-color: var(--titles-dark);
}

.vacants-img {
  max-width: 36.7rem;
}

.purpose-img {
  height: 34.5rem;
  margin-top: 2.175rem;
  border-radius: 0.625rem;
  background-image: url("../images/traje.png");
  background-position: 50% 0%;
  background-size: cover;
  box-shadow: 1px 1px 30px 0 var(--titles-dark-10);
}

.purpose-img.small {
  display: none;
}

.sol-card__p {
  margin-bottom: 1rem;
  color: var(--text-light);
}

.ornamental {
  position: absolute;
  left: 1rem;
  top: 0%;
  bottom: auto;
  z-index: 1;
}

.ornamental.solutions-1 {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  -webkit-transform: translate(-20%, -75%);
  -ms-transform: translate(-20%, -75%);
  transform: translate(-20%, -75%);
}

.ornamental.solutions-2 {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
}

.ornamental.management-1 {
  -webkit-transform: translate(-25%, 25%);
  -ms-transform: translate(-25%, 25%);
  transform: translate(-25%, 25%);
}

.ornamental.management-2 {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  -webkit-transform: translate(-225%, -150%);
  -ms-transform: translate(-225%, -150%);
  transform: translate(-225%, -150%);
}

.ornamental.bpm-1 {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(-130%, 125%);
  -ms-transform: translate(-130%, 125%);
  transform: translate(-130%, 125%);
}

.ornamental.management-3 {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  -webkit-transform: translate(100%, 175%);
  -ms-transform: translate(100%, 175%);
  transform: translate(100%, 175%);
}

.ornamental.contact-1 {
  left: 50%;
  top: 0%;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(-50%, -85%);
  -ms-transform: translate(-50%, -85%);
  transform: translate(-50%, -85%);
}

.ornamental.contact-2 {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  -webkit-transform: translate(-7.5%, 86%);
  -ms-transform: translate(-7.5%, 86%);
  transform: translate(-7.5%, 86%);
}

.ornamental.culture-1 {
  left: 0%;
  top: -14.5rem;
  right: 0%;
  bottom: auto;
  z-index: 2;
}

.ornamental.founder-1 {
  top: -2rem;
  width: 1074px;
  max-width: 110%;
  -webkit-transform: translate(0.5%, 18%);
  -ms-transform: translate(0.5%, 18%);
  transform: translate(0.5%, 18%);
}

.ornamental.leaders-1 {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  -webkit-transform: translate(-25%, -66.66%);
  -ms-transform: translate(-25%, -66.66%);
  transform: translate(-25%, -66.66%);
}

.ornamental.leaders-2 {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 80%;
  -webkit-transform: translate(0px, 70%);
  -ms-transform: translate(0px, 70%);
  transform: translate(0px, 70%);
}

.ornamental.speakers-1 {
  left: 50%;
  width: 115%;
  max-width: 200%;
  -webkit-transform: translate(-52.5%, 15%);
  -ms-transform: translate(-52.5%, 15%);
  transform: translate(-52.5%, 15%);
}

.ornamental.blog-cta-1 {
  -webkit-transform: translate(0.75rem, 2px);
  -ms-transform: translate(0.75rem, 2px);
  transform: translate(0.75rem, 2px);
}

.ornamental.blog-cta-2 {
  top: 6.383rem;
  right: 20%;
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
}

.ornamental.blog-cta-3 {
  top: 50%;
  right: -3.5rem;
  -webkit-transform: translate(-135%, -50%);
  -ms-transform: translate(-135%, -50%);
  transform: translate(-135%, -50%);
}

.ornamental.blog-cta-4 {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -4rem;
  -webkit-transform: translate(200%, -125%);
  -ms-transform: translate(200%, -125%);
  transform: translate(200%, -125%);
}

.ornamental.home-office {
  left: 0%;
  top: -3rem;
  right: 0%;
  bottom: auto;
  width: 1060px;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.ornamental.career-greenhouse {
  left: 0%;
  top: -4rem;
  right: 0%;
  bottom: auto;
  margin-right: auto;
  margin-left: auto;
}

.colored-quote-character {
  position: absolute;
  left: 0%;
  top: -2rem;
  right: 0%;
  color: var(--primary-color);
  font-size: 3.25rem;
  line-height: 0.48;
  font-weight: 700;
}

.icon-embed {
  margin-right: 0.3125rem;
}

.stats-10__p {
  width: 95%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  color: var(--text-light);
}

.mail-icon {
  margin-right: 0.75rem;
}

.about-img {
  height: 36rem;
}

.home-img {
  height: 36rem;
}

.welcome-title {
  margin-bottom: 1.75rem;
  color: var(--text-dark);
  line-height: 1.31;
  font-style: italic;
  font-weight: 700;
}

.welcome-title.c-black {
  color: var(--text-dark);
}

.c-black {
  color: var(--text-dark);
}

.decorated-3 {
  position: absolute;
  left: 15%;
  top: 0%;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.decorated-4 {
  position: absolute;
  left: 10%;
  top: auto;
  right: auto;
  bottom: -14rem;
  z-index: 2;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.value-card__p {
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  font-size: 0.875rem;
  line-height: 1.8;
}

.leader-desc {
  color: var(--text-light);
  line-height: 1.8;
}

.speakers-img {
  position: relative;
  width: 34rem;
  margin-right: auto;
  margin-left: auto;
}

.mantra-img {
  height: 33.75rem;
  margin-top: 0.5rem;
  border-radius: 0.625rem;
  background-image: url("../images/Beto3x.jpg");
  background-size: cover;
}

.card-info__icon {
  margin-right: 0.325rem;
  -webkit-transform: translate(0px, 1px);
  -ms-transform: translate(0px, 1px);
  transform: translate(0px, 1px);
}

.badger {
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
  -webkit-transition: all 240ms ease;
  transition: all 240ms ease;
}

.badger:hover {
  width: 5.625rem;
  height: 5.625rem;
  margin: -0.8125rem;
}

.badger.orange {
  background-image: url("../images/Icon_Proposito.svg");
  background-position: 50% 50%;
  background-size: cover;
}

.badger.orange:hover {
  background-image: url("../images/Grupo-3172.svg"),
    url("../images/Icon_Proposito.svg");
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
}

.badger.purple {
  background-image: url("../images/Icon_Empoderamiento.svg");
  background-position: 50% 50%;
  background-size: cover;
}

.badger.purple:hover {
  background-image: url("../images/purple-badge.svg"),
    url("../images/Icon_Empoderamiento.svg");
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
}

.badger.tangerine {
  background-image: url("../images/Icon_Colaboracion.svg");
  background-position: 50% 50%;
  background-size: cover;
}

.badger.tangerine:hover {
  background-image: url("../images/tangerine-badge.svg"),
    url("../images/Icon_Colaboracion.svg");
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
}

.badger.battleship {
  background-image: url("../images/Icon_Experimentacion.svg");
  background-position: 50% 50%;
  background-size: cover;
}

.badger.battleship:hover {
  background-image: url("../images/battleship-badge.svg"),
    url("../images/Icon_Experimentacion.svg");
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
}

.badger.turquoise {
  background-image: url("../images/Icon_Transparencia.svg");
  background-position: 50% 50%;
  background-size: cover;
}

.badger.turquoise:hover {
  background-image: url("../images/turquoise-badge.svg"),
    url("../images/Icon_Transparencia.svg");
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
}

.badger.small {
  width: 4rem;
  height: 4rem;
  margin-right: 0.525rem;
  margin-left: 0.525rem;
}

.badger.no-grow {
  width: 5.625rem;
  height: 5.625rem;
}

.badger.no-grow:hover {
  width: 5.625rem;
  height: 5.625rem;
  margin: 0rem;
}

.resources-p {
  width: 95%;
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.8;
}

.services-8__p {
  width: 83.33%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.footer-title__link {
  color: var(--text-light);
}

.footer-title__link:hover {
  color: var(--primary-color);
}

.quote-container {
  position: relative;
}

.start-quote {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(-125%, -15%);
  -ms-transform: translate(-125%, -15%);
  transform: translate(-125%, -15%);
}

.end-quote {
  position: relative;
}

.mw-90 {
  max-width: 90%;
}

.test {
  padding-top: 400px;
  padding-bottom: 400px;
}

.timeline-slider {
  height: auto;
  background-color: transparent;
}

.timeline-slide {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  text-align: center;
}

.timelime-img {
  height: 18.75rem;
  margin-bottom: 2.5rem;
  border-radius: 0.625rem;
  background-image: url("../images/contacto.png");
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 1px 1px 30px 0 var(--titles-dark-10);
}

.timeline-container {
  overflow: hidden;
  padding-top: 7rem;
  padding-bottom: 6rem;
}

.timeline-line {
  position: relative;
  height: 1px;
  margin-bottom: 2.25rem;
  background-color: #e3e0e5;
  -webkit-transition: all 240ms ease;
  transition: all 240ms ease;
}

.timeline-year {
  margin-bottom: 0.75rem;
  color: var(--titles-dark);
  font-size: 1.625rem;
  line-height: 1.35;
  letter-spacing: -0.4px;
}

.timeline-title {
  margin-bottom: 1rem;
  color: var(--titles-dark);
  font-size: 1.625rem;
  line-height: 1.35;
  letter-spacing: -0.4px;
}

.timeline-desc {
  max-width: 90%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.timeline-line__start {
  position: absolute;
  top: 0px;
  width: 3px;
  height: 1.875rem;
  background-color: var(--primary-color);
  -webkit-transform: translate(0px, -45%);
  -ms-transform: translate(0px, -45%);
  transform: translate(0px, -45%);
}

.timeline-arrow {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  -webkit-transform: translate(775%, -70%);
  -ms-transform: translate(775%, -70%);
  transform: translate(775%, -70%);
}

.timeline-arrow.previous {
  -webkit-transform: translate(625%, -70%);
  -ms-transform: translate(625%, -70%);
  transform: translate(625%, -70%);
}

.location-card__img {
  height: 15.625rem;
  margin-bottom: 1.875rem;
  border-radius: 0.625rem;
  background-image: url("../images/01-Oficinas-Vortice.png");
  background-position: 50% 50%;
  background-size: cover;
}

.mantra-img__xs {
  position: relative;
  display: none;
}

.mantra-img__img {
  height: 18.75rem;
  border-radius: 0.625rem;
  background-image: url("../images/background-image.svg");
  background-position: 50% 50%;
  background-size: cover;
}

.mantra-text {
  margin-bottom: 0rem;
  font-family: Segoe, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  font-style: italic;
  font-weight: 400;
}

.location-address {
  font-family: Segoe, sans-serif;
  font-size: 0.875rem;
  line-height: 1.79;
}

.solutions-title-container {
  width: 100%;
  max-width: 48rem;
  margin-right: auto;
  margin-bottom: 5.188rem;
  margin-left: auto;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  text-align: center;
}

.hero-description {
  max-width: 39.25rem;
  margin-bottom: 2.375rem;
  color: var(--text-light);
  line-height: 1.75;
}

.download-guide-paragraph {
  margin-bottom: 2.25rem;
}

.home-office-paragraph {
  margin-bottom: 1.5625rem;
}

.benefits-title-block {
  margin-right: auto;
  margin-bottom: 2.563rem;
  margin-left: auto;
  text-align: center;
}

.benefits-paragraph {
  max-width: 46rem;
}

.testimonials-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6.3125rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonials-card.inverted {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.greenhouse-paragraph {
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.79;
}

.internship-top-ornamental {
  position: absolute;
  left: auto;
  top: -6.5rem;
  right: auto;
  bottom: auto;
}

.internship-bottom-ornamental {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: -7.5rem;
}

.culture-top-ornamental {
  position: absolute;
  left: auto;
  top: -8rem;
  right: 8.5rem;
  bottom: auto;
}

.internships-paragraph {
  width: 100%;
  max-width: 25.65rem;
  margin-bottom: 2rem;
  font-size: 0.875rem;
}

.graphic-culture {
  width: 510px;
  margin-top: 2.25rem;
}

.welcome-paragraph {
  margin-bottom: 1.75rem;
  color: var(--text-dark);
  line-height: 1.31;
}

.welcome-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.welcome-letter {
  max-width: 33.25rem;
}

.history-paragraph {
  max-width: 21.875rem;
}

._404-wrapper {
  margin-right: auto;
  margin-bottom: 4.375rem;
  margin-left: auto;
  text-align: center;
}

.suggested-posts {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._404-lost-wrapper {
  width: 100%;
  margin-bottom: 3.438rem;
  text-align: center;
}

.heading-lg-2 {
  color: var(--titles-dark);
  font-size: 2.25rem;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: -0.55px;
}

.c-battleship-2 {
  color: var(--text-dark);
}

.blog-fixed-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  padding-top: 1rem;
  background-color: var(--surface-light);
}

.roulette {
  width: 578px;
  float: right;
}

.leader-title {
  margin-bottom: 4.938rem;
}

.leaders-paragraph {
  width: 20.563rem;
  max-width: 100%;
  margin-bottom: 0px;
}

.social-impact-paragraph {
  width: 52.813rem;
  max-width: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.culture-top-ornamental-2 {
  position: absolute;
  left: 12.756rem;
  top: -1rem;
  right: auto;
  bottom: auto;
}

.form-grid {
  width: 100%;
  grid-auto-flow: column;
  grid-column-gap: 1.25rem;
  grid-row-gap: 2.188rem;
  grid-template-areas:
    ". Area"
    ". Area"
    ". Area";
  -ms-grid-columns: auto 1.25rem 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: max-content 2.188rem auto 2.188rem auto;
  grid-template-rows: -webkit-max-content auto auto;
  grid-template-rows: max-content auto auto;
}

.products-wrapper.slideinbottom {
  margin-right: auto;
  margin-bottom: 3.125rem;
  margin-left: auto;
  text-align: center;
}

.contact-phone-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.vision-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 2.215rem;
  grid-row-gap: 2.215rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.manifest-grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.manifest-content {
  width: 25.75rem;
  max-width: 100%;
}

.manifest-image-container {
  width: 36rem;
  max-width: 100%;
}


.contact-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cards-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

@media screen and (max-width: 991px) {
  .container {
    width: 84%;
    padding-right: 0;
    padding-left: 0;
  }

  .container.large-container {
    width: 84%;
  }

  .row.edges-slider {
    margin-right: -1rem;
    margin-left: -1rem;
  }

  .row.fluid {
    margin-right: -1rem;
    margin-left: -1rem;
  }

  .col-8.section-header {
    width: 100%;
  }

  .col-8.solutions-8 {
    width: 83.33%;
  }

  .col-8.bottom-offset {
    width: 100%;
    padding-bottom: 3.625rem;
  }

  .col-8.pillars-8 {
    width: 83.33%;
  }

  .col-8.header-8 {
    width: 100%;
  }

  .col-8.offer-8 {
    width: 100%;
  }

  .col-8.video-8 {
    width: 100%;
    margin-bottom: 2rem;
  }

  .col-8.vacants-8 {
    width: 100%;
  }

  .heading-xl {
    font-size: 2.75rem;
  }

  .pill-btn.white.on__hero {
    margin-bottom: 2.5rem;
  }

  .pill-btn.orange.on__cta-card {
    margin-left: 0px;
  }

  .pill-btn.orange.with-icon {
    border-radius: 2.625rem;
  }

  .pill-btn.turquoise.on__hero {
    margin-bottom: 2.5rem;
  }

  .d-flex.visible-xs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .eyebrow {
    margin-bottom: 1.25rem;
  }

  .heading-lg.mb-6 {
    margin-bottom: 2rem;
  }

  .heading-lg.cta-card__title {
    width: 100%;
    margin-bottom: 2rem;
    padding-left: 0.75rem;
  }

  .text-imagecenter {
    padding-top: 3.25rem;
    padding-bottom: 5rem;
  }

  .fw-bold.mb-0 {
    line-height: 1.75;
  }

  .prompt-card {
    margin-right: 0rem;
    margin-left: 0rem;
    padding: 1.5rem 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .prompt-card.jandup-shadow.about {
    padding-right: 1.25rem;
  }

  .prompt-card__img {
    margin-right: 0rem;
    margin-bottom: 1rem;
  }

  .col-4.header-4 {
    display: none;
  }

  .col-4.with-card {
    margin-bottom: 4rem;
  }

  .col-4.home-resources__img {
    width: 100%;
    margin-left: 0%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .col-4.col-resources {
    width: 100%;
    padding-top: 2.75rem;
  }

  .cards-grid {
    padding-bottom: 0rem;
  }

  .cards-totem {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }

  .col-12.counter-cards {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .col-12.locations-grid {
    padding-right: 0rem;
    padding-bottom: 0rem;
    padding-left: 0rem;
  }

  .col-12.pillars-12 {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .col-12.decorated-12 {
    padding: 2.5rem 2rem 2rem;
  }

  .col-12.values-12 {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .col-12.locations-12 {
    margin-bottom: 1.5rem;
  }

  .offer-card {
    margin-right: 0.875rem;
    margin-left: 0.875rem;
    padding: 2.25rem 2.5rem;
    border-style: none;
    box-shadow: 7px 7px 30px 0 var(--titles-dark-10);
  }

  .offer-card__img {
    /* display: none; */
    margin-bottom: 1.5rem;
  }

  .offer-card__content {
    width: 100%;
  }

  .heading-md.sol-card__title {
    color: var(--titles-dark);
    font-size: 1.25rem;
  }

  .heading-md.offer-card__title {
    font-size: 1.5rem;
  }

  .wave-cta {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .col-10.solutions-10 {
    width: 100%;
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .col-10.stats-10 {
    width: 100%;
  }

  .col-10.values-10 {
    width: 100%;
    margin-bottom: 2.5rem;
  }

  .col-10.i25-10 {
    width: 100%;
    margin-bottom: 2.5rem;
  }

  .contact-box {
    padding-top: 2rem;
    padding-bottom: 2.5rem;
    padding-left: 2.5rem;
  }

  .contact-box__content {
    width: 100%;
  }

  .contact-box__p {
    width: 100%;
  }

  .contact-box__img {
    width: 100%;
    margin-bottom: 2rem;
    margin-left: 0%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .img-text-cascade {
    padding-top: 4rem;
    padding-bottom: 0rem;
  }

  .d-block.inline-xs {
    display: inline;
  }

  .solution-card {
    flex-direction: column-reverse !important;
    gap: 2.5rem;
    /* margin-right: 0.75rem;
    margin-left: 0.75rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 8px solid var(--text-dark);
    border-top-left-radius: 0.625rem;
    border-top-right-radius: 0.625rem;
    background-color: var(--surface-light);
    box-shadow: 1px 1px 30px 0 var(--titles-dark-10); */
  }

  .solution-card.inverted.cornflower {
    border-bottom-color: var(--secondary-color);
  }

  .solution-card.orange {
    border-bottom-color: var(--primary-color);
  }

  .solution-card.turquoise {
    border-bottom-color: var(--tertiary-color);
  }

  .solution-card__img {
    /* display: none; */
  }

  .solution-card__content {
    width: 100%;
  }

  .arrow-link.white.on__solution-card {
    width: 100%;
    color: var(--primary-color);
  }

  .video-section {
    padding-bottom: 2.25rem;
  }

  .stat-cards {
    padding-bottom: 0rem;
  }

  .counter-card {
    margin-right: 0.4375rem;
    margin-bottom: 2rem;
    margin-left: 0.4375rem;
    padding: 2.5rem 2rem;
    border-bottom-width: 10px;
  }

  .heading-sm.location-title {
    margin-bottom: 1.5rem;
  }

  .cta-with-image {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .col-5.culture-5 {
    width: 100%;
  }

  .col-5.culture-img.slideinbottom-200 {
    display: none;
  }

  .col-5.cta-img {
    width: 100%;
    margin-bottom: 1.5rem;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .col-5.manifest-5 {
    width: 100%;
  }

  .slider-section {
    padding-top: 2.25rem;
    padding-bottom: 5.875rem;
  }

  .left-arrow.hidden-xs {
    display: none;
  }

  .right-arrow.hidden-xs {
    display: none;
  }

  .test-slide {
    padding-top: 5rem;
    padding-bottom: 3rem;
  }

  .locations-cards {
    padding-top: 3rem;
  }

  .badges-flex.bigger {
    margin-right: 0%;
    margin-bottom: 0rem;
  }

  .badges-flex.in-locations {
    display: none;
  }

  .flag-link {
    margin-bottom: 1rem;
  }

  .col-7.locations-7 {
    margin-bottom: 3rem;
  }

  .col-7.purpose-7 {
    width: 100%;
  }

  .col-7.manifest-7 {
    width: 100%;
  }

  .location-card {
    margin-right: 0.625rem;
    margin-bottom: 3.125rem;
    margin-left: 0.625rem;
    padding: 1rem 1rem 2.5rem;
    border-radius: 0.625rem;
    box-shadow: 1px 1px 10px 0 var(--titles-dark-10);
  }

  .img-cta {
    padding-bottom: 3.125rem;
  }



  .ally-box {
    /* width: 50%; */
    margin-bottom: 2.5rem;
  }

  .text-imagesright {
    padding-top: 4.5rem;
    padding-bottom: 3.125rem;
  }

  .text-imagesright.with-wave {
    padding-top: 5rem;
    padding-bottom: 3rem;
  }

  .resources-img__1 {
    display: none;
  }

  .resources-img__2 {
    display: none;
  }

  .resources-img__0 {
    width: 100%;
  }

  .about-pillars {
    padding-top: 4.5rem;
    padding-bottom: 0rem;
  }

  .image-pillar {
    margin-right: 0.625rem;
    margin-bottom: 0rem;
    margin-left: 0.625rem;
  }

  .pillar-img {
    margin-right: auto;
    margin-left: auto;
  }

  .decorated-cta._30-years {
    padding-top: 3rem;
    padding-bottom: 8.25rem;
  }

  .thirty-box__content {
    width: 100%;
    margin-bottom: 2rem;
  }

  .thirty-box__video {
    width: 105%;
    margin-right: -1rem;
    margin-left: -1rem;
  }

  .decorated-1.ornamental {
    display: none;
  }

  .decorated-2.ornamental {
    display: none;
  }

  .about-values {
    padding-top: 3.125rem;
  }

  .value-card {
    margin-right: 0.5rem;
    margin-bottom: 5rem;
    margin-left: 0.5rem;
  }

  .about-philosophy {
    padding-top: 0rem;
  }

  .about-comic {
    padding-bottom: 4.5rem;
  }

  .cta-card {
    padding: 2.5rem 2rem;
  }

  .cta-card__icon {
    margin-bottom: 1.5rem;
    padding-left: 0.75rem;
  }

  .about-manifest {
    padding-top: 3.75rem;
    padding-bottom: 2.25rem;
  }

  .navbar {
    display: none;
  }

  .col-6.mantra__img {
    display: none;
  }

  .col-6.cta-6 {
    width: 100%;
  }

  .col-6.mantra-content {
    width: 100%;
  }

  .about-mantra {
    padding-top: 3.375rem;
  }

  .mantra__label.jandup-shadow {
    padding: 1.125rem 1.25rem;
  }

  .hero-p {
    margin-bottom: 2rem;
  }

  .col-11.totem-11 {
    width: 100%;
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .purpose-img {
    display: none;
  }

  .purpose-img.small {
    display: block;
    width: 100%;
    height: 30rem;
    margin-bottom: 1.375rem;
    background-position: 50% 0%;
  }

  .purpose-arrow {
    height: 2.5rem;
  }

  .sol-card__p {
    color: var(--text-dark);
  }

  .stats-10__p {
    width: 100%;
  }

  .mail-icon.hidden-xs {
    display: none;
  }

  .decorated-3.ornamental {
    display: none;
  }

  .decorated-4 {
    display: none;
  }

  .services-8__p {
    width: 100%;
  }

  .timeline-container {
    padding-top: 0rem;
    padding-bottom: 3.375rem;
  }

  .location-card__img {
    margin-bottom: 2.125rem;
    background-position: 50% 50%;
  }

  .location-card__content {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .mantra-img__xs {
    display: block;
    margin-bottom: 5.5rem;
  }
}

@media screen and (max-width: 767px) {
  .alliances-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 1rem;
    -ms-grid-columns: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
  }
  .custom-header {
    height: auto;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .col-8.solutions-8 {
    width: 100%;
  }

  .col-8.pillars-8 {
    width: 100%;
  }

  .col-8.services-8 {
    width: 100%;
    margin-bottom: 1.25rem;
  }

  .col-8.offer-8.slideinbottom {
    margin-bottom: 1.5rem;
  }

  .heading-xl {
    font-size: 2.25rem;
  }

  .pill-btn.white.on__hero {
    width: 100%;
  }

  .pill-btn.on__cta-card {
    width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .pill-btn.full-width {
    width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .d-flex {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .home-norm {
    margin-right: 0rem;
  }

  .heading-lg {
    font-size: 2rem;
  }

  .text-imagecenter {
    padding-top: 2.5rem;
    padding-bottom: 4rem;
  }

  .prompt-card {
    font-size: 0.875rem;
  }

  .cards-totem {
    padding-top: 2.5rem;
    padding-bottom: 1.75rem;
  }

  .heading-md.offer-card__title {
    margin-bottom: 0.625rem;
    font-size: 1.25rem;
  }

  .wave-cta {
    padding-bottom: 3.25rem;
  }

  .contact-box {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .img-text-cascade {
    padding-top: 2.5rem;
  }

  .video-section {
    padding-top: 0rem;
  }

  .stat-cards {
    padding-top: 3rem;
  }

  .cta-with-image {
    padding-top: 1.375rem;
  }

  .locations-cards {
    padding-top: 2.75rem;
  }

  .col-7.locations-7 {
    width: 100%;
  }

  .hero-p {
    width: 100%;
    margin-bottom: 1.5rem;
  }

  .purpose-img.small {
    height: 18.5rem;
  }

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

  .heading-lg-2 {
    font-size: 2rem;
  }
}

#w-node-_129e94e6-2940-b72b-fa84-8ae1e399d9f0-5e8f5e02 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-area: Area;
}

.form-grid > #w-node-_129e94e6-2940-b72b-fa84-8ae1e399d9f0-5e8f5e02 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

#w-node-_0014e728-968f-52f6-5e5b-f786bee6ca7c-37332e1f {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-area: Area;
}

.form-grid > #w-node-_0014e728-968f-52f6-5e5b-f786bee6ca7c-37332e1f {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Light.woff2") format("woff2"),
    url("../fonts/Gotham-Light.eot") format("embedded-opentype"),
    url("../fonts/Gotham-Light.woff") format("woff"),
    url("../fonts/Gotham-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Segoe";
  src: url("../fonts/Segoe.woff2") format("woff2"),
    url("../fonts/Segoe.eot") format("embedded-opentype"),
    url("../fonts/Segoe.woff") format("woff"),
    url("../fonts/Segoe.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Segoe";
  src: url("../fonts/Segoe-Italic.woff2") format("woff2"),
    url("../fonts/Segoe-Italic.eot") format("embedded-opentype"),
    url("../fonts/Segoe-Italic.woff") format("woff"),
    url("../fonts/Segoe-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Icons";
  src: url("../fonts/fontello.woff2") format("woff2"),
    url("../fonts/fontello.eot") format("embedded-opentype"),
    url("../fonts/fontello.woff") format("woff"),
    url("../fonts/fontello.ttf") format("truetype"),
    url("../fonts/fontello.svg") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Segoe";
  src: url("../fonts/Segoe-Bold.woff2") format("woff2"),
    url("../fonts/Segoe-Bold.eot") format("embedded-opentype"),
    url("../fonts/Segoe-Bold.woff") format("woff"),
    url("../fonts/Segoe-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Bold.eot") format("embedded-opentype"),
    url("../fonts/Gotham-Bold.woff") format("woff"),
    url("../fonts/Gotham-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
