@font-face {
  font-family: PP Neue Montreal;
  src: url('../fonts/PPNeueMontreal-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: PP Neue Montreal;
  src: url('../fonts/PPNeueMontreal-SemiBold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: PP Neue Montreal;
  src: url('../fonts/PPNeueMontreal-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: PP Neue Corp Wide;
  src: url('../fonts/PPNeueCorp-WideUltrabold.woff2') format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Proximasoft;
  src: url('../fonts/ProximaSoft-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Proximasoft;
  src: url('../fonts/ProximaSoft-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Proxima Soft;
  src: url('../fonts/Proxima-Soft.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Proximasoft;
  src: url('../fonts/ProximaSoft-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --color-neutral-300: #e3e1de;
  --color-dark: var(--color-neutral-800);
  --color-black: var(--color-neutral-900);
  --color-light: var(--color-neutral-200);
  --color-primary: #ff4c24;
  --color-neutral-200: #efeeec;
  --color-neutral-400: #cbc8c5;
  --color-neutral-900: black;
  --color-neutral-100: white;
  --color-neutral-500: #818180;
  --color-neutral-600: #2c2c2c;
  --color-neutral-700: #1f1f1f;
  --color-neutral-800: #131313;
  --color-white: var(--color-neutral-100);
  --color-error: var(--color-primary);
  --color-success: #0ba954;
}

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

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

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

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

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

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

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

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  color: inherit;
  text-decoration: underline;
}

.body {
  background-color: var(--color-neutral-300);
  color: var(--color-dark);
  margin: 0;
  padding: 0;
  font-family: PP Neue Montreal, Arial, sans-serif;
  font-weight: 500;
  line-height: 1;
}

.body.is--dark {
  background-color: var(--color-black);
  color: var(--color-light);
}

.body.is--dark.is--cursor.is--orange {
  color: var(--color-primary);
}

.body.is--cursor.is--dark {
  color: #efeeec;
}

.code-embed-css, .code-embed-osmo, .code-embed-js {
  pointer-events: none;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.osmo-ui {
  z-index: 100;
  pointer-events: none;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: fixed;
  inset: 0;
}

.nav-row {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-logo-row {
  pointer-events: auto;
  justify-content: space-between;
  align-items: center;
  width: 13em;
  display: flex;
}

.nav-logo__wordmark {
  width: 4em;
}

.nav-logo__icon {
  width: 1.5em;
  height: 1.5em;
}

.container {
  z-index: 1;
  width: 100%;
  max-width: var(--size-container);
  padding-left: var(--container-padding);
  padding-right: var(--container-padding);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.is--full {
  max-width: 100%;
}

.nav-row__right {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  pointer-events: auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.header {
  padding-top: var(--gap);
  position: relative;
}

.website-link {
  white-space: nowrap;
  text-decoration: none;
  position: relative;
}

.website-link.is--alt {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  justify-content: flex-start;
  align-items: center;
  height: 1.5em;
  display: flex;
}

.inline-link__p {
  margin-bottom: 0;
}

.website-link__arrow-svg {
  width: 1em;
  margin-top: .2em;
}

.website-link__arrow-svg.is--duplicate {
  position: absolute;
  right: 100%;
}

.website-link__arrow {
  position: relative;
  overflow: hidden;
}

.cloneable {
  min-height: 200svh;
  padding: var(--section-padding) var(--container-padding);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.footer {
  padding-bottom: var(--gap);
  position: relative;
}

.footer-row {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.cloneable-title {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  pointer-events: auto;
  display: flex;
  position: relative;
}

.cloneable-title__nr {
  opacity: 1;
  white-space: nowrap;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 500;
}

.cloneable-title__h1 {
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 500;
  line-height: 1;
}

.clone-in-webflow {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  background-color: var(--color-light);
  pointer-events: auto;
  border-radius: .25em;
  justify-content: space-between;
  align-items: center;
  width: 21.25em;
  height: 2.875em;
  margin-bottom: -1em;
  margin-right: -1em;
  padding-left: 1em;
  padding-right: .75em;
  text-decoration: none;
  display: flex;
}

.clone-in-webflow__p {
  margin-bottom: 0;
  font-size: 1em;
}

.webflow-logo-svg {
  flex-shrink: 0;
  width: 1.5em;
}

.cloneable-title__gradient {
  background-image: linear-gradient(270deg, var(--color-neutral-200), transparent);
  width: 1em;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
}

.osmo-ui__bg {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--color-neutral-400);
  background-color: var(--color-neutral-300);
  width: 100%;
  height: calc(100% + 1px + (var(--gap) * .5));
  display: none;
  position: absolute;
  bottom: 0;
}

.osmo-ui__bg.is--header {
  border-top-style: none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--color-neutral-400);
  height: calc(100% + 1px + var(--gap));
  top: 0;
  bottom: auto;
}

.osmo-icon-svg {
  width: 8em;
  position: relative;
}

.parallax__header {
  z-index: 2;
  min-height: 100svh;
  padding: var(--section-padding) var(--container-padding);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.parallax {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.parallax__content {
  min-height: 100svh;
  padding: var(--section-padding) var(--container-padding);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cover {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.parallax__visuals {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 120%;
  position: absolute;
  top: 0;
  left: 0;
}

.parallax__placeholder {
  z-index: 0;
  opacity: 0;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.parallax__layers {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.cover-copy {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.parallax__fade {
  z-index: 30;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 20%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.parallax__black-line-overflow {
  z-index: 20;
  background-color: var(--color-black);
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.parallax__title {
  pointer-events: auto;
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: .1em;
  margin-right: .075em;
  font-family: Proxima Soft, Arial, sans-serif;
  font-size: 13em;
  font-weight: 800;
  line-height: .8;
  position: relative;
}

.parallax__radial-gradient {
  z-index: 10;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, transparent, var(--color-black));
  opacity: .5;
  pointer-events: none;
  mix-blend-mode: multiply;
  position: fixed;
  inset: 0;
}

.parallax__layer-title {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100svh;
  line-height: 2;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.parallax__layer-img {
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 117.5%;
  position: absolute;
  top: -17.5%;
  left: 0;
}

.parallax__layer-img.is-third {
  top: -20%;
}

.elipse {
  background-color: #c2d33c;
  border-radius: 50%;
  width: .4rem;
  height: .4rem;
}

.elipse.hide-mobile {
  background-color: #c2d33c;
}

.hero-marquee {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  align-items: center;
  display: flex;
}

.hero-grid {
  z-index: 0;
  pointer-events: none;
  width: 74vw;
  max-width: 80rem;
  margin-top: -4vw;
  position: absolute;
}

.button-hero {
  color: #151515;
  border-radius: .25rem;
}

.hero-content {
  justify-content: space-between;
  width: 100%;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
}

.heading {
  max-width: 80ch;
}

.hero-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 11vh;
  padding-bottom: 7rem;
  display: flex;
  position: relative;
}

.hero-card {
  background-color: #151515;
  border-radius: 1vh;
  width: 45vh;
  height: 55vh;
  position: absolute;
  overflow: hidden;
}

.hero-card.second {
  z-index: 2;
  background-color: #c2d33c;
  border-radius: 3vh;
  transform: rotate(-.463deg);
}

.hero-card.first {
  z-index: 3;
  border-radius: 3vh;
  transform: rotate(-4.89deg);
}

.hero-card.third {
  z-index: 1;
  background-color: #aa4646;
  border-radius: 3vh;
  transform: rotate(3.712deg);
}

.hero {
  background-color: #a6836d;
}

.hero.principal {
  background-color: #31585d;
}

.text-weight-medium {
  font-weight: 700;
  line-height: 1.2;
}

.text-weight-medium.caps {
  color: #00a659;
  font-family: Proxima Soft, Arial, sans-serif;
}

.big-elipse {
  background-color: #999;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
}

.hero-big-text {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  white-space: nowrap;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.hero-component {
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero-left-content {
  text-align: left;
  max-width: 30ch;
}

.container-2 {
  width: 100%;
  max-width: 110rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

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

.button-line-wrap {
  background-color: #1515151a;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 1px;
  margin-top: 3px;
  display: flex;
}

.heading-1 {
  color: #00a659;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1;
}

.heading-1.bold {
  color: #6b878b;
  font-family: Proximasoft, Arial, sans-serif;
  font-weight: 600;
}

.heading-1.negro {
  color: #000;
}

.hero-header {
  z-index: 3;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
  position: relative;
}

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

.button-line-animation {
  background-color: #151515;
  width: 30%;
  height: 1px;
}

.text-size-display {
  color: #999;
  letter-spacing: -.5975rem;
  font-family: Proxima Soft, Arial, sans-serif;
  font-size: 13.3rem;
  font-weight: 300;
  line-height: 1;
}

.text-size-display.destaque {
  color: #6b878b;
}

.tag-wrapper {
  grid-column-gap: .6875rem;
  grid-row-gap: .6875rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-interaction-wrapper {
  z-index: 2;
  pointer-events: none;
  cursor: none;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 4vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading-2 {
  color: #00a659;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1;
}

.heading-2.bold {
  font-weight: 700;
}

.heading-2.negro {
  color: #cec2b5;
  font-family: Proxima Soft, Arial, sans-serif;
}

.mm__sidebar-iframe {
  border-top: 1px solid #ececec;
  flex: 1;
  margin-top: 16px;
  margin-left: -24px;
  margin-right: -24px;
  overflow: scroll;
}

.mm__sidebar-body {
  z-index: 9999;
  transform-origin: 0%;
  color: #131313;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  width: 448px;
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: fixed;
  top: 31px;
  bottom: 31px;
  left: 32px;
  overflow: hidden;
}

.mm__button-text {
  font-family: Proximasoft, Arial, sans-serif;
  font-weight: 700;
}

.mm__number {
  margin-right: 12px;
  font-weight: 600;
}

.mm__css {
  position: absolute;
  top: -9999em;
  left: -9999em;
}

.mm__sidebar-title {
  font-weight: 600;
}

.mm__buttons {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.mm__menu-button {
  color: #131313;
  cursor: pointer;
  background-color: #ebebeb;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-right: 16px;
  padding-left: 8px;
  padding-right: 16px;
  font-weight: 600;
  line-height: 13px;
  transition: background-color .2s;
  display: flex;
}

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

.mm__button-icon {
  width: 12px;
  height: 12px;
  margin-right: 8px;
}

.mm--delete-me {
  z-index: 9999;
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.mm__button {
  color: #fff;
  border: 1px solid #ffffff40;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-left: 8px;
  margin-right: 8px;
  padding-left: 16px;
  padding-right: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .2s, border .2s;
  display: flex;
}

.mm__button:hover {
  border-color: #fff;
  text-decoration: none;
}

.mm__button.mm__button--s {
  height: 28px;
  padding-bottom: 2px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
}

.mm__button.mm__button--s.mm__button--twitter {
  background-color: #1d9bf0;
  border-color: #fff0;
  padding-bottom: 1px;
}

.mm__button.mm__button--s.mm__button--twitter:hover {
  background-color: #0873bb;
}

.mm__button.mm__button--youtube {
  color: #131313;
  background-color: #fd3846;
  border-color: #fff0;
}

.mm__button.mm__button--youtube:hover {
  background-color: #e22e3b;
}

.mm__link {
  color: #131313;
  font-weight: 600;
  transition: color .2s;
}

.mm__link:hover {
  color: #fd3846;
}

.mm__sidebar-close {
  cursor: pointer;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 20px;
  right: 24px;
}

.mm__sidebar {
  display: none;
  position: fixed;
  inset: 0%;
}

.mm__sponsor {
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 32px;
  left: 32px;
}

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

.mm__sidebar-scrim {
  background-color: #13131380;
  position: fixed;
  inset: 0%;
}

.mm__logo {
  mix-blend-mode: multiply;
  margin-right: 4px;
}

.mm__hamburger {
  margin-left: 12px;
}

.mm__bold {
  font-weight: 600;
}

.filter-button {
  background-color: #0000;
  border: 1px solid #efeeec00;
  padding: 1.125em 1.5em;
  transition: border-color .2s;
  position: relative;
}

.filter-button.active {
  border-color: #efeeec4d;
  border-radius: .25em;
}

.tab-content__button {
  color: #131313;
  justify-content: center;
  align-items: center;
  height: 4em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  text-decoration: none;
  display: flex;
  position: relative;
}

.tab-content__heading {
  color: #c5b5a6;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Proximasoft, Arial, sans-serif;
  font-size: 1.75em;
  font-weight: 700;
  line-height: 1;
}

.filter-button__p {
  z-index: 1;
  font-size: 1.125em;
  position: relative;
}

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

.tab-layout-col {
  width: 50%;
}

.tab-layout {
  z-index: 1;
  grid-row-gap: 3em;
  flex-flow: wrap;
  width: 100%;
  min-height: 37em;
  display: flex;
  position: relative;
}

.tab-button__bg {
  z-index: 0;
  background-color: #efeeec0f;
  border: 1px solid #efeeec14;
  border-radius: .25em;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.content-p {
  margin-bottom: 0;
  font-size: 1.25em;
  line-height: 1.4;
}

.content-p.opacity--80 {
  font-family: Proxima Soft, Arial, sans-serif;
}

.tab-image {
  object-fit: cover;
  border-radius: .5em;
  width: 100%;
  max-width: none;
  height: 100%;
}

.tab-visual-item {
  visibility: hidden;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.tab-visual-item.active {
  visibility: visible;
}

.cloneable-2 {
  min-height: 100svh;
  padding: var(--section-padding) var(--container-padding);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.tab-layout-container {
  width: 100%;
  max-width: 36em;
  height: 100%;
  margin-left: auto;
  margin-right: 0;
  padding-top: 1em;
  padding-bottom: 2em;
}

.tab-content-wrap {
  width: 100%;
  min-width: 24em;
  position: relative;
}

.tab-content-item {
  z-index: 1;
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  visibility: hidden;
  flex-flow: column;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.tab-content-item.active {
  visibility: visible;
}

.tab-visual-wrap {
  border-radius: .5em;
  width: 100%;
  height: 42em;
  max-height: 80vh;
  position: relative;
  overflow: hidden;
}

.tab-container-bottom {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.tab-layout-heading {
  color: #9b735b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Proximasoft, Arial, sans-serif;
  font-size: 4.2em;
  font-weight: 600;
  line-height: 1;
}

.filter-bar {
  background-color: #efeeec0f;
  border: 1px solid #efeeec14;
  border-radius: .5em;
  padding: .5em;
  display: flex;
}

.tab-container {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 2.5em;
  display: flex;
}

.content-button__bg {
  z-index: -1;
  background-color: #efeeec;
  border-radius: .25em;
  position: absolute;
  inset: 0%;
}

.text-block {
  font-family: Proximasoft, Arial, sans-serif;
  font-weight: 700;
}

.stat-number {
  font-size: 5rem;
  font-weight: 600;
  line-height: 1.3;
}

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

.stat-item {
  text-align: left;
  background-image: linear-gradient(0deg, #131313, #252525);
  border: 1px solid #2e2e2e;
  border-radius: 6px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.main-wrapper.max-width-full {
  flex-flow: wrap;
  order: -1;
  justify-content: center;
  align-items: center;
}

.footer-logo {
  width: 9rem;
}

.banner-cta-component {
  white-space: nowrap;
  flex-direction: column;
  display: flex;
}

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

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

.footer-link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.section-banner-cta {
  background-color: #131313;
  overflow: hidden;
}

.link-3 {
  color: #fff;
}

.button {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  text-transform: none;
  background-color: #131313;
  border: 1px solid #131313;
  border-radius: 100rem;
  align-items: center;
  padding: .25rem .25rem .25rem 1.25rem;
  font-size: 1rem;
  transition: transform .3s;
  display: flex;
}

.button:active {
  transform: scale(.95);
}

.button.w--current {
  border-radius: 100rem;
}

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

.stats-content-left {
  max-width: 45rem;
}

.heading-style-h1 {
  letter-spacing: 2px;
  font-size: 7rem;
  font-weight: 600;
  line-height: 1;
}

.heading-style-h1.text-allcaps {
  font-family: Proximasoft, Arial, sans-serif;
  font-weight: 600;
  line-height: .9;
}

.line-divider {
  background-color: #818181;
  width: 100%;
  height: 1px;
  margin-top: -29px;
}

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

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

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

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

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

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

.influx {
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
}

.stat-image-wrapper {
  border-radius: 6px;
  overflow: hidden;
}

.text-size-large {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
}

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

.text-size-large.weight-normal.z-index-2 {
  z-index: 2;
  position: relative;
}

.footer-top-wrapper {
  grid-column-gap: 4vw;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  align-items: start;
}

.footer-menu-wrapper {
  grid-column-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.mid-grey-span {
  color: #818181;
  font-weight: 600;
}

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

.header-image-wrapper {
  border-radius: 6px;
  width: 100%;
  padding-top: 120%;
  position: relative;
  overflow: hidden;
}

.header-image-wrapper.is-image-1 {
  width: 22vw;
}

.header-image-wrapper.is-image-3 {
  width: 20vw;
  margin-top: -5vw;
  left: 4vw;
}

.header-image-wrapper.is-image-6 {
  opacity: .75;
  width: 18vw;
  margin-top: -44vw;
  right: 54vw;
}

.header-image-wrapper.is-image-4 {
  width: 18vw;
  margin-top: -45vw;
  left: 64vw;
}

.header-image-wrapper.is-image-5 {
  opacity: .75;
  width: 20vw;
}

.header-image-wrapper.is-image-2 {
  width: 22vw;
  margin-top: -46vw;
  left: 58vw;
}

.footer-component {
  color: #fff;
  background-color: #131313;
  border-top: 1px solid #363636;
}

.webflow {
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
}

.header-content {
  align-items: center;
  max-width: 65rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: flex;
  position: relative;
}

.text-align-center {
  text-align: center;
  width: 100%;
}

.button-secondary {
  grid-column-gap: .5rem;
  color: #131313;
  text-align: center;
  background-color: #0000;
  border: 1px solid #131313;
  border-radius: 100rem;
  align-items: center;
  padding: .25rem .25rem .25rem 1.25rem;
  font-size: 1rem;
  transition: transform .3s;
  display: flex;
}

.button-secondary:active {
  transform: scale(.95);
}

.button-secondary.is-alternate {
  color: #fff;
  border-color: #fff;
}

.about-image-wrapper {
  border-radius: 6px;
  overflow: hidden;
}

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

.footer-link {
  color: #818181;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Proximasoft, Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: color .3s;
}

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

.stats-component {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.heading-style-h6.weight-medium {
  font-weight: 500;
}

.heading-style-h2 {
  letter-spacing: 0;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1;
}

.button-arrow {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  display: flex;
}

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

.text-span-7 {
  font-size: 2.5rem;
  font-weight: 700;
}

.header-component {
  height: 300vh;
  position: relative;
}

.link {
  color: #fff;
  font-family: Proxima Soft, Arial, sans-serif;
  text-decoration: underline;
}

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

.portfolio-list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  column-count: 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  column-gap: 3rem;
}

.text-span-6 {
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
}

.text-size-small-2 {
  font-family: Proxima Soft, Arial, sans-serif;
  font-size: .875rem;
}

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

.stats-content {
  grid-column-gap: 5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.stat-image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
  height: 100%;
}

.footer-credit-text {
  color: #727272;
  font-family: Proximasoft, Arial, sans-serif;
  font-size: .875rem;
}

.header-content-wrapper {
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.header-images-wrapper {
  z-index: 1;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.header-images-wrapper.images-wrapper-right {
  z-index: 0;
  inset: 0% 0% 0% auto;
}

.footer-bottom-logo {
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 0;
}

.header-image-list {
  z-index: 1;
  grid-row-gap: 26vw;
  flex-direction: column;
  padding-top: 70vh;
  display: flex;
}

.cta-heading-top {
  color: #fff;
  text-transform: uppercase;
  font-size: 8rem;
  font-weight: 600;
  line-height: 1.2;
}

.cta-heading-bottom {
  color: #777;
  text-transform: uppercase;
  align-self: flex-end;
  font-size: 8rem;
  font-weight: 600;
}

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

.header-ix-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

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

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

.margin-bottom.margin-medium {
  margin-bottom: 2rem;
}

.about-image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
  height: 100%;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.text-size-regular.weight-semibold.text-colour-grey {
  font-family: Proxima Soft, Arial, sans-serif;
}

.portfolio-component {
  flex-direction: column;
  align-items: center;
}

.form-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px solid #ffffff26;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.form-text {
  color: #ffffff4d;
  font-size: 14px;
}

.fb-links {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-heading {
  color: #fff;
  max-width: 950px;
  margin-bottom: 70px;
  margin-left: auto;
  font-family: Proximasoft, Arial, sans-serif;
  font-weight: 600;
}

.footer-heading.contact {
  font-size: 37px;
}

.from-inner {
  width: 100%;
}

.header-border {
  grid-column-gap: 240px;
  color: #a8463f;
  border: 0 solid #a8463f33;
  border-top-width: 1px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 5px;
  padding-top: 20px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.header-border._2 {
  color: #fff;
  border-top-color: #ffffff1a;
}

.paragraph-18px {
  letter-spacing: -.01em;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.checkbox-label {
  color: #ffffffb3;
  margin-left: 10px;
  font-weight: 400;
}

.checkbox {
  border-radius: 8px;
  width: 27px;
  height: 27px;
}

.button-2 {
  grid-column-gap: 50px;
  color: #a8463f;
  border: .7px solid #a8463f;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 14px 20px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-radius .35s;
  display: flex;
  position: relative;
}

.button-2:hover {
  border-radius: 20px;
}

.button-2.button-footer {
  color: #fff;
  border-color: #fff;
  padding: 10px 17px;
}

.form-button-wrapper {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-3 {
  width: 100%;
  padding: 100px 50px;
}

.container-3.c-footer {
  background-color: #867c77;
  padding-bottom: 50px;
}

.footer-bottom-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-top: 1px solid #ffffff26;
  flex-flow: column;
  padding-top: 50px;
  display: flex;
}

.submit-button {
  background-color: #3898ec00;
  position: absolute;
  inset: 0%;
}

.text-field {
  background-color: #fff0;
  border: 1px #000;
  height: 23px;
  margin-bottom: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  overflow: visible;
}

.text-field::placeholder {
  color: #fff;
}

.text-field.text-area {
  width: 100%;
  height: auto;
  margin-top: 30px;
}

.fb-link {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: letter-spacing .35s;
}

.fb-link:hover {
  letter-spacing: .03em;
}

.paragraph-14px {
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.checkbox-link {
  color: #fff;
  text-decoration: none;
}

.form-content {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.form-block {
  color: #fff;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}

.success-message {
  background-color: #ddd0;
}

.fb-text-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff9;
  flex-flow: column;
  font-size: 14px;
  display: flex;
}

.marquee-wrapper {
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 10rem;
  line-height: 1;
  display: flex;
  overflow: hidden;
}

.marquee-reveal-wrapper {
  overflow: hidden;
}

.marquee-el {
  padding-right: 3rem;
  font-family: Proximasoft, Arial, sans-serif;
  font-weight: 600;
}

.hero-title-word-wrapper {
  display: inline-block;
  overflow: hidden;
}

.shipping-title-small {
  font-size: 3rem;
  display: block;
}

.footer-shipping-title {
  text-align: right;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5rem;
  font-weight: 400;
  line-height: .9;
}

.shipping-title-big {
  display: inline-block;
}

.grid-8cols {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

.section.footer {
  z-index: 0;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-image: url('../images/portalrsp_08.jpg');
  background-position: 0 0;
  background-size: cover;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-height: 100svh;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: grid;
}

.section.footer.mobile {
  min-height: 80svh;
}

.page-padding {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.hh-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.nav-links-wrapper {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: letter-spacing .35s;
}

.nav-link:hover {
  letter-spacing: .03em;
}

.container-4 {
  width: 100%;
  padding: 100px 50px;
}

.container-4.c-nav {
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.menu-button {
  display: none;
}

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

.hero-heading {
  max-width: 576px;
  font-family: Proximasoft, Arial, sans-serif;
  font-size: 118px;
  font-weight: 600;
  line-height: 90%;
}

.hero-home {
  color: #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.hero-home.retail {
  height: 80vh;
}

.paragraph-16px {
  font-size: 16px;
  line-height: 130%;
}

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

.hh-linear {
  background-image: linear-gradient(#152e2466, #152e24);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-text-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 361px;
  margin-left: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

.image-3 {
  max-width: 30%;
}

.empower_tab-menu {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.hero_img {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  position: relative;
  inset: 0%;
}

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

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

.stats_image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  transform: scale(1.1);
}

.empower_card-img {
  color: #fff;
  background-image: url('../images/rsp_redondo.svg');
  background-position: 0 0;
  background-size: auto;
  flex: 0 auto;
  width: 5rem;
  height: 5rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 19px;
}

.heading-style-h5 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.empower_tab-content {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 10vw 0% auto;
  overflow: visible;
}

.empower_card {
  z-index: 2;
  color: #153a43;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 24rem;
  height: 140%;
  display: flex;
  position: relative;
  inset: auto;
  overflow: clip;
}

.vision_image-wrapper {
  border-radius: 16px;
  flex: none;
  position: relative;
  overflow: hidden;
}

.vision_image-wrapper.is-image-large {
  border-radius: 16px;
  width: 36vw;
  height: 80vh;
}

.vision_image-wrapper.is-image-small {
  width: 20vw;
}

.vision_small-image-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 18vw;
  display: grid;
  position: relative;
}

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

.hero_visuals {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.marquee_marquee {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: space-around;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: grid;
}

.text-overlay-wrap {
  justify-content: flex-end;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 8rem;
  padding-left: 2vw;
  padding-right: 2vw;
  display: flex;
  position: absolute;
  inset: 0%;
}

.button-3 {
  color: #ff7c4d;
  text-align: center;
  background-color: #fcfbfa;
  border-radius: .25rem;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button-3.is-link {
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-3.is-link.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-family: Proximasoft, Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.text-style-tagline.legacy.mobile {
  color: #174349;
}

.section_team {
  position: relative;
}

.section_hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  height: calc(100vh - 6rem);
  display: flex;
  position: relative;
}

.stats_texture {
  opacity: .5;
  pointer-events: none;
  mix-blend-mode: overlay;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.stats_texture.is-darken-40 {
  opacity: .4;
  mix-blend-mode: darken;
}

.stats_texture.is-overlay-40 {
  opacity: .4;
  mix-blend-mode: overlay;
}

.stats_texture.is-darken-20 {
  opacity: .2;
  mix-blend-mode: darken;
}

.padding-global-2 {
  flex: 1;
  padding-left: 2rem;
  padding-right: 2rem;
}

.padding-global-2.centro {
  margin-top: 80px;
}

.stats_number {
  font-size: clamp(1rem, 8vw, 158.72px);
  font-weight: 700;
  line-height: 1.3;
}

.hero_content {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  display: flex;
  position: relative;
  overflow: clip;
}

.stats_item {
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 2rem;
  display: flex;
  position: relative;
  overflow: clip;
}

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

.hand-icon-path {
  transform-origin: 50% 0;
  object-fit: contain;
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: relative;
}

.grain {
  z-index: 0;
  opacity: .04;
  pointer-events: none;
  mix-blend-mode: multiply;
  background-image: url('../images/grain4.avif');
  background-position: 0 0;
  background-size: auto;
  border-radius: 16px;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

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

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

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

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

.padding-section-large.padding-tablet-small {
  padding-top: 3.4rem;
}

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

.text-size-regular-2.text-weight-semibold {
  color: #fff;
}

.vision_image3 {
  aspect-ratio: 3 / 4;
  object-fit: cover;
  width: 100%;
}

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

.hide {
  display: none;
}

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

.vision_image1 {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  width: 100%;
}

.hand-icon {
  object-fit: contain;
  width: 4em;
  height: 100%;
}

.vision_image5 {
  aspect-ratio: 3 / 4;
  object-fit: cover;
  width: 100%;
}

.hero-title {
  color: #beac9b;
  white-space: nowrap;
  font-family: Proximasoft, Arial, sans-serif;
  font-size: clamp(2rem, 14vw, 277.76px);
  font-weight: 600;
  line-height: .75;
}

.stats_item-content {
  text-align: right;
  flex-direction: column;
  align-items: flex-end;
}

.dark_gradient {
  z-index: 1;
  background-image: linear-gradient(#153a4300 84%, #000c);
  position: absolute;
  inset: 0%;
}

.empower_link-block {
  color: #153a43;
  background-color: #fff0;
  justify-content: flex-start;
  align-items: center;
  padding: 1.5rem 0;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.empower_link-block.w--current {
  background-color: #fff0;
}

.vision_ix-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.heading-style-h2-2 {
  font-family: Proximasoft, Arial, sans-serif;
  font-size: 3.25rem;
  font-weight: 600;
  line-height: 1.25;
}

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

._2col_grid {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: end stretch;
  width: 100%;
  display: grid;
  position: relative;
}

._2col_grid.z-index-2 {
  grid-column-gap: 6%;
  grid-row-gap: 6%;
}

.empower_tab-panel {
  width: 100%;
  height: 100%;
  position: relative;
}

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

.vision_overlay-text {
  z-index: 2;
  text-align: right;
  font-family: Proximasoft, Arial, sans-serif;
  font-size: 2.9rem;
  font-weight: 900;
  position: relative;
}

.marquee_component {
  justify-content: flex-end;
  width: 100vw;
  max-width: 100%;
  display: flex;
  overflow: hidden;
}

.marquee_image-wrapper {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  overflow: hidden;
}

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

.marquee_heading-wrapper {
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.vision_image-list {
  z-index: 1;
  grid-template-rows: auto;
  grid-template-columns: 32% 36% 32%;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-content: center;
  align-items: center;
  width: 100%;
  height: 80vh;
  display: grid;
}

.icon {
  width: 1em;
  font-size: 1em;
  font-style: normal;
  display: inline-flex;
}

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

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

.stats_image-wrapper {
  border-radius: 16px;
  overflow: hidden;
}

.section_empower {
  margin-bottom: 44px;
}

.container-large-2 {
  width: 100%;
  max-width: 120rem;
  margin-bottom: -58px;
  margin-left: 17px;
  margin-right: auto;
}

.container-large-2.is--100 {
  height: 100%;
}

.empower_card-texture {
  opacity: .9;
  filter: brightness(120%);
  pointer-events: none;
  mix-blend-mode: darken;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  position: relative;
  inset: 0%;
}

.empower_card-texture._1 {
  opacity: 1;
  mix-blend-mode: overlay;
  background-image: url('../images/partners.svg');
  background-position: 0 0;
  background-size: auto;
}

.empower_card-texture._4 {
  opacity: .48;
  mix-blend-mode: normal;
}

.empower_card-texture._3 {
  opacity: .64;
  background-image: url('../images/pinkish.jpg');
  background-position: 0 0;
  background-size: auto;
}

.empower_card-texture._2 {
  opacity: .6;
  mix-blend-mode: darken;
  background-image: url('../images/pinkish.jpg');
  background-position: 0 0;
  background-size: auto;
}

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

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

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

.btn {
  grid-column-gap: .4em;
  grid-row-gap: .4em;
  color: #153a43;
  text-align: center;
  letter-spacing: 0;
  background-color: #ff7c4d;
  border: 1px solid #0000;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  padding: .5em 2em;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3em;
  text-decoration: none;
  transition: box-shadow .35s cubic-bezier(.165, .84, .44, 1), border-color .3s cubic-bezier(.165, .84, .44, 1);
  display: inline-flex;
  box-shadow: inset 0 0 #0000;
}

.btn:hover {
  opacity: .96;
  box-shadow: 2px 2px 14px 2px #0003;
}

.btn:focus-visible, .btn[data-wf-focus-visible] {
  outline-offset: 0px;
  outline: 2px solid #ff7c4d;
}

.btn.full-blue-4 {
  color: #fcfbfa;
  background-color: #153a43;
  transition-duration: .45s, .3s;
  transition-timing-function: ease-in-out, cubic-bezier(.165, .84, .44, 1);
}

.marquee_inner-wrapper {
  color: #ff7c4d;
  will-change: transform;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.margin-bottom-2, .margin-bottom-2.margin-xxlarge, .margin-bottom-2.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom-2.margin-medium {
  font-family: Proximasoft, Arial, sans-serif;
  font-weight: 600;
}

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

.section_vision.background-color-gradient1 {
  position: relative;
}

.empower_tab_timer {
  transform-origin: 0%;
  background-color: #153a4380;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.empower_tab_timer.red {
  background-color: #153a43;
}

.text-size-medium-2 {
  font-family: Proximasoft, Arial, sans-serif;
  font-size: 1.2rem;
}

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

.text-size-medium-2.tamara.mobile {
  font-weight: 300;
}

.empower_tab-component {
  display: flex;
}

.vision_component {
  height: auto;
  position: relative;
}

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

.icon-color {
  color: inherit;
  display: inline-flex;
}

.empower_component {
  background-color: #f5f3ee;
  background-image: linear-gradient(218deg, #beac9b 48%, #efd9e399);
  border-radius: 16px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
  overflow: visible;
}

.empower_card-content {
  z-index: 2;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 6rem 2rem 2rem;
  display: flex;
  position: relative;
}

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

.team_heading-span {
  transform-origin: 50%;
  object-fit: cover;
  background-image: url('../images/portalrsp_26.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 2em;
  margin-left: 16px;
  margin-right: 16px;
  padding-bottom: 1em;
  line-height: 1;
  display: inline-block;
  position: relative;
  bottom: -.25em;
}

.team_heading-span._2 {
  background-image: url('../images/portalrsp_19.jpg');
  background-position: 50% 20%;
}

.team_heading-span._3 {
  background-image: url('../images/portalrsp_25.jpg');
}

.noise {
  opacity: .25;
  pointer-events: none;
  mix-blend-mode: difference;
  background-image: url('../images/noise-light.png');
  background-position: 50%;
  background-size: 220px 220px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.noise.is-hero {
  opacity: .5;
}

.vision_image-group-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: center end;
  padding-left: 1rem;
  padding-right: 1rem;
  display: grid;
}

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

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

.empower_link-text-small.mobile {
  font-family: Proximasoft, Arial, sans-serif;
  font-size: 3.1rem;
  font-weight: 600;
}

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

.empower_card-background {
  z-index: 0;
  background-color: #7ed4ea;
  background-image: url('../images/purple_blue.jpg');
  background-position: 0%;
  background-size: auto;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.empower_card-background.is-pearl {
  background-color: #fcfbfa;
}

.empower_card-background.is-purple {
  perspective-origin: 50%;
  transform-origin: 50%;
  background-color: #e3d6e5;
}

.vision_image-group-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: center end;
  padding-left: 1rem;
  padding-right: 1rem;
  display: grid;
}

.divider-horizontal {
  background-color: #153a43;
  width: 100%;
  height: 1px;
}

.vision_image7 {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  width: 100%;
}

.btn-icon {
  justify-content: center;
  align-items: center;
  max-width: 1.2em;
  line-height: 1;
  display: inline-flex;
}

.text-block-2 {
  font-family: Proximasoft, Arial, sans-serif;
  font-size: 16px;
}

.g, .path, .path-2, .path-3 {
  color: #fff;
}

.heading-3 {
  font-family: Proximasoft, Arial, sans-serif;
  font-size: 40px;
  font-weight: 600;
}

.image-box {
  position: relative;
}

.image-box.home-testimony {
  flex: 1;
  align-self: flex-end;
  max-width: 438px;
  margin-top: -54px;
}

.image-box.home-about {
  flex: 1 1 0;
  max-width: 512px;
}

.section-padding {
  padding-left: 40px;
  padding-right: 40px;
}

.section-padding.padding-120x120, .section-padding.padding-150x150 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.slide-nav {
  display: none;
}

.home-testimony-slider-text {
  border-left-style: none;
  margin-bottom: 0;
  padding: 0;
  font-family: Proximasoft, Arial, sans-serif;
  font-size: 21px;
  line-height: 130%;
}

.section-header-2 {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
  display: flex;
}

.margin-bottom-3.margin-60px {
  margin-bottom: 60px;
}

.home-testimony-card {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  display: flex;
}

.home-testimony-author-name {
  margin-bottom: 8px;
  font-family: Proximasoft, Arial, sans-serif;
  font-size: 24px;
  line-height: 134%;
}

.heading-mask {
  overflow: hidden;
}

.background-secondary {
  background-color: #ff6314;
}

.background-secondary.color-white {
  background-color: #424242;
}

.home-testimony-author-designation {
  font-family: Proximasoft, Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.home-testimony-slider-item {
  overflow: hidden;
}

.container-5 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.home-testimony-slider-arrow {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 18px;
  transition: color .5s, background-color .5s, border-color .5s;
  display: flex;
  inset: auto 500px 38px auto;
}

.home-testimony-slider-arrow:hover {
  color: #ff6314;
  background-color: #fff;
}

.home-testimony-slider-arrow.arrow-left {
  margin-right: 72px;
}

.arrow {
  justify-content: center;
  align-items: center;
  max-width: 30px;
  display: flex;
}

.home-testimony-slider-content {
  flex: 1;
  max-width: 782px;
  padding-left: 10px;
  padding-right: 10px;
}

.home-testimony-author-details {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.home-testimony-author-info {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.section-heading {
  padding-bottom: 5px;
  font-family: Proximasoft, Arial, sans-serif;
  font-size: 58px;
  font-weight: 600;
}

.section-inner.home-testimony {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.section-inner.home-about {
  grid-column-gap: 11.25%;
  grid-row-gap: 11.25%;
  display: flex;
}

.home-testimony-slider {
  background-color: #0000;
  width: 100%;
  height: auto;
}

.big-image {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 500px;
}

.hu-grid-border {
  grid-row-gap: 10px;
  color: #a8463f;
  border: 0 solid #a8463f4d;
  border-top-width: 1px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 10px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.hu-content {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.home-ups {
  grid-row-gap: 70px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 100px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.hu-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: 970px;
  margin-left: auto;
}

.section-2 {
  margin-top: -104px;
}

.hu-grid-wrapper {
  grid-row-gap: 35px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 310px;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
}

.hu-heading {
  color: #d5cac0;
  width: 100%;
  max-width: 740px;
  font-family: Proximasoft, Arial, sans-serif;
}

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

.heading-4 {
  color: #c0a697;
  font-family: Proximasoft, Arial, sans-serif;
  font-size: 20px;
}

.text-block-3 {
  font-family: Proximasoft, Arial, sans-serif;
  font-size: 17px;
  font-weight: 600;
}

.text-block-4 {
  color: #a6836d;
  font-family: Proximasoft, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.heading-5, .heading-6, .heading-7, .heading-8 {
  color: #c0a697;
  font-size: 20px;
}

.text-block-5, .text-block-6, .text-block-7, .text-block-8 {
  font-family: Proximasoft, Arial, sans-serif;
  font-size: 17px;
  font-weight: 600;
}

.home-about-heading {
  margin-bottom: 16px;
}

.margin-bottom-4.margin-40px {
  margin-bottom: 40px;
}

.margin-bottom-4.margin-12px {
  margin-bottom: 12px;
}

.position-absolute {
  position: absolute;
}

.position-absolute.home-about-image-card {
  border-radius: 50%;
  width: 30vw;
  max-width: 55%;
  inset: auto -12% -17% auto;
  overflow: hidden;
}

.home-about-icon-image {
  flex: 0 40px;
  max-width: 40px;
}

.body-text-18px {
  font-size: 18px;
  line-height: 155%;
}

.background-primary {
  background-color: #09261d;
}

.background-primary.color-white {
  background-color: var(--color-neutral-900);
}

.icon-content.home-about {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.content-box.home-about {
  flex: 1;
}

.container-6 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.section-subheading {
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 133%;
}

.home-about-icon-title {
  font-size: 30px;
}

.home-about-icon-content {
  flex: 1;
}

.image-box-inner {
  position: relative;
}

.home-about-icon-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.name {
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.slider-section {
  z-index: 2;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 14%;
  display: flex;
  position: relative;
}

.box-shadow {
  z-index: -1;
  filter: blur(60px);
  background-color: #000000c7;
  width: 77%;
  height: 240px;
  position: absolute;
  bottom: 0;
}

.desk {
  width: 56vw;
  max-width: 780px;
  display: block;
  position: absolute;
  inset: auto auto 0%;
}

.stories-text {
  margin-bottom: 11px;
  font-family: Montserrat, sans-serif;
  font-size: 27px;
}

.stories-text.small-text {
  margin-bottom: 2px;
  font-size: 13px;
}

.arrow-2 {
  color: #5e5e5e;
  width: 50px;
  height: 50px;
  font-size: 20px;
  inset: auto 12% -40% auto;
}

.arrow-2.right-arrow {
  right: 8%;
}

.erased-edge {
  z-index: 3;
  width: 100%;
  height: 100%;
  box-shadow: none;
  background-image: radial-gradient(circle, #ececee00, #ececee 66%);
  position: absolute;
  inset: 0%;
}

.wrapper {
  overflow: hidden;
}

.hero-section {
  background-color: #ececee;
  flex-direction: column;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.panel-mask {
  z-index: 2;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 310px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.inner-panel {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 750px;
  display: flex;
  position: relative;
}

.test-slide {
  perspective-origin: 50%;
  transform-origin: 50%;
  cursor: pointer;
  width: 310px;
  margin-left: 0;
  margin-right: 70px;
}

.nlogo {
  margin-bottom: 17px;
  display: block;
}

.slider {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.mask {
  width: 310px;
  overflow: visible;
}

.heading-9 {
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 31px;
  font-weight: 300;
}

.heading-9.big-heading {
  font-size: 37px;
}

.heading-9.smaller-heading {
  margin-bottom: 4px;
  font-size: 23px;
}

.panel {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.logo-container {
  position: absolute;
  inset: auto auto 7% 2.5%;
}

.text-container {
  z-index: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% auto auto;
}

.text-container.right-container {
  z-index: 10;
  inset: 27% 3% auto auto;
}

.text-container.left-container {
  z-index: 10;
  inset: 29% auto auto 2%;
}

.text-container.center-container {
  z-index: 10;
  top: 7%;
}

.card {
  color: #b8b9c2;
  background-color: #564f43;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  box-shadow: 0 5px 2rem #0000004d;
}

.arrow-left {
  width: 50px;
  height: 50px;
  inset: auto auto 0% 0%;
}

.card-header {
  background-image: url('../images/activo01_1.jpg');
  background-position: 50% 30%;
  background-size: cover;
  height: 150px;
}

.card-header._01 {
  background-image: url('../images/activo01_2.jpg');
}

.card-header._02 {
  background-image: url('../images/activo02.jpg');
}

.card-header._03 {
  background-image: url('../images/activo03.jpg');
}

.card-header._04 {
  background-image: url('../images/activo04.jpg');
}

.card-header._05 {
  background-image: url('../images/activo05.jpg');
}

.card-header._06 {
  background-image: url('../images/activo06.jpg');
}

.card-header._07 {
  background-image: url('../images/activo07.jpg');
}

.card-header._08 {
  background-image: url('../images/activo08.jpg');
}

.card-header._09 {
  background-image: url('../images/activo09.jpg');
}

.carousel-slider._3 {
  right: -42%;
}

.carousel-slider._8 {
  right: -147%;
}

.carousel-slider._4 {
  right: -63%;
}

.carousel-slider._2 {
  right: -21%;
}

.carousel-slider._7 {
  right: -126%;
}

.carousel-slider._5 {
  right: -84%;
}

.carousel-slider._6 {
  right: -105%;
}

.carousel-slider._9 {
  right: -168px;
}

.carousel-slider._10 {
  right: -210px;
}

.carousel-slider._11 {
  right: -231px;
}

.carousel-slider._12 {
  right: -252px;
}

.card-body {
  height: 100%;
  padding: 30px;
}

.section-3 {
  background-color: #303136;
  justify-content: center;
  align-items: center;
  padding-top: 99px;
  padding-bottom: 99px;
  overflow: hidden;
}

.section-3.is_full {
  background-color: #6a655e;
  height: 100vh;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.carousel-mask {
  width: 35%;
  overflow: visible;
}

.btn-2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #3862ec;
  border-radius: 5px;
  padding: 15px 25px;
  font-size: 1rem;
  transition: background-color .3s ease-out;
}

.btn-2:hover {
  background-color: #213ea0;
}

.arrow-right {
  width: 50px;
  height: 50px;
  inset: auto 0% 0% auto;
}

.container-7 {
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.carousel {
  background-color: #0000;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 400px;
}

.carousel.is_contained {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-bottom: 67px;
  font-family: Proxima Soft, Arial, sans-serif;
}

.heading-10 {
  font-family: Proxima Soft, Arial, sans-serif;
  font-size: 26px;
}

.paragraph {
  font-family: Proxima Soft, Arial, sans-serif;
}

.heading-11 {
  font-family: Proxima Soft, Arial, sans-serif;
  font-size: 26px;
}

.paragraph-2 {
  font-family: Proxima Soft, Arial, sans-serif;
}

.heading-12 {
  font-family: Proxima Soft, Arial, sans-serif;
  font-size: 26px;
}

.paragraph-3, .paragraph-4 {
  font-family: Proxima Soft, Arial, sans-serif;
}

.heading-13, .heading-14, .heading-15 {
  font-family: Proxima Soft, Arial, sans-serif;
  font-size: 26px;
}

.paragraph-5 {
  font-family: Proxima Soft, Arial, sans-serif;
}

.heading-16 {
  font-family: Proxima Soft, Arial, sans-serif;
  font-size: 26px;
}

.paragraph-6 {
  font-family: Proxima Soft, Arial, sans-serif;
}

.heading-17 {
  font-family: Proxima Soft, Arial, sans-serif;
  font-size: 26px;
}

.paragraph-7 {
  font-family: Proxima Soft, Arial, sans-serif;
}

@media screen and (min-width: 1280px) {
  .parallax__title {
    margin-bottom: 1.1em;
  }

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

  .text-size-regular-2.text-weight-semibold {
    font-size: .9rem;
  }

  .heading-3 {
    font-size: 44px;
  }

  .section-padding.padding-150x150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .hu-heading.estrategia {
    font-size: 43px;
  }

  .card-header {
    background-image: url('../images/activo01.jpg');
  }
}

@media screen and (min-width: 1920px) {
  .hero-wrapper {
    padding-top: 11vh;
    padding-bottom: 19.7rem;
  }

  .hero {
    background-color: #867c77;
  }

  .big-elipse {
    background-color: #999;
  }

  .heading-1.bold {
    font-size: 6.1rem;
  }

  .text-size-display {
    color: #999;
  }

  .heading-2.negro {
    font-size: 8rem;
  }

  .heading-style-h1.text-allcaps {
    font-size: 9rem;
  }

  .text-size-large.weight-normal.z-index-2 {
    font-size: 2rem;
  }

  .mid-grey-span {
    font-size: 9rem;
  }

  .container-3.c-footer {
    background-color: #867c77;
  }

  .hero-heading._1920 {
    max-width: 400px;
    font-size: 220px;
  }

  .hero-home.retail {
    height: 100vh;
  }

  .hero-text-wrapper {
    max-width: 437px;
    font-size: 14px;
  }

  .heading-style-h5 {
    color: #fff;
    font-family: Proximasoft, Arial, sans-serif;
  }

  .text-style-tagline {
    font-family: Proximasoft, Arial, sans-serif;
    font-size: 2.3rem;
    font-weight: 600;
  }

  .text-style-tagline.legacy {
    color: #174349;
    font-size: 2.5rem;
  }

  .padding-section-large.padding-tablet-small {
    padding-top: 4.3rem;
  }

  .text-size-regular-2.text-weight-semibold {
    color: #fff;
    font-family: Proximasoft, Arial, sans-serif;
    font-weight: 600;
  }

  .dark_gradient.mobile {
    background-image: linear-gradient(#153a4300 90%, #000c);
  }

  .vision_overlay-text {
    font-size: 5.1rem;
    line-height: 65px;
  }

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

  .empower_component {
    background-image: linear-gradient(218deg, #beac9b 48%, #efd9e399);
  }

  .empower_card-background {
    background-image: url('../images/blue_purple.jpg');
    background-position: 100%;
    background-size: auto;
  }

  .g {
    color: #fff;
  }

  .heading-3 {
    font-size: 73px;
    line-height: 65px;
  }

  .image-box.home-testimony {
    margin-top: -77px;
  }

  .home-testimony-slider-text {
    padding-right: 0;
  }

  .section-header-2 {
    border-radius: 0;
    margin-bottom: 42px;
  }

  .heading-mask {
    font-family: Proxima Soft, Arial, sans-serif;
  }

  .big-image {
    border-radius: 20px;
  }

  .hu-heading {
    font-size: 43px;
  }

  .hu-heading.estrategia {
    font-size: 46px;
  }

  .heading-4 {
    font-size: 24px;
  }

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

  .text-block-4 {
    font-size: 30px;
  }

  .heading-5, .heading-6, .heading-7, .heading-8 {
    font-size: 24px;
  }

  .text-block-5, .text-block-6, .text-block-7, .text-block-8 {
    font-size: 18px;
  }

  .heading-10 {
    font-size: 32px;
  }

  .paragraph {
    font-size: 18px;
  }

  .heading-11 {
    font-size: 32px;
  }

  .paragraph-2 {
    font-size: 18px;
  }

  .heading-12 {
    font-size: 32px;
  }

  .paragraph-3, .paragraph-4 {
    font-size: 18px;
  }

  .heading-13, .heading-14, .heading-15 {
    font-size: 32px;
  }

  .paragraph-5 {
    font-size: 18px;
  }

  .heading-16 {
    font-size: 32px;
  }

  .paragraph-6 {
    font-size: 18px;
  }

  .heading-17 {
    font-size: 32px;
  }

  .paragraph-7, .paragraph-9 {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .clone-in-webflow {
    margin-right: -.5em;
  }

  .parallax__title {
    font-size: 9em;
  }

  .hero-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
  }

  .heading {
    max-width: 60ch;
  }

  .hero-wrapper {
    height: auto;
    padding-bottom: 0;
  }

  .hero-card {
    width: 30vh;
    height: 38vh;
  }

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

  .hero-left-content {
    text-align: center;
  }

  .container-2 {
    width: auto;
    max-width: 110rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .heading-1 {
    font-size: 4rem;
  }

  .heading-1.bold {
    font-size: 3.7rem;
  }

  .text-size-display {
    letter-spacing: 0;
    font-size: 10.7rem;
  }

  .hero-interaction-wrapper {
    justify-content: center;
    align-items: center;
    height: 50vh;
    padding-bottom: 0;
    position: relative;
  }

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

  .mm__title, .mm__number {
    display: none;
  }

  .tab-visual-wrap {
    height: 100%;
    max-height: none;
  }

  .tab-layout-heading {
    font-size: 2.5em;
  }

  .stat-number {
    font-size: 4rem;
  }

  .banner-cta-component {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

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

  .heading-style-h1.text-allcaps {
    font-size: 5.4rem;
  }

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

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

  .footer-top-wrapper {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .header-image-wrapper.is-image-1 {
    width: 28vw;
  }

  .header-image-wrapper.is-image-3 {
    width: 26vw;
  }

  .header-image-wrapper.is-image-6, .header-image-wrapper.is-image-4 {
    width: 24vw;
  }

  .header-image-wrapper.is-image-5 {
    width: 26vw;
  }

  .header-image-wrapper.is-image-2 {
    width: 28vw;
  }

  .header-content {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

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

  .portfolio-list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    column-gap: 2rem;
    display: flex;
  }

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

  .stats-content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .footer-bottom-logo {
    padding-top: 2rem;
  }

  .cta-heading-top, .cta-heading-bottom {
    font-size: 6rem;
  }

  .stats-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }

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

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

  .about-image {
    aspect-ratio: 3 / 2;
  }

  .paragraph-18px {
    font-size: 22.5px;
  }

  .marquee-el {
    font-size: 8rem;
  }

  .hh-content {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .nav-links-wrapper {
    z-index: 98;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #152e24;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
    position: absolute;
    inset: 100px 0% auto auto;
    overflow: hidden;
  }

  .nav-link {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .container-4.c-nav {
    z-index: 99;
    position: relative;
  }

  .menu-button {
    z-index: 99;
    cursor: pointer;
    width: 40px;
    display: flex;
    position: relative;
  }

  .brand {
    z-index: 99;
    position: relative;
  }

  .hero-text-wrapper {
    margin-left: 0;
  }

  .empower_tab-content {
    flex: 0 auto;
    padding-top: 2rem;
    position: relative;
    right: auto;
  }

  .empower_card {
    width: 100%;
  }

  .vision_image-wrapper.is-image-small {
    width: 25vw;
  }

  .text-style-tagline.legacy.mobile {
    color: #174349;
  }

  .stats_number {
    font-size: 4.5rem;
  }

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

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

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

  .dark_gradient.mobile {
    background-image: linear-gradient(#153a4300 90%, #000c);
  }

  .empower_link-block {
    padding-left: 0;
  }

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

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

  ._2col_grid.z-index-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

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

  .vision_image-list {
    height: 70vh;
  }

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

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

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

  .empower_tab-component {
    flex-flow: column;
  }

  .team_heading-span {
    padding-right: 7.5rem;
  }

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

  .stats_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .image-box.home-testimony {
    align-self: flex-start;
  }

  .image-box.home-about {
    flex-basis: 400px;
  }

  .section-padding.padding-120x120, .section-padding.padding-150x150 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .home-testimony-slider-text {
    margin-bottom: 30px;
    font-size: 24px;
  }

  .section-header-2 {
    flex-flow: column;
    margin-bottom: 40px;
  }

  .margin-bottom-3.margin-60px {
    margin-bottom: 40px;
  }

  .home-testimony-slider-mask {
    padding-bottom: 70px;
  }

  .home-testimony-card {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .home-testimony-author-name {
    font-size: 20px;
  }

  .heading-mask {
    max-width: none;
  }

  .home-testimony-slider-arrow {
    width: 36px;
    height: 36px;
    font-size: 16px;
    inset: auto auto 0% 60px;
  }

  .home-testimony-slider-arrow.arrow-left {
    margin-right: 0;
    left: 0;
  }

  .arrow {
    max-width: 20px;
  }

  .section-inner.home-testimony {
    flex-flow: wrap;
  }

  .section-inner.home-about {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: wrap-reverse;
    justify-content: center;
    align-items: flex-end;
  }

  .big-image {
    height: 400px;
  }

  .text-paragraph.max-width-tab-500 {
    max-width: 500px;
  }

  .margin-bottom-4.margin-40px {
    margin-bottom: 30px;
  }

  .position-absolute.home-about-image-card {
    bottom: -10%;
  }

  .icon-content.home-about {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .content-box.home-about {
    flex: 300px;
  }

  .home-about-icon-item {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .slider-section {
    display: none;
  }

  .text-block-9 {
    text-align: center;
    width: 90%;
    max-width: 489px;
    font-family: Montserrat, sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 140%;
  }

  .hero-section {
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .osmo-ui {
    position: fixed;
  }

  .nav-logo-row {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
    width: auto;
  }

  .nav-row__right {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .inline-link__p {
    font-size: 13px;
  }

  .cloneable-title {
    pointer-events: none;
    width: calc(100% - 5.25em);
    padding-left: 1em;
    position: absolute;
    overflow: hidden;
  }

  .cloneable-title__nr, .cloneable-title__h1 {
    font-size: .875em;
  }

  .clone-in-webflow {
    justify-content: flex-end;
    width: 100%;
    margin-right: 0;
    padding-left: .75em;
  }

  .clone-in-webflow__p {
    display: none;
  }

  .cloneable-title__gradient, .osmo-ui__bg {
    display: block;
  }

  .parallax__title {
    margin-left: 0;
    margin-right: 0;
    font-size: 4.5em;
  }

  .hero-content {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .image {
    object-position: 50% 20%;
  }

  .heading-1 {
    font-size: 3rem;
  }

  .text-size-display {
    font-size: 9.9rem;
  }

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

  .filter-button {
    padding: .75em 1.25em;
  }

  .tab-layout-col {
    width: 100%;
  }

  .filter-bar {
    padding: .375em;
  }

  .stat-number {
    font-size: 3.5rem;
  }

  .banner-cta-component {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .button {
    padding: .25rem 1rem;
  }

  .heading-style-h1 {
    font-size: 6.5vw;
  }

  .heading-style-h1.text-allcaps {
    font-size: 10vw;
  }

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

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

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

  .footer-top-wrapper {
    grid-row-gap: 3rem;
  }

  .footer-menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .header-image-wrapper.is-image-1 {
    width: 30vw;
  }

  .header-image-wrapper.is-image-3 {
    width: 28vw;
  }

  .header-image-wrapper.is-image-6 {
    width: 26vw;
    right: 50vw;
  }

  .header-image-wrapper.is-image-4 {
    width: 26vw;
  }

  .header-image-wrapper.is-image-5 {
    width: 28vw;
  }

  .header-image-wrapper.is-image-2 {
    width: 30vw;
    left: 52vw;
  }

  .header-content {
    padding-top: 4rem;
  }

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

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

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

  .header-component {
    height: 150vh;
  }

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

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

  .about-component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .stats-content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .footer-credit-text {
    margin-top: 2rem;
  }

  .header-content-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .stats-list {
    grid-template-columns: 1fr;
  }

  .header-ix-trigger {
    margin-top: 35rem;
  }

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

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

  .footer-bottom {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .paragraph-18px {
    font-size: 20px;
  }

  .container-3 {
    padding: 70px 20px;
  }

  .shipping-title-small {
    font-size: 2rem;
  }

  .footer-shipping-title {
    font-size: 3rem;
  }

  .grid-8cols {
    grid-template-columns: 1fr;
  }

  .page-padding {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .container-4 {
    padding: 70px 20px;
  }

  .hero-heading {
    font-size: 90px;
  }

  .stats_image {
    border-radius: 8px;
  }

  .empower_card-img {
    width: 12vw;
    height: 12vw;
  }

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

  .empower_card {
    position: relative;
  }

  .vision_image-wrapper.is-image-large {
    width: 50vw;
    height: 60vh;
  }

  .vision_image-wrapper.is-image-small {
    display: none;
  }

  .vision_small-image-group {
    width: 40vw;
  }

  .section_hero {
    height: calc(100dvh - 4rem);
  }

  .padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .stats_item {
    border-radius: 8px;
  }

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

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

  .empower_link-block {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

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

  .heading-style-h1-2, .vision_overlay-text {
    font-size: 2.5rem;
  }

  .marquee_image-wrapper {
    height: 4rem;
  }

  .stats_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .vision_image-list {
    grid-template-columns: 25% 50% 25%;
    height: 60vh;
  }

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

  .stats_image-wrapper {
    border-radius: 8px;
  }

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

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

  .empower_tab-component {
    flex-flow: column;
  }

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

  .team_heading-span {
    border-radius: 4px;
    padding-right: 5.75rem;
  }

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

  .empower_link-text-small {
    margin-right: 1.5rem;
    font-size: 1.25rem;
    left: 1.5rem;
  }

  .stats_list {
    grid-template-columns: 1fr;
  }

  .image-box.home-testimony {
    flex: 0 auto;
  }

  .section-padding {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-padding.padding-120x120, .section-padding.padding-150x150 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .margin-bottom-3.margin-60px {
    margin-bottom: 30px;
  }

  .home-testimony-slider-mask {
    padding-bottom: 70px;
  }

  .home-testimony-card {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .home-testimony-author-name {
    font-size: 18px;
  }

  .section-inner.home-testimony {
    flex-flow: column;
  }

  .section-inner.home-about {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .grid-block {
    display: none;
  }

  .big-image {
    height: 300px;
  }

  .hu-grid {
    grid-template-columns: 1fr 1fr;
  }

  .margin-bottom-4.margin-40px {
    margin-bottom: 24px;
  }

  .position-absolute.home-about-image-card {
    max-width: 40%;
    bottom: -6%;
    right: -4%;
  }

  .body-text-18px {
    font-size: 16px;
    line-height: 150%;
  }

  .icon-content.home-about {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .home-about-icon-title {
    font-size: 24px;
  }

  .desk {
    width: 100vw;
  }

  .carousel-slider._3 {
    right: -18%;
  }

  .carousel-slider._8 {
    right: -63%;
  }

  .carousel-slider._4 {
    right: -27%;
  }

  .carousel-slider._2 {
    right: -9%;
  }

  .carousel-slider._7 {
    right: -54%;
  }

  .carousel-slider._5 {
    right: -36%;
  }

  .carousel-slider._6 {
    right: -45%;
  }

  .carousel-mask {
    width: 60%;
  }
}

@media screen and (max-width: 479px) {
  .inline-link__p {
    font-size: 13px;
  }

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

  .hero-marquee {
    margin-top: 23px;
  }

  .button-hero {
    font-family: Proxima Soft, Arial, sans-serif;
  }

  .hero-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    height: auto;
    overflow: hidden;
  }

  .hero-card {
    width: 45vh;
    height: 60vh;
    position: absolute;
  }

  .text-weight-medium {
    font-size: 1.375rem;
  }

  .text-weight-medium.caps {
    color: #a6836d;
    font-size: 1.1rem;
  }

  .hero-big-text {
    padding-top: 18px;
    font-size: 14px;
  }

  .hero-component {
    width: 106%;
    margin-top: -62px;
    padding-bottom: 0;
  }

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

  .image {
    object-fit: cover;
  }

  .heading-1, .heading-1.bold {
    font-size: 2.3rem;
  }

  .text-size-display {
    min-width: 1px;
    font-family: Proxima Soft, Arial, sans-serif;
    font-size: 4.6rem;
    font-weight: 600;
  }

  .text-size-display.destaque {
    padding-left: 27px;
  }

  .text-size-display.mobile {
    font-size: 4.3rem;
  }

  .tag-wrapper {
    justify-content: center;
    align-items: center;
  }

  .hero-interaction-wrapper {
    height: 60vh;
    padding-bottom: 8vh;
    position: relative;
  }

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

  .heading-2.bold {
    font-size: 2.9rem;
  }

  .heading-2.negro {
    font-size: 2.2rem;
  }

  .image-2 {
    max-width: 80%;
  }

  .tab-image {
    height: 300%;
  }

  .tab-image.mobile {
    object-fit: contain;
    object-position: 0% 0%;
    height: 100%;
  }

  .tab-visual-item.active {
    height: 300%;
  }

  .cloneable-2 {
    padding-bottom: 146.923px;
  }

  .tab-visual-wrap {
    height: 300%;
    margin-top: -34px;
  }

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

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

  .banner-cta-component {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-left-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

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

  .footer-link-list {
    justify-content: center;
    align-items: center;
  }

  .button {
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-right: .25rem;
  }

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

  .heading-style-h1.text-allcaps {
    font-size: 3.5rem;
  }

  .line-divider {
    margin-top: 5px;
  }

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

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

  .button-group {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .footer-top-wrapper {
    grid-column-gap: 2vw;
    grid-row-gap: 1rem;
  }

  .footer-menu-wrapper {
    grid-row-gap: 2rem;
    text-align: center;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .header-image-wrapper {
    width: 30vw;
    height: 35vw;
  }

  .header-content {
    z-index: 3;
  }

  .button-secondary {
    padding: .25rem .25rem .25rem 1rem;
  }

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

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

  .button-arrow {
    width: 1.5rem;
  }

  .footer-details-wrapper {
    text-align: center;
  }

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

  .portfolio-list {
    grid-row-gap: 2rem;
  }

  .about-component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .stats-content {
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .footer-bottom-logo {
    padding-top: 0;
  }

  .cta-heading-top, .cta-heading-bottom {
    font-size: 3rem;
  }

  .stats-list {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

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

  .about-image {
    aspect-ratio: 1;
  }

  .footer-bottom {
    text-align: center;
    justify-content: space-between;
    align-items: center;
  }

  .footer-heading {
    margin-top: 20px;
    font-size: 35px;
  }

  .footer-heading.contact.mobile {
    font-size: 22px;
    line-height: 30px;
  }

  .form-button-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .form-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .fb-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .checkbox-field {
    margin-top: 0;
    margin-bottom: 0;
  }

  .marquee-el {
    font-family: Proximasoft, Arial, sans-serif;
    font-size: 5.9rem;
    font-weight: 600;
  }

  .hero-title-word-wrapper {
    text-align: left;
    display: block;
  }

  .grid-8cols {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .section.footer.mobile {
    background-position: 50%;
    min-height: 70svh;
  }

  .hero-heading {
    font-size: 18vw;
  }

  .hero-home {
    width: 100%;
    height: 72vh;
  }

  .hero-home.retail {
    height: 70vh;
  }

  .paragraph-16px {
    font-size: 15px;
  }

  .hh-image.mobile {
    object-fit: cover;
    position: relative;
  }

  .hero_img {
    max-width: 100%;
  }

  .hero_img.mobile {
    position: absolute;
  }

  .empower_card-img {
    width: 18vw;
    height: 18vw;
  }

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

  .vision_image-wrapper {
    width: 40vw;
  }

  .text-style-tagline.legacy.mobile {
    color: #174349;
    margin-top: -5px;
    padding-bottom: 66px;
  }

  .section_hero {
    height: calc(100dvh - 4rem);
  }

  .padding-global-2.mobile {
    margin-top: -135px;
  }

  .stats_number {
    font-size: 3.5rem;
  }

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

  .padding-section-large {
    padding-bottom: 1.4rem;
  }

  .padding-section-large.padding-tablet-small {
    padding-bottom: 1rem;
  }

  .empower_link-block {
    padding-top: 0;
    padding-bottom: .65rem;
  }

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

  .vision_overlay-text {
    font-size: 1.6rem;
    line-height: 29px;
  }

  .stats_content {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

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

  .container-large-2 {
    margin-bottom: -93px;
  }

  .container-large-2.is--100 {
    margin-left: 0;
    margin-right: 1px;
  }

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

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

  .margin-bottom-2.margin-medium {
    padding-top: 26px;
  }

  .margin-bottom-2.margin-medium.mobile {
    margin-top: -3rem;
  }

  .text-size-medium-2, .text-size-medium-2.tamara.mobile {
    font-size: 1rem;
  }

  .empower_tab-component {
    margin-top: -57px;
    padding-top: 0;
  }

  .empower_component, .empower_card-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-style-nowrap {
    font-family: Proximasoft, Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
  }

  .team_heading-span {
    padding-right: 4rem;
  }

  .team_heading-wrapper {
    grid-row-gap: .25rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: flex;
  }

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

  .empower_link-text-small {
    font-family: Proximasoft, Arial, sans-serif;
  }

  .empower_link-text-small.mobile {
    font-size: 2.5rem;
  }

  .stats_list {
    grid-template-columns: 1fr;
  }

  .heading-3 {
    font-size: 35px;
  }

  .image-box.home-testimony {
    margin-top: -34px;
  }

  .home-testimony-slider-text {
    font-size: 16px;
  }

  .section-header-2 {
    margin-bottom: 30px;
  }

  .home-testimony-slider-mask {
    padding-bottom: 60px;
  }

  .section-heading {
    font-size: 30px;
  }

  .section-heading.medios {
    margin-top: 9px;
    font-size: 37px;
  }

  .section-inner.home-about {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .big-image {
    border-radius: 20px;
    height: 200px;
  }

  .hu-grid {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    grid-template-columns: 1fr;
  }

  .hu-grid-wrapper {
    max-width: none;
    padding-right: 0;
  }

  .text-block-9 {
    font-size: 27px;
  }

  .carousel-slider {
    padding-left: 10px;
    padding-right: 10px;
  }

  .carousel-slider._3, .carousel-slider._8, .carousel-slider._4, .carousel-slider._2, .carousel-slider._7, .carousel-slider._5, .carousel-slider._6 {
    right: 0%;
  }

  .card-body {
    padding: 20px;
  }

  .carousel-mask {
    width: 100%;
  }

  .heading-10 {
    font-size: 34px;
  }

  .paragraph {
    font-size: 13px;
  }

  .heading-11 {
    font-size: 34px;
  }

  .paragraph-2 {
    font-size: 13px;
  }

  .heading-12 {
    font-size: 34px;
  }

  .paragraph-3, .paragraph-4 {
    font-size: 13px;
  }

  .heading-13, .heading-14, .heading-15 {
    font-size: 34px;
  }

  .paragraph-5 {
    font-size: 13px;
  }

  .heading-16 {
    font-size: 34px;
  }

  .paragraph-6 {
    font-size: 13px;
  }

  .heading-17 {
    font-size: 34px;
  }

  .paragraph-7, .paragraph-8 {
    font-size: 13px;
  }
}

#w-node-_515a2698-dba8-683d-6b7c-1bcfd85c9581-760d938a {
  justify-self: end;
}

#w-node-_515a2698-dba8-683d-6b7c-1bcfd85c9584-760d938a {
  align-self: center;
}

#w-node-_515a2698-dba8-683d-6b7c-1bcfd85c9591-760d938a {
  justify-self: start;
}

#w-node-_515a2698-dba8-683d-6b7c-1bcfd85c9592-760d938a {
  align-self: center;
}

#w-node-_2e8225e1-fbd3-6b12-94bc-b4d1a90035d9-760d938a {
  grid-area: 2 / 1 / 3 / 2;
  align-self: center;
}

#w-node-_2e8225e1-fbd3-6b12-94bc-b4d1a90035e1-760d938a {
  grid-area: 3 / 1 / 4 / 2;
  align-self: end;
}

#w-node-_0d08cea1-2e87-7980-bdf4-a8c398e04093-760d938a {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_0d08cea1-2e87-7980-bdf4-a8c398e04093-760d938a {
    justify-self: auto;
  }
}


@font-face {
  font-family: 'PP Neue Montreal';
  src: url('../fonts/PPNeueMontreal-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PP Neue Montreal';
  src: url('../fonts/PPNeueMontreal-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PP Neue Montreal';
  src: url('../fonts/PPNeueMontreal-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PP Neue Corp Wide';
  src: url('../fonts/PPNeueCorp-WideUltrabold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proximasoft';
  src: url('../fonts/ProximaSoft-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proximasoft';
  src: url('../fonts/ProximaSoft-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Soft';
  src: url('../fonts/Proxima-Soft.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proximasoft';
  src: url('../fonts/ProximaSoft-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}