:root {
  --color-scheme-1--background: var(--_primitives---colors--white);
  --_typography---font-styles--body: Montserrat, sans-serif;
  --color-scheme-1--text: var(--_primitives---colors--neutral-darkest);
  --_typography---font-styles--heading: Manrope, sans-serif;
  --color-scheme-1--color-5: #161616;
  --_primitives---colors--white: #fff;
  --_primitives---colors--neutral-darkest: black;
  --text-color--text-alternate\<deleted\|relume-variable-text-color-3\>: var(--base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>);
  --color-scheme-1--color-4: #193d70;
  --_primitives---opacity--transparent: transparent;
  --_primitives---opacity--neutral-darkest-60: #0009;
  --color-scheme-1--color-2: #77918f;
  --_primitives---opacity--white-60: #fff9;
  --_ui-styles---stroke--border-width: 1px;
  --color-scheme-1--border: var(--_primitives---colors--neutral-darkest);
  --_ui-styles---0: 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: var(--base-color-neutral--black);
  --_ui-styles---radius--small: 0px;
  --_primitives---colors--neutral-lightest: #eee;
  --_ui-styles---radius--large: 0px;
  --color-scheme-1--accent: var(--_primitives---colors--neutral-darkest);
  --color-scheme-1--color-3: #1242e0;
  --color-scheme-1--color: #4b6dde;
  --color-scheme-1--color-6: #219389;
  --_primitives---opacity--white-20: #fff3;
  --base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>: #eee;
  --base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>: white;
  --text-color--text-primary\<deleted\|relume-variable-text-color-1\>: var(--base-color-neutral--black);
  --base-color-brand--white\<deleted\|relume-variable-color-primary-2\>: white;
  --background-color--background-tertiary\<deleted\|relume-variable-background-color-3\>: var(--base-color-neutral--neutral-light\<deleted\|relume-variable-color-neutral-5\>);
  --base-color-neutral--black: black;
  --_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-5: #ffffff0d;
  --_primitives---opacity--white-10: #ffffff1a;
  --_primitives---opacity--white-15: #ffffff26;
  --_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;
  --_ui-styles---stroke--divider-width: 1px;
  --base-color-neutral--neutral-light\<deleted\|relume-variable-color-neutral-5\>: #aaa;
}

.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-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

.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-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

body {
  background-color: var(--color-scheme-1--background);
  font-family: var(--_typography---font-styles--body);
  color: var(--color-scheme-1--text);
  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(--color-scheme-1--text);
  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(--color-scheme-1--text);
  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: 90rem;
  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 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  width: 100%;
  max-width: 48rem;
  display: flex;
  position: relative;
}

.max-width-large.align-center {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.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 {
  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-top: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.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-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.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: 1.125rem;
}

.text-size-medium.text-color-black {
  color: var(--color-scheme-1--color-5);
}

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

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

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

.heading-style-h2 {
  text-transform: uppercase;
  font-size: 2.85rem;
  line-height: 1.2;
}

.heading-style-h2.text-color-white.mobile-is-center, .heading-style-h2.text-color-blue-1.text-align-center {
  text-transform: uppercase;
}

.heading-style-h2.text-color-black {
  color: var(--color-scheme-1--color-5);
}

.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 {
  text-transform: uppercase;
  font-size: 1.25rem;
  line-height: 1.4;
}

.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 {
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.4;
}

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

.heading-style-h1 {
  text-transform: uppercase;
  font-size: 3.2rem;
  line-height: 1;
}

.heading-style-h1.text-color-white.text-align-center {
  text-transform: uppercase;
}

.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 {
  color: var(--_primitives---colors--white);
  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--white);
  background-color: var(--_primitives---colors--white);
  color: var(--color-scheme-1--color-4);
  text-align: center;
  border-radius: 10px;
  padding: .75rem 1.5rem;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s, background-color .2s;
}

.button:hover {
  color: var(--_primitives---colors--white);
  background-color: #fff0;
}

.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-icon.is-alternate {
  transition: transform .2s;
}

.button.is-icon.is-alternate:hover {
  transform: translate(0, -7px);
}

.button.is-secondary {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
  transition: transform .2s;
}

.button.is-secondary:hover {
  transform: translate(0, -7px);
}

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

.button.is-secondary.is-icon {
  border-radius: 10px;
  transition: transform .2s;
}

.button.is-secondary.is-icon:hover {
  transform: translate(0, -7px);
}

.button.is-secondary.is-icon.is-alternate {
  border-color: var(--color-scheme-1--color-4);
  background-color: var(--color-scheme-1--color-4);
  flex-flow: row;
  transition: transform .2s;
}

.button.is-secondary.is-icon.is-alternate:hover {
  transform: translate(0, -7px);
}

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

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

.button.is-navbar2-button {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

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

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

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

.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-size-regular {
  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 {
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: 1.2;
}

.heading-style-h3.text-weight-bold {
  font-family: var(--_typography---font-styles--heading);
}

.heading-style-h3.text-weight-bold.text-color-blue-1.text-align-center, .heading-style-h3.text-color-white {
  text-transform: uppercase;
}

.heading-style-h3.text-align-left {
  text-align: left;
}

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

.form_input {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  color: var(--_primitives---colors--neutral-darkest);
  background-color: #f3f3f30d;
  border-radius: 0;
  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 {
  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--color-2);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
}

.form_input.is-select-input.is-alternate {
  border-color: var(--color-scheme-1--color-2);
  background-color: var(--color-scheme-1--color-5);
  background-image: none;
}

.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-text-area-copy {
  border-color: var(--_primitives---colors--white);
  background-color: #ffffff0d;
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.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;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.text-color-white.margin-bottom-thirty {
  margin-bottom: 30px;
}

.text-color-white.hero-heading-two {
  margin-bottom: 20px;
}

.text-color-white.margin-top-ten {
  margin-top: 10px;
}

.text-color-white.margin-top-ten.margin-bottom-off {
  margin-bottom: 0;
}

.text-color-white.service-card-gap {
  margin-bottom: 0;
  padding-top: 15px;
}

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

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

.icon-embed-xsmall {
  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---0);
  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-align-center.text-align-left {
  text-align: left;
}

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

.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 {
  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(--color-scheme-1--text);
  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-white {
  text-transform: uppercase;
}

.text-size-large.text-color-white.text-align-center {
  text-transform: none;
}

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

.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---0);
  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_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;
}

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

.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---0);
  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---0);
  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(--color-scheme-1--text);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.slider-arrow.is-bottom-previous {
  z-index: 0;
  border-color: var(--color-scheme-1--color-4);
  color: var(--color-scheme-1--color-4);
  inset: auto 68% 0% auto;
}

.slider-arrow.is-bottom-next {
  border-color: var(--color-scheme-1--color-4);
  background-color: var(--color-scheme-1--foreground);
  color: var(--color-scheme-1--color-4);
  inset: auto auto 0% 34%;
}

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

.navbar2_component {
  z-index: 100;
  background-color: #ddd0;
  background-image: linear-gradient(108deg, #21938957, #fff0 32%, #b0b0b000 69%, #21938959), linear-gradient(27deg, var(--color-scheme-1--color-4), var(--color-scheme-1--color-5));
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding: 10px 5%;
  display: flex;
}

.navbar2_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .375fr 1fr .375fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 90rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar2_logo-link {
  width: auto;
  padding-left: 0;
}

.navbar2_logo {
  width: 100px;
}

.navbar2_link {
  color: var(--_primitives---colors--white);
  text-align: center;
  padding: .5rem 1rem;
}

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

.navbar2_dropdwn-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  padding: .5rem 1rem;
  font-size: 14px;
  display: flex;
}

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

.navbar2_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;
  position: absolute;
}

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

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

.navbar2_button-wrapper {
  grid-column-gap: 1rem;
  margin-left: 1rem;
  display: flex;
}

.navbar2_menu-button {
  padding: 0;
}

.bar-top {
  z-index: 560;
  background-color: var(--_primitives---colors--white);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.component {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.wrrap-phone-links {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  padding: 10px;
  display: flex;
}

.wrrap-phone-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--color-scheme-1--color-4);
  justify-content: center;
  align-items: flex-start;
  font-weight: 600;
  display: flex;
}

.social-link-holder {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.social-media-link {
  border-radius: 8px;
  width: 24px;
  height: 24px;
  padding: 0;
  transition: all .25s;
}

.social-media-link:hover {
  opacity: .63;
}

.text-color-blue-1 {
  color: var(--color-scheme-1--color-4);
}

.text-color-blue-2 {
  color: var(--color-scheme-1--color-3);
}

.text-color-blue-3 {
  color: var(--color-scheme-1--color);
}

.text-color-green {
  color: var(--color-scheme-1--color-2);
}

.color-scheme-1-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.content-style {
  z-index: 10;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: visible;
}

.frame-11 {
  z-index: 10;
  grid-row-gap: 16px;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 664px;
  padding: 24px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

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

.text-button-2 {
  color: #193d70;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.componet-hero-home {
  z-index: 10;
  width: 100%;
  padding-bottom: 32px;
  position: relative;
  overflow: visible;
}

.wrrapp-nav {
  z-index: 100;
  position: fixed;
  inset: 0% 0% auto;
}

.slider {
  z-index: 10;
  background-color: #ddd0;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: flex;
  overflow: auto;
}

.slide-nav {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-right: 0;
  display: flex;
  inset: auto 0%;
}

.left-arrow, .right-arrow {
  display: flex;
}

.mask {
  width: 100%;
}

.slide {
  height: 100%;
  top: auto;
}

.background-video {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
}

.background-color-video {
  z-index: 2;
  background-color: #00000075;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section-about-home {
  grid-row-gap: 80px;
  background-color: #193d7000;
  background-image: linear-gradient(239deg, #2193898a, #4fa9a100 30%, #8cc7c200 70%, #22918894), linear-gradient(138deg, #183e89f7, #151d20 52%, #172464);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.company-logo {
  object-fit: contain;
  width: 160px;
  overflow: hidden;
}

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

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

.frame-22 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 500px;
  text-decoration: none;
  display: flex;
}

.rectangle-13 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 2px;
  height: 216px;
  text-decoration: none;
  display: flex;
}

.vector-2 {
  object-fit: cover;
  position: absolute;
  inset: auto auto -48%;
}

.component-about-home {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
  text-decoration: none;
  display: flex;
}

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

.layout._238 {
  background-color: #faffff00;
  display: none;
}

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

.rectangle-9 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 89px;
  height: 2px;
  text-decoration: none;
  display: flex;
}

.card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  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: none;
}

.card-1 {
  background-color: #193d70;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  height: 590px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.card-1.is-green {
  background-color: var(--color-scheme-1--color-2);
  height: 590px;
}

.card-1.is-black {
  grid-row-gap: 0px;
  background-color: #161616;
  max-width: 100%;
  height: 590px;
  padding-bottom: 0;
}

.image-2 {
  object-fit: cover;
  width: 100%;
  height: 300px;
  min-height: 300px;
  overflow: hidden;
}

.title-style {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

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

.button-style-3 {
  grid-column-gap: 8px;
  border: 0 solid #fff;
  border-bottom-width: 1px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-bottom: 4px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

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

.card-7 {
  grid-row-gap: 24px;
  background-color: #161616;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  height: 590px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.vector-3 {
  object-fit: cover;
  width: 230px;
  height: 200px;
  position: absolute;
  inset: auto 0% -19% auto;
}

.wrpper-head-lne {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 800px;
  text-decoration: none;
  display: flex;
}

.background-video-element {
  z-index: 9;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.column {
  flex: 1;
  padding: 24px 3%;
}

.column.short-opaque-column {
  z-index: 65;
  background-color: var(--_primitives---colors--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 70%;
  display: flex;
  position: relative;
}

.section-video-cta {
  position: sticky;
}

.component-cta-video {
  justify-content: center;
  align-items: center;
  height: 50vh;
  display: flex;
}

.div-block-2 {
  margin-top: 16px;
}

.why-chosose {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.image-4 {
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 0%;
  background-image: linear-gradient(#00000075, #00000075), url('../images/DSC_0371.JPG');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-radius: 0;
  width: 100%;
  height: 700px;
  position: relative;
  overflow: hidden;
}

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

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

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

.rectangle-14 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 89px;
  height: 2px;
  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-5 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

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

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

.list-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--_primitives---colors--white);
  -webkit-backdrop-filter: blur(17.5px);
  backdrop-filter: blur(17.5px);
  color: var(--_primitives---colors--white);
  background-color: #fff0;
  border-radius: 0;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 16px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.list-item.hg {
  background-color: #35565a;
}

.list-item.is-secondary {
  width: 300px;
  min-width: 300px;
  height: auto;
}

.frame-1 {
  grid-column-gap: 10px;
  background-color: var(--color-scheme-1--color-4);
  border-radius: 50px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 5px;
  text-decoration: none;
  display: flex;
}

.list-item-2, .list-item-3 {
  grid-row-gap: 16px;
  background-color: #fff;
  border: 1px solid #193d70;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.vector-4 {
  object-fit: cover;
  position: absolute;
  inset: -126% -14% auto auto;
}

.vector-5 {
  object-fit: cover;
  width: 100px;
  height: 100px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.section_testimonial28 {
  color: var(--color-scheme-1--text);
  background-color: #faffff;
  overflow: hidden;
}

.testimonial28_component {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.testimonial28_slider {
  background-color: var(--_primitives---opacity--transparent);
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
}

.testimonial28_mask {
  width: 50%;
  overflow: visible;
}

.testimonial28_slide {
  width: 600px;
  padding-right: 2rem;
}

.testimonial28_card {
  background-color: var(--color-scheme-1--color-4);
  border-radius: 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
  overflow: hidden;
}

.testimonial28_card.is-green {
  background-color: var(--color-scheme-1--color-2);
}

.testimonial28_card.is-black {
  background-color: var(--color-scheme-1--color-5);
}

.testimonial28_client {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.testimonial28_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  display: none;
  inset: auto auto 0% 0%;
}

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

.footer._5 {
  background-color: var(--color-scheme-1--color-5);
  background-image: linear-gradient(217deg, #183e89, #151d20 46%, #172464);
}

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

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

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

.company-logo-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-left: 7px;
  padding-right: 7px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.logo-wide-1 {
  object-fit: contain;
  width: 100%;
  overflow: hidden;
}

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

.footer-links {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 500px;
  text-decoration: none;
  display: grid;
}

.link-style {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.quiero-ser-un-cliente-tmt {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

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

.column-4 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.link-style-2 {
  grid-column-gap: 8px;
  grid-row-gap: 16px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.text-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.link-style-3 {
  grid-column-gap: 8px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

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

.row {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

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

.component-values {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: var(--color-scheme-1--color-4);
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  place-items: center start;
  padding: 48px;
  display: grid;
  position: relative;
  overflow: visible;
}

.logo-testimonials {
  object-fit: contain;
  width: 60px;
  height: auto;
  overflow: hidden;
}

.icon, .icon-2 {
  color: var(--_primitives---colors--white);
}

.custom-map-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-menu {
  color: var(--_primitives---colors--white);
  justify-content: center;
  align-items: center;
  margin-left: auto;
  font-size: 14px;
  display: flex;
  position: static;
}

.nav-link {
  color: var(--_primitives---colors--white);
  font-size: 16px;
  display: flex;
}

.nav-link:hover {
  color: var(--color-scheme-1--color-6);
}

.nav-link.w--current {
  color: var(--_primitives---colors--white);
  text-decoration: underline;
}

.nav-link.w--current:hover {
  color: var(--color-scheme-1--color-6);
}

.nav-link-2 {
  color: var(--_primitives---colors--white);
}

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

.flex-block {
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}

.flex-block-2 {
  justify-content: flex-end;
  align-items: center;
  height: 10px;
}

.flex-block-3 {
  height: 100vh;
  overflow: auto;
}

.section_layout129 {
  position: relative;
}

.layout129_component {
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.layout129_content {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  color: var(--_primitives---colors--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: end stretch;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.layout129_item {
  color: var(--_primitives---colors--white);
  background-color: #fff0;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding: 0;
  text-decoration: none;
  display: flex;
}

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

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

.image-overlay-layer {
  z-index: 1;
  background-color: #ffffff0f;
  border-radius: 20px;
  position: absolute;
  inset: 0%;
}

.layout129_background-image {
  object-fit: cover;
  background-image: url('../images/Frame-1_1.avif');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section {
  opacity: 1;
}

.section.relative {
  background-image: none;
  background-size: auto;
  height: 100vh;
  padding-bottom: 0;
  position: relative;
  overflow: clip;
}

.section.circular {
  color: var(--_primitives---colors--white);
  background-color: #1a0f3a;
}

.section.no-padding-top {
  padding-top: 0;
}

.section.let-s-connect {
  z-index: 1;
  background-color: #fcfcfc;
  position: relative;
}

.image-5 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.image-6 {
  width: 120px;
}

.body {
  background-color: #f0f0f0;
}

.section-whit-degrade {
  grid-row-gap: 80px;
  border-style: none none solid;
  border-width: 0 0 1px;
  border-color: black black var(--_primitives---opacity--white-20);
  background-color: #193d7000;
  background-image: linear-gradient(239deg, #2193898a, #4fa9a100 30%, #8cc7c200 70%, #22918894), linear-gradient(138deg, #183e89f7, #151f26 49%, #151d20 52%, #172464);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-whit-degrade.cta {
  z-index: 100;
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  background-image: linear-gradient(239deg, #2193898a, #4fa9a100 30%, #8cc7c200 70%, #22918894), linear-gradient(138deg, #183e8980, #151d20 52%, #17246480);
  padding-top: 151px;
  padding-bottom: 151px;
}

.section-whit-degrade.cat-2 {
  background-image: linear-gradient(239deg, #2193898a, #4fa9a100 30%, #8cc7c200 70%, #22918894), linear-gradient(138deg, #183e89bf, #151d2096 52%, #172464ba);
  position: absolute;
  inset: 0%;
}

.section-whit-degrade.inicio {
  z-index: 10;
  opacity: .93;
  background-image: linear-gradient(239deg, #2193898a, #4fa9a100 30%, #8cc7c200 70%, #22918894), linear-gradient(138deg, #183e891a, #151f26 49%, #151d20 52%, #172464);
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.flex-block-4 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 800px;
}

.image-7 {
  width: 50px;
}

.div-block-5 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  padding-right: 10px;
  display: flex;
  position: absolute;
}

.section-2 {
  z-index: 20;
  justify-content: flex-start;
  display: block;
  position: fixed;
  inset: auto 2% 3% auto;
}

.div-block-70 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  margin-right: 0;
  display: flex;
  overflow: visible;
}

.link-block-10 {
  padding: 0;
  display: block;
  overflow: visible;
}

.image-47 {
  text-align: left;
  background-color: #0000;
  border-radius: 100%;
  width: 50px;
  max-width: none;
  height: auto;
  padding: 0;
  overflow: visible;
}

.icons-f {
  z-index: 20;
  flex-flow: column;
  justify-content: flex-start;
  position: fixed;
  inset: auto 2% 18% auto;
}

.slider-2 {
  background-color: #ddd0;
  width: 100%;
  height: auto;
  padding-bottom: 5rem;
}

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

.slide-2 {
  width: 100%;
  height: 450px;
  margin-right: 16px;
}

.slide-3, .slide-4, .slide-5, .slide-6 {
  width: 450px;
  height: 450px;
}

.slide-7 {
  width: 100%;
  height: 450.594px;
}

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

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

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

.arrow-icon-slade1.is-bottom-previous {
  z-index: 50;
  inset: auto 68% 0% auto;
}

.arrow-icon-slade1.is-bottom-next {
  inset: auto auto 0% 34%;
}

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

.arrow-icon-slade1.is-bottom-next-1 {
  inset: auto 0% 0% 96%;
}

.arrow-icon-slade1.is-bottom-previous-1 {
  z-index: 50;
  inset: auto 0% 0% 68%;
}

.image-48 {
  object-fit: cover;
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.card-8 {
  background-color: #193d70;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 410.667px;
  height: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.card-8.is-green {
  background-color: #77918f;
  max-width: 100%;
  height: 590px;
}

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

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

.mask-slide2 {
  width: 30%;
  overflow: visible;
}

.slide-servicios {
  background-color: #ddd0;
  width: 100%;
  height: auto;
  padding-bottom: 5rem;
}

.div-block-71 {
  background-color: var(--color-scheme-1--color-2);
  width: 100%;
  height: 2px;
}

.div-block-72 {
  background-color: var(--color-scheme-1--foreground);
  width: 100%;
  height: 1px;
}

.div-block-73, .div-block-74, .div-block-76 {
  width: 100%;
}

.text-span {
  color: var(--color-scheme-1--color-2);
}

.section_header76 {
  background-color: var(--color-scheme-1--color-4);
}

.section_header76.section-whit-degrade {
  background-image: linear-gradient(239deg, #2193898a, #4fa9a100 30%, #8cc7c200 70%, #22918894), linear-gradient(138deg, #183e89f7, #151d20 52%, #172464);
}

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

.header76_content-left {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 35rem;
  margin-left: 5vw;
  margin-right: 5rem;
  display: flex;
}

.header76_content-right {
  grid-column-gap: 1rem;
  align-items: center;
  height: 100vh;
  padding-right: 0;
  overflow: hidden;
}

.header76_images-layout {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.header76_image-list-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  column-count: 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  column-gap: 1.5rem;
  width: 100%;
  height: 100%;
  margin-top: -120%;
  display: grid;
}

.header76_image-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.header76_image-wrapper {
  width: 100%;
  padding-top: 120%;
  position: relative;
}

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

.header76_image-list-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

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

.section_cta13 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
}

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

.section_layout41 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
}

.layout41_content {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.layout41_content-left {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.section-soluciones {
  background-color: var(--color-scheme-1--color-4);
  color: var(--color-scheme-1--text);
  position: relative;
  overflow: hidden;
}

.image-49 {
  width: 160px;
}

.section_layout54 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
}

.layout54_content {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: flex;
}

.layout54_content-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 60%;
  height: auto;
  display: flex;
}

.layout54_content-right {
  width: 100%;
}

.layout54_item-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  place-items: center end;
  padding-top: .5rem;
  padding-bottom: 0;
}

.layout54_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column wrap;
  display: flex;
}

.layout54_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
}

.layout54_item-text-wrapper {
  padding-left: 10px;
}

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

.section_cta5 {
  position: relative;
}

.section_cta5.text-color-white {
  background-image: url('../images/DSC_0367.JPG.JPG');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.cta5_component {
  z-index: 1;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

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

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

.button-2 {
  color: #193d70;
  text-align: center;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: .75rem 1.5rem;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s, background-color .2s;
}

.button-2:hover {
  color: #fff;
  background-color: #fff0;
}

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

.div-block-79 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 650px;
  display: flex;
}

.frame-25-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.why-chosose-copy {
  background-color: var(--color-scheme-1--color-5);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0;
  text-decoration: none;
  overflow: hidden;
}

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

.component-values-copy {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  place-items: center start;
  padding: 61px 48px 51px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.image-50, .image-51 {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 450px;
}

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

.section_header36 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
}

.section_header36.is-blue {
  background-color: var(--color-scheme-1--color-4);
  width: 100%;
  display: none;
}

.section_header36.is-green {
  background-color: var(--color-scheme-1--color-2);
}

.header36_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: flex;
}

.header36_content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 80px;
  display: flex;
  overflow: visible;
}

.button-3 {
  border: 1px solid var(--_primitives---colors--white);
  background-color: var(--_primitives---colors--white);
  color: var(--color-scheme-1--color-4);
  text-align: center;
  border-radius: 10px;
  padding: .75rem 1.5rem;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s, background-color .2s;
}

.button-3:hover {
  color: var(--_primitives---colors--white);
  background-color: #fff0;
}

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

.header36_image-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
  overflow: visible;
}

.header36_image {
  object-fit: cover;
  object-position: 100% 0%;
  width: 50vw;
  min-width: 50vw;
  height: 500px;
  max-height: 60rem;
}

.section_header102 {
  background-color: var(--color-scheme-1--color-4);
  background-image: linear-gradient(200deg, #77918f 49%, #193d70 95%);
}

.header102_component {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 50%;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 80px;
  display: flex;
}

.header102_content {
  z-index: 50;
  flex-flow: column;
  max-width: 35rem;
  margin-left: 5vw;
  margin-right: 5rem;
  position: relative;
}

.button-4 {
  border: 1px solid var(--_primitives---colors--white);
  background-color: var(--_primitives---colors--white);
  color: var(--color-scheme-1--color-4);
  text-align: center;
  border-radius: 10px;
  padding: .75rem 1.5rem;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s, background-color .2s;
}

.button-4:hover {
  color: var(--_primitives---colors--white);
  background-color: #fff0;
}

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

.button-4.is-secondary.is-icon.is-alternate {
  border-color: var(--color-scheme-1--color-4);
  background-color: var(--color-scheme-1--color-4);
  flex-flow: row;
}

.button-4.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-4.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.header102_slider {
  background-color: var(--base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>);
  width: 100%;
  min-height: 100vh;
  max-height: 60rem;
}

.header102_slide-wrapper {
  flex-direction: column;
  grid-template-rows: auto max-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: flex;
}

.header102_slide-image-wrapper {
  flex: 1;
  position: relative;
}

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

.header102_slide-content {
  background-color: var(--base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>);
  flex-direction: column;
  justify-content: flex-start;
  padding: 2rem 2rem 8rem;
  position: relative;
}

.header102_slide-content-wrapper {
  width: 100%;
  max-width: 48rem;
}

.header102_arrow {
  border: 1px solid var(--color-scheme-1--background);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 2rem 2rem auto;
}

.header102_arrow.is-left {
  border-color: var(--color-scheme-1--foreground);
  right: 6rem;
}

.product-header7_arrow-icon-copy {
  color: var(--color-scheme-1--background);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.header102_slide-nav {
  color: var(--color-scheme-1--background);
  border: 1px solid #0000;
  height: 1.75rem;
  font-size: .5rem;
  display: flex;
  inset: auto auto 2.625rem 2rem;
}

.image-52 {
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  top: -4px;
  left: -691px;
}

.section_layout91 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
}

.layout91_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  display: flex;
}

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

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

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

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

.component-somos {
  padding-bottom: 0;
}

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

.background-video-2 {
  height: 200px;
}

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

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

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

.section_header147 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
}

.header147_component {
  flex-direction: column;
  padding-top: 96px;
  padding-bottom: 96px;
  display: flex;
}

.header147_lightbox {
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.div-block-81 {
  width: 50%;
  padding-bottom: 60px;
}

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

.text-span-2 {
  color: var(--color-scheme-1--color-2);
}

.div-block-83 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span-3 {
  color: var(--color-scheme-1--color-2);
}

.content-title {
  width: 60%;
  max-width: none;
  margin-left: 5vw;
  margin-right: 5rem;
}

.text-span-4 {
  color: var(--color-scheme-1--color-4);
}

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

.section_layout521 {
  background-color: var(--color-scheme-1--color-5);
  color: var(--color-scheme-1--text);
  background-image: linear-gradient(200deg, #161616 48%, #0013e426 64%, #77918fcf 86%);
}

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

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

.layout521_row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.layout521_card {
  border-radius: var(--_ui-styles---0);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  padding: 1.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.layout521_background-image {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.layout521_card-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.layout521_card-content-top {
  width: 100%;
}

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

.card-benefit {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--_primitives---colors--white);
  -webkit-backdrop-filter: blur(17.5px);
  backdrop-filter: blur(17.5px);
  color: var(--_primitives---colors--white);
  background-color: #fff0;
  border-radius: 0;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 16px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.card-benefit.hg {
  background-color: #35565a;
}

.card-benefit.is-secondary {
  width: 300px;
  min-width: 300px;
  height: auto;
}

.cards-beneficios {
  z-index: 0;
  background-image: none;
  border-radius: 20px;
  position: absolute;
  inset: 0%;
}

.div-info {
  z-index: 50;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.card-reclutamiento {
  border-radius: var(--_ui-styles---0);
  object-position: 50% 50%;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  height: 500px;
  padding: 1.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-reclutamiento.text-color-white {
  background-color: #ffffff0d;
  border-radius: 0;
}

.image-53 {
  height: 400px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.image-54 {
  width: 25%;
  height: 425px;
  position: absolute;
  top: 2664.88px;
}

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

.div-block-85 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section-hero-tecnicos {
  overflow: hidden;
}

.section-somos-empresa {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
}

.section-beneficios-cards {
  background-color: var(--color-scheme-1--color-5);
  color: var(--color-scheme-1--text);
  background-image: linear-gradient(200deg, #161616 48%, #193d70 64%, #77918fcf 86%);
}

.background-video-3 {
  width: 100%;
}

.background-video-4 {
  z-index: 15;
  border-radius: 20px;
  width: 100%;
  height: 300px;
  min-height: 70vh;
}

.bacr {
  z-index: 2;
  background-color: #0000;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  min-height: 70vh;
  display: flex;
  position: relative;
}

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

.company-logo-copy {
  object-fit: contain;
  object-fit: contain;
  object-fit: contain;
  width: 160px;
  height: 175px;
  overflow: hidden;
}

.div-block-86, .div-block-87 {
  padding-bottom: 40px;
}

.div-block-88 {
  padding-bottom: 20px;
}

.video-sp {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
}

.section-slid1 {
  background-color: var(--color-scheme-1--color-4);
}

.section-slid1.section-whit-degrade {
  background-image: linear-gradient(239deg, #2193898a, #4fa9a100 30%, #8cc7c200 70%, #22918894), linear-gradient(138deg, #183e89f7, #151d20 52%, #172464);
}

.component-hero-1 {
  padding-top: 80px;
}

.logo-seguridad {
  object-fit: contain;
  width: 160px;
  overflow: hidden;
}

.logo-tmt {
  object-fit: contain;
  width: 160px;
  height: 130px;
  overflow: hidden;
}

.logo-inicio {
  object-fit: contain;
  width: 160px;
  height: 175px;
  overflow: hidden;
}

.div-block-89 {
  padding-bottom: 20px;
  display: flex;
}

.image-55, .image-56 {
  width: 24px;
  height: 24px;
}

.button-5 {
  color: #193d70;
  text-align: center;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: .75rem 1.5rem;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s, background-color .2s;
}

.button-5:hover {
  color: #fff;
  background-color: #fff0;
}

.button-5.is-secondary {
  color: #000;
  background-color: #0000;
}

.button-5.is-secondary.is-icon {
  transition: transform .2s;
}

.button-5.is-secondary.is-icon:hover {
  transform: translate(0, -7px);
}

.button-5.is-secondary.is-icon.is-alternate {
  background-color: #193d70;
  border-color: #193d70;
  flex-flow: row;
  transition: transform .2s;
}

.button-5.is-secondary.is-icon.is-alternate:hover {
  transform: translate(0, -7px);
}

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

.image-57, .image-58 {
  width: 24px;
  height: 24px;
}

.huge-icon-wrap {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.huge-icon-left {
  object-position: 0% 50%;
  width: 14em;
  position: absolute;
  inset: 0% auto 0% -8%;
}

.huge-icon-right {
  width: 14em;
  position: absolute;
  inset: 0% -8% 0% auto;
}

.content-wrap {
  z-index: 100;
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-bottom: 80px;
  display: flex;
  position: static;
}

.container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
}

.container._1rem {
  padding-left: 1rem;
  padding-right: 1rem;
}

.container.hero-container {
  z-index: 4;
  position: relative;
}

.container.navbar-container {
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background-color: #050b1600;
  border: 1px solid #ffffff14;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 80rem;
  height: 100%;
  margin: 1em auto;
  padding: .5em .5em .5em 1em;
  display: flex;
  box-shadow: 0 2px 14px #00000014;
}

.text-wrap {
  overflow: hidden;
}

.align-center-2 {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.testimonial-heading {
  text-align: center;
  width: 100%;
  max-width: 50ch;
  height: auto;
  margin-bottom: 0;
}

.display-6xl {
  font-size: clamp(var(--font-size--6xl), var(--fluid-font-size--6xl), var(--fluid-font-size--6xl));
}

._12-column-grid {
  grid-column-gap: 1.5em;
  grid-row-gap: 5em;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: start;
  place-items: start stretch;
  width: 100%;
  max-width: 1146px;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  position: static;
}

._12-column-grid.hero {
  grid-column-gap: 1.5em;
  grid-row-gap: 2em;
}

._12-column-grid.hero.hero {
  height: 100svh;
  padding-top: 0;
  padding-bottom: 1.5em;
  position: sticky;
  top: 0;
}

._12-column-grid.align-middle {
  place-items: center stretch;
}

._12-column-grid.circular {
  grid-column-gap: 3em;
}

._12-column-grid.locked {
  grid-row-gap: 1.5em;
  grid-template-columns: minmax(16px, 1fr);
}

._12-column-grid.hero {
  place-items: end stretch;
  height: 100svh;
  padding-top: 0;
  padding-bottom: 1.5em;
  position: sticky;
  top: 0;
}

.testimonial-card-wrap {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1050px;
  display: grid;
}

.testimonial-card {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: #d7d9ff;
  border-radius: .75rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 22em;
  padding: 1em;
  display: flex;
}

.testimonial-card._1 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--color-scheme-1--color-2);
  justify-content: flex-start;
  align-items: flex-start;
  min-height: auto;
}

.testimonial-card._2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--color-scheme-1--color-4);
  justify-content: space-between;
  align-items: flex-start;
  min-height: auto;
  padding: 1.5em;
}

.testimonial-card._3 {
  background-color: var(--color-scheme-1--color-2);
  justify-content: space-between;
  align-items: center;
  min-height: auto;
}

.testimonial-card._4 {
  background-color: var(--color-scheme-1--color-4);
}

.testimonial-icon {
  width: 4em;
}

.team-quote-member {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  display: flex;
}

.display-xs {
  z-index: 1;
  font-size: clamp(var(--font-size--xs), var(--fluid-font-size--xs), var(--fluid-font-size--xs));
}

.section-hero-into {
  opacity: 1;
  background-image: url('../images/Frame-1_1.avif');
  background-position: 0 0;
  background-size: cover;
  display: none;
}

.section-hero-into.relative {
  height: 100vh;
  padding-bottom: 100px;
  position: relative;
  overflow: clip;
}

.button-6 {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  background-color: var(--_primitives---colors--white);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--color-scheme-1--color-4);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: .75em 1.5rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-6:hover {
  border: 1px solid var(--_primitives---colors--white);
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

.button-6.secondary {
  background-color: var(--_primitives---colors--white);
  font-family: var(--_typography---font-styles--body);
  color: var(--color-scheme-1--color-4);
  border-radius: 50px;
  padding: .75em 1.5em;
  font-size: 1rem;
  font-weight: 700;
}

.button-6.secondary {
  background-color: var(--_primitives---colors--white);
  color: var(--color-scheme-1--color-4);
  border-radius: 10px;
  padding: .75em 1.5em;
  font-size: 1rem;
  font-weight: 700;
}

.button-6.secondary:hover {
  border: 1px solid var(--_primitives---colors--white);
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

.button-text {
  z-index: 1;
  font-family: var(--_typography---font-styles--heading);
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
  position: relative;
}

.button-background {
  background-color: #5b96fe;
  border-radius: 100%;
  width: 120%;
  min-width: 5rem;
  height: 175%;
  display: block;
  position: absolute;
  inset: auto;
}

.button-background.cover {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
  border-radius: 10px;
  align-self: center;
  width: 130%;
  min-width: auto;
  height: 120%;
  inset: auto;
}

.icon-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-icon-arrow {
  width: 1.2em;
  height: 1.2em;
}

.button-icon-arrow.hover {
  position: absolute;
  top: 0;
  left: -100%;
}

.nav-bar {
  z-index: 998;
  background-color: var(--color-scheme-1--color-4);
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

.container-nav {
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.logo-link {
  z-index: 999;
  text-decoration: none;
  position: relative;
}

.logo-link.w--current {
  z-index: 998;
}

.nav-logo {
  width: 5em;
}

.button-menu {
  z-index: 999;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.menu-icon {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2em;
  display: flex;
  position: relative;
}

.top-line {
  background-color: #000;
  width: 2.5em;
  height: 2px;
  position: relative;
  left: 0%;
  right: 0%;
}

.bottom-line {
  background-color: #000;
  width: 2.5em;
  height: 2px;
  position: relative;
  inset: auto 0% 0%;
}

.nav-content {
  z-index: 888;
  background-color: #f0f4f7;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40vw;
  height: 100dvh;
  padding: 3em;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.nav-link-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  flex-flow: column;
  display: flex;
}

.nav-link-item {
  overflow: hidden;
}

.nav-link-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  text-align: left;
  border-bottom: 1px dashed #bfbfbf;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: .1em;
  padding-bottom: .25rem;
  display: flex;
}

.nav-link-wrapper._2 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: var(--color-scheme-1--color-4);
  justify-content: space-between;
  align-items: center;
  min-height: auto;
  padding: 1.5em;
}

.nav-link-wrapper._3 {
  background-color: var(--color-scheme-1--color-4);
  justify-content: space-between;
  align-items: center;
  min-height: auto;
}

.nav-link-wrapper._4 {
  background-color: #af9aff;
}

.nav-link-wrapper._5 {
  background-color: var(--color-scheme-1--color-5);
}

.social-icons-wrap {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: flex;
  position: absolute;
  inset: auto auto 1em 1em;
}

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

.social-icon-link:hover {
  opacity: .7;
}

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

.menu-overlay {
  z-index: 5;
  background-color: var(--color-scheme-1--color-4);
  opacity: 0;
  pointer-events: none;
  position: fixed;
  inset: 0%;
}

.div-block-91 {
  display: none;
}

.cursor {
  background-color: #7d3bf4;
  border-radius: 0%;
  width: 14px;
  height: 14px;
  transform: rotate(45deg);
}

.navigation {
  background-color: var(--color-scheme-1--color-4);
}

.hero-content {
  color: #f0f4f7;
  border-radius: .375rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.hero-content-wrapper {
  z-index: 1;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 60%;
  display: flex;
  position: relative;
}

.animation-up-0-1 {
  font-size: clamp(var(--\<unknown\|variable-3b13b2fd-e0cc-a219-dbdd-eb7701514c61\>), var(--\<unknown\|variable-89b2f15b-90a4-901e-b69f-3ee802f3b359\>), var(--\<unknown\|variable-89b2f15b-90a4-901e-b69f-3ee802f3b359\>));
  width: 100%;
  height: 12.8651%;
}

.hero-top {
  width: 100%;
}

.hero-headline-text {
  max-width: 50ch;
}

.display-7xl {
  font-size: clamp(var(--font-size--7xl), var(--fluid-font-size--7xl), var(--fluid-font-size--7xl));
}

.home-hero-content-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  align-items: flex-start;
  max-width: 35ch;
  display: flex;
  overflow: visible;
}

.hero-intro-text {
  font-size: clamp(var(--font-size--base), var(--fluid-font-size--base), var(--fluid-font-size--base));
  max-width: 50ch;
}

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

.location-wrap {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  width: 100%;
  display: flex;
}

.header-image-wrapper {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero-image-overlay {
  background-color: #00000070;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.overlap-wrap {
  z-index: 1;
  background-color: #fcfcfc;
  position: relative;
}

.label-wrap {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.display-intro-text {
  color: #908f92;
  letter-spacing: -.07em;
  font-weight: 500;
  line-height: 1.15;
  font-size: clamp(var(--font-size--4xl), var(--fluid-font-size--4xl), var(--fluid-font-size--4xl));
}

.intro-text-span {
  color: #1a0f3a;
}

.button-wrap {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

._50ch-headline-wrap {
  flex-flow: column;
  max-width: 50ch;
  display: flex;
}

.display-4xl {
  font-size: clamp(var(--font-size--4xl), var(--fluid-font-size--4xl), var(--fluid-font-size--4xl));
}

.cards-mover {
  border-radius: 2rem;
  height: 350vh;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.sticky-viewbox {
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.cards-wrapper {
  border-radius: .75rem;
  width: 100%;
  height: 80vh;
  display: flex;
  overflow: hidden;
}

.card-section {
  flex-direction: column;
  flex: 1;
  width: 50%;
  height: 301%;
  display: flex;
}

.card-section.right {
  position: relative;
}

.card-side {
  width: 100%;
  height: 101%;
  margin-top: -2px;
  overflow: hidden;
}

.card-side.blue-color {
  background-color: var(--color-scheme-1--color-4);
}

.card-image-mobile {
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
  overflow: hidden;
}

.slide-content {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: #f0f4f7;
  border-bottom: 1px solid #29292b;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 3rem;
  display: flex;
}

.slide-content.right {
  justify-content: center;
  align-items: center;
  padding: 0;
}

.slide-content.right.blue-color {
  background-color: var(--color-scheme-1--color-4);
}

.slide-content.right.green-color {
  background-color: var(--color-scheme-1--color-2);
}

.full-image {
  z-index: 3;
  object-fit: cover;
  object-position: 0% 50%;
  border-radius: .25rem;
  width: 60%;
  height: 60%;
  position: relative;
  inset: 0%;
}

.service-svg-wrap {
  object-fit: cover;
  width: 5em;
  height: auto;
}

.service-icon {
  width: 100%;
  height: auto;
}

.side-content-wrap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  max-width: 35ch;
  display: flex;
}

.display-2xl {
  letter-spacing: -.06em;
  font-size: clamp(var(--font-size--2xl), var(--fluid-font-size--2xl), var(--fluid-font-size--2xl));
}

.display-2xl.black {
  color: #000;
}

.circular-headline-text-wrap {
  text-align: center;
  max-width: 50ch;
}

.circular-svg-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.circular-svg {
  width: 80%;
  height: 80%;
}

.circular-text-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.circular-content-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 20ch;
  display: flex;
}

.label-square {
  background-color: #7d3bf4;
  width: .3em;
  height: .3em;
  transform: rotate(45deg);
}

.display-large {
  font-size: clamp(var(--font-size--large), var(--fluid-font-size--large), var(--fluid-font-size--large));
}

.display-large.black {
  color: #000;
}

.image-wrapper-content {
  z-index: 2;
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  color: var(--_primitives---colors--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 70dvh;
  display: flex;
  position: relative;
}

.background-image-wrapper {
  z-index: -1;
  object-fit: cover;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.image-overlay {
  z-index: 1;
  background-color: #00000075;
  position: absolute;
  inset: 0%;
}

.background-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.card-wrap {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  border: 1px solid var(--_primitives---colors--white);
  background-color: var(--color-scheme-1--color-2);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  color: #1e1e1f;
  text-align: left;
  border-radius: .5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5em;
  display: flex;
}

.card-top {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.icon-wrap {
  width: 2.5em;
}

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

.gradient-image-overlay {
  z-index: 1;
  background-image: linear-gradient(180deg, var(--\<unknown\|variable-2be90578-e612-2e8e-df34-3b24bd1fbd56\>), #0000 50%, var(--\<unknown\|variable-2be90578-e612-2e8e-df34-3b24bd1fbd56\>) 99%);
  position: absolute;
  inset: 0%;
}

.team-text-wrap {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: row;
  display: flex;
}

._30-ch-text-block {
  max-width: 30ch;
}

.collection-list-wrapper {
  width: 100%;
}

.blog-colllection-list {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-collection-item {
  width: 100%;
}

.let-s-connect-content {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  max-width: 40ch;
  display: flex;
}

.let-s-connect-divider {
  background-color: #e0e0e0;
  width: 1px;
  height: 4em;
}

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

.let-s-connect-button {
  grid-column-gap: .5rem;
  line-height: 1;
  font-size: clamp(var(--font-size--2xl), var(--fluid-font-size--2xl), var(--fluid-font-size--2xl));
  align-items: center;
  padding: 0 0 .5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.let-s-connect-button:hover {
  opacity: 1;
}

.button-bottom-line {
  background-color: #e0e0e0;
  width: 100%;
  height: 1.5px;
  position: absolute;
  bottom: 0;
}

.hover-line {
  background-color: #000;
  width: 100%;
  height: 1.5px;
  position: absolute;
  bottom: 0;
}

.arrows-container {
  position: relative;
  overflow: hidden;
}

.arrow-right {
  width: 1em;
}

.arrow-right-hover {
  width: 1em;
  font-weight: 500;
  position: absolute;
  top: 0;
  left: 0;
}

.footer-content {
  grid-column-gap: 10em;
  grid-row-gap: 10em;
  flex-flow: column;
  display: flex;
}

.footer-list-wrap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-button {
  grid-column-gap: .5rem;
  color: #f0f4f7;
  font-weight: 500;
  line-height: 1;
  font-size: clamp(var(--font-size--base), var(--fluid-font-size--base), var(--fluid-font-size--base));
  align-items: center;
  padding: 0 0 .25em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-button:hover {
  opacity: 1;
}

.button-hover-line {
  background-color: #f0f4f7;
  width: 100%;
  height: 1.25px;
  position: absolute;
  bottom: 0;
  right: 1px;
}

.footer-center {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  color: var(--_primitives---colors--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-logo-wrap {
  width: 50vw;
}

.footer-logo {
  width: 100%;
  height: 100%;
}

.mono-text {
  letter-spacing: 0;
  text-transform: uppercase;
  font-weight: 400;
  font-size: clamp(var(--font-size--xs), var(--fluid-font-size--xs), var(--fluid-font-size--xs));
}

.footer-legal-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-link {
  color: var(--_primitives---colors--white);
  text-decoration: none;
}

.footer-link:hover {
  color: #bfbfbf;
}

.page-wrapper-2 {
  overflow: clip;
}

.cursor-wrap {
  z-index: 999;
  pointer-events: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.hover-component {
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  inset: 0%;
}

.view-project {
  aspect-ratio: 1;
  color: #1e1e1f;
  background-color: #d7d9ff;
  border-radius: 100%;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 1.5em;
  display: flex;
  position: absolute;
  inset: -4% auto auto -4%;
  overflow: hidden;
}

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

.lottie-animation {
  width: 100%;
  height: 100%;
}

.image-59 {
  width: 100%;
}

.button-7 {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #f0f4f7;
  background-color: #1a0f3a;
  border-radius: 40rem;
  justify-content: center;
  align-items: center;
  padding: .6em .9em;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-7.secondary {
  background-color: var(--_primitives---colors--white);
  color: var(--color-scheme-1--color-4);
  border-radius: 10px;
  padding: .75em 1.5em;
  font-size: 1rem;
  font-weight: 700;
}

.button-7.secondary:hover {
  border: 1px solid var(--_primitives---colors--white);
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

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

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

.div-block-92 {
  padding-top: 96px;
  padding-bottom: 0;
}

.section-whit-degrade-copy {
  grid-row-gap: 80px;
  background-color: #193d7000;
  background-image: linear-gradient(239deg, #2193898a, #4fa9a100 30%, #8cc7c200 70%, #22918894), linear-gradient(138deg, #183e89f7, #151f26 49%, #151d20 52%, #172464);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.background-video-copy {
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.lottie-animation-2 {
  width: 200px;
  height: 200px;
}

.button-8 {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #f0f4f7;
  background-color: #1a0f3a;
  border-radius: 40rem;
  justify-content: center;
  align-items: center;
  padding: .6em .9em;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-8.secondary {
  background-color: var(--_primitives---colors--white);
  color: var(--color-scheme-1--color-4);
  border-radius: 10px;
  padding: .75em 1.5em;
  font-size: 1rem;
  font-weight: 700;
}

.button-8.secondary:hover {
  border: 1px solid var(--_primitives---colors--white);
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

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

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

.component-about-hero {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.div-block-93 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  display: flex;
}

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

.image-60 {
  width: 150px;
}

.section-valores {
  z-index: 1;
  width: 100%;
  position: relative;
}

.section-heroabout {
  opacity: 1;
}

.section-heroabout.relative {
  height: 100vh;
  padding-bottom: 100px;
  position: relative;
  overflow: clip;
}

.section-heroabout.circular {
  color: var(--_primitives---colors--white);
  background-color: #1a0f3a;
}

.section-heroabout.no-padding-top {
  padding-top: 0;
}

.section-heroabout.let-s-connect {
  z-index: 1;
  background-color: #fcfcfc;
  position: relative;
}

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

.slider-container-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 100%;
  max-width: 1279px;
  display: flex;
  overflow: visible;
}

.slider-wrraper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.img-wrrap-_new {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 0;
  min-width: 350px;
  height: 300px;
}

.section-copy {
  opacity: 1;
}

.section-copy.relative {
  height: 100vh;
  padding-bottom: 100px;
  position: relative;
  overflow: clip;
}

.div-block-95 {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.component-choose {
  grid-column-gap: 62px;
  grid-row-gap: 62px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 96px;
  padding-bottom: 62px;
  display: flex;
  position: relative;
}

.div-block-192 {
  width: 80%;
  position: relative;
  top: auto;
}

.div-block-204 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
  position: sticky;
  top: 200px;
}

.heading-style-2 {
  letter-spacing: normal;
  text-transform: uppercase;
  font-size: 48px;
}

.heading-style-2.text-align-left {
  text-align: left;
}

.wrrpper-choose-development {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.card-choose-development {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--color-scheme-1--color-2);
  border: 1px solid #ffffff36;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.card-choose-development.blue-color {
  background-color: var(--color-scheme-1--color-4);
  box-shadow: none;
  justify-content: flex-start;
  align-items: flex-start;
}

.card-choose-development.is-black {
  background-color: var(--color-scheme-1--color-5);
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  position: relative;
  overflow: hidden;
}

.wrrpper-blue {
  background-color: var(--color-scheme-1--background);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 5px;
  display: flex;
}

.icon-service-marketing {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.div-block-205 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  padding-top: 60px;
  display: flex;
}

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

.image-62 {
  width: 100px;
}

.button-9 {
  border: 1px solid var(--_primitives---colors--white);
  background-color: var(--_primitives---colors--white);
  color: var(--color-scheme-1--color-4);
  text-align: center;
  border-radius: 10px;
  padding: .75rem 1.5rem;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s, background-color .2s;
}

.button-9:hover {
  color: var(--_primitives---colors--white);
  background-color: #fff0;
}

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

.button-9.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-9.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.transition-wrap {
  z-index: 99999999;
  flex-direction: column;
  justify-content: space-between;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.transition-wrap.vertical-transition-wrap {
  flex-direction: row;
  display: none;
}

.page-transition-column {
  background-color: #0000;
  border-right: 1px solid #0000;
  flex: 1;
  display: none;
}

.page-transition-logo {
  z-index: 99999999;
  width: 240px;
  display: block;
  position: fixed;
  inset: 50% 0% 0% 50%;
  transform: translate(-50%, -50%);
}

.page-transition-row {
  background-color: #0000;
  border-bottom: 1px solid #000;
  flex: 1;
}

.page-transition-row.transition-three {
  position: relative;
}

.image-63 {
  z-index: 10;
  opacity: .86;
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.section-copy {
  background-color: var(--_primitives---colors--white);
  opacity: 1;
  overflow: hidden;
}

.section-copy.relative {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  height: 100vh;
  padding-bottom: 0;
  position: relative;
  overflow: clip;
}

.section-copy.circular {
  color: var(--_primitives---colors--white);
  background-color: #1a0f3a;
}

.section-copy.no-padding-top {
  padding-top: 0;
}

.section-copy.let-s-connect {
  z-index: 1;
  background-color: #fcfcfc;
  position: relative;
}

.section_layout47 {
  object-fit: fill;
  position: relative;
  overflow: visible;
}

.image-34 {
  width: 800px;
  position: absolute;
  inset: 36.3rem -40rem auto auto;
}

.layout47_content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flex-block-10 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.heading-style-3 {
  letter-spacing: normal;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
}

.heading-style-3.text-align-center {
  font-family: var(--_typography---font-styles--heading);
}

.text-span-43 {
  color: var(--color-scheme-1--color-2);
}

.slide-icon-copy {
  background-color: #ddd0;
  width: 100%;
  height: auto;
  padding-bottom: 100px;
  display: none;
}

.mask-4 {
  width: 100%;
  max-width: 333px;
  margin-right: 0;
  overflow: visible;
}

.slide-icon_1 {
  margin-right: 20px;
}

.card-slide-services {
  background-color: #282f4324;
  border-radius: 20px;
  height: 317.969px;
  min-height: auto;
  padding: 20px;
}

.icon-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--color-scheme-1--background);
  color: #ffbd4f;
  border-radius: 50px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 10px;
  display: flex;
}

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

.left-arrow-3 {
  background-color: #ffbd4f;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  top: auto;
  left: auto;
  right: 8%;
}

.icon-embed-xxsmall-6 {
  color: #0d0d0d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.right-arrow-3 {
  background-color: #ffbd4f;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  top: auto;
}

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

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

.wrapp-slide-1 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.slider-list-delta-1 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: visible;
}

.slide-card-list-delta {
  width: 100%;
  min-width: 500px;
  height: 100%;
  margin-right: 16px;
}

.wrrap--nico {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-right: 0;
  text-decoration: none;
  display: flex;
}

.div-block-155-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 26px;
  display: flex;
}

.link-block-7 {
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
}

.link-block-7.prev-slide-1 {
  border: 1px solid #000;
  border-radius: 50px;
}

.link-block-7.next-slide-1 {
  background-color: #ffbd4f00;
  border: 1px solid #000;
  border-radius: 50px;
}

.icon-embed-xxsmall-32 {
  color: #0d0d0d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 2rem;
  display: flex;
}

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

.div-block-156.pagination-1.div-block-157 {
  justify-content: center;
  align-items: center;
  display: none;
}

.swiper-pagination-bullet {
  grid-column-gap: 5px;
  background-color: #d9d9d9;
  border-radius: 30px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 12px;
  min-width: 12px;
  height: 12px;
  min-height: 12px;
  display: flex;
}

.section_layout508 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
}

.layout508_tabs {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  overflow: hidden;
}

.layout508_tabs-menu {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: flex;
}

.layout508_tab-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--color-scheme-1--background);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1.5rem 2rem;
  display: flex;
}

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

.layout508_tab-link.tabs-last {
  border-right-style: none;
}

.layout508_tabs-content {
  background-color: #0000;
}

.layout508_tab-pane {
  height: 100%;
}

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

.layout508_image-wrapper {
  border-radius: var(--_ui-styles---0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

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

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

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

.div-block-7 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}

.wrapp-title-and-paragrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.wrapp-title-and-paragrap.max-width-medium.div-center {
  margin-bottom: 0;
}

.fade-in-move-on-scroll {
  z-index: 5;
  justify-content: center;
  align-items: center;
  padding-right: 16px;
  position: relative;
}

.badge-holder-cover {
  justify-content: center;
  display: flex;
}

.badge-inner {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #ffbd4f;
  border: 1px solid #403dff5e;
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  padding: 10px 12px;
  font-size: 14px;
  display: flex;
}

.empowering-container {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-206 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  padding-right: 10px;
  display: flex;
  position: absolute;
}

.card-inner-holder {
  z-index: 99;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--color-scheme-1--color-2);
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: grid;
}

.card-inner-holder.left {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--color-scheme-1--color-2);
  border-radius: 0;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: grid;
  position: static;
}

.card-inner-holder.left.is-blue {
  background-color: var(--color-scheme-1--color-4);
  border-radius: 0;
  position: static;
}

.card-inner-holder.is-blue {
  background-color: var(--color-scheme-1--color-4);
}

.movement-image-holder {
  z-index: 3;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: 72px;
}

.movement-image-holder.card-image {
  width: 100%;
  max-width: 100%;
  height: 500px;
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.empowering-text-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.careers {
  font-size: 1rem;
}

.image-76 {
  object-fit: cover;
  object-position: 100% 0%;
  border-radius: 0;
  width: 100%;
  height: 500px;
}

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

.experience-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -webkit-backdrop-filter: blur(45px);
  backdrop-filter: blur(45px);
  perspective: 1000px;
  background-color: #282f4324;
  border: 1px solid #282f43;
  border-radius: 20px;
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
}

.card-text-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.flex-block-9 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 700px;
  min-width: 700px;
  height: 500px;
  min-height: 500px;
  position: absolute;
  bottom: -14.6rem;
}

.background-video-5 {
  z-index: 1;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.section-elementos {
  background-color: var(--color-scheme-1--color-4);
  display: none;
}

.wrrappper-component-elemntos {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 96px;
  padding-bottom: 60px;
  display: flex;
}

.wrrpper-card-elementos {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 900px;
  padding-right: 10px;
  display: grid;
}

.wrrpper-card-elementos-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: .5fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 900px;
  display: flex;
}

.image-77 {
  object-fit: cover;
  height: 500px;
}

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

.wrrpper-new-card-elementos {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--color-scheme-1--color-2);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  padding: 40px;
  display: grid;
}

.wrrpper-new-card-elementos.is-blue {
  background-color: var(--color-scheme-1--color-4);
}

.wrrapp-size {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  width: 100%;
  max-width: 900px;
  display: flex;
}

.image-78 {
  width: 300px;
  position: absolute;
  inset: auto 0% -27% auto;
}

.section_header6 {
  z-index: 100;
  background-image: none;
  background-position: 50%;
  background-size: cover;
  position: relative;
}

.section_header6.text-color-white {
  background-color: var(--color-scheme-1--color-4);
  position: static;
}

.header6_content {
  z-index: 1;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: center stretch;
  min-height: 70svh;
  max-height: 60rem;
  margin-top: auto;
  padding-top: 3rem;
  padding-bottom: 3.5rem;
  display: flex;
  position: relative;
}

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

.button-10 {
  z-index: 2;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #050b16;
  text-align: center;
  letter-spacing: -.14px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 10.162px;
  justify-content: flex-start;
  align-items: center;
  margin-right: 0;
  padding: 19px 32px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  transition: color .35s, border .35s, box-shadow .35s, background-color .35s;
  display: flex;
  position: relative;
  box-shadow: inset 0 2px 13px #252eda47;
}

.button-10:hover {
  color: #fff;
  background-color: #0000;
  border: 1px solid #023758;
  box-shadow: inset 0 2px 8px #22222229;
}

.header6_background-image-wrapper-copy {
  z-index: 0;
  background-color: #050b16;
  display: flex;
  position: absolute;
  inset: 0%;
}

.overlay-blue {
  z-index: 50;
  background-image: linear-gradient(0deg, #050b16 10%, #0000);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.image-overlay-layer-copy {
  z-index: 0;
  background-image: linear-gradient(9deg, #050b16 100%, #fff);
  position: absolute;
  inset: 0%;
}

.header6_background-image {
  z-index: 13;
  object-fit: cover;
  object-position: 50% 0%;
  background-color: #00000047;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section-image {
  background-color: #000;
  height: 650px;
  position: relative;
}

.wrrpper-information {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

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

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

.div-block-174 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.container-3 {
  z-index: 1;
  object-position: 100% 40%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 600px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.wrrpper-div-main {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.div-block-183 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.wrrpper-relative {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: row;
  width: 100%;
  display: flex;
  position: relative;
}

.wrrpper-services_marketing {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--color-scheme-1--color-2);
  border-radius: 0;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: flex-start center;
  width: 100%;
  height: auto;
  min-height: 100%;
  padding: 20px 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.wrrpper-services_marketing.big-size {
  box-shadow: none;
  border-radius: 0;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  height: 430px;
  padding-left: 20px;
  padding-right: 20px;
  position: static;
}

.wrrpper-services_marketing.big-size.is-blue {
  background-color: var(--color-scheme-1--color-4);
  height: 440px;
}

.wrrpper-text-service-copy {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.wrrpper-text-service-copy.s-bluew {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--color-scheme-1--color-4);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  width: 80%;
  height: 10%;
  padding: 20px;
  display: grid;
}

.wrrpper-text-service-copy.is-green {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--color-scheme-1--color-2);
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  width: 80%;
  padding: 20px;
  display: grid;
}

.wrrpper-text-service-copy.is-black {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--color-scheme-1--color-5);
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  width: 80%;
  padding: 20px;
  display: grid;
}

.div-block-179 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.image-80 {
  width: 150px;
}

.image-80.image-1 {
  object-position: 50% 0%;
  height: 282px;
}

.image-80.img-3 {
  height: 500px;
}

.wrrpper-relative-copy {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.wrraper-icon-service {
  width: 50px;
  height: 50px;
}

.layout139_logo-row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-182 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: grid;
}

.wrrpper-words {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #ffffff08;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 20px;
  display: flex;
}

.heading-style-1 {
  font-family: var(--_typography---font-styles--heading);
}

.div-block-14 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.title-holder {
  z-index: 5;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.subtitle-text-holder {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 678px;
}

.slie-testimonials {
  background-color: #ddd0;
  width: 100%;
  height: auto;
}

.mask-5 {
  width: 100%;
  max-width: 360px;
  padding-bottom: 40px;
  overflow: visible;
}

.slide-testimonials {
  margin-right: 20px;
}

.link-block {
  border: 1px solid #ffffff36;
  border-radius: 20px;
  height: 282.25px;
  padding: 24px;
}

.job-row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.image-16 {
  width: 30px;
}

.job-title {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .25fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.new-arrows {
  width: 100%;
  height: 1.75rem;
}

.cta-bg {
  background-color: #fff0;
  border-radius: 32px;
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px #1552ec;
}

.cta-content-wrapper-2 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
  overflow: visible;
}

.cta-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 62px;
  display: flex;
}

.div-block-185 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  height: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.image-81 {
  z-index: 10;
  opacity: .86;
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.section_contact8 {
  position: relative;
  overflow: hidden;
}

.image-64 {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% -17%;
}

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

.contact8_content {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: grid;
  position: relative;
  overflow: hidden;
}

.contact8_content-left {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1124.13px;
  height: auto;
  display: flex;
}

.form-block {
  background-color: var(--color-scheme-1--color-4);
  border-radius: 0;
  width: 100%;
  max-width: 700px;
  padding: 20px;
}

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

.form_input-service {
  color: #fff;
  background-color: #ffffff0d;
  border: 1px solid #cecece;
  border-radius: 0;
  height: auto;
  min-height: 3rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input-service:focus {
  border-color: #1552ec;
}

.form_input-service::placeholder {
  color: #0009;
}

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

.error-text {
  color: #e23939;
}

.flex-block-11 {
  justify-content: flex-end;
  align-items: center;
  height: 10px;
}

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

.div-block-11 {
  justify-content: center;
  align-items: flex-start;
  width: 300px;
  display: flex;
}

.footer-logo-link-copy {
  width: 200px;
}

.footer-logo-link-copy.w--current {
  width: 100%;
}

.footer-brand-image {
  object-fit: cover;
  width: 100%;
}

.footer-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: start stretch;
  width: 100%;
  display: grid;
}

.footer-grid-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-heading {
  color: #ffbd4f;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.line-divider-footer {
  color: #ffffff36;
  background-color: #ffffff36;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 1px;
  display: flex;
}

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

.footer-link-holder {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.wrrap-location-1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.wrrap-phone-links-copy {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: 100%;
  margin-top: auto;
  display: flex;
}

.made-by-section {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.social-media-link-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.copyright-text-holder {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  display: flex;
}

.copyright-text {
  color: #cecece;
}

.other-pages-link {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: none;
}

.section-beneftis--monitoreo {
  opacity: 1;
}

.section-beneftis--monitoreo.relative {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  height: 100vh;
  padding-bottom: 0;
  position: relative;
  overflow: clip;
}

.section-beneftis--monitoreo.circular {
  color: var(--_primitives---colors--white);
  background-color: #1a0f3a;
}

.section-beneftis--monitoreo.no-padding-top {
  padding-top: 0;
}

.section-beneftis--monitoreo.let-s-connect {
  z-index: 1;
  background-color: #fcfcfc;
  position: relative;
}

.div-block-208 {
  height: 100%;
  position: relative;
}

.background-video-6 {
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
}

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

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

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

.section-contact-black.cta {
  z-index: 100;
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  background-image: linear-gradient(239deg, #2193898a, #4fa9a100 30%, #8cc7c200 70%, #22918894), linear-gradient(138deg, #183e8980, #151d20 52%, #17246480);
  padding-top: 151px;
  padding-bottom: 151px;
}

.section-contact-black.cat-2 {
  background-image: linear-gradient(239deg, #2193898a, #4fa9a100 30%, #8cc7c200 70%, #22918894), linear-gradient(138deg, #183e89bf, #151d2096 52%, #172464ba);
  position: absolute;
  inset: 0%;
}

.section-contact-black.inicio {
  z-index: 10;
  opacity: .93;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.link-for-wrrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--_primitives---colors--white);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

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

.wrrpp-icon-service {
  text-decoration: none;
}

.div-block-210, .image-hidden {
  width: 100%;
  overflow: hidden;
}

.big-image {
  object-fit: cover;
  object-position: 100% 0%;
  width: 100%;
  height: 400px;
  min-height: 400px;
  overflow: hidden;
}

.layout129_content-copy {
  z-index: 50;
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  color: var(--_primitives---colors--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: end stretch;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.component-contact-tecnicos {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1124.13px;
  height: auto;
  display: grid;
}

.section-contact-tecnicso {
  grid-row-gap: 80px;
  background-color: var(--color-scheme-1--color-5);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-contact-tecnicso.cta {
  z-index: 100;
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  background-image: linear-gradient(239deg, #2193898a, #4fa9a100 30%, #8cc7c200 70%, #22918894), linear-gradient(138deg, #183e8980, #151d20 52%, #17246480);
  padding-top: 151px;
  padding-bottom: 151px;
}

.section-contact-tecnicso.cat-2 {
  background-image: linear-gradient(239deg, #2193898a, #4fa9a100 30%, #8cc7c200 70%, #22918894), linear-gradient(138deg, #183e89bf, #151d2096 52%, #172464ba);
  position: absolute;
  inset: 0%;
}

.section-contact-tecnicso.inicio {
  z-index: 10;
  opacity: .93;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.form-tecnicos {
  background-color: var(--color-scheme-1--color-2);
  border-radius: 0;
  width: 100%;
  max-width: 800px;
  padding: 20px;
}

.image-82 {
  position: absolute;
  top: 612px;
}

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

.form_input-tecnicos:focus {
  border-color: #1552ec;
}

.form_input-tecnicos::placeholder {
  color: #0009;
}

.form_input-tecnicos.is-text-area-copy {
  min-height: 11.5rem;
}

.form_field-label-tecnicos {
  color: var(--color-scheme-1--color-5);
  margin-bottom: .5rem;
  font-weight: 500;
}

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

.section-contact-tecnicos {
  grid-row-gap: 80px;
  background-color: #193d7000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-contact-tecnicos.cta {
  z-index: 100;
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  background-image: linear-gradient(239deg, #2193898a, #4fa9a100 30%, #8cc7c200 70%, #22918894), linear-gradient(138deg, #183e8980, #151d20 52%, #17246480);
  padding-top: 151px;
  padding-bottom: 151px;
}

.section-contact-tecnicos.cat-2 {
  background-image: linear-gradient(239deg, #2193898a, #4fa9a100 30%, #8cc7c200 70%, #22918894), linear-gradient(138deg, #183e89bf, #151d2096 52%, #172464ba);
  position: absolute;
  inset: 0%;
}

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

.img-wrrap-_new-copy {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 0;
  min-width: 400px;
  height: 300px;
}

.section-header-white_about {
  background-color: var(--base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>);
  color: var(--text-color--text-primary\<deleted\|relume-variable-text-color-1\>);
  position: relative;
  overflow: hidden;
}

.image-15 {
  position: absolute;
  inset: auto auto -124%;
}

.header44_component {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  display: flex;
}

.button-11 {
  color: #193d70;
  text-align: center;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: .75rem 1.5rem;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s, background-color .2s;
}

.button-11:hover {
  color: #fff;
  background-color: #fff0;
}

.section-number {
  grid-column-gap: 24px;
  background-color: #0c0c0c;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 48px;
  padding-bottom: 48px;
  text-decoration: none;
  display: none;
}

.frame-28 {
  grid-column-gap: 10px;
  background-color: var(--color-scheme-1--color-4);
  border-radius: 50px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 5px;
  text-decoration: none;
  display: flex;
}

.wrrap-list {
  -webkit-backdrop-filter: blur(35px);
  backdrop-filter: blur(35px);
  background-color: #ffffff0d;
  height: 100%;
  padding: 8px;
}

.section_layout433 {
  color: var(--text-color--text-primary\<deleted\|relume-variable-text-color-1\>);
  background-color: #0c0c0c;
  position: relative;
}

.layout433_content {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.layout433_content-left {
  z-index: 5;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 55%;
  height: 100%;
  display: flex;
  position: relative;
}

.button-12 {
  border: 1px solid var(--_primitives---colors--white);
  background-color: var(--_primitives---colors--white);
  color: var(--color-scheme-1--color-4);
  text-align: center;
  border-radius: 10px;
  padding: .75rem 1.5rem;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s, background-color .2s;
}

.button-12:hover {
  color: var(--_primitives---colors--white);
  background-color: #fff0;
}

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

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

.text-block-2 {
  color: var(--base-color-brand--white\<deleted\|relume-variable-color-primary-2\>);
}

.layout433_image-group {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.wrraper-p-side-1 {
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.wrrap-hiden-img {
  border-radius: 0;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.layout433_image1 {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  width: 100%;
  height: 600px;
}

.inside-wrraper-1 {
  transform-origin: 50% 100%;
  background-color: #0c0c0c;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.wrraper-numbers-1-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 150px;
  padding-left: 50px;
  padding-right: 50px;
  display: none;
}

.wrraper-p-side-2 {
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.wrraper-numbers-1 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 150px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

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

.section_team4 {
  color: var(--text-color--text-primary\<deleted\|relume-variable-text-color-1\>);
}

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

.product11_heading-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.wrrap-team-1 {
  width: 100%;
}

.side-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.collection-list-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-item-2 {
  padding-right: 0;
}

.section-services {
  color: var(--text-color--text-primary\<deleted\|relume-variable-text-color-1\>);
  background-color: #121212;
  position: relative;
}

.layout253_content-copy {
  z-index: 5;
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center start;
  display: flex;
  position: relative;
}

.wrrap-title-1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 100%;
  display: flex;
}

.collection-list-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-wrapper-2 {
  width: 80%;
}

.collection-list-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-21 {
  opacity: .1;
  background-color: red;
  width: 32px;
  height: 32px;
  position: absolute;
  inset: 22.2rem auto auto 0%;
  box-shadow: 9px 6px 200px 200px red;
}

.div-block-21-copy {
  opacity: .1;
  background-color: red;
  width: 32px;
  height: 200px;
  position: absolute;
  inset: auto 0% 27.8rem auto;
  box-shadow: 9px 6px 200px 200px red;
}

.section_faq4 {
  color: var(--text-color--text-primary\<deleted\|relume-variable-text-color-1\>);
  background-color: #f3f3f3;
  position: relative;
}

.faq4_component {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.faq4_list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.faq4_accordion {
  -webkit-backdrop-filter: blur(35px);
  backdrop-filter: blur(35px);
  background-color: #fff;
  border: 1px solid red;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  overflow: hidden;
}

.faq4_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.div-block-9 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.circle-white-1 {
  background-color: #e6e6e6;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.faq4_icon-wrappper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.faq4_answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.image-18 {
  height: auto;
}

.footer1_component {
  color: var(--text-color--text-primary\<deleted\|relume-variable-text-color-1\>);
  background-color: #121212;
  position: relative;
}

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

.footer1_top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: start;
}

.footer1_left-wrapper {
  flex-direction: column;
  display: flex;
}

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

.image-25 {
  width: 150px;
  height: auto;
}

.footer1_form-block {
  max-width: 35rem;
  margin-bottom: 0;
}

.footer1_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: .75rem;
  display: flex;
}

.form_input-copy {
  color: var(--base-color-brand--white\<deleted\|relume-variable-color-primary-2\>);
  background-color: #fff0;
  border: 1px solid #e6e6e6;
  border-radius: 20px;
  height: auto;
  min-height: 3rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input-copy:focus {
  border-color: #000;
}

.form_input-copy::placeholder {
  color: #fff;
}

.div-block-33 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  margin-top: 16px;
  margin-bottom: 16px;
  display: flex;
}

.flex-block-12 {
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}

.contact16_item-icon-wrapper {
  color: red;
  flex: none;
  align-self: flex-start;
}

.footer1_menu-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.footer1_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.footer1_link {
  color: #e6e6e6;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
}

.collection-item-4 {
  padding-top: 0;
  padding-bottom: 0;
}

.footer1_social-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--base-color-brand--white\<deleted\|relume-variable-color-primary-2\>);
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.divider-horizontal {
  background-color: var(--background-color--background-tertiary\<deleted\|relume-variable-background-color-3\>);
  width: 100%;
  height: 1px;
}

.footer1_bottom-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer1_credit-text {
  color: var(--base-color-brand--white\<deleted\|relume-variable-color-primary-2\>);
  font-size: 1rem;
}

.div-block-190-copy {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

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

.background-video-7 {
  z-index: 10;
  width: 50vw;
  min-width: 60vw;
  height: 100%;
}

.wrraper-service_access {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: start stretch;
  width: 100%;
  height: auto;
  padding: 48px 0 0;
  display: flex;
  position: relative;
  overflow: visible;
}

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

.wrraper-img {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  height: 500px;
  display: flex;
  position: relative;
  overflow: visible;
}

.text-span-9 {
  color: #ffbd4f;
}

.image-cyber {
  object-fit: contain;
  object-position: 50% 50%;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.network-text-holder {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}

.card-subtext-holder {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--_primitives---colors--white);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.list-item-11 {
  color: var(--_primitives---colors--white);
}

.div-block-213 {
  width: 100%;
  height: 100%;
}

.image-83 {
  width: 800px;
  position: absolute;
  inset: auto -39% -129% auto;
}

.layout47_content-copy {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.wrraper-1-title {
  width: 80%;
}

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

.layout47_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 50%;
  padding-top: 0;
  padding-bottom: 0;
}

.card-wrraper-icon {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  height: auto;
  padding: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-wrraper-icon.is-blue {
  background-color: var(--color-scheme-1--color-4);
  justify-content: center;
  align-items: flex-start;
}

.card-wrraper-icon.is-nlue {
  border-color: var(--color-scheme-1--color-5);
}

.card-wrraper-icon.is-green {
  background-color: var(--color-scheme-1--color-2);
  justify-content: center;
  align-items: flex-start;
}

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

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

.image-84 {
  position: absolute;
  inset: auto -39% -141% auto;
}

.image-85 {
  width: 500px;
  position: absolute;
  inset: auto -49% -107% auto;
}

.image-86 {
  position: absolute;
  top: 253px;
  left: 149px;
}

.image-87 {
  position: absolute;
  inset: auto -38% -131% auto;
}

.form-tecnologia {
  background-color: var(--color-scheme-1--color-5);
  border-radius: 0;
  width: 100%;
  max-width: 700px;
  padding: 20px;
}

.form_input-tecnologia {
  border: 1px solid var(--color-scheme-1--color-2);
  color: #fff;
  background-color: #ffffff0d;
  border-radius: 0;
  height: auto;
  min-height: 3rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input-tecnologia:focus {
  border-color: #1552ec;
}

.form_input-tecnologia::placeholder {
  color: #0009;
}

.form_input-tecnologia.is-text-area-copy {
  min-height: 11.25rem;
}

.section-hero_empresa {
  width: 100%;
  position: relative;
}

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

.frame-148 {
  grid-row-gap: 158px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  padding-top: 120px;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

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

.button-13 {
  border: 1px solid var(--_primitives---colors--white);
  background-color: var(--_primitives---colors--white);
  color: var(--color-scheme-1--color-4);
  text-align: center;
  border-radius: 10px;
  padding: .75rem 1.5rem;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s, background-color .2s;
}

.button-13:hover {
  color: var(--_primitives---colors--white);
  background-color: #fff0;
}

.stats-_vender {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-top: 0;
  text-decoration: none;
  display: flex;
}

.wrrap-white_hero {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background-color: #fff3;
  border-radius: 20px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  min-width: auto;
  height: auto;
  min-height: auto;
  padding: 24px 32px 24px 24px;
  text-decoration: none;
  display: flex;
}

.wrrpper-content-custodia {
  z-index: 12;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-card_empresas {
  width: 100%;
}

.component-card_empresas {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

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

.style-degra-2 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(103.43deg, #365df8, #a697ff 53%, #9747ff);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.frame-116 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: grid;
}

.card-2_empresa {
  grid-row-gap: 24px;
  background-color: var(--base-color-brand--white\<deleted\|relume-variable-color-primary-2\>);
  border: 1px solid #aaa;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.card-2_empresa.shadow-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-width: 2px;
  border-color: var(--color-scheme-1--color-2);
  color: #365df8;
  background-color: #fff;
  border-radius: 0;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding-top: 20px;
}

.card-2_empresa.shadow-large.blue-border {
  border-color: var(--color-scheme-1--color-4);
  justify-content: center;
  align-items: flex-start;
}

.code-embed-9-copy {
  color: #224ae8;
  object-fit: fill;
  height: 32px;
}

.wrrap-comprar_1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.code-embed-9 {
  color: #224ae8;
  object-fit: fill;
  height: 32px;
}

.code-embed-10 {
  color: #224ae8;
  width: 36px;
  height: 32px;
}

.code-embed-11 {
  color: #224ae8;
  height: 32px;
}

.code-embed-12, .code-embed-13 {
  height: 32px;
}

.image-88 {
  width: 700px;
  height: auto;
  position: absolute;
  inset: auto -23% -169% auto;
}

.div-block-215 {
  width: 48px;
  height: auto;
}

.section_timeline9 {
  z-index: -3;
  position: static;
  overflow: visible;
}

.timeline9_component {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button-14 {
  z-index: 2;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #050b16;
  text-align: center;
  letter-spacing: -.14px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 10.162px;
  justify-content: flex-start;
  align-items: center;
  margin-right: 0;
  padding: 19px 32px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  transition: color .35s, border .35s, box-shadow .35s, background-color .35s;
  display: flex;
  position: relative;
  box-shadow: inset 0 2px 13px #252eda47;
}

.button-14:hover {
  color: #fff;
  background-color: #0000;
  border: 1px solid #023758;
  box-shadow: inset 0 2px 8px #22222229;
}

.button-14.is-secondary {
  width: 300px;
  min-width: 300px;
  height: auto;
}

.timeline9_content {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
  position: relative;
}

.timeline9_progress {
  z-index: 0;
  flex-direction: column;
  align-items: center;
  width: 2rem;
  height: 100%;
  display: flex;
  position: absolute;
}

.timeline9_fade-overlay-top {
  z-index: 1;
  background-image: linear-gradient(180deg,  #0000);
  width: 4px;
  height: 4rem;
  position: absolute;
}

.timeline9_progress-line {
  z-index: 0;
  width: 3px;
  height: 50vh;
  margin-top: -50vh;
  position: sticky;
  top: 0;
}

.timeline9_line {
  opacity: .15;
  background-color: #fff;
  width: 3px;
  height: 100%;
}

.timeline9_fade-overlay-bottom {
  z-index: 1;
  background-image: linear-gradient(180deg, #fff0, );
  width: 4px;
  height: 4rem;
  position: absolute;
  bottom: 0%;
}

.timeline9_progress-line-cover {
  z-index: 2;
  width: 100%;
  height: 50vh;
  position: absolute;
  top: -50vh;
}

.timeline9_list {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.timeline9_row {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.timeline9_empty-space {
  width: 100%;
}

.timeline9_circle-wrapper {
  z-index: 1;
  justify-content: center;
  width: 2rem;
  height: 100%;
  display: flex;
  position: relative;
}

.timeline9_circle {
  z-index: 2;
  background-color: var(--color-scheme-1--color-4);
  box-shadow: 0 0 0 8px var(--color-scheme-1--color-2);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: .9375rem;
  height: .9375rem;
  margin-top: 2rem;
}

.timeline9_item {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--color-scheme-1--color-2);
  background-color: #282f434a;
  border-radius: 0;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 12rem 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  padding: 16px;
  display: flex;
}

.timeline9_item.item-left {
  text-align: right;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.timeline9_item.white {
  background-color: var(--color-scheme-1--color-2);
  height: 365px;
}

.timeline9_item.blue {
  background-color: var(--color-scheme-1--color-4);
  height: 365px;
}

.timeline9_item.black {
  background-color: var(--color-scheme-1--color-5);
  height: 365px;
}

.home-one-hero {
  padding-top: 350px;
  padding-bottom: 260px;
  position: relative;
  overflow: hidden;
}

.home-one-hero-main {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
}

.home-one-hero-text {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.home-one-hero-left {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 1;
  max-width: 570px;
}

.home-one-hero-left.hero-text-two {
  opacity: 0;
  position: absolute;
}

.small-heading-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
}

.small-heading {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.42857;
}

.small-heading.text-color-blue {
  color: #068fff;
  margin-top: 1px;
}

.underline {
  text-underline-offset: -3px;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  -webkit-text-decoration: underline #068fff;
  text-decoration: underline #068fff;
  text-decoration-thickness: 6px;
}

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

.button-15 {
  border: 1px solid var(--_primitives---colors--white);
  background-color: var(--_primitives---colors--white);
  color: var(--color-scheme-1--color-4);
  text-align: center;
  border-radius: 10px;
  padding: .75rem 1.5rem;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s, background-color .2s;
}

.button-15:hover {
  color: var(--_primitives---colors--white);
  background-color: #fff0;
}

.button-font {
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.42857;
}

.button-font.form-button {
  background-color: #068fff;
  height: 50px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.button-font.form-button.margin-top-ten {
  margin-top: 10px;
}

.circle-buton {
  background-color: #161c24;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding-right: 1px;
  display: flex;
  position: relative;
}

.button-arrow {
  position: absolute;
}

.button-bg {
  background-color: #fff;
  border-radius: 100%;
  width: 16px;
  height: 16px;
  position: absolute;
  inset: -17% auto auto -4%;
}

.home-one-right {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 550px;
  display: grid;
}

.home-hero-image-wrap {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 14px;
  display: flex;
  position: relative;
}

.header-component-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  place-items: center;
  overflow: hidden;
}

.cube-wrapper {
  width: 14rem;
  height: 14rem;
  position: relative;
}

.cube-box {
  width: 100%;
  height: 100%;
  position: relative;
}

.cube-front {
  transform-style: preserve-3d;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 14rem;
  height: 14rem;
  display: flex;
  position: absolute;
  transform: translate3d(0, 0, 7rem);
}

.cube-back {
  transform-style: preserve-3d;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 14rem;
  height: 14rem;
  margin-bottom: -1px;
  display: flex;
  position: absolute;
  transform: translate3d(0, 0, -7rem)rotateX(0)rotateY(180deg)rotateZ(0);
}

.cube-right {
  transform-style: preserve-3d;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 14rem;
  height: 14rem;
  display: flex;
  position: absolute;
  transform: translate(7rem)rotateX(0)rotateY(90deg)rotateZ(0);
}

.cube-left {
  transform-style: preserve-3d;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 14rem;
  height: 14rem;
  display: flex;
  position: absolute;
  transform: translate(-7rem)rotateX(0)rotateY(-90deg)rotateZ(0);
}

.cube-top {
  transform-style: preserve-3d;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 14rem;
  height: 14rem;
  display: flex;
  position: absolute;
  transform: translate(0, -7rem)rotateX(90deg)rotateY(0)rotateZ(0);
}

.cube-bottom {
  transform-style: preserve-3d;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 14rem;
  height: 14rem;
  display: flex;
  transform: translate(0, 7rem)rotateX(-90deg)rotateY(0)rotateZ(0);
}

.home-hero-text-wrap {
  background-color: #161c24;
  justify-content: center;
  align-items: center;
  padding: 14px;
}

.hero-experience-text-wrap {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  max-width: 198px;
}

.experience-text {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
}

.home-hero-background {
  background-color: #161c24;
  position: absolute;
  inset: 0%;
}

.home-hero-image {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-hero-overlay {
  background-image: linear-gradient(87deg, #161c24 8%, #161c24e6 18%, #161c2400);
  position: absolute;
  inset: 0%;
}

.home-one-service {
  padding-top: 120px;
  padding-bottom: 95px;
  display: none;
  position: relative;
}

.home-service-main {
  justify-content: center;
  align-items: center;
}

.home-service-text {
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 584px;
}

.margin-bottom-fourty {
  margin-bottom: 40px;
}

.service-card-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

.service-card-linear {
  z-index: 3;
  pointer-events: none;
  background-image: linear-gradient(#161c2400 17%, #161c24cc);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.service-card-overlay {
  opacity: 0;
  pointer-events: none;
  background-color: #161c24b3;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.service-card-text {
  z-index: 5;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  inset: 0%;
}

.service-card-text-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  padding-right: 40px;
  display: flex;
  position: static;
  bottom: 40px;
  left: 40px;
}

.margin-bottom-twenty {
  margin-bottom: 20px;
}

.service-card-description {
  max-width: 324px;
  overflow: hidden;
}

.background-star {
  position: absolute;
  top: 134px;
  left: 127px;
}

.marquee {
  overflow: hidden;
}

.main-wrap {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.marquee-train {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  padding-right: 60px;
}

.marquee-text {
  color: #13277a1a;
  text-transform: uppercase;
  font-size: 100px;
  font-weight: 700;
  line-height: 1.07692;
}

.marquee-text.text-color-black {
  color: var(--color-scheme-1--color-5);
}

.marquee-icon {
  opacity: .1;
}

.home-one-about {
  padding-top: 0;
  padding-bottom: 0;
}

.home-one-about-main {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 100px;
  display: flex;
}

.home-one-about-main.invert {
  flex-flow: column;
  height: auto;
  padding-top: 200px;
  padding-bottom: 69px;
}

.home-one-about-left {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 630px;
}

.about-image-left {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: flex-end;
  margin-top: 105px;
}

.tab-image-full-width {
  height: 100%;
}

.home-one-about-right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
}

.about-right-box-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 35px;
}

.about-right-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  max-width: 239px;
  display: flex;
}

.home-one-counter {
  cursor: pointer;
  background-image: linear-gradient(#161c24b3, #161c24b3), none;
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.home-one-counter-main {
  align-items: stretch;
}

.home-one-counter-column {
  border: 1px solid #068fff66;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 220px 20px;
}

.home-one-counter-column.counter-col-inactive {
  padding: 0;
}

.home-one-counter-column.counter-col-active {
  justify-content: flex-start;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
}

.counter-main {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 300px;
  padding: 40px 20px;
}

.counter-text-box {
  justify-content: flex-start;
  align-items: center;
}

.counter-left {
  height: 65px;
  overflow: hidden;
}

.counter-left.counter-text-big-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  height: auto;
}

.counter {
  justify-content: flex-start;
  align-items: flex-end;
}

.counter-train {
  flex: none;
  justify-content: flex-start;
  align-items: flex-end;
}

.counter-text {
  color: #fff;
  letter-spacing: 2px;
  font-size: 55px;
  font-weight: 500;
  line-height: 1.18182;
}

.counter-text.counter-text-big {
  font-size: 100px;
}

.no-margin {
  margin: 0;
}

.home-one-work {
  background-color: #f3f9ff;
  padding-top: 120px;
  padding-bottom: 120px;
}

.home-one-work-main-wrap {
  background-color: #f3f9ff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center start;
  display: grid;
}

.work-right-text-wrapper {
  flex-flow: column;
  flex: 1;
  max-width: 520px;
  margin-left: 20%;
  display: flex;
}

.work-heading {
  max-width: 485px;
}

.work-description {
  margin-top: 36px;
}

.work-heading-with-icon {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.border-bottom {
  opacity: .2;
  background-color: #161c24;
  width: 100%;
  height: 1px;
}

.border-bottom.border-bottom-top-gap {
  margin-top: 40px;
}

.work-bottom-box-main {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: row;
  justify-content: flex-start;
  margin-top: 45px;
}

.work-bottom-box-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-start;
  align-items: center;
}

.work-image-wrapper {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  display: flex;
}

.work-text-wrapper {
  max-width: 109px;
}

.work-left-text-wrapper {
  max-width: 530px;
  margin-right: 20%;
}

.work-bottom-description-two {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-top: 30px;
}

.work-two-description-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.work-two-image-wrapper {
  background-color: #068fff;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  margin-top: 8px;
  display: flex;
}

.work-text-wrapper-two {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  flex: 1;
  max-width: 398px;
  display: flex;
}

.work-right-image-wrapper {
  position: relative;
}

.radial-effect {
  pointer-events: none;
  background-image: radial-gradient(circle, #0000 49%, #161c24);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.home-one-video {
  padding-top: 110px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.video-bg-icon {
  position: absolute;
  top: 10%;
  left: 0;
}

.home-video-main {
  justify-content: center;
  align-items: center;
}

.home-video-heading {
  max-width: 684px;
}

.video-effect-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.video-image-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.video-bg-image {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 50vw;
  min-width: 50vw;
  height: 100vh;
  display: flex;
  position: relative;
}

.play-pause {
  background-color: #068fff00;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  position: static;
}

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

.pause {
  justify-content: center;
  align-items: center;
  padding-left: 3px;
  display: flex;
}

.home-one-text-marquee {
  text-align: center;
  padding-bottom: 48px;
  overflow: hidden;
}

.home-one-form {
  background-image: linear-gradient(#161c24b3, #161c24b3), none;
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 96px;
  padding-bottom: 96px;
}

.form-main-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
}

.home-one-form-left {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 542px;
}

.form-counter-main {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.border-middle {
  background-color: #fff;
  width: 1px;
  height: 84px;
}

.home-one-form-right {
  background-color: #fff;
  flex: 1;
  max-width: 615px;
  padding: 30px 40px 40px;
}

.form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-top: 40px;
  display: flex;
}

.form-input-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
}

.form-input-wrapper.margin-bottom-ten {
  margin-bottom: 10px;
}

.input-field {
  color: #161c24;
  border: 1px solid #fff;
  border-bottom-color: #c4c4c4;
  height: 42px;
  padding-top: 0;
  padding-bottom: 24px;
  padding-left: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.input-field:focus {
  background-color: #fff;
  border-top-style: none;
  border-bottom-color: #c4c4c4;
  border-left-style: none;
  border-right-style: none;
  padding-top: 0;
  padding-left: 0;
}

.input-field::placeholder {
  color: #161c24;
  font-size: 18px;
  font-weight: 400;
}

.select {
  color: #161c24;
  background-color: #fff;
  border: 1px solid #fff;
  border-bottom-color: #c4c4c4;
  height: 42px;
  padding-top: 0;
  padding-bottom: 10px;
  padding-left: 0;
  font-size: 18px;
  font-weight: 400;
}

.select:active {
  color: #161c24;
  padding-bottom: 23px;
  padding-left: 0;
  font-size: 18px;
  font-weight: 400;
}

.select:focus {
  border-top-style: none;
  border-bottom-color: #c4c4c4;
  border-left-style: none;
  border-right-style: none;
}

.checkbox-field {
  justify-content: center;
  align-items: center;
  display: flex;
}

.checkbox {
  border: 1px solid #c4c4c4;
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-right: 10px;
}

.checkbox.w--redirected-checked {
  background-color: #068fff;
}

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

.text-color-blue {
  color: #068fff;
  display: block;
}

.text-color-blue.text-underline {
  text-decoration: underline;
}

.section-testimonials {
  padding-top: 7em;
  padding-bottom: 7em;
}

.section-testimonials.relative {
  background-image: none;
  background-size: auto;
  padding-bottom: 7rem;
  position: relative;
  overflow: clip;
}

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

.testimonial-card-wrap-copy {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1050px;
  display: grid;
}

.wrrpper-text-button-cta {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 800px;
}

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

.wrrpper-nav-mobile {
  z-index: 50;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar {
  z-index: 999999999;
  background-color: #0000;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-menu-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.brand {
  width: 250px;
  margin-right: 16px;
  overflow: visible;
}

.brand.w--current {
  width: 300px;
  margin-right: 16px;
}

.brand-logo {
  width: 100%;
}

.component-nav-mobile {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 0;
  display: none;
}

.icon-nav {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.social-link-holder-copy {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.nav-links-holder {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-active-link-holder {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mega-page-dropdown {
  font-size: 16px;
  font-weight: 600;
  position: static;
}

.dropdown-toggle-page {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #f9f9f9;
  justify-content: center;
  align-items: center;
  padding: 14px 10px;
  font-size: 14px;
  font-weight: 400;
  transition: color .35s;
  display: flex;
}

.dropdown-toggle-page:hover {
  color: #219389;
}

.megamenu-arrow-holder {
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  display: flex;
}

.dropdown-arrow {
  width: 100%;
}

.dropdown-list-2-copy {
  background-color: #ddd;
  left: 0%;
  right: 26px;
}

.dropdown-list-2-copy.w--open {
  background-image: linear-gradient(180deg, #21938945, #21938900 36%, #21938905 61%, #2193890d), linear-gradient(180deg, var(--color-scheme-1--color-4), var(--color-scheme-1--color-5));
  border: 1px solid #219389;
  border-radius: 10px;
  width: 600px;
  min-width: 600px;
  margin-left: 0;
  margin-right: auto;
  top: 69.7969px;
  left: 13.2rem;
  right: 0%;
}

.div-block-37-copy {
  border-radius: 10px;
  width: 100%;
  max-width: 1277px;
  padding: 20px;
}

.maga-menu-1-copy {
  grid-template-rows: auto;
}

.div-block-36 {
  flex-flow: row;
  display: flex;
}

.wrraper-items-about {
  justify-content: flex-start;
  align-items: flex-start;
}

.list-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.menu-list-item {
  font-family: var(--_typography---font-styles--body);
  flex-flow: row;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 400;
  display: flex;
}

.nav-link-3 {
  color: var(--_primitives---colors--white);
}

.wrraper-image-about {
  flex-flow: row;
  display: flex;
}

.image-90 {
  width: 160px;
}

.dropdown-list-2-copy-2 {
  background-color: #ddd;
}

.dropdown-list-2-copy-2.w--open {
  background-color: #050b16;
  border: 1px solid #1552ec;
  border-radius: 20px;
  width: 700px;
  min-width: 700px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

.div-block-37 {
  padding: 20px;
}

.grid-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: start stretch;
  display: grid;
}

.flex-block-5 {
  justify-content: flex-start;
  align-items: center;
}

.dropdown-page-list {
  padding-left: 2em;
  padding-right: 2em;
  left: 2em;
  right: 2em;
}

.dropdown-page-list.w--open {
  background-color: #0000;
  border: 1px solid #1552ec;
  border-radius: 20px;
  width: 700px;
  min-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  left: 0;
  right: 0;
}

.mega-menu-page-wrapper {
  background-color: #050b16;
  border: 1px solid #1552ec;
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: auto;
  padding: 2em;
  display: flex;
  box-shadow: 0 7px 8px #000000a8;
}

.mega-menu-grid {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  place-items: stretch stretch;
  width: 100%;
}

.menu-grid-links-holder {
  border-right: 1px #000;
  flex-flow: column;
  display: flex;
}

.flex-block-13 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 800px;
}

.mega-menu-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  margin-bottom: 20px;
  padding-left: 0;
  display: flex;
}

.nav-link-4 {
  color: var(--_primitives---colors--white);
  display: flex;
}

.nav-link-4.w--current {
  color: var(--_primitives---colors--white);
  text-decoration: underline;
}

.nav-link-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
}

.maga-menu-1 {
  grid-template-rows: auto;
}

.flex-block-8 {
  grid-column-gap: 62px;
  grid-row-gap: 62px;
}

.image-91 {
  object-fit: cover;
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.nav-button-holder {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.menu-button {
  justify-content: center;
  align-items: center;
  display: none;
}

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

.button-16 {
  z-index: 2;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #050b16;
  text-align: center;
  letter-spacing: -.14px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 10.162px;
  justify-content: flex-start;
  align-items: center;
  margin-right: 0;
  padding: 19px 32px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  transition: color .35s, border .35s, box-shadow .35s, background-color .35s;
  display: flex;
  position: relative;
  box-shadow: inset 0 2px 13px #252eda47;
}

.button-16:hover {
  color: #fff;
  background-color: #0000;
  border: 1px solid #023758;
  box-shadow: inset 0 2px 8px #22222229;
}

.button-16.navbar-button {
  box-shadow: none;
  color: #050b16;
  background-color: #ffbd4f;
  border: 1px solid #ffffff36;
  border-radius: 10.2px;
  justify-content: center;
  align-items: center;
  min-width: 135px;
  padding: 17px 24px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
}

.button-16.navbar-button:hover {
  color: #fff;
  background-color: #0000;
  border-color: #023758;
}

.button-16.navbar-button.w--current {
  width: 100%;
}

.wrrpper-nav-hidden {
  z-index: 200;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-copy {
  z-index: 50;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background-color: #ffffff08;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 16px 3%;
  display: flex;
  box-shadow: 0 2px 5px #1552ec24;
}

.wrppper-nav {
  width: 100%;
  max-width: 85rem;
  margin-left: auto;
  margin-right: auto;
}

.div-block-199 {
  flex-flow: row;
  display: flex;
}

.list-13 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.nav-link-5 {
  color: #fff;
  border-bottom: 1px solid #0000;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 8px 0;
  font-size: 16px;
  font-weight: 400;
  transition: background-color .35s, color .35s;
  display: flex;
}

.nav-link-5:hover {
  color: #fff;
  border-bottom: 1px solid #b6b6b6;
  border-radius: 0;
}

.nav-link-5.w--current {
  color: #fff;
  border-radius: 0;
}

.image-70 {
  border-radius: 20px;
  width: 100%;
}

.div-block-200 {
  padding: 20px;
}

.flex-block-14 {
  justify-content: flex-start;
  align-items: center;
}

.flex-block-15 {
  grid-column-gap: 62px;
  grid-row-gap: 62px;
}

.nav-link-6 {
  color: #e5e5e5;
  padding: 14px 10px;
  font-size: 14px;
  line-height: 1.2;
  transition: color .35s, opacity .35s;
}

.nav-link-6:hover {
  color: #ffbd4f;
}

.nav-link-6.w--current {
  color: #fff;
  border-bottom: 1px solid #fff;
}

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

.image-71 {
  object-fit: cover;
  border-radius: 20px;
  height: 200px;
}

.div-block-217 {
  display: none;
}

.background-video-8 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.background-video-9 {
  z-index: 10;
  width: 100%;
  height: 100%;
}

.component-introduction {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  object-position: 50% 50%;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 62px;
  padding-bottom: 0;
  display: flex;
}

.div-block-20 {
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.img-hero {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: 100%;
  height: 650px;
  min-height: auto;
  max-height: none;
}

.div-block-18 {
  object-fit: fill;
  background-image: url('../images/ChatGPT-Image-16-jul-2025-05_52_55-p.m..webp');
  background-position: 0%;
  background-size: auto;
  width: 50%;
  height: 100%;
  display: none;
  position: absolute;
  inset: auto auto 0% 0%;
}

.div-block-218 {
  opacity: .1;
  background-color: red;
  width: 32px;
  height: 32px;
  position: absolute;
  inset: 22.2rem auto auto 0%;
  box-shadow: 9px 6px 200px 200px red;
}

.content-35 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.head-4_bold {
  font-size: 24px;
  font-weight: 600;
}

.head-2_bold {
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
}

.paragraph-1 {
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}

.social-icons {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vectors-wrapper-7 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 41px;
  height: 41px;
  display: flex;
}

.vectors-wrapper-8 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  display: flex;
}

.vectors-wrapper-9 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 37px;
  display: flex;
}

.button-1_black {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #000;
  border: 1px solid #000;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.div-hidden-2 {
  z-index: 5;
  background-color: #000;
  background-image: url('../images/ChatGPT-Image-16-jul-2025-05_52_55-p.m..webp');
  background-position: 50%;
  background-size: auto;
  width: 50%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.img-hero-2 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: 100%;
  height: 600px;
  min-height: auto;
  max-height: none;
  position: absolute;
}

.image-92 {
  width: 200px;
}

.link-block-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-93 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.div-block-219 {
  background-color: #193d70;
  border-radius: 100px;
  width: 130px;
  height: 130px;
  padding: 20px;
}

.wrrap-circle-bluew {
  background-color: #193d7045;
  border-radius: 100px;
  width: 160px;
  height: 160px;
  padding: 20px;
}

.lottie-animation-3 {
  z-index: 10;
  width: 300px;
  position: relative;
  top: 132px;
  bottom: -105px;
}

.link-block-12 {
  text-decoration: none;
}

.div-block-220 {
  z-index: 50;
  position: relative;
}

.div-block-221, .div-block-222 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.div-block-223 {
  flex-flow: row;
  display: flex;
}

.list-14 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.nav-link-7 {
  color: var(--_primitives---colors--white);
  display: flex;
}

.nav-link-7.w--current {
  color: var(--_primitives---colors--white);
  text-decoration: underline;
}

.image-94 {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 10px;
  width: 100%;
  height: 200px;
}

.image-95 {
  z-index: 10;
  width: 350px;
  position: relative;
  top: 136px;
}

.dropdown-list-2-copy-copy {
  background-color: #ddd;
}

.dropdown-list-2-copy-copy.w--open {
  background-image: linear-gradient(180deg, #21938945, #21938900 36%, #21938905 61%, #2193890d), linear-gradient(180deg, var(--color-scheme-1--color-4), var(--color-scheme-1--color-5));
  border: 1px solid #219389;
  border-radius: 10px;
  width: 600px;
  min-width: 600px;
  margin-left: 0;
  margin-right: auto;
  left: auto;
  right: 3rem;
}

.code-embed-14 {
  width: 100vw;
  min-width: 100vw;
  height: 200px;
}

.footer-links-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 800px;
  text-decoration: none;
  display: flex;
}

.div-block-224 {
  width: 32px;
}

.logo-wide-1-copy {
  object-fit: contain;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.link-block-13 {
  width: 32px;
  height: 32px;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-bottom: 32px;
}

.heading-style-1-copy {
  background-image: linear-gradient(180deg, var(--color-scheme-1--color-2), var(--color-scheme-1--background));
  font-family: var(--_typography---font-styles--heading);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.grid-copy {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

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

.background-video-10 {
  z-index: 13;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-main-back {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.overlay-black {
  z-index: 1;
  background-image: linear-gradient(9deg, var(--color-scheme-1--color-5), #fff0);
  border-radius: 0;
  position: absolute;
  inset: 0%;
}

.background-video-11 {
  z-index: 1;
  border-radius: 0;
  position: absolute;
  inset: 0%;
}

.button-17 {
  border: 1px solid var(--_primitives---colors--white);
  background-color: var(--_primitives---colors--white);
  color: var(--color-scheme-1--color-4);
  text-align: center;
  border-radius: 10px;
  padding: .75rem 1.5rem;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s, background-color .2s;
}

.button-17:hover {
  color: var(--_primitives---colors--white);
  background-color: #fff0;
}

.button-17.is-secondary {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
  transition: transform .2s;
}

.button-17.is-secondary:hover {
  transform: translate(0, -7px);
}

.section_header37 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
}

.section_header37.is-green {
  background-color: var(--color-scheme-1--color-2);
  display: none;
}

.header37_component {
  grid-column-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.header37_image-wrapper {
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.header37_image {
  object-fit: cover;
  width: 80vw;
  min-width: 50vw;
  height: 100vh;
  max-height: 60rem;
}

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

.button-18 {
  border: 1px solid var(--_primitives---colors--white);
  background-color: var(--_primitives---colors--white);
  color: var(--color-scheme-1--color-4);
  text-align: center;
  border-radius: 10px;
  padding: .75rem 1.5rem;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s, background-color .2s;
}

.button-18:hover {
  color: var(--_primitives---colors--white);
  background-color: #fff0;
}

.button-18.is-secondary {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
  transition: transform .2s;
}

.button-18.is-secondary:hover {
  transform: translate(0, -7px);
}

.background-color-video-copy {
  z-index: 2;
  background-color: #0000007d;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-96 {
  object-fit: cover;
  width: 100%;
  height: 450px;
}

.div-block-225 {
  background-color: var(--color-scheme-1--background);
  border-radius: 100px;
  width: 48px;
  height: 48px;
  padding: 5px;
}

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

.form-custodia {
  background-color: var(--color-scheme-1--color-2);
  border-radius: 0;
  width: 100%;
  max-width: 700px;
  padding: 20px;
}

.div-block-226 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.div-block-227 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.image-98 {
  width: 100px;
}

.div-block-228 {
  margin-bottom: 16px;
}

.section-what {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 96px;
  padding-bottom: 96px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.global-padding {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.general-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1450px;
  height: auto;
  text-decoration: none;
  display: flex;
}

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

.wrapper-title-left-3 {
  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;
}

.head-2 {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 110%;
}

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

.vectors-wrapper-33 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 65px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: -4rem 16.6rem auto 779px;
}

.vectors-wrapper-34 {
  object-fit: contain;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 64px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 0% -4.2rem 19.9rem;
}

.card-what {
  grid-column-gap: 32px;
  border: 1px solid var(--color-scheme-1--color-2);
  background-color: #fff;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 207px;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.content-8 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 143px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

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

.frame-6416 {
  grid-column-gap: 10px;
  background-color: var(--color-scheme-1--color-6);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  text-decoration: none;
  display: flex;
}

.paragraph-2 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

.card-what2 {
  grid-column-gap: 32px;
  border: 1px solid var(--color-scheme-1--color-2);
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 207px;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

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

.image-99 {
  object-fit: cover;
  width: 100%;
  min-width: 100px;
  height: 100%;
}

.div-block-229 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.image-100 {
  object-fit: cover;
  width: 100%;
  height: 400px;
}

.div-block-230, .div-block-231 {
  width: 50%;
}

.header36_content-copy {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: 0;
  margin-right: 2rem;
  display: flex;
  overflow: visible;
}

.form-tecnicos-monitoreo {
  background-color: var(--color-scheme-1--color-4);
  border-radius: 0;
  width: 100%;
  max-width: 700px;
  padding: 20px;
}

.form_input-monitoreo {
  border: 1px solid var(--color-scheme-1--background);
  color: #fff;
  background-color: #ffffff0d;
  border-radius: 0;
  height: auto;
  min-height: 3rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input-monitoreo:focus {
  border-color: #1552ec;
}

.form_input-monitoreo::placeholder {
  color: #0009;
}

.form_input-monitoreo.is-text-area-copy {
  min-height: 11.5rem;
}

.form_field-label-moni9toreo {
  color: var(--_primitives---colors--neutral-lightest);
  margin-bottom: .5rem;
  font-weight: 500;
}

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

.form-tecnicos-tecnologia-de-punta {
  background-color: var(--color-scheme-1--color-5);
  border-radius: 0;
  width: 100%;
  max-width: 700px;
  padding: 20px;
}

.header36_image-wrapper-copy {
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
  overflow: visible;
}

.header36_component-copy {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: flex;
}

.header36_image-copy {
  object-fit: cover;
  object-position: 100% 0%;
  object-fit: cover;
  object-position: 100% 0%;
  width: 50vw;
  min-width: 50vw;
  height: 100vh;
  max-height: 60rem;
}

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

.heading-style-h3-copy.text-weight-bold {
  font-family: var(--_typography---font-styles--heading);
}

.heading-style-h3-copy.text-weight-bold.text-color-blue-1.text-align-center, .heading-style-h3-copy.text-color-white {
  text-transform: uppercase;
}

.heading-style-h3-copy.text-align-left {
  text-align: left;
}

.image-innovation {
  object-fit: cover;
  object-position: 100% 0%;
  width: 50vw;
  min-width: 50vw;
  height: 500px;
  max-height: 60rem;
}

.counter-main-copy {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 300px;
  padding: 40px 20px;
}

.navbar2_component-copy {
  z-index: 100;
  background-color: #ddd0;
  background-image: linear-gradient(108deg, #21938957, #fff0 32%, #b0b0b000 69%, #21938959), linear-gradient(27deg, var(--color-scheme-1--color-4), var(--color-scheme-1--color-5));
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding: 10px 5%;
  display: none;
}

.section-contact-page {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 90px 0 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-contact-page.cta {
  z-index: 100;
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  background-image: linear-gradient(239deg, #2193898a, #4fa9a100 30%, #8cc7c200 70%, #22918894), linear-gradient(138deg, #183e8980, #151d20 52%, #17246480);
  padding-top: 151px;
  padding-bottom: 151px;
}

.section-contact-page.cat-2 {
  background-image: linear-gradient(239deg, #2193898a, #4fa9a100 30%, #8cc7c200 70%, #22918894), linear-gradient(138deg, #183e89bf, #151d2096 52%, #172464ba);
  position: absolute;
  inset: 0%;
}

.section-contact-page.inicio {
  z-index: 10;
  opacity: .93;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.form-contact-page, .formanalisis-de-riesgos {
  background-color: var(--color-scheme-1--color-5);
  border-radius: 0;
  width: 100%;
  max-width: 700px;
  padding: 20px;
}

.contact8_content-copy {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: grid;
  position: relative;
  overflow: hidden;
}

.head-tecnicos {
  object-fit: cover;
  object-position: 100% 0%;
  width: 50vw;
  min-width: 50vw;
  height: 100vh;
  max-height: 60rem;
}

.wrrpper-blue-copy {
  background-color: var(--color-scheme-1--background);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 5px;
  display: flex;
}

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

.section-whit-degrade-copy {
  grid-row-gap: 80px;
  border-style: none none solid;
  border-width: 0 0 1px;
  border-color: black black var(--_primitives---opacity--white-20);
  background-color: #193d7000;
  background-image: linear-gradient(239deg, #2193898a, #4fa9a100 30%, #8cc7c200 70%, #22918894), linear-gradient(138deg, #183e89f7, #151f26 49%, #151d20 52%, #172464);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-whit-degrade-copy.cta {
  z-index: 100;
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  background-image: linear-gradient(239deg, #2193898a, #4fa9a100 30%, #8cc7c200 70%, #22918894), linear-gradient(138deg, #183e8980, #151d20 52%, #17246480);
  padding-top: 151px;
  padding-bottom: 151px;
}

.section-whit-degrade-copy.cat-2 {
  background-image: linear-gradient(239deg, #2193898a, #4fa9a100 30%, #8cc7c200 70%, #22918894), linear-gradient(138deg, #183e89bf, #151d2096 52%, #172464ba);
  position: absolute;
  inset: 0%;
}

.section-whit-degrade-copy.inicio {
  z-index: 10;
  opacity: .93;
  background-image: linear-gradient(239deg, #2193898a, #4fa9a100 30%, #8cc7c200 70%, #22918894), linear-gradient(138deg, #183e891a, #151f26 49%, #151d20 52%, #172464);
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.degradee--analisis {
  grid-row-gap: 80px;
  border-style: none none solid;
  border-width: 0 0 1px;
  border-color: black black var(--_primitives---opacity--white-20);
  background-color: #193d7000;
  background-image: linear-gradient(239deg, #2193898a, #4fa9a100 30%, #8cc7c200 70%, #22918894), linear-gradient(138deg, #183e89f7, #151f26 49%, #151d20 52%, #172464);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.degradee--analisis.cta {
  z-index: 100;
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  background-image: linear-gradient(239deg, #2193898a, #4fa9a100 30%, #8cc7c200 70%, #22918894), linear-gradient(138deg, #183e8980, #151d20 52%, #17246480);
  padding-top: 151px;
  padding-bottom: 151px;
}

.degradee--analisis.cat-2 {
  background-image: linear-gradient(239deg, #2193898a, #4fa9a100 30%, #8cc7c200 70%, #22918894), linear-gradient(138deg, #183e89bf, #151d2096 52%, #172464ba);
  position: absolute;
  inset: 0%;
}

.degradee--analisis.inicio {
  z-index: 10;
  opacity: .93;
  background-image: linear-gradient(239deg, #2193898a, #4fa9a100 30%, #8cc7c200 70%, #22918894), linear-gradient(138deg, #183e891a, #151f26 49%, #151d20 52%, #172464);
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.image-101 {
  width: 130px;
}

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

.div-block-233 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.div-block-234 {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 24px;
  display: flex;
}

.side-1-tecnology {
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  display: flex;
}

.div-block-213-copy {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-235 {
  margin-bottom: 16px;
  display: flex;
}

.div-block-236 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-232-copy {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrrppeer-home-new {
  color: var(--_primitives---colors--white);
  background-color: #fff0;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.home-one-about-main-copy {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 0;
  display: flex;
}

.home-one-about-main-copy.invert {
  flex-flow: column;
  height: auto;
  padding-top: 200px;
  padding-bottom: 96px;
}

.wrrapper-vide-text {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vide-tecnology {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  height: 500px;
  display: flex;
  position: relative;
}

.tecnology-side-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  height: auto;
  display: flex;
}

.wrrpper-new-desing-tecnology-de-punta {
  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%;
  display: flex;
}

.wrrpper-car-image {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-wrraper-icon-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  height: auto;
  padding: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-wrraper-icon-2.is-green {
  background-color: var(--color-scheme-1--color-2);
  justify-content: center;
  align-items: flex-start;
}

.wrrpper-blue-copy-2 {
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 5px;
  display: flex;
}

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

.content-infor-quiero {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: end stretch;
  display: grid;
}

.hidde-desktop-button {
  display: none;
}

.link-block-14 {
  text-decoration: none;
}

.image-102 {
  width: auto;
  position: absolute;
  inset: auto auto -16%;
}

.cta-componet-contact {
  z-index: 1;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: start center;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.cta-quiero-trabajar-con-tmt {
  background-color: #ffffffd9;
  border-radius: 0;
  width: 100%;
  max-width: 800px;
  padding: 20px;
}

.wrrapper-contact-quiero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 650px;
  display: flex;
}

.contact-place-blue {
  color: var(--color-scheme-1--color-4);
}

.button-new {
  border: 1px solid var(--_primitives---colors--white);
  background-color: var(--color-scheme-1--color-4);
  color: var(--color-scheme-1--background);
  text-align: center;
  border-radius: 10px;
  padding: .75rem 1.5rem;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s, background-color .2s;
}

.button-new:hover {
  border-color: var(--color-scheme-1--color-4);
  color: var(--color-scheme-1--color-4);
  background-color: #fff0;
}

.button-new.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-new.is-link.is-alternate {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

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

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

.button-new.is-icon.is-alternate {
  transition: transform .2s;
}

.button-new.is-icon.is-alternate:hover {
  transform: translate(0, -7px);
}

.button-new.is-secondary {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
  transition: transform .2s;
}

.button-new.is-secondary:hover {
  transform: translate(0, -7px);
}

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

.button-new.is-secondary.is-icon {
  border-radius: 10px;
  transition: transform .2s;
}

.button-new.is-secondary.is-icon:hover {
  transform: translate(0, -7px);
}

.button-new.is-secondary.is-icon.is-alternate {
  border-color: var(--color-scheme-1--color-4);
  background-color: var(--color-scheme-1--color-4);
  flex-flow: row;
  transition: transform .2s;
}

.button-new.is-secondary.is-icon.is-alternate:hover {
  transform: translate(0, -7px);
}

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

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

.button-new.is-navbar2-button {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.image-103 {
  position: absolute;
  inset: auto auto -19%;
}

.select-field {
  border: 1px solid var(--color-scheme-1--color-2);
  background-color: #f3f3f30d;
}

.form-input-contact {
  border: 1px solid var(--color-scheme-1--color-2);
  background-color: var(--color-scheme-1--color-5);
  color: #fff;
  border-radius: 0;
  height: auto;
  min-height: 3rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input-contact:focus {
  border-color: #1552ec;
}

.form-input-contact::placeholder {
  color: #0009;
}

.form-input-contact.is-text-area-copy {
  min-height: 11.25rem;
}

.dropdown-toggle {
  color: var(--_primitives---colors--white);
  font-size: 16px;
}

.dropdown-toggle:hover {
  color: var(--color-scheme-1--color-6);
}

.wrrapper-drop {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--color-scheme-1--color-6);
  background-image: linear-gradient(180deg, #2193891a, #fff0 47%, #21938908), linear-gradient(27deg, var(--color-scheme-1--color-5), var(--color-scheme-1--color-4));
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 500px;
  height: auto;
  padding: 20px 20px 20px 0;
  display: grid;
  overflow: hidden;
}

.dropdown-list {
  background-color: #ddd0;
  right: -236.891px;
}

.dropdown-list.w--open {
  background-color: #ddd0;
  right: -201.891px;
}

.dropdown-link {
  color: var(--color-scheme-1--background);
  font-size: 16px;
}

.dropdown-link.w--current {
  color: var(--color-scheme-1--color-6);
}

.image-104 {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 20px;
  width: 100%;
  height: 200px;
}

.div-block-238 {
  width: 100%;
  height: 100%;
}

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

.wrrapper-animation1 {
  position: relative;
  overflow: hidden;
}

.side-hidden-1 {
  background-color: var(--color-scheme-1--color-4);
  width: 50%;
  height: 100%;
  display: none;
  position: absolute;
  inset: auto auto 0% 0%;
}

.side-hidden2 {
  background-color: var(--color-scheme-1--color-2);
  width: 50%;
  height: 100%;
  display: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

.section-sucedera {
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-top: 112px;
  padding-bottom: 96px;
  display: flex;
  position: relative;
}

.header82_component {
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.paddign-global {
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
}

.flex-block-17 {
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}

.head-48px {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 120%;
}

.head-64px {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 900;
  line-height: 1.2em;
}

.div-block-186 {
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.header82_lightbox {
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
  position: relative;
}

.header82_lightbox-image {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

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

.dropdown {
  color: var(--_primitives---colors--white);
  font-size: 16px;
}

.dropdown-toggle-2 {
  color: var(--_primitives---colors--white);
}

.dropdown-list-2 {
  background-color: #ddd0;
  left: -52px;
  right: auto;
}

.dropdown-list-2.w--open {
  background-color: #ddd0;
  left: -228.016px;
  right: auto;
}

.dropdown-2-copy {
  font-size: 16px;
}

.component-new-animation {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.div-block-239 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: var(--color-scheme-1--color-4);
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  padding: 32px;
  display: grid;
  position: sticky;
  top: -10px;
}

.div-block-239.is-green {
  background-color: var(--color-scheme-1--color-2);
}

.div-block-239.is-black {
  background-color: var(--color-scheme-1--color-5);
}

.image-105 {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 10px;
  width: 100%;
  height: 600px;
}

.div-block-240 {
  border-radius: 20px;
  width: 100%;
  overflow: hidden;
}

.header36_content-copy-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: 0;
  margin-right: 4rem;
  display: flex;
  overflow: visible;
}

.wrrapper-image-all-1 {
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  display: flex;
  overflow: visible;
}

.section-1-monnitore {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
}

.section-1-monnitore.is-blue {
  background-color: var(--color-scheme-1--color-4);
  width: 100%;
  display: flex;
}

.section-1-monnitore.is-green {
  background-color: var(--color-scheme-1--color-2);
}

.value-images-holder {
  perspective: 1500px;
  height: 500px;
  overflow: hidden;
}

.value-images-container {
  border-radius: 0;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.value-image-block {
  z-index: 1;
  perspective: none;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.value-team-image {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.value-behind-holder {
  z-index: 0;
  perspective: none;
  transform-style: preserve-3d;
  background-image: none;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.break-down-animation-holder {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.value-top-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.value-text {
  color: #ffbd4f;
  font-size: 24px;
  font-weight: 500;
}

.conmponent-info-monitoreo {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.wrrapper-1-monitoristas-1 {
  justify-content: flex-end;
  align-items: flex-start;
  width: 33.3%;
  height: 100%;
  display: flex;
}

.wrrapper-minorista-2 {
  width: 33.33%;
}

.wrrapper-image-growth {
  border-radius: 0;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.horizontal-hidden1 {
  background-color: var(--_primitives---colors--white);
  height: 50%;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.horizontal-hidden2 {
  background-color: var(--_primitives---colors--white);
  height: 50%;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.image-96-copy {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-106 {
  width: 100px;
  height: auto;
  margin-bottom: 16px;
}

.historia-div {
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

._1 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.div-move-1 {
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.home-hero-quienes-somos {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 0;
  display: flex;
}

.home-hero-quienes-somos.invert {
  flex-flow: row;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (min-width: 1280px) {
  .movement-image-holder {
    z-index: 6;
    transform: perspective(440px);
  }

  .flex-block-9 {
    height: 350px;
  }

  .button-10 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .button-10:hover {
    color: #fff;
  }

  .overlay-blue {
    width: 100%;
    height: 100px;
    position: absolute;
    inset: auto 0% 0%;
  }

  .image-overlay-layer-copy {
    z-index: 30;
    background-image: linear-gradient(9deg, #050b16 100%, #fff);
  }

  .container-3 {
    max-width: 600px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .wrrpper-text-service-copy {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    display: flex;
  }

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

  .image-80.image-1 {
    height: 278px;
  }

  .image-80.img-3 {
    height: 505px;
  }

  .wrraper-icon-service {
    width: 50px;
  }

  .section_timeline9 {
    z-index: 3;
  }

  .button-14 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .button-14:hover {
    color: #fff;
  }

  .mega-menu-page-wrapper {
    border-radius: 20px;
  }

  .button-16 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .button-16:hover {
    color: #fff;
  }
}

@media screen and (min-width: 1440px) {
  .container.navbar-container {
    margin-left: auto;
    margin-right: auto;
  }

  .wrraper-img {
    width: 100%;
    height: 100%;
  }

  .marquee-text {
    font-size: 130px;
  }

  .home-one-work-main-wrap {
    position: sticky;
    top: 100px;
  }

  .navbar {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .dropdown-list-2-copy.w--open {
    left: 16.1rem;
  }

  .navbar-copy {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}

@media screen and (min-width: 1920px) {
  .image-34 {
    right: -39rem;
  }

  .overlay-blue {
    background-image: linear-gradient(4deg, #050b16 22%, #0000);
    height: 100%;
  }

  .wrrpper-services_marketing.big-size, .wrrpper-services_marketing.big-size.is-blue {
    max-width: 100%;
  }

  .wrrpper-text-service-copy {
    z-index: 50;
  }

  .wrrpper-text-service-copy.s-bluew {
    min-width: 38vw;
  }

  .dropdown-list-2-copy.w--open {
    left: 33.5rem;
  }

  .header82_component {
    width: 100%;
  }

  .div-block-186 {
    width: 100%;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-info-monitoreo {
    overflow: hidden;
  }
}

@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-bottom.margin-small {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

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

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

  .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_scheme-list {
    grid-template-columns: 1fr;
  }

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

  .slider-arrow.is-bottom-next {
    top: auto;
    bottom: 0%;
    left: 14%;
  }

  .navbar2_component {
    z-index: 0;
    display: none;
  }

  .navbar2_container {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

  .navbar2_link {
    text-align: center;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar2_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar2_dropdwn-toggle {
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 2rem 20px 0;
    display: flex;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .navbar2_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar2_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .navbar2_dropdown-link {
    text-align: center;
    width: auto;
    padding: .75rem 0;
    font-size: 16px;
  }

  .navbar2_button-wrapper {
    align-items: center;
  }

  .navbar2_menu-button {
    padding: 0;
  }

  .navbar2_menu-button.w--open {
    background-color: var(--_primitives---opacity--transparent);
  }

  .menu-icon2 {
    color: var(--_primitives---colors--white);
    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-icon2_line-top {
    background-color: var(--_primitives---colors--white);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon2_line-middle {
    background-color: var(--_primitives---colors--white);
    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-icon2_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon2_line-bottom {
    background-color: var(--_primitives---colors--white);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .wrrap-phone-links {
    padding-left: 0;
  }

  .frame-style {
    width: 28px;
  }

  .wrrapp-nav {
    overflow: visible;
  }

  .card {
    grid-column-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .button-style-3 {
    height: 100%;
  }

  .column.short-opaque-column {
    max-width: 75%;
  }

  .section-video-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .image-4 {
    width: 100%;
  }

  .frame-25 {
    grid-template-columns: 1fr 1fr;
  }

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

  .testimonial28_mask {
    width: 50%;
  }

  .footer-links {
    grid-column-gap: 16px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .component-values {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-items: start;
  }

  .custom-map-wrapper {
    width: 100%;
  }

  .nav-menu {
    z-index: 200;
    background-image: linear-gradient(82deg, #21938957, #21938900 34%, #21938900 64%, #2193895c), linear-gradient(180deg, var(--color-scheme-1--color-4), var(--color-scheme-1--color-5));
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .nav-link {
    z-index: 100;
  }

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

  .section-whit-degrade {
    padding-top: 84px;
  }

  .section-whit-degrade.cta {
    padding-left: 32px;
    padding-right: 32px;
  }

  .arrow-icon-slade1.is-bottom-next-1 {
    left: 92%;
  }

  .arrow-icon-slade1.is-bottom-previous-1 {
    left: 61%;
  }

  .header76_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 6rem;
  }

  .header76_content-left {
    width: 100%;
    max-width: none;
    margin-left: 5%;
    margin-right: 5%;
  }

  .header76_content-right {
    height: 40rem;
    padding-left: 0;
  }

  .heder {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    width: 100%;
    min-height: auto;
    padding-top: 5rem;
  }

  .component-hero {
    width: 100%;
    padding-top: 0;
  }

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

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

  .layout54_content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .layout54_content-left {
    max-width: 400px;
  }

  .layout54_item-list {
    grid-template-columns: 1fr;
  }

  .frame-25-copy {
    grid-template-columns: 1fr 1fr;
  }

  .component-values-copy {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-items: start;
  }

  .image-50 {
    object-fit: cover;
    object-position: 50% 0%;
    height: 600px;
    position: static;
  }

  .image-51 {
    object-fit: cover;
    height: 600px;
  }

  .header36_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 5rem;
  }

  .header36_component.invert {
    flex-flow: wrap-reverse;
  }

  .header36_content {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .header36_image-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .header36_image {
    width: 100vw;
    min-width: 100vw;
    height: 500px;
    max-height: none;
  }

  .header102_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 0;
  }

  .header102_content {
    width: 100%;
    max-width: none;
    margin-left: 5%;
    margin-right: 5%;
  }

  .header102_slider {
    width: 100vw;
    max-width: 100%;
    min-height: 50vh;
    max-height: 50rem;
  }

  .header102_mask {
    height: 926px;
    max-height: 50vh;
  }

  .header102_slide-wrapper {
    grid-template-rows: 60% 40%;
  }

  .header102_slide-image-wrapper {
    min-height: 500px;
  }

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

  .layout91_lightbox-image, .content11_lightbox-image, .header147_lightbox-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .content-title {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-component-somos {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .layout521_component {
    grid-column-gap: 62px;
    grid-row-gap: 62px;
    flex-flow: column;
    display: flex;
  }

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

  .image-54 {
    width: 30%;
    height: 300px;
    top: 2486.88px;
  }

  .div-block-85 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .company-logo-copy {
    width: 160px;
    height: 150px;
  }

  .component-hero-1 {
    width: 100%;
    padding-top: 80px;
  }

  .logo-tmt {
    height: 150px;
  }

  .huge-icon-left, .huge-icon-right {
    width: 8em;
  }

  .content-wrap {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

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

  .container.navbar-container {
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .testimonial-heading {
    margin-bottom: 0;
  }

  .display-6xl {
    font-size: 3.5rem;
  }

  ._12-column-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 5rem;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  ._12-column-grid.align-middle {
    grid-row-gap: 4em;
  }

  ._12-column-grid.locked {
    grid-row-gap: 1.5rem;
  }

  .testimonial-card-wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .team-quote-member {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .display-xs {
    margin-bottom: 0;
    font-size: .9rem;
  }

  .container-nav {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .nav-content {
    width: 50vw;
    padding: 3rem;
    display: none;
  }

  .hero-content-wrapper {
    justify-content: flex-end;
    align-items: stretch;
    padding-bottom: 2rem;
  }

  .hero-headline-text {
    max-width: 40ch;
  }

  .display-7xl {
    font-size: 3.5rem;
  }

  .hero-bottom {
    margin-top: 5rem;
  }

  .header-image-wrapper {
    background-position: 50%;
    background-repeat: no-repeat;
  }

  .display-intro-text {
    font-size: 2.5rem;
  }

  .custom-margin {
    margin-bottom: 4rem;
  }

  .display-4xl {
    max-width: none;
    font-size: 2.5rem;
  }

  .sticky-viewbox {
    height: auto;
    top: 8rem;
  }

  .cards-wrapper {
    border-radius: .5rem;
    height: 60vh;
  }

  .slide-content {
    padding: 2rem;
  }

  .service-svg-wrap {
    width: 3rem;
  }

  .side-content-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: auto;
  }

  .display-2xl {
    font-size: 1.75rem;
  }

  .circular-svg {
    width: 100%;
    height: 100%;
  }

  .display-large {
    font-size: 1.125rem;
  }

  .blog-colllection-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .let-s-connect-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .let-s-connect-button {
    padding-bottom: .5rem;
    font-size: 1.75rem;
  }

  .arrow-right {
    width: 1.5rem;
  }

  .arrow-right-hover {
    width: 1.5rem;
    inset: auto auto 0% 0%;
  }

  .footer-list-wrap {
    justify-content: center;
    align-items: center;
  }

  .footer-button {
    padding-bottom: .5rem;
  }

  .footer-center {
    justify-content: center;
    align-items: center;
  }

  .cursor-wrap {
    display: none;
  }

  .component-about-hero {
    height: auto;
    padding-top: 200px;
  }

  .div-block-93 {
    padding-bottom: 40px;
  }

  .wrrpper-choose-development {
    grid-template-columns: 1fr;
  }

  .image-34 {
    right: -38.7rem;
  }

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

  .left-arrow-3 {
    right: 14%;
  }

  .div-block-155-copy {
    justify-content: space-between;
    align-items: center;
    width: auto;
    padding-right: 0;
  }

  .link-block-7.prev-slide-1 {
    height: 45px;
  }

  .layout508_tabs {
    grid-column-gap: 3rem;
  }

  .layout508_card {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding: 2rem;
  }

  .wrapp-title-and-paragrap.max-width-medium.div-center {
    margin-bottom: 0;
  }

  .card-inner-holder {
    flex-flow: column;
    align-items: flex-start;
    width: 100%;
  }

  .movement-image-holder {
    z-index: 99;
    top: -9px;
  }

  .movement-image-holder.card-image {
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .experience-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-image {
    height: 600px;
  }

  .wrrpper-div-main {
    flex-flow: column;
    width: 100%;
  }

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

  .wrrpper-relative {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .wrrpper-services_marketing.big-size {
    max-width: 100%;
    height: auto;
  }

  .image-80.image-1, .image-80.img-3 {
    height: 300px;
  }

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

  .job-title {
    align-items: baseline;
  }

  .cta-bg {
    padding-left: 0;
    padding-right: 0;
  }

  .cta-content-wrapper-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cta-content {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .footer-grid {
    grid-row-gap: 40px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: grid;
  }

  .made-by-section {
    flex-flow: column;
    align-items: flex-start;
  }

  .social-media-link-holder {
    order: -1;
  }

  .other-pages-link {
    order: 1;
  }

  .div-block-208 {
    height: 300px;
  }

  .div-block-209 {
    grid-template-columns: 1fr;
  }

  .section-contact-black.cta {
    padding-left: 32px;
    padding-right: 32px;
  }

  .layout129_content-copy {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
  }

  .component-contact-tecnicos {
    grid-template-columns: 1fr;
  }

  .section-contact-tecnicso.cta, .section-contact-tecnicos.cta {
    padding-left: 32px;
    padding-right: 32px;
  }

  .image-15 {
    right: -47%;
  }

  .header44_component {
    padding-top: 48px;
  }

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

  .layout433_content-left {
    width: 100%;
  }

  .product11_heading-wrapper {
    grid-column-gap: 3rem;
  }

  .collection-list-3 {
    grid-template-columns: 1fr 1fr;
  }

  .layout253_content-copy {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: flex-start;
    align-items: center;
  }

  .wrrap-title-1 {
    width: 100%;
  }

  .collection-list-5 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .collection-list-wrapper-2 {
    width: 100%;
  }

  .collection-list-6 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

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

  .background-video-7 {
    height: 500px;
  }

  .wrraper-service_access {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    height: auto;
    padding: 0;
  }

  .wrraper-original1 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .wrraper-img, .image-cyber {
    height: auto;
  }

  .network-text-holder {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 100%;
  }

  .card-subtext-holder {
    width: 100%;
  }

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

  .image-83 {
    bottom: -145%;
  }

  .layout47_content-copy {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .wrraper-1-title, .layout47_content-right, .layout47_item-list {
    width: 100%;
  }

  .card-wrraper-icon {
    height: auto;
  }

  .image-86 {
    display: none;
  }

  .frame-148 {
    grid-row-gap: 48px;
    height: auto;
    padding-top: 62px;
  }

  .stats-_vender {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .wrrap-white_hero {
    width: 100%;
  }

  .frame-116 {
    grid-template-columns: 1fr 1fr;
  }

  .image-88 {
    bottom: -200%;
  }

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

  .timeline9_item {
    grid-template-columns: 1fr 10rem 1fr;
  }

  .home-one-hero {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .home-one-hero-main {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .home-one-hero-left {
    max-width: none;
  }

  .home-one-hero-left.hero-text-two {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .home-hero-overlay {
    background-image: linear-gradient(#161c24d9, #161c24d9);
  }

  .home-one-service {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .margin-bottom-fourty.tab-margin-bottom-twenty {
    margin-bottom: 20px;
  }

  .service-card-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .service-card-linear {
    background-image: linear-gradient(#161c2461, #161c24cc);
  }

  .service-card-text-wrapper {
    left: 30px;
  }

  .marquee-text {
    font-size: 80px;
  }

  .home-one-about {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .home-one-about-main {
    flex-flow: column;
    align-items: stretch;
    padding-top: 200px;
  }

  .home-one-about-main.invert {
    flex-flow: column;
    padding-top: 100px;
  }

  .home-one-about-left {
    justify-content: center;
    align-items: center;
    max-width: none;
  }

  .about-image-left {
    margin-top: 0;
  }

  .about-left-image-one {
    max-width: none;
  }

  .tab-image-full-width {
    object-position: 50% 0%;
    width: 100%;
    height: 450px;
  }

  .home-one-about-right {
    max-width: none;
  }

  .about-right-box-wrapper {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .home-one-counter-main {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .home-one-counter-column {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .home-one-counter-column.counter-col-inactive {
    justify-content: center;
    align-items: center;
  }

  .home-one-counter-column.counter-col-active {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .counter-main {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
  }

  .counter-left.counter-text-big-box {
    height: 70px;
  }

  .counter-text.counter-text-big {
    font-size: 60px;
  }

  .home-one-work {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .home-one-work-main-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .home-one-work-main-wrap.margin-top-sixty {
    margin-top: 60px;
  }

  .work-right-text-wrapper {
    max-width: none;
    margin-left: 0%;
  }

  .work-heading, .work-text-wrapper {
    max-width: none;
  }

  .work-left-text-wrapper {
    max-width: none;
    margin-right: 0%;
  }

  .work-text-wrapper-two {
    max-width: none;
  }

  .home-one-video {
    padding-top: 50px;
    padding-bottom: 46px;
  }

  .video-bg-icon {
    display: none;
  }

  .home-video-main {
    padding-left: 15px;
    padding-right: 15px;
  }

  .video-bg-image {
    aspect-ratio: 16 / 9;
    width: 100vw;
    min-width: 100vw;
    height: auto;
  }

  .home-one-text-marquee {
    padding-bottom: 47px;
  }

  .home-one-form {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .form-main-wrap {
    flex-flow: column;
  }

  .home-one-form-left {
    max-width: none;
  }

  .home-one-form-right {
    width: 100%;
    max-width: none;
  }

  .section-testimonials {
    padding-top: 8rem;
    padding-bottom: 8rem;
    position: static;
  }

  .testimonial-card-wrap-copy {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .div-block-216 {
    z-index: 200;
    position: relative;
  }

  .navbar {
    padding-left: 2em;
    padding-right: 2em;
  }

  .nav-menu-container {
    justify-content: space-between;
    align-items: center;
  }

  .component-nav-mobile {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 32px;
    display: none;
  }

  .nav-links-holder {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .nav-active-link-holder {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .mega-page-dropdown {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .dropdown-toggle-page {
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    overflow: auto;
  }

  .maga-menu-1-copy {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .dropdown-page-list.w--open {
    width: 100%;
    position: static;
    overflow: auto;
  }

  .mega-menu-page-wrapper {
    margin-left: 0;
    margin-right: 0;
    overflow: auto;
  }

  .mega-menu-grid {
    grid-template-columns: 2fr;
  }

  .mega-menu-list {
    margin-bottom: 0;
  }

  .nav-link-4 {
    z-index: 100;
  }

  .maga-menu-1 {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .flex-block-8 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .nav-button-holder {
    justify-content: flex-end;
    align-items: center;
  }

  .menu-button {
    border: 1px solid #1552ec;
    border-radius: 50px;
    flex-direction: row;
    width: 40px;
    height: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    transition: background-color .35s;
  }

  .menu-button:hover, .menu-button:active {
    background-color: #1552ec;
  }

  .menu-button.w--open {
    background-color: #0000000d;
  }

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

  .button-16.navbar-button {
    display: none;
  }

  .navbar-copy {
    padding-left: 2em;
    padding-right: 2em;
  }

  .flex-block-15, .flex-block-16 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .image-71 {
    height: auto;
  }

  .component-introduction {
    flex-direction: column;
    padding-top: 48px;
    padding-bottom: 0;
  }

  .img-hero {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 500px;
    min-height: 30%;
    max-height: 30%;
  }

  .content-35 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 0%;
  }

  .paragraph-1 {
    font-size: 18px;
  }

  .img-hero-2 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 30%;
    min-height: 30%;
    max-height: 30%;
  }

  .nav-link-7 {
    z-index: 100;
  }

  .footer-links-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .background-video-10 {
    height: 100vh;
  }

  .header37_component {
    grid-row-gap: 4rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 6rem;
  }

  .header37_component.invert {
    flex-flow: wrap-reverse;
  }

  .header37_image-wrapper {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .header37_image {
    min-width: 100vw;
    height: auto;
    max-height: none;
  }

  .header37_content {
    width: 100%;
    max-width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .image-96-copy {
    height: 100%;
  }

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

  .div-block-227 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .section-what {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .head-2 {
    font-size: 36px;
    line-height: 1em;
  }

  .row-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .vectors-wrapper-33, .vectors-wrapper-34 {
    display: none;
  }

  .card-what {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .content-9, .card-what2 {
    height: auto;
  }

  .image-99 {
    width: 100vw;
    min-width: 100vw;
  }

  .div-block-229 {
    flex-flow: column;
  }

  .div-block-229.invert {
    flex-flow: wrap-reverse;
  }

  .div-block-230, .div-block-231 {
    width: 100%;
  }

  .header36_content-copy {
    margin-left: 5%;
    margin-right: 5%;
  }

  .header36_image-wrapper-copy {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .header36_component-copy {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 5rem;
  }

  .header36_image-copy {
    width: 100vw;
    min-width: 100vw;
    height: 500px;
    max-height: none;
  }

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

  .image-innovation {
    width: 100vw;
    min-width: 100vw;
    height: 500px;
    max-height: none;
  }

  .counter-main-copy {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
  }

  .navbar2_component-copy {
    z-index: 0;
    display: block;
  }

  .section-contact-page.cta {
    padding-left: 32px;
    padding-right: 32px;
  }

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

  .head-tecnicos {
    width: 100vw;
    min-width: 100vw;
    height: 500px;
    max-height: none;
  }

  .section-whit-degrade-copy {
    padding-top: 84px;
  }

  .section-whit-degrade-copy.cta {
    padding-left: 32px;
    padding-right: 32px;
  }

  .degradee--analisis {
    padding-top: 84px;
  }

  .degradee--analisis.cta {
    padding-left: 32px;
    padding-right: 32px;
  }

  .side-1-tecnology {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .div-block-236 {
    flex-flow: column;
  }

  .div-block-236.invert {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: wrap-reverse;
  }

  .home-one-about-main-copy {
    flex-flow: column;
    align-items: stretch;
    padding-top: 200px;
  }

  .home-one-about-main-copy.invert {
    flex-flow: column;
    padding-top: 100px;
  }

  .wrrapper-vide-text {
    flex-flow: column;
  }

  .wrrapper-vide-text.invert {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: wrap-reverse;
  }

  .vide-tecnology {
    aspect-ratio: 16 / 9;
    width: 100vw;
    min-width: 100vw;
    height: auto;
  }

  .tecnology-side-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 100%;
  }

  .card-wrraper-icon-2 {
    height: auto;
  }

  .content-infor-quiero {
    grid-column-gap: 1rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

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

  .div-block-239.is-black {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .image-105 {
    object-position: 50% 0%;
    height: 400px;
  }

  .header36_content-copy-2 {
    margin-left: 5%;
    margin-right: 5%;
  }

  .wrrapper-image-all-1 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .historia-div, ._1, .div-move-1 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .home-hero-quienes-somos {
    flex-flow: column;
    align-items: stretch;
    padding-top: 200px;
  }

  .home-hero-quienes-somos.invert {
    flex-flow: column;
    padding-top: 100px;
  }
}

@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-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-small {
    justify-content: flex-start;
    align-items: center;
  }

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

  .button.is-navbar2-button {
    padding: .25rem 1rem;
  }

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

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

  .text-color-white.margin-bottom-twenty.hero-heading-one, .text-color-white.hero-heading-two {
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

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

  .category-filter-menu {
    width: 100vw;
    margin-left: -5vw;
    padding-left: 5vw;
    overflow: scroll;
  }

  .slider-arrow.is-bottom-next {
    left: 9%;
  }

  .navbar2_component {
    min-height: 4rem;
  }

  .component {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    padding-bottom: 0;
  }

  .content-style-2 {
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .frame-22 {
    grid-row-gap: 20px;
  }

  .rectangle-13 {
    display: none;
  }

  .vector-2 {
    bottom: -62%;
  }

  .component-about-home {
    grid-row-gap: 32px;
  }

  .layout._238 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .image-2 {
    height: 300px;
  }

  .column {
    padding-left: 24px;
    padding-right: 24px;
  }

  .column.short-opaque-column {
    max-width: none;
  }

  .image-4 {
    display: none;
  }

  .frame-25 {
    grid-template-columns: 1fr;
  }

  .testimonial28_mask {
    width: 80%;
  }

  .testimonial28_slide {
    padding-right: 1.5rem;
  }

  .testimonial28_card {
    padding: 1.5rem;
  }

  .testimonial28_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .footer-links {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .link-style {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .link-style-2, .link-style-3 {
    width: 100%;
  }

  .component-values {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .layout129_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .section.circular {
    padding-left: 0;
    padding-right: 0;
  }

  .section-whit-degrade {
    padding-top: 0;
  }

  .icons-f {
    bottom: 16%;
  }

  .arrow-icon-slade1.is-bottom-next-1 {
    inset: auto 0% 0% auto;
  }

  .arrow-icon-slade1.is-bottom-previous-1 {
    inset: auto auto 0% 0%;
  }

  .image-48 {
    height: 300px;
  }

  .header76_component {
    padding-top: 4rem;
  }

  .header76_content-left {
    justify-content: center;
    align-items: center;
    max-width: 90%;
  }

  .header76_content-right {
    height: 30rem;
  }

  .heder {
    padding-top: 4rem;
  }

  .component-hero {
    padding-top: 100px;
  }

  .cta13_content, .layout41_content, .layout54_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .frame-25-copy {
    grid-template-columns: 1fr;
  }

  .header36_component {
    padding-top: 4rem;
  }

  .header36_component.invert {
    flex-flow: wrap-reverse;
  }

  .header36_image {
    height: 500px;
  }

  .header102_component {
    padding-top: 0;
  }

  .header102_slide-wrapper {
    grid-template-rows: 70% 30%;
  }

  .header102_arrow.is-left {
    right: 5.5rem;
  }

  .layout91_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .header147_component {
    height: auto;
    max-height: none;
  }

  .header147_lightbox-image {
    position: static;
  }

  .div-component-somos, .layout521_component {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .layout521_grid-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .layout521_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .layout521_card, .card-reclutamiento {
    grid-template-columns: 1fr;
  }

  .image-54 {
    width: 40%;
    top: 2586.88px;
  }

  .div-block-85 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .component-hero-1 {
    padding-top: 100px;
  }

  .huge-icon-left, .huge-icon-right {
    width: 6em;
  }

  .content-wrap {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .testimonial-heading {
    max-width: 30ch;
  }

  .display-6xl {
    font-size: 2.5rem;
  }

  ._12-column-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    place-items: start stretch;
  }

  ._12-column-grid.hero {
    grid-row-gap: 1.5rem;
  }

  ._12-column-grid.locked {
    grid-row-gap: 1rem;
  }

  .testimonial-card-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .team-quote-member {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .container-nav {
    padding: 1rem;
  }

  .logo-link {
    z-index: 999;
    position: relative;
  }

  .button-menu {
    z-index: 999;
    color: #0f0f0f;
    cursor: pointer;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .nav-content {
    width: 60vw;
    display: none;
  }

  .nav-link-item {
    overflow: hidden;
  }

  .hero-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-content-wrapper {
    padding-bottom: 0;
  }

  .display-7xl {
    font-size: 3rem;
  }

  .home-hero-content-wrap {
    max-width: 35ch;
  }

  .hero-bottom {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .location-wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .header-image-wrapper {
    background-position: 50%;
  }

  .display-intro-text {
    font-size: 2rem;
  }

  ._50ch-headline-wrap {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    max-width: 30ch;
  }

  .display-4xl {
    font-size: 2rem;
  }

  .slide-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 1.5rem;
  }

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

  .service-svg-wrap {
    width: 2.5rem;
  }

  .display-2xl {
    font-size: 1.5rem;
  }

  .circular-headline-text-wrap {
    text-align: center;
  }

  .image-wrapper-content {
    height: 60dvh;
    min-height: 32rem;
    padding: 2rem;
  }

  .card-wrap {
    height: 100%;
    min-height: 18em;
  }

  .team-text-wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
  }

  .blog-colllection-list {
    grid-column-gap: 1rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .let-s-connect-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    max-width: 40ch;
  }

  .let-s-connect-divider {
    display: none;
  }

  .let-s-connect-button {
    font-size: 1.125rem;
  }

  .arrow-right, .arrow-right-hover {
    width: 1rem;
  }

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

  .footer-list-wrap {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

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

  .footer-legal-wrapper {
    flex-flow: wrap;
  }

  .component-about-hero {
    height: auto;
    padding-top: 200px;
  }

  .div-block-93 {
    padding-top: 0;
  }

  .section-heroabout.circular {
    padding-left: 0;
    padding-right: 0;
  }

  .img-wrrap-_new {
    width: 200px;
  }

  .wrrpper-choose-development {
    grid-template-columns: 1fr;
  }

  .section-copy.circular {
    padding-left: 0;
    padding-right: 0;
  }

  .layout47_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .div-block-155-copy {
    padding-right: 0;
  }

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

  .layout508_tabs-menu {
    border-top: 1px solid var(--_primitives---colors--neutral-darkest);
    flex-flow: column;
  }

  .layout508_tab-link {
    border-bottom: 1px solid var(--_primitives---colors--neutral-darkest);
    border-right-style: none;
    justify-content: flex-start;
    align-items: center;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .layout508_tab-link.w--current {
    border-bottom-color: #000;
  }

  .layout508_tab-link.tabs-last {
    border-bottom-width: 0;
  }

  .layout508_card {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .empowering-container {
    width: 100%;
  }

  .card-inner-holder {
    overflow: hidden;
  }

  .movement-image-holder {
    max-width: 133px;
  }

  .movement-image-holder.card-image {
    max-width: none;
  }

  .div-block-6 {
    grid-template-columns: 1fr;
  }

  .experience-wrapper.relative {
    height: 500px;
  }

  .wrrappper-component-elemntos {
    padding-top: 62px;
    padding-bottom: 0;
  }

  .wrrpper-card-elementos-2 {
    grid-template-columns: 1fr;
  }

  .header6_content {
    justify-content: flex-end;
    align-items: center;
    min-height: 70vh;
    padding-bottom: 6rem;
  }

  .button-10 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .wrrpper-information {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .wrrpper-words {
    height: 100%;
  }

  .div-block-14 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .job-title {
    width: auto;
  }

  .cta-bg {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 20px;
    display: flex;
  }

  .cta-content-wrapper-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    display: flex;
  }

  .cta-content {
    width: 100%;
  }

  .div-block-185 {
    justify-content: space-between;
    align-items: stretch;
  }

  .image-64 {
    inset: 86% 0% auto;
  }

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

  .footer-logo-link-copy.w--current {
    max-width: 150px;
  }

  .footer-grid {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    flex-flow: row;
  }

  .footer-grid-content {
    grid-column-gap: .75em;
    grid-row-gap: .75em;
  }

  .made-by-section {
    grid-column-gap: 1.3em;
    grid-row-gap: 1.3em;
  }

  .section-beneftis--monitoreo.circular {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-208, .big-image {
    height: 300px;
  }

  .layout129_content-copy {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }

  .img-wrrap-_new-copy {
    width: 200px;
  }

  .image-15 {
    height: 100%;
  }

  .header44_component {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 160px;
  }

  .layout433_content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .layout433_image1 {
    height: auto;
  }

  .layout433_image2 {
    height: 400px;
  }

  .product11_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .layout253_content-copy {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .wrrap-title-1 {
    width: 100%;
  }

  .faq4_question {
    padding: 1rem 1.25rem;
  }

  .faq4_icon-wrappper {
    width: 1.75rem;
  }

  .faq4_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .image-12 {
    left: auto;
    right: -17%;
  }

  .footer1_top-wrapper {
    grid-row-gap: 3rem;
  }

  .footer1_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .footer1_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer1_credit-text {
    margin-top: 1.5rem;
  }

  .wrraper-service_access {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding: 20px;
  }

  .wrraper-original1 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .wrraper-img {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .layout47_content-copy {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .layout47_content-right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

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

  .card-wrraper-icon {
    height: auto;
  }

  .image-85 {
    display: none;
  }

  .component-hero_empresa {
    justify-content: center;
    align-items: flex-end;
    height: 100vh;
    padding-top: 150px;
    padding-bottom: 87px;
  }

  .frame-148 {
    grid-row-gap: 62px;
  }

  .stats-_vender {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
  }

  .wrrap-white_hero {
    width: 100%;
  }

  .component-card_empresas {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .frame-116 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .frame-116.margin-vertical {
    flex-flow: wrap-reverse;
    display: flex;
  }

  .card-2_empresa.shadow-large {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding: 24px;
  }

  .wrrap-comprar_1 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .button-14 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .timeline9_list {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .timeline9_row {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: max-content 1fr;
  }

  .timeline9_empty-space {
    display: none;
  }

  .timeline9_circle-wrapper {
    left: 0;
  }

  .timeline9_circle {
    margin-top: 1.75rem;
  }

  .timeline9_item {
    grid-template-rows: auto auto;
    grid-template-columns: 4rem 1fr;
    width: 100%;
  }

  .timeline9_item.item-left {
    text-align: left;
    align-items: flex-start;
  }

  .home-one-right {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .home-hero-overlay {
    background-image: linear-gradient(#161c24cc, #161c24cc);
  }

  .service-card-wrapper {
    grid-template-columns: 1fr;
  }

  .service-card-text-wrapper {
    padding-right: 30px;
  }

  .service-card-description {
    max-width: none;
  }

  .marquee-train {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .marquee-text {
    font-size: 60px;
  }

  .marquee-icon {
    width: 64px;
    height: auto;
  }

  .home-one-about-main {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    height: auto;
    padding-top: 160px;
  }

  .home-one-about-main.invert {
    padding-top: 180px;
  }

  .tab-image-full-width {
    height: 100%;
  }

  .home-one-counter-main {
    flex-flow: column;
  }

  .home-one-counter-column {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .home-one-counter-column.counter-col-active {
    border-top-style: solid;
    border-top-color: #068fff;
    border-bottom-style: solid;
    border-bottom-color: #068fff;
  }

  .counter-left.counter-text-big-box {
    height: 60px;
  }

  .counter-text.counter-text-big {
    font-size: 50px;
  }

  .work-bottom-box-main {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .video-bg-image {
    height: 400px;
  }

  .play-pause {
    width: 60px;
    height: 60px;
  }

  .home-one-form {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .home-one-form-right {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .testimonial-card-wrap-copy {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .brand {
    padding-left: 0;
  }

  .brand.w--current {
    width: 120px;
    max-width: 120px;
  }

  .component-nav-mobile {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .mega-menu-page-wrapper {
    border-radius: 8px;
    margin-left: 0;
    margin-right: 0;
  }

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

  .menu-grid-links-holder {
    border-right-width: 0;
  }

  .image-91 {
    height: 300px;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button-16 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .footer-links-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .header37_component {
    padding-top: 4rem;
  }

  .section-what {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .global-padding {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-2 {
    font-size: 16px;
  }

  .div-block-229 {
    flex-flow: column;
  }

  .div-block-229.invert {
    flex-flow: wrap-reverse;
  }

  .div-block-230, .div-block-231, .header36_image-wrapper-copy {
    width: 100%;
  }

  .header36_component-copy {
    padding-top: 6rem;
  }

  .header36_image-copy {
    height: 500px;
  }

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

  .image-innovation {
    height: 500px;
  }

  .navbar2_component-copy {
    min-height: 4rem;
  }

  .contact8_content-copy {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .head-tecnicos {
    height: 500px;
  }

  .section-whit-degrade-copy, .degradee--analisis {
    padding-top: 0;
  }

  .div-block-235 {
    justify-content: center;
    align-items: flex-start;
  }

  .home-one-about-main-copy {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    height: auto;
    padding-top: 160px;
  }

  .home-one-about-main-copy.invert {
    padding-top: 180px;
  }

  .vide-tecnology {
    height: 400px;
  }

  .wrrpper-car-image {
    flex-flow: column;
    display: flex;
  }

  .wrrpper-car-image.invert {
    flex-flow: wrap-reverse;
  }

  .card-wrraper-icon-2 {
    height: auto;
  }

  .content-infor-quiero {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .button-new.is-navbar2-button {
    padding: .25rem 1rem;
  }

  .head-48px {
    font-size: 24px;
    line-height: 140%;
  }

  .component-new-animation {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    padding-bottom: 0;
  }

  .wrrapper-image-all-1 {
    width: 100%;
  }

  .conmponent-info-monitoreo {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    padding-bottom: 0;
  }

  .home-hero-quienes-somos {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    height: auto;
    padding-top: 160px;
  }

  .home-hero-quienes-somos.invert {
    padding-top: 180px;
  }
}

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

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

  .max-width-large {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

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

  .margin-top.margin-medium {
    width: 100%;
  }

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

  .margin-bottom.margin-small {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: flex-start;
    align-items: center;
  }

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

  .heading-style-h2.text-color-white.mobile {
    font-size: 24px;
  }

  .heading-style-h2.text-align-center.text-color-white.mobile-is-left {
    text-align: left;
  }

  .heading-style-h1.text-color-white {
    font-size: 2.5rem;
  }

  .button, .button.is-secondary.is-icon, .button.is-secondary.is-icon.is-alternate {
    width: 100%;
  }

  .text-size-small.text-color-white.mobile-is-left {
    text-align: left;
  }

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

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

  .bar-top {
    display: none;
  }

  .component {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    display: none;
  }

  .wrrap-phone-links {
    flex-flow: column;
    padding-left: 10px;
  }

  .wrrap-phone-link {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 60%;
    font-size: 14px;
  }

  .social-link-holder {
    order: -1;
    padding-bottom: 10px;
  }

  .frame-11 {
    padding: 0 0 20px;
  }

  .frame-20 {
    width: 100%;
  }

  .frame-style {
    width: 26px;
    height: auto;
  }

  .componet-hero-home {
    height: auto;
    min-height: auto;
  }

  .left-arrow {
    width: 32px;
  }

  .right-arrow {
    justify-content: flex-end;
    align-items: center;
    width: 32px;
  }

  .background-video {
    height: 90vh;
  }

  .background-color-video {
    height: auto;
    inset: 0%;
  }

  .company-logo {
    width: 30%;
    height: 100px;
  }

  .content-style-2 {
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .rectangle-13 {
    display: none;
  }

  .vector-2 {
    bottom: -59%;
  }

  .layout._238 {
    padding: 48px 24px;
  }

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

  .image-2 {
    height: 200px;
  }

  .card-7 {
    height: 590px;
  }

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

  .vector-3 {
    bottom: -22%;
  }

  .column {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .image-4 {
    display: none;
  }

  .content-style-3 {
    grid-row-gap: 24px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .content-style-4 {
    grid-row-gap: 16px;
    width: auto;
  }

  .content-style-6 {
    width: auto;
  }

  .frame-25 {
    grid-template-columns: 1fr;
    width: auto;
  }

  .vector-4, .vector-5 {
    display: none;
  }

  .testimonial28_component {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .testimonial28_slider, .testimonial28_mask {
    width: 100%;
  }

  .testimonial28_slide {
    width: 100%;
    padding-right: 1rem;
  }

  .footer._5 {
    padding: 48px 24px;
  }

  .container-4 {
    grid-row-gap: 32px;
  }

  .links {
    grid-row-gap: 20px;
  }

  .footer-links {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: flex-start;
    gap: 60px;
    width: 100%;
}

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

  .component-values {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .icon {
    margin-right: 8px;
  }

  .icon-2 {
    margin-left: 8px;
  }

  .div-block-4 {
    width: auto;
  }

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

  .flex-block-3 {
    height: 90vh;
  }

  .layout129_content {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

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

  .layout129_item-icon-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .section.relative {
    height: 100vh;
  }

  .image-5, .image-6 {
    width: 100px;
  }

  .section-whit-degrade {
    grid-row-gap: 0px;
  }

  .section-whit-degrade.cta {
    padding: 48px 20px;
  }

  .section-whit-degrade.inicio {
    justify-content: space-between;
    align-items: center;
    height: auto;
  }

  .section-2 {
    z-index: 99;
    justify-content: flex-end;
    width: auto;
    display: flex;
    position: fixed;
    inset: auto 2% 1% auto;
  }

  .div-block-70 {
    margin-right: 0;
    position: static;
  }

  .link-block-10 {
    background-color: #0000;
    width: auto;
    display: block;
    position: static;
  }

  .image-47 {
    object-fit: fill;
    border-radius: 100%;
    width: 40px;
    position: static;
  }

  .icons-f {
    z-index: 99;
    justify-content: flex-end;
    width: auto;
    display: flex;
    position: fixed;
    inset: auto 2% 10% auto;
  }

  .slide-2, .slide-3, .slide-4, .slide-5, .slide-6, .slide-7 {
    width: 100%;
  }

  .arrow-icon-slade1.is-bottom-previous {
    inset: auto auto 0% 0%;
  }

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

  .arrow-icon-slade1.is-bottom-next-1 {
    width: 3rem;
    height: 3rem;
    inset: auto 0% 0% auto;
  }

  .arrow-icon-slade1.is-bottom-previous-1 {
    inset: auto auto 0% 0%;
  }

  .image-48 {
    height: 200px;
  }

  .mask-slide2 {
    width: 100%;
  }

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

  .header76_content-left {
    justify-content: center;
    align-items: flex-start;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .heder {
    grid-template-columns: 1fr;
    padding-top: 6rem;
  }

  .component-hero {
    padding-top: 0;
  }

  .cta13_content, .layout41_content {
    grid-template-columns: 1fr;
  }

  .image-49 {
    width: 90px;
    height: 100px;
  }

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

  .layout54_content-left {
    width: 100%;
  }

  .layout54_item-list {
    grid-template-columns: 1fr;
  }

  .video-overlay-layer {
    border-radius: 10px;
  }

  .button-is-gup2 {
    width: 99.9999%;
  }

  .frame-25-copy {
    grid-template-columns: 1fr;
  }

  .why-chosose-copy {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .component-values-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .image-50, .image-51 {
    height: 400px;
  }

  .content-style-4-copy {
    grid-row-gap: 16px;
    width: 200px;
  }

  .section_header36.is-blue {
    display: block;
  }

  .header36_component {
    grid-template-columns: 1fr;
    padding-top: 4rem;
  }

  .header36_component.invert {
    flex-flow: wrap-reverse;
  }

  .header36_content {
    width: 100%;
    padding-top: 0;
  }

  .header36_image {
    height: 350px;
  }

  .header102_component {
    justify-content: center;
    align-items: flex-end;
    height: 90vh;
    padding-top: 0;
    padding-bottom: 48px;
    overflow: hidden;
  }

  .header102_content {
    width: auto;
  }

  .header102_slide-wrapper {
    grid-template-rows: auto auto;
  }

  .header102_slide-content {
    align-content: flex-end;
    width: 100%;
    padding-top: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .header102_slide-content-wrapper {
    flex-direction: column;
  }

  .header102_arrow {
    display: none;
  }

  .header102_slide-nav {
    inset: auto 0% 0% 50%;
  }

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

  .button-group-inicio {
    flex-flow: column;
  }

  .header147_component {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .header147_lightbox {
    border-radius: 10px;
  }

  .div-component-somos {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

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

  .image-54 {
    width: 80%;
    top: 3063.88px;
  }

  .section-hero-tecnicos {
    background-image: none;
    height: 90vh;
    overflow: hidden;
  }

  .background-video-4 {
    border-radius: 20px;
    height: 300px;
    min-height: auto;
  }

  .bacr {
    min-height: auto;
    inset: 0%;
  }

  .line {
    grid-row-gap: 16px;
    width: 100%;
  }

  .company-logo-copy {
    width: 35%;
    height: 100px;
  }

  .div-block-86 {
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 20px;
    display: flex;
  }

  .div-block-87 {
    padding-bottom: 10px;
  }

  .component-hero-1 {
    padding-top: 60px;
  }

  .logo-seguridad {
    width: 100%;
    height: 100px;
  }

  .logo-tmt {
    width: 40%;
    height: 100px;
  }

  .logo-inicio {
    width: 152px;
    height: 100px;
  }

  .button-5.is-secondary.is-icon.is-alternate {
    width: 100%;
  }

  .huge-icon-left {
    display: none;
  }

  .huge-icon-right {
    vertical-align: baseline;
    display: none;
  }

  .content-wrap {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
  }

  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container.navbar-container {
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #050b1600;
    border-width: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }

  .display-6xl {
    font-size: 2.5rem;
  }

  ._12-column-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .testimonial-card-wrap {
    grid-template-columns: 1fr;
  }

  .nav-bar {
    z-index: 999;
  }

  .logo-link {
    z-index: 999;
    position: relative;
  }

  .button-menu {
    overflow: visible;
  }

  .nav-content {
    width: 100vw;
    display: none;
  }

  .nav-link-list {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .nav-link-item {
    overflow: hidden;
  }

  .nav-link-wrapper {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    text-decoration: none;
    display: flex;
  }

  .nav-link-wrapper._5 {
    padding: 48px 24px;
  }

  .hero-headline-text {
    max-width: 25ch;
  }

  .display-7xl {
    font-size: 2.5rem;
  }

  .home-hero-content-wrap {
    flex-flow: column;
  }

  .header-image-wrapper {
    background-position: 68%;
    justify-content: flex-start;
    display: flex;
  }

  .display-intro-text {
    font-size: 2rem;
  }

  .display-4xl {
    font-size: 1.75rem;
  }

  .cards-mover {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .sticky-viewbox {
    height: auto;
    position: relative;
    top: auto;
  }

  .cards-wrapper {
    flex-direction: column;
    height: auto;
  }

  .card-section {
    flex: 0 auto;
    width: 100%;
    height: auto;
  }

  .card-section.left {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .card-section.right {
    display: none;
  }

  .card-side {
    margin-bottom: 2rem;
  }

  .card-image-mobile {
    aspect-ratio: 3 / 2;
    display: flex;
  }

  .slide-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    border-bottom-style: none;
    padding: 1.5rem;
  }

  .full-image {
    border-radius: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
  }

  .service-svg-wrap {
    width: 3rem;
  }

  .side-content-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .display-2xl {
    font-size: 1.125rem;
  }

  .circular-headline-text-wrap, .circular-content-wrap {
    max-width: 40ch;
  }

  .image-wrapper-content {
    height: 50dvh;
  }

  .card-wrap {
    min-height: 16em;
  }

  .icon-3 {
    margin-right: 8px;
  }

  .team-text-wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
  }

  .blog-colllection-list {
    grid-row-gap: 3rem;
  }

  .let-s-connect-button {
    padding-bottom: .25rem;
  }

  .footer-content {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .footer-list-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-button {
    padding-bottom: .25rem;
  }

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

  .footer-legal-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .hover-component {
    display: none;
  }

  .icon-4, .icon-5 {
    margin-right: 8px;
  }

  .div-block-92 {
    padding-top: 48px;
  }

  .background-video-copy {
    height: 90vh;
  }

  .icon-6 {
    margin-right: 8px;
  }

  .component-about-hero {
    height: auto;
    padding-top: 140px;
  }

  .div-block-93 {
    padding-bottom: 48px;
  }

  .img-wrrap-_new {
    height: 250px;
  }

  .component-choose {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
  }

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

  .heading-style-2 {
    letter-spacing: normal;
    font-size: 32px;
  }

  .wrrpper-choose-development {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .card-choose-development.is-black {
    height: 300px;
  }

  .icon-service-marketing {
    width: 1.5rem;
    height: 1.5rem;
  }

  .image-61 {
    bottom: -36%;
  }

  .image-34 {
    right: -19.1rem;
  }

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

  .heading-style-3 {
    letter-spacing: normal;
    font-size: 24px;
    line-height: 110%;
  }

  .slide-icon-copy {
    padding-bottom: 48px;
  }

  .mask-4 {
    margin-bottom: 32px;
  }

  .card-slide-services {
    height: 330px;
  }

  .left-arrow-3 {
    width: 48px;
    height: 48px;
    inset: auto auto 0% 0%;
  }

  .icon-embed-xxsmall-6 {
    width: 1.5rem;
    height: 1.5rem;
  }

  .right-arrow-3 {
    width: 48px;
    height: 48px;
  }

  .div-block-159, .wrapp-slide-1 {
    width: 100%;
  }

  .slider-list-delta-1 {
    flex-flow: row;
    width: 100%;
  }

  .slide-card-list-delta {
    width: 90%;
    min-width: 100%;
    margin-right: 8px;
  }

  .div-block-155-copy {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-left: auto;
    padding-right: 0;
  }

  .icon-embed-xxsmall-32 {
    width: 1.5rem;
    height: 1.5rem;
  }

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

  .fade-in-move-on-scroll {
    padding-right: 0;
  }

  .badge-holder-cover {
    width: auto;
  }

  .badge-inner {
    text-align: center;
    white-space: normal;
    border-radius: 20px;
    flex-flow: wrap;
    width: auto;
    margin-bottom: 0;
    padding: 4px 10px;
    font-weight: 400;
    display: block;
  }

  .card-inner-holder.left {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .movement-image-holder {
    max-width: 85px;
    top: -4px;
  }

  .image-76 {
    height: 250px;
  }

  .experience-wrapper {
    flex-flow: wrap-reverse;
  }

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

  .background-video-5 {
    height: 90vh;
  }

  .image-77 {
    height: 250px;
  }

  .wrrpper-new-card-elementos {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .wrrpper-new-card-elementos.is-blue {
    flex-flow: column;
    display: flex;
  }

  .wrrpper-new-card-elementos.is-blue.invert {
    flex-flow: wrap-reverse;
  }

  .header6_content {
    justify-content: flex-end;
    align-items: center;
    margin-top: 0;
    padding-bottom: 48px;
  }

  .button-10 {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .image-overlay-layer-copy {
    background-image: linear-gradient(5deg, #050b16, #050b16 0%, #fff0 13%);
  }

  .header6_background-image {
    inset: 0%;
  }

  .section-image {
    background-position: 50%;
    background-size: cover;
    background-attachment: scroll;
    height: 500px;
  }

  .container-3 {
    padding: 0;
  }

  .wrrpper-services_marketing {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrrpper-services_marketing.big-size.is-blue {
    height: auto;
  }

  .wrrpper-text-service-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .wrrpper-text-service-copy.s-bluew {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .wrrpper-text-service-copy.is-green {
    flex-flow: column;
    display: flex;
  }

  .wrrpper-text-service-copy.is-green.invert {
    flex-flow: wrap-reverse;
    width: 100%;
  }

  .wrrpper-text-service-copy.is-black {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .div-block-182 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .heading-style-1.text-color-white.text-align-center.mobile-is-left {
    text-align: left;
  }

  .div-block-14 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .title-holder {
    align-items: stretch;
  }

  .mask-5 {
    overflow: visible;
  }

  .link-block {
    border-radius: 15px;
    height: 286.844px;
    padding: 15px;
  }

  .job-title {
    flex-flow: column;
    justify-content: flex-start;
    width: 100%;
  }

  .cta-bg {
    border-radius: 20px;
  }

  .cta-content-wrapper-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .cta-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-bottom: 0;
  }

  .image-64 {
    width: 150rem;
    top: 91%;
  }

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

  .wrraper--footer-logo {
    width: 100%;
  }

  .div-block-11 {
    justify-content: center;
    align-items: flex-start;
  }

  .footer-logo-link-copy {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .footer-grid {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .footer-grid-content {
    justify-content: center;
    align-items: stretch;
    width: 100%;
  }

  .footer-heading {
    font-size: 14px;
  }

  .wrrap-phone-links-copy {
    flex-flow: column;
    width: 100%;
  }

  .made-by-section {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .social-media-link-holder, .copyright-text-holder {
    flex-flow: column;
  }

  .other-pages-link {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-208, .background-video-6 {
    height: 300px;
  }

  .section-contact-black.cta {
    padding: 120px 20px;
  }

  .big-image {
    height: 200px;
  }

  .layout129_content-copy {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    grid-template-columns: 1fr;
  }

  .section-contact-tecnicso.cta, .section-contact-tecnicos.cta {
    padding: 120px 20px;
  }

  .img-wrrap-_new-copy {
    height: 250px;
  }

  .header44_component {
    padding-top: 80px;
  }

  .layout433_image-group {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
  }

  .wrraper-p-side-1.invert {
    flex-flow: wrap-reverse;
  }

  .layout433_image1 {
    object-position: 50% 0%;
    height: 350px;
  }

  .layout433_image2 {
    height: 350px;
  }

  .product11_heading-wrapper {
    grid-row-gap: 1rem;
  }

  .collection-list-3 {
    grid-template-columns: 1fr;
  }

  .section-services {
    overflow: hidden;
  }

  .layout253_content-copy {
    grid-template-columns: 1fr;
  }

  .wrrap-title-1 {
    justify-content: center;
    align-items: flex-start;
    height: auto;
  }

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

  .div-block-9 {
    flex-flow: column;
  }

  .footer1_top-wrapper {
    grid-row-gap: 48px;
  }

  .footer1_form {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .form_input-copy {
    min-height: 3rem;
  }

  .div-block-33 {
    flex-flow: column;
  }

  .footer1_menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .wrraper-service_access {
    border-radius: 15px;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .wrraper-original1 {
    width: 100%;
  }

  .wrraper-img {
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
  }

  .list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
    padding-left: 20px;
  }

  .list-item-11 {
    color: var(--_primitives---colors--white);
    font-size: 14px;
  }

  .layout47_content-copy {
    grid-template-columns: 1fr;
  }

  .layout47_item-list {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .card-wrraper-icon {
    height: auto;
  }

  .image-86 {
    display: none;
  }

  .component-hero_empresa {
    justify-content: center;
    align-items: flex-end;
    height: 90vh;
    padding-top: 150px;
    padding-bottom: 62px;
  }

  .frame-148 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    padding-top: 0;
  }

  .stats-_vender {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .wrrap-white_hero {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .wrrpper-content-custodia {
    justify-content: center;
    align-items: center;
  }

  .style-degra-2 {
    font-size: 2.25rem;
  }

  .frame-116.invert {
    flex-flow: wrap-reverse;
    display: flex;
  }

  .card-2_empresa.shadow-large {
    padding-left: 24px;
    padding-right: 24px;
  }

  .button-14 {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .timeline9_row {
    grid-column-gap: 1rem;
  }

  .timeline9_item {
    grid-template-columns: 3rem 1fr;
  }

  .home-one-right {
    grid-template-columns: 1fr;
  }

  .service-card-text-wrapper {
    padding-right: 15px;
    left: 15px;
  }

  .home-one-about {
    padding-bottom: 0;
  }

  .home-one-about-main {
    padding-top: 140px;
  }

  .home-one-about-main.invert {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding-top: 140px;
    padding-bottom: 0;
  }

  .home-one-about-left {
    flex-flow: column;
    max-width: 100%;
  }

  .about-image-left {
    display: none;
  }

  .about-left-image-one {
    max-width: 100%;
  }

  .tab-image-full-width {
    height: 100%;
  }

  .about-left-image-two {
    max-width: 100%;
  }

  .about-right-box-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .counter-main {
    padding-left: 20px;
  }

  .counter-left.counter-text-big-box {
    height: auto;
  }

  .work-bottom-box-main {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .work-left-text-wrapper {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .work-two-description-wrapper {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .video-bg-image {
    height: 100%;
  }

  .form-main-wrap {
    flex-flow: column;
  }

  .form-counter-main {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .border-middle {
    display: none;
  }

  .form-input-wrapper {
    flex-flow: column;
  }

  .section-testimonials {
    padding-top: 5rem;
    padding-bottom: 5rem;
    display: block;
  }

  .testimonial-card-wrap-copy {
    grid-template-columns: 1fr;
  }

  .wrrpper-nav-mobile {
    z-index: 200;
    display: flex;
  }

  .navbar {
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    background-color: #ffffff08;
    padding-left: 1em;
    padding-right: 1em;
    box-shadow: 0 2px 5px #1552ec4f;
  }

  .brand {
    width: 200px;
  }

  .brand.w--current {
    width: auto;
    margin-right: auto;
  }

  .brand-logo {
    width: 170px;
    min-width: 170px;
  }

  .component-nav-mobile {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding-bottom: 0;
    display: block;
  }

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

  .social-link-holder-copy {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    order: -1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .nav-links-holder {
    min-width: 80%;
  }

  .dropdown-list-2-copy.w--open {
    width: 100%;
    min-width: 100%;
  }

  .div-block-37-copy {
    width: 100%;
  }

  .maga-menu-1-copy {
    flex-flow: column;
    display: flex;
  }

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

  .list-2 {
    width: 100%;
    margin-bottom: 0;
  }

  .nav-text-link-holder {
    width: 100%;
  }

  .nav-link-text-title {
    font-size: 14px;
  }

  .image-90 {
    width: 90px;
    height: 100px;
  }

  .dropdown-list-2-copy-2.w--open {
    width: 100%;
    min-width: 100%;
  }

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

  .grid-copy {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .flex-block-5 {
    width: 100%;
  }

  .dropdown-page-list.w--open {
    min-width: auto;
    overflow: auto;
  }

  .mega-menu-page-wrapper {
    padding: 1em;
    overflow: auto;
  }

  .mega-menu-grid {
    flex-flow: column;
    display: flex;
  }

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

  .maga-menu-1 {
    flex-flow: column;
    display: flex;
  }

  .image-91 {
    height: 200px;
  }

  .button-16 {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .wrrpper-nav-hidden {
    display: none;
  }

  .navbar-copy {
    z-index: 100;
    padding-left: 1em;
    padding-right: 1em;
  }

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

  .nav-link-6 {
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 10px;
  }

  .image-71 {
    height: auto;
  }

  .component-introduction {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    padding-top: 48px;
    padding-bottom: 0;
  }

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

  .head-2_bold {
    font-size: 32px;
    line-height: 1.1em;
  }

  .paragraph-1 {
    font-size: 16px;
  }

  .lottie-animation-3 {
    width: 200px;
  }

  .image-95 {
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    display: none;
    top: 50px;
  }

  .dropdown-list-2-copy-copy.w--open {
    width: 100%;
    min-width: 100%;
  }

  .footer-links-copy {
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }


  .background-video-10 {
    height: 90vh;
    inset: 0%;
  }

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

  .header37_image {
    height: 350px;
  }

  .background-color-video-copy {
    height: auto;
    inset: 0%;
  }

  .image-96, .image-96-copy {
    height: 250px;
  }

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

  .global-padding {
    padding-left: 20px;
    padding-right: 20px;
  }

  .general-container {
    height: auto;
  }

  .component-what {
    grid-row-gap: 24px;
  }

  .head-2 {
    margin-bottom: 0;
    font-size: 32px;
    font-weight: 700;
    line-height: 110%;
  }

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

  .card-what {
    padding: 20px;
  }

  .paragraph-2 {
    font-size: 16px;
  }

  .card-what2 {
    padding: 20px;
  }

  .image-99 {
    width: 100%;
    min-width: 100%;
  }

  .div-block-229.invert {
    flex-flow: wrap-reverse;
  }

  .image-100 {
    height: 200px;
  }

  .header36_image-wrapper-copy {
    width: 100%;
  }

  .header36_component-copy {
    grid-template-columns: 1fr;
    padding-top: 4rem;
  }

  .header36_image-copy {
    height: 350px;
  }

  .heading-style-h3-copy.text-color-white {
    font-size: 1.5rem;
  }

  .image-innovation {
    height: 350px;
  }

  .counter-main-copy {
    padding-left: 0;
  }

  .section-whit-degrade-copy {
    grid-row-gap: 0px;
    background-image: linear-gradient(239deg, #2193898a, #4fa9a100 30%, #8cc7c200 70%, #22918894), linear-gradient(29deg, #183e89f7, #151f26 49%, #151d20 52%, #172464);
    justify-content: center;
    align-items: center;
  }

  .section-contact-page.cta {
    padding: 120px 20px;
  }

  .contact8_content-copy {
    grid-template-columns: 1fr;
  }

  .head-tecnicos {
    height: 350px;
  }

  .section-whit-degrade-copy {
    grid-row-gap: 0px;
  }

  .section-whit-degrade-copy.cta {
    padding: 120px 20px;
  }

  .section-whit-degrade-copy.inicio {
    height: auto;
  }

  .degradee--analisis {
    grid-row-gap: 0px;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .degradee--analisis.cta {
    padding: 120px 20px;
  }

  .degradee--analisis.inicio {
    height: auto;
  }

  .image-101 {
    display: none;
  }

  .div-block-233 {
    flex-flow: column;
  }

  .side-1-tecnology {
    height: 100%;
  }

  .div-block-236.invert {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

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

  .wrrppeer-home-new {
    padding-left: 0;
    padding-right: 0;
  }

  .home-one-about-main-copy {
    padding-top: 80px;
  }

  .home-one-about-main-copy.invert {
    flex-flow: wrap-reverse;
    padding-top: 140px;
    padding-bottom: 0;
  }

  .wrrapper-vide-text {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .wrrapper-vide-text.invert {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .vide-tecnology {
    height: 100%;
  }

  .wrrpper-new-desing-tecnology-de-punta {
    grid-template-columns: 1fr;
  }

  .card-wrraper-icon-2 {
    height: auto;
  }

  .content-infor-quiero {
    grid-template-columns: 1fr;
  }

  .button-new, .button-new.is-secondary.is-icon, .button-new.is-secondary.is-icon.is-alternate {
    width: 100%;
  }

  .section-sucedera {
    padding-top: 48px;
    padding-bottom: 24px;
  }

  .paddign-global {
    padding-left: 20px;
    padding-right: 20px;
  }

  .head-64px.text-color-skyblue {
    font-size: 40px;
  }

  .header82_lightbox {
    height: 188px;
  }

  .component-new-animation {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    display: flex;
  }

  .div-block-239 {
    padding: 20px;
    position: static;
    top: 0;
  }

  .div-block-239.is-green, .div-block-239.is-black {
    position: static;
  }

  .wrrapper-image-all-1 {
    width: 100%;
  }

  .value-images-holder {
    height: 200px;
  }

  .value-team-image {
    border-radius: 15px;
  }

  .conmponent-info-monitoreo {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    display: block;
  }

  .image-96-copy {
    height: 250px;
  }

  .historia-div, ._1, .div-move-1 {
    height: 100%;
  }

  .home-hero-quienes-somos {
    padding-top: 80px;
  }

  .home-hero-quienes-somos.invert {
    flex-flow: wrap-reverse;
    padding-top: 140px;
    padding-bottom: 0;
  }
}

#w-node-fcc7d7ee-f76c-6040-37f7-d585837afca1-7c155fdf {
  justify-self: end;
}

#w-node-fcc7d7ee-f76c-6040-37f7-d585837afcb2-7c155fdf, #w-node-fcc7d7ee-f76c-6040-37f7-d585837afcb3-7c155fdf, #w-node-fcc7d7ee-f76c-6040-37f7-d585837afcb4-7c155fdf, #w-node-fcc7d7ee-f76c-6040-37f7-d585837afcb5-7c155fdf, #w-node-fcc7d7ee-f76c-6040-37f7-d585837afcb7-7c155fdf, #w-node-fcc7d7ee-f76c-6040-37f7-d585837afcb8-7c155fdf, #w-node-fcc7d7ee-f76c-6040-37f7-d585837afcb9-7c155fdf, #w-node-fcc7d7ee-f76c-6040-37f7-d585837afcba-7c155fdf, #w-node-fcc7d7ee-f76c-6040-37f7-d585837afcbb-7c155fdf, #w-node-fcc7d7ee-f76c-6040-37f7-d585837afcbc-7c155fdf, #w-node-fcc7d7ee-f76c-6040-37f7-d585837afcbd-7c155fdf, #w-node-fcc7d7ee-f76c-6040-37f7-d585837afcbe-7c155fdf, #w-node-fcc7d7ee-f76c-6040-37f7-d585837afcbf-7c155fdf, #w-node-fcc7d7ee-f76c-6040-37f7-d585837afcc1-7c155fdf, #w-node-fcc7d7ee-f76c-6040-37f7-d585837afcc2-7c155fdf, #w-node-fcc7d7ee-f76c-6040-37f7-d585837afcc3-7c155fdf, #w-node-fcc7d7ee-f76c-6040-37f7-d585837afcc4-7c155fdf, #w-node-fcc7d7ee-f76c-6040-37f7-d585837afcc5-7c155fdf, #w-node-fcc7d7ee-f76c-6040-37f7-d585837afcc6-7c155fdf, #w-node-fcc7d7ee-f76c-6040-37f7-d585837afcc7-7c155fdf, #w-node-fcc7d7ee-f76c-6040-37f7-d585837afcc8-7c155fdf, #w-node-fcc7d7ee-f76c-6040-37f7-d585837afcc9-7c155fdf, #w-node-fcc7d7ee-f76c-6040-37f7-d585837afcca-7c155fdf, #w-node-fcc7d7ee-f76c-6040-37f7-d585837afccb-7c155fdf, #w-node-fcc7d7ee-f76c-6040-37f7-d585837afccc-7c155fdf, #w-node-fcc7d7ee-f76c-6040-37f7-d585837afccd-7c155fdf, #w-node-fcc7d7ee-f76c-6040-37f7-d585837afcce-7c155fdf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69c5cead-ebc2-4ab7-6ffe-f7320fc6a4dd-0fc6a4af, #w-node-_55afd088-8bbb-2f3f-5a5e-05ef6121e8d8-0fc6a4af {
  justify-self: end;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86205-7c155fe2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86207-7c155fe2 {
  justify-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-7c155fe2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86220-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86221-7c155fe2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86225-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86226-7c155fe2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622b-7c155fe2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86230-7c155fe2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86234-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86235-7c155fe2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86240-7c155fe2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86244-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86245-7c155fe2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86249-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624a-7c155fe2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624f-7c155fe2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86253-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86254-7c155fe2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86258-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86259-7c155fe2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86263-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86264-7c155fe2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86268-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86269-7c155fe2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-7c155fe2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86272-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86273-7c155fe2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-7c155fe2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86286-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86287-7c155fe2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-7c155fe2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-7c155fe2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-7c155fe2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-7c155fe2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-7c155fe2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-7c155fe2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-7c155fe2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-7c155fe2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-7c155fe2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-7c155fe2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-7c155fe2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-7c155fe2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-7c155fe2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-7c155fe2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-7c155fe2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-7c155fe2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-7c155fe2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-7c155fe2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-7c155fe2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-7c155fe2 {
  justify-self: start;
}

#w-node-aceb9adc-ab11-ae9c-832d-ba0cb63794ca-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aceb9adc-ab11-ae9c-832d-ba0cb63794cb-7c155fe2 {
  justify-self: start;
}

#w-node-a01e4585-6913-dc47-ad7c-9500af9e534b-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a01e4585-6913-dc47-ad7c-9500af9e534c-7c155fe2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-7c155fe2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-7c155fe2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-7c155fe2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-7c155fe2 {
  justify-self: start;
}

#w-node-f850239f-5feb-931e-45b8-7b579b43a164-7c155fe2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-7c155fe2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-7c155fe2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-7c155fe2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-7c155fe2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-7c155fe2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-7c155fe2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-7c155fe2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-7c155fe2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-7c155fe2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-7c155fe2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-7c155fe2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-7c155fe2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-7c155fe2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-7c155fe2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-7c155fe2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-7c155fe2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-7c155fe2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-7c155fe2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-7c155fe2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-7c155fe2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-7c155fe2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-7c155fe2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-7c155fe2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-7c155fe2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-7c155fe2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-7c155fe2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-7c155fe2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-7c155fe2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-7c155fe2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-7c155fe2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-7c155fe2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-7c155fe2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-7c155fe2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-7c155fe2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-7c155fe2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-7c155fe2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-7c155fe2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-7c155fe2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-7c155fe2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-7c155fe2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-7c155fe2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-7c155fe2, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f17-7c155fe2, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f18-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f19-7c155fe2 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f1d-7c155fe2, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f22-7c155fe2, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f23-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f24-7c155fe2 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f2a-7c155fe2, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f2f-7c155fe2, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f30-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f31-7c155fe2 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f37-7c155fe2, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3c-7c155fe2, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3d-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3e-7c155fe2 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f46-7c155fe2, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f4c-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f4d-7c155fe2 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f53-7c155fe2, #w-node-d37b2579-9d18-04c9-4090-52481ef792d1-7c155fe2, #w-node-d37b2579-9d18-04c9-4090-52481ef792d2-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792d3-7c155fe2 {
  justify-self: start;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792dc-7c155fe2, #w-node-d37b2579-9d18-04c9-4090-52481ef792dd-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792de-7c155fe2 {
  justify-self: start;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792e7-7c155fe2, #w-node-d37b2579-9d18-04c9-4090-52481ef792e8-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792e9-7c155fe2 {
  justify-self: start;
}

#w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d284-7c155fe2, #w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d285-7c155fe2, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506421-7c155fe2, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506422-7c155fe2, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd443-7c155fe2, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd444-7c155fe2, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44a-7c155fe2, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44b-7c155fe2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-7c155fe2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-7c155fe2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-7c155fe2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-7c155fe2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-7c155fe2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-7c155fe2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-7c155fe2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-7c155fe2, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-7c155fe2, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-7c155fe2, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-7c155fe2, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-7c155fe2, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-7c155fe2, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-7c155fe2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-7c155fe2, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-7c155fe2, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-7c155fe2 {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-7c155fe2, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-7c155fe2, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-7c155fe2, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-7c155fe2, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-7c155fe2 {
  justify-self: start;
}

#w-node-efe47a2c-71a3-58fc-52e2-5719cef52200-7c155fe2, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55803-7c155fe2, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55804-7c155fe2, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55805-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55806-7c155fe2 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55808-7c155fe2, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580b-7c155fe2, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580f-7c155fe2, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55810-7c155fe2, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55811-7c155fe2, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581a-7c155fe2, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581b-7c155fe2, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581c-7c155fe2, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55825-7c155fe2, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55826-7c155fe2, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55827-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55828-7c155fe2 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5582e-7c155fe2, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5582f-7c155fe2, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55830-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55831-7c155fe2 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55833-7c155fe2, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55837-7c155fe2, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55838-7c155fe2, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55839-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5583a-7c155fe2, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5583c-7c155fe2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-7c155fe2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-7c155fe2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-7c155fe2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-7c155fe2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-7c155fe2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-7c155fe2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-7c155fe2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-7c155fe2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-7c155fe2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-7c155fe2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-7c155fe2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-7c155fe2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-7c155fe2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-7c155fe2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-7c155fe2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-7c155fe2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-7c155fe2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-7c155fe2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-7c155fe2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-7c155fe2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-7c155fe2, #w-node-_8ec19c33-ae2e-90c5-80bf-3c4e7d639cd4-7c155fe2, #w-node-_450fae6e-ea6c-c71d-c007-cbe7f109d617-7c155fe2, #w-node-dcc5fc80-562f-447f-055c-339db14678d8-7c155fe2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-7c155fe2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-7c155fe2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-7c155fe2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-7c155fe2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-7c155fe2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-7c155fe2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-7c155fe2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-7c155fe2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-7c155fe2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-7c155fe2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-7c155fe2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-7c155fe2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-7c155fe2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-7c155fe2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-7c155fe2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-7c155fe2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-7c155fe2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-7c155fe2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-7c155fe2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-7c155fe2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-7c155fe2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-7c155fe2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-7c155fe2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-7c155fe2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-7c155fe2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-7c155fe2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-7c155fe2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-7c155fe2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-7c155fe2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-7c155fe2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-7c155fe2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-7c155fe2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-7c155fe2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-7c155fe2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-7c155fe2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-7c155fe2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-7c155fe2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-7c155fe2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-7c155fe2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-7c155fe2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-7c155fe2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-7c155fe2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-7c155fe2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-7c155fe2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-7c155fe2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-7c155fe2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-7c155fe2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-7c155fe2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-7c155fe2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-7c155fe2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-7c155fe2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-7c155fe2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-7c155fe2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-7c155fe2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-7c155fe2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-7c155fe2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-7c155fe2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-7c155fe2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-7c155fe2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-7c155fe2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-7c155fe2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-7c155fe2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-7c155fe2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-7c155fe2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-7c155fe2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-7c155fe2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-7c155fe2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-7c155fe2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-7c155fe2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-7c155fe2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-7c155fe2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-7c155fe2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-7c155fe2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-7c155fe2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-7c155fe2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-7c155fe2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-7c155fe2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-7c155fe2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-7c155fe2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-7c155fe2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-7c155fe2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-7c155fe2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-7c155fe2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-7c155fe2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-7c155fe2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-7c155fe2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-7c155fe2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-7c155fe2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-7c155fe2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-7c155fe2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-7c155fe2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-7c155fe2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-7c155fe2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-7c155fe2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-7c155fe2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-7c155fe2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-7c155fe2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-7c155fe2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-7c155fe2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-7c155fe2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-7c155fe2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-7c155fe2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-7c155fe2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-7c155fe2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-7c155fe2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-7c155fe2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-7c155fe2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-7c155fe2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-7c155fe2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-7c155fe2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-7c155fe2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-7c155fe2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-7c155fe2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-7c155fe2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-7c155fe2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-7c155fe2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-7c155fe2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-7c155fe2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-7c155fe2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-7c155fe2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-7c155fe2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-7c155fe2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-7c155fe2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-7c155fe2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-7c155fe2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-7c155fe2, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-7c155fe2, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-7c155fe2 {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-7c155fe2, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-7c155fe2, #w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-7c155fe2 {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-7c155fe2, #w-node-_16994295-7a31-57da-1001-8ec0ea846a22-7c155fe2, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-7c155fe2 {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-7c155fe2, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-7c155fe2, #w-node-f28919c2-e180-d075-d1c2-81b601b8a964-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-7c155fe2 {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-7c155fe2, #w-node-f28919c2-e180-d075-d1c2-81b601b8a968-7c155fe2, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-7c155fe2 {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-7c155fe2, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-7c155fe2, #w-node-ee961e8d-845a-edc3-3307-509470022457-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-7c155fe2 {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-7c155fe2, #w-node-ee961e8d-845a-edc3-3307-50947002245b-7c155fe2, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-7c155fe2 {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-7c155fe2, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-7c155fe2, #w-node-_626bd165-37fe-b21e-713f-accb16c57414-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-7c155fe2 {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-7c155fe2, #w-node-_626bd165-37fe-b21e-713f-accb16c57418-7c155fe2, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-7c155fe2 {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-7c155fe2, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-7c155fe2, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-7c155fe2 {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-7c155fe2, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-7c155fe2, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-7c155fe2 {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-7c155fe2, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-7c155fe2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-7c155fe2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-7c155fe2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-7c155fe2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-7c155fe2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-7c155fe2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-7c155fe2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-7c155fe2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-7c155fe2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-7c155fe2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-7c155fe2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-7c155fe2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-7c155fe2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-7c155fe2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-7c155fe2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-7c155fe2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-7c155fe2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-7c155fe2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-7c155fe2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-7c155fe2 {
  justify-self: start;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e54-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e55-7c155fe2 {
  justify-self: start;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a792-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a793-7c155fe2 {
  justify-self: start;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b297-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b298-7c155fe2 {
  justify-self: start;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db57-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db58-7c155fe2 {
  justify-self: start;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92c-7c155fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92d-7c155fe2 {
  justify-self: start;
}

#w-node-_03ab1bd4-b496-ea09-5f4c-19ba38ed0072-b1b20e47 {
  justify-self: end;
}

#w-node-_03ab1bd4-b496-ea09-5f4c-19ba38ed0081-b1b20e47, #w-node-_03ab1bd4-b496-ea09-5f4c-19ba38ed0082-b1b20e47, #w-node-_03ab1bd4-b496-ea09-5f4c-19ba38ed0083-b1b20e47, #w-node-_03ab1bd4-b496-ea09-5f4c-19ba38ed0084-b1b20e47, #w-node-_03ab1bd4-b496-ea09-5f4c-19ba38ed0086-b1b20e47, #w-node-_03ab1bd4-b496-ea09-5f4c-19ba38ed0087-b1b20e47, #w-node-_03ab1bd4-b496-ea09-5f4c-19ba38ed0088-b1b20e47, #w-node-_03ab1bd4-b496-ea09-5f4c-19ba38ed0089-b1b20e47, #w-node-_03ab1bd4-b496-ea09-5f4c-19ba38ed008a-b1b20e47, #w-node-_03ab1bd4-b496-ea09-5f4c-19ba38ed008b-b1b20e47, #w-node-_03ab1bd4-b496-ea09-5f4c-19ba38ed008c-b1b20e47, #w-node-_03ab1bd4-b496-ea09-5f4c-19ba38ed008d-b1b20e47, #w-node-_03ab1bd4-b496-ea09-5f4c-19ba38ed008e-b1b20e47, #w-node-_03ab1bd4-b496-ea09-5f4c-19ba38ed0090-b1b20e47, #w-node-_03ab1bd4-b496-ea09-5f4c-19ba38ed0091-b1b20e47, #w-node-_03ab1bd4-b496-ea09-5f4c-19ba38ed0092-b1b20e47, #w-node-_03ab1bd4-b496-ea09-5f4c-19ba38ed0093-b1b20e47, #w-node-_03ab1bd4-b496-ea09-5f4c-19ba38ed0094-b1b20e47, #w-node-_03ab1bd4-b496-ea09-5f4c-19ba38ed0095-b1b20e47, #w-node-_03ab1bd4-b496-ea09-5f4c-19ba38ed0096-b1b20e47, #w-node-_03ab1bd4-b496-ea09-5f4c-19ba38ed0097-b1b20e47, #w-node-_03ab1bd4-b496-ea09-5f4c-19ba38ed0098-b1b20e47, #w-node-_03ab1bd4-b496-ea09-5f4c-19ba38ed0099-b1b20e47, #w-node-_03ab1bd4-b496-ea09-5f4c-19ba38ed009a-b1b20e47, #w-node-_03ab1bd4-b496-ea09-5f4c-19ba38ed009b-b1b20e47, #w-node-_03ab1bd4-b496-ea09-5f4c-19ba38ed009c-b1b20e47, #w-node-_03ab1bd4-b496-ea09-5f4c-19ba38ed009d-b1b20e47 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3005ad07-bdee-0827-7b39-b09e0ba488c7-b1b20e47, #w-node-_8d26a15b-2390-0f62-9f82-eee9f8149550-b1b20e47 {
  align-self: start;
}

#w-node-cddffb11-e157-04e6-85c0-012d6c6585b2-b1b20e47, #w-node-_79e38396-f3f2-56b7-9e0c-3400e888a6ce-b1b20e47 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d8c607ed-d330-71b0-fc61-a178ad3caec6-b1b20e47 {
  justify-self: start;
}

#w-node-_41dac565-62b4-71d4-f456-feace0f56942-2c3ae581 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_705d13bd-f89d-a1ef-cc39-1a1811b82409-2c3ae581 {
  justify-self: end;
}

#w-node-_9f29236e-7489-da63-bfba-ed87371f83e5-2c3ae581 {
  justify-self: start;
}

#w-node-ddb4d1e6-1167-d312-8f93-6ea31273f1c3-2c3ae581, #w-node-_7308be26-506a-3947-f2e0-ee32484caf4e-2c3ae581, #w-node-_90b06d1b-7e6d-1169-8703-393f5c54ac3c-2c3ae581, #w-node-d2d7be48-dcb7-7f7d-7b00-e2122b975973-2c3ae581 {
  justify-self: end;
}

#w-node-_9a96baba-14d1-a831-b4b3-df9f2893cbd5-2c3ae581, #w-node-_50f075d1-03ca-d832-c907-adadc3c3d436-a5fe17f9 {
  justify-self: start;
}

#w-node-_791adde2-0885-bbab-9dac-bf61aafdb2da-d7e3c03c, #w-node-_4a32b5bc-2dc7-85ef-ac52-83b87447be2e-bbfda9ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2add83f5-5a12-ed66-f13e-727f878c2568-bbfda9ff, #w-node-_96811245-b566-0e11-4919-280a28820ba0-03df73ef, #w-node-_77340f86-86f1-0235-873f-e3d4b49c6870-c16aa162, #w-node-fb19239f-81d0-126f-b48f-a135dbefe699-c733d32f {
  justify-self: start;
}

@media screen and (min-width: 1920px) {
  #w-node-_6eecd608-af6f-cd62-af66-a5d0cb12ed56-7c155fdf, #w-node-_6eecd608-af6f-cd62-af66-a5d0cb12ed68-7c155fdf, #w-node-_6eecd608-af6f-cd62-af66-a5d0cb12ed74-7c155fdf, #w-node-_6eecd608-af6f-cd62-af66-a5d0cb12ed9a-7c155fdf, #w-node-_6eecd608-af6f-cd62-af66-a5d0cb12edc0-7c155fdf, #w-node-_6eecd608-af6f-cd62-af66-a5d0cb12ede1-7c155fdf, #w-node-_6eecd608-af6f-cd62-af66-a5d0cb12ee33-7c155fdf, #w-node-_6eecd608-af6f-cd62-af66-a5d0cb12ee69-7c155fdf, #w-node-_6eecd608-af6f-cd62-af66-a5d0cb12ee77-7c155fdf, #w-node-_6eecd608-af6f-cd62-af66-a5d0cb12eecf-7c155fdf, #w-node-_6eecd608-af6f-cd62-af66-a5d0cb12eee1-7c155fdf, #w-node-_6eecd608-af6f-cd62-af66-a5d0cb12eeed-7c155fdf, #w-node-_6eecd608-af6f-cd62-af66-a5d0cb12ef18-7c155fdf, #w-node-_6eecd608-af6f-cd62-af66-a5d0cb12ef3e-7c155fdf, #w-node-_6eecd608-af6f-cd62-af66-a5d0cb12ef69-7c155fdf, #w-node-_6eecd608-af6f-cd62-af66-a5d0cb12efbb-7c155fdf, #w-node-_6eecd608-af6f-cd62-af66-a5d0cb12efe8-7c155fdf, #w-node-_6eecd608-af6f-cd62-af66-a5d0cb12eff5-7c155fdf, #w-node-_6eecd608-af6f-cd62-af66-a5d0cb12f009-7c155fdf, #w-node-_6eecd608-af6f-cd62-af66-a5d0cb12f026-7c155fdf, #w-node-c65a4de6-8c04-3ef9-6420-e5fd44bbf737-0fc6a4af, #w-node-_55afd088-8bbb-2f3f-5a5e-05ef6121e89d-0fc6a4af, #w-node-_55afd088-8bbb-2f3f-5a5e-05ef6121e8aa-0fc6a4af, #w-node-_55afd088-8bbb-2f3f-5a5e-05ef6121e8b6-0fc6a4af, #w-node-_55afd088-8bbb-2f3f-5a5e-05ef6121e8d2-0fc6a4af {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-fcc7d7ee-f76c-6040-37f7-d585837afca1-7c155fdf, #w-node-_03ab1bd4-b496-ea09-5f4c-19ba38ed0072-b1b20e47 {
    justify-self: start;
  }

  #w-node-_6ee84702-cb6f-e729-6b67-ef147407dca9-b1b20e47 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_705d13bd-f89d-a1ef-cc39-1a1811b82409-2c3ae581 {
    justify-self: start;
  }

  #w-node-_9f29236e-7489-da63-bfba-ed87371f83e5-2c3ae581 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-ddb4d1e6-1167-d312-8f93-6ea31273f1c3-2c3ae581, #w-node-_7308be26-506a-3947-f2e0-ee32484caf4e-2c3ae581, #w-node-_90b06d1b-7e6d-1169-8703-393f5c54ac3c-2c3ae581, #w-node-d2d7be48-dcb7-7f7d-7b00-e2122b975973-2c3ae581 {
    justify-self: start;
  }

  #w-node-ab61cc64-9bc8-2a55-e9db-23c815635489-03df73ef {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6eecd608-af6f-cd62-af66-a5d0cb12ed56-7c155fdf, #w-node-_6eecd608-af6f-cd62-af66-a5d0cb12ed68-7c155fdf, #w-node-_6eecd608-af6f-cd62-af66-a5d0cb12ed74-7c155fdf, #w-node-_6eecd608-af6f-cd62-af66-a5d0cb12ed9a-7c155fdf, #w-node-_6eecd608-af6f-cd62-af66-a5d0cb12edc0-7c155fdf {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_6eecd608-af6f-cd62-af66-a5d0cb12ede1-7c155fdf {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_6eecd608-af6f-cd62-af66-a5d0cb12ee33-7c155fdf {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_6eecd608-af6f-cd62-af66-a5d0cb12ee69-7c155fdf {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_6eecd608-af6f-cd62-af66-a5d0cb12ee77-7c155fdf, #w-node-_6eecd608-af6f-cd62-af66-a5d0cb12eecf-7c155fdf, #w-node-_6eecd608-af6f-cd62-af66-a5d0cb12eee1-7c155fdf, #w-node-_6eecd608-af6f-cd62-af66-a5d0cb12eeed-7c155fdf, #w-node-_6eecd608-af6f-cd62-af66-a5d0cb12ef18-7c155fdf, #w-node-_6eecd608-af6f-cd62-af66-a5d0cb12ef3e-7c155fdf {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_6eecd608-af6f-cd62-af66-a5d0cb12ef69-7c155fdf {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_6eecd608-af6f-cd62-af66-a5d0cb12efbb-7c155fdf, #w-node-_6eecd608-af6f-cd62-af66-a5d0cb12efe8-7c155fdf, #w-node-_6eecd608-af6f-cd62-af66-a5d0cb12eff5-7c155fdf {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_6eecd608-af6f-cd62-af66-a5d0cb12f009-7c155fdf {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_6eecd608-af6f-cd62-af66-a5d0cb12f026-7c155fdf, #w-node-c65a4de6-8c04-3ef9-6420-e5fd44bbf737-0fc6a4af, #w-node-_55afd088-8bbb-2f3f-5a5e-05ef6121e89d-0fc6a4af, #w-node-_55afd088-8bbb-2f3f-5a5e-05ef6121e8aa-0fc6a4af, #w-node-_55afd088-8bbb-2f3f-5a5e-05ef6121e8b6-0fc6a4af, #w-node-_55afd088-8bbb-2f3f-5a5e-05ef6121e8d2-0fc6a4af {
    grid-area: 1 / 1 / 2 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6eecd608-af6f-cd62-af66-a5d0cb12ed56-7c155fdf, #w-node-_6eecd608-af6f-cd62-af66-a5d0cb12ed68-7c155fdf, #w-node-_6eecd608-af6f-cd62-af66-a5d0cb12ed74-7c155fdf, #w-node-_6eecd608-af6f-cd62-af66-a5d0cb12ed9a-7c155fdf, #w-node-_6eecd608-af6f-cd62-af66-a5d0cb12edc0-7c155fdf {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6eecd608-af6f-cd62-af66-a5d0cb12ede1-7c155fdf, #w-node-_6eecd608-af6f-cd62-af66-a5d0cb12ee33-7c155fdf, #w-node-_6eecd608-af6f-cd62-af66-a5d0cb12ee69-7c155fdf, #w-node-_6eecd608-af6f-cd62-af66-a5d0cb12ee77-7c155fdf {
    grid-row: 3 / 4;
  }

  #w-node-_6eecd608-af6f-cd62-af66-a5d0cb12eecf-7c155fdf, #w-node-_6eecd608-af6f-cd62-af66-a5d0cb12eee1-7c155fdf, #w-node-_6eecd608-af6f-cd62-af66-a5d0cb12eeed-7c155fdf, #w-node-_6eecd608-af6f-cd62-af66-a5d0cb12ef18-7c155fdf, #w-node-_6eecd608-af6f-cd62-af66-a5d0cb12ef3e-7c155fdf {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6eecd608-af6f-cd62-af66-a5d0cb12ef69-7c155fdf, #w-node-_6eecd608-af6f-cd62-af66-a5d0cb12efbb-7c155fdf {
    grid-row: 3 / 4;
  }

  #w-node-_6eecd608-af6f-cd62-af66-a5d0cb12efe8-7c155fdf, #w-node-_6eecd608-af6f-cd62-af66-a5d0cb12eff5-7c155fdf {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6eecd608-af6f-cd62-af66-a5d0cb12f009-7c155fdf, #w-node-_6eecd608-af6f-cd62-af66-a5d0cb12f026-7c155fdf {
    grid-row: 3 / 4;
  }

  #w-node-c65a4de6-8c04-3ef9-6420-e5fd44bbf737-0fc6a4af, #w-node-_55afd088-8bbb-2f3f-5a5e-05ef6121e89d-0fc6a4af, #w-node-_55afd088-8bbb-2f3f-5a5e-05ef6121e8aa-0fc6a4af, #w-node-_55afd088-8bbb-2f3f-5a5e-05ef6121e8b6-0fc6a4af, #w-node-_55afd088-8bbb-2f3f-5a5e-05ef6121e8d2-0fc6a4af {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_03ab1bd4-b496-ea09-5f4c-19ba38ed0072-b1b20e47 {
    place-self: auto center;
  }
}
/* =================== SECCIÓN CONTACTO RESPONSIVE =================== */

/* Sección general */
.contact-section {
  padding: clamp(40px, 8vw, 80px) clamp(16px, 4vw, 40px);
  background: #f9fafa;
  margin-top: clamp(80px, 15vw, 140px);
  position: relative;
  overflow: hidden;
}

/* Efecto de fondo sutil */
.contact-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 20%, rgba(25, 61, 112, 0.03) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(34, 145, 136, 0.03) 0%, transparent 50%);
  pointer-events: none;
  z-index: 0;
}

.contact-container {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(20px, 5vw, 40px);
  max-width: clamp(320px, 90vw, 1400px);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* =================== TARJETA DE INFORMACIÓN =================== */
.contact-info-card {
  flex: 1;
  min-width: clamp(280px, 85vw, 320px);
  background: linear-gradient(135deg, #132736 0%, #1a3447 100%);
  color: #fff;
  padding: clamp(20px, 5vw, 40px);
  border-radius: clamp(8px, 2vw, 16px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 
    0 10px 30px rgba(19, 39, 54, 0.3),
    0 1px 8px rgba(19, 39, 54, 0.2);
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-info-card:hover {
  transform: translateY(-5px);
  box-shadow: 
    0 20px 40px rgba(19, 39, 54, 0.4),
    0 1px 8px rgba(19, 39, 54, 0.3);
}

/* Efecto de brillo en la tarjeta */
.contact-info-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, 
    transparent, 
    rgba(255, 255, 255, 0.1), 
    transparent);
  transition: left 0.8s ease;
}

.contact-info-card:hover::before {
  left: 100%;
}

.contact-info-card h2 {
  margin-bottom: clamp(16px, 3vw, 24px);
  font-size: clamp(1.125rem, 3vw, 1.5rem);
  font-weight: 700;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  position: relative;
}

.contact-info-card h2::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 40px;
  height: 3px;
  background: linear-gradient(135deg, #193d70, #229188);
  border-radius: 2px;
}

/* =================== LISTA DE INFORMACIÓN =================== */
.info-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.info-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: clamp(12px, 2.5vw, 18px);
  padding: clamp(8px, 1.5vw, 12px);
  border-radius: 8px;
  transition: background 0.3s ease, transform 0.2s ease;
  cursor: pointer;
}

.info-list li:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateX(5px);
}


.info-list li span {
  font-size: clamp(0.875rem, 2vw, 1rem);
  line-height: 1.5;
  flex: .10;
}

/* =================== MINI MAPA =================== */
.mini-map {
  margin: clamp(16px, 3vw, 24px) auto;
  aspect-ratio: 1 / 1 !important;
  width: 300px;
  height: 300px !important; 
  border-radius: 50%;
  overflow: hidden;
  box-shadow:
    0 8px 20px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  position: relative;
}


.mini-map iframe,
.mini-map img {
   width: 100%;
  height: 100%;
  border: none;
  border-radius: 50%;
  display: block;
}

.mini-map:hover iframe,
.mini-map:hover img {
  filter: contrast(1.2) saturate(1.3);
}


.mini-map::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(25, 61, 112, 0.25);
  pointer-events: none; /* permite seguir usando el mapa */
  z-index: 2;
  mix-blend-mode: multiply; /* opcional: hace que se integre mejor */
}


/* =================== REDES SOCIALES =================== */
.info-socials,
.social-icons {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(8px, 2vw, 16px);
  margin-top: clamp(16px, 3vw, 24px);
  justify-content: flex-start;
}

.soc-btn,
.social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(36px, 8vw, 44px);
  height: clamp(36px, 8vw, 44px);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-weight: bold;
  font-size: clamp(16px, 3vw, 20px);
  text-decoration: none;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
}

.soc-btn::before,
.social-icons a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: radial-gradient(circle, #229188, #193d70);
  border-radius: 50%;
  transition: all 0.4s ease;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.soc-btn:hover,
.social-icons a:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 8px 20px rgba(34, 145, 136, 0.4);
}

.soc-btn:hover::before,
.social-icons a:hover::before {
  width: 120%;
  height: 120%;
}




/* =================== FORMULARIO =================== */
.contact-form-card {
  flex: 1;
  min-width: clamp(280px, 85vw, 320px);
  background: #fff;
  padding: clamp(20px, 5vw, 40px);
  border-radius: clamp(8px, 2vw, 16px);
  box-shadow: 
    0 10px 30px rgba(0, 0, 0, 0.1),
    0 1px 8px rgba(0, 0, 0, 0.06);
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-form-card:hover {
  transform: translateY(-2px);
  box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.12),
    0 1px 8px rgba(0, 0, 0, 0.08);
}

.contact-form-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(135deg, #193d70, #229188);
  border-radius: clamp(8px, 2vw, 16px) clamp(8px, 2vw, 16px) 0 0;
}

.contact-form-card h2 {
  margin-bottom: clamp(16px, 3vw, 24px);
  font-size: clamp(1.125rem, 3vw, 1.5rem);
  font-weight: 700;
  color: #132736;
  position: relative;
}

.contact-form-card h2::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 40px;
  height: 3px;
  background: linear-gradient(135deg, #193d70, #229188);
  border-radius: 2px;
}

/* =================== CAMPOS DEL FORMULARIO =================== */
.contact-form-card label {
  display: block;
  font-weight: 600;
  margin-top: clamp(12px, 2.5vw, 18px);
  margin-bottom: clamp(4px, 1vw, 8px);
  color: #333;
  font-size: clamp(0.875rem, 2vw, 1rem);
}

.contact-form-card input,
.contact-form-card select,
.contact-form-card textarea {
  width: 100%;
  padding: clamp(10px, 2.5vw, 16px);
  border: 2px solid #e1e5e9;
  border-radius: clamp(6px, 1.5vw, 10px);
  margin-bottom: clamp(8px, 2vw, 12px);
  font-size: clamp(0.875rem, 2vw, 1rem);
  font-family: inherit;
  background: #fff;
  transition: all 0.3s ease;
  position: relative;
}

.contact-form-card input:focus,
.contact-form-card select:focus,
.contact-form-card textarea:focus {
  outline: none;
  border-color: #229188;
  box-shadow: 
    0 0 0 3px rgba(34, 145, 136, 0.1),
    0 2px 8px rgba(34, 145, 136, 0.15);
  transform: translateY(-1px);
}

.contact-form-card textarea {
  min-height: clamp(80px, 20vw, 120px);
  resize: vertical;
  font-family: inherit;
}

/* =================== BOTÓN ENVIAR =================== */
.submit-button {
  width: 100%;
  padding: clamp(12px, 3vw, 18px);
  border: none;
  border-radius: clamp(20px, 5vw, 30px);
  font-size: clamp(0.875rem, 2.5vw, 1.125rem);
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  background: linear-gradient(135deg, #193d70, #229188);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  margin-top: clamp(16px, 3vw, 24px);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.submit-button::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.3), transparent);
  border-radius: 50%;
  transition: all 0.4s ease;
  transform: translate(-50%, -50%);
}

.submit-button:hover {
  transform: translateY(-3px);
  filter: brightness(1.05);
  box-shadow: 0 10px 25px rgba(25, 61, 112, 0.4);
}

.submit-button:hover::before {
  width: 300px;
  height: 300px;
}

.submit-button:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(25, 61, 112, 0.3);
}

/* =================== BREAKPOINTS RESPONSIVOS =================== */

/* Extra Small devices (phones, 320px - 480px) */
@media screen and (max-width: 480px) {
  .contact-section {
    margin-top: 60px;
    padding: 30px 12px;
  }
  
  .contact-container {
    gap: 20px;
    flex-direction: column;
  }
  
  .contact-info-card,
  .contact-form-card {
    min-width: 100%;
    padding: 20px;
  }
  
  .info-socials,
  .social-icons {
    justify-content: center;
  }
  
  .mini-map {
    height: 150px;
  }
  
  .info-list li {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
  
  .info-ico {
    margin-bottom: 8px;
    margin-right: 0;
  }
}

/* Small devices (landscape phones, 481px - 768px) */
@media screen and (min-width: 481px) and (max-width: 768px) {
  .contact-section {
    margin-top: 80px;
    padding: 40px 16px;
  }
  
  .contact-container {
    gap: 25px;
  }
  
  .contact-info-card,
  .contact-form-card {
    min-width: 100%;
    padding: 25px;
  }
  
  .mini-map {
    height: 180px;
  }
}

/* Medium devices (tablets, 769px - 991px) */
@media screen and (min-width: 769px) and (max-width: 991px) {
  .contact-section {
    margin-top: 100px;
    padding: 50px 20px;
  }
  
  .contact-container {
    gap: 30px;
  }
  
  .contact-info-card,
  .contact-form-card {
    min-width: 340px;
    padding: 30px;
  }
  
  .mini-map {
    height: 160px;
  }
}

/* Large devices (desktops, 992px - 1199px) */
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-section {
    margin-top: 120px;
    padding: 60px 30px;
  }
  
  .contact-container {
    gap: 35px;
    max-width: 1000px;
  }
  
  .mini-map {
    height: 180px;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media screen and (min-width: 1200px) {
  .contact-section {
    margin-top: 140px;
    padding: 80px 40px;
  }
  
  .contact-container {
    gap: 40px;
    max-width: 1300px;
  }
  
  .contact-info-card,
  .contact-form-card {
    padding: 40px;
  }
  
  .mini-map {
    height: 200px;
  }
}

/* =================== LANDSCAPE ORIENTATION =================== */
@media screen and (orientation: landscape) and (max-height: 600px) {
  .contact-section {
    margin-top: 60px;
    padding: 30px 20px;
  }
  
  .contact-container {
    flex-direction: row;
    gap: 20px;
  }
  
  .contact-info-card,
  .contact-form-card {
    min-width: 300px;
    padding: 25px;
  }
  
  .mini-map {
    height: 120px;
  }
}

/* =================== HIGH DPI SCREENS =================== */
@media screen and (-webkit-min-device-pixel-ratio: 2),
       screen and (min-resolution: 192dpi) {
  .contact-info-card,
  .contact-form-card {
    box-shadow: 
      0 10px 30px rgba(0, 0, 0, 0.15),
      0 1px 8px rgba(0, 0, 0, 0.1);
  }
}

/* =================== DARK MODE SUPPORT =================== */
@media (prefers-color-scheme: dark) {
  .contact-section {
    background: #1a1a1a;
  }
  
  .contact-form-card {
    background: #2d2d2d;
    color: #fff;
  }
  
  .contact-form-card h2 {
    color: #fff;
  }
  
  .contact-form-card label {
    color: #e0e0e0;
  }
  
  .contact-form-card input,
  .contact-form-card select,
  .contact-form-card textarea {
    background: #404040;
    border-color: #555;
    color: #fff;
  }
  
  .contact-form-card input:focus,
  .contact-form-card select:focus,
  .contact-form-card textarea:focus {
    border-color: #229188;
    background: #4a4a4a;
  }
}

/* =================== REDUCED MOTION =================== */
@media (prefers-reduced-motion: reduce) {
  .contact-info-card,
  .contact-form-card,
  .submit-button,
  .soc-btn,
  .social-icons a,
  .info-list li {
    transition: none;
  }
  
  .contact-info-card::before,
  .submit-button::before,
  .soc-btn::before,
  .social-icons a::before {
    display: none;
  }
  
  .contact-info-card:hover,
  .contact-form-card:hover,
  .submit-button:hover {
    transform: none;
  }
}

/* =================== PRINT STYLES =================== */
@media print {
  .contact-section {
    margin-top: 0;
    padding: 20px 0;
    background: #fff;
    break-inside: avoid;
  }
  
  .contact-container {
    flex-direction: column;
    gap: 20px;
    box-shadow: none;
  }
  
  .contact-info-card {
    background: #f5f5f5;
    color: #000;
    box-shadow: none;
    border: 1px solid #ddd;
  }
  
  .contact-form-card {
    box-shadow: none;
    border: 1px solid #ddd;
  }
  
  .info-socials,
  .social-icons,
  .submit-button {
    display: none;
  }
  
  .mini-map {
    height: 100px;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .mini-map::after {
    content: '[Mapa no disponible en impresión]';
    color: #666;
    font-size: 12px;
  }
}





/* ========== RESPONSIVE ADD-ONS (append at end) ========== */

/* 1280px: ajustes suaves de tipografía y espaciamiento */
@media (max-width: 1280px) {
  .padding-section-large { padding-top: 6rem; padding-bottom: 6rem; }
  .padding-section-medium { padding-top: 4rem; padding-bottom: 4rem; }
  .padding-global { padding-left: 4%; padding-right: 4%; }

  .heading-style-h1 { font-size: 2.8rem; }
  .heading-style-h2 { font-size: 2.4rem; }
  .heading-style-h3 { font-size: 2rem; }
  h1 { font-size: 3rem; }
  h2 { font-size: 2.5rem; }
  h3 { font-size: 2.125rem; }
}

/* 1024px (tablet landscape): grids y barra */
@media (max-width: 1024px) {
  .navbar2_container { gap: 12px; flex-wrap: wrap; }
  .navbar2_logo { width: 88px; }
  .navbar2_button-wrapper { margin-left: auto; }
  .wrrap-phone-links { flex-wrap: wrap; }

  .content-style-2,
  .frame-22 { gap: 12px; }

  /* Grids grandes → más compactos */
  .frame-25 { grid-template-columns: repeat(3, 1fr); }
  .card { grid-template-columns: 1fr 1fr; }

  /* Carrusel / testimonios */
  .testimonial28_mask { width: 100%; }

  /* Sección con imagen fija: desactivar fixed en móvil/tablet */
  .image-4 {
    height: 520px;
    background-attachment: scroll, scroll;
  }
}

/* 768px (tablet portrait) */
@media (max-width: 768px) {
  .padding-section-large { padding-top: 4.5rem; padding-bottom: 4.5rem; }
  .padding-section-medium { padding-top: 3rem; padding-bottom: 3rem; }
  .padding-section-small { padding-top: 2rem; padding-bottom: 2rem; }
  .padding-global { padding-left: 24px; padding-right: 24px; }

  .heading-style-h1 { font-size: 2.4rem; line-height: 1.05; }
  .heading-style-h2 { font-size: 2rem; }
  .heading-style-h3 { font-size: 1.75rem; }
  h1 { font-size: 2.5rem; }
  h2 { font-size: 2.125rem; }
  h3 { font-size: 1.875rem; }
  .text-size-large { font-size: 1.125rem; }
  .text-size-medium { font-size: 1rem; }

  /* Layouts en columna */
  .content-style-2,
  .content-style-4,
  .layout,
  .layout-2,
  .component-about-home { flex-direction: column; padding-left: 0; padding-right: 0; }

  .frame-21 { max-width: 100%; }
  .frame-20 { flex-direction: column; align-items: flex-start; gap: 12px; }

  /* Grids más reducidos */
  .frame-25 { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .list-item.is-secondary { width: 100%; min-width: 0; }

  /* Navegación y botones */
  .navbar2_link { padding: .5rem .75rem; }
  .button { padding: .6rem 1.25rem; }
  .button.is-small { padding: .45rem 1rem; }

  /* Video/hero */
  .background-video, .background-color-video { height: 100%; }
  .component-cta-video { height: 42vh; }
}

/* 640px (phones grandes) */
@media (max-width: 640px) {
  .navbar2_logo { width: 76px; }
  .wrrap-phone-link { font-size: .95rem; }

  .company-logo { width: 140px; }
  .image-4 { height: 420px; }

  .frame-24 { gap: 6px; }
  .title-style { padding: 16px; }
  .button-style-4,
  .text-button,
  .text-button-2,
  .text-button-3 { font-size: 15px; }

  .slider-arrow { width: 2.5rem; height: 2.5rem; }
  .slider-arrow.is-bottom-previous { inset: auto 64% 0% auto; }
  .slider-arrow.is-bottom-next { inset: auto auto 0% 32%; }
}

/* 480px (phones) */
@media (max-width: 480px) {
  h1, .heading-style-h1 { font-size: 2rem; }
  h2, .heading-style-h2 { font-size: 1.75rem; }
  h3, .heading-style-h3 { font-size: 1.5rem; }
  .text-size-regular { font-size: .95rem; }
  .text-size-small { font-size: .85rem; }
  .text-size-tiny { font-size: .75rem; }

  .padding-global { padding-left: 16px; padding-right: 16px; }
  .padding-section-medium { padding-top: 2.25rem; padding-bottom: 2.25rem; }

  .frame-25 { grid-template-columns: 1fr; }
  .card { grid-template-columns: 1fr; }

  .image-2 { height: 220px; min-height: 220px; }
  .card-1, .card-1.is-green, .card-1.is-black, .card-7 { height: auto; }

  .content-style-5, .content-style-6 { gap: 16px; }
  .rectangle-13 { height: 160px; }
  .vector-3 { width: 180px; height: 160px; inset: auto 0% -16% auto; }

  /* Evitar desbordes horizontales */
  html, body, .main-wrapper { overflow-x: hidden; }
  p, h1, h2, h3, h4, h5, h6 { overflow-wrap: anywhere; }
}

/* Densidad táctil mínima para enlaces/botones en pantallas pequeñas */
@media (hover: none) and (max-width: 768px) {
  .navbar2_link, .button, .category-filter-link, .tab-link { min-height: 44px; }
}








/* --- FIX hero en tablets (912–1024px) --- */
@media (max-width: 1024px) {
  /* Fuerza 1 columna en grids del hero */
  .section.is-hero .w-layout-grid,
  .hero, .hero-grid, .hero_wrapper, .hero__grid,
  .layout-hero, .layout-2-hero {
    display: grid;
    grid-template-columns: 1fr !important;
    gap: 16px;
  }

  /* Asegura que el carrusel/video ocupen el 100% */
  .section.is-hero,
  .section.is-hero .container,
  .section.is-hero .slider,
  .section.is-hero .slider__track,
  .section.is-hero .background-video,
  .section.is-hero .hero-media,
  .section.is-hero .hero-media > * {
    width: 100% !important;
    max-width: 100% !important;
  }

  /* Evita que alguna columna “terca” obligue ancho mayor */
  .section.is-hero [class*="col"],
  .section.is-hero [class*="column"],
  .section.is-hero .left,
  .section.is-hero .right {
    min-width: 0 !important;
    width: 100% !important;
  }

  /* Si tu hero usa flex, apílalo en columna */
  .section.is-hero .layout,
  .section.is-hero .layout-2,
  .section.is-hero .wrapper,
  .section.is-hero .row {
    display: flex;
    flex-direction: column !important;
  }

  /* Quita efectos que rompen el flow en tablet */
  .section.is-hero [style*="position: absolute"] {
    position: static !important;
  }
  .section.is-hero [style*="background-attachment: fixed"],
  .section.is-hero .bg-fixed {
    background-attachment: scroll !important;
  }
}

/* --- Contenedores a ancho completo si el viewport es tablet o menos --- */
@media (max-width: 1024px) {
  .page-wrapper, .main-wrapper, .section, .container,
  .w-container, .w-layout-blockcontainer {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto; margin-right: auto;
  }
}

/* --- Seguridad extra contra “scroll blanco” lateral --- */
@media (max-width: 1024px) {
  html, body { overflow-x: hidden; }
}


/* --- Ajustes de botones del slider en tablets y móviles --- */
@media (max-width: 1024px) {
  .slider-arrow {
    bottom: 24px !important;   /* más abajo dentro del hero */
    top: auto !important;      /* evita que queden al centro */
    transform: none !important;
  }

  .slider-arrow.is-bottom-previous {
    left: 28% !important;      /* centrado horizontal */
    right: auto !important;
  }

  .slider-arrow.is-bottom-next {
    right: 28% !important;     /* centrado horizontal */
    left: auto !important;
  }
}

/* En móviles pequeños aún más abajo y más cerca del centro */
@media (max-width: 640px) {
  .slider-arrow {
    bottom: 18px !important;
  }
  .slider-arrow.is-bottom-previous { left: 35% !important; }
  .slider-arrow.is-bottom-next { right: 35% !important; }
}






/* === Zoom tipográfico global (simula 80% de zoom) === */
html {
  /* Reduce la base de rem/em => todo se ve ~80% */
  font-size: 80%;
  -webkit-text-size-adjust: 100%; /* evita auto-zoom en Safari iOS */
}

/* Suavizado de fuentes y rendering consistente */
html, body {
  -webkit-font-smoothing: antialiased;
          font-smooth: always;
  text-rendering: optimizeLegibility;
}

/* Si tienes componentes que quedaron "grandes" en px y no en rem,
   puedes aplicar un scale general en un contenedor raíz cuando lo necesites.
   OPCIONAL: envuelve tu contenido en <div class="site-zoom">...</div> */
.site-zoom {
  transform: scale(0.8);
  transform-origin: top center;
  width: 125%;           /* compensa el scale para que no se achique el layout */
  margin: 0 auto;
}



.footer-legal {
  text-align: center;
  margin-top: -40px; /* lo acerca al contenido superior */
  padding-bottom: 100px;
}

.footer-text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
}


/* Webflow crea este botón encima del video. Lo ocultamos. */
.w-background-video--control { 
  display: none !important; 
}

/* El usuario no puede hacer click sobre el videofondo -> no se pausa */
.video-background { 
  pointer-events: none; 
}

/* ===== Slider Delta – usa tu estructura actual ===== */
.wrapp-slide-1 { position: relative; overflow: hidden; }

.slider-list-delta-1 {
  display: flex;
  will-change: transform;
  transition: transform .45s ease;
}

.slide-card-list-delta { 
  flex: 0 0 auto; 
  padding: 0 14px;           /* separación lateral entre tarjetas */
  box-sizing: border-box;
}

/* tarjetas visibles por viewport (1 / 2 / 3) */
@media (max-width: 639px)   { .slide-card-list-delta { width: 100%; } }
@media (min-width: 640px) and (max-width: 1023px) { .slide-card-list-delta { width: 50%; } }
@media (min-width: 1024px)  { .slide-card-list-delta { width: 33.3333%; } }

/* asegura que las tarjetas internas se estiren bien */
.slide-card-list-delta .wrrap--nico,
.slide-card-list-delta .card-1,
.slide-card-list-delta .card-7,
.slide-card-list-delta .card-8 { height: 100%; }

.image-hidden, .big-image { width: 100%; display: block; }

/* Bullets */
.pagination-1 { display: flex; gap: 8px; align-items: center; justify-content: center; }
.pagination-1 .swiper-pagination-bullet {
  width: 8px; height: 8px; border-radius: 999px; background: rgba(255,255,255,.35);
  transition: width .2s ease, background .2s ease;
}
.pagination-1 .swiper-pagination-bullet.is-active {
  width: 22px; background: #fff;
}

/* Flechas (ya existen). Mejora accesibilidad visual opcional */
.link-block-7 { user-select:none; -webkit-tap-highlight-color: transparent; }

/* Pausa autoplay cuando el mouse está encima del carrusel */
.wrapp-slide-1:hover { cursor: default; }

/* Previene que imágenes arrastren el scroll durante swipe */
.slide-card-list-delta img { pointer-events: none; user-select: none; }




.cert-logos {
  margin: 20px;
  display: flex;
  gap: 12px;
  align-items: center;
}

.logo-cert {
  width: 100px;
  height: auto;
  filter: brightness(1.1);
  transition: 0.2s ease-in-out;
}

.logo-cert:hover {
  transform: scale(1.08);
}


.licencia-nav {
    font-size: 11px;
    margin-top: 4px;
    text-align: center;
    color: #fff; /* o #d1d1d1 si quieres más discreto */
    opacity: 0.8;
}

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

.footer-links {
  display: flex;
  flex-direction: row;
  justify-content: center;   /* puedes cambiar a space-between si quieres que se abran más */
  align-items: flex-start;
  gap: 60px;                 /* espacio entre teléfono / horario / dirección */
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.footer-links > div {
  text-align: center;
  max-width: 260px;
}

@media (max-width: 768px) {
  .footer-links {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
}
.footer-links {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 80px; /* separa los 3 bloques */
  width: 100%;
  max-width: 1000px;
  margin: 0 auto; /* centra el bloque completo */
}




/* =========================
   TMT FOOTER (FINAL)
   ========================= */

.tmt-footer{
  color:#fff;
}

.tmt-footer__container{
  width:min(1200px, 92%);
  margin:0 auto;
  padding:48px 0 24px;
  display:flex;
  flex-direction:column;
  gap:22px;
}

/* Logo */
.tmt-footer__logo{
  display:flex;
  justify-content:center;
}

.tmt-footer__logo img{
  width: 72px;
  height: auto;
  object-fit: contain;
}


/* Links */
.tmt-footer__links{
  display:flex;
  justify-content:center;
  gap:28px;
  flex-wrap:wrap;
  text-align:center;
}

.tmt-footer__links a{
  color:#fff;
  text-decoration:none;
  font-family: Montserrat, sans-serif;
  font-weight:700;
  font-size:14px;
  opacity:.92;
}

.tmt-footer__links a:hover{
  opacity:1;
  text-decoration:underline;
}

/* Info 2 columnas */
.tmt-footer__info{
  display:grid;
  grid-template-columns: 1.3fr 1fr;
  gap:48px;
  align-items:start;
}

/* Contacto / Horarios */
.tmt-footer__contact,
.tmt-footer__hours{
  font-family: Montserrat, sans-serif;
  font-size:14px;
  font-weight:600;
  line-height:1.6;
}

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

.tmt-footer__line{
  margin:0 0 12px;
}

.tmt-footer__emoji{
  margin-right:10px;
}

.tmt-footer__phone{
  color:#fff;
  text-decoration:none;
}

.tmt-footer__phone:hover{
  text-decoration:underline;
}

/* Permisos abajo en línea */
.tmt-footer__permits-bottom{
  margin-top:22px;
  padding-top:16px;
  border-top:1px solid rgba(255,255,255,.15);

  display:flex;
  justify-content:center;
  align-items:center;
  gap:28px;
  flex-wrap:wrap;
}

/* DGSP solo texto */
.tmt-footer__dgsp{
  font-size:14px;
  font-weight:700;
  padding:8px 14px;
  border:1px solid rgba(255,255,255,.25);
  border-radius:6px;
  white-space:nowrap;
}

/* Logos grandes */
.tmt-footer__permits-bottom img{
  height:50px;
  object-fit:contain;
  opacity:1;
}

/* Legal */
.tmt-footer__legal{
  margin-top:16px;
  padding-top:14px;
  border-top:1px solid rgba(255,255,255,.15);
  text-align:center;
  font-family: Montserrat, sans-serif;
  font-size:13px;
  font-weight:600;
  opacity:.85;
}

.tmt-footer__permits-bottom img[alt="REPSE"]{
  height: 100px;
}


/* Responsive */
@media(max-width:900px){
  .tmt-footer__info{
    grid-template-columns:1fr;
    gap:18px;
    text-align:center;
  }

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

  .tmt-footer__permits-bottom{
    gap:18px;
  }

  .tmt-footer__permits-bottom img{
    height:36px;
  }
}

/* Logo principal */
.tmt-footer__logo{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:10px;
}

.tmt-footer__logo img{
  width:72px;
  height:auto;
  object-fit:contain;
}

/* Redes debajo del logo */
.tmt-footer__logo-social{
  display:flex;
  gap:14px;
  justify-content:center;
}

.tmt-footer__logo-social a{
  display:flex;
  align-items:center;
  justify-content:center;
  opacity:.9;
}

.tmt-footer__logo-social a:hover{
  opacity:1;
}













/* ====== Igualar altura de tarjetas en el slider de servicios ====== */

/* Haz que el wrapper y slides se estiren parejo */
.wrapp-slide-1,
.slider-list-delta-1,
.slide-card-list-delta,
.wrrap--nico {
  height: 100%;
}

.slider-list-delta-1 {
  display: flex;
  align-items: stretch; /* clave */
}

.slide-card-list-delta {
  display: flex;
  align-items: stretch;
}

/* Todas las cards (tus variantes) con misma altura */
.card-1,
.card-7,
.card-8 {
  height: 100%;
  min-height: 520px;          /* AJUSTA: 480–560 según tu diseño */
  display: flex;
  flex-direction: column;
}

/* Imagen con altura fija para que todas “arranquen” igual */
.card-1 .image-hidden,
.card-8 .image-hidden {
  height: 260px;              /* AJUSTA: 220–300 */
  overflow: hidden;
}

/* La imagen llena el contenedor sin deformarse */
.card-1 .big-image,
.card-8 .big-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* El bloque de texto se estira y empuja el botón abajo */
.card-1 .title-style,
.card-7 .title-style,
.card-8 .title-style {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* botón al fondo */
}

/* (Opcional) limita texto para que no “rompa” alturas */
.card-7 .text-size-regular {
  display: -webkit-box;

  -webkit-box-orient: vertical;
  overflow: hidden;
}
