:root {
  --color-scheme-1--background: white;
  --_typography---font-styles--body: Ubuntu, Helvetica, sans-serif;
  --blue-black: #03183b;
  --_typography---font-styles--heading: Gabarito, sans-serif;
  --white-excelent: white;
  --_primitives---colors--white: #ffffff80;
  --_primitives---colors--neutral-darkest: #0841a1;
  --text-color--text-alternate\<deleted\|relume-variable-text-color-3\>: var(--base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>);
  --_primitives---opacity--transparent: #ffffff80;
  --color4e: var(--blue-black);
  --color-bluw1: #0841a1;
  --color-scheme-1--blue-15: #0841a126;
  --_primitives---opacity--neutral-darkest-60: #0009;
  --_primitives---opacity--white-60: #fff9;
  --color-scheme-1--color: #1b4995;
  --_ui-styles---stroke--border-width: 1px;
  --color-scheme-1--border: var(--_primitives---colors--neutral-darkest);
  --_ui-styles---radius--medium: 0px;
  --color-scheme-1--foreground: var(--_primitives---colors--neutral-lightest);
  --background-color--background-secondary\<deleted\|relume-variable-background-color-2\>: var(--base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>);
  --border-color--border-primary\<deleted\|relume-variable-border-color-1\>: var(--base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>);
  --_ui-styles---radius--small: 0px;
  --_primitives---colors--neutral-lightest: #eee;
  --_ui-styles---radius--large: 0px;
  --color-scheme-1--accent: var(--_primitives---colors--neutral-darkest);
  --black-3013: #000103;
  --color-celeste1: #056cb6;
  --olor-grey14: #e5ecf4;
  --_primitives---opacity--white-10: #ffffff1a;
  --color-08: #0841a1;
  --_ui-styles---stroke--divider-width: 1px;
  --_primitives---opacity--white-5: #ffffff0d;
  --color-blue: var(--_primitives---opacity--neutral-darkest-60);
  --white-g: var(--_primitives---colors--white);
  --_primitives---colors--neutral-lighter: #ccc;
  --_primitives---colors--neutral-light: #aaa;
  --_primitives---colors--neutral: #666;
  --_primitives---colors--neutral-dark: #444;
  --_primitives---colors--neutral-darker: #222;
  --_primitives---opacity--white-15: #ffffff26;
  --_primitives---opacity--white-20: #fff3;
  --_primitives---opacity--white-30: #ffffff4d;
  --_primitives---opacity--white-40: #fff6;
  --_primitives---opacity--white-50: #ffffff80;
  --_primitives---opacity--neutral-darkest-5: #0000000d;
  --_primitives---opacity--neutral-darkest-10: #0000001a;
  --_primitives---opacity--neutral-darkest-15: #00000026;
  --_primitives---opacity--neutral-darkest-20: #0003;
  --_primitives---opacity--neutral-darkest-30: #0000004d;
  --_primitives---opacity--neutral-darkest-40: #0006;
  --_primitives---opacity--neutral-darkest-50: #00000080;
  --base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>: white;
  --base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>: #eee;
  --base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>: black;
}

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

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

body {
  background-color: var(--color-scheme-1--background);
  font-family: var(--_typography---font-styles--body);
  color: var(--blue-black);
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--blue-black);
  text-decoration: underline;
}

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: .5rem;
}

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

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

blockquote {
  border-left: .1875rem solid var(--blue-black);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

.hide {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

.main-wrapper {
  background-color: #f2f2f2;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}

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

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

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

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

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

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

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

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

.margin-top, .margin-top.margin-custom1, .margin-top.margin-huge, .margin-top.margin-small, .margin-top.margin-tiny, .margin-top.margin-custom3, .margin-top.margin-medium, .margin-top.margin-xxsmall, .margin-top.margin-xxhuge, .margin-top.margin-custom2, .margin-top.margin-xsmall, .margin-top.margin-large, .margin-top.margin-xxlarge, .margin-top.margin-xlarge, .margin-top.margin-0, .margin-top.margin-xhuge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom, .margin-bottom.margin-xxlarge, .margin-bottom.margin-medium, .margin-bottom.margin-custom3, .margin-bottom.margin-custom1, .margin-bottom.margin-tiny, .margin-bottom.margin-small, .margin-bottom.margin-large, .margin-bottom.margin-0, .margin-bottom.margin-xlarge, .margin-bottom.margin-xhuge, .margin-bottom.margin-xxhuge, .margin-bottom.margin-huge, .margin-bottom.margin-xxsmall, .margin-bottom.margin-custom2 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xsmall {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.margin-left, .margin-left.margin-tiny, .margin-left.margin-xxlarge, .margin-left.margin-0, .margin-left.margin-small, .margin-left.margin-xsmall, .margin-left.margin-large, .margin-left.margin-huge, .margin-left.margin-xlarge, .margin-left.margin-custom3, .margin-left.margin-xxsmall, .margin-left.margin-custom1, .margin-left.margin-custom2, .margin-left.margin-xhuge, .margin-left.margin-xxhuge, .margin-left.margin-medium {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right, .margin-right.margin-huge, .margin-right.margin-xsmall, .margin-right.margin-xxhuge, .margin-right.margin-small, .margin-right.margin-medium, .margin-right.margin-xlarge, .margin-right.margin-custom3, .margin-right.margin-custom2, .margin-right.margin-xxsmall, .margin-right.margin-xhuge, .margin-right.margin-custom1, .margin-right.margin-large, .margin-right.margin-0, .margin-right.margin-xxlarge, .margin-right.margin-tiny {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical, .margin-vertical.margin-medium, .margin-vertical.margin-xlarge, .margin-vertical.margin-xxsmall, .margin-vertical.margin-xxlarge, .margin-vertical.margin-huge, .margin-vertical.margin-0, .margin-vertical.margin-xxhuge, .margin-vertical.margin-tiny, .margin-vertical.margin-xsmall, .margin-vertical.margin-custom1, .margin-vertical.margin-small, .margin-vertical.margin-large, .margin-vertical.margin-xhuge, .margin-vertical.margin-custom2, .margin-vertical.margin-custom3 {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal, .margin-horizontal.margin-medium, .margin-horizontal.margin-tiny, .margin-horizontal.margin-custom3, .margin-horizontal.margin-0, .margin-horizontal.margin-xxlarge, .margin-horizontal.margin-xhuge, .margin-horizontal.margin-huge, .margin-horizontal.margin-xlarge, .margin-horizontal.margin-custom1, .margin-horizontal.margin-xxsmall, .margin-horizontal.margin-xsmall, .margin-horizontal.margin-large, .margin-horizontal.margin-custom2, .margin-horizontal.margin-small, .margin-horizontal.margin-xxhuge {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top, .padding-top.padding-xhuge, .padding-top.padding-xxhuge, .padding-top.padding-0, .padding-top.padding-large, .padding-top.padding-custom2, .padding-top.padding-xlarge, .padding-top.padding-huge, .padding-top.padding-xxsmall, .padding-top.padding-custom3, .padding-top.padding-tiny, .padding-top.padding-medium, .padding-top.padding-xxlarge, .padding-top.padding-small, .padding-top.padding-xsmall, .padding-top.padding-custom1 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom, .padding-bottom.padding-xlarge, .padding-bottom.padding-small, .padding-bottom.padding-xxhuge, .padding-bottom.padding-large, .padding-bottom.padding-xhuge, .padding-bottom.padding-custom2, .padding-bottom.padding-xxsmall, .padding-bottom.padding-xxlarge, .padding-bottom.padding-custom3, .padding-bottom.padding-custom1, .padding-bottom.padding-xsmall, .padding-bottom.padding-huge, .padding-bottom.padding-tiny, .padding-bottom.padding-medium, .padding-bottom.padding-0 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left, .padding-left.padding-xhuge, .padding-left.padding-xlarge, .padding-left.padding-0, .padding-left.padding-small, .padding-left.padding-xsmall, .padding-left.padding-medium, .padding-left.padding-xxhuge, .padding-left.padding-huge, .padding-left.padding-custom1, .padding-left.padding-tiny, .padding-left.padding-xxsmall, .padding-left.padding-custom3, .padding-left.padding-custom2, .padding-left.padding-xxlarge, .padding-left.padding-large {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right, .padding-right.padding-xxhuge, .padding-right.padding-custom2, .padding-right.padding-large, .padding-right.padding-xlarge, .padding-right.padding-tiny, .padding-right.padding-custom3, .padding-right.padding-custom1, .padding-right.padding-xsmall, .padding-right.padding-xxlarge, .padding-right.padding-xxsmall, .padding-right.padding-medium, .padding-right.padding-xhuge, .padding-right.padding-huge, .padding-right.padding-0, .padding-right.padding-small {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical, .padding-vertical.padding-0, .padding-vertical.padding-xxhuge, .padding-vertical.padding-large, .padding-vertical.padding-custom3, .padding-vertical.padding-medium, .padding-vertical.padding-tiny, .padding-vertical.padding-xxlarge, .padding-vertical.padding-custom1, .padding-vertical.padding-xsmall, .padding-vertical.padding-xhuge, .padding-vertical.padding-xlarge, .padding-vertical.padding-custom2, .padding-vertical.padding-xxsmall, .padding-vertical.padding-huge, .padding-vertical.padding-small {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal, .padding-horizontal.padding-xxsmall, .padding-horizontal.padding-0, .padding-horizontal.padding-custom3, .padding-horizontal.padding-huge, .padding-horizontal.padding-xsmall, .padding-horizontal.padding-medium, .padding-horizontal.padding-xxlarge, .padding-horizontal.padding-large, .padding-horizontal.padding-xhuge, .padding-horizontal.padding-custom1, .padding-horizontal.padding-tiny, .padding-horizontal.padding-custom2, .padding-horizontal.padding-xxhuge, .padding-horizontal.padding-small, .padding-horizontal.padding-xlarge {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

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

.text-size-medium.text-color-blakoriginal {
  font-weight: 400;
}

.text-size-medium.text-color-blakoriginal.text-align-center {
  font-size: 1.125rem;
  font-weight: 400;
}

.text-size-medium.text-color-whiteoriginal {
  color: var(--white-excelent);
  font-weight: 400;
  text-decoration: none;
}

.text-size-medium.text-color-whiteoriginal.text-weight-light {
  color: var(--white-excelent);
}

.text-size-medium.color-4e {
  color: #4e5d75;
}

.margin-top-auto {
  margin-top: auto;
}

.text-style-quote {
  border-left: .1875rem solid var(--blue-black);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.icon-embed-small {
  color: var(--white-excelent);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.heading-style-h2 {
  color: var(--white-excelent);
  font-size: 3rem;
  line-height: 1.2;
}

.heading-style-h2.text-color-blue1-1.text-align-center {
  font-weight: 600;
}

.heading-style-h2.text-color-whiteoriginal, .heading-style-h2.text-color-whiteoriginal.text-weight-light {
  color: var(--white-excelent);
}

.rl-styleguide_heading {
  z-index: 4;
  font-family: var(--_typography---font-styles--heading);
  margin-bottom: 1.5rem;
  padding: .25rem .5rem;
  font-size: 3.5rem;
  font-weight: 700;
}

.heading-style-h6 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
}

.heading-style-h6.text-color-white.text-weight-light, .heading-style-h6.text-color-white.text-weight-medium {
  color: var(--white-excelent);
}

.heading-style-h6.text-color-whiteoriginal {
  color: var(--white-excelent);
  font-weight: 400;
}

.rl-styleguide_item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

.rl-styleguide_item-row.is-button-row {
  grid-template-columns: 19rem 1fr;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.rl-styleguide_empty-space {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px #00000024;
}

.rl-styleguide_icons-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

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

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

.form_radio.is-alternate {
  color: var(--_primitives---colors--white);
}

.heading-style-h5 {
  font-size: 1.5rem;
  line-height: 1.4;
}

.heading-style-h5.text-color-whiteoriginal {
  color: var(--white-excelent);
}

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

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

.heading-style-h1.text-color-whiteoriginal {
  color: var(--white-excelent);
}

.form_checkbox-icon {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form_checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form_checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.form_checkbox-icon.is-alternate {
  border-color: var(--_primitives---colors--white);
}

.form_checkbox-label {
  margin-bottom: 0;
}

.text-size-tiny {
  font-size: .75rem;
}

.form_field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.form_field-label.is-alternate {
  color: var(--text-color--text-alternate\<deleted\|relume-variable-text-color-3\>);
}

.button {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  color: #fff;
  text-align: center;
  background-color: #03183b;
  border-radius: 100px;
  padding: .625rem 1.25rem;
  text-decoration: none;
}

.button.is-link {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-alternate {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

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

.button.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button.is-secondary {
  border-color: var(--color4e);
  background-color: var(--_primitives---opacity--transparent);
  color: var(--color4e);
}

.button.is-secondary.is-alternate {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

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

.button.is-alternate {
  border-color: var(--_primitives---colors--white);
  background-color: var(--white-excelent);
  color: var(--color4e);
}

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

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

.heading-style-h4.text-color-blakoriginal.text-weight-light {
  font-weight: 400;
}

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

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

.form_radio-label {
  margin-bottom: 0;
}

.rl-styleguide_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 1rem;
  display: grid;
}

.rl-styleguide_item.is-stretch {
  grid-row-gap: 1rem;
  justify-items: stretch;
}

.icon-1x1-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px #0000002e;
}

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

.text-weight-light.text-color-whiteoriginal {
  color: var(--white-excelent);
  font-weight: 400;
}

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

.rl-styleguide_label.is-html-tag {
  color: #bb4198;
  background-color: #f9eff6;
}

.text-color-blue1 {
  color: var(--color-bluw1);
  font-size: 1rem;
}

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

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

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

.icon-height-xlarge {
  height: 6.5rem;
}

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

.heading-style-h3.text-color-whiteoriginal {
  color: var(--white-excelent);
}

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

.form_input {
  border: 1px solid var(--color-scheme-1--blue-15);
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---colors--neutral-darkest);
  border-radius: 10px;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input:focus {
  border-color: var(--_primitives---colors--neutral-darkest);
}

.form_input::placeholder {
  color: var(--_primitives---opacity--neutral-darkest-60);
}

.form_input.is-text-area {
  background-color: var(--_primitives---colors--white);
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form_input.is-select-input {
  border-color: var(--color-scheme-1--blue-15);
  color: var(--blue-black);
}

.form_input.is-select-input.is-alternate {
  background-image: url('../images/chevron-down-white.svg');
}

.form_input.is-alternate {
  border-color: var(--_primitives---colors--white);
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

.form_input.is-alternate::placeholder {
  color: var(--_primitives---opacity--white-60);
}

.form_input.is-icon-left {
  border-color: var(--color-scheme-1--blue-15);
  height: 150px;
  min-height: auto;
  padding: 0 0 5rem .5rem;
}

.rl-styleguide_button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  place-items: center start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.rl-styleguide_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

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

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

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

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

.background-color-white {
  background-color: var(--_primitives---colors--white);
}

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

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

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

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

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

.shadow-xxsmall {
  box-shadow: 0 1px 2px #0000000d;
}

.text-color-black {
  color: var(--_primitives---colors--neutral-darkest);
}

.icon-embed-xxsmall {
  color: var(--white-excelent);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  display: flex;
}

.icon-embed-xsmall {
  color: var(--color-scheme-1--color);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

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

.background-color-black {
  background-color: var(--_primitives---colors--neutral-darkest);
}

.shadow-xsmall {
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000f;
}

.icon-1x1-custom1 {
  width: 1.25rem;
  height: 1.25rem;
}

.rl-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.rl-styleguide_subheading {
  z-index: 3;
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--color-scheme-1--foreground);
  font-family: var(--_typography---font-styles--heading);
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.rl-styleguide_subheading.is-text-small {
  font-family: var(--_typography---font-styles--body);
  font-size: 1rem;
  font-weight: 400;
}

.form_radio-icon {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form_radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.form_radio-icon.is-alternate {
  border-color: var(--_primitives---colors--white);
}

.rl-styleguide_shadows-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

.form_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.icon-height-custom1 {
  height: 1.25rem;
}

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

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

.text-size-small.text-weight-bold.text-color-whiteoriginal {
  color: var(--white-excelent);
}

.text-size-small.text-color-whiteoriginal.text-weight-light {
  color: var(--white-excelent);
  text-decoration: underline;
}

.text-size-small.text-color-whiteoriginal.text-whigth2025 {
  color: var(--white-excelent);
  font-weight: 400;
  text-decoration: none;
}

.class-label-column {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form_field-wrapper {
  border-radius: 10px;
  position: relative;
}

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

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

.shadow-large {
  box-shadow: 0 20px 24px -4px #00000014, 0 8px 8px -4px #00000008;
}

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

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

.class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

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

.text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-style: italic;
}

.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 figcaption {
  border-left: 2px solid var(--blue-black);
  text-align: left;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

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

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

.form_checkbox.is-alternate {
  color: var(--_primitives---colors--white);
}

.shadow-small {
  box-shadow: 0 4px 8px -2px #0000001a, 0 2px 4px -2px #0000000f;
}

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

.shadow-medium {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #00000008;
}

.text-size-large {
  font-size: 1.25rem;
}

.text-size-large.text-color-whiteoriginal {
  color: var(--white-excelent);
  font-weight: 400;
}

.icon-height-xsmall {
  height: 1.5rem;
}

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

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

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

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

.rl-styleguide_empty-box {
  z-index: -1;
  background-color: var(--background-color--background-secondary\<deleted\|relume-variable-background-color-2\>);
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.rl-styleguide_spacing {
  border: 1px dashed var(--border-color--border-primary\<deleted\|relume-variable-border-color-1\>);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rl-styleguide_nav {
  z-index: 1000;
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--color-scheme-1--foreground);
  margin-top: 1rem;
  padding: .5rem;
  position: sticky;
  top: 1rem;
}

.rl-styleguide_nav-link {
  border-radius: var(--_ui-styles---radius--small);
  padding: .5rem 1rem;
  text-decoration: none;
}

.rl-styleguide_nav-link.w--current {
  background-color: var(--color-scheme-1--background);
}

.rl-styleguide_subheading-small {
  font-size: 1rem;
  font-weight: 400;
}

.rl-styleguide_background-color-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.rl-styleguide_color-spacer {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.aspect-ratio-square {
  aspect-ratio: 1;
}

.rl-styleguide_ratio-bg {
  z-index: -1;
  background-color: var(--background-color--background-secondary\<deleted\|relume-variable-background-color-2\>);
  min-width: 3rem;
  height: 100%;
  position: relative;
}

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

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

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

.form_message-success-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.form_message-success {
  color: #027a48;
  background-color: #ecfdf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.form_message-error {
  color: #b42318;
  background-color: #fef3f2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.form_message-error-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.rl-styleguide_component {
  grid-column-gap: 0rem;
  color: #000;
  background-color: #f1f0ee;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.rl-styleguide_image {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  max-width: 50rem;
  height: 100vh;
  max-height: 60rem;
}

.rl-styleguide_content {
  max-width: 35rem;
  margin-left: 5vw;
  margin-right: 5rem;
}

.delete-this {
  display: flex;
}

.rl-styleguide_image-wrapper {
  background-image: url('../images/Webflow-Background.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 1080px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.rl-styleguide_form-wrapper {
  padding-right: 1.5rem;
}

.tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--_primitives---colors--neutral-lightest);
  background-color: var(--_primitives---colors--neutral-lightest);
  color: var(--_primitives---colors--neutral-darkest);
  justify-content: center;
  align-items: center;
  padding: .175rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.tag.is-text {
  border-style: none;
  border-color: var(--_primitives---opacity--transparent);
  background-color: var(--_primitives---opacity--transparent);
  padding: 0;
  display: inline-block;
}

.tag.is-text.is-alternate {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

.tag.is-alternate {
  border-color: var(--_primitives---colors--white);
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---colors--neutral-darkest);
}

.color-scheme-1 {
  background-color: var(--color-scheme-1--background);
  color: var(--blue-black);
}

.rl-styleguide_scheme-foreground {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--color-scheme-1--foreground);
  flex-flow: column;
  padding: 1rem;
  display: flex;
}

.rl-styleguide_scheme-wrapper {
  padding: 1rem;
}

.rl-styleguide_scheme-list {
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl-styleguide_scheme-card {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden;
}

.rl-styleguide-accent {
  color: var(--color-scheme-1--accent);
}

.rl-styleguide_scheme {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
}

.rl-styleguide_radius-large-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.rl-styleguide_radius-large {
  aspect-ratio: 1;
  border: 1px solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--large);
  object-fit: cover;
}

.rl-styleguide_radius-medium-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.rl-styleguide_radius-medium {
  aspect-ratio: 1;
  border: 1px solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  object-fit: cover;
}

.rl-styleguide_radius-small-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.rl-styleguide_radius-small {
  aspect-ratio: 1;
  border: 1px solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--small);
  object-fit: cover;
}

.tabs-menu {
  border: 1px solid var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--foreground);
  align-self: center;
  margin-bottom: 3rem;
  padding: .25rem;
  display: flex;
}

.tab-link {
  border: 1px solid var(--_primitives---opacity--transparent);
  background-color: var(--_primitives---opacity--transparent);
  padding: .5rem 1.5rem;
}

.tab-link.w--current {
  border-color: var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--background);
}

.category-filter-menu {
  align-items: center;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
}

.category-filter-menu.is-center {
  justify-content: center;
  align-items: center;
}

.category-filter-link {
  border: 1px solid var(--_primitives---opacity--transparent);
  background-color: var(--_primitives---opacity--transparent);
  white-space: nowrap;
  flex: none;
  padding: .5rem 1rem;
  text-decoration: none;
}

.category-filter-link.w--current {
  border-color: var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--foreground);
}

.slider-arrow {
  border: 1px solid var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--foreground);
  color: var(--blue-black);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.slider-arrow.is-bottom-previous {
  inset: auto 4rem 0% auto;
}

.slider-arrow.is-bottom-next {
  inset: auto 0% 0% auto;
}

.slider-arrow.is-centre-previous, .slider-arrow.is-centre-next {
  bottom: 4rem;
}

.slider-arrow-icon_default {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.hidden-ui-elements {
  display: none;
}

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

.rl-styleguide_logo {
  width: 10rem;
}

.text-color-blur {
  color: #0841a1;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #e8edff;
  padding: .25rem .5rem;
  display: inline-block;
}

.text-color-blur.is-html-tag {
  color: #bb4198;
  background-color: #f9eff6;
}

.text-color-blue2 {
  color: #056cb6;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #e8edff;
  padding: .25rem .5rem;
  display: inline-block;
}

.text-color-blue2.is-html-tag {
  color: #bb4198;
  background-color: #f9eff6;
}

.text-colorblack {
  color: #000103;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #e8edff;
  padding: .25rem .5rem;
  display: inline-block;
}

.text-colorblack.is-html-tag {
  color: #bb4198;
  background-color: #f9eff6;
}

.text-color-white1 {
  color: #e5ecf4;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #e8edff;
  padding: .25rem .5rem;
  display: inline-block;
}

.text-color-white1.is-html-tag {
  color: #bb4198;
  background-color: #f9eff6;
}

.text-colorwithe {
  color: #fff;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #e8edff;
  padding: .25rem .5rem;
  display: inline-block;
}

.text-colorwithe.is-html-tag {
  color: #bb4198;
  background-color: #f9eff6;
}

.content-style {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 900px;
  text-decoration: none;
  display: flex;
}

.column {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 900px;
  padding-left: 64px;
  padding-right: 80px;
  text-decoration: none;
  display: flex;
}

.content-style-2 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 560px;
  text-decoration: none;
  display: flex;
}

.content-style-3 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-suspendisse-varius-enim-in-eros-elementum-tri {
  color: #000103;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.actions {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.button-style {
  grid-column-gap: 8px;
  background-color: #03183b;
  border: 1px solid #03183b;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
}

.button-style-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.button-style-3 {
  grid-column-gap: 8px;
  border: 1px solid #03183b;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
}

.button-style-4 {
  color: #000103;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.placeholder-image {
  object-fit: cover;
}

.medium-length-hero-headline-goes-here-0 {
  color: #0841a1;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gabarito, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 110%;
  text-decoration: none;
}

.medium-length-hero-headline-goes-here-1 {
  color: #056cb6;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gabarito, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 110%;
  text-decoration: none;
}

.medium-length-hero-headline-goes-here-2 {
  color: #03183b;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gabarito, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 110%;
  text-decoration: none;
}

.medium-length-hero-headline-goes-here-3 {
  color: #000103;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gabarito, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 110%;
  text-decoration: none;
}

.navbar1_component {
  border-bottom: 0px solid var(--color-scheme-1--background);
  color: var(--blue-black);
  background-color: #03183b;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.8rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar1_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.navbar1_logo-link {
  padding-left: 0;
}

.navbar1_logo-link.w--current, .navbar1_logo {
  width: 200px;
}

.navbar1_menu {
  align-items: center;
  display: flex;
  position: static;
}

.navbar1_menu.is-page-height-tablet {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.navbar1_menu-links {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.navbar1_link {
  padding: .5rem 1rem;
}

.navbar1_link.w--current {
  color: var(--_primitives---colors--neutral-darkest);
}

.navbar1_dropdown-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.navbar1_dropdown-list.w--open {
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--small);
  background-color: var(--color-scheme-1--background);
  padding: .5rem;
}

.navbar1_dropdown-link {
  padding: .5rem 1rem;
}

.navbar1_dropdown-link.w--current {
  color: var(--_primitives---colors--neutral-darkest);
}

.navbar1_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.navbar1_menu-button {
  padding: 0;
  display: none;
}

.header-style {
  grid-row-gap: 80px;
  background-color: #f2f2f2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 900px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.header-style._36 {
  background-color: #f2f2f200;
}

.ellipse-1234 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: -360.5px;
  left: 155.5px;
}

.content-style-4 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: visible;
}

.column-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: auto;
  text-decoration: none;
  display: flex;
}

.content-style-5 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  display: flex;
  position: relative;
  left: 62px;
}

.content-style-6 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-suspendisse-varius-enim-in-eros-elementum-tri-2 {
  color: #000103;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.actions-2 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.button-style-5 {
  grid-column-gap: 8px;
  background-color: #03183b;
  border: 1px solid #03183b;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
}

.button-style-6 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.button-style-7 {
  grid-column-gap: 8px;
  border: 1px solid #03183b;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
}

.button-style-8 {
  color: #000103;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.placeholder-image-2 {
  object-fit: cover;
  width: 50vw;
  min-width: 60vw;
  position: relative;
}

.medium-length-hero-headline-goes-here-5 {
  color: #0841a1;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gabarito, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 110%;
  text-decoration: none;
}

.medium-length-hero-headline-goes-here-6 {
  color: #056cb6;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gabarito, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 110%;
  text-decoration: none;
}

.medium-length-hero-headline-goes-here-7 {
  color: #03183b;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gabarito, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 110%;
  text-decoration: none;
}

.medium-length-hero-headline-goes-here-8 {
  color: #000103;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gabarito, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 110%;
  text-decoration: none;
}

.section-hero_home {
  overflow: hidden;
}

.wrraper-image {
  width: 50%;
  height: 900px;
  display: flex;
  position: relative;
  overflow: visible;
}

.text-span {
  color: var(--blue-black);
}

.text-span-2 {
  color: var(--black-3013);
}

.text-span-3, .text-color-cleste1 {
  color: var(--color-celeste1);
}

.text-color-black1, .text-color-greyw {
  color: var(--black-3013);
  font-size: 1rem;
}

.text-colorwhite1 {
  color: var(--_primitives---colors--white);
}

.color-grey-white {
  color: var(--olor-grey14);
}

.text-color-blue1-1 {
  color: var(--color-bluw1);
}

.text-color-blakoriginal {
  color: var(--black-3013);
}

.logo {
  grid-row-gap: 80px;
  background-color: #f2f2f2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 80px 64px;
  text-decoration: none;
  display: flex;
}

.logo._2 {
  padding: 0;
}

.container {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  text-decoration: none;
  display: flex;
}

.component-coaching {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.heading {
  color: #0841a1;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.content-style-7 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  text-decoration: none;
  display: flex;
}

.row {
  grid-column-gap: 32px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 896px;
  height: 100px;
  text-decoration: none;
  display: flex;
}

.placeholder-logo {
  object-fit: cover;
  overflow: hidden;
}

.section-logos {
  overflow: hidden;
}

.component-logos {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: row;
  display: flex;
}

.layout {
  grid-row-gap: 80px;
  background-color: #f2f2f2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.layout._500 {
  padding: 0;
}

.ellipse-1235 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 538px;
  height: 600px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 354.5px;
  left: 1094.5px;
}

.ellipse-1233 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  height: 1200px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: -13.5px;
  left: -325.5px;
}

.container-2 {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  text-decoration: none;
  display: flex;
}

.content-style-8 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.section-title {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-style-9 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-2 {
  color: #0841a1;
  text-align: center;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gabarito, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.text {
  color: #000103;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.component-2 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.tab-pane-1 {
  object-fit: cover;
  border-radius: 40px;
  position: relative;
}

.tabs-menu-2 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.tab-horizontal {
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #ffffff80;
  border: 0 solid #03183b;
  border-left-width: 1px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 16px 32px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.short-heading-goes-here {
  color: #000103;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gabarito, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.text-2 {
  color: #000103;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.tab-horizontal-2 {
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #ffffff80;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 16px 32px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.tab-horizontal-3 {
  grid-row-gap: 16px;
  background-color: #ffffff80;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 16px 32px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.tabs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 600px;
  display: block;
}

.tabs-menu-3 {
  flex-flow: column;
  display: flex;
}

.section_layout500 {
  background-color: var(--color-scheme-1--background);
  color: var(--blue-black);
}

.layout500_component {
  grid-column-gap: 62px;
  grid-row-gap: 62px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.layout500_tabs-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.layout500_tab-link {
  border-left: 1.5px solid var(--_primitives---opacity--transparent);
  background-color: var(--_primitives---opacity--transparent);
  padding: 1rem 2rem;
  display: block;
}

.layout500_tab-link.w--current {
  border-left-color: var(--blue-black);
  background-color: var(--_primitives---colors--white);
  opacity: 1;
  padding-right: 2rem;
}

.layout500_tabs-content, .layout500_tab-pane {
  height: 100%;
}

.layout500_image-wrapper {
  border-radius: 0;
  height: 100%;
  overflow: hidden;
}

.layout500_image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.layout500_lightbox {
  border-radius: var(--_ui-styles---radius--large);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.layout500_lightbox-image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.lightbox-play-icon {
  z-index: 2;
  color: var(--_primitives---colors--white);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.video-overlay-layer {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.section-valor {
  color: var(--blue-black);
  background-color: #f2f2f2;
  overflow: hidden;
}

.layout-2 {
  grid-row-gap: 80px;
  background-color: #0841a1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.container-3 {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.group-1 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 375px;
  height: 350px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: -145.5px;
  left: 998.5px;
}

.frame-1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.heading-3 {
  color: #fff;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gabarito, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.heading-4 {
  color: #e5ecf4;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gabarito, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.content-style-10 {
  grid-column-gap: 16px;
  grid-row-gap: 64px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.row-2 {
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: grid;
  position: relative;
}

.list-item {
  grid-row-gap: 32px;
  border: .5px solid var(--_primitives---opacity--white-10);
  background-color: #ffffff0d;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.content-style-11 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.panorama_vertical {
  object-fit: cover;
}

.heading-5 {
  color: #fff;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gabarito, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.text-3 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.action {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.button-style-9 {
  grid-column-gap: 8px;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.button-style-10 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.chevron_right {
  object-fit: cover;
  overflow: hidden;
}

.list-item-2 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.list-item-3 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 258px;
  text-decoration: none;
  display: flex;
}

.text-color-whiteoriginal {
  color: var(--_primitives---colors--white);
  font-weight: 500;
}

.text-color-whiteoriginal.text-size-medium {
  font-size: 1rem;
}

.div-block {
  width: 60%;
}

.section-liderazgo {
  background-color: var(--color-08);
  overflow: hidden;
}

.section_content11 {
  background-color: var(--color-scheme-1--background);
  color: var(--blue-black);
}

.content11_component {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.content11_lightbox {
  background-image: url('../images/Tab-Pane-1.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 600px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.content11_lightbox-image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
}

.content11_content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span-4 {
  color: var(--black-3013);
}

.image {
  max-width: 50%;
  height: 97%;
  position: absolute;
  top: 2640.59px;
}

.section-trsnsfor {
  color: var(--blue-black);
  background-color: #f2f2f2;
  overflow: hidden;
}

.testimonial {
  grid-row-gap: 80px;
  background-color: #f2f2f2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-4 {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  text-decoration: none;
  display: flex;
}

.content-style-12 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.stars {
  grid-column-gap: 4px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.quote {
  color: #021e35;
  text-align: center;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gabarito, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.avatar {
  grid-column-gap: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.avatar-image {
  object-fit: cover;
}

.avatar-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-4 {
  color: #021e35;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.text-5 {
  color: #021e35;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.ellipse-1236 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 538px;
  height: 588px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 217.5px;
  left: 1275.5px;
}

.section_testimonial5 {
  color: var(--blue-black);
  background-color: #f2f2f2;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  overflow: visible;
}

.testimonial5_component {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.testimonial5_grid-list {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 40%;
  display: grid;
}

.testimonial5_content {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 40%;
  display: flex;
}

.testimonial5_rating-wrapper {
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.testimonial5_rating-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.testimonial5_client {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  text-align: left;
  align-items: center;
  display: flex;
}

.testimonial5_client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.divider-vertical {
  width: var(--_ui-styles---stroke--divider-width);
  background-color: var(--color-scheme-1--border);
  align-self: stretch;
  display: block;
}

.testimonial5_logo-wrapper {
  display: block;
}

.testimonial5_logo {
  max-height: 3rem;
}

.image-2 {
  box-sizing: border-box;
  width: auto;
  height: auto;
  position: relative;
  top: 573px;
  left: 972px;
}

.image-3 {
  position: relative;
  top: 595px;
  left: 961px;
}

.image-4 {
  width: 62.29%;
  height: 34%;
  position: absolute;
  top: 4959.78px;
  left: 1398px;
}

.card-testimonials {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 401.984px;
  padding: 0;
  display: flex;
}

.mask {
  height: auto;
  margin-bottom: 120px;
  padding-bottom: 0;
  overflow: hidden;
}

.slider {
  background-color: #ddd0;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: auto;
  display: flex;
  overflow: visible;
}

.left-arrow {
  border: 1px solid var(--color-scheme-1--color);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  inset: auto auto 0% 40%;
}

.right-arrow {
  border: 1px solid var(--color-scheme-1--color);
  border-radius: 50px;
  width: 48px;
  height: 48px;
  display: block;
  inset: auto 40% 0% auto;
}

.slide-nav {
  color: var(--blue-black);
  justify-content: center;
  align-items: flex-start;
  font-size: .7rem;
  display: block;
  inset: auto 0% 0%;
}

.frame-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.rectangle-6-1800x759-1 {
  object-fit: cover;
}

.container-5 {
  grid-row-gap: 80px;
  -webkit-backdrop-filter: blur(17.5px);
  backdrop-filter: blur(17.5px);
  background-color: #0841a1cc;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 743px;
  height: 607px;
  padding-top: 120px;
  padding-bottom: 120px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: .5px;
  left: -.5px;
  overflow: hidden;
}

.component-3 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 582px;
  text-decoration: none;
  display: flex;
}

.column-3 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-style-13 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-6 {
  color: #fff;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gabarito, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.text-6 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.actions-3 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.button-style-11 {
  grid-column-gap: 8px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
}

.button-style-12 {
  color: #021e35;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.button-style-13 {
  grid-column-gap: 8px;
  border: 1px solid #fff;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
}

.button-style-14 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.frame-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.container-6 {
  grid-row-gap: 80px;
  -webkit-backdrop-filter: blur(17.5px);
  backdrop-filter: blur(17.5px);
  background-color: #0841a1cc;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 743px;
  height: 607px;
  padding-top: 120px;
  padding-bottom: 120px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: .5px;
  left: -.5px;
  overflow: hidden;
}

.heading-7 {
  color: #fff;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gabarito, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.text-7 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.button-style-15 {
  grid-column-gap: 8px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
}

.button-style-16 {
  color: #021e35;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.button-style-17 {
  grid-column-gap: 8px;
  border: 1px solid #fff;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
}

.button-style-18 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.section-listo {
  aspect-ratio: auto;
  object-fit: fill;
  background-image: url('../images/Rectangle-6-1800x759-1-1.webp');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 60vh;
}

.component-listo {
  background-image: url('../images/Rectangle-6-1800x759-1-1.webp');
  background-position: 0 0;
  background-size: auto;
  width: auto;
  height: 605px;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0841a1f2;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 60vh;
  padding-left: 60px;
  display: flex;
}

.image-5 {
  width: 100%;
  height: 350px;
}

.div-block-3 {
  width: 70%;
  height: auto;
  padding-left: 60px;
  padding-right: 0;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #03183b;
  border: 1px solid #000;
  border-radius: 100px;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-2.is-alternate {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.div-buttons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  padding-top: 32px;
  display: flex;
}

.buttoon-is-transparent {
  border: 1px solid var(--_primitives---colors--white);
  color: var(--white-excelent);
  text-align: center;
  background-color: #fff0;
  border-radius: 100px;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.buttoon-is-transparent.is-link {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.buttoon-is-transparent.is-link.is-alternate {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

.buttoon-is-transparent.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.buttoon-is-transparent.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.buttoon-is-transparent.is-secondary {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
}

.buttoon-is-transparent.is-secondary.is-alternate {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

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

.buttoon-is-transparent.is-alternate {
  border-color: var(--_primitives---colors--white);
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---colors--neutral-darkest);
}

.footer7_component {
  background-color: #0841a1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer7_top-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer7_logo-link {
  margin-bottom: 2rem;
  padding-left: 0;
}

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

.footer7_link {
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

.divider-horizontal {
  z-index: 10;
  height: var(--_ui-styles---stroke--divider-width);
  background-color: var(--_primitives---colors--white);
  width: 100%;
  position: relative;
}

.footer7_bottom-wrapper {
  z-index: 10;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  display: grid;
  position: relative;
}

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

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

.footer7_legal-link {
  font-size: .875rem;
  text-decoration: underline;
}

.image-6 {
  position: relative;
  top: 5919.38px;
  left: -29px;
}

.image-7 {
  height: auto;
  position: relative;
  top: 5695.38px;
  left: 1540px;
}

.navbar1_dropdown-list-2.w--open {
  background-color: #03183b;
  border: 1px solid #000;
  border-radius: 0;
  padding: .5rem;
}

.navbar1_dropdown-link-2 {
  padding: .5rem 1rem;
}

.navbar1_dropdown-link-2.w--current {
  color: #000;
}

.section-ompilsa {
  background-image: url('../images/Rectangle-6-1800x759-1-1.webp');
  background-position: 0 0;
  background-size: auto;
}

.content-impulse {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100vh;
  height: 600px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: visible;
}

.columna-1-impulse {
  grid-row-gap: 32px;
  background-color: #0841a1cc;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 700px;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.wrrap-imagen-impulsa {
  width: 50%;
  height: 500px;
  display: flex;
  overflow: visible;
}

.slider-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--_primitives---opacity--white-5);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 150px;
  display: flex;
}

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

.slide {
  width: 20%;
  height: 30%;
}

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

.slide-2, .slide-3 {
  width: 20%;
}

.body {
  background-color: var(--_primitives---colors--white);
  overflow: visible;
}

.header-style-2 {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 160px 64px 112px;
  text-decoration: none;
  display: flex;
}

.header-style-2._15 {
  padding: 0;
}

.container-7 {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  text-decoration: none;
  display: flex;
}

.content-style-14 {
  grid-column-gap: 80px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.column-4 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 1400px;
  max-width: none;
  text-decoration: none;
  display: flex;
}

.medium-length-hero-headline-goes-here-9 {
  color: #056cb6;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gabarito, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 110%;
  text-decoration: none;
}

.medium-length-hero-headline-goes-here-10 {
  color: #03183b;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gabarito, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 110%;
  text-decoration: none;
}

.column-5 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  text-decoration: none;
  display: flex;
}

.lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-suspendisse-varius-enim-in-eros-elementum-tri-3 {
  color: #000103;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.actions-4 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.button-style-19 {
  grid-column-gap: 8px;
  background-color: #03183b;
  border: 1px solid #03183b;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
}

.button-style-20 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.placeholder-image-3 {
  object-fit: cover;
  border-radius: 40px;
}

.section-transforma {
  overflow: hidden;
}

.layout-3 {
  grid-row-gap: 80px;
  background-color: #004596;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.layout-3._12 {
  justify-content: center;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
}

.ellipse-1237 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 538px;
  height: 588px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: -198px;
  left: -125px;
}

.container-8 {
  grid-column-gap: 16px;
  grid-row-gap: 80px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  text-decoration: none;
  display: grid;
  position: relative;
}

.group-2 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 598.427px;
  height: 734.654px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: -479px;
  left: 934px;
}

.component-4 {
  grid-column-gap: 80px;
  justify-content: center;
  align-items: center;
  width: 49%;
  height: 655.594px;
  text-decoration: none;
  display: flex;
}

.placeholder-image-4 {
  object-fit: cover;
  border-radius: 40px;
}

.content-style-15 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.section-title-2 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-4 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.heading-8 {
  color: #d8d8d9;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gabarito, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.heading-9 {
  color: #fff;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gabarito, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.text-8 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.frame-5 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.content-style-16 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  display: flex;
}

.row-3 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.list-item-4 {
  grid-row-gap: 16px;
  background-color: #ffffff17;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 150px;
  padding: 10px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px 4px #2059e933;
}

.image1 {
  object-fit: cover;
  overflow: hidden;
}

.subheading-one {
  color: #fff;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gabarito, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.list-item-5 {
  grid-row-gap: 16px;
  background-color: #ffffff17;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 10px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px 4px #2059e933;
}

.actions-5 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.button-style-21 {
  grid-column-gap: 8px;
  border: 1px solid #fff;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
}

.button-style-22 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.section-ejecutivo {
  overflow: hidden;
}

.component-ejecutivo {
  display: flex;
}

.layout-4 {
  grid-row-gap: 80px;
  background-color: #004596;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.layout-4._12 {
  width: 200vh;
  padding-top: 112px;
  padding-left: 0;
  padding-right: 0;
}

.ellipse-1238 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 538px;
  height: 588px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: -198px;
  left: -125px;
}

.container-9 {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.group-3 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 598.427px;
  height: 734.654px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: -479px;
  left: 934px;
}

.component-5 {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center stretch;
  width: 100%;
  text-decoration: none;
  display: grid;
}

.placeholder-image-5 {
  object-fit: cover;
  border-radius: 20px;
}

.content-style-17 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.section-title-3 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.frame-6 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.heading-10 {
  color: #d8d8d9;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gabarito, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.heading-11 {
  color: #fff;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gabarito, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.text-9 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.frame-7 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.content-style-18 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  display: flex;
}

.row-4 {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: grid;
}

.list-item-6 {
  grid-row-gap: 16px;
  background-color: #ffffff17;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 116px;
  padding: 10px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px 4px #2059e933;
}

.subheading-one-2 {
  color: #fff;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gabarito, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.list-item-7 {
  grid-row-gap: 16px;
  background-color: #ffffff17;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 10px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px 4px #2059e933;
}

.actions-6 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.button-style-23 {
  grid-column-gap: 8px;
  border: 1px solid #fff;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
}

.button-style-24 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.layout-5 {
  grid-row-gap: 80px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.layout-5._12 {
  border-radius: 20px;
  padding: 0;
}

.container-10 {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  text-decoration: none;
  display: flex;
}

.component {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-style-19 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.section-title-4 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-8 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.heading-12 {
  color: #5b6066;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gabarito, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.heading-13 {
  color: #004596;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gabarito, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.text-10 {
  color: #00142d;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.frame-9 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.content-style-20 {
  grid-row-gap: 16px;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  display: flex;
}

.row-5 {
  box-sizing: border-box;
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: grid;
}

.list-item-8 {
  grid-row-gap: 16px;
  background-color: #fff0;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 10px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px 4px #2059e933;
}

.frame-style {
  object-fit: cover;
  overflow: hidden;
}

.subheading-one-3 {
  color: #000;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gabarito, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.button-style-25 {
  grid-column-gap: 8px;
  background-color: #03183b;
  border: 1px solid #03183b;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
}

.button-style-26 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.placeholder-image-6 {
  object-fit: cover;
  object-position: 0% 50%;
  border-radius: 40px;
}

.section_logo3 {
  color: var(--blue-black);
  overflow: hidden;
}

.logo3_component {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logo3_list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  white-space: nowrap;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch end;
  place-items: center;
  margin-right: 0;
  display: grid;
}

.logo3_wrapper {
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 100%;
  display: flex;
}

.logo3_logo {
  object-fit: cover;
  width: 130px;
  height: auto;
}

.image-8 {
  height: 1200px;
  position: absolute;
  top: 1315.48px;
}

.image-9 {
  position: absolute;
  left: 1435px;
}

.div-block-4 {
  background-color: #0841a1;
  width: 10%;
  height: 5px;
}

.image-testimonials {
  width: 100%;
  max-width: 200%;
  height: 700px;
  position: absolute;
  top: 4699.78px;
  left: 1398px;
}

.image-10 {
  position: absolute;
  top: 1278px;
  left: 1324px;
}

.section-sigiente {
  object-fit: fill;
  background-image: url('../images/Rectangle-6-1800x759-1-1.webp');
  background-position: 0 0;
  background-size: cover;
  height: 700px;
  position: static;
}

.content-siguiente {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0841a1e6;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 50px;
  max-width: 100%;
  height: 700px;
  padding-top: 40px;
  padding-bottom: 40px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: visible;
}

.wrap-card-info {
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.wrrap-card-image {
  width: 50%;
  display: flex;
  position: relative;
  overflow: visible;
}

.wrap-conten-lidera {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.image-11 {
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-12 {
  position: absolute;
  inset: auto auto 0% 0%;
}

.div-block-5 {
  background-color: #0841a1e6;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 55%;
  height: 700px;
  display: flex;
}

.div-block-6 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  padding-top: 12rem;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
}

.div-block-7 {
  width: 100%;
}

.section_header6 {
  position: relative;
}

.section_header6.text-color-white {
  background-image: url('../images/44.webp');
  background-position: 0 0;
  background-size: cover;
}

.header6_content {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-height: none;
  display: flex;
  position: relative;
}

.header6_form-block {
  max-width: 30rem;
  margin-bottom: 0;
}

.header6_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: flex;
}

.button-3 {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  color: #fff;
  text-align: center;
  background-color: #03183b;
  border-radius: 100px;
  padding: .625rem 1.25rem;
  text-decoration: none;
}

.button-3.is-link {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

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

.button-3.is-alternate {
  border-color: var(--_primitives---colors--white);
  background-color: var(--white-excelent);
  color: var(--color4e);
  border-color: var(--_primitives---colors--white);
  background-color: var(--white-excelent);
}

.button-3.is-secondary {
  border-color: var(--color4e);
  background-color: var(--_primitives---opacity--transparent);
  color: var(--color4e);
}

.button-3.is-secondary.is-alternate {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

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

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

.image-overlay-layer {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.header6_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.vh {
  margin-left: auto;
}

.div-block-8 {
  display: flex;
}

.section_header38 {
  background-color: var(--color-scheme-1--background);
  color: var(--blue-black);
  background-image: url('../images/WhatsApp-Image-2025-08-19-at-7.42.10-AM-1.webp');
  background-position: 0%;
  background-size: cover;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header38_component {
  grid-column-gap: 0rem;
  background-color: #0841a1f2;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: center;
  width: 100vh;
  height: 650px;
  display: grid;
}

.header38_content {
  width: 60%;
  margin-left: 5vw;
  margin-right: 5rem;
}

.header38_form-block {
  max-width: 30rem;
  margin-bottom: 0;
}

.header38_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: flex;
}

.header38_image-wrapper {
  width: 100%;
  max-width: 100%;
  height: 100vh;
  max-height: 60rem;
}

.header38_image {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  max-height: 60rem;
}

.div-block-9 {
  width: 100%;
  height: 100vh;
  max-height: 60rem;
}

.div-block-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.headding-24px {
  color: #5b6066;
  font-size: 24px;
  font-weight: 400;
}

.text-color-blue-black {
  color: #00142d;
  font-weight: 500;
}

.text-color-blue-black.text-size-medium {
  font-size: 1rem;
}

.layout-6 {
  grid-row-gap: 80px;
  background-color: #0841a1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.layout-6._12 {
  padding: 0;
}

.ellipse-1239 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 538px;
  height: 588px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 432px;
  left: -101px;
}

.container-11 {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  text-decoration: none;
  display: flex;
}

.component-6 {
  grid-column-gap: 80px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.placeholder-image-7 {
  object-fit: cover;
  border-radius: 40px;
}

.content-style-21 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.section-title-5 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.group-4 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 598.427px;
  height: 734.654px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 496.5px;
  left: 178px;
}

.frame-10 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.heading-14 {
  color: #d8d8d9;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gabarito, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.heading-15 {
  color: #fff;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gabarito, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.text-11 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.frame-11 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.content-style-22 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  display: flex;
}

.row-6 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: grid;
}

.list-item-9 {
  grid-row-gap: 16px;
  background-color: #ffffff17;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 10px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px 4px #2059e933;
}

.subheading-one-4 {
  color: #fff;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gabarito, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.list-item-10 {
  grid-row-gap: 16px;
  background-color: #ffffff17;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 116px;
  padding: 10px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px 4px #2059e933;
}

.actions-7 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.button-style-27 {
  grid-column-gap: 8px;
  border: 1px solid #fff;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
}

.button-style-28 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.section-diagnostico {
  background-color: #fff;
  overflow: hidden;
}

.zection-talleres {
  background-color: #0841a1;
  overflow: hidden;
}

.component-taller {
  width: 100%;
  height: 100%;
}

.head24px-d8 {
  color: #d8d8d9;
  font-size: 24px;
  font-weight: 400;
}

.image-13 {
  display: none;
  position: absolute;
  top: 3640.16px;
  left: 1424px;
}

.section_header31 {
  position: relative;
}

.header31_content {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.header31_form-block {
  max-width: 30rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.header31_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: flex;
}

.header31_background-image-wrapper {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.header31_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.contact {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.container-12 {
  grid-row-gap: 80px;
  background-color: #ffffff2e;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 802px;
  padding: 20px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px 4px #0841a1bd;
}

.component-7 {
  grid-column-gap: 80px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.form-style {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.inputs {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.input {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.first-name {
  color: #03183b;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.text-input {
  grid-column-gap: 8px;
  border: 1px solid #0841a126;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.select {
  grid-column-gap: 16px;
  border: 1px solid #0841a126;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 48px;
  padding: 8px 10px;
  display: flex;
}

.select-one {
  color: #b2b2b3;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.keyboard_arrow_down {
  object-fit: cover;
  overflow: hidden;
}

.text-area {
  border: 1px solid #0841a126;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 180px;
  padding: 12px;
  display: flex;
}

.type-your-message {
  color: #00010399;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.actions-8 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.button-style-29 {
  grid-column-gap: 8px;
  background-color: #03183b;
  border: 1px solid #03183b;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
}

.text-field {
  aspect-ratio: auto;
  width: 50%;
}

.form-block {
  flex-flow: row;
  width: 100%;
  display: flex;
}

.text-field-2, .field-label, .field-label-2 {
  width: 50%;
}

.form {
  width: 100%;
  display: flex;
}

.section_contact2 {
  aspect-ratio: auto;
  background-color: var(--color-scheme-1--background);
  color: var(--blue-black);
}

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

.contact2_form-block {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.contact2_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--_primitives---opacity--transparent);
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  padding: 20px;
  display: grid;
  box-shadow: 2px 4px 4px #000000bd;
}

.form_field-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form_radio-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.error-text {
  color: #e23939;
}

.section_contact14 {
  background-color: var(--color-scheme-1--background);
  color: var(--blue-black);
}

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

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

.contact14_contact-list {
  grid-column-gap: 1rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact14_map-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden;
}

.contact14_map {
  border-radius: 40px;
  width: 100%;
  height: 100%;
}

.section-map {
  color: var(--blue-black);
  background-color: #004596;
  width: 100%;
  height: 100%;
}

.button-contact {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  text-decoration: none;
  display: flex;
}

.body-2 {
  flex-flow: column;
  display: flex;
}

.div-block-11 {
  width: 50%;
}

.component-contant {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-12 {
  width: 50%;
}

.section_header33 {
  position: relative;
}

.section_header33.text-color-white {
  background-image: url('../images/44.webp');
  background-position: 0 0;
  background-size: cover;
}

.header33_content {
  z-index: 1;
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  max-height: 60rem;
  display: flex;
  position: relative;
}

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

.header33_background-video {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.contact-2 {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.contact-2._6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
}

.container-13 {
  grid-row-gap: 80px;
  background-color: #ffffff2e;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  max-width: none;
  padding: 20px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px 4px #0841a1bd;
}

.component-8 {
  grid-column-gap: 80px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
}

.form-style-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.inputs-2 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.input-2 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.first-name-2 {
  color: #03183b;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.text-input-2 {
  grid-column-gap: 8px;
  border: 1px solid #0841a126;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.select-2 {
  grid-column-gap: 16px;
  border: 1px solid #0841a126;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 48px;
  padding: 8px 10px;
  display: flex;
}

.select-one-2 {
  color: #b2b2b3;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.text-area-2 {
  border: 1px solid #0841a126;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 180px;
  padding: 12px;
  display: flex;
}

.type-your-message-2 {
  color: #00010399;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.actions-9 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.button-style-30 {
  grid-column-gap: 8px;
  background-color: #03183b;
  border: 1px solid #03183b;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
}

.button-style-31 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.field-label-3 {
  width: 100%;
}

.form-2 {
  width: 100%;
  display: flex;
}

.form-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.div-block-13, .div-block-14 {
  width: 50%;
}

.section_contact-modal6 {
  background-color: var(--color-scheme-1--background);
  color: var(--blue-black);
  position: relative;
}

.contact-modal6_component {
  z-index: 99;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.contact-modal6_content-wrapper {
  background-color: var(--color-scheme-1--background);
  width: 100vw;
  height: 100vh;
  padding: 5rem 5%;
  position: absolute;
  overflow: scroll;
}

.contact-modal6_form-block {
  flex-direction: column;
  align-items: stretch;
}

.contact-modal6_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-modal6_close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.contact-modal6_background-overlay {
  z-index: -1;
  background-color: #00000040;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.heder-contact1 {
  background-image: linear-gradient(0deg, #0841a191, #0841a191 73% 80%), url('../images/_DSC7988.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  overflow: hidden;
}

.size-18-regular {
  color: var(--white-excelent);
  font-size: 18px;
  font-weight: 300;
}

.div-block-15 {
  width: 40%;
}

.wrap-sectionform {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.component-wrapform {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.text-field-3 {
  width: 100%;
}

.form7_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.form7_block {
  border-radius: 20px;
  width: 600px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: relative;
  top: -157px;
  box-shadow: 0 4px 4px #0841a199;
}

.form7_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  display: grid;
}

.form7_field-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.form7_input-field {
  justify-content: flex-start;
  align-items: center;
  height: 150px;
  display: flex;
  position: relative;
}

.form-icon-left {
  position: absolute;
  left: .75rem;
}

.contact-3 {
  grid-row-gap: 80px;
  background-color: #004596;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.contact-3._14 {
  grid-row-gap: 0px;
  background-color: #00459600;
  justify-content: center;
  align-items: center;
  padding: 0 0 0 60px;
}

.container-14 {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  height: 650px;
  text-decoration: none;
  display: flex;
}

.content-style-23 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.row-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 400px;
  height: 532px;
  text-decoration: none;
  display: flex;
}

.content-style-24 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.mail {
  object-fit: cover;
  overflow: hidden;
}

.contact-info {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-16 {
  color: #fff;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gabarito, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.text-12 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.link-style {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: underline;
}

.actions-10 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.button-style-32 {
  grid-column-gap: 8px;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button-style-33 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.placeholder-image-8 {
  object-fit: cover;
  border-radius: 40px;
  height: 100%;
}

.div-block-16 {
  background-color: var(--_primitives---colors--neutral-darkest);
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.component-footer {
  width: 100%;
  max-width: 80rem;
  overflow: visible;
}

.image-14 {
  position: absolute;
  top: 2299.69px;
  left: 1448px;
}

.imahe-testimonials {
  display: block;
  position: absolute;
  inset: 2533px 0% 0% 77%;
}

.image-15 {
  position: relative;
}

.image-testi-2 {
  position: absolute;
  top: 4572.77px;
  left: 1460.5px;
}

.div-nuestra {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.div-content {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.wrap-cards-talleres {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 700px;
  text-decoration: none;
  display: flex;
}

.div-block-17 {
  width: 100%;
}

.button-1 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.image-16 {
  width: 8%;
  height: 10%;
}

.image-17, .image-18 {
  width: 8%;
}

.content-info {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 532px;
  text-decoration: none;
  display: flex;
}

.button-link {
  grid-column-gap: 8px;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.component-hero-home {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: visible;
}

.section_layout29 {
  background-color: var(--color-scheme-1--background);
  color: var(--blue-black);
}

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

.layout29_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.layout29_item {
  background-color: var(--color-08);
  border-radius: 20px;
  height: 100%;
  padding: 16px;
}

.layout29_item-icon-wrapper {
  display: inline-block;
}

.layout29_image-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: var(--_ui-styles---radius--large);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.layout29_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.text-span-5 {
  color: #000103;
}

.div-block-18 {
  background-color: #0841a1;
  width: 10%;
  height: 5px;
}

.heading-style-h2-2 {
  color: #fff;
  font-size: 3rem;
  line-height: 1.2;
}

.div-block-19 {
  justify-content: center;
  align-items: center;
  width: 65%;
  display: flex;
}

.div-block-20 {
  width: 65%;
}

.card-imagen {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: var(--_ui-styles---radius--large);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.div-block-21 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-22 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.div-ifo-image {
  width: 70%;
  display: flex;
}

.image-19 {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 200px;
  width: 60%;
  height: 250px;
}

.image-20 {
  width: 50%;
}

.div-block-23 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.whatsapp-icon {
  color: var(--black-3013);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  display: flex;
}

.whatsapp-icon--white {
  color: var(--white-excelent);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  display: flex;
}

.section-image2 {
  background-color: var(--color-scheme-1--background);
  color: var(--blue-black);
  background-image: url('../images/78692.webp');
  background-position: 0%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.div-block-24 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-19-copy {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 200px;
  width: 48%;
  height: 245px;
}

.icon-embed-xxsmall-copy {
  color: var(--white-excelent);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  display: flex;
}

.slide-5 {
  height: auto;
}

.icon, .icon-2 {
  color: var(--color-08);
  font-size: 20px;
}

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

.div-block-25 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.wrrapper-content-contact {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 30%;
  display: flex;
}

.component-contact-info {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-26 {
  width: 70%;
  display: none;
}

.code-embed {
  display: flex;
}

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

.frame-12 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.image-21 {
  border-radius: 40px;
  height: 100%;
}

.image-22 {
  position: absolute;
  inset: auto auto 0%;
}

.div-block-27 {
  height: 100%;
}

.frame-13 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.div-block-28 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-29 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-23 {
  width: 200px;
  padding-bottom: 30px;
}

.link-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.div-block-30 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.div-block-31, .div-block-32 {
  width: 50%;
}

.text-field-4, .text-field-5 {
  border-radius: 10px;
}

.form-1 {
  border-radius: 20px;
  width: 600px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  box-shadow: 0 4px 4px #0841a199;
}

.form-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.button-form1 {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  color: #fff;
  text-align: center;
  background-color: #03183b;
  border-radius: 100px;
  width: 30%;
  padding: .625rem 1.25rem;
  text-decoration: none;
}

.button-form1.is-link {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-form1.is-link.is-alternate {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

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

.button-form1.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-form1.is-secondary {
  border-color: var(--color4e);
  background-color: var(--_primitives---opacity--transparent);
  color: var(--color4e);
}

.button-form1.is-secondary.is-alternate {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

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

.button-form1.is-alternate {
  border-color: var(--_primitives---colors--white);
  background-color: var(--white-excelent);
  color: var(--color4e);
}

.div-block-33 {
  padding-top: 5px;
}

.whatsapp-icon--white-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  display: flex;
}

.code-embed-2 {
  width: 100%;
}

.div-block-34 {
  background-image: url('../images/WhatsApp-Image-2025-08-19-at-7.42.10-AM-1.webp');
  background-position: 50%;
  background-size: auto;
  width: 50%;
}

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

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

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

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .rl-styleguide_item-row {
    grid-template-columns: auto 1fr;
  }

  .rl-styleguide_icons-list {
    grid-auto-flow: row;
  }

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

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

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

  .text-size-small.text-weight-bold.text-color-whiteoriginal {
    text-decoration: none;
  }

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

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

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

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

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

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

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

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

  .rl-styleguide_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 4rem;
  }

  .rl-styleguide_image {
    height: 100%;
    max-height: none;
  }

  .rl-styleguide_content {
    max-width: none;
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .rl-styleguide_image-wrapper {
    height: 640px;
  }

  .rl-styleguide_scheme-list {
    grid-template-columns: 1fr;
  }

  .navbar1_menu {
    border-bottom: 1px solid var(--color-scheme-1--border);
    background-color: var(--color-scheme-1--background);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar1_menu.is-page-height-tablet {
    background-color: var(--color-bluw1);
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .navbar1_menu-links {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .navbar1_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .navbar1_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .navbar1_menu-button.w--open {
    background-color: var(--_primitives---opacity--transparent);
  }

  .menu-icon1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon1_line-top {
    background-color: var(--white-excelent);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-middle {
    background-color: var(--white-excelent);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon1_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-bottom {
    background-color: var(--white-excelent);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .content-style-4 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    height: 100%;
    margin-top: 60px;
  }

  .column-2 {
    width: 100%;
  }

  .content-style-5 {
    justify-content: center;
    align-items: flex-start;
    max-width: 500px;
    left: auto;
  }

  .placeholder-image-2 {
    width: 100%;
    min-width: auto;
  }

  .wrraper-image {
    width: 100%;
  }

  .content-style-7 {
    grid-row-gap: 32px;
  }

  .layout500_tabs {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row dense;
    place-items: center stretch;
  }

  .layout500_image-wrapper {
    height: 700px;
  }

  .layout500_image {
    width: 100%;
    max-width: none;
    height: auto;
  }

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

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

  .list-item {
    height: auto;
  }

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

  .testimonial5_grid-list {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
  }

  .slider {
    width: 100%;
  }

  .section-listo {
    flex-flow: row;
    display: flex;
  }

  .image-6 {
    top: 6353.38px;
  }

  .navbar1_dropdown-list-2 {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list-2.w--open {
    border-style: none;
    padding: 0;
  }

  .navbar1_dropdown-link-2 {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .content-impulse {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    height: 100%;
  }

  .columna-1-impulse {
    margin-top: 40px;
  }

  .wrrap-imagen-impulsa {
    width: 770px;
  }

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

  .content-style-14 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .placeholder-image-3 {
    height: auto;
  }

  .layout-4._12 {
    width: auto;
    padding: 32px;
  }

  .component-5 {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    place-items: center stretch;
  }

  .placeholder-image-5 {
    width: 100%;
  }

  .component {
    flex-flow: wrap-reverse;
  }

  .content-style-19 {
    padding-top: 40px;
  }

  .placeholder-image-6 {
    width: 100%;
  }

  .section-sigiente {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .content-siguiente {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    width: auto;
    min-width: auto;
    max-width: none;
    height: auto;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
    left: auto;
  }

  .wrrap-card-image {
    width: 100%;
  }

  .header38_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    width: 100%;
    min-height: auto;
    padding-top: 6rem;
  }

  .header38_content {
    margin-left: 5%;
    margin-right: 5%;
  }

  .header38_image {
    height: auto;
    max-height: none;
  }

  .container-11 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .component-6 {
    flex-flow: column;
  }

  .placeholder-image-7 {
    width: 100%;
  }

  .content-style-21 {
    padding-top: 40px;
  }

  .row-6 {
    min-width: 100%;
    max-width: 1300px;
  }

  .component-taller {
    flex-flow: column;
    display: flex;
  }

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

  .contact14_map-wrapper {
    width: 100%;
    height: 100%;
  }

  .contact-modal6_component {
    display: none;
  }

  .contact-modal6_content-wrapper {
    padding: 4rem 5%;
  }

  .div-block-15 {
    width: 100%;
  }

  .form7_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .container-14 {
    height: auto;
  }

  .content-style-23 {
    grid-row-gap: 80px;
    flex-flow: column;
  }

  .imahe-testimonials {
    top: 3101px;
    left: 40%;
  }

  .div-content {
    padding-top: 40px;
  }

  .wrap-cards-talleres {
    max-width: none;
  }

  .content-info {
    max-width: none;
    height: auto;
  }

  .component-hero-home {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    height: 100%;
    margin-top: 60px;
  }

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

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

  .div-block-21 {
    justify-content: center;
    place-items: start stretch;
  }

  .div-block-22 {
    justify-content: center;
    align-items: center;
  }

  .image-19 {
    width: 100%;
  }

  .div-block-23 {
    justify-content: center;
    align-items: center;
  }

  .image-19-copy {
    width: 75%;
  }

  .wrrapper-content-contact {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .component-contact-info {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

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

  .div-block-34 {
    width: 50%;
    display: flex;
  }
}

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

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

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

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

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

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

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

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

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

  .margin-top.margin-medium {
    flex-flow: row;
    display: flex;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .text-style-quote {
    font-size: 1.125rem;
  }

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

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

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

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

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

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

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

  .text-size-small.text-weight-bold.text-color-whiteoriginal, .text-size-small.text-weight-bold.text-color-whiteoriginal.w--current {
    text-decoration: none;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

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

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

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

  .spacer-xsmall {
    padding-top: .75rem;
  }

  .spacer-small {
    padding-top: 1.25rem;
  }

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

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

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

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

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

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

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

  .rl-styleguide_component {
    padding-top: 4rem;
  }

  .rl-styleguide_content {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .category-filter-menu {
    width: 100vw;
    margin-left: -5vw;
    padding-left: 5vw;
    overflow: scroll;
  }

  .navbar1_component {
    height: auto;
    min-height: 4rem;
  }

  .navbar1_logo-link {
    padding-left: 0;
  }

  .navbar1_menu.is-page-height-tablet {
    flex-flow: row;
    width: 100%;
    padding-bottom: 6rem;
  }

  .navbar1_menu-links {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .navbar1_menu-buttons {
    width: 100%;
  }

  .menu-icon1 {
    background-color: var(--white-excelent);
    color: var(--white-excelent);
    width: 50px;
  }

  .menu-icon1_line-top {
    background-color: var(--color4e);
  }

  .menu-icon1_line-middle {
    background-color: var(--color4e);
    color: var(--white-excelent);
  }

  .menu-icon1_line-bottom {
    background-color: var(--color-bluw1);
  }

  .actions-2 {
    grid-row-gap: 16px;
    flex-flow: column;
    width: 100%;
  }

  .placeholder-image-2 {
    min-width: auto;
    height: auto;
  }

  .wrraper-image {
    height: auto;
  }

  .component-coaching {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .layout500_tabs {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row dense;
  }

  .layout500_tab-link {
    padding-left: 1.5rem;
  }

  .layout500_image-wrapper {
    height: auto;
  }

  .layout500_image {
    height: 450px;
  }

  .video-overlay-layer {
    height: 300px;
  }

  .container-3 {
    grid-row-gap: 62px;
  }

  .row-2 {
    grid-template-columns: 1fr;
    place-items: start stretch;
  }

  .div-block {
    width: 100%;
  }

  .content11_component {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .content11_lightbox, .content11_lightbox-image {
    height: auto;
  }

  .testimonial5_component {
    width: 100%;
  }

  .testimonial5_grid-list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .testimonial5_client {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: row;
    align-items: flex-start;
    width: 100%;
  }

  .testimonial5_client-info {
    margin-bottom: 1rem;
  }

  .divider-vertical {
    display: none;
  }

  .card-testimonials {
    width: 100%;
  }

  .mask {
    width: 70%;
  }

  .slider {
    width: auto;
  }

  .footer7_top-wrapper {
    flex-flow: column;
  }

  .footer7_link-list {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: row;
    grid-auto-flow: row;
    justify-items: center;
  }

  .footer7_bottom-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    padding-bottom: 1rem;
  }

  .footer7_credit-text {
    margin-top: 2rem;
  }

  .footer7_legal-list {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: row;
    grid-auto-flow: row;
    justify-items: center;
  }

  .image-6 {
    top: 6068.38px;
    left: -8px;
  }

  .wrrap-imagen-impulsa {
    width: 570px;
    height: 300px;
  }

  .slide, .slide-2, .slide-3 {
    width: 30%;
  }

  .placeholder-image-3 {
    width: 100%;
    height: 100%;
  }

  .placeholder-image-5 {
    width: auto;
    height: auto;
  }

  .placeholder-image-6 {
    height: 100%;
  }

  .logo3_list {
    grid-column-gap: 1rem;
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    padding-top: 0;
  }

  .logo3_wrapper {
    padding: .75rem 1rem;
  }

  .logo3_logo {
    max-height: 6rem;
  }

  .image-11 {
    left: -27px;
  }

  .image-12 {
    display: none;
    left: auto;
  }

  .section_header38 {
    flex-flow: column;
  }

  .header38_component {
    width: 100%;
    height: 550px;
    padding-top: 4rem;
    display: flex;
  }

  .header38_content {
    width: 100%;
  }

  .placeholder-image-7 {
    height: 100%;
  }

  .form_field-2col.is-mobile-1col {
    grid-template-columns: 1fr;
  }

  .contact14_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .contact14_map-wrapper {
    height: 25rem;
  }

  .contact-modal6_content-wrapper {
    padding-bottom: 7rem;
  }

  .div-block-15 {
    width: 100%;
  }

  .component-wrapform {
    width: auto;
  }

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

  .form7_block {
    width: 500px;
  }

  .form7_field-group {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-auto-flow: row;
  }

  .contact-3._14 {
    padding: 0;
  }

  .imahe-testimonials {
    left: 12%;
  }

  .layout29_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .div-block-19, .div-block-20 {
    width: 100%;
  }

  .div-block-21 {
    flex-flow: column;
    grid-template-columns: 1fr;
    place-items: start stretch;
  }

  .image-19, .image-19-copy {
    width: 50%;
  }

  .component-contact-info {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .form-1 {
    width: 500px;
  }

  .div-block-34 {
    width: 100%;
    height: 600px;
  }
}

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

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

  .page-wrapper {
    overflow: hidden;
  }

  .container-large {
    width: 100%;
  }

  .main-wrapper {
    overflow: hidden;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-size-medium.text-color-whiteoriginal.mobile-is-center {
    text-align: center;
  }

  .heading-style-h2.text-color-blue1-1.text-align-center, .heading-style-h2.text-align-center.text-color-cleste1.text-weight-medium, .heading-style-h2.text-color-whiteoriginal.text-weight-light, .heading-style-h2.text-color-whiteoriginal.text-weight-medium {
    font-size: 2rem;
  }

  .heading-style-h2.text-color-whiteoriginal.text-weight-medium.mobile-is-center {
    text-align: center;
  }

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

  .heading-style-h1.text-weight-semibold.mobile-is-center {
    text-align: center;
  }

  .button {
    width: 100%;
  }

  .text-size-small.text-weight-bold.text-color-whiteoriginal {
    text-decoration: none;
  }

  .text-size-large.text-color-blakoriginal.mobile-ic-center {
    text-align: center;
  }

  .rl-styleguide_component {
    grid-template-columns: 1fr;
  }

  .navbar1_logo {
    width: 200px;
    height: auto;
  }

  .navbar1_menu.is-page-height-tablet {
    flex-flow: row;
    height: 100dvh;
  }

  .navbar1_menu-links {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 40px;
    padding-bottom: 24px;
  }

  .menu-icon1 {
    background-color: var(--white-excelent);
    border-radius: 5px;
    width: 40px;
    height: 40px;
    margin-right: 0;
  }

  .menu-icon1_line-top, .menu-icon1_line-middle, .menu-icon1_line-bottom {
    background-color: var(--color4e);
  }

  .ellipse-1234 {
    left: .5px;
  }

  .content-style-6 {
    width: 100%;
  }

  .actions-2 {
    grid-row-gap: 16px;
    flex-flow: column;
    width: 100%;
  }

  .logo._2 {
    flex-flow: column;
  }

  .content-style-7 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 100px;
  }

  .row {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    height: auto;
  }

  .layout500_tabs {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .layout500_image {
    height: auto;
  }

  .video-overlay-layer {
    height: 100%;
  }

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

  .content11_lightbox {
    background-image: url('../images/Tab-Pane-1.png');
    background-position: 0 0;
    background-size: cover;
    height: 300px;
  }

  .testimonial5_component {
    width: auto;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .testimonial5_client {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
    flex-flow: row;
  }

  .divider-vertical {
    display: flex;
  }

  .testimonial5_logo {
    object-fit: contain;
    width: 130px;
  }

  .card-testimonials {
    height: 100%;
  }

  .mask {
    width: 100%;
    margin-bottom: 80px;
  }

  .slider {
    width: 100%;
  }

  .left-arrow {
    left: 31%;
  }

  .right-arrow {
    right: 24%;
  }

  .slide-nav {
    top: 320px;
  }

  .buttoon-is-transparent {
    width: 100%;
  }

  .footer7_top-wrapper {
    justify-content: center;
    align-items: center;
  }

  .footer7_link-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: max-content 1fr;
    grid-auto-columns: max-content;
    grid-auto-flow: row;
    place-items: center;
    width: 100%;
    display: flex;
  }

  .footer7_bottom-wrapper {
    display: flex;
  }

  .footer7_legal-list {
    flex-flow: column;
  }

  .image-6 {
    top: 6657.38px;
    left: 2px;
  }

  .slide, .slide-2, .slide-3 {
    width: 50%;
  }

  .container-7 {
    grid-row-gap: 32px;
  }

  .column-4 {
    width: auto;
  }

  .column-5 {
    width: 100%;
  }

  .placeholder-image-3 {
    object-fit: fill;
    width: 400px;
    height: 220px;
  }

  .layout-4._12 {
    height: auto;
    padding: 48px 20px;
  }

  .component-5 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .frame-6 {
    width: 100%;
  }

  .frame-7 {
    flex-flow: column;
  }

  .content-style-18 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    max-width: 100%;
    display: grid;
  }

  .row-4 {
    grid-column-gap: 24px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    display: grid;
  }

  .list-item-6 {
    height: 100%;
  }

  .row-5 {
    grid-template-columns: 1fr;
    padding-bottom: 5px;
  }

  .list-item-8.drop-shadow {
    box-shadow: 0 2px 5px 0 var(--color-celeste1);
  }

  .placeholder-image-6 {
    height: 300px;
  }

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

  .logo3_list {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: center;
    place-items: center;
    padding-top: 0;
  }

  .logo3_wrapper {
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  .logo3_logo {
    max-height: 10rem;
  }

  .div-block-4 {
    width: 20%;
  }

  .content-siguiente {
    padding: 15px;
  }

  .image-11 {
    inset: auto 0% 0%;
  }

  .header6_form {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .section_header38 {
    flex-flow: column;
  }

  .header38_component {
    grid-template-columns: 1fr;
    width: 100%;
    height: 500px;
    padding-top: 0;
    display: flex;
  }

  .header38_content {
    width: 100%;
  }

  .header38_form {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .div-block-10 {
    flex-flow: column;
    width: 100%;
    margin-top: 16px;
  }

  .container-11 {
    max-width: none;
  }

  .component-6 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .placeholder-image-7 {
    height: 100%;
  }

  .content-style-21 {
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
  }

  .frame-11 {
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .content-style-22 {
    grid-row-gap: 0px;
    max-width: none;
  }

  .row-6 {
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .list-item-9 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    height: 100%;
  }

  .component-taller {
    width: 100%;
  }

  .header31_form {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .contact14_content {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .contact-2._6 {
    padding: 0;
  }

  .component-wrapform {
    width: 100%;
  }

  .form7_block {
    width: 100%;
    top: -1.1rem;
  }

  .contact-3._14 {
    padding: 0;
  }

  .content-style-23 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .placeholder-image-8 {
    height: 300px;
  }

  .imahe-testimonials {
    top: 2736px;
    left: 6%;
  }

  .div-content {
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
  }

  .wrap-cards-talleres {
    grid-row-gap: 0px;
    max-width: none;
  }

  .image-16, .image-17, .image-18 {
    width: 18%;
  }

  .layout29_content, .layout29_item-list {
    grid-template-columns: 1fr;
  }

  .div-block-18 {
    width: 20%;
  }

  .heading-style-h2-2.text-align-center.text-color-cleste1.text-weight-medium {
    font-size: 2rem;
  }

  .image-19, .image-19-copy {
    width: 250px;
  }

  .component-contact-info {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .code-embed {
    width: 100%;
  }

  .image-21 {
    object-fit: cover;
    height: 300px;
  }

  .image-23 {
    width: 150px;
  }

  .div-block-30 {
    flex-flow: column;
  }

  .div-block-31, .div-block-32 {
    width: 100%;
  }

  .form-1 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .form-3, .button-form1 {
    width: 100%;
  }

  .div-block-34 {
    width: 100%;
    height: 600px;
  }
}

#w-node-_5addc1c0-6d5c-6e44-fe8c-ad6490a2690e-cc865602, #w-node-_081b627a-fbb5-4c20-ac99-dc72fa35c79a-cc865602, #w-node-_5addc1c0-6d5c-6e44-fe8c-ad6490a26910-cc865602, #w-node-_5addc1c0-6d5c-6e44-fe8c-ad6490a26912-cc865602, #w-node-_5addc1c0-6d5c-6e44-fe8c-ad6490a26914-cc865602, #w-node-_5addc1c0-6d5c-6e44-fe8c-ad6490a26916-cc865602, #w-node-_5addc1c0-6d5c-6e44-fe8c-ad6490a26918-cc865602, #w-node-_5addc1c0-6d5c-6e44-fe8c-ad6490a2691a-cc865602, #w-node-_9c98a8fd-a255-e6d4-3c79-a6ff116478aa-cc865602, #w-node-_9c98a8fd-a255-e6d4-3c79-a6ff116478ac-cc865602, #w-node-_9c98a8fd-a255-e6d4-3c79-a6ff116478ae-cc865602, #w-node-_9c98a8fd-a255-e6d4-3c79-a6ff116478b0-cc865602, #w-node-_9c98a8fd-a255-e6d4-3c79-a6ff116478b2-cc865602, #w-node-_9c98a8fd-a255-e6d4-3c79-a6ff116478b4-cc865602, #w-node-_9c98a8fd-a255-e6d4-3c79-a6ff116478b6-cc865602, #w-node-_237d364d-41d2-a2c0-5c84-38f21edd9384-cc865602 {
  justify-self: center;
}

#w-node-_75a7e34f-7e56-8fae-1476-f8eb8e236c80-cc865602 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-df34a979-e477-89b9-f1e8-bcb89b993c59-cc865602 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_691dd47d-c582-937c-a669-b27518c0740b-cc865602 {
  justify-self: end;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86205-cc865605 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86207-cc865605 {
  justify-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-cc865605 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86220-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86221-cc865605 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86225-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86226-cc865605 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622b-cc865605 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86230-cc865605 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86234-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86235-cc865605 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86240-cc865605 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86244-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86245-cc865605 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86249-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624a-cc865605 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624f-cc865605 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86253-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86254-cc865605 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86258-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86259-cc865605 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86263-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86264-cc865605 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86268-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86269-cc865605 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-cc865605 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86272-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86273-cc865605 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-cc865605 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86286-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86287-cc865605 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-cc865605 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-cc865605 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-cc865605 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-cc865605 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-cc865605 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-cc865605 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-cc865605 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-cc865605 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-cc865605 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-cc865605 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-cc865605 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-cc865605 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-cc865605 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-cc865605 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-cc865605 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-cc865605 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-cc865605 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-cc865605 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-cc865605 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-cc865605 {
  justify-self: start;
}

#w-node-aceb9adc-ab11-ae9c-832d-ba0cb63794ca-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aceb9adc-ab11-ae9c-832d-ba0cb63794cb-cc865605 {
  justify-self: start;
}

#w-node-a01e4585-6913-dc47-ad7c-9500af9e534b-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a01e4585-6913-dc47-ad7c-9500af9e534c-cc865605 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-cc865605 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-cc865605 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-cc865605 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-cc865605 {
  justify-self: start;
}

#w-node-f850239f-5feb-931e-45b8-7b579b43a164-cc865605, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-cc865605, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-cc865605 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-cc865605, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-cc865605, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-cc865605 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-cc865605, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-cc865605, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-cc865605 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-cc865605, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-cc865605 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-cc865605, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-cc865605 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-cc865605, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-cc865605, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-cc865605, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-cc865605 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-cc865605, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-cc865605, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-cc865605 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-cc865605, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-cc865605, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-cc865605 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-cc865605, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-cc865605, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-cc865605 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-cc865605, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-cc865605, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-cc865605 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-cc865605, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-cc865605 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-cc865605, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-cc865605, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-cc865605 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-cc865605, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-cc865605, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-cc865605 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-cc865605, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-cc865605, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-cc865605 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-cc865605, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-cc865605 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-cc865605, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f17-cc865605, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f18-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f19-cc865605 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f1d-cc865605, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f22-cc865605, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f23-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f24-cc865605 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f2a-cc865605, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f2f-cc865605, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f30-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f31-cc865605 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f37-cc865605, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3c-cc865605, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3d-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3e-cc865605 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f46-cc865605, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f4c-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f4d-cc865605 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f53-cc865605, #w-node-d37b2579-9d18-04c9-4090-52481ef792d1-cc865605, #w-node-d37b2579-9d18-04c9-4090-52481ef792d2-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792d3-cc865605 {
  justify-self: start;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792dc-cc865605, #w-node-d37b2579-9d18-04c9-4090-52481ef792dd-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792de-cc865605 {
  justify-self: start;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792e7-cc865605, #w-node-d37b2579-9d18-04c9-4090-52481ef792e8-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792e9-cc865605 {
  justify-self: start;
}

#w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d284-cc865605, #w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d285-cc865605, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506421-cc865605, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506422-cc865605, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd443-cc865605, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd444-cc865605, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44a-cc865605, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44b-cc865605, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-cc865605, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-cc865605, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-cc865605 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-cc865605, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-cc865605, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-cc865605, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-cc865605, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-cc865605, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-cc865605, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-cc865605, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-cc865605, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-cc865605, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-cc865605, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-cc865605 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-cc865605, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-cc865605, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-cc865605 {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-cc865605, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-cc865605, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-cc865605, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-cc865605, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-cc865605 {
  justify-self: start;
}

#w-node-efe47a2c-71a3-58fc-52e2-5719cef52200-cc865605, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55803-cc865605, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55804-cc865605, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55805-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55806-cc865605 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55808-cc865605, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580b-cc865605, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580f-cc865605, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55810-cc865605, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55811-cc865605, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581a-cc865605, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581b-cc865605, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581c-cc865605, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55825-cc865605, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55826-cc865605, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55827-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55828-cc865605 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5582e-cc865605, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5582f-cc865605, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55830-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55831-cc865605 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55833-cc865605, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55837-cc865605, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55838-cc865605, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55839-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5583a-cc865605, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5583c-cc865605 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-cc865605, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-cc865605, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-cc865605, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-cc865605, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-cc865605, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-cc865605, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-cc865605, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-cc865605, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-cc865605, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-cc865605, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-cc865605, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-cc865605, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-cc865605, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-cc865605, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-cc865605 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-cc865605 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-cc865605 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-cc865605 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-cc865605 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-cc865605 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-cc865605, #w-node-_8ec19c33-ae2e-90c5-80bf-3c4e7d639cd4-cc865605, #w-node-_450fae6e-ea6c-c71d-c007-cbe7f109d617-cc865605, #w-node-dcc5fc80-562f-447f-055c-339db14678d8-cc865605, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-cc865605 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-cc865605, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-cc865605, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-cc865605 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-cc865605, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-cc865605, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-cc865605 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-cc865605, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-cc865605, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-cc865605 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-cc865605, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-cc865605, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-cc865605 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-cc865605, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-cc865605 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-cc865605 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-cc865605 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-cc865605 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-cc865605 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-cc865605 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-cc865605 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-cc865605 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-cc865605 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-cc865605 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-cc865605 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-cc865605, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-cc865605, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-cc865605, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-cc865605, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-cc865605 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-cc865605 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-cc865605, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-cc865605, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-cc865605 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-cc865605, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-cc865605, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-cc865605 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-cc865605, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-cc865605, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-cc865605 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-cc865605, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-cc865605, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-cc865605 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-cc865605, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-cc865605, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-cc865605 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-cc865605, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-cc865605, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-cc865605 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-cc865605, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-cc865605, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-cc865605 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-cc865605, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-cc865605, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-cc865605 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-cc865605, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-cc865605, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-cc865605 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-cc865605, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-cc865605, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-cc865605 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-cc865605, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-cc865605, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-cc865605 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-cc865605, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-cc865605, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-cc865605 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-cc865605, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-cc865605, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-cc865605 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-cc865605, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-cc865605, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-cc865605 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-cc865605, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-cc865605, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-cc865605 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-cc865605, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-cc865605, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-cc865605, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-cc865605, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-cc865605 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-cc865605 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-cc865605, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-cc865605, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-cc865605 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-cc865605, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-cc865605, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-cc865605 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-cc865605, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-cc865605, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-cc865605 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-cc865605, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-cc865605, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-cc865605 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-cc865605, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-cc865605, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-cc865605 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-cc865605, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-cc865605, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-cc865605 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-cc865605, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-cc865605, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-cc865605 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-cc865605, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-cc865605, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-cc865605 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-cc865605, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-cc865605, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-cc865605 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-cc865605, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-cc865605, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-cc865605 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-cc865605, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-cc865605, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-cc865605 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-cc865605, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-cc865605, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-cc865605 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-cc865605, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-cc865605, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-cc865605 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-cc865605, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-cc865605, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-cc865605 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-cc865605, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-cc865605, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-cc865605, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-cc865605 {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-cc865605, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-cc865605, #w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-cc865605 {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-cc865605, #w-node-_16994295-7a31-57da-1001-8ec0ea846a22-cc865605, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-cc865605 {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-cc865605, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-cc865605, #w-node-f28919c2-e180-d075-d1c2-81b601b8a964-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-cc865605 {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-cc865605, #w-node-f28919c2-e180-d075-d1c2-81b601b8a968-cc865605, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-cc865605 {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-cc865605, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-cc865605, #w-node-ee961e8d-845a-edc3-3307-509470022457-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-cc865605 {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-cc865605, #w-node-ee961e8d-845a-edc3-3307-50947002245b-cc865605, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-cc865605 {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-cc865605, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-cc865605, #w-node-_626bd165-37fe-b21e-713f-accb16c57414-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-cc865605 {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-cc865605, #w-node-_626bd165-37fe-b21e-713f-accb16c57418-cc865605, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-cc865605 {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-cc865605, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-cc865605, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-cc865605 {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-cc865605, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-cc865605, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-cc865605 {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-cc865605, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-cc865605, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-cc865605, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-cc865605 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-cc865605, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-cc865605 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-cc865605 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-cc865605 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-cc865605 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-cc865605 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-cc865605 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-cc865605 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-cc865605 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-cc865605 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-cc865605 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-cc865605 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-cc865605 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-cc865605 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-cc865605 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-cc865605 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-cc865605 {
  justify-self: start;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e54-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e55-cc865605 {
  justify-self: start;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a792-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a793-cc865605 {
  justify-self: start;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b297-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b298-cc865605 {
  justify-self: start;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db57-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db58-cc865605 {
  justify-self: start;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92c-cc865605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92d-cc865605 {
  justify-self: start;
}

#w-node-_9023e68f-7b9a-ef5b-92e6-c740713de1da-7a6804af {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_691dd47d-c582-937c-a669-b27518c0740b-cc865602, #w-node-_9023e68f-7b9a-ef5b-92e6-c740713de1da-7a6804af {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5addc1c0-6d5c-6e44-fe8c-ad6490a2690e-cc865602, #w-node-_081b627a-fbb5-4c20-ac99-dc72fa35c79a-cc865602 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_691dd47d-c582-937c-a669-b27518c0740b-cc865602 {
    justify-self: auto;
  }

  #w-node-_2e6346a3-5642-6186-f63f-90fbd87b5d64-d87b5d59, #w-node-_2e6346a3-5642-6186-f63f-90fbd87b5d66-d87b5d59, #w-node-_2e6346a3-5642-6186-f63f-90fbd87b5d68-d87b5d59 {
    justify-self: center;
  }

  #w-node-_127d7781-f517-7f73-a0a4-c7508ac19451-7a6804af {
    order: 0;
    place-self: auto;
  }

  #w-node-f9557013-00ef-5840-9574-b731349283db-7a6804af {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9023e68f-7b9a-ef5b-92e6-c740713de1da-7a6804af {
    justify-self: auto;
  }
}


