:root {
  --base-color-brand--brand-1: #fffdfa;
  --link-color--link-primary: var(--base-color-neutral--white);
  --background-color--background-primary: var(--base-color-neutral--black);
  --text-color--text-alternate\<deleted\|variable-2688eaeb-df93-32fe-efb9-d54fbd7bd424\>: var(--base-color-neutral--white);
  --text-color--text-primary: var(--base-color-neutral--black);
  --base-color-brand--brand-4: #3244d8;
  --background-color--background-success: var(--base-color-system--success-green);
  --text-color--text-success\<deleted\|variable-17518f72-fb93-45b5-ad9e-fdd3f2b1833a\>: var(--base-color-system--success-green-dark);
  --base-color-neutral--black: #01010e;
  --base-color-brand--highlight: var(--base-color-brand--brand-1);
  --border-color--border-primary\<deleted\|variable-d4c54ba4-ee41-67ce-58a5-5216ca039f83\>: var(--base-color-neutral--neutral-lightest);
  --border-radius--small: .5rem;
  --base-color-neutral--neutral-lightest: #eee;
  --background-color--background-yellow: var(--base-color-brand--brand-4);
  --background-color--background-secondary: var(--base-color-brand--brand-3);
  --text-color--text-secondary\<deleted\|variable-0a60224d-1a94-b160-ae24-af3c6d95a994\>: var(--base-color-neutral--neutral-darker\<deleted\|variable-dda6ad91-259a-0202-f70f-965feb273058\>);
  --background-color--background-tertiary: var(--base-color-brand--brand-5);
  --background-color--background-error: var(--base-color-system--error-red);
  --text-color--text-error\<deleted\|variable-4a51c5d2-820c-a0d9-b49e-0e5d273c964f\>: var(--base-color-system--error-red-dark);
  --border-radius--xsmall: .25rem;
  --base-color-neutral--white: #fffdfa;
  --border-color--border-alternate\<deleted\|variable-551aa6d2-4bf8-6036-137a-78e1c71841a4\>: var(--base-color-neutral--neutral-darker\<deleted\|variable-dda6ad91-259a-0202-f70f-965feb273058\>);
  --base-color-brand--brand-5: #301b6b;
  --base-color-brand--brand-6: #ad28ee;
  --base-color-brand--brand-2: #6ce0eb;
  --background-color--background-warning: var(--base-color-system--warning-yellow);
  --text-color--text-warning\<deleted\|variable-825aa1d8-b093-0b89-37c5-87d980df10f5\>: var(--base-color-system--warning-yellow-dark);
  --base-color-brand--brand-3: #3f8bf2;
  --border-radius--main: .75rem;
  --base-color-brand--border: #c3b7a7;
  --border-radius--hero: .875rem;
  --base-color-neutral--neutral-lighter: #ccc;
  --base-color-neutral--neutral-light: #aaa;
  --base-color-system--success-green: #cef5ca;
  --base-color-system--success-green-dark: #114e0b;
  --base-color-system--warning-yellow: #fcf8d8;
  --base-color-system--warning-yellow-dark: #5e5515;
  --base-color-system--error-red: #f8e4e4;
  --base-color-system--error-red-dark: #3b0b0b;
  --background-color--background-alternate: var(--base-color-neutral--white);
  --link-color--link-secondary: var(--base-color-neutral--black);
  --link-color--link-alternate: var(--base-color-neutral--white);
  --base-color-neutral--neutral-darker\<deleted\|variable-dda6ad91-259a-0202-f70f-965feb273058\>: #222;
}

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

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

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  background-color: var(--base-color-brand--brand-1);
  color: #000;
  font-family: Figtree, sans-serif;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 1;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.1;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Figtree, sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.2;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--link-color--link-primary);
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

img {
  object-fit: cover;
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 93vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xsmall {
  margin: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

.margin-tiny {
  margin: .125rem;
}

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-xsmall {
  padding: .5rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-tiny {
  padding: .125rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top, .padding-top.padding-medium {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom, .margin-bottom.margin-tiny, .margin-bottom.margin-small, .margin-bottom.margin-medium, .margin-bottom.margin-xxsmall, .margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-vertical, .padding-vertical.padding-xxlarge {
  padding-left: 0;
  padding-right: 0;
}

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

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-top, .margin-top.margin-medium, .margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom.padding-xxlarge {
  padding: 0 0 4rem;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  border: 1px solid #000;
  border-radius: .2rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.overflow-auto {
  overflow: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.background-color-primary {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-alternate\<deleted\|variable-2688eaeb-df93-32fe-efb9-d54fbd7bd424\>);
  -webkit-text-stroke-color: #fdfdfd;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.text-color-primary {
  color: var(--text-color--text-primary);
}

.text-color-secondary {
  color: var(--base-color-brand--brand-4);
  font-weight: 600;
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  background-color: var(--background-color--background-success);
  color: var(--text-color--text-success\<deleted\|variable-17518f72-fb93-45b5-ad9e-fdd3f2b1833a\>);
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h3 {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.1;
}

.text-rich-text h1, .text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

.text-rich-text blockquote {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.pointer-events-auto {
  pointer-events: auto;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.icon-height-small {
  height: 1rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.heading-style-h1 {
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1;
}

.heading-style-h1.text-color-primary {
  color: var(--base-color-neutral--black);
  flex: none;
}

.heading-style-h1.text-color-primary.max-wdith40 {
  width: 40%;
}

.heading-style-h1.text-align-centerdesktop {
  text-align: center;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.padding-global.padding-section-large {
  background-color: #fffdfa;
  padding: 8rem 5% 7rem;
}

.padding-global.padding-section-large.no-padding-bottom {
  padding-top: 6rem;
  padding-bottom: 0;
}

.padding-global.padding-section-large.small-bottom {
  padding-top: 3rem;
  padding-bottom: 4rem;
}

.padding-global.padding-section-medium {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.padding-global.is-hero {
  flex: 1;
  position: relative;
}

.padding-global.padding-section-hero {
  align-items: center;
  padding-top: 0;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.text-weight-normal {
  font-weight: 400;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.text-color-alternate {
  color: var(--text-color--text-alternate\<deleted\|variable-2688eaeb-df93-32fe-efb9-d54fbd7bd424\>);
}

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

.pointer-events-none {
  pointer-events: none;
}

.text-weight-medium {
  font-weight: 500;
}

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--border-color--border-primary\<deleted\|variable-d4c54ba4-ee41-67ce-58a5-5216ca039f83\>);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.text-size-tiny {
  font-size: .875rem;
  line-height: 1.2;
  text-decoration: none;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.text-weight-light {
  font-weight: 300;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.text-size-regular {
  font-size: 1.125rem;
  line-height: 1.2;
}

.text-size-regular.tag-inspo {
  border-radius: var(--border-radius--small);
  background-color: var(--base-color-neutral--neutral-lightest);
  padding: .5rem 1rem;
  font-size: 1rem;
  display: inline-block;
}

.text-weight-xbold {
  font-weight: 800;
}

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

.text-weight-bold {
  font-weight: 700;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.background-color-alternate {
  background-color: var(--background-color--background-yellow);
}

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  font-size: 1rem;
  line-height: 1.2;
}

.heading-style-h4 {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.text-style-nowrap {
  white-space: nowrap;
}

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

.background-color-secondary {
  background-color: var(--background-color--background-secondary);
}

.form_input {
  border: 1px solid var(--border-color--border-primary\<deleted\|variable-d4c54ba4-ee41-67ce-58a5-5216ca039f83\>);
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.form_input::placeholder, .form_input.is-select-input {
  color: var(--text-color--text-secondary\<deleted\|variable-0a60224d-1a94-b160-ae24-af3c6d95a994\>);
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
  font-size: 1rem;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

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

.text-size-large {
  font-size: 1.5rem;
  line-height: 1.2;
}

.fs-styleguide_header {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-alternate\<deleted\|variable-2688eaeb-df93-32fe-efb9-d54fbd7bd424\>);
  background-image: radial-gradient(circle at 100% 100%, #dd23bb40, #0000 40%), radial-gradient(circle at 0 100%, #2d62ff4d, #0000 60%);
}

.heading-style-h2 {
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h2.text-align-right.is-testimonial {
  font-size: 2rem;
}

.page-wrapper {
  position: relative;
}

.fs-styleguide_label {
  background-color: var(--background-color--background-secondary);
  color: var(--text-color--text-alternate\<deleted\|variable-2688eaeb-df93-32fe-efb9-d54fbd7bd424\>);
  border-radius: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: var(--background-color--background-tertiary);
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.container-large {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.container-large.is-quote {
  max-width: 60rem;
  padding-top: 14rem;
}

.container-large.is-inspo {
  overflow: hidden;
}

.container-large.is-richtext {
  width: 80%;
  margin-top: 1rem;
}

.icon-height-medium {
  height: 2rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  background-color: var(--background-color--background-error);
  color: var(--text-color--text-error\<deleted\|variable-4a51c5d2-820c-a0d9-b49e-0e5d273c964f\>);
  margin-top: .75rem;
  padding: .75rem;
}

.icon-height-large {
  height: 3rem;
}

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

.form_component {
  margin-bottom: 0;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.button {
  border-radius: var(--border-radius--xsmall);
  background-color: var(--background-color--background-primary);
  color: var(--base-color-neutral--white);
  text-align: center;
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-small.is-white {
  background-color: var(--base-color-neutral--white);
  color: var(--base-color-neutral--black);
}

.button.is-form-submit {
  color: var(--base-color-neutral--white);
}

.button.is-large {
  padding: 1rem 2rem;
  font-size: 1.5rem;
}

.button.is-secondary {
  border: 1px solid var(--border-color--border-alternate\<deleted\|variable-551aa6d2-4bf8-6036-137a-78e1c71841a4\>);
  color: var(--text-color--text-primary);
  background-color: #0000;
}

.button.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: row;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.button.is-icon:hover {
  background-color: var(--base-color-brand--brand-5);
}

.button.is-icon.is-white {
  background-color: var(--base-color-brand--brand-1);
  color: var(--base-color-neutral--black);
  transition: color .2s, background-color .2s;
}

.button.is-icon.is-white:hover {
  background-color: var(--base-color-brand--brand-4);
  color: var(--base-color-brand--brand-1);
}

.button.is-icon.is-yellow {
  background-color: var(--base-color-brand--brand-4);
  color: var(--base-color-neutral--black);
  transition: background-color .4s cubic-bezier(.39, .575, .565, 1);
}

.button.is-icon.is-yellow:hover {
  background-color: var(--base-color-brand--brand-6);
}

.button.is-icon.is-blue {
  background-color: var(--base-color-brand--brand-4);
  transition: color .2s, background-color .2s;
}

.button.is-icon.is-blue:hover {
  background-color: var(--base-color-brand--brand-2);
  color: var(--base-color-neutral--black);
}

.button.is-brand {
  background-color: var(--background-color--background-secondary);
}

.button.is-disabled {
  background-color: #87878766;
}

.button.is-navbar {
  background-color: var(--base-color-brand--brand-4);
  color: var(--base-color-neutral--white);
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding: .9rem 1.125rem;
  font-size: 1.125rem;
  font-weight: 600;
  transition: background-color .2s;
}

.button.is-navbar:hover {
  background-color: var(--base-color-brand--brand-6);
}

.button.is-navbar.is-white {
  background-color: var(--base-color-neutral--white);
  color: var(--base-color-neutral--black);
}

.button.is-navbar.is-tablet {
  vertical-align: text-top;
  display: none;
}

.button.is-form {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: row;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.button.is-form:hover {
  background-color: var(--base-color-brand--brand-6);
}

.button.is-form.is-white {
  background-color: var(--base-color-brand--brand-1);
  color: var(--base-color-neutral--black);
}

.button.is-form.is-white:hover {
  background-color: var(--base-color-brand--highlight);
}

.button.is-form.is-yellow {
  background-color: var(--base-color-brand--brand-4);
  color: var(--base-color-neutral--black);
  transition: background-color .4s cubic-bezier(.39, .575, .565, 1);
}

.button.is-form.is-yellow:hover {
  background-color: var(--base-color-brand--brand-6);
}

.button.is-form.is-blue {
  background-color: var(--base-color-brand--brand-4);
}

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

.text-size-medium {
  font-size: 1.2rem;
  line-height: 1.2;
}

.text-size-medium.is-list {
  padding-bottom: 1rem;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hide {
  display: none;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.container-medium {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.fs-styleguide_spacing-all {
  display: none;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.fs-styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-large {
  padding-top: 3rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.fs-styleguide_message {
  background-color: var(--background-color--background-warning);
  color: var(--text-color--text-warning\<deleted\|variable-825aa1d8-b093-0b89-37c5-87d980df10f5\>);
  border-radius: .25rem;
  padding: .25rem .5rem;
  font-size: .875rem;
}

.nav_component {
  background-color: var(--base-color-neutral--white);
  width: 100%;
  height: auto;
  position: relative;
  inset: 0% 0% auto;
}

.nav_component.is-light {
  border-top-style: none;
  border-right-style: none;
  border-bottom-color: var(--base-color-neutral--black);
  background-color: var(--base-color-neutral--white);
  border-left-style: none;
}

.nav_container {
  background-color: var(--base-color-brand--brand-1);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.nav_brand {
  align-self: center;
  height: 30px;
}

.nav_logo {
  width: 100%;
  height: 100%;
  color: var(--base-color-neutral--black);
  vertical-align: middle;
  padding-left: 2px;
}

.nav_logo.nav-light {
  color: var(--base-color-neutral--black);
}

.nav_menu {
  align-items: center;
  display: flex;
}

.nav_menu_link {
  box-shadow: inset 0 0 0 0 var(--base-color-brand--brand-3);
  color: var(--base-color-neutral--black);
  flex: none;
  padding: 0 .75rem;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.8;
  transition: box-shadow .8s cubic-bezier(.215, .61, .355, 1);
}

.nav_menu_link:hover {
  border-bottom: 0px none var(--base-color-neutral--white);
  box-shadow: inset 0 -40px 0 0 var(--base-color-brand--brand-2);
}

.nav_menu_link.w--current, .nav_menu_link.nav-light {
  color: var(--base-color-neutral--black);
}

.nav_button {
  padding: 1rem;
}

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

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.background-color-tertiary {
  background-color: var(--background-color--background-tertiary);
}

.fs-styleguide_hero-label {
  color: var(--text-color--text-primary);
  text-transform: uppercase;
  background-color: #eee;
  border-radius: .25rem;
  padding: .25rem .375rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
}

.hero_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  max-width: 70rem;
  display: grid;
  position: relative;
}

.hero_image {
  border-radius: 1rem;
  margin-top: 0;
}

.hero_heading {
  font-size: 4rem;
}

.section_hero {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  height: 100svh;
}

.hero_grid {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.nav_fixed {
  z-index: 999;
  position: fixed;
  inset: 0% 0% auto;
}

.fs-styleguide_heading-header {
  font-size: 6rem;
}

.section-programs {
  color: var(--base-color-neutral--white);
  position: relative;
}

.body {
  background-color: var(--base-color-neutral--white);
}

.v-flex {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
}

.v-flex.gap-large {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
}

.v-flex.gap-small {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.v-flex.gap-small.is-sticky {
  position: sticky;
  top: 4rem;
}

.v-flex.gap-small.is-inspo {
  flex: 1;
  align-self: flex-end;
}

.v-flex.is-quote {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: flex-end;
}

.v-flex.is-slider, .v-flex.is-cifras {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
}

.program-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr;
  grid-auto-columns: 1fr;
  height: 25rem;
  display: grid;
}

.program-card {
  border-radius: var(--border-radius--main);
  background-image: url('../images/keynote1.jpg');
  background-position: 50%;
  background-size: cover;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
  overflow: hidden;
}

.program-card.is-2 {
  border: 1px solid var(--base-color-brand--border);
  color: var(--base-color-neutral--black);
  background-image: none;
  padding-bottom: 4rem;
}

.program-content {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.program-content.is-proximamente {
  flex-flow: column;
}

.program-content.is-proximamente.text-align-center {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

.section-numeros {
  color: var(--base-color-neutral--white);
  position: relative;
}

.cifras-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  height: auto;
}

.cifra-card {
  background-color: var(--base-color-brand--brand-2);
  width: 100%;
  height: 12rem;
  color: var(--base-color-neutral--black);
  border-radius: .625rem;
  overflow: hidden;
}

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

.cifra-connection {
  background-color: var(--base-color-brand--brand-5);
  width: 100%;
  height: 2rem;
  overflow: hidden;
}

.cifra-connection.is-vertical {
  width: 2rem;
  height: 100%;
}

.section-about {
  background-color: var(--base-color-neutral--white);
  color: var(--base-color-neutral--black);
  position: relative;
}

.h-flex {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
}

.h-flex.is-centered {
  justify-content: flex-start;
  align-items: center;
}

.h-flex.is-hero {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 2.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.h-flex.is-imghover {
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  position: relative;
}

.column {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  align-self: center;
  width: 52%;
  height: 100%;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  display: flex;
}

.column.is-sticky {
  align-self: flex-start;
  padding-top: 0;
  position: sticky;
  top: 10rem;
}

.column.is-right {
  align-items: flex-end;
  width: 34%;
  padding-top: 0;
  padding-bottom: 0;
}

.column.is-about {
  align-items: flex-start;
}

.image-wrapper {
  border-radius: var(--border-radius--main);
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.image-wrapper.into-ivonne {
  max-width: 480px;
}

.column-imgs {
  width: 50%;
  height: 100%;
}

.about-tags-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.div-block-2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.section-inspirate {
  background-color: var(--base-color-neutral--white);
  color: var(--base-color-neutral--black);
  position: relative;
}

.div-block-3 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.inspirate-container {
  justify-content: center;
  align-items: center;
  height: 95vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.inspirate-text-wrapper {
  z-index: 2;
  justify-content: center;
  align-items: center;
  height: 100svh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.div-block-4 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.inspirate-img-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
}

.inspirate-img-group1 {
  transform-origin: 50% 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.inspirate-img-wrapper1 {
  z-index: 1;
  aspect-ratio: 1;
  border-radius: var(--border-radius--main);
  width: 100%;
  max-width: 18%;
  position: absolute;
  left: -4%;
  overflow: hidden;
}

.inspirate-img-wrapper3 {
  z-index: 1;
  aspect-ratio: 1;
  border-radius: var(--border-radius--main);
  width: 100%;
  max-width: 18%;
  position: absolute;
  inset: auto -5% -5% auto;
  overflow: hidden;
}

.inspirate-img-wrapper2 {
  z-index: 1;
  aspect-ratio: 1;
  border-radius: var(--border-radius--main);
  width: 100%;
  max-width: 18%;
  position: absolute;
  inset: 0% auto auto 35%;
  overflow: hidden;
}

.inspirate-img-wrapper4 {
  z-index: 1;
  aspect-ratio: 1;
  border-radius: var(--border-radius--main);
  width: 100%;
  max-width: 18%;
  position: absolute;
  bottom: -10%;
  left: 20%;
  overflow: hidden;
}

.inspirate-img-group2 {
  transform-origin: 50% 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.inspirate-img-wrapper5 {
  z-index: 1;
  aspect-ratio: 1;
  border-radius: var(--border-radius--main);
  width: 100%;
  max-width: 18%;
  position: absolute;
  top: -10%;
  left: 10%;
  overflow: hidden;
}

.inspirate-img-wrapper6 {
  z-index: 1;
  aspect-ratio: 1;
  border-radius: var(--border-radius--main);
  width: 100%;
  max-width: 18%;
  position: absolute;
  top: -10%;
  right: 20%;
  overflow: hidden;
}

.inspirate-img-wrapper7 {
  z-index: 1;
  aspect-ratio: 1;
  border-radius: var(--border-radius--main);
  width: 100%;
  max-width: 18%;
  position: absolute;
  top: 25%;
  right: -5%;
  overflow: hidden;
}

.inspirate-img-wrapper8 {
  z-index: 1;
  aspect-ratio: 1;
  border-radius: var(--border-radius--main);
  width: 100%;
  max-width: 18%;
  position: absolute;
  bottom: 5%;
  right: 30%;
  overflow: hidden;
}

.img-inspirate {
  aspect-ratio: 1;
  object-position: 50% 15%;
  width: 100%;
  height: 100%;
  position: relative;
}

.logo-disciplina {
  width: 24rem;
}

.logo-disciplina.align-center {
  width: auto;
  height: 5rem;
}

.logo-disciplina.is-medium {
  width: 18rem;
}

.logo-disciplina.is-black {
  filter: invert();
  width: 23rem;
}

.logo-disciplina.is-black.is-en {
  width: 21rem;
}

.logo-disciplina.is-en {
  width: 22rem;
}

.program-text-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  max-width: 80%;
  display: flex;
}

.keynote-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr;
  grid-auto-columns: 1fr;
  height: 85vh;
  display: flex;
}

.keynote-text-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 35vw;
  display: flex;
}

.keynote-content {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.keynote-content.is-proximamente {
  flex-flow: column;
}

.keynote-card {
  border-radius: var(--border-radius--main);
  background-image: url('../images/keynote2.jpg');
  background-position: 50%;
  background-size: cover;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 2.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  overflow: hidden;
}

.contact-form {
  background-color: var(--base-color-neutral--black);
}

.text-field {
  border-radius: var(--border-radius--small);
  height: 3rem;
  color: var(--base-color-neutral--black);
  border: 1px solid #000;
  margin-bottom: 0;
}

.text-field:focus {
  border-color: #000;
}

.text-field.is-message {
  padding-top: 1.5rem;
  padding-bottom: 11rem;
}

.text-field.is-2lines {
  height: 5rem;
}

.footer-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border-radius: var(--border-radius--main);
  background-color: var(--base-color-neutral--white);
  color: var(--base-color-neutral--black);
  flex-flow: column;
  padding: 3rem 0 4rem;
  display: flex;
}

.form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.field-form_wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.image-landscape-wrapper {
  aspect-ratio: 3 / 2;
  border-radius: var(--border-radius--main);
  object-fit: cover;
  height: 26rem;
  position: relative;
  overflow: hidden;
}

.image-landscape-wrapper.is-conferencista {
  opacity: 1;
  display: block;
}

.image-landscape-wrapper.is-moderadora {
  object-position: 50% 50%;
  height: 100%;
}

.image-landscape-wrapper.is-panelista {
  object-position: 50% 100%;
  height: 100%;
}

.image-landscape-wrapper.is-consultora, .image-landscape-wrapper.is-creadora, .image-landscape-wrapper.is-curadora {
  height: 100%;
}

.hero-wrapper {
  object-fit: cover;
  background-image: url('../images/hero_home.jpg');
  background-position: 0 0;
  background-size: auto;
  flex: 1;
  width: 100%;
  height: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.img-hero {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0%;
}

.icon-cta {
  width: 1.5rem;
  height: 1.5rem;
}

.cta-wrapper.is-footer {
  align-self: auto;
}

.cta-wrapper.is-bottom {
  align-self: flex-start;
}

.cta-wrapper.is-centered {
  align-self: center;
}

.links-nav-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-6 {
  border-radius: var(--border-radius--hero);
  justify-content: center;
  align-items: stretch;
  height: 100%;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero-content-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 39rem;
  display: flex;
  position: relative;
  bottom: 0;
}

.hero-content-wrapper.vertical {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 42rem;
}

.container-hero {
  border-radius: var(--border-radius--hero);
  width: 100%;
  height: 85svh;
  margin-top: 6rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.video-wrapper {
  aspect-ratio: 3 / 2;
  border-radius: var(--border-radius--main);
  height: 16rem;
  display: flex;
  position: relative;
  bottom: 0;
  overflow: hidden;
}

.section-testimonials {
  color: var(--base-color-neutral--white);
  position: relative;
}

.section-quote {
  position: relative;
}

.section-quote.is-white {
  color: var(--base-color-neutral--black);
}

.signature-wrapper {
  align-self: flex-end;
  height: 12rem;
}

.container-full {
  width: 100%;
}

.is-hidden {
  display: none;
}

.slide {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Core-home.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  height: 100%;
}

.slider {
  height: 90svh;
}

.section-features {
  color: var(--base-color-neutral--black);
}

.stackedcards-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  display: flex;
}

.div-block-7 {
  flex-flow: column;
  display: flex;
}

.cards-wrapper {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.feature-card {
  border: 1px solid var(--base-color-brand--border);
  border-radius: var(--border-radius--main);
  background-color: var(--base-color-neutral--white);
  height: 18rem;
  padding: 2.5rem;
  position: sticky;
  top: 10rem;
  overflow: hidden;
}

.feature-card.is-2 {
  top: 11rem;
}

.feature-card.is-3 {
  top: 12rem;
}

.feature-card.is-4 {
  top: 13rem;
}

.feature-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.feature-text-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
}

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

.top-card-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
}

.slide-nav {
  margin-bottom: 1rem;
  font-size: 10px;
}

.testimonial-content {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 49rem;
  padding-bottom: 2.5rem;
  padding-left: 0;
  padding-right: 2.5rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.testimonial-logo-wrapper {
  align-self: center;
  height: 3rem;
}

.testimonial-bottom-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.testimonial-name-wrapper {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.slide-2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Phillip-M.jpg');
  background-position: 0 0, 0%;
  background-size: auto, cover;
}

.slide-3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Ceci-Ochoa.jpg');
  background-position: 0 0, 100%;
  background-size: auto, auto 110%;
}

.testimonial-logo {
  width: auto;
  height: 100%;
}

.section-faqs {
  color: var(--base-color-neutral--black);
  display: none;
  position: relative;
}

.section-historia, .section-aboutme {
  color: var(--base-color-neutral--black);
  position: relative;
}

.about-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  height: 100%;
}

.about-content {
  flex-flow: column;
  max-width: 66rem;
  display: flex;
}

.about-facts {
  border-bottom: 1px solid #000;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.about-img-wrapper {
  border-radius: var(--border-radius--main);
  width: 100%;
  height: 75vh;
  position: relative;
  overflow: hidden;
}

.img-inspo {
  object-position: 50% 75%;
  width: 100%;
  height: 100%;
}

.tab-link {
  background-color: #0000;
  border-bottom: 2px solid #3244d84d;
  transition: border-color .3s cubic-bezier(.215, .61, .355, 1);
}

.tab-link:hover {
  border-bottom-color: #3244d880;
}

.tab-link.w--current {
  border-bottom-color: var(--base-color-brand--brand-4);
  background-color: #0000;
}

.tab-content-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.tab-column-left {
  width: 50%;
  height: 100%;
}

.tabs-wrapper {
  height: 100%;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.tabs {
  height: 36rem;
}

.tab-img-wrapper {
  border-radius: var(--border-radius--main);
  height: 100%;
  overflow: hidden;
}

.tabs-content {
  width: 100%;
  height: 32rem;
  position: absolute;
}

.tab-pane {
  width: 100%;
  height: 100%;
}

.tabs-menu {
  justify-content: space-between;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.faqs-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.tab-link-1994 {
  border-style: none none solid;
  border-width: 2px;
  border-color: var(--base-color-brand--brand-3) var(--base-color-brand--brand-3) #5207f266;
  background-color: #0000;
}

.tab-link-2008, .tab-link-2011, .tab-link-2012, .tab-link-2013, .tab-link-2019, .tab-link-2020 {
  background-color: #0000;
  border-bottom: 2px solid #5207f266;
}

.tab-link-2020.w--current {
  border-bottom-color: var(--base-color-brand--brand-3);
  background-color: #0000;
}

.faqs-content {
  border: 2px solid var(--base-color-brand--border);
  border-radius: var(--border-radius--main);
  flex-flow: column;
  width: 70%;
  display: flex;
}

.faq-item-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.faq-answer {
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: none;
  overflow: hidden;
}

.faq-header {
  cursor: pointer;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.faq-header.text-weight-bold {
  border-top: 2px solid var(--base-color-brand--border);
  justify-content: space-between;
  padding: 1.5rem;
}

.faq-header.text-weight-bold.is-first {
  border-top-style: none;
}

.svg {
  width: 2rem;
  height: 2rem;
}

.faqs-header {
  width: 30%;
}

.section-read {
  color: var(--base-color-neutral--black);
  position: relative;
}

.slider-inspo {
  background-color: #0000;
  width: 100%;
  height: 85svh;
  left: -1.5rem;
}

.mask {
  width: 24%;
  overflow: visible;
}

.item-inspo-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-right: 1px solid var(--base-color-neutral--neutral-lighter);
  width: 100%;
  height: 90%;
  color: var(--base-color-neutral--black);
  flex-flow: column;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-decoration: none;
  display: flex;
}

.img-inspo-wrapper {
  aspect-ratio: 1 / 1.4;
  border-radius: var(--border-radius--main);
  object-fit: cover;
  flex: none;
  height: 320px;
  position: relative;
  overflow: hidden;
}

.item-inspo-description {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.slide-nav-2 {
  display: none;
}

.tab-column-right {
  width: 50%;
}

.grid {
  grid-template-rows: 1.5fr 1fr 1.5fr;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  height: 100%;
  padding-bottom: 3rem;
  overflow: visible;
}

.inspo-img-wrapper {
  z-index: 1;
  aspect-ratio: 1;
  border-radius: var(--border-radius--main);
  width: 15rem;
  position: relative;
  top: 15%;
  overflow: hidden;
}

.inspo-img-wrapper.is-top {
  top: 0;
}

.inspo-content {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  padding-top: 2rem;
  display: flex;
}

.inspo-content.gap-large {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
}

.inspo-content.gap-small {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
}

.inspo-content.gap-small.is-sticky {
  position: sticky;
  top: 4rem;
}

.inspo-content.is-quote {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: flex-end;
}

.program-wrapper-mobile, .left-arrow, .right-arrow {
  display: none;
}

.slider-programas {
  background-color: #0000;
}

.arrow-slider {
  border: 1px solid var(--base-color-brand--border);
  border-radius: var(--border-radius--main);
  width: 48px;
  height: 48px;
  color: var(--base-color-neutral--black);
  justify-content: center;
  align-items: center;
  transition: background-color .35s;
  display: flex;
  inset: auto 0% -10% auto;
}

.arrow-slider:hover {
  background-color: var(--base-color-brand--border);
}

.arrow-slider.is-right {
  transform: rotate(180deg);
}

.icon-hidden {
  display: none;
}

.left-arrow-2 {
  width: 48px;
  inset: auto 75px 0% auto;
}

.right-arrow-2 {
  width: 48px;
  inset: auto 0% 0% auto;
}

.union {
  object-fit: fill;
  width: 80px;
  height: 48px;
}

.union.is-2 {
  width: 80px;
  height: 48px;
  transform: rotate(90deg);
}

.item-list {
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 1;
}

.tabs-2 {
  display: flex;
}

.tabs-menu-2 {
  flex-flow: column;
  order: 1;
  justify-content: center;
  width: 50%;
  padding-left: 2rem;
  display: flex;
}

.tabs-content-2 {
  width: 50%;
}

.tab-link-tab-1 {
  background-color: #c8c8c8;
}

.tab-link-tab-1.w--current {
  background-color: #0000;
}

.tab-link2 {
  opacity: .4;
  background-color: #0000;
}

.tab-link2.w--current {
  opacity: 1;
  background-color: #0000;
}

.tab-pane-tab-1, .tab-pane-tab-2, .tab-pane-tab-3, .tab-pane-tab-4, .tab-pane-tab-5, .tab-pane-tab-6 {
  width: 100%;
  height: 100%;
}

.image-border {
  border-radius: var(--border-radius--main);
  object-position: 50% 60%;
  width: 100%;
  height: 100%;
}

.image-border.position-bottom {
  object-position: 50% 95%;
}

.header-list {
  padding-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.4;
}

.header-list.is-list {
  padding-bottom: 1rem;
}

.image {
  width: 100%;
  height: 100%;
}

.heading {
  font-size: 2.5rem;
  line-height: 1.2;
}

.nav-lang {
  color: var(--base-color-neutral--black);
  padding: 0 .125rem;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1;
}

.nav-lang:hover {
  border-bottom: 0px none var(--base-color-neutral--white);
}

.nav-lang.w--current {
  color: var(--base-color-neutral--black);
  text-decoration: none;
}

.nav-lang.nav-light {
  color: var(--base-color-neutral--black);
}

.nav-lang.is-current {
  text-decoration: underline;
}

.nav-lang.is-current.w--current {
  color: var(--base-color-neutral--black);
  text-decoration: underline;
}

.divider {
  background-color: #000;
  width: 2px;
  height: 80%;
}

.divider.is-dark {
  width: 1px;
  height: 1rem;
}

.lang-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  align-items: center;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.keynote-numbers {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-radius: var(--border-radius--small);
  background-color: var(--base-color-neutral--white);
  width: 14rem;
  color: var(--base-color-neutral--black);
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.columns {
  align-self: flex-end;
  display: flex;
}

.column-2, .column-number {
  padding-left: 0;
  padding-right: 0;
}

.keynote-numbers-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  align-items: flex-end;
}

.h-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  color: var(--base-color-neutral--black);
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.home-about-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 1px solid var(--base-color-brand--border);
  border-radius: var(--border-radius--main);
  justify-content: space-between;
  padding: 4rem 4rem 4rem 3.5rem;
}

.home-about-wrapper.is-centered {
  justify-content: flex-start;
  align-items: center;
}

.home-about-wrapper.is-hero {
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 3rem;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.home-about-wrapper.is-imghover {
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  position: relative;
}

.header-cifras-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: space-around;
  align-self: flex-end;
  align-items: flex-end;
}

.logo-ivonnegama {
  width: 16rem;
}

.logo-ivonnegama.align-center {
  width: auto;
  height: 3rem;
}

.logo-ivonnegama.align-center2 {
  width: auto;
  height: 32px;
  margin-top: 4px;
}

.header-ivonnegama-wrapper {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
}

.signature {
  width: 100%;
  height: 100%;
}

.about-numbers-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: absolute;
  inset: auto 0% 0%;
}

.about-numbers {
  grid-column-gap: .15rem;
  grid-row-gap: .15rem;
  border-radius: var(--border-radius--small);
  background-color: var(--base-color-neutral--white);
  width: 100%;
  color: var(--base-color-neutral--black);
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 1rem;
}

.img-about-gallery {
  object-position: 50% 75%;
  width: 100%;
  height: 100%;
}

.img-about-gallery.is-left {
  object-position: 0% 50%;
}

.img-about {
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.body-2 {
  background-color: var(--base-color-neutral--white);
}

.hero-text-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.isotipo-wrapper {
  height: 7rem;
}

.header-iso-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 10% auto 10%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.header-iso-wrapper.is-bottom {
  align-items: flex-end;
}

.img-isotipo {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.spacer-auto {
  flex: 0 auto;
  width: auto;
  height: 1px;
  display: flex;
}

.footer3_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: flex;
}

.footer3_menu-wrapper {
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  display: flex;
}

.footer_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.footer_link-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  justify-content: center;
  place-items: flex-start start;
  display: flex;
}

.footer3_logo-link {
  float: none;
  padding-left: 0;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.footer3_legal-link {
  color: var(--\<unknown\|relume-variable-link-color-1\>);
  font-size: .875rem;
  text-decoration: underline;
}

.footer3_credit-text {
  font-size: .875rem;
}

.container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.footer {
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-neutral--white);
}

.footer_top-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.footer3_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: flex;
}

.text-size-small-2 {
  font-size: .875rem;
}

.footer_bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.line-divider {
  background-color: var(--base-color-neutral--white);
  width: 100%;
  height: 1px;
}

.padding-global-2 {
  padding-left: 5%;
  padding-right: 5%;
}

.footer_link {
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

.footer_link:hover {
  color: var(--base-color-brand--brand-2);
}

.footer-logo {
  height: 100%;
  position: absolute;
  inset: 0%;
}

.footer-logo.is-2, .footer-logo.is-3 {
  display: none;
}

.footer-logo-wrapper {
  width: 22rem;
  height: 12rem;
  position: relative;
}

.footer-logo-wrapper.w--current {
  width: 16rem;
}

.social-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  padding-top: 1rem;
}

.text-block {
  color: var(--base-color-neutral--black);
}

.div-block-9 {
  background-color: var(--base-color-brand--brand-6);
}

.svg-2 {
  width: 1.5rem;
  height: 1.5rem;
}

.header-fh-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
}

.header-fh-wrapper.is-bottom {
  align-items: flex-end;
}

.navbar-cta_wrapper.is-footer {
  align-self: auto;
}

.navbar-cta_wrapper.is-bottom {
  align-self: flex-start;
}

.navbar-cta_wrapper.is-centered {
  align-self: center;
}

.header142_images-group2 {
  transform-origin: 50% 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.header142_image-wrapper3 {
  z-index: 1;
  border-radius: var(--border-radius--main);
  width: 220px;
  height: 240px;
  position: absolute;
  top: 3%;
  left: 40%;
  overflow: hidden;
}

.header142_image-wrapper4 {
  border-radius: var(--border-radius--main);
  width: 220px;
  height: 240px;
  position: absolute;
  top: -3%;
  right: 20%;
  overflow: hidden;
}

.header142_images-group1 {
  transform-origin: 50% 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-size-medium-2 {
  font-size: 1.125rem;
}

.stylesystem-class-label {
  cursor: context-menu;
  background-color: #83747426;
  border-radius: 4px;
  padding-left: .5rem;
  padding-right: .5rem;
  display: inline-block;
}

.stylesystem-class-label.is-animation {
  background-image: url('../images/interaction-icon.svg');
  background-position: 8px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 2rem;
}

.button-2 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-2.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
}

.button-2.is-link {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-2.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.header142_instructions-list {
  padding-left: 1.25rem;
}

.header142_image-wrapper6 {
  z-index: 1;
  border-radius: var(--border-radius--main);
  width: 220px;
  height: 240px;
  position: absolute;
  bottom: -5%;
  right: -1%;
  overflow: hidden;
}

.container-large-3 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-section-large-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.button-group-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group-2.is-center {
  justify-content: center;
}

.header142_image-wrapper5 {
  border-radius: var(--border-radius--main);
  width: 220px;
  height: 240px;
  position: absolute;
  top: 25%;
  right: -2%;
  overflow: hidden;
}

.header142_image-wrapper1 {
  z-index: 1;
  border-radius: var(--border-radius--main);
  width: 220px;
  height: 240px;
  position: absolute;
  left: -3%;
  overflow: hidden;
}

.header142_instructions-list-item {
  padding-left: .5rem;
}

.heading-style-h1-2 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.header142_content {
  z-index: 1;
  position: relative;
}

.hedaer-142-instructions-delete {
  text-align: left;
  background-color: #f2f3f3;
  padding: 2rem;
  display: block;
}

.inspo_images-canvas {
  width: 100%;
  height: 100%;
  position: absolute;
}

.header142_image {
  object-position: 50% 70%;
  width: 100%;
  height: 100%;
}

.header142_image-wrapper2 {
  border-radius: var(--border-radius--main);
  width: 220px;
  height: 240px;
  position: absolute;
  top: -8%;
  left: 10%;
  overflow: hidden;
}

.header142_image-wrapper7 {
  border-radius: var(--border-radius--main);
  width: 220px;
  height: 240px;
  position: absolute;
  bottom: 4%;
  right: 30%;
  overflow: hidden;
}

.header142_image-wrapper8 {
  z-index: 1;
  border-radius: var(--border-radius--main);
  width: 220px;
  height: 240px;
  position: absolute;
  bottom: 3%;
  left: 20%;
  overflow: hidden;
}

.padding-global-3 {
  padding-left: 5%;
  padding-right: 5%;
}

.section_inspo {
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
  color: var(--\<unknown\|relume-variable-text-color-1\>);
  margin-top: 4rem;
}

.inspo_component {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.who_title-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  align-items: center;
  display: flex;
}

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

.rl-styleguide_label {
  color: #1e51f7;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #ebeffa;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.who_content-left {
  width: 50%;
  height: 100%;
  padding-right: 2.5rem;
  position: absolute;
  inset: auto 0% 0;
}

.who_image-wrapper {
  border-radius: 1rem;
  height: 100%;
  position: sticky;
  top: 2rem;
  overflow: hidden;
}

.tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  background-color: #eee;
  border: 1px #eee;
  justify-content: center;
  align-items: center;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.who_list-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
  position: relative;
}

.portfolio-22-instructions-delete {
  text-align: left;
  background-color: #f2f3f3;
  padding: 2rem;
  display: block;
}

.who_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.who_image.is-top {
  object-position: 50% 0%;
}

.padding-section-large-3 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.portfolio22_item-link {
  z-index: 1;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-bottom: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  opacity: 1;
  color: var(--base-color-neutral--black);
  justify-content: flex-start;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.heading-style-h4-2 {
  color: var(--base-color-neutral--black);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.heading-style-h5-2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  display: none;
}

.who_list {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-left: 2.5rem;
}

.padding-global-4 {
  padding-left: 5%;
  padding-right: 5%;
}

.portfolio22_instructions-callout {
  background-color: #0000001a;
  align-items: center;
  padding: 1.5rem;
  line-height: 1.6;
}

.portfolio22_instructions-callout-image {
  margin-top: 1.5rem;
}

.section_portfolio22 {
  color: var(--base-color-neutral--black);
}

.text-weight-semibold {
  font-weight: 600;
}

.who_image-opacity {
  display: none;
}

.padding-section-large-4 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.who_item-link {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px none var(--\<unknown\|relume-variable-border-color-1\>);
  opacity: 1;
  color: var(--base-color-neutral--black);
  cursor: default;
  justify-content: flex-start;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.who_item-link:hover {
  color: var(--base-color-brand--brand-6);
}

.who_item-link.is-moderadora:hover {
  color: var(--base-color-brand--brand-3);
}

.who_item-link.is-panelista:hover {
  color: var(--base-color-brand--brand-2);
}

.who_item-link.is-consultora {
  transition-duration: .2s;
}

.who_item-link.is-consultora:hover {
  color: var(--base-color-brand--brand-4);
}

.heading-style-h4-3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.padding-global-5 {
  padding-left: 5%;
  padding-right: 5%;
}

.text-size-medium-3 {
  font-size: 1.125rem;
}

.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.layout353_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.layout353_content-item {
  border: 1px solid var(--base-color-brand--border);
  border-radius: var(--border-radius--main);
  background-color: var(--base-color-brand--brand-1);
  margin-bottom: 4rem;
  padding: 2.5rem;
  position: sticky;
}

.layout353_content-item.content-item-2 {
  top: 32%;
}

.layout353_content-item.content-item-1 {
  top: 30%;
}

.layout353_content-item.content-item-3 {
  top: 34%;
}

.layout353_content-item.content-item-4 {
  top: 36%;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.padding-section-large-5 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.button-group-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.layout353_icon-wrapper {
  display: inline-block;
}

.layout353_content-left {
  position: sticky;
  top: 30%;
}

.heading-style-h2-2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.icon-1x1-medium-2 {
  width: 3rem;
  height: 3rem;
}

.padding-global-6 {
  padding-left: 5%;
  padding-right: 5%;
}

.block {
  background-color: #c4c4c4;
  width: 1.2rem;
  height: 1rem;
  margin-right: 2rem;
}

.who_header-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: grid;
}

.link-yuxta {
  color: var(--base-color-brand--brand-3);
  font-weight: 600;
  text-decoration: none;
}

.link-rbus {
  color: var(--base-color-brand--brand-4);
  font-weight: 600;
  text-decoration: none;
}

.background-video {
  z-index: 99;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.overlay {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(#000000b3, #000000b3);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  font-size: 1.5rem;
  display: none;
  position: absolute;
  inset: 0%;
}

.cta38_instructions-callout {
  background-color: #0000001a;
  align-items: center;
  padding: 1.5rem;
  line-height: 1.6;
}

.text-size-medium-4 {
  font-size: 1.125rem;
}

.cta38_link-image {
  width: 75%;
  max-width: 35rem;
}

.cta38_link-block {
  border-bottom: 1px #000;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.cta38_link-block:hover {
  color: var(--base-color-brand--brand-6);
}

.cta38_link-text-small {
  white-space: nowrap;
  margin-right: 2rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.cta38_instructions-list {
  padding-left: 1.25rem;
}

.cta38_link-image-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100vh;
  margin-left: 50%;
  display: none;
  position: fixed;
  inset: 0%;
}

.cta38_link-image-wrapper.pointer-events-off {
  justify-content: flex-end;
  align-items: center;
  margin-left: 0%;
  margin-right: 50%;
  padding-right: 2rem;
  display: flex;
}

.cta-38-instructions-delete {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  text-align: left;
  padding: 2rem;
  display: block;
}

.cta38_list {
  grid-column-gap: 0rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 50%;
  margin-left: 50%;
  margin-right: 0;
}

.cta38_link-text {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.section_cta38 {
  display: block;
}

.cta38_instructions-callout-image {
  margin-top: 1.5rem;
}

.cta38_instructions-list-item {
  padding-left: .5rem;
}

.padding-global-7 {
  padding-left: 5%;
  padding-right: 5%;
}

.who_mobile-wrapper {
  display: none;
}

.who_mobile_header-wrapper {
  justify-content: space-between;
  align-items: center;
}

.slider_tablet-header {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.icon-embed-xlarge {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6.5rem;
  height: 6.5rem;
  display: flex;
}

.quote-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
}

.quote-wrapper.gap-large {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
}

.quote-wrapper.gap-small {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.quote-wrapper.gap-small.is-sticky {
  position: sticky;
  top: 4rem;
}

.quote-wrapper.gap-small.is-inspo {
  align-self: flex-end;
}

.quote-wrapper.is-quote {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: flex-end;
}

.quote-wrapper.is-slider, .quote-wrapper.is-cifras {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
}

.heading-quote {
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1;
}

.heading-quote.text-color-primary {
  color: var(--base-color-neutral--black);
  flex: none;
}

.heading-quote.text-color-primary.max-wdith40 {
  width: 40%;
}

.heading-quote.text-align-centerdesktop {
  text-align: center;
}

.link-ie {
  color: var(--base-color-brand--brand-6);
  font-weight: 600;
  text-decoration: none;
}

.text-span {
  color: var(--base-color-brand--brand-3);
}

.link-rb {
  font-weight: 600;
}

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

.section_richtext {
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
  margin-top: 4rem;
}

.rich-text {
  margin-top: 2rem;
  font-size: 1rem;
}

.link-terms {
  color: var(--background-color--background-primary);
  text-decoration: none;
}

.success-message {
  border-radius: var(--border-radius--small);
}

.logo-text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

@media screen and (min-width: 1920px) {
  .padding-bottom.padding-xxlarge {
    padding-bottom: 5rem;
  }

  .padding-global.padding-section-large.no-padding-bottom {
    padding-top: 6rem;
  }

  .container-large, .nav_container {
    max-width: 120rem;
  }

  .program-wrapper {
    height: 30rem;
  }

  .column.is-right {
    align-items: flex-end;
    width: 40%;
  }

  .inspirate-container {
    max-width: 100rem;
  }

  .container-hero {
    max-width: 120rem;
  }

  .video-wrapper {
    height: 19rem;
  }

  .about-content {
    max-width: 70rem;
  }

  .slider-inspo {
    height: 65svh;
  }

  .img-inspo-wrapper {
    height: 500px;
  }

  .image {
    width: 100%;
  }

  .home-about-wrapper {
    justify-content: space-between;
  }

  .header-iso-wrapper {
    grid-template-columns: auto 80% .5fr;
    justify-items: center;
  }

  .header142_image-wrapper3, .header142_image-wrapper4 {
    width: 20rem;
    height: 22rem;
  }

  .header142_images-group1 {
    left: 10%;
    right: 10%;
  }

  .header142_image-wrapper6, .header142_image-wrapper5, .header142_image-wrapper1, .header142_image-wrapper2, .header142_image-wrapper7, .header142_image-wrapper8 {
    width: 20rem;
    height: 22rem;
  }

  .who_item-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

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

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .heading-style-h1 {
    font-size: 2.7rem;
  }

  .heading-style-h1.text-color-primary {
    color: var(--base-color-neutral--black);
  }

  .heading-style-h1.text-color-primary.max-wdith40 {
    align-self: flex-start;
    width: 100%;
  }

  .heading-style-h1.text-align-centerdesktop {
    text-align: left;
  }

  .padding-global {
    padding-left: 5%;
    padding-right: 5%;
  }

  .padding-global.padding-section-large.no-padding-bottom {
    padding-top: 2rem;
  }

  .padding-global.padding-section-hero {
    padding-top: 0;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .heading-style-h4 {
    font-size: 1.25rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .text-size-large.text-align-center {
    font-size: 1.2rem;
  }

  .text-size-large.text-align-center.left-mobile {
    text-align: left;
  }

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

  .heading-style-h2.text-align-center.left-tablet {
    text-align: left;
  }

  .container-large.is-richtext {
    width: 90%;
    margin-top: 0;
  }

  .button.is-navbar.is-tablet {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 8rem;
  }

  .spacer-xlarge {
    padding-top: 3rem;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4rem;
  }

  .nav_component {
    height: 5rem;
    padding-top: 1rem;
  }

  .nav_container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
    display: grid;
  }

  .nav_brand {
    height: 2rem;
  }

  .nav_brand.w--current {
    align-self: center;
  }

  .nav_logo {
    height: 1.5rem;
  }

  .nav_menu {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    background-color: var(--base-color-brand--highlight);
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    height: auto;
    padding-top: 1rem;
  }

  .nav_menu_link {
    text-align: left;
    flex: 1;
    margin-left: 2rem;
    padding: .75rem;
  }

  .nav_menu_link:hover {
    box-shadow: none;
  }

  .nav_button {
    color: var(--base-color-brand--brand-4);
    padding-top: .5rem;
    padding-bottom: .5rem;
    display: block;
  }

  .nav_button.w--open {
    background-color: var(--base-color-brand--highlight);
    color: var(--base-color-brand--brand-4);
  }

  .hero_grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .fs-styleguide_heading-header {
    font-size: 4rem;
  }

  .v-flex {
    width: 100%;
  }

  .v-flex.gap-large {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .v-flex.gap-small {
    flex: 1;
  }

  .v-flex.gap-small.is-inspo {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: flex-start;
  }

  .v-flex.is-slider {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    margin-top: 4rem;
  }

  .v-flex.is-slider.is-first {
    margin-top: 0;
  }

  .program-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 64% 35%;
    width: 100%;
  }

  .program-card, .program-card.is-2 {
    padding: 1.5rem;
  }

  .program-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
  }

  .cifras-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .h-flex {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
  }

  .h-flex.is-hero {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 1.5rem 1.5rem;
  }

  .column {
    grid-column-gap: 1.75rem;
    grid-row-gap: 1.75rem;
    order: 1;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .column.is-sticky {
    order: -1;
    width: 100%;
    position: sticky;
    top: 8rem;
  }

  .column.is-right {
    order: -1;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .image-wrapper.into-ivonne {
    max-width: 300px;
  }

  .logo-disciplina {
    width: 14rem;
  }

  .logo-disciplina.align-center {
    height: 3rem;
  }

  .logo-disciplina.is-black {
    width: 17rem;
  }

  .logo-disciplina.is-black.is-en {
    width: 16rem;
  }

  .logo-disciplina.is-en {
    width: 14rem;
  }

  .program-text-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
    max-width: 100%;
  }

  .keynote-wrapper {
    height: 70vh;
  }

  .keynote-text-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    order: 1;
    width: 100%;
  }

  .keynote-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    height: 100%;
  }

  .keynote-card {
    padding-top: 1.5rem;
  }

  .links-nav-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    display: none;
  }

  .hero-content-wrapper {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    width: 100%;
  }

  .container-hero, .slider {
    height: 85svh;
  }

  .stackedcards-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .cards-wrapper {
    width: 100%;
    margin-top: 6rem;
  }

  .feature-card {
    height: 17rem;
    padding: 2rem;
    top: 14rem;
  }

  .feature-card.is-2 {
    top: 17rem;
  }

  .feature-card.is-3 {
    top: 19rem;
  }

  .feature-card.is-4 {
    top: 21rem;
  }

  .testimonial-content {
    width: 90%;
  }

  .about-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
  }

  .about-img-wrapper {
    height: 30rem;
  }

  .tab-content-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .tab-column-left {
    width: 80%;
  }

  .tabs {
    height: 35rem;
  }

  .tabs-content {
    height: 28rem;
  }

  .tabs-menu {
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .faqs-wrapper {
    align-items: stretch;
  }

  .faqs-content {
    width: 100%;
  }

  .slider-inspo {
    height: 670px;
  }

  .mask {
    width: 44%;
  }

  .img-inspo-wrapper {
    height: 300px;
  }

  .item-inspo-description {
    height: auto;
  }

  .grid {
    grid-template-columns: 32% 32% 32%;
  }

  .inspo-img-wrapper {
    width: 85%;
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .inspo-img-wrapper.is-top {
    margin-left: .5rem;
  }

  .inspo-content {
    width: 100%;
  }

  .left-arrow-2, .right-arrow-2 {
    width: auto;
  }

  .item-list {
    font-size: 2rem;
  }

  .tabs-menu-2 {
    padding-left: 1rem;
  }

  .tabs-content-2 {
    border-radius: var(--border-radius--main);
  }

  .image {
    border-radius: var(--border-radius--main);
    width: auto;
  }

  .nav-lang {
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .nav-lang.is-current.w--current {
    margin-left: 0;
    margin-right: 0;
  }

  .lang-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    align-self: flex-start;
    margin-bottom: 2rem;
    margin-left: 2rem;
    padding: .75rem;
  }

  .keynote-numbers {
    width: 8rem;
  }

  .keynote-numbers-wrapper {
    justify-content: flex-end;
    align-items: center;
  }

  .h-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .home-about-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    padding: 1.5rem;
  }

  .home-about-wrapper.is-hero {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .header-cifras-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
  }

  .logo-ivonnegama.align-center, .logo-ivonnegama.align-center2 {
    height: 2.5rem;
    margin-bottom: 4px;
  }

  .header-ivonnegama-wrapper {
    justify-content: center;
    align-items: flex-end;
  }

  .about-numbers {
    width: 33%;
  }

  .isotipo-wrapper {
    height: 5rem;
  }

  .header-iso-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1px 80% 20%;
  }

  .spacer-auto {
    display: block;
  }

  .footer_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .footer-logo-wrapper {
    height: 12rem;
  }

  .navbar-cta_wrapper {
    display: none;
  }

  .menu-icon {
    font-size: 2rem;
  }

  .header142_image-wrapper3 {
    width: 160px;
    height: 180px;
    top: 14%;
    left: 29%;
  }

  .header142_image-wrapper4 {
    width: 160px;
    height: 180px;
    top: 4%;
    right: 20%;
  }

  .header142_image-wrapper6 {
    width: 160px;
    height: 180px;
    bottom: 0%;
  }

  .padding-section-large-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .header142_image-wrapper5 {
    width: 160px;
    height: 180px;
    top: 10%;
  }

  .header142_image-wrapper1 {
    width: 160px;
    height: 180px;
    bottom: 16%;
  }

  .heading-style-h1-2 {
    font-size: 3.25rem;
  }

  .header142_image-wrapper2 {
    width: 160px;
    height: 180px;
    top: -1%;
    left: 3%;
  }

  .header142_image-wrapper7 {
    width: 160px;
    height: 180px;
    bottom: 14%;
  }

  .header142_image-wrapper8 {
    width: 160px;
    height: 180px;
    bottom: 1%;
  }

  .inspo_component {
    height: 100svh;
  }

  .who_content-left, .who_list-wrapper {
    display: none;
  }

  .padding-section-large-3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .heading-style-h4-2 {
    font-size: 1.75rem;
  }

  .who_list {
    padding-left: 0;
  }

  .padding-section-large-4 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .heading-style-h4-3 {
    font-size: 1.75rem;
  }

  .layout353_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .padding-section-large-5 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

  .cta-navbar-tablet {
    justify-content: flex-start;
    align-items: center;
    margin-top: .5rem;
    margin-bottom: 1rem;
    margin-left: 2.75rem;
    display: flex;
  }

  .cta38_link-image-wrapper {
    z-index: -1;
  }

  .cta38_link-text {
    font-size: 3.25rem;
  }

  .who_mobile-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

  .who_mobile_header-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 70% 20%;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .left-arrow-3, .right-arrow-3 {
    display: none;
  }

  .slider-tablet {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
  }

  .slider-tablet.is-top {
    object-position: 50% 0%;
  }

  .slide_tablet-wrapper {
    width: 100%;
    height: 100%;
    color: var(--base-color-brand--highlight);
    position: relative;
  }

  .slider-is-tablet {
    border-radius: var(--border-radius--main);
    background-color: var(--base-color-brand--highlight);
    height: 35svh;
    overflow: hidden;
  }

  .slider_tablet-header {
    z-index: 99;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 3rem;
    font-size: 1.5rem;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .slide_overlay {
    z-index: 98;
    background-image: linear-gradient(#00000080, #00000080);
    position: absolute;
    inset: 0%;
  }

  .quote-wrapper {
    width: 100%;
  }

  .quote-wrapper.gap-large {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .quote-wrapper.gap-small {
    flex: 1;
  }

  .quote-wrapper.gap-small.is-inspo {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: flex-start;
  }

  .quote-wrapper.is-slider {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .heading-quote {
    font-size: 2.7rem;
  }

  .heading-quote.text-color-primary {
    color: var(--base-color-neutral--black);
  }

  .heading-quote.text-color-primary.max-wdith40 {
    align-self: flex-start;
    width: 100%;
  }

  .heading-quote.text-align-centerdesktop {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

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

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-mobile-landscape {
    display: none;
  }

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

  .heading-style-h1 {
    font-size: 2rem;
  }

  .padding-global {
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
    padding-right: 5%;
  }

  .padding-global.padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .text-size-regular.tag-inspo {
    font-size: 1rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .heading-style-h4 {
    font-size: 1.4rem;
  }

  .heading-style-h4.about-facts {
    font-size: 22px;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

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

  .heading-style-h2.text-align-right.is-testimonial {
    font-size: 25px;
  }

  .heading-style-h5 {
    font-size: .875rem;
  }

  .container-large.is-richtext {
    width: 100%;
  }

  .text-size-medium {
    font-size: 18px;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-medium {
    padding-top: 1.25rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 4.5rem;
  }

  .spacer-xlarge {
    padding-top: 2rem;
  }

  .spacer-large {
    padding-top: 1.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .nav_component {
    height: 3.5rem;
    padding-top: .5rem;
  }

  .nav_container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 50% 50%;
    grid-auto-columns: 1fr;
    justify-items: start;
    padding-top: 0;
    padding-bottom: 0;
    display: grid;
    position: relative;
  }

  .nav_brand {
    padding-left: 0;
    left: 0;
  }

  .nav_brand.w--current {
    height: 1.5rem;
    padding-left: 0;
  }

  .nav_logo {
    height: 1.3rem;
    padding-left: 0;
    position: relative;
    left: 0;
  }

  .nav_menu {
    padding-top: 0;
  }

  .nav_menu_link, .nav_button {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .section_hero {
    height: auto;
    display: flex;
  }

  .v-flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .v-flex.gap-large {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .v-flex.gap-small {
    grid-column-gap: .725rem;
    grid-row-gap: .725rem;
  }

  .v-flex.gap-small.align-center {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .v-flex.gap-small.is-bottom {
    justify-content: flex-end;
  }

  .v-flex.is-slider {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .program-wrapper {
    display: none;
  }

  .program-card.is-2.is-mobile {
    background-position: 50% 0;
  }

  .program-card.is-mobile {
    padding-bottom: 3rem;
  }

  .cifra-card {
    height: 10rem;
  }

  .h-flex.is-hero {
    justify-content: space-between;
    align-items: flex-end;
  }

  .column.is-sticky {
    width: 100%;
    position: static;
    top: auto;
  }

  .image-wrapper {
    justify-content: center;
    align-items: center;
  }

  .inspirate-container {
    height: 80vh;
  }

  .logo-disciplina.is-black {
    width: 14rem;
  }

  .logo-disciplina.is-black.is-en {
    width: 13rem;
  }

  .program-text-wrapper {
    width: 100%;
  }

  .keynote-wrapper {
    height: 100svh;
  }

  .keynote-text-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
  }

  .keynote-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
  }

  .footer-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 3rem 0;
  }

  .image-landscape-wrapper.is-conferencista, .image-landscape-wrapper.is-moderadora, .image-landscape-wrapper.is-panelista, .image-landscape-wrapper.is-consultora, .image-landscape-wrapper.is-creadora, .image-landscape-wrapper.is-curadora {
    aspect-ratio: 1;
  }

  .cta-wrapper.is-bottom {
    align-self: flex-start;
  }

  .hero-content-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .container-hero {
    flex-flow: column;
    margin-top: 4rem;
    display: flex;
    position: relative;
  }

  .video-wrapper {
    display: none;
  }

  .signature-wrapper {
    height: 8rem;
  }

  .slider {
    height: 80svh;
  }

  .stackedcards-wrapper {
    flex-flow: column;
  }

  .cards-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-top: 0;
  }

  .feature-card {
    height: 16rem;
    position: static;
  }

  .slide-nav {
    margin-bottom: 0;
    font-size: 8px;
  }

  .about-facts {
    font-size: 22px;
  }

  .about-img-wrapper {
    height: 600px;
  }

  .tab-link {
    padding-left: 16px;
    padding-right: 16px;
  }

  .tab-content-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .tab-column-left {
    width: 70%;
  }

  .tabs {
    height: 25rem;
    overflow: hidden;
  }

  .tabs-content {
    height: 20rem;
  }

  .tabs-menu {
    flex-flow: wrap;
    justify-content: space-between;
  }

  .faqs-content {
    width: 100%;
  }

  .slider-inspo {
    height: 390px;
    overflow: hidden;
  }

  .mask {
    width: 90%;
    height: 85%;
  }

  .item-inspo-wrapper {
    flex-flow: row;
  }

  .img-inspo-wrapper {
    width: 45%;
  }

  .item-inspo-description {
    justify-content: flex-end;
    height: auto;
  }

  .grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 33% 33% 33%;
  }

  .inspo-img-wrapper {
    top: .5rem;
  }

  .inspo-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding-top: 1rem;
  }

  .program-wrapper-mobile {
    height: 25rem;
    display: block;
  }

  .slider-programas {
    height: 25rem;
  }

  .slide-nav-3 {
    margin-bottom: -8px;
    font-size: 8px;
  }

  .arrow-slider {
    width: 32px;
    height: 32px;
  }

  .left-arrow-2 {
    bottom: 0%;
    right: 54px;
  }

  .right-arrow-2 {
    bottom: 0%;
  }

  .item-list {
    font-size: 30px;
  }

  .tabs-menu-2 {
    padding-left: 0;
  }

  .tab-link2 {
    padding: 4px 20px;
  }

  .header-list {
    padding-bottom: 8px;
    font-size: 18px;
  }

  .lang-wrapper {
    margin-top: 1rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .keynote-numbers {
    flex: 1;
  }

  .home-about-wrapper.is-hero {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .header-cifras-wrapper {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
  }

  .logo-ivonnegama.align-center, .logo-ivonnegama.align-center2 {
    height: 2rem;
  }

  .header-ivonnegama-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: center;
  }

  .about-numbers-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
  }

  .about-numbers {
    width: 33%;
  }

  .img-isotipo {
    object-fit: contain;
  }

  .footer3_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-auto-flow: row;
  }

  .footer3_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .footer_link-list {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
  }

  .footer3_credit-text {
    margin-top: 2rem;
  }

  .footer_top-wrapper {
    grid-row-gap: 0rem;
  }

  .footer_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer-logo-wrapper {
    height: 9rem;
  }

  .svg-2 {
    width: 1rem;
  }

  .navbar-cta_wrapper.is-bottom {
    align-self: flex-start;
  }

  .header142_image-wrapper3 {
    width: 5rem;
    height: 6rem;
    top: 9%;
  }

  .header142_image-wrapper4 {
    width: 5rem;
    height: 6rem;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .header142_image-wrapper6 {
    width: 5rem;
    height: 6rem;
  }

  .padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .header142_image-wrapper5, .header142_image-wrapper1 {
    width: 5rem;
    height: 6rem;
  }

  .heading-style-h1-2 {
    font-size: 2.5rem;
  }

  .header142_image-wrapper2 {
    width: 5rem;
    height: 6rem;
  }

  .header142_image-wrapper7 {
    width: 5rem;
    height: 6rem;
    bottom: 7%;
  }

  .header142_image-wrapper8 {
    width: 5rem;
    height: 6rem;
  }

  .inspo_component {
    justify-content: space-between;
    height: 130svh;
  }

  .who_list-wrapper {
    grid-template-columns: 1fr;
  }

  .padding-section-large-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .portfolio22_item-link {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .heading-style-h4-2 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .heading-style-h5-2 {
    font-size: 1.25rem;
  }

  .who_list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .padding-section-large-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .who_item-link {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .heading-style-h4-3 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .text-size-medium-3 {
    font-size: 1rem;
  }

  .layout353_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .padding-section-large-5 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .layout353_content-left {
    position: static;
  }

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

  .block {
    margin-right: 1.5rem;
  }

  .text-size-medium-4 {
    font-size: 1rem;
  }

  .cta38_link-block {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .cta38_link-text-small {
    margin-right: 1.5rem;
    font-size: 1.25rem;
    left: 1.5rem;
  }

  .cta38_link-text {
    font-size: 2.25rem;
  }

  .slider_tablet-header {
    font-size: 1.4rem;
  }

  .slider_tablet-header.about-facts {
    font-size: 22px;
  }

  .quote-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .quote-wrapper.gap-large {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .quote-wrapper.gap-small {
    grid-column-gap: .725rem;
    grid-row-gap: .725rem;
  }

  .quote-wrapper.gap-small.align-center {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .quote-wrapper.gap-small.is-bottom {
    justify-content: flex-end;
  }

  .quote-wrapper.is-slider {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

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

  .slide-nav-4 {
    font-size: 8px;
  }
}

@media screen and (max-width: 479px) {
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

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

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .fs-styleguide_row {
    flex-wrap: wrap;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .heading-style-h1 {
    font-size: 1.8rem;
  }

  .heading-style-h1.text-color-primary {
    text-align: left;
  }

  .padding-global {
    padding-left: 5%;
    padding-right: 5%;
  }

  .padding-global.padding-section-medium {
    padding-top: 2rem;
  }

  .padding-global.padding-section-hero {
    padding-top: 0;
  }

  .padding-global.is-navbar {
    background-color: var(--base-color-brand--highlight);
  }

  .hide-mobile-portrait {
    display: none;
  }

  .heading-style-h4 {
    font-size: 1.2rem;
  }

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

  .heading-style-h2.text-align-right.is-testimonial {
    font-size: 18px;
  }

  .page-wrapper, .main-wrapper {
    overflow: hidden;
  }

  .nav_component {
    height: 3rem;
  }

  .nav_brand {
    flex: 0 auto;
  }

  .nav_logo {
    width: 100%;
    height: 2rem;
  }

  .nav_menu {
    padding-top: 1rem;
  }

  .nav_menu_link {
    margin-left: 1rem;
  }

  .hero_heading {
    font-size: 2.5rem;
  }

  .section_hero {
    height: 100svh;
    padding-top: 2rem;
  }

  .v-flex.gap-small.is-bottom {
    justify-content: flex-start;
  }

  .v-flex.gap-small.is-inspo {
    flex-flow: column;
  }

  .v-flex.is-cifras {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .program-card.is-mobile {
    padding: 1rem 1rem 3rem;
  }

  .cifras-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .cifra-content {
    padding-left: 8px;
    padding-right: 8px;
  }

  .h-flex.is-hero {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .column {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .column.is-right {
    justify-content: center;
    align-items: flex-start;
  }

  .image-wrapper.into-ivonne {
    justify-content: flex-start;
    align-items: center;
    max-width: none;
  }

  .inspirate-container {
    height: 70vh;
  }

  .img-inspirate {
    object-position: 50% 30%;
  }

  .logo-disciplina {
    width: 11rem;
  }

  .logo-disciplina.align-center {
    height: 3rem;
  }

  .logo-disciplina.is-black {
    width: 12rem;
  }

  .logo-disciplina.is-black.is-en, .logo-disciplina.is-en {
    width: 11rem;
  }

  .keynote-wrapper {
    height: 90svh;
  }

  .keynote-text-wrapper {
    width: 100%;
  }

  .keynote-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .keynote-card {
    padding: 1rem;
  }

  .img-hero.is-about {
    object-position: 55% 50%;
  }

  .img-hero.is-inspo {
    object-position: 60% 50%;
  }

  .cta-wrapper.is-bottom {
    align-self: flex-start;
  }

  .links-nav-wrapper {
    flex-flow: column;
    display: none;
  }

  .container-hero {
    height: 86svh;
    margin-top: 1rem;
  }

  .signature-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    width: 100%;
    display: flex;
    position: relative;
    right: 0;
  }

  .stackedcards-wrapper, .cards-wrapper {
    position: relative;
  }

  .feature-card {
    height: 18rem;
    padding: 1rem;
    position: static;
    top: 4rem;
  }

  .slide-nav {
    margin-bottom: -8px;
  }

  .testimonial-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-bottom: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .testimonial-logo-wrapper {
    height: 2.5rem;
  }

  .testimonial-bottom-wrapper {
    align-items: flex-end;
  }

  .slide-3 {
    background-position: 0 0, 50%;
  }

  .about-facts {
    font-size: 22px;
  }

  .about-img-wrapper {
    height: 600px;
  }

  .tab-content-wrapper {
    flex-flow: column;
  }

  .tab-column-left {
    order: 1;
    width: 100%;
  }

  .tabs {
    height: 32rem;
  }

  .tabs-content {
    height: 24rem;
  }

  .tabs-menu {
    justify-content: flex-start;
    margin-left: auto;
    margin-right: auto;
  }

  .faqs-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .slider-inspo {
    height: 620px;
    left: auto;
  }

  .mask {
    width: 100%;
    height: 94%;
  }

  .item-inspo-wrapper {
    flex-flow: column;
    padding-left: 16px;
    padding-right: 16px;
  }

  .img-inspo-wrapper {
    width: 95%;
    height: 354px;
  }

  .tab-column-right {
    width: 100%;
  }

  .inspo-img-wrapper {
    width: 90%;
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .inspo-img-wrapper.is-top {
    margin-left: .25rem;
  }

  .slider-programas {
    height: 26rem;
  }

  .left-arrow-2, .right-arrow-2 {
    bottom: 5%;
  }

  .union.is-2 {
    width: 40px;
  }

  .item-list {
    font-size: 16px;
  }

  .tabs-2 {
    justify-content: space-between;
  }

  .tabs-menu-2 {
    width: 40%;
  }

  .tabs-content-2 {
    width: 60%;
  }

  .tab-link2 {
    padding-left: 12px;
    padding-right: 0;
  }

  .image {
    width: 100%;
    height: auto;
  }

  .lang-wrapper {
    margin-left: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .keynote-numbers {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
    width: 50%;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .keynote-numbers-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
  }

  .home-about-wrapper {
    padding: 1rem;
  }

  .home-about-wrapper.is-hero {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .header-cifras-wrapper {
    text-align: center;
    justify-content: space-around;
    align-items: flex-start;
    width: 100%;
  }

  .logo-ivonnegama.align-center, .logo-ivonnegama.align-center2 {
    height: 1.4rem;
    margin-bottom: 2px;
  }

  .header-ivonnegama-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: 100%;
  }

  .signature {
    width: auto;
  }

  .about-numbers-wrapper {
    flex-flow: wrap;
  }

  .about-numbers {
    flex: 1;
    align-self: stretch;
    width: auto;
    padding: .5rem;
  }

  .img-about-gallery {
    height: 110%;
  }

  .img-about-gallery.is-1994 {
    object-position: 50% 100%;
    height: 100%;
  }

  .img-about-gallery.is-2012 {
    object-position: 50% 100%;
    height: 74%;
  }

  .img-about-gallery.is-2020 {
    object-position: 50% 100%;
    height: 73%;
  }

  .img-about-gallery.is-2008 {
    object-position: 50% 20%;
  }

  .img-about-gallery.is-2019 {
    height: 100%;
  }

  .img-about {
    object-position: 40% 50%;
    height: 110%;
  }

  .isotipo-wrapper {
    height: 3rem;
  }

  .header-iso-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1px 75% 20%;
    align-items: flex-start;
  }

  .footer3_menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .footer_top-wrapper {
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .footer_bottom-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .footer_left-wrapper {
    align-self: flex-start;
    position: relative;
    left: 0;
  }

  .footer-logo {
    width: auto;
    right: auto;
  }

  .footer-logo-wrapper.w--current {
    flex-flow: column;
    align-items: flex-start;
    width: 14rem;
    padding-left: 0;
    display: flex;
    left: 0;
  }

  .header-fh-wrapper {
    justify-content: space-between;
    align-items: flex-end;
  }

  .navbar-cta_wrapper.is-bottom {
    align-self: flex-start;
  }

  .header142_image-wrapper3 {
    width: 8rem;
    height: 10rem;
    top: 13%;
    left: 15%;
  }

  .header142_image-wrapper4 {
    width: 8rem;
    height: 10rem;
    top: -2%;
    right: 10%;
  }

  .header142_image-wrapper6 {
    width: 8rem;
    height: 10rem;
    right: -5%;
  }

  .header142_image-wrapper5 {
    width: 8rem;
    height: 10rem;
  }

  .header142_image-wrapper1 {
    width: 8rem;
    height: 10rem;
    bottom: 5%;
  }

  .header142_image-wrapper2 {
    width: 8rem;
    height: 10rem;
    left: 2%;
  }

  .header142_image-wrapper7 {
    width: 8rem;
    height: 10rem;
    right: 32%;
  }

  .header142_image-wrapper8 {
    width: 8rem;
    height: 10rem;
    bottom: -2%;
  }

  .portfolio22_item-link {
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .who_item-link {
    grid-row-gap: 1rem;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

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

  .cta-navbar-tablet {
    margin-left: 1.75rem;
  }

  .slider-tablet.is-top {
    object-position: 35% 0%;
  }

  .slider-tablet.is-panelista {
    object-position: 0% 50%;
  }

  .slider-tablet.is-consultora {
    object-position: 70% 50%;
  }

  .slider-is-tablet {
    height: 70svh;
  }

  .slider_tablet-header {
    font-size: 1.2rem;
  }

  .quote-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    position: relative;
  }

  .quote-wrapper.gap-small.is-bottom {
    justify-content: flex-start;
  }

  .quote-wrapper.gap-small.is-inspo {
    flex-flow: column;
  }

  .heading-quote {
    font-size: 1.6rem;
  }

  .heading-quote.text-color-primary {
    flex: 0 auto;
  }

  .recaptcha-wrapper {
    transform-origin: 0 0;
    transform: scale(.8);
  }
}

#w-node-_8f0e3e78-ed52-ed61-6373-10670fa07c6a-d96b9f89 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7f8fe514-f343-912a-2ef2-23d590c9e0bc-d96b9f89, #w-node-e3f6b122-b26a-a9eb-96c5-9289d05f037b-d05f0371 {
  justify-self: end;
}

#w-node-b224ec27-30fa-be84-48bf-7ed471542af3-d96b9f8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-d96b9f8c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-d96b9f8c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-d96b9f8c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-d96b9f8c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-d96b9f8c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-d96b9f8c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-d96b9f8c {
  justify-self: start;
}

#w-node-_5d224905-8a1e-1460-7532-d38cb7ec37c1-d96b9f8c, #w-node-_40538c8c-870b-b365-34c4-2a06f0f8567d-d96b9f8c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-d96b9f8c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-d96b9f8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-d96b9f8c {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-d96b9f8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-d96b9f8c {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-d96b9f8c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-d96b9f8c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-d96b9f8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-d96b9f8c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-d96b9f8c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-d96b9f8c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-d96b9f8c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-d96b9f8c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-d96b9f8c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-d96b9f8c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-d96b9f8c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-d96b9f8c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-d96b9f8c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-d96b9f8c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-d96b9f8c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-d96b9f8c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-d96b9f8c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-d96b9f8c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-d96b9f8c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-d96b9f8c {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-d96b9f8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-d96b9f8c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-d96b9f8c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-d96b9f8c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-d96b9f8c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-d96b9f8c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-d96b9f8c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-d96b9f8c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-d96b9f8c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-d96b9f8c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-d96b9f8c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-d96b9f8c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-d96b9f8c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-d96b9f8c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-d96b9f8c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-d96b9f8c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-d96b9f8c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-d96b9f8c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-d96b9f8c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-d96b9f8c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-d96b9f8c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-d96b9f8c {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-d96b9f8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-d96b9f8c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-d96b9f8c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-d96b9f8c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-d96b9f8c, #w-node-_30684373-af34-3818-02a4-e58b3ffef3e5-d96b9f8c, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ea-d96b9f8c, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ef-d96b9f8c, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f4-d96b9f8c, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f9-d96b9f8c, #w-node-_30684373-af34-3818-02a4-e58b3ffef3fe-d96b9f8c, #w-node-_30684373-af34-3818-02a4-e58b3ffef403-d96b9f8c, #w-node-_30684373-af34-3818-02a4-e58b3ffef408-d96b9f8c, #w-node-_30684373-af34-3818-02a4-e58b3ffef40d-d96b9f8c, #w-node-_30684373-af34-3818-02a4-e58b3ffef412-d96b9f8c {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef416-d96b9f8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef417-d96b9f8c {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef41a-d96b9f8c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-d96b9f8c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd98-d96b9f8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-d96b9f8c {
  justify-self: start;
}

#w-node-d44e8435-a69d-bcfe-2e32-4f77c490a2de-8eecd139, #w-node-f1d37dc1-6f27-53f7-8fb2-c3c8ae8da28a-8eecd139, #w-node-df5c962e-6deb-2ba3-3323-104ae3b9c877-8eecd139 {
  place-self: end;
}

#w-node-_8f0e3e78-ed52-ed61-6373-10670fa07c6a-d7728da3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7f8fe514-f343-912a-2ef2-23d590c9e0bc-d7728da3, #w-node-d754dabd-9464-d053-dcfe-69e9d3e223b3-d3e223a9 {
  justify-self: end;
}

#w-node-d44e8435-a69d-bcfe-2e32-4f77c490a2de-c729fc1e, #w-node-f1d37dc1-6f27-53f7-8fb2-c3c8ae8da28a-c729fc1e, #w-node-df5c962e-6deb-2ba3-3323-104ae3b9c877-c729fc1e {
  place-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_89116599-fe6a-3575-b622-05d6fd29400f-d96b9f89, #w-node-e3f6b122-b26a-a9eb-96c5-9289d05f037b-d05f0371 {
    justify-self: end;
  }

  #w-node-_396176c6-906a-9f74-c6d0-8a4663dfdeac-63dfdea9 {
    justify-self: start;
  }

  #w-node-_396176c6-906a-9f74-c6d0-8a4663dfdeb3-63dfdea9 {
    justify-self: end;
  }

  #w-node-d44e8435-a69d-bcfe-2e32-4f77c490a2de-8eecd139, #w-node-f1d37dc1-6f27-53f7-8fb2-c3c8ae8da28a-8eecd139 {
    align-self: start;
  }

  #w-node-df5c962e-6deb-2ba3-3323-104ae3b9c872-8eecd139 {
    justify-self: start;
  }

  #w-node-df5c962e-6deb-2ba3-3323-104ae3b9c877-8eecd139 {
    align-self: start;
  }

  #w-node-_89116599-fe6a-3575-b622-05d6fd29400f-d7728da3, #w-node-d754dabd-9464-d053-dcfe-69e9d3e223b3-d3e223a9 {
    justify-self: end;
  }

  #w-node-bc2a3602-d137-ec1f-781d-5c69dfe6b5a9-dfe6b5a6 {
    justify-self: start;
  }

  #w-node-bc2a3602-d137-ec1f-781d-5c69dfe6b5cf-dfe6b5a6 {
    justify-self: end;
  }

  #w-node-d44e8435-a69d-bcfe-2e32-4f77c490a2de-c729fc1e, #w-node-f1d37dc1-6f27-53f7-8fb2-c3c8ae8da28a-c729fc1e {
    align-self: start;
  }

  #w-node-df5c962e-6deb-2ba3-3323-104ae3b9c872-c729fc1e {
    justify-self: start;
  }

  #w-node-df5c962e-6deb-2ba3-3323-104ae3b9c877-c729fc1e {
    align-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_89116599-fe6a-3575-b622-05d6fd29400d-d96b9f89 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_396176c6-906a-9f74-c6d0-8a4663dfdeac-63dfdea9 {
    justify-self: start;
  }

  #w-node-_396176c6-906a-9f74-c6d0-8a4663dfdeb3-63dfdea9 {
    justify-self: end;
  }

  #w-node-_89116599-fe6a-3575-b622-05d6fd29400d-d7728da3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bc2a3602-d137-ec1f-781d-5c69dfe6b5a9-dfe6b5a6 {
    justify-self: start;
  }

  #w-node-bc2a3602-d137-ec1f-781d-5c69dfe6b5cf-dfe6b5a6 {
    justify-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e3f6b122-b26a-a9eb-96c5-9289d05f0377-d05f0371 {
    justify-self: start;
  }

  #w-node-_9d2e080c-72f6-daa0-fbee-a2f27f92ff48-7f92ff42 {
    justify-self: end;
  }

  #w-node-d754dabd-9464-d053-dcfe-69e9d3e223af-d3e223a9 {
    justify-self: start;
  }
}


