:root {
  --body-heading: #222;
  --dark-green: #169b6d;
  --dark-grey: #978d7f;
  --line-border: #e0ddd6;
  --green: #5dd2a1;
  --white: white;
  --light-grey: #eae8e5;
  --secondary: #373737;
  --dark-slate-grey: #383838;
  --light-green: #ccf8e9;
  --error-red: #ff9494;
  --body-background: #f5f4f2;
}

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

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-next, .w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

body {
  color: #222;
  background-color: #f5f4f2;
  font-family: Spacegrotesk, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 29px;
}

h1 {
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 54px;
  font-weight: 500;
  line-height: 62px;
}

h2 {
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 43px;
  font-weight: 500;
  line-height: 50px;
}

h3 {
  margin-bottom: 15px;
  font-size: 34px;
  font-weight: 500;
  line-height: 39px;
}

h4 {
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 27px;
  font-weight: 500;
  line-height: 35px;
}

h5 {
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}

h6 {
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
}

p {
  margin-bottom: 25px;
}

a {
  color: var(--body-heading);
  text-decoration: none;
  transition: color .3s;
  display: inline;
}

a:hover {
  color: var(--dark-green);
}

ul {
  padding-left: 22px;
}

ol {
  margin-bottom: 20px;
  padding-left: 26px;
}

li {
  line-height: 42px;
}

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

form {
  flex-direction: column;
  display: flex;
}

label {
  margin-bottom: 20px;
  font-weight: 400;
  display: block;
}

strong {
  font-weight: bold;
}

blockquote {
  border-left: 3px solid var(--dark-green);
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 18px 43px;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
}

figure {
  margin-top: 60px;
  margin-bottom: 60px;
}

figcaption {
  color: var(--dark-grey);
  text-align: center;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.page-wrapper {
  overflow: hidden;
}

.header {
  background-color: #0000;
}

.topbar {
  border-bottom: 1px solid var(--line-border);
  justify-content: space-between;
  align-items: center;
  min-height: 30px;
  padding: 10px 3%;
  display: flex;
}

.header-wrap {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 16px 3%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

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

.small-text {
  font-size: 16px;
  line-height: 26px;
}

.dot {
  background-color: var(--body-heading);
  border-radius: 10px;
  width: 4px;
  height: 4px;
  margin-left: 30px;
  margin-right: 30px;
}

.uppercase-link {
  letter-spacing: 1px;
  text-transform: uppercase;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  display: flex;
}

.icon-link {
  flex: 1;
  margin-left: 10px;
}

.nav-link {
  text-transform: capitalize;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.nav-link.w--current {
  color: var(--dark-green);
}

.nav-link.first {
  padding-left: 0;
}

.nav-link.last {
  padding-right: 0;
}

.brand {
  align-items: center;
  width: 100%;
  max-width: 150px;
  display: flex;
}

.brand.w--current {
  align-items: center;
  width: 100%;
  max-width: 170px;
  display: flex;
}

.page-title-wrapper {
  padding-top: 7%;
  padding-bottom: 7%;
  position: relative;
}

.container {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: auto;
  max-width: none;
  min-height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-top: 100px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.page-header {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.page-title {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 700;
  line-height: 64px;
  position: relative;
}

.page-description {
  margin-bottom: 0;
  font-weight: 500;
  line-height: 30px;
}

.page-container {
  padding-top: 70px;
  padding-bottom: 100px;
}

.heading-6 {
  font-size: 18px;
  line-height: 21px;
}

.link {
  color: var(--dark-green);
  text-decoration: underline;
}

.uppercase-text {
  letter-spacing: .7px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
}

.button {
  border: 2px solid var(--dark-green);
  background-color: var(--dark-green);
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 20px 50px;
  font-size: 15px;
  font-weight: 600;
  line-height: 14px;
  transition-property: all;
  transition-duration: .2s;
  display: inline-block;
}

.button:hover {
  color: var(--white);
  transform: translate(0, -2px);
}

.button.small {
  padding: 14px 36px;
}

.button.button-white {
  background-color: var(--white);
  color: var(--dark-green);
}

.button.outline {
  color: var(--dark-green);
  background-color: #0000;
}

.button.outline:hover {
  background-color: var(--dark-green);
  color: var(--white);
  border-radius: 5px;
}

.footer {
  background-color: var(--body-heading);
  color: var(--white);
  align-items: flex-start;
  height: 360px;
  padding-bottom: 10px;
}

.footer-menu-bar {
  text-align: left;
  flex-flow: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer-logo-link {
  max-width: 86px;
  display: block;
  overflow: hidden;
}

.footer-logo-link.w--current {
  justify-content: center;
  align-items: center;
  max-width: 130px;
  display: flex;
}

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

.footer-heading {
  color: var(--light-grey);
  margin-top: 0;
}

.footer-link {
  color: var(--dark-grey);
  text-transform: capitalize;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.footer-link:hover {
  color: var(--white);
}

.line-5 {
  background-color: var(--green);
  width: 74px;
  height: 5px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.footer-logo {
  padding-top: 0;
  padding-bottom: 0;
  position: static;
}

.footer-navbar {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.footer-copyright {
  border-top: 1px solid #fff3;
  border-bottom: 1px none var(--secondary);
  color: var(--dark-grey);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  padding-bottom: 0;
  display: flex;
}

.footer-navbar-wrapper {
  grid-column-gap: 70px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.footer-link-label {
  color: var(--green);
}

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

.footer-list-item {
  align-items: center;
  padding-top: 22px;
  padding-bottom: 0;
  font-size: 22px;
  line-height: 30px;
  display: flex;
}

.footer-line-link {
  background-color: #0000;
  width: 0;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.footer-social-media {
  justify-content: flex-end;
  display: flex;
}

.social-link-item {
  background-color: var(--dark-slate-grey);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 15px;
  display: flex;
  overflow: hidden;
}

.social-link-item.first {
  margin-left: 0;
}

.footer-label {
  margin-left: 10px;
  margin-right: 10px;
}

.footer-label.first {
  color: var(--white);
  margin-left: 0;
  font-size: 15px;
}

.page-title-container {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.page-description-wrap {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 42%;
  display: flex;
}

.heading-1 {
  font-size: 54px;
  line-height: 62px;
}

.section-hero {
  background-color: #0000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: 720px;
  margin-top: 100px;
  padding: 40px;
  display: flex;
  position: relative;
}

.hero-wrapper {
  z-index: 2;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 100%;
  max-width: 70%;
  display: block;
  position: relative;
}

.hero-header {
  z-index: 1;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.hero-title {
  color: #021526;
  text-transform: none;
  align-self: auto;
  max-width: 760px;
  margin: 0 auto;
  font-family: "Bebasneue 0", Impact, sans-serif;
  font-size: 65px;
  font-weight: 400;
  line-height: 67px;
}

.color-primary {
  color: var(--dark-green);
}

.hero-description {
  margin-top: 20px;
}

.hero-cta {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.hero-button {
  margin-right: 20px;
}

.hero-button.qoute-button {
  margin-right: 0;
}

.counter-list {
  flex-flow: column wrap;
  justify-content: flex-end;
  display: flex;
}

.hero-hexagon-large {
  flex-direction: row;
  width: 80px;
  height: 80px;
  display: flex;
  position: absolute;
  bottom: 60px;
  right: 80%;
  overflow: hidden;
}

.section-reason {
  background-color: var(--light-grey);
  padding-top: 100px;
  padding-bottom: 100px;
}

.reason-wrapper {
  position: relative;
}

.reason-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.title {
  flex-direction: column;
  width: 100%;
  max-width: 760px;
  margin-bottom: 70px;
  display: flex;
}

.title.center {
  text-align: center;
  align-items: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.title.left {
  text-align: left;
  align-items: flex-start;
  max-width: 100%;
}

.title.our-value-title {
  margin-bottom: 0;
}

.reason-layout-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 884px;
  display: grid;
}

.reason-item {
  text-align: center;
  border: 1px solid #d5d1cb;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 36px;
  padding-bottom: 36px;
  transition: border-radius .3s ease-in-out, border-color .3s ease-in-out, background-color .3s ease-in-out;
  display: flex;
}

.reason-item:hover {
  border-color: var(--green);
  background-color: var(--white);
  border-radius: 0;
}

.reason-icon {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 81px;
  height: 81px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.reason-icon-image {
  width: 100%;
  height: 100%;
}

.section-introduction {
  background-image: linear-gradient(90deg, #344cb5, #099);
  padding: 120px 40px;
}

.intro-wrap {
  padding-bottom: 0;
  position: relative;
}

.intro-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.intro-image {
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.intro-image-large {
  background-image: url('../images/nosotros.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 410px;
  display: flex;
  overflow: hidden;
}

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

.intro-block {
  flex-direction: column;
  width: 100%;
  max-width: 89%;
  display: flex;
  position: relative;
}

.intro-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  line-height: 46px;
}

.intro-description {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 40px;
}

.section-investors {
  padding: 140px 40px 100px;
}

.investor-block-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.investor-image {
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.investor-wrap {
  position: relative;
}

.investor-block {
  flex-direction: column;
  width: 100%;
  max-width: none;
  display: flex;
  position: relative;
}

.investor-title {
  color: #021526;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  line-height: 30px;
}

.investor-description {
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 17px;
  line-height: 25px;
}

.investor-image-large {
  background-image: url('../images/Investors.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 86%;
  height: 410px;
  display: flex;
  overflow: hidden;
}

.section-services {
  border-top: 1px solid #e0ddd6;
  padding-top: 100px;
  padding-bottom: 100px;
}

.title-link-wrap {
  justify-content: flex-start;
  display: flex;
}

.title-link-wrap.center {
  justify-content: center;
}

.title-link-wrap.left {
  text-align: left;
}

.title-art {
  z-index: -1;
  width: 39%;
  min-height: 100px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -36px;
  left: -160px;
  right: 0;
  overflow: hidden;
}

.data-list {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  position: relative;
  overflow: hidden;
}

.data-collection-list {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.data-list-item {
  background-color: var(--white);
  text-align: center;
  border-radius: 30px;
  flex-direction: column;
  align-items: center;
  min-height: 100px;
  padding: 40px 4%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.data-icon {
  width: 100px;
  height: 100px;
}

.data-icon.solution {
  width: 86px;
  height: 86px;
}

.data-slogan {
  color: var(--dark-green);
  padding-top: 30px;
  padding-bottom: 18px;
}

.data-title {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 27px;
  line-height: 35px;
}

.data-text {
  color: #fff;
  text-align: left;
  max-width: 100%;
  margin-top: 5px;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 16px;
  line-height: 25px;
}

.data-image {
  opacity: .08;
  justify-content: center;
  align-items: center;
  width: 160px;
  min-height: 80px;
  display: flex;
  position: absolute;
  bottom: -26px;
  right: -20px;
  overflow: hidden;
}

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

.title-icon {
  opacity: .2;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 150px;
  height: 100%;
  min-height: 150px;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
  overflow: hidden;
}

.page-header-title {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 52%;
  display: flex;
  position: relative;
}

.page-header-title.term-header-title {
  width: 64%;
}

.project-main-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 500px;
}

.project-summary-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  padding: 100px 3%;
  display: grid;
}

.project-summary-rte ol {
  color: var(--dark-green);
}

.project-summary-rte h3 {
  margin-top: 0;
  margin-bottom: 25px;
}

.project-summary-rte li {
  padding-bottom: 5px;
  line-height: 30px;
}

.inline-link {
  color: var(--dark-green);
  align-items: center;
  font-size: 18px;
  line-height: 28px;
  display: flex;
}

.label-link {
  padding-left: 10px;
}

.benefits {
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.benefit-wrap {
  background-color: var(--light-grey);
  flex-direction: column;
  width: 100%;
  max-width: 400px;
  padding: 10%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-button-wrapper {
  margin-top: 42px;
}

.benefit-title {
  margin-top: 0;
  margin-bottom: 46px;
}

.benefit-image {
  opacity: .15;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  display: flex;
  position: absolute;
  bottom: -50px;
  right: -50px;
  overflow: hidden;
}

.benefit-list {
  padding-left: 0;
  list-style-type: none;
}

.benefit-list ul {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.benefit-list li {
  margin-bottom: 12px;
  line-height: 32px;
}

.benefit-list ol {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.project-attachment {
  background-image: url('../images/Motifs.svg');
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: contain;
  padding-bottom: 176px;
  position: relative;
}

.attachment-image {
  z-index: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 450px;
  position: relative;
}

.attachment-info {
  z-index: 1;
  padding-top: 92px;
  padding-bottom: 92px;
  position: relative;
}

.attach-title {
  margin-top: 0;
  margin-bottom: 82px;
}

.attach-title.color-primary {
  width: 100%;
  max-width: 850px;
}

.attach-block-list {
  grid-column-gap: 123px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.attach-info-title {
  text-transform: capitalize;
  margin-top: 0;
  font-size: 23px;
  line-height: 31px;
}

.attach-info-description {
  margin-bottom: 0;
}

.gradient-top {
  z-index: -1;
  background-image: url('../images/Gradient-Top.svg');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: cover;
  width: 100%;
  height: 500px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.gradient-botton {
  z-index: -1;
  background-image: url('../images/Gradient-Bottom.svg');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: cover;
  width: 100%;
  height: 500px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.other-project {
  padding-top: 100px;
}

.section-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  line-height: 50px;
  position: relative;
}

.section-title.heading-1 {
  font-size: 42px;
  line-height: 50px;
}

.section-title.heading-1.our-value-heading {
  z-index: 1;
  margin-top: -7px;
  position: relative;
}

.data-button {
  margin-top: 35px;
}

.section-solutions {
  padding-bottom: 100px;
}

.team-collection-list {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-collection-item {
  background-color: var(--light-grey);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.team-picture {
  width: 100%;
}

.team-profile {
  flex-direction: column;
  width: 100%;
  padding: 8% 10%;
  display: flex;
}

.team-profile-name {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
}

.team-profile-job-title {
  margin-top: 10px;
  margin-bottom: 0;
}

.team-item-link {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-rotate {
  transform: rotate(180deg);
}

.team-bio {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--light-grey);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-avatar {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 560px;
}

.team-bio-meta {
  flex-direction: column;
  justify-content: center;
  padding: 7%;
  display: flex;
}

.team-name {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 34px;
  line-height: 42px;
}

.team-short-description {
  margin-bottom: 0;
}

.team-description {
  padding: 60px 160px;
  position: relative;
}

.team-network {
  width: 47px;
  min-height: 100px;
  position: absolute;
  top: 100px;
  left: 0;
}

.social-media-link {
  background-color: var(--dark-green);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 47px;
  margin-bottom: 15px;
  display: flex;
  overflow: hidden;
}

.blog-collection-list {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.blog-category {
  align-items: center;
  display: flex;
}

.blog-title {
  text-transform: capitalize;
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 27px;
  font-weight: 600;
  line-height: 35px;
}

.blog-link {
  display: flex;
}

.blog-description {
  margin-bottom: 36px;
}

.blog-author {
  align-items: center;
  display: flex;
}

.blog-avatar {
  border-radius: 100%;
  width: 56px;
  height: 56px;
  margin-right: 20px;
  display: flex;
  overflow: hidden;
}

.blog-author-name {
  font-weight: 600;
}

.blog-timer {
  color: var(--dark-grey);
}

.blog-grid-item {
  background-color: var(--white);
  border-radius: 30px;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.blog-meta {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 50px 20px;
  display: flex;
}

.other-articles {
  border-top: 1px solid var(--line-border);
  padding-top: 100px;
}

.blog-summary-info {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.blog-summary-title {
  text-transform: capitalize;
  width: 100%;
  max-width: 768px;
  margin-top: 15px;
  margin-bottom: 30px;
}

.blog-summary-meta {
  padding-top: 100px;
}

.blog-summary-grid {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.blog-rich-text {
  padding-top: 60px;
  padding-bottom: 0;
}

.blog-rich-text a {
  color: var(--dark-green);
  text-decoration: underline;
}

.blog-rich-text li {
  padding-bottom: 15px;
  line-height: 32px;
}

.hero-about {
  align-items: center;
  min-height: 40vh;
  display: flex;
  position: relative;
}

.hero-about-section {
  display: flex;
  position: relative;
}

.uppercase-large-text {
  color: var(--dark-green);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 43px;
  font-weight: 500;
  line-height: 50px;
}

.hero-big-title {
  border-bottom: 1px solid var(--line-border);
  flex-direction: column;
  align-self: flex-start;
  margin-right: 60px;
  padding-bottom: 5px;
  display: flex;
  position: relative;
}

.hero-about-intro {
  flex-direction: column;
  width: 100%;
  max-width: 34%;
  display: flex;
}

.hero-about-title {
  margin-top: 0;
  margin-bottom: 26px;
}

.hero-about-title.first {
  font-size: 24px;
  line-height: 32px;
}

.hero-about-title.last {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 32px;
}

.hero-about-image {
  height: 100%;
  position: absolute;
  top: 0;
  right: 30px;
}

.our-story-wrap {
  grid-column-gap: 36px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.our-story-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 30px;
  display: flex;
}

.our-story-image {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 292px;
  min-height: 120px;
  display: flex;
  overflow: hidden;
}

.our-story-paragraph {
  width: 100%;
  max-width: 310px;
  margin-top: 30px;
  margin-bottom: 0;
}

.our-story-title {
  margin-bottom: 30px;
}

.story-rich-text strong {
  float: left;
  margin-top: 10px;
  margin-right: 12px;
  font-size: 62px;
  font-weight: 700;
  line-height: 54px;
  display: block;
}

.story-rich-text p {
  margin-top: 25px;
  margin-bottom: 0;
}

.our-partners {
  padding-bottom: 100px;
}

.partners-title {
  margin-bottom: 94px;
}

.our-partner-title {
  width: 100%;
  max-width: 1200px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 38px;
}

.partner-brand-list {
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  height: 31vh;
  display: flex;
}

.partner-brand-item {
  border: 1px solid #d9d9d9;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 28%;
  margin: -15px -30px;
  display: flex;
}

.our-value {
  background-color: var(--secondary);
  color: var(--white);
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.partner-brand {
  padding: 15px 30px;
}

.our-story {
  padding-top: 60px;
  padding-bottom: 90px;
}

.our-value-info {
  grid-column-gap: 85px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.color-green {
  color: var(--green);
}

.our-value-item {
  border-top: 1px solid #4e4e4e;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 64px;
  display: flex;
}

.number {
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 62px;
  line-height: 62px;
}

.our-value-title {
  margin-bottom: 10px;
}

.bold-text {
  margin-top: 20px;
  margin-bottom: 15px;
  font-weight: 600;
  line-height: 30px;
}

.our-value-description {
  margin-bottom: 0;
}

.our-value-meta {
  grid-column-gap: 85px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 154px;
  display: grid;
}

.our-value-wrap {
  z-index: 1;
}

.circle-image {
  width: 100%;
  max-width: 32%;
  height: 100%;
  max-height: 800px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.circle-line {
  width: 100%;
  height: 100%;
  position: relative;
}

.our-value-cricle {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.our-value-image {
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 232px;
  display: flex;
  position: absolute;
  bottom: 90px;
  right: 80px;
  overflow: hidden;
}

.button-wrap {
  z-index: 1;
  margin-top: 26px;
  position: relative;
}

.contact-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sidebar {
  width: 100%;
  max-width: 380px;
}

.form-wrapper {
  background-color: var(--dark-green);
  color: var(--white);
  padding-top: 8%;
  padding-bottom: 8%;
  padding-left: 8%;
  position: relative;
}

.sidebar-block-item {
  margin-top: 70px;
}

.sidebar-block-item.quote {
  margin-top: 46px;
}

.sidebar-block-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 34px;
  line-height: 39px;
}

.sidebar-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  line-height: 50px;
}

.sidebar-number {
  color: var(--dark-green);
  letter-spacing: 1px;
  font-size: 34px;
  font-weight: 700;
  line-height: 39px;
}

.sidebar-paragraph {
  margin-top: 36px;
  margin-bottom: 0;
}

.sidebar-paragraph.quote {
  margin-top: 25px;
}

.block-background {
  background-color: var(--dark-green);
  width: 50vw;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.form-control {
  z-index: 1;
  flex-direction: column;
  display: flex;
  position: relative;
}

.form-image {
  opacity: .2;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  display: flex;
  position: absolute;
  bottom: -30px;
  right: -35px;
  overflow: hidden;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.button-filed {
  justify-content: flex-end;
  align-items: center;
  margin-top: 5px;
  margin-right: 0;
  display: flex;
}

.input-group {
  margin-bottom: 40px;
  font-size: 10px;
}

.input-filed {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--green);
  color: var(--white);
  background-color: #0000;
  width: 100%;
  height: 56px;
  margin-bottom: 0;
  padding: 18px 0 10px;
  font-family: Spacegrotesk, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.input-filed:focus {
  border-bottom-color: var(--green);
}

.input-filed::placeholder {
  color: var(--white);
  font-family: Spacegrotesk, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.input-filed.tracking {
  max-width: 500px;
  margin-right: 20px;
}

.input-filed.gray {
  color: var(--dark-grey);
  text-align: center;
  border-bottom-color: #c1bbb2;
  margin-bottom: 20px;
  padding-bottom: 18px;
}

.input-filed.gray::placeholder {
  color: var(--dark-grey);
}

.textarea {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--green);
  color: var(--white);
  background-color: #0000;
  min-height: 100px;
  margin-bottom: 0;
  padding: 10px 0;
  font-family: Spacegrotesk, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.textarea:focus {
  border-bottom-color: var(--green);
}

.textarea::placeholder {
  color: var(--white);
  font-family: Spacegrotesk, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}

.form-title {
  margin-bottom: 20px;
}

.form-paragraph {
  margin-left: 30px;
}

.underline-link {
  color: var(--light-green);
  text-decoration: underline;
}

.underline-link:hover {
  color: var(--white);
}

.legal-content {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -36px;
  display: flex;
}

.legal-rich-text a {
  color: var(--dark-green);
}

.legal-rich-text h3 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 27px;
  line-height: 35px;
}

.legal-rich-text strong {
  font-weight: 500;
}

.legal-rich-text h4 {
  margin-bottom: 18px;
  font-size: 27px;
  line-height: 35px;
}

.legal-rich-text h2 {
  margin-bottom: 20px;
  font-size: 34px;
  line-height: 42px;
}

.legal-rich-text p {
  margin-top: 20px;
  margin-bottom: 0;
}

.legal-rich-text ul {
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 20px;
}

.legal-rich-text li {
  padding-bottom: 10px;
  line-height: 28px;
}

.success-message {
  border: 1px solid var(--light-green);
  background-color: #0000;
}

.error-message {
  border: 1px solid var(--error-red);
  color: var(--error-red);
  background-color: #0000;
  padding-left: 20px;
  padding-right: 20px;
}

.tracking-title {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 34px;
  line-height: 42px;
}

.tracking {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-tracking-system {
  background-color: var(--dark-green);
  color: var(--white);
  border-radius: 5px;
  flex-direction: column;
  min-height: 100px;
  padding: 40px 36px;
  display: flex;
}

.tracking-form {
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.full-width-grid {
  grid-column-gap: 0px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.investor-grid-layout {
  grid-column-gap: 80px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 55vh;
  display: grid;
  overflow: hidden;
}

.investor-grid-image {
  background-image: url('../images/Investor_v2.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 30px;
  width: 100%;
  overflow: hidden;
}

.investor-grid-image.image-1 {
  background-image: url('../images/Investor_v1.jpg');
}

.investor-grid-image.image-3 {
  background-image: url('../images/Investor_v3.jpg');
}

.investor-grid.left {
  padding-left: 0;
}

.investor-number {
  color: var(--dark-green);
  letter-spacing: 2px;
  margin-bottom: 30px;
  font-size: 46px;
  font-weight: 600;
  line-height: 56px;
}

.investor-column {
  flex-direction: column;
  display: flex;
  position: relative;
}

.investor-paragraph {
  margin-top: 20px;
  margin-bottom: 0;
}

.investor-contact {
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  display: flex;
}

.investor-contact-info {
  width: 100%;
  max-width: 705px;
  min-height: 50px;
}

.investor-contact-title {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 46px;
}

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

.faq-title {
  width: 100%;
  max-width: 948px;
}

.faq-grid {
  grid-column-gap: 80px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  margin-top: 90px;
  display: grid;
}

.faq-sidebar {
  background-color: var(--light-grey);
}

.faq-image {
  background-image: url('../images/FAQ.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 40vh;
  overflow: hidden;
}

.faq-block {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 30px;
  display: flex;
}

.faq-button-wrapper {
  margin-top: 36px;
}

.faq-block-title {
  margin-top: 0;
  font-size: 26px;
  line-height: 34px;
}

.faq-block-title.last {
  margin-top: 46px;
}

.toogle-wrapper {
  overflow: hidden;
}

.toogle-questions {
  z-index: 9999;
  border-bottom: 2px solid var(--line-border);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.toogle-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 32px;
}

.toogle-answer {
  text-align: left;
  padding: 0;
}

.toogle-info {
  padding-top: 5px;
  padding-bottom: 5px;
}

.paragraph {
  margin-top: 25px;
  margin-bottom: 0;
}

.toogle-icon {
  width: 15px;
  height: 15px;
  position: relative;
  overflow: hidden;
}

.left-down {
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  display: flex;
  position: absolute;
  top: 0%;
  left: 0%;
}

.utility-page-wrap {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
}

.utility-page-content {
  background-color: var(--light-grey);
  text-align: center;
  border-radius: 30px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 54%;
  margin-bottom: 0;
  padding: 74px 60px 80px;
  display: flex;
}

.utility-page-title {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 30px;
  line-height: 38px;
  display: flex;
}

.utility-page-paragraph {
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
}

.utility-page-button {
  margin-top: 30px;
}

.utility-page-form {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  display: flex;
}

.section-testimonial {
  background-image: url('../images/Motifs.svg');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: auto;
  padding-top: 130px;
  padding-bottom: 363px;
  position: relative;
}

.testimonial-list-wrapper {
  padding-left: 185px;
}

.testimonial-list {
  width: 100%;
  max-width: 825px;
}

.testimonial-description {
  margin-bottom: 36px;
  font-family: Domine, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 42px;
}

.testimonial-author {
  align-items: center;
  display: flex;
}

.testimonial-author-image {
  border: 2px solid var(--white);
  border-radius: 5px;
  width: 90px;
  height: 90px;
  margin-right: 30px;
  overflow: hidden;
}

.testimonial-author-name {
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
}

.testimonial-author-titles {
  color: var(--dark-green);
  font-size: 16px;
  line-height: 24px;
}

.arrow {
  background-color: var(--dark-green);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  overflow: hidden;
}

.testimonial-title {
  width: 100%;
  max-width: 980px;
  margin-bottom: 56px;
  padding-left: 185px;
  position: relative;
}

.testimonial-quote {
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  display: flex;
  position: absolute;
  top: 80px;
  left: 100px;
  overflow: hidden;
}

.section-get-started {
  background-image: linear-gradient(90deg, #344cb5, #099);
  padding-top: 140px;
  padding-bottom: 100px;
}

.get-started-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 80%;
  display: flex;
}

.get-started-info {
  flex-direction: column;
  display: flex;
}

.get-started-button {
  margin-top: 50px;
}

.media {
  align-items: center;
  margin-right: 36px;
  display: flex;
}

.media-image {
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  margin-right: 12px;
  display: flex;
  overflow: hidden;
}

.media-text {
  color: #fff;
}

.media-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.testimonial-summary {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--light-grey);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.testimonial-pic {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 560px;
  display: flex;
  overflow: hidden;
}

.testimonial-content {
  align-items: center;
  padding: 7%;
  display: flex;
}

.testimonial-summary-name {
  margin-top: 10px;
  font-size: 34px;
  line-height: 42px;
}

.testimonial-short-description {
  margin-top: 20px;
  margin-bottom: 0;
}

.created-by {
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.author-name-label {
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24px;
}

.card-title {
  text-transform: capitalize;
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 32px;
}

.count-number {
  color: var(--dark-green);
  padding-bottom: 5px;
  font-size: 40px;
  font-weight: 600;
  line-height: 46px;
}

.delivery-image {
  z-index: 1;
  position: absolute;
  bottom: -72px;
  left: -50px;
}

.section-counter {
  background-image: url('../images/cover_back.webp');
  background-position: 50%;
  background-size: cover;
  padding: 100px 40px;
}

.hero-image {
  background-image: url('../images/cover.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 46%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

.hyphen-green {
  background-color: var(--light-green);
  width: 200px;
  height: 17px;
  display: block;
  position: absolute;
  top: 90px;
  right: 220px;
}

.hyphen-pink {
  background-color: #f9e9f1;
  width: 200px;
  height: 17px;
  display: none;
  position: absolute;
  top: 99px;
  right: -160px;
}

.hero-single-image {
  z-index: 1;
  background-image: url('../images/Ocean-Freight.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70%;
  display: flex;
  position: relative;
}

.counter-slider {
  background-color: #0000;
  height: auto;
  overflow: hidden;
}

.none {
  display: none;
}

.counter-slide-item {
  width: 25%;
}

.data-collection-slider {
  background-color: #0000;
  height: auto;
}

.data-collection-mask {
  margin-left: -18px;
  margin-right: -18px;
}

.data-slider-item {
  width: 33.33%;
  height: 100%;
  padding: 0 18px;
}

.location-image {
  z-index: 1;
  position: absolute;
  bottom: -52px;
  right: 23px;
}

.testimonial-slider {
  background-color: #0000;
  height: auto;
  display: flex;
  overflow: hidden;
}

.testimonial-slider-mask, .testimonial-slide-item {
  width: 100%;
  height: 100%;
}

.title-contact {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.blog-slider {
  background-color: #0000;
  height: auto;
}

.blog-slider-mask {
  margin-left: -18px;
  margin-right: -18px;
}

.blog-slide-item {
  width: 33.33%;
  height: 100%;
  padding-left: 18px;
  padding-right: 18px;
}

.outline-arrow {
  border: 2px solid var(--dark-green);
  background-color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
}

.outline-arrow.arrow-left {
  inset: -120px 65px auto auto;
}

.outline-arrow.arrow-right {
  inset: -120px 0 auto auto;
}

.section-description {
  margin-top: 15px;
  margin-bottom: 0;
}

.pagination-item {
  background-color: var(--white);
  color: var(--body-heading);
  border-width: 0;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 50px;
  margin-left: 12px;
  margin-right: 12px;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  transition: color .3s ease-in-out, background-color .3s ease-in-out;
  display: flex;
  overflow: hidden;
}

.pagination-item:hover {
  background-color: var(--dark-green);
  color: var(--white);
}

.subscribe-wrapper {
  padding-top: 70px;
  padding-bottom: 70px;
  overflow: hidden;
}

.subscribe-grid {
  grid-column-gap: 36px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.subscribe-picture {
  background-image: url('../images/Sign_Up.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  min-height: 450px;
}

.subscribe-body {
  background-color: var(--light-grey);
  border-radius: 30px;
  align-items: center;
  padding: 70px 50px;
  display: flex;
  position: relative;
}

.newsletter-picture {
  justify-content: center;
  align-items: center;
  width: 130px;
  display: flex;
  position: absolute;
  inset: -70px -40px auto auto;
  overflow: hidden;
}

.subscribe-form-flex {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.subscribe-form-input-wrapper {
  width: 100%;
  max-width: 370px;
}

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

.no-padding-bottom {
  padding-bottom: 0;
}

.blog-summary-info-box {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 768px;
  display: flex;
}

.blog-single-author {
  margin-right: 20px;
}

.button-link-wrapper {
  margin-top: 25px;
  display: flex;
}

.background-text {
  z-index: -1;
  width: 85%;
  height: 85%;
  margin: auto;
  position: absolute;
  inset: 0;
}

.investor-sub-title {
  margin-bottom: 10px;
}

.team-slider {
  background-color: #0000;
  height: auto;
}

.team-slider-mask {
  margin-left: -18px;
  margin-right: -18px;
}

.team-slide-item {
  width: 25%;
  padding-left: 18px;
  padding-right: 18px;
}

.project-gradient {
  background-image: url('../images/Gradient.svg');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.list {
  color: #344cb5;
  flex: 0 auto;
  align-self: stretch;
  width: 100%;
}

.image-4 {
  align-self: flex-start;
  max-width: none;
}

.text-block {
  color: #021526;
  text-align: center;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  font-size: 70px;
  line-height: 100%;
}

.div-block {
  margin-left: auto;
  margin-right: auto;
}

.investor-description-copy {
  margin-top: 10px;
  margin-bottom: 10px;
}

.grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.flex-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff;
  background-image: linear-gradient(90deg, #334cb4, #099);
  border-radius: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 40px;
  position: static;
  top: 110px;
}

.number-1 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}

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

.image-5, .image-2, .image-3 {
  max-width: 40%;
}

.container-copy {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  width: auto;
  max-width: none;
  min-height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.casos-de-exito {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
}

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

.imagen {
  max-width: 100%;
}

.section-counter-copy {
  padding: 100px 40px;
}

.investor-description-copy-copy {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}

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

.container-copy {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  width: auto;
  max-width: none;
  height: 100%;
  min-height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-top: 60px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.container-copy-copy {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  width: auto;
  max-width: none;
  min-height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .page-container {
    padding-top: 80px;
  }

  .footer-logo {
    padding-top: 0;
  }

  .footer-navbar-wrapper {
    grid-column-gap: 100px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-wrapper {
    max-width: 571px;
  }

  .hero-title {
    font-size: 56px;
    line-height: 64px;
  }

  .hero-description {
    margin-top: 25px;
  }

  .hero-cta {
    margin-top: 50px;
  }

  .hero-hexagon-large {
    width: 80px;
    height: 80px;
    bottom: 50px;
    right: 420px;
  }

  .title.center {
    max-width: 638px;
  }

  .investor-block {
    max-width: 520px;
  }

  .attach-info-title {
    font-size: 25px;
    line-height: 33px;
  }

  .section-title {
    font-size: 46px;
    line-height: 54px;
  }

  .team-avatar {
    min-height: 570px;
  }

  .team-bio-meta {
    padding: 9%;
  }

  .blog-avatar {
    width: 60px;
    height: 60px;
  }

  .blog-rich-text {
    padding-bottom: 5px;
  }

  .hero-about {
    min-height: 41vh;
  }

  .investor-grid-layout {
    min-height: 58vh;
  }

  .testimonial-pic {
    min-height: 570px;
  }

  .testimonial-content {
    padding: 9%;
  }

  .count-number {
    font-size: 50px;
    line-height: 56px;
  }

  .hyphen-green {
    width: 250px;
    display: flex;
    top: 100px;
    right: 190px;
  }

  .hyphen-pink {
    width: 250px;
    display: flex;
    top: 88px;
    right: -150px;
  }

  .subscribe-picture {
    min-height: 470px;
  }

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

  .no-padding-bottom {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 1440px) {
  body {
    font-size: 20px;
    line-height: 30px;
  }

  .page-title {
    font-size: 78px;
    line-height: 78px;
  }

  .page-container {
    padding-bottom: 120px;
  }

  .footer-logo {
    padding-top: 0;
  }

  .footer-navbar-wrapper {
    grid-column-gap: 140px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .page-description-wrap {
    max-width: 528px;
  }

  .hero-wrapper {
    max-width: 600px;
  }

  .hero-title {
    font-size: 64px;
    line-height: 72px;
  }

  .hero-description {
    margin-top: 30px;
  }

  .hero-cta {
    margin-top: 60px;
  }

  .hero-hexagon-large {
    width: 100px;
    height: 100px;
    bottom: 28px;
    right: 550px;
  }

  .section-reason {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .title.center {
    max-width: 694px;
  }

  .intro-wrap {
    padding-bottom: 120px;
  }

  .intro-image-large {
    width: 580px;
    height: 467px;
  }

  .intro-block {
    max-width: 610px;
  }

  .intro-title {
    font-size: 43px;
    line-height: 50px;
  }

  .investor-block {
    max-width: 600px;
  }

  .investor-title {
    font-size: 43px;
    line-height: 50px;
  }

  .investor-image-large {
    width: 580px;
    height: 467px;
  }

  .section-services {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .title-art {
    width: 45%;
  }

  .data-list-item {
    padding: 45px 30px;
  }

  .data-title {
    font-size: 30px;
    line-height: 38px;
  }

  .project-main-image {
    min-height: 600px;
  }

  .project-summary-grid {
    padding: 120px 80px;
  }

  .project-attachment {
    padding-bottom: 225px;
  }

  .attachment-image {
    min-height: 500px;
  }

  .attachment-info {
    padding-bottom: 120px;
  }

  .attach-info-title {
    font-size: 27px;
    line-height: 35px;
  }

  .gradient-top {
    height: 540px;
  }

  .gradient-botton {
    height: 512px;
  }

  .other-project {
    padding-top: 120px;
  }

  .section-title {
    font-size: 50px;
    line-height: 58px;
  }

  .section-solutions {
    padding-top: 10px;
    padding-bottom: 120px;
  }

  .team-avatar {
    min-height: 630px;
  }

  .team-bio-meta {
    padding: 10%;
  }

  .team-description {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .team-network {
    top: 120px;
  }

  .blog-title {
    font-size: 30px;
    line-height: 38px;
  }

  .blog-avatar {
    width: 66px;
    height: 66px;
  }

  .blog-meta {
    padding-left: 50px;
    padding-right: 50px;
  }

  .other-articles {
    padding-top: 120px;
  }

  .blog-rich-text {
    padding-bottom: 30px;
  }

  .hero-about {
    min-height: 48vh;
  }

  .hero-big-title {
    margin-right: 70px;
  }

  .hero-about-title.first, .hero-about-title.last {
    font-size: 28px;
    line-height: 36px;
  }

  .our-partners {
    padding-bottom: 120px;
  }

  .partners-title {
    margin-bottom: 120px;
  }

  .our-partner-title {
    font-size: 35px;
    line-height: 43px;
  }

  .partner-brand-list {
    height: 35vh;
  }

  .our-story {
    padding-top: 80px;
    padding-bottom: 120px;
  }

  .circle-image {
    max-height: 820px;
  }

  .sidebar {
    max-width: 400px;
  }

  .button-filed {
    margin-right: 0;
  }

  .input-filed, .input-filed::placeholder {
    font-size: 20px;
    line-height: 30px;
  }

  .full-width-grid {
    grid-row-gap: 120px;
  }

  .investor-grid-layout {
    grid-column-gap: 120px;
    min-height: 70vh;
  }

  .investor-column {
    flex-direction: column;
    padding-right: 32px;
    display: flex;
    position: relative;
  }

  .investor-contact {
    padding-top: 0;
  }

  .faq-grid {
    grid-column-gap: 70px;
    margin-top: 110px;
  }

  .faq-image {
    min-height: 46vh;
  }

  .utility-page-content {
    max-width: 50%;
  }

  .utility-page-title {
    font-size: 43px;
    line-height: 50px;
  }

  .section-testimonial {
    padding-top: 160px;
    padding-bottom: 380px;
  }

  .testimonial-quote {
    width: 200px;
    height: 200px;
    top: 70px;
    left: 70px;
  }

  .section-get-started {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .testimonial-pic {
    min-height: 630px;
  }

  .testimonial-content {
    padding: 10%;
  }

  .testimonial-summary-name {
    font-size: 54px;
    line-height: 62px;
  }

  .card-title {
    font-size: 27px;
    line-height: 35px;
  }

  .count-number {
    font-size: 60px;
    line-height: 66px;
  }

  .delivery-image {
    bottom: -72px;
    left: 26px;
  }

  .section-counter {
    padding-top: 80px;
    padding-bottom: 120px;
  }

  .hero-image {
    max-width: 730px;
  }

  .hyphen-green {
    width: 270px;
    height: 23px;
    top: 100px;
    right: 250px;
  }

  .hyphen-pink {
    width: 270px;
    height: 23px;
    top: 98px;
    right: -202px;
  }

  .hero-single-image {
    height: 90%;
  }

  .location-image {
    bottom: -52px;
    right: 31px;
  }

  .pagination-item {
    width: 56px;
    height: 56px;
    margin-top: 70px;
    font-size: 20px;
    line-height: 30px;
  }

  .subscribe-wrapper {
    padding-top: 80px;
  }

  .subscribe-picture {
    min-height: 500px;
  }

  .subscribe-body {
    padding-left: 50px;
    padding-right: 50px;
  }

  .newsletter-picture {
    width: 200px;
    top: -80px;
    right: -70px;
  }

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

  .no-padding-bottom {
    padding-bottom: 0;
  }

  .flex-block {
    position: static;
  }

  .section-counter-copy {
    padding-top: 80px;
    padding-bottom: 120px;
  }
}

@media screen and (min-width: 1920px) {
  body {
    font-size: 22px;
    line-height: 32px;
  }

  .page-title {
    font-size: 90px;
    line-height: 90px;
  }

  .page-container {
    padding-top: 120px;
    padding-bottom: 160px;
  }

  .footer-menu-bar {
    flex: 0 auto;
  }

  .footer-logo {
    padding-top: 0;
  }

  .footer-navbar-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .page-description-wrap {
    max-width: 580px;
  }

  .section-hero {
    padding-top: 90px;
  }

  .hero-wrapper {
    max-width: 680px;
  }

  .hero-title {
    font-size: 72px;
    line-height: 76px;
  }

  .hero-hexagon-large {
    width: 120px;
    height: 120px;
    bottom: 15px;
    right: 628px;
  }

  .section-reason {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .title.center {
    max-width: 750px;
  }

  .intro-wrap {
    padding-bottom: 160px;
  }

  .intro-image-large, .investor-image-large {
    width: 680px;
    height: 548px;
  }

  .section-services {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .title-art {
    width: 55%;
  }

  .data-list-item {
    padding: 50px 36px;
  }

  .project-main-image {
    min-height: 650px;
  }

  .project-summary-grid {
    padding-bottom: 160px;
    padding-left: 120px;
    padding-right: 120px;
  }

  .project-attachment {
    padding-bottom: 265px;
  }

  .attachment-info {
    padding-bottom: 160px;
  }

  .gradient-top {
    height: 625px;
  }

  .gradient-botton {
    height: 503px;
  }

  .other-project {
    padding-top: 160px;
  }

  .section-title {
    font-size: 54px;
    line-height: 62px;
    position: relative;
  }

  .section-solutions {
    padding-top: 50px;
    padding-bottom: 160px;
  }

  .team-avatar {
    min-height: 700px;
  }

  .team-bio-meta {
    padding: 12%;
  }

  .team-description {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .team-network {
    top: 160px;
  }

  .other-articles {
    padding-top: 160px;
  }

  .blog-rich-text {
    padding-bottom: 57px;
  }

  .hero-about {
    min-height: 55vh;
  }

  .hero-big-title {
    margin-right: 70px;
  }

  .hero-about-intro {
    flex-direction: column;
    max-width: 570px;
    display: flex;
  }

  .hero-about-title.first, .hero-about-title.last {
    font-size: 43px;
    line-height: 50px;
  }

  .our-partners {
    padding-bottom: 160px;
  }

  .partners-title {
    margin-bottom: 154px;
  }

  .our-partner-title {
    font-size: 43px;
    line-height: 50px;
  }

  .our-value {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .our-story {
    padding-top: 145px;
    padding-bottom: 150px;
  }

  .number {
    font-size: 96px;
    line-height: 96px;
  }

  .circle-image {
    max-width: 36%;
    max-height: 950px;
  }

  .input-filed, .input-filed::placeholder {
    font-size: 22px;
    line-height: 32px;
  }

  .legal-rich-text ul {
    padding-left: 22px;
  }

  .full-width-grid {
    grid-row-gap: 160px;
  }

  .investor-grid-layout {
    grid-column-gap: 160px;
    min-height: 60vh;
  }

  .faq-grid {
    margin-top: 150px;
  }

  .faq-image {
    min-height: 43vh;
  }

  .utility-page-content {
    max-width: 37%;
  }

  .section-testimonial {
    padding-top: 200px;
    padding-bottom: 410px;
  }

  .testimonial-quote {
    width: 300px;
    height: 300px;
    top: 0;
    left: -30px;
  }

  .section-get-started {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .testimonial-pic {
    min-height: 700px;
  }

  .testimonial-content {
    padding: 12%;
  }

  .count-number {
    font-size: 70px;
    line-height: 76px;
  }

  .delivery-image {
    left: -23px;
  }

  .section-counter {
    padding-top: 100px;
    padding-bottom: 160px;
  }

  .hero-image {
    max-width: 830px;
  }

  .hyphen-green {
    width: 324px;
    height: 27px;
    right: 210px;
  }

  .hyphen-pink {
    width: 324px;
    height: 27px;
    top: 109px;
    right: -170px;
  }

  .hero-single-image {
    height: 100%;
  }

  .location-image {
    right: -20px;
  }

  .pagination-item {
    width: 66px;
    height: 66px;
    font-size: 22px;
  }

  .subscribe-grid {
    grid-column-gap: 36px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .subscribe-picture {
    width: 100%;
    height: 100%;
    min-height: 550px;
  }

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

  .no-padding-bottom {
    padding-bottom: 0;
  }

  .grid-2 {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-counter-copy {
    padding-top: 100px;
    padding-bottom: 160px;
  }

  .container-copy {
    height: auto;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 46px;
    line-height: 54px;
  }

  h2 {
    font-size: 36px;
    line-height: 44px;
  }

  h3 {
    font-size: 30px;
    line-height: 38px;
  }

  h4 {
    font-size: 24px;
    line-height: 32px;
  }

  h5 {
    font-size: 18px;
    line-height: 26px;
  }

  h6 {
    font-size: 16px;
    line-height: 22px;
  }

  .header {
    border-bottom: 1px solid var(--line-border);
  }

  .topbar {
    justify-content: center;
    padding-left: 24px;
    padding-right: 24px;
  }

  .header-wrap {
    padding-left: 24px;
    padding-right: 24px;
  }

  .small-text.hide {
    display: none;
  }

  .dot {
    margin-left: 15px;
    margin-right: 15px;
  }

  .dot.hide {
    display: none;
  }

  .nav-link {
    border-bottom: 1px solid var(--green);
    color: var(--white);
    display: block;
  }

  .nav-link:hover {
    color: var(--white);
  }

  .nav-link.first {
    padding-left: 25px;
  }

  .nav-link.first.w--current {
    color: var(--white);
  }

  .nav-link.last {
    border-bottom-width: 0;
    padding-right: 25px;
  }

  .page-title-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-title {
    font-size: 52px;
    line-height: 60px;
  }

  .page-description {
    margin-top: 10px;
  }

  .page-container {
    padding-bottom: 80px;
  }

  .heading-6 {
    font-size: 16px;
    line-height: 22px;
  }

  .footer {
    padding-bottom: 10px;
  }

  .footer-menu-bar {
    justify-content: flex-start;
    padding-bottom: 50px;
  }

  .line-5 {
    inset: 0% auto auto 0%;
  }

  .footer-logo {
    width: 25%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-navbar {
    justify-content: flex-start;
    align-items: flex-end;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-copyright {
    grid-row-gap: 10px;
    border-top: 1px solid var(--secondary);
    border-bottom-width: 0;
    flex-flow: row;
    flex: 1;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    min-height: auto;
    margin-top: -20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .footer-navbar-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
    width: 75%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .copyright-wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-navbar-list {
    padding-left: 0;
  }

  .footer-social-media {
    justify-content: center;
    margin-right: 0;
  }

  .footer-label.first {
    margin-right: 0;
  }

  .page-title-container {
    grid-column-gap: 0px;
    text-align: center;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .page-description-wrap {
    justify-content: flex-start;
    max-width: none;
    padding-left: 70px;
    padding-right: 70px;
  }

  .heading-1 {
    font-size: 46px;
    line-height: 54px;
  }

  .section-hero {
    flex-flow: column;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
    max-width: none;
    padding-top: 30px;
    display: flex;
  }

  .hero-header {
    justify-content: flex-start;
    align-items: center;
  }

  .hero-title {
    font-size: 48px;
    line-height: 56px;
  }

  .hero-description {
    margin-bottom: 0;
  }

  .hero-button {
    padding-right: 0;
  }

  .counter-list {
    text-align: center;
    align-items: center;
  }

  .hero-hexagon-large {
    width: 100px;
    display: none;
    bottom: 300px;
  }

  .section-reason {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .title {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 60px;
    display: flex;
  }

  .title.left {
    align-items: center;
  }

  .title.our-value-title {
    align-items: flex-start;
  }

  .reason-layout-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .reason-item {
    padding-left: 0;
    padding-right: 0;
  }

  .section-introduction {
    padding-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .intro-wrap {
    padding-top: 0;
    padding-bottom: 0;
  }

  .intro-container {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .intro-image-large {
    background-position: 50%;
    width: 100%;
  }

  .intro-block-content {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .intro-block {
    width: auto;
    max-width: none;
    margin-top: 10px;
  }

  .intro-description {
    margin-top: 20px;
  }

  .investor-block-content {
    text-align: center;
    align-items: center;
  }

  .investor-block {
    width: auto;
    max-width: none;
    margin-top: 10px;
    padding-left: 0;
    padding-right: 25px;
  }

  .investor-title {
    font-size: 34px;
    line-height: 42px;
  }

  .investor-description {
    margin-top: 20px;
  }

  .investor-image-large {
    background-position: 50%;
    width: 100%;
  }

  .section-services {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .title-art {
    display: none;
    left: 0;
  }

  .data-collection-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .data-title {
    font-size: 28px;
  }

  .title-icon {
    opacity: .1;
    height: 200px;
    margin: auto;
    position: absolute;
    inset: 0;
  }

  .page-header-title {
    justify-content: center;
    max-width: none;
    padding-right: 0;
    position: static;
  }

  .project-summary {
    background-image: none;
    padding-bottom: 36px;
  }

  .project-summary-grid {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
    padding: 60px 0 0;
  }

  .inline-link {
    justify-content: center;
  }

  .benefits {
    justify-content: space-between;
  }

  .benefit-wrap {
    max-width: none;
    padding: 50px;
  }

  .project-button-wrapper {
    justify-content: center;
    margin-top: 30px;
    padding-left: 80px;
    padding-right: 80px;
    display: flex;
  }

  .project-attachment {
    padding-bottom: 108px;
  }

  .attachment-image {
    min-height: 400px;
  }

  .attachment-info {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .attach-title.color-primary {
    margin-bottom: 50px;
  }

  .attach-block-list {
    grid-column-gap: 80px;
    grid-row-gap: 36px;
    grid-template-columns: 1fr 1fr;
  }

  .gradient-top {
    height: 444px;
  }

  .other-project {
    padding-top: 80px;
  }

  .section-title, .section-title.heading-1 {
    font-size: 36px;
    line-height: 44px;
  }

  .section-title.heading-1.our-value-heading {
    margin-top: 0;
  }

  .hide {
    display: none;
  }

  .section-solutions {
    padding-bottom: 80px;
  }

  .team-collection-list {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .team-bio {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .team-avatar {
    min-height: 728px;
  }

  .team-bio-meta {
    padding-left: 40px;
    padding-right: 40px;
  }

  .team-short-description {
    font-size: 18px;
    line-height: 28px;
  }

  .team-description {
    flex-direction: column;
    padding: 40px 80px 80px;
    display: flex;
  }

  .team-network {
    order: 1;
    justify-content: center;
    width: 100%;
    min-height: auto;
    display: flex;
    position: static;
  }

  .social-media-link {
    width: 47px;
    margin-bottom: 0;
    margin-right: 20px;
  }

  .team-rich-text {
    padding-bottom: 40px;
  }

  .other-team {
    border-top: 1px solid var(--line-border);
    padding-top: 80px;
  }

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

  .section-articles {
    padding-bottom: 80px;
  }

  .other-articles {
    padding-top: 76px;
  }

  .blog-summary-title {
    font-size: 42px;
    line-height: 50px;
  }

  .blog-summary-meta {
    padding-top: 70px;
  }

  .blog-rich-text {
    padding-top: 40px;
  }

  .hero-about {
    min-height: auto;
  }

  .hero-about-section {
    justify-content: space-between;
  }

  .uppercase-large-text {
    font-size: 34px;
    line-height: 42px;
  }

  .hero-about-intro {
    max-width: 73%;
  }

  .hero-about-image {
    display: none;
  }

  .our-story-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .our-story-wrapper {
    text-align: center;
    align-items: center;
    padding-top: 0;
  }

  .our-story-paragraph {
    max-width: none;
  }

  .our-story-title {
    margin-bottom: 50px;
  }

  .our-partners {
    padding-bottom: 80px;
  }

  .partners-title {
    margin-bottom: 70px;
  }

  .our-partner-title {
    font-size: 25px;
    line-height: 33px;
  }

  .partner-brand-list {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    height: auto;
    margin-top: 36px;
    display: grid;
  }

  .partner-brand-item {
    width: 340px;
    height: 340px;
    margin: 0;
  }

  .our-value {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .partner-brand {
    padding: 0;
  }

  .our-story {
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .our-value-info {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .our-value-meta {
    grid-column-gap: 36px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 76px;
  }

  .circle-image {
    display: none;
  }

  .contact-wrapper {
    grid-row-gap: 70px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .sidebar {
    text-align: center;
  }

  .form-wrapper {
    text-align: center;
    padding-right: 8%;
  }

  .sidebar-block-item {
    margin-top: 40px;
  }

  .sidebar-block-title {
    font-size: 28px;
    line-height: 36px;
  }

  .sidebar-title {
    font-size: 36px;
    line-height: 44px;
  }

  .block-background {
    display: none;
  }

  .legal-rich-text h2 {
    font-size: 32px;
  }

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

  .tracking-title {
    font-size: 30px;
    line-height: 40px;
  }

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

  .full-width-grid {
    grid-row-gap: 60px;
  }

  .investor-grid-layout {
    grid-row-gap: 60px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .investor-grid-image {
    height: 100%;
    min-height: 728px;
  }

  .investor-grid {
    text-align: center;
    padding-left: 0;
  }

  .investor-column {
    max-width: none;
    padding-left: 70px;
    padding-right: 70px;
  }

  .investor-contact {
    padding-top: 0;
  }

  .investor-contact-info {
    text-align: center;
    flex-direction: column;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .investor-contact-title {
    font-size: 34px;
    line-height: 42px;
  }

  .investor-mailing {
    flex-wrap: wrap;
    justify-content: center;
  }

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

  .faq-title.uppercase-large-text {
    max-width: none;
  }

  .faq-grid {
    grid-column-gap: 0px;
    grid-row-gap: 36px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .faq-image {
    min-height: 728px;
  }

  .faq-block {
    padding-top: 74px;
  }

  .toogle {
    padding-bottom: 30px;
  }

  .toogle-title {
    padding-right: 40px;
  }

  .utility-page-content {
    max-width: 82%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .utility-page-paragraph {
    font-size: 20px;
  }

  .section-testimonial {
    padding-top: 100px;
    padding-bottom: 350px;
  }

  .testimonial-list-wrapper {
    padding-left: 80px;
    padding-right: 80px;
  }

  .testimonial-description {
    font-size: 20px;
    line-height: 38px;
  }

  .arrow {
    width: 50px;
    height: 50px;
  }

  .testimonial-title {
    margin-bottom: 40px;
    padding-left: 80px;
  }

  .testimonial-quote {
    left: 0;
  }

  .section-get-started {
    padding-top: 0;
    padding-bottom: 80px;
  }

  .testimonial-summary {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .testimonial-pic {
    min-height: 728px;
  }

  .testimonial-content {
    padding: 60px;
  }

  .nav-menu {
    background-color: var(--dark-green);
    height: 100vw;
    margin-top: 77px;
    position: fixed;
    inset: 0 0% auto;
  }

  .menu-button {
    background-color: var(--dark-green);
    color: var(--white);
    cursor: pointer;
    border-radius: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    padding: 10px;
    display: flex;
    overflow: hidden;
  }

  .menu-button:hover, .menu-button:focus {
    background-color: var(--dark-green);
  }

  .menu-icon-top-line {
    background-color: var(--white);
    width: 100%;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-burger-icon {
    flex-direction: column;
    justify-content: center;
    width: 25px;
    height: 25px;
    display: flex;
    overflow: hidden;
  }

  .menu-icon-middle-line {
    background-color: var(--white);
    width: 100%;
    height: 1px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon-bottom-line {
    background-color: var(--white);
    width: 100%;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .count-number {
    font-size: 62px;
    line-height: 62px;
  }

  .delivery-image {
    display: none;
  }

  .section-counter {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 80px 20px;
  }

  .hero-image {
    order: -1;
    max-width: none;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
  }

  .hyphen-green {
    display: none;
  }

  .hero-single-image {
    height: 100%;
    min-height: 400px;
  }

  .counter-slide-item {
    width: 100%;
  }

  .data-slider-item {
    width: 50%;
  }

  .location-image {
    display: none;
  }

  .blog-slide-item {
    width: 50%;
  }

  .outline-arrow {
    display: none;
  }

  .outline-arrow.arrow-left {
    inset: 0 auto 0 -15px;
  }

  .outline-arrow.arrow-right {
    inset: 0 -15px 0 auto;
  }

  .subscribe-wrapper {
    padding-top: 0;
    padding-bottom: 36px;
  }

  .subscribe-grid {
    grid-column-gap: 0px;
    grid-row-gap: 36px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .newsletter-picture {
    display: none;
  }

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

  .no-padding-bottom {
    padding-bottom: 0;
  }

  .blog-summary-info-box {
    max-width: none;
  }

  .button-link-wrapper {
    z-index: 1;
    justify-content: center;
    position: relative;
  }

  .team-slide-item {
    width: 50%;
  }

  .image-4 {
    margin-left: auto;
    margin-right: auto;
  }

  .text-block {
    flex: 0 auto;
    width: auto;
    max-width: none;
    margin-left: 20px;
    margin-right: 20px;
    padding-right: 0;
  }

  .container-copy {
    flex-flow: column;
    align-items: stretch;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .investor-description-copy, .number-1 {
    margin-top: 20px;
  }

  .container-copy {
    width: 100vw;
  }

  .casos-de-exito {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

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

  .section-counter-copy {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 80px 20px;
  }

  .investor-description-copy-copy {
    margin-top: 20px;
  }

  .container-copy {
    width: 100vw;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-copy-copy {
    width: 100vw;
  }

  .bold-text-2 {
    font-size: 66px;
  }

  .bold-text-3 {
    font-size: 60px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
    line-height: 44px;
  }

  h2 {
    font-size: 30px;
    line-height: 38px;
  }

  h3 {
    font-size: 26px;
    line-height: 34px;
  }

  h4 {
    font-size: 22px;
    line-height: 30px;
  }

  blockquote {
    padding-left: 36px;
    padding-right: 0;
  }

  .topbar {
    justify-content: center;
  }

  .nav-link {
    padding: 15px 35px;
  }

  .nav-link.first {
    padding-left: 35px;
    padding-right: 35px;
  }

  .brand.w--current {
    padding-left: 0;
  }

  .page-title-wrapper {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .page-title {
    font-size: 38px;
    line-height: 48px;
  }

  .page-container {
    padding-bottom: 70px;
  }

  .footer-menu-bar {
    flex-direction: column;
    padding-bottom: 70px;
  }

  .footer-image {
    object-fit: contain;
  }

  .footer-logo {
    width: 30%;
    margin-left: -5px;
    margin-right: -5px;
  }

  .footer-navbar {
    padding-top: 30px;
  }

  .footer-copyright {
    flex-direction: column;
  }

  .footer-navbar-wrapper {
    grid-column-gap: 30px;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .copyright-wrapper {
    padding-bottom: 10px;
  }

  .footer-social-media {
    justify-content: flex-start;
  }

  .page-title-container, .page-description-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-1 {
    font-size: 36px;
    line-height: 44px;
  }

  .hero-wrapper {
    padding-top: 0;
  }

  .hero-title {
    font-size: 38px;
    line-height: 46px;
  }

  .hero-description {
    margin-top: 25px;
  }

  .hero-hexagon-large {
    width: 80px;
    bottom: 230px;
  }

  .section-reason {
    padding-top: 66px;
    padding-bottom: 70px;
  }

  .title {
    margin-bottom: 50px;
  }

  .title.our-value-title {
    align-items: center;
  }

  .section-introduction {
    padding-bottom: 30px;
  }

  .intro-wrap {
    padding-bottom: 0;
  }

  .intro-container {
    grid-column-gap: 0px;
    grid-row-gap: 36px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .intro-block-content {
    align-items: center;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .intro-title {
    font-size: 30px;
    line-height: 38px;
  }

  .investor-block-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .investor-block {
    text-align: center;
    padding-right: 0;
  }

  .investor-title {
    font-size: 30px;
    line-height: 38px;
  }

  .section-services {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .title-art {
    top: -30px;
  }

  .data-collection-list {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .data-list-item {
    justify-content: center;
    min-height: 528px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .data-title {
    font-size: 24px;
    line-height: 32px;
  }

  .data-image {
    width: 30%;
    right: 20px;
  }

  .title-icon {
    max-width: 150px;
    height: 150px;
  }

  .page-header-title {
    width: auto;
  }

  .project-main-image {
    min-height: 368px;
  }

  .project-summary-grid {
    padding-top: 60px;
  }

  .benefit-title.heading-1 {
    margin-bottom: 30px;
  }

  .benefit-image {
    opacity: .08;
    width: 150px;
    height: 150px;
    right: 0;
  }

  .project-attachment {
    background-image: none;
    padding-bottom: 0;
  }

  .attachment-info {
    padding-top: 70px;
    padding-bottom: 0;
  }

  .attach-block-list {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .gradient-top, .gradient-botton {
    display: none;
  }

  .other-project {
    padding-top: 70px;
  }

  .section-title {
    font-size: 32px;
    line-height: 40px;
  }

  .section-title.heading-1 {
    font-size: 34px;
  }

  .section-solutions {
    padding-bottom: 70px;
  }

  .team-profile {
    padding-left: 20px;
    padding-right: 20px;
  }

  .team-avatar {
    min-height: 528px;
  }

  .team-bio-meta {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .team-description {
    padding: 30px 0 70px;
  }

  .other-team {
    padding-top: 70px;
  }

  .blog-collection-list {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .blog-footer, .blog-category {
    justify-content: center;
  }

  .section-articles {
    padding-bottom: 0;
  }

  .blog-meta {
    padding-left: 80px;
    padding-right: 80px;
  }

  .other-articles {
    padding-top: 70px;
  }

  .uppercase-large-text {
    font-size: 26px;
    line-height: 34px;
  }

  .our-story-wrap {
    grid-row-gap: 10px;
  }

  .our-story-wrapper {
    text-align: center;
    align-items: center;
    padding-left: 50px;
    padding-right: 50px;
  }

  .our-partners {
    padding-bottom: 70px;
  }

  .partner-brand-item {
    height: 250px;
  }

  .our-value {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .our-value-info {
    grid-column-gap: 0px;
    grid-row-gap: 76px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    padding-left: 60px;
    padding-right: 60px;
  }

  .our-value-item {
    text-align: center;
    border-top: 0 #0000;
    align-items: center;
    padding-top: 0;
  }

  .our-value-meta {
    grid-column-gap: 0px;
    grid-row-gap: 76px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-left: 60px;
    padding-right: 60px;
  }

  .contact-wrapper {
    grid-row-gap: 60px;
  }

  .form-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .sidebar-title {
    font-size: 32px;
    line-height: 40px;
  }

  .button-filed {
    text-align: center;
    flex-direction: column;
    margin-top: 0;
    margin-right: 0;
  }

  .form-paragraph.small-text {
    margin-top: 30px;
    margin-left: 0;
  }

  .legal-rich-text h3 {
    font-size: 24px;
    line-height: 32px;
  }

  .legal-rich-text h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .tracking-title {
    font-size: 28px;
    line-height: 38px;
  }

  .investor-grid-image {
    min-height: 500px;
  }

  .investor-column {
    padding-left: 40px;
    padding-right: 40px;
  }

  .investor-contact-title {
    font-size: 30px;
    line-height: 38px;
  }

  .investor-mailing {
    flex-wrap: wrap;
    justify-content: center;
  }

  .faq-grid {
    margin-top: 20px;
  }

  .faq-image {
    min-height: 528px;
  }

  .faq-block {
    padding: 50px 20px;
  }

  .toogle {
    padding-bottom: 20px;
  }

  .utility-page-content {
    max-width: 90%;
    padding-top: 54px;
    padding-bottom: 60px;
  }

  .utility-page-button {
    margin-top: 20px;
  }

  .section-testimonial {
    text-align: center;
    background-image: none;
    padding-top: 66px;
    padding-bottom: 66px;
  }

  .testimonial-list-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-item {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .testimonial-description {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 0;
    font-size: 19px;
    line-height: 29px;
  }

  .testimonial-author {
    order: -1;
  }

  .arrow {
    display: none;
  }

  .testimonial-title {
    padding-left: 0;
  }

  .testimonial-quote {
    width: 100px;
    height: 100px;
    top: 0;
  }

  .section-get-started {
    padding-top: 66px;
    padding-bottom: 70px;
  }

  .get-started-wrapper {
    text-align: center;
    flex-direction: column;
  }

  .testimonial-pic {
    min-height: 528px;
  }

  .testimonial-content {
    padding: 50px;
  }

  .section-counter {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .data-slider-item, .blog-slide-item {
    width: 100%;
  }

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

  .no-padding-bottom {
    padding-bottom: 0;
  }

  .casos-de-exito {
    grid-column-gap: 0px;
    grid-row-gap: 36px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .section-counter-copy {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 18px;
    line-height: 28px;
  }

  h1 {
    font-size: 34px;
    line-height: 42px;
  }

  blockquote {
    padding-left: 30px;
    font-size: 20px;
    line-height: 30px;
  }

  .topbar {
    justify-content: center;
  }

  .topbar-content.hide {
    display: none;
  }

  .nav-link {
    padding-left: 25px;
    padding-right: 25px;
  }

  .nav-link.w--current {
    color: var(--white);
  }

  .nav-link.first {
    padding-left: 25px;
    padding-right: 25px;
  }

  .brand, .brand.w--current {
    padding-left: 0;
  }

  .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .page-header {
    text-align: center;
    justify-content: center;
  }

  .page-title {
    font-size: 32px;
    line-height: 34px;
  }

  .page-description {
    font-size: 18px;
    line-height: 28px;
  }

  .uppercase-text {
    letter-spacing: 0;
    line-height: 18px;
  }

  .footer {
    text-align: left;
    height: auto;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-menu-bar {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0;
  }

  .footer-logo-link {
    height: 60px;
  }

  .line-5 {
    display: none;
  }

  .footer-logo {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-navbar {
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
  }

  .footer-copyright {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
  }

  .footer-navbar-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 36px;
    text-align: center;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 0;
  }

  .copyright-wrapper {
    flex-wrap: wrap;
    font-size: 17px;
    line-height: 27px;
  }

  .footer-navbar-list {
    margin-bottom: 0;
  }

  .footer-list-item {
    flex-direction: row;
    padding-bottom: 10px;
    display: flex;
  }

  .footer-label {
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading-1 {
    font-size: 34px;
    line-height: 42px;
  }

  .section-hero {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .hero-wrapper {
    padding-top: 30px;
  }

  .hero-header {
    justify-content: flex-start;
    align-items: center;
  }

  .hero-title {
    font-size: 30px;
    line-height: 40px;
  }

  .hero-cta {
    flex-direction: column;
  }

  .hero-button.track-button {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .counter-list {
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 100%;
  }

  .hero-hexagon-large {
    top: 265px;
    bottom: auto;
    right: 0;
  }

  .reason-layout-grid {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .reason-item {
    text-align: center;
    align-items: center;
  }

  .section-introduction {
    padding-left: 20px;
    padding-right: 20px;
  }

  .intro-wrap {
    flex: 0 auto;
    align-self: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .intro-container {
    grid-row-gap: 30px;
  }

  .intro-image {
    justify-content: center;
    align-items: center;
  }

  .intro-image-large {
    flex: 0 auto;
    width: 90%;
    height: 280px;
  }

  .intro-block-content {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .intro-title {
    font-size: 26px;
    line-height: 36px;
  }

  .section-investors {
    padding-left: 20px;
    padding-right: 20px;
  }

  .investor-block-content {
    padding-left: 0;
    padding-right: 0;
  }

  .investor-title {
    font-size: 26px;
    line-height: 36px;
  }

  .investor-image-large {
    height: 280px;
  }

  .section-services {
    padding-left: 20px;
    padding-right: 20px;
  }

  .data-list-item {
    min-height: auto;
    padding-top: 34px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .data-title {
    font-size: 24px;
    line-height: 32px;
  }

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

  .data-image {
    width: 45%;
    bottom: 0;
  }

  .project-main-image {
    min-height: 280px;
  }

  .benefit-wrap {
    padding: 40px 20px;
  }

  .project-button-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .attachment-image {
    min-height: 280px;
  }

  .attach-title.color-primary {
    letter-spacing: 0;
  }

  .gradient-top, .gradient-botton {
    display: none;
  }

  .section-title {
    font-size: 30px;
    line-height: 40px;
  }

  .section-title.heading-1 {
    text-align: center;
  }

  .team-collection-list {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .team-item-link {
    text-align: center;
  }

  .team-avatar {
    min-height: 280px;
  }

  .team-bio-meta {
    padding: 40px 20px;
  }

  .team-name {
    font-size: 28px;
    line-height: 36px;
  }

  .blog-footer {
    flex-direction: column;
  }

  .blog-title {
    font-size: 24px;
    line-height: 32px;
  }

  .blog-avatar {
    width: 50px;
    height: 50px;
    margin-right: 15px;
  }

  .blog-meta {
    padding: 40px 20px;
  }

  .blog-summary-title {
    font-size: 36px;
    line-height: 44px;
  }

  .blog-rich-text {
    padding-top: 40px;
  }

  .hero-about-section {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .uppercase-large-text {
    font-size: 20px;
    line-height: 28px;
  }

  .hero-big-title {
    align-self: center;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .hero-about-intro {
    max-width: none;
  }

  .hero-about-title.first {
    font-size: 22px;
    line-height: 30px;
  }

  .hero-about-title.last {
    font-size: 22px;
    line-height: 32px;
  }

  .our-story-wrapper {
    padding-left: 18px;
    padding-right: 18px;
  }

  .partner-brand-list {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .partner-brand-item {
    width: 260px;
    height: 260px;
  }

  .our-value-info {
    grid-row-gap: 66px;
    padding-left: 0;
    padding-right: 0;
  }

  .number {
    font-size: 72px;
    line-height: 70px;
  }

  .our-value-meta {
    padding-left: 0;
    padding-right: 0;
  }

  .form-wrapper {
    padding: 40px 20px;
  }

  .sidebar-title {
    font-size: 30px;
    line-height: 40px;
  }

  .input-group {
    margin-bottom: 30px;
  }

  .input-filed {
    font-size: 18px;
    line-height: 28px;
  }

  .input-filed::placeholder {
    font-size: 18px;
    line-height: 22px;
  }

  .input-filed.tracking {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .textarea {
    font-size: 18px;
    line-height: 28px;
  }

  .textarea::placeholder {
    font-size: 18px;
    line-height: 22px;
  }

  .legal-rich-text h3 {
    font-size: 20px;
    line-height: 28px;
  }

  .legal-rich-text h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .form-tracking-system {
    padding: 34px 20px;
  }

  .tracking-form {
    flex-direction: column;
    align-items: center;
  }

  .tracking-paragraph {
    margin-bottom: 5px;
  }

  .full-width-grid {
    grid-row-gap: 70px;
  }

  .investor-grid-image {
    min-height: 280px;
  }

  .investor-column {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-title.uppercase-large-text {
    font-size: 21px;
    line-height: 29px;
  }

  .faq-grid {
    margin-top: 20px;
  }

  .faq-image {
    min-height: 280px;
  }

  .faq-block {
    padding-top: 36px;
    padding-bottom: 40px;
  }

  .faq-button-wrapper {
    margin-top: 20px;
  }

  .faq-block-title.last {
    margin-top: 36px;
  }

  .toogle-title {
    padding-right: 0;
  }

  .toogle-icon {
    display: none;
  }

  .utility-page-wrap {
    max-width: none;
    max-height: none;
  }

  .utility-page-content {
    padding: 44px 30px 50px;
  }

  .utility-page-title {
    margin-top: 0;
  }

  .utility-page-button {
    margin-top: 10px;
  }

  .utility-page-form {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .testimonial-description {
    font-size: 16px;
    line-height: 26px;
  }

  .testimonial-author {
    text-align: center;
    flex-direction: column;
  }

  .testimonial-author-image {
    margin-bottom: 30px;
    margin-right: 0;
    display: block;
  }

  .testimonial-author-titles {
    margin-top: 5px;
  }

  .arrow {
    display: none;
  }

  .testimonial-quote {
    margin-left: auto;
    margin-right: auto;
    top: 30px;
    right: 0;
  }

  .media {
    flex-flow: column;
    margin-top: 15px;
    margin-right: 0;
  }

  .media-list {
    flex-direction: column;
  }

  .testimonial-pic {
    min-height: 280px;
  }

  .testimonial-content {
    text-align: center;
    justify-content: center;
    padding: 36px 18px;
  }

  .created-by {
    justify-content: center;
  }

  .count-number {
    font-size: 48px;
    line-height: 56px;
  }

  .section-counter {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-image {
    order: 1;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-single-image {
    min-height: 230px;
  }

  .subscribe-picture {
    min-height: 280px;
  }

  .subscribe-body {
    padding: 40px 20px;
  }

  .subscribe-form-input-wrapper {
    flex: 1;
    align-self: stretch;
  }

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

  .no-padding-bottom {
    padding-bottom: 0;
  }

  .blog-single-author {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .background-text {
    width: 100%;
    height: 65%;
  }

  .team-slide-item {
    width: 100%;
  }

  .image-4 {
    margin-left: auto;
    margin-right: auto;
  }

  .text-block {
    font-size: 50px;
  }

  .container-copy {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .flex-block {
    flex-flow: column;
  }

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

  .image-5, .image-2, .image-3 {
    max-width: 100%;
  }

  .casos-de-exito {
    grid-row-gap: 30px;
  }

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

  .container-copy {
    min-height: 130px;
    padding-bottom: 0;
  }

  .bold-text-2 {
    font-size: 60px;
  }
}

#w-node-_2b0c00da-e02d-81ea-7452-d442f6de742d-3a466d9c {
  align-self: stretch;
}

#w-node-_17c740bf-3af4-1bf8-7167-3bd14260dcfd-3a466dc0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-bb60eb42-c427-a458-8179-bb0c9dd05063-3a466d9c {
    align-self: end;
  }

  #w-node-_9aa536a3-7ae9-04b6-98f0-e32ea8956f1c-3a466d9c {
    order: -9999;
  }

  #w-node-e81baf32-7696-5b24-a9ed-1de26cfd2ce1-3a466d9c, #w-node-_4bdeb210-3db3-f98e-8e8a-063698f82185-3a466d9c, #w-node-_384263a1-9360-bd07-19e8-9af932fde487-3a466d9c {
    align-self: end;
  }

  #w-node-_0c028cdf-bf91-729b-0483-104ec8a25a3b-c8a259ea {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e81baf32-7696-5b24-a9ed-1de26cfd2ce1-3a466d9c, #w-node-_4bdeb210-3db3-f98e-8e8a-063698f82185-3a466d9c, #w-node-_384263a1-9360-bd07-19e8-9af932fde487-3a466d9c {
    order: 9999;
  }

  #w-node-_17c740bf-3af4-1bf8-7167-3bd14260dcfd-3a466dc0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9aa536a3-7ae9-04b6-98f0-e32ea8956f1c-3a466d9c {
    justify-self: stretch;
  }
}


@font-face {
  font-family: 'Spacegrotesk';
  src: url('../fonts/SpaceGrotesk-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spacegrotesk';
  src: url('../fonts/SpaceGrotesk-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spacegrotesk';
  src: url('../fonts/SpaceGrotesk-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spacegrotesk';
  src: url('../fonts/SpaceGrotesk-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bebasneue 0';
  src: url('../fonts/BebasNeue-Bold_0.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}