/*!***************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js?url=false!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./scss/styles.scss ***!
  \***************************************************************************************************************************************************************/
/*================ Base/Reset ================*/
/* Mixins
     ========================================================================== */
/*** MEDIA QUERIES MIXIN ***/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus {
  outline: none !important;
}

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers (opinionated).
   */
body {
  margin: 0;
}

/**
   * Remove the margin in all browsers (opinionated).
   */
ul {
  margin: 0;
  padding: 0;
}
ul li {
  display: block;
  margin: 0;
  padding: 0;
  list-style: outside none;
}

/**
   * Add the correct display in IE 9-.
   */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
/* Grouping content
     ========================================================================== */
/**
   * Add the correct display in IE 9-.
   * 1. Add the correct display in IE.
   */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
   * Add the correct margin in IE 8.
   */
figure {
  margin: 0;
  padding: 0;
}

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * 1. Remove the gray background on active links in IE 10.
   * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
   */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
   * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
   * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
   */
b,
strong {
  font-weight: inherit;
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
   * Add the correct font style in Android 4.3-.
   */
dfn {
  font-style: italic;
}

/**
   * Add the correct background and color in IE 9-.
   */
mark {
  background-color: #ff0;
  color: #000;
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Add the correct display in IE 9-.
   */
audio,
video {
  display: inline-block;
}

/**
   * Add the correct display in iOS 4-7.
   */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
   * Remove the border on images inside links in IE 10-.
   */
img {
  border-style: none;
  max-width: 100%;
  width: auto;
}

/**
   * Hide the overflow in IE.
   */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers (opinionated).
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
   *    controls in Android 4.
   * 2. Correct the inability to style clickable types in iOS and Safari.
   */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
   * 1. Add the correct display in IE 9-.
   * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
   * Remove the default vertical scrollbar in IE.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10-.
   * 2. Remove the padding in IE 10-.
   */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in IE 9-.
   * 1. Add the correct display in Edge, IE, and Firefox.
   */
details,
menu {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Scripting
     ========================================================================== */
/**
   * Add the correct display in IE 9-.
   */
canvas {
  display: inline-block;
}

/**
   * Add the correct display in IE.
   */
template {
  display: none;
}

/* Hidden
     ========================================================================== */
/**
   * Add the correct display in IE 10-.
   */
[hidden] {
  display: none;
}

/*================ Partials ================*/
/* Mixins
     ========================================================================== */
/*** MEDIA QUERIES MIXIN ***/
@media (min-width: 768px) {
  body#contactus #header {
    position: relative;
    transform: translateY(0);
  }
}

body.no-scroll {
  overflow: hidden;
}
body.no-scroll #header {
  transform: translateY(0) !important;
}

#header {
  background-color: #262626;
  width: 100%;
  height: 56px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 16px;
  box-sizing: border-box;
  position: sticky;
  top: 0;
  transform: translateY(-56px);
  transition: all 0.3s ease;
  z-index: 2;
}
@media (min-width: 1068px) {
  #header {
    padding: 14px 64px 14px;
  }
}
#header.isVisible {
  transform: translateY(0);
}
#header .header-logo {
  display: inline-block;
}
@media (min-width: 1068px) {
  #header .header-logo {
    max-height: 28px;
  }
}
#header .header-link-box {
  display: none;
}
@media (min-width: 1068px) {
  #header .header-link-box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
#header .header--link {
  border: 1px solid #c5ff80;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  line-height: 1.2;
  height: 28px;
  width: 120px;
  padding: 8px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
}
#header .header--link:first-child {
  margin-right: 8px;
}
#header .header--link.header-link-login {
  color: #c5ff80;
}
#header .header--link.header-link-login:hover {
  background-color: #c5ff80;
  color: #262626;
}
#header .header--link.header-link-login span {
  display: inline-block;
  top: -2px;
  position: relative;
  left: 2px;
}
#header .header--link.header-link-contact-us {
  background-color: #c5ff80;
  color: #262626;
}
#header .header--link.header-link-contact-us:hover {
  border-color: #8ec358;
  background-color: #8ec358;
}
#header .menu {
  display: none;
}
@media (min-width: 1068px) {
  #header .menu {
    display: block;
  }
}
#header .menu a {
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  padding: 0 0 0 34px;
  color: #fbfcfd;
  align-self: center;
  display: inline-block;
  text-decoration: none;
  position: relative;
}
#header .menu a:hover {
  color: #c5ff80;
}
#header .menu a:hover span {
  display: block;
}
#header .menu a span {
  display: none;
  position: absolute;
  top: -2px;
  right: -14px;
}
#header .menu a.active {
  color: #C5FF80;
}
#header .menu a.active span {
  display: block;
}
#header .menu-mobile-button {
  display: block;
  padding: 8px 0px 0 0;
  cursor: pointer;
}
@media (min-width: 1068px) {
  #header .menu-mobile-button {
    display: none !important;
  }
}
#header .menu-mobile-button span {
  width: 28px;
  height: 2px;
  background: #fbfcfd;
  margin-bottom: 8px;
  display: block;
  transition: 0.3s ease all;
}
#header .menu-mobile-button.opened span:first-child {
  transform: rotate(45deg);
  transform-origin: 7px;
}
#header .menu-mobile-button.opened span:last-child {
  transform: rotate(-45deg);
  transform-origin: 7px;
}
#header .menu-mobile {
  display: none;
  flex-direction: column;
  justify-content: center;
  background: #262626;
  height: calc(100dvh - 56px);
  position: fixed;
  top: 56px;
  left: 0;
  width: 100%;
  z-index: 99;
  border-top: 1px solid #FBFCFD;
  padding: 0 16px 83px 16px;
}
@media (min-width: 370px) {
  #header .menu-mobile {
    padding: 0 24px 72px 24px;
  }
}
@media (min-width: 1068px) {
  #header .menu-mobile {
    display: none !important;
  }
}
#header .menu-mobile.opened {
  display: flex;
}
#header .menu-mobile .links {
  display: block;
  font-size: 36px;
  line-height: 40px;
  font-weight: 400;
  color: #fbfcfd;
  text-decoration: none;
  margin-bottom: 16px;
}
#header .menu-mobile .links span {
  display: inline-block;
  top: -6px;
  position: relative;
}
#header .menu-mobile .links:active {
  color: #C5FF80;
}
#header .menu-mobile .links.active {
  color: #C5FF80;
}
#header .menu-mobile .contact-us-mobile {
  width: 100%;
  background: #C5FF80;
  line-height: 40px;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  color: #262626;
  text-decoration: none;
  position: absolute;
  bottom: 83px;
  width: calc(100% - 32px);
}
@media (min-width: 370px) {
  #header .menu-mobile .contact-us-mobile {
    width: calc(100% - 48px);
    bottom: 72px;
  }
}

/* Mixins
     ========================================================================== */
/*** MEDIA QUERIES MIXIN ***/
#footer {
  background-color: #e3ffbc;
  width: 100%;
  padding: 0;
  margin: 0;
}
#footer .footer {
  padding: 262px 0 0 0;
}
@media (min-width: 1068px) {
  #footer .footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 188px 64px 40px 64px;
    width: 100%;
  }
}
#footer .footer_copyright_mobile {
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  color: #262626;
  margin-bottom: 19px;
  margin-top: 0;
  text-align: right;
  width: 100%;
  padding-right: 14px;
  box-sizing: border-box;
}
@media (min-width: 1068px) {
  #footer .footer_copyright_mobile {
    display: none;
  }
}
#footer .contact {
  flex-direction: row;
  padding: 33px 16px;
  border-top: 1px solid #262626;
  border-bottom: 1px solid #262626;
  width: 100%;
  position: relative;
  display: flex;
  box-sizing: border-box;
}
@media (min-width: 1068px) {
  #footer .contact {
    border: none;
    flex-direction: column-reverse;
    flex: 0 auto;
    width: auto;
    padding: 0 40px 0 0;
  }
}
#footer .contact::before {
  content: " ";
  position: absolute;
  width: 6px;
  height: 6px;
  left: 20px;
  top: -4px;
  background-color: #262626;
}
@media (min-width: 1068px) {
  #footer .contact::before {
    display: none;
  }
}
#footer .contact span {
  width: 50%;
  max-width: 50%;
  min-width: 50%;
  margin: 0;
  font-size: 12px;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  color: #595959;
}
@media (min-width: 1068px) {
  #footer .contact span {
    display: inline-block;
    font-size: 18px;
    width: auto;
    max-width: unset;
    min-width: unset;
  }
  #footer .contact span:last-child {
    margin-bottom: 16px;
  }
}
#footer .contact a {
  margin-left: 0px;
  color: #262626;
}
#footer .contact a:hover {
  background: #c5ff80;
}
#footer .copyright {
  font-size: 9px;
  color: #595959;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  height: auto;
  padding: 15px 0;
}
@media (min-width: 1068px) {
  #footer .copyright {
    justify-content: space-between;
    padding: 20px 64px;
    border-top: 1px solid #262626;
    position: relative;
  }
  #footer .copyright::before {
    content: " ";
    position: absolute;
    width: 6px;
    height: 6px;
    left: 64px;
    top: -4px;
    background-color: #262626;
  }
}
#footer .copyright .copyright-brand {
  display: none;
}
@media (min-width: 1068px) {
  #footer .copyright .copyright-brand {
    display: inline-block;
  }
}
#footer .footer--brand {
  padding: 0 16px;
}
@media (min-width: 1068px) {
  #footer .footer--brand {
    padding: 0;
  }
}
#footer .footer--brand .footer_logo {
  width: 100%;
}
@media (min-width: 1068px) {
  #footer .footer--brand .footer_logo {
    height: 138px;
    width: auto;
    display: block;
  }
}

/*================ Pages ================*/
/* Mixins
     ========================================================================== */
/*** MEDIA QUERIES MIXIN ***/
html,
body,
figure,
source {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  color: #262626;
  font-weight: 400;
  overflow-x: hidden;
  background: #fbfcfd;
}
@media (min-width: 1068px) {
  body#contactus {
    overflow: hidden;
  }
}

.container {
  width: 100%;
}

.primary-link {
  width: 100%;
  height: 40px;
  background: #262626;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: #fbfcfd;
  mix-blend-mode: normal;
}
@media (min-width: 1860px) {
  .primary-link {
    font-size: 16px;
    height: 48px;
  }
}

#home-top {
  overflow: hidden;
}
@media (min-width: 1068px) {
  #home-top {
    max-height: 440px;
  }
}
@media (min-width: 1366px) {
  #home-top {
    max-height: 540px;
  }
}
#home-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#home-unleash {
  padding: 40px 16px 0;
  position: relative;
}
@media (min-width: 1068px) {
  #home-unleash {
    padding: 58px 64px 180px;
  }
}
@media (min-width: 1860px) {
  #home-unleash {
    padding-top: 160px;
  }
}
#home-unleash .home-unleash-arrow {
  position: absolute;
  top: 170px;
  right: 16px;
  width: 23px;
  height: 23px;
  transition: 0.3s ease all;
}
@media (min-width: 1068px) {
  #home-unleash .home-unleash-arrow {
    width: 46px;
    height: 46px;
    top: 142px;
  }
}
@media (min-width: 1860px) {
  #home-unleash .home-unleash-arrow {
    right: 64px;
    top: 270px;
  }
}
#home-unleash .home-unleash-arrow:hover {
  transform: translateY(10px);
}
#home-unleash .home-unleash-arrow svg {
  width: 100%;
}
#home-unleash .home-unleash-line {
  height: 170px;
  width: 1px;
  background: #262626;
  margin: 15px auto 0 auto;
}
@media (min-width: 1068px) {
  #home-unleash .home-unleash-line {
    display: none;
  }
}
#home-unleash .home-unleash-line::before {
  content: "";
  height: 7px;
  width: 7px;
  background: #262626;
  display: block;
  margin-left: -3px;
}
#home-unleash .home-unleash-title {
  font-weight: 400;
  font-size: 36px;
  line-height: 1.2;
  margin: 0 0 88px;
  position: relative;
}
#home-unleash .home-unleash-title span {
  display: block;
}
@media (min-width: 1068px) {
  #home-unleash .home-unleash-title span {
    display: inline;
  }
}
@media (min-width: 1068px) {
  #home-unleash .home-unleash-title {
    font-size: 60px;
    max-width: 922px;
  }
}
@media (min-width: 1860px) {
  #home-unleash .home-unleash-title {
    font-size: 72px;
    max-width: 1010px;
    margin-bottom: 140px;
  }
}
#home-unleash .home-unleash--content {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 1068px) {
  #home-unleash .home-unleash--content {
    max-width: 836px;
    margin: auto;
  }
}
@media (min-width: 1860px) {
  #home-unleash .home-unleash--content {
    max-width: 1000px;
  }
}
#home-unleash .home-unleash-texto {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  margin: 0 0 90px;
}
@media (min-width: 1068px) {
  #home-unleash .home-unleash-texto {
    margin: 0 0 56px;
    font-size: 36px;
  }
}
@media (min-width: 1860px) {
  #home-unleash .home-unleash-texto {
    font-size: 40px;
  }
}
#home-unleash .home-unleash-link {
  transition: all 0.3s ease;
}
@media (min-width: 1068px) {
  #home-unleash .home-unleash-link {
    max-width: 328px;
  }
}
#home-unleash .home-unleash-link:hover {
  background: #c5ff80;
  color: #262626;
}

#home-climate-crisis {
  background: #1c1c1c;
  padding-bottom: 44px;
}
@media (min-width: 1366px) {
  #home-climate-crisis {
    padding-bottom: 108px;
    margin: 0 64px;
  }
}
@media (min-width: 1860px) {
  #home-climate-crisis {
    padding-bottom: 215px;
  }
}
#home-climate-crisis .crisis--cover {
  margin-bottom: 64px;
}
@media (min-width: 1366px) {
  #home-climate-crisis .crisis--cover {
    margin-bottom: 115px;
  }
}
@media (min-width: 1860px) {
  #home-climate-crisis .crisis--cover {
    margin-bottom: 169px;
  }
}
#home-climate-crisis .crisis--cover img {
  width: 100%;
}
#home-climate-crisis .crisis--content {
  padding: 0 24px;
}
@media (min-width: 1068px) {
  #home-climate-crisis .crisis--content {
    padding: 0 105px;
  }
}
@media (min-width: 1860px) {
  #home-climate-crisis .crisis--content {
    padding: 0 152px;
  }
}
#home-climate-crisis .crisis--content .home-climate-crisis-title {
  color: #fbfcfd;
  display: flex;
  font-size: 36px;
  line-height: 40px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 32px 0;
}
@media (min-width: 1366px) {
  #home-climate-crisis .crisis--content .home-climate-crisis-title {
    font-size: 60px;
    line-height: 68px;
    margin: 0 0 98px 0;
  }
}
@media (min-width: 1860px) {
  #home-climate-crisis .crisis--content .home-climate-crisis-title {
    margin: 0 0 73px 0;
  }
}
#home-climate-crisis .crisis--content .subtitle {
  background: #D4FFA0;
  color: #262626;
  margin-bottom: 12px;
}
#home-climate-crisis .home-climate-crisis-slider {
  padding: 16px 16px 46px;
}
@media (min-width: 1068px) {
  #home-climate-crisis .home-climate-crisis-slider {
    padding: 0 105px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 5%;
    align-items: self-start;
  }
}
@media (min-width: 1860px) {
  #home-climate-crisis .home-climate-crisis-slider {
    padding: 0 152px;
  }
}
#home-climate-crisis .home-climate-crisis-slider .slick-slide {
  padding: 0 8px;
}
#home-climate-crisis .home-climate-crisis-slider .slick-dots {
  display: flex;
  gap: 8px;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  padding: 0 16px;
}
#home-climate-crisis .home-climate-crisis-slider .slick-dots li {
  flex: auto;
}
#home-climate-crisis .home-climate-crisis-slider .slick-dots li.slick-active button {
  background-color: #fbfcfd;
  height: 4px;
}
#home-climate-crisis .home-climate-crisis-slider .slick-dots li button {
  border: none;
  background-color: #a6a6a6;
  font-size: 0;
  height: 1px;
  width: 100%;
  transform: all 0.2 ease-in-out;
}
#home-climate-crisis .home-climate-crisis-animated-image {
  width: 100%;
}
#home-climate-crisis .home-climate-crisis-box-texto {
  display: block;
  padding: 0px;
  margin-top: 32px;
  margin-bottom: 19px;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #fbfcfd;
}
@media (min-width: 1068px) {
  #home-climate-crisis .home-climate-crisis-box-texto {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 1860px) {
  #home-climate-crisis .home-climate-crisis-box-texto {
    font-size: 24px;
    line-height: 29px;
  }
}
#home-climate-crisis .home-climate-crisis-box-texto .green {
  color: #c5ff80;
}
#home-climate-crisis .home-climate-clisis-box-corchete {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #fbfcfd;
  width: 100%;
  margin-top: 5px;
  display: block;
}
@media (min-width: 1860px) {
  #home-climate-crisis .home-climate-clisis-box-corchete {
    font-size: 16px;
    line-height: 19px;
    margin-top: 15px;
  }
}
#home-climate-crisis .home-climate-crisis-box-source {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  margin-top: 15px;
  color: #a6a6a6;
}
@media (min-width: 1860px) {
  #home-climate-crisis .home-climate-crisis-box-source {
    font-size: 16px;
    line-height: 19px;
  }
}

#home-projects {
  padding: 0 16px 132px;
  width: 100%;
}
@media (min-width: 1068px) {
  #home-projects {
    display: grid;
    grid-template-columns: 400px minmax(0, 1fr);
    grid-template-rows: 1fr;
    gap: 16px;
    padding: 146px 0 150px 64px;
    position: relative;
  }
}
@media (min-width: 1860px) {
  #home-projects {
    grid-template-columns: 646px minmax(0, 1fr);
    padding: 146px 0 181px 64px;
  }
}
#home-projects .home-projects-line {
  height: 146px;
  width: 1px;
  background: #262626;
  margin: 0 auto 20px auto;
  position: relative;
}
@media (min-width: 1068px) {
  #home-projects .home-projects-line {
    display: none;
  }
}
#home-projects .home-projects-line::after {
  content: "";
  height: 7px;
  width: 7px;
  background: #262626;
  display: block;
  margin-left: -3px;
  position: absolute;
  bottom: 0;
}
#home-projects .projects--content {
  display: block;
  margin-bottom: 32px;
}
@media (min-width: 1068px) {
  #home-projects .projects--content {
    margin-bottom: 0;
  }
}
#home-projects .projects--content .home-projects-title {
  font-size: 36px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #262626;
}
@media (min-width: 1068px) {
  #home-projects .projects--content .home-projects-title {
    font-size: 60px;
  }
}
@media (min-width: 1860px) {
  #home-projects .projects--content .home-projects-title {
    font-size: 72px;
  }
}
#home-projects .home-projects-slider {
  width: 100%;
}
#home-projects .home-projects-slider .slick-slide {
  height: auto !important;
  max-width: 100%;
  margin: 0 8px;
}
@media (min-width: 1068px) {
  #home-projects .home-projects-slider .slick-slide {
    margin: 0 12px;
  }
}
#home-projects .home-projects-slider .slick-slide > div {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#home-projects .home-projects-slider .slick-track {
  display: flex !important;
}
#home-projects .home-projects-slider .slick-dots {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  list-style-type: none;
  margin: 25px auto 0;
  width: 100%;
}
@media (min-width: 1068px) {
  #home-projects .home-projects-slider .slick-dots {
    max-width: 260px;
  }
}
@media (min-width: 1366px) {
  #home-projects .home-projects-slider .slick-dots {
    margin: 32px auto 0;
  }
}
#home-projects .home-projects-slider .slick-dots li {
  display: flex;
  cursor: pointer;
  padding: 8px 0;
  width: 100%;
}
#home-projects .home-projects-slider .slick-dots li button {
  cursor: pointer;
  font-size: 0;
  width: 100%;
  height: 1px;
  border: none;
  background-color: #868686;
}
#home-projects .home-projects-slider .slick-dots li.slick-active button {
  background-color: #262626;
  height: 4px;
}
#home-projects .home-projects-sliderbox-text-location {
  font-weight: 500;
  font-size: 14px;
  display: flex;
  border-width: 0px 0px 0px 1px;
  border-style: solid;
  height: 30px;
  width: 51px;
  justify-content: center;
  align-items: center;
  border-color: #868686;
  line-height: 17px;
  color: #262626;
}
#home-projects .home-projects-sliderbox-text-location img {
  margin-right: 1px;
}
#home-projects .home-projects-sliderbox-text-location span {
  margin-left: 1px;
}
#home-projects .home-projects-sliderbox {
  padding: 30px 16px 16px;
  height: 100%;
  border: 1px solid #262626;
  position: relative;
}
#home-projects .home-projects-sliderbox-contact {
  justify-content: space-between;
  display: flex !important;
  flex-direction: column;
}
#home-projects .home-projects-sliderbox-contact-top {
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  color: #262626;
  height: auto;
}
#home-projects .home-projects-sliderbox-contact-bottom {
  background: #e3ffbc;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-top: 1px solid #262626;
  height: 270px;
  margin: 0 -15px -15px;
  width: calc(100% + 30px);
}
#home-projects .home-projects-sliderbox-contact-bottom svg {
  height: 192px;
}
#home-projects .home-projects-sliderbox-contact-bottom svg .circulo {
  transition: 0.3s ease all;
  fill: #0D0D0D;
}
#home-projects .home-projects-sliderbox-contact-bottom:hover > svg .circulo {
  fill: #333333;
}
#home-projects .home-projects-sliderbox-text {
  display: flex;
  justify-content: space-between;
}
#home-projects .home-projects-sliderbox-image {
  padding: 16px 0;
  border-bottom: 1px solid #868686;
  border-top: 1px solid #868686;
}
#home-projects .home-projects-sliderbox-image img {
  width: 100%;
}
#home-projects .home-projects-sliderbox-text-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #262626;
  height: 30px;
  display: flex;
  align-items: center;
}
#home-projects .home-projects-sliderbox-text-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  margin: 12px 0 17px;
  color: #262626;
}
#home-projects .home-projects-sliderbox-text-tags {
  display: flex;
  margin-bottom: 38px;
}
#home-projects .home-projects-sliderbox-text-tags-item {
  border: 0.5px solid #776de1;
  border-radius: 28px;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  display: flex;
  align-items: center;
  padding: 4px 12px;
  margin-right: 6px;
  color: #776de1;
  justify-content: center;
  mix-blend-mode: normal;
  text-transform: lowercase;
  flex: none;
  order: 0;
  flex-grow: 0;
}
#home-projects .home-projects-sliderbox-text-link {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  margin-left: auto;
  margin-top: auto;
  text-decoration-line: underline;
  display: block;
  color: #595959;
  position: absolute;
  bottom: 16px;
  right: 16px;
}
#home-projects .link-full-project-card {
  text-decoration: none;
  height: 100%;
}
#home-projects .link-full-project-card:hover .home-projects-sliderbox-text-link {
  background: #c5ff80;
  color: #262626;
}
#home-projects .home-projects-arrow {
  display: none;
}
@media (min-width: 1068px) {
  #home-projects .home-projects-arrow {
    display: block;
    position: absolute;
    top: 668px;
    left: 64px;
  }
}
@media (min-width: 1068px) {
  #home-projects .home-projects-arrow {
    display: block;
    position: absolute;
    top: 670px;
    left: 64px;
  }
}

#home-process {
  padding: 0;
  width: 100%;
}
@media (min-width: 1068px) {
  #home-process {
    background: url("../../img/from_waste_to_cc-1366.svg") 0 0 no-repeat;
    background-size: 100% auto;
    position: relative;
    max-width: 1366px;
    margin: auto;
    height: 1673px;
  }
}
@media (min-width: 1860px) {
  #home-process {
    background: url("../../img/from_waste_to_cc-1920.svg") 0 0 no-repeat;
    background-size: 100% auto;
    max-width: 1920px;
    heigth: 1765px;
  }
}
#home-process .process--content {
  padding: 0 16px;
  margin-bottom: 46px;
}
@media (min-width: 1068px) {
  #home-process .process--content {
    padding: 0 64px;
    margin-bottom: 0;
  }
}
#home-process .process--content .home-process-title {
  font-size: 36px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #262626;
}
@media (min-width: 1068px) {
  #home-process .process--content .home-process-title {
    font-size: 72px;
    max-width: 635px;
  }
}
#home-process .home-process-boxes {
  margin: 0 16px;
  padding-bottom: 16px;
  background-color: #e3ffbc;
}
@media (min-width: 1068px) {
  #home-process .home-process-boxes {
    background-color: transparent;
    margin-top: 155px;
    padding-bottom: 0;
  }
}
#home-process .home-process-box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
  height: 428px;
  padding: 46px 16px 72px 85px;
}
@media (min-width: 1068px) {
  #home-process .home-process-box {
    flex-direction: row;
    height: auto;
    height: 440px;
    padding: 55px 0 0;
  }
}
#home-process .home-process-box::after {
  content: "";
  position: absolute;
  width: calc(100% - 32px);
  height: 1px;
  left: 16px;
  bottom: 0;
  background-color: #262626;
}
@media (min-width: 1068px) {
  #home-process .home-process-box::after {
    display: none;
  }
}
#home-process .home-process-box .home-process-box-title {
  font-size: 36px;
  line-height: 1.2;
  color: #262626;
  position: absolute;
  top: 48px;
  left: 16px;
}
@media (min-width: 1068px) {
  #home-process .home-process-box .home-process-box-title {
    font-size: 60px;
    position: relative;
    top: unset;
    left: unset;
    line-height: 1;
  }
}
#home-process .home-process-box .home-process-box-title::before {
  background: #262626;
  content: "";
  position: absolute;
  height: 6px;
  width: 6px;
  right: -10px;
  top: 8px;
}
@media (min-width: 1068px) {
  #home-process .home-process-box .home-process-box-title::before {
    bottom: 8px;
    height: 8px;
    width: 8px;
    left: 64px;
    top: unset;
    right: unset;
  }
}
#home-process .home-process-box .home-process-box-title span {
  display: none;
  margin-left: 10px;
}
@media (min-width: 1068px) {
  #home-process .home-process-box .home-process-box-title span {
    display: inline-block;
  }
}
#home-process .home-process-box .home-process-box-image {
  height: 120px;
  width: 120px;
}
@media (min-width: 1068px) {
  #home-process .home-process-box .home-process-box-image {
    position: absolute;
  }
}
#home-process .home-process-box .home-process-box-text {
  font-size: 14px;
  line-height: 1.2;
  width: auto;
  color: #262626;
}
@media (min-width: 1068px) {
  #home-process .home-process-box .home-process-box-text {
    font-size: 20px;
  }
}
@media (min-width: 1860px) {
  #home-process .home-process-box .home-process-box-text {
    font-size: 24px;
  }
}
#home-process .home-process-box .home-process-box-text span {
  display: block;
  font-size: 24px;
  margin: 32px 0 16px;
}
@media (min-width: 1068px) {
  #home-process .home-process-box .home-process-box-text span {
    display: none;
  }
}
@media (min-width: 1068px) {
  #home-process .home-process-box.home-process-box1 {
    left: 10.3%;
  }
  #home-process .home-process-box.home-process-box2 {
    left: 23.2%;
  }
  #home-process .home-process-box.home-process-box3 {
    left: 17.5%;
  }
  #home-process .home-process-box .home-process-box-title {
    left: 224px;
  }
  #home-process .home-process-box .home-process-box-image {
    left: 32px;
    bottom: 32px;
  }
  #home-process .home-process-box .home-process-box-text {
    margin-left: 82px;
    margin-top: 115px;
    width: 400px;
  }
  #home-process .home-process-box.home-process-box2 .home-process-box-title::before {
    left: 77px;
  }
  #home-process .home-process-box.home-process-box3 .home-process-box-title::before {
    left: 77px;
  }
}
@media (min-width: 1860px) {
  #home-process .home-process-box.home-process-box1 {
    left: 22.1%;
  }
  #home-process .home-process-box.home-process-box2 {
    left: 31.5%;
  }
  #home-process .home-process-box.home-process-box3 {
    left: 26.7%;
  }
  #home-process .home-process-box .home-process-box-title {
    left: 224px;
  }
  #home-process .home-process-box .home-process-box-image {
    left: 32px;
    bottom: 32px;
  }
  #home-process .home-process-box .home-process-box-text {
    margin-left: 82px;
    margin-top: 115px;
    width: 400px;
  }
}
#home-process .home-process-link {
  margin: 41px 16px 0;
  width: calc(100% - 32px);
}
@media (min-width: 1068px) {
  #home-process .home-process-link {
    display: none;
  }
}
#home-process .home-process-box3::after {
  display: none;
}

#our-platform-desktop-design {
  display: none;
}
@media (min-width: 1068px) {
  #our-platform-desktop-design {
    display: block;
  }
}

#our-platform-mobile-design {
  display: block;
}
@media (min-width: 1068px) {
  #our-platform-mobile-design {
    display: none;
  }
}

#home-our-platform .container {
  padding: 145px 64px 205px 64px;
}
@media (min-width: 1860px) {
  #home-our-platform .container {
    padding: 282px 64px 205px 64px;
  }
}
#home-our-platform .our-platform-title {
  font-size: 60px;
  line-height: 68px;
  margin-bottom: 152px;
  text-transform: uppercase;
}
@media (min-width: 1860px) {
  #home-our-platform .our-platform-title {
    font-size: 72px;
    line-height: 87px;
    margin-bottom: 184px;
  }
}
#home-our-platform .our-platform-menu {
  width: 42%;
}
@media (min-width: 1860px) {
  #home-our-platform .our-platform-menu {
    width: 32%;
  }
}
#home-our-platform .our-platform-menu .option {
  position: relative;
  padding: 0 0 0 26px;
  height: 100%;
  margin: 0 0 61px 0;
  cursor: pointer;
}
@media (min-width: 1860px) {
  #home-our-platform .our-platform-menu .option {
    margin: 0 0 68px 0;
  }
}
#home-our-platform .our-platform-menu .option h4 {
  font-size: 30px;
  line-height: 33px;
  margin: 0 0 24px 0;
  text-transform: uppercase;
}
@media (min-width: 1860px) {
  #home-our-platform .our-platform-menu .option h4 {
    font-size: 36px;
    line-height: 40px;
  }
}
#home-our-platform .our-platform-menu .option p {
  font-size: 16px;
  line-height: 19px;
  padding: 0;
  margin: 0;
  transition: 0.3s ease all;
  transform: translateY(-20px);
  height: 0;
  opacity: 0;
}
@media (min-width: 1860px) {
  #home-our-platform .our-platform-menu .option p {
    font-size: 20px;
    line-height: 24px;
  }
}
#home-our-platform .our-platform-menu .option:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #262626;
  transition: 0.3s ease height;
}
#home-our-platform .our-platform-menu .option3 {
  margin-bottom: 0;
}
#home-our-platform .our-platform-menu .option.active p {
  transform: translateY(0px);
  height: auto;
  opacity: 1;
}
#home-our-platform .our-platform-menu .option.active:before {
  height: calc(100% - 10px);
}
#home-our-platform .our-platform-player {
  float: right;
  background: #262626;
  width: 608px;
  height: 469px;
  position: relative;
}
@media (min-width: 1860px) {
  #home-our-platform .our-platform-player {
    width: 738px;
    height: 568px;
  }
}
#home-our-platform .our-platform-player .anim {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fbfcfd;
  display: none;
}
#home-our-platform .our-platform-player .anim.active {
  display: block;
}

#home-user-friendly {
  padding-top: 136px;
}
#home-user-friendly .container {
  padding: 0 16px 96px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #home-user-friendly .container {
    padding: 103px 0 103px 168px;
  }
}
@media (min-width: 1366px) {
  #home-user-friendly .container {
    max-width: 1440px;
  }
}
@media (min-width: 1860px) {
  #home-user-friendly .container {
    padding: 103px 396px 103px 392px;
    max-width: 1920px;
  }
}
#home-user-friendly .end-to-end-title {
  font-size: 36px;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 96px;
}
#home-user-friendly .friendly--content {
  max-width: 375px;
}
#home-user-friendly .home-user-friendly-title {
  display: block;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 16px;
  position: relative;
  color: #262626;
  max-width: 332px;
}
@media (min-width: 768px) {
  #home-user-friendly .home-user-friendly-title {
    margin-top: 52px;
    font-size: 36px;
  }
}
#home-user-friendly .home-user-friendly-title::before {
  content: "";
  display: none;
  background: #262626;
  position: absolute;
  width: 8px;
  height: 8px;
  left: 0;
}
@media (min-width: 1068px) {
  #home-user-friendly .home-user-friendly-title::before {
    display: inline-block;
    top: -50px;
  }
}
#home-user-friendly .home-user-friendly-image {
  flex: 1;
}
#home-user-friendly .home-user-friendly-text {
  display: block;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 24px;
  color: #262626;
}
@media (min-width: 1366px) {
  #home-user-friendly .home-user-friendly-text {
    font-size: 20px;
  }
}

#home-trusted--transparency {
  padding: 0 16px 81px;
  position: relative;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #home-trusted--transparency {
    padding: 128px 68px 56px 168px;
  }
}
@media (min-width: 1366px) {
  #home-trusted--transparency {
    max-width: 1440px;
  }
}
@media (min-width: 1860px) {
  #home-trusted--transparency {
    max-width: 1920px;
    padding: 152px 396px 56px 392px;
  }
}
#home-trusted--transparency .boxes .article-box {
  display: flex;
  position: relative;
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  #home-trusted--transparency .boxes .article-box {
    justify-content: flex-end;
    flex-direction: row;
  }
}
#home-trusted--transparency .boxes .article-box:not(:last-child) {
  margin-bottom: 96px;
}
@media (min-width: 768px) {
  #home-trusted--transparency .boxes .article-box:not(:last-child) {
    margin-bottom: 136px;
  }
}
@media (min-width: 768px) {
  #home-trusted--transparency .boxes .article-box:nth-child(even) {
    flex-direction: row-reverse;
    justify-content: flex-start;
  }
}
@media (min-width: 768px) {
  #home-trusted--transparency .boxes .article-box:nth-child(even) .content {
    padding-right: 48px;
    padding-left: 0;
  }
}
#home-trusted--transparency .boxes .article-box::before {
  content: "";
  background: #262626;
  display: none;
  position: absolute;
  width: 8px;
  height: 8px;
  left: 0;
  top: 10px;
}
@media (min-width: 1068px) {
  #home-trusted--transparency .boxes .article-box::before {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  #home-trusted--transparency .boxes .article-box .content {
    max-width: 400px;
    padding-left: 48px;
    padding-right: 0;
  }
}
#home-trusted--transparency .boxes .article-box .content .title {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 16px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  #home-trusted--transparency .boxes .article-box .content .title {
    font-size: 36px;
    margin-bottom: 32px;
  }
}
#home-trusted--transparency .boxes .article-box .content .text {
  font-size: 16px;
  margin: 0;
}
@media (min-width: 768px) {
  #home-trusted--transparency .boxes .article-box .content .text {
    font-size: 20px;
  }
}
#home-trusted--transparency .boxes .article-box .image {
  max-width: 400px;
  margin-top: 32px;
}
@media (min-width: 768px) {
  #home-trusted--transparency .boxes .article-box .image {
    margin-top: 0;
  }
}

#get-started {
  background: url(../../img/projects/support-bg_mobile.svg) no-repeat;
  background-position: top center;
  background-size: 100% auto;
}
@media (min-width: 1068px) {
  #get-started {
    background: url(../../img/projects/support-bg_desktop.svg) no-repeat;
    background-position: top center;
    background-size: 100% auto;
  }
}
#get-started .container {
  padding: 0 16px;
  min-height: 480px;
  margin: 0 auto;
}
@media (min-width: 1068px) {
  #get-started .container {
    padding: 0 64px;
    max-width: 1440px;
  }
}
@media (min-width: 1860px) {
  #get-started .container {
    padding: 0 64px;
    max-width: 1920px;
  }
}
#get-started .wrapper {
  position: relative;
  padding: 210px 0 380px 0;
}
@media (min-width: 1068px) {
  #get-started .wrapper {
    padding: 210px 0 460px 34%;
  }
}
@media (min-width: 1860px) {
  #get-started .wrapper {
    padding: 264px 0 637px 34%;
  }
}
#get-started .gradient-text {
  font-size: 36px;
  line-height: 40px;
  background: linear-gradient(94.45deg, #9A90FF 29.94%, #1C1C1C 81.24%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  padding: 0 0 32px 0;
}
@media (min-width: 1068px) {
  #get-started .gradient-text {
    font-size: 72px;
    line-height: 87px;
    padding: 0 0 48px 0;
  }
}
#get-started .button-get-started {
  width: 100%;
  height: 40px;
  background: #262626;
  color: #fbfcfd;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  font-weight: 500;
  transition: all 0.3s ease;
  display: block;
  text-decoration: none;
}
@media (min-width: 1068px) {
  #get-started .button-get-started {
    width: 328px;
  }
}
@media (min-width: 1860px) {
  #get-started .button-get-started {
    font-size: 16px;
    height: 48px;
    line-height: 48px;
  }
}
#get-started .button-get-started:hover {
  cursor: pointer;
  background: #c5ff80;
  color: #262626;
  text-decoration: none;
}

#investing {
  display: flex;
  flex-direction: column;
  margin-bottom: 140px;
  width: 100%;
  z-index: 1;
}
@media (min-width: 1068px) {
  #investing {
    display: flex;
    flex-direction: row;
    padding: 0 64px;
    margin: 0 0 318px 0;
    background: #e5dbff;
    position: relative;
  }
}
#investing .container {
  padding: 0 16px;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 1068px) {
  #investing .container {
    padding: 0;
    max-width: 1242px;
  }
  #investing .container::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #B3A9FF;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
@media (min-width: 1860px) {
  #investing .container {
    max-width: 1738px;
  }
  #investing .container::after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #B3A9FF;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }
}
#investing .investing-title {
  font-weight: 400;
  font-size: 36px;
  line-height: 110.52%;
  color: #262626;
  margin-bottom: 32px;
  max-width: 328px;
}
@media (min-width: 1068px) {
  #investing .investing-title {
    font-size: 60px;
    line-height: 73px;
    color: #262626;
    max-width: 416px;
    margin: 0;
    z-index: 100;
    position: absolute;
    left: 0;
  }
}
#investing .show-responsive {
  display: none;
}
@media (max-width: 1068px) {
  #investing .show-responsive.show-responsive {
    display: flex;
  }
}
#investing .investing-boxes {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 1068px) {
  #investing .investing-boxes {
    display: grid;
    margin-left: auto;
    grid-template-columns: repeat(5, 248px);
    grid-template-rows: repeat(2, 248px);
    grid-gap: 0px;
    max-width: 100%;
  }
}
@media (min-width: 1860px) {
  #investing .investing-boxes {
    grid-template-columns: repeat(7, 248px);
    grid-template-rows: repeat(2, 248px);
  }
}
#investing .investing-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 136px;
  background: #e5dbff;
  margin-bottom: 8px;
  position: relative;
}
#investing .investing-box.show-1920 {
  display: none;
}
#investing .investing-box.show-desktop {
  display: none;
}
@media (min-width: 1068px) {
  #investing .investing-box {
    height: 248px;
    margin-bottom: 0;
    border-right: 1px solid #B3A9FF;
  }
  #investing .investing-box.show-desktop {
    display: flex;
  }
  #investing .investing-box.show-desktop, #investing .investing-box.show-1920 {
    border-right: 1px solid #B3A9FF;
  }
}
@media (min-width: 1860px) {
  #investing .investing-box.show-1920 {
    display: flex;
  }
}
#investing .investing-box img.investing-box--IDB, #investing .investing-box img.investing-box--nazca {
  display: block;
  width: auto;
  max-width: 146px;
}
#investing .investing-box .dot {
  position: absolute;
  top: 50%;
  left: 12px;
  width: 8px;
  height: 8px;
  background: #262626;
  display: block;
}
@media (min-width: 1068px) {
  #investing .investing-box .dot {
    top: 12px;
  }
}
@media (min-width: 1068px) {
  #investing .investing-box:nth-child(1) {
    border-bottom: 1px solid #B3A9FF;
    border-right: none;
  }
}
@media (min-width: 1068px) and (min-width: 1860px) {
  #investing .investing-box:nth-child(1) {
    border-bottom: none;
  }
}
@media (min-width: 1068px) {
  #investing .investing-box:nth-child(2) {
    border-bottom: 1px solid #B3A9FF;
  }
  #investing .investing-box:nth-child(3) {
    border-bottom: 1px solid #B3A9FF;
  }
  #investing .investing-box:nth-child(4) {
    border-bottom: 1px solid #B3A9FF;
  }
  #investing .investing-box:nth-child(5) {
    border-bottom: 1px solid #B3A9FF;
  }
  #investing .investing-box:nth-child(6) {
    border-bottom: 1px solid #B3A9FF;
  }
}

/* OLD  */
.show-desktop {
  display: none;
}

.show-1920 {
  display: none;
}

.show-mobile {
  display: block;
}

.w100 {
  width: 100%;
  max-width: 100%;
}

#home-press {
  padding: 0 16px;
  margin: 0 auto;
  width: 100%;
  margin: 0 auto 200px;
}
@media (min-width: 1068px) {
  #home-press {
    max-width: 1440px;
    padding: 0 65px;
    margin: 0 auto 360px;
  }
}
@media (min-width: 1860px) {
  #home-press {
    max-width: 1920px;
  }
}
#home-press .press-head {
  margin-bottom: 32px;
}
@media (min-width: 1068px) {
  #home-press .press-head {
    margin-bottom: 80px;
  }
}
#home-press .press-head .head--title {
  font-size: 36px;
  line-height: 1.2;
  color: #262626;
  margin: 0;
  max-width: 530px;
}
@media (min-width: 1068px) {
  #home-press .press-head .head--title {
    font-size: 60px;
  }
}
#home-press .press--news {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  #home-press .press--news {
    gap: 0 20px;
    flex-direction: row;
  }
}
@media (min-width: 1068px) {
  #home-press .press--news {
    gap: 0 40px;
  }
}
@media (min-width: 1860px) {
  #home-press .press--news {
    gap: 0 72px;
  }
}
#home-press .press--news .news--featured {
  border: 1px solid #262626;
  padding: 20px;
  margin-bottom: 40px;
}
@media (min-width: 1068px) {
  #home-press .press--news .news--featured {
    margin-bottom: 0;
    padding: 30px 40px 24px;
    flex: 0 0 495px;
  }
}
@media (min-width: 1860px) {
  #home-press .press--news .news--featured {
    padding: 44px 44px 32px;
    flex: 0 0 730px;
  }
}
#home-press .press--news .news--list {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 40px;
}
@media (min-width: 768px) {
  #home-press .press--news .news--list {
    gap: 20px;
    flex: auto;
  }
}
@media (min-width: 1068px) {
  #home-press .press--news .news--list {
    gap: 46px 40px;
    flex: 1 0 495px;
  }
}
@media (min-width: 1860px) {
  #home-press .press--news .news--list {
    flex: 1 0 730px;
    gap: 56px 80px;
  }
}
#home-press .press--news .news--article {
  border-bottom: 2px solid #a6a6a6;
  padding: 0 20px 24px 20px;
}
@media (min-width: 768px) {
  #home-press .press--news .news--article {
    padding: 0 0 15px 0;
  }
}
@media (min-width: 1068px) {
  #home-press .press--news .news--article {
    padding: 0 0 22px 0;
    flex: 0 1 calc(50% - 20px);
  }
}
@media (min-width: 1860px) {
  #home-press .press--news .news--article {
    padding: 0 0 24px 0;
    flex: 0 1 calc(50% - 40px);
  }
}
#home-press .press--news .news--article .news--date {
  color: #0d0d0d;
  font-size: 12px;
  display: flex;
  align-items: center;
}
#home-press .press--news .news--article .news--date::before {
  content: "";
  background-color: #262626;
  display: inline-block;
  height: 8px;
  width: 8px;
  margin-right: 8px;
}
@media (min-width: 1068px) {
  #home-press .press--news .news--article .news--date::before {
    height: 12px;
    width: 12px;
  }
}
#home-press .press--news .news--article .news--title {
  font-size: 24px;
  line-height: 29px;
  font-weight: 400;
  padding: 24px 0 48px;
  margin: 0;
}
@media (min-width: 768px) {
  #home-press .press--news .news--article .news--title {
    font-size: 20px;
    line-height: 24px;
    padding: 10px 0 16px;
  }
}
@media (min-width: 1068px) {
  #home-press .press--news .news--article .news--title {
    padding: 16px 0 24px;
    height: 136px; /*4 lineas*/
  }
}
@media (min-width: 1860px) {
  #home-press .press--news .news--article .news--title {
    font-size: 36px;
    line-height: 40px;
    padding: 32px 0 44px;
    height: 236px;
  }
}
#home-press .press--news .news--article .title--link {
  display: block;
  color: #262626;
  text-decoration: none;
}
#home-press .press--news .news--article .title--link:hover + .source--link {
  color: #262626;
  border-color: #262626;
  background: #c5ff80;
}
#home-press .press--news .news--article .source--link {
  display: inline-block;
  color: #595959;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  border-bottom: 1px solid #595959;
}
@media (min-width: 1860px) {
  #home-press .press--news .news--article .source--link {
    font-size: 16px;
  }
}
#home-press .press--news .news--article .source--link:hover {
  color: #262626;
  border-color: #262626;
  background: #c5ff80;
}
#home-press .press--news .news--article__featured {
  border: none;
  padding: 0;
}
#home-press .press--news .news--article__featured .news--image {
  margin-bottom: 12px;
}
@media (min-width: 1068px) {
  #home-press .press--news .news--article__featured .news--image {
    margin-bottom: 44px;
  }
}
#home-press .press--news .news--article__featured .news--image .news--link {
  display: block;
}
#home-press .press--news .news--article__featured .news--title {
  font-size: 24px;
  line-height: 29px;
  height: 157px;
  padding: 24px 0 48px;
  margin: 0;
}
@media (min-width: 1068px) {
  #home-press .press--news .news--article__featured .news--title {
    font-size: 24px;
    line-height: 29px;
  }
}
@media (min-width: 1860px) {
  #home-press .press--news .news--article__featured .news--title {
    height: 254px;
    font-size: 36px;
    line-height: 40px;
  }
}

.contactus-top {
  margin-bottom: 48px;
  width: 100%;
}
.contactus-top img {
  width: 100%;
}

#contactus-form {
  padding: 48px 16px;
}
#contactus-form .contactus-form-title {
  font-weight: 400;
  font-size: 36px;
  max-width: 343px;
  line-height: 110.52%;
  color: #262626;
}
#contactus-form .contactus-form-aclaracion {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  margin-top: 16px;
}
#contactus-form .contactus-form-required {
  color: #ed695e;
}
#contactus-form .contactus-form-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #262626;
  margin-top: 24px;
  max-width: 280px;
}
#contactus-form .contactus-form-info {
  padding-top: 40px;
}
#contactus-form .contactus-form-info-line {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 32px;
}
#contactus-form .contactus-form-info-line.contactus-form-info-name {
  margin: 0;
}
#contactus-form .contactus-form-info-line .contactus-form-info-interested-label {
  margin-bottom: 16px !important;
  margin-top: 0 !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #262626;
  width: 100%;
}
#contactus-form label {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
}
#contactus-form .contactus-form-info-interested-checkboxes {
  display: flex;
  flex-direction: column;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #262626;
}
#contactus-form .contactus-form-info-interested-checkboxes .mb0 {
  margin-bottom: 0 !important;
}
#contactus-form .contactus-form-info-interested-checkboxes .contactus-form-info-interested-checkboxes-line {
  display: flex;
  justify-content: space-between;
  align-items: top;
  margin-bottom: 24px;
}
#contactus-form .contactus-form-info-interested-checkboxes .contactus-form-info-interested-checkboxes-line input {
  padding: 0;
  margin: 0 8px 0 0;
  height: 20px;
}
#contactus-form input {
  background: #3d3d3d;
  height: 40px;
  font-weight: 400;
  font-size: 14px;
  line-height: 12px;
  color: #868686;
  padding: 14px 16px;
  margin-top: 8px;
  border: none;
}
#contactus-form .contactus-form-info-message textarea {
  background: #3d3d3d;
  height: 78px;
  font-weight: 400;
  font-size: 14px;
  line-height: 12px;
  color: #868686;
  padding: 14px 16px;
  margin-top: 8px;
  border: none;
}
#contactus-form #contactus-form-form-submit {
  background: #c5ff80;
  margin-top: 28px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  justify-content: center;
  display: flex;
  align-items: center;
  text-align: center;
  border: none;
  width: 100%;
  color: #262626;
  font-family: "Inter";
  cursor: pointer;
  transition: all 0.3s ease;
}
#contactus-form #contactus-form-form-submit:hover {
  color: #fbfcfd;
  background: #262626;
}

#contactus-form-result {
  padding: 16px;
  height: 100%;
}
#contactus-form-result .contactus-form-info-thanks {
  background: #c5ff80;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0d0d0d;
  height: 40px;
  width: 100%;
}

@media (min-width: 1068px) {
  #contactus .contactus-form-info {
    padding-top: 0;
  }
  #contactus #contactus-top {
    flex: 1;
    max-width: 366px;
  }
  #contactus #contactus-top picture {
    display: block;
    height: 100%;
  }
  #contactus #contactus-top img {
    height: 100%;
    object-fit: cover;
  }
  #contactus .contactus-divs {
    display: flex;
    gap: 120px;
    flex-direction: row-reverse;
    height: 100%;
    width: 100%;
  }
  #contactus #contactus-form {
    gap: 120px;
    display: flex;
    flex-direction: row;
    width: auto;
    padding: 20px 0 0 64px;
    flex: 1;
  }
  #contactus .contactus-form-title {
    width: 390px;
    max-width: 390px;
    font-size: 48px;
    margin: 0;
    line-height: 58px;
  }
  #contactus .contactus-form-text {
    width: 400px;
    max-width: 400px;
    font-size: 24px;
    line-height: 29px;
  }
  #contactus-form .contactus-form-aclaracion {
    margin-top: 50px;
  }
}
@media (min-width: 1860px) {
  #contactus #contactus-top {
    flex: 1;
    max-width: 576px;
  }
  #contactus #contactus-top img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
  #contactus .contactus-divs {
    display: flex;
    gap: 180px;
    flex-direction: row-reverse;
    width: auto;
  }
  #contactus #contactus-form {
    gap: 180px;
    display: flex;
    flex-direction: row;
    width: auto;
    padding: 92px 0 0 64px;
    flex: 1;
  }
  #contactus .contactus-form-title {
    width: 624px;
    max-width: 624px;
    font-size: 72px;
    line-height: 87px;
  }
  #contactus .contactus-form-text {
    width: 465px;
    max-width: 465px;
    font-size: 40px;
    line-height: 48px;
  }
  #contactus-form .contactus-form-aclaracion {
    margin-top: 160px;
  }
}
.subtitle {
  background: #262626;
  display: inline-block;
  color: #fbfcfd;
  font-size: 14px;
  line-height: 1.2;
  padding: 0 4px;
  margin-bottom: 8px;
}
@media (min-width: 1068px) {
  .subtitle {
    font-size: 20px;
  }
}

::selection {
  background: #e3ffbc;
}

::-webkit-selection {
  background: #e3ffbc;
}

::-moz-selection {
  background: #e3ffbc;
}

/* Mixins
     ========================================================================== */
/*** MEDIA QUERIES MIXIN ***/
html,
body,
figure,
source {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  color: #262626;
  font-weight: 400;
  overflow-x: hidden;
  background: #fbfcfd;
}

@media (min-width: 1068px) {
  body#contactus {
    overflow: hidden;
  }
}
.container {
  width: 100%;
}

.primary-link {
  width: 100%;
  height: 40px;
  background: #262626;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: #fbfcfd;
  mix-blend-mode: normal;
}

@media (min-width: 1860px) {
  .primary-link {
    font-size: 16px;
    height: 48px;
  }
}
#home-top {
  overflow: hidden;
}

@media (min-width: 1068px) {
  #home-top {
    max-height: 440px;
  }
}
@media (min-width: 1366px) {
  #home-top {
    max-height: 540px;
  }
}
#home-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#home-unleash {
  padding: 40px 16px 0;
  position: relative;
}

@media (min-width: 1068px) {
  #home-unleash {
    padding: 58px 64px 180px;
  }
}
@media (min-width: 1860px) {
  #home-unleash {
    padding-top: 160px;
  }
}
#home-unleash .home-unleash-arrow {
  position: absolute;
  top: 170px;
  right: 16px;
  width: 23px;
  height: 23px;
  transition: 0.3s ease all;
}

@media (min-width: 1068px) {
  #home-unleash .home-unleash-arrow {
    width: 46px;
    height: 46px;
    top: 142px;
  }
}
@media (min-width: 1860px) {
  #home-unleash .home-unleash-arrow {
    right: 64px;
    top: 270px;
  }
}
#home-unleash .home-unleash-arrow:hover {
  transform: translateY(10px);
}

#home-unleash .home-unleash-arrow svg {
  width: 100%;
}

#home-unleash .home-unleash-line {
  height: 170px;
  width: 1px;
  background: #262626;
  margin: 15px auto 0 auto;
}

@media (min-width: 1068px) {
  #home-unleash .home-unleash-line {
    display: none;
  }
}
#home-unleash .home-unleash-line::before {
  content: "";
  height: 7px;
  width: 7px;
  background: #262626;
  display: block;
  margin-left: -3px;
}

#home-unleash .home-unleash-title {
  font-weight: 400;
  font-size: 36px;
  line-height: 1.2;
  margin: 0 0 88px;
  position: relative;
}

#home-unleash .home-unleash-title span {
  display: block;
}

@media (min-width: 1068px) {
  #home-unleash .home-unleash-title span {
    display: inline;
  }
}
@media (min-width: 1068px) {
  #home-unleash .home-unleash-title {
    font-size: 60px;
    max-width: 922px;
  }
}
@media (min-width: 1860px) {
  #home-unleash .home-unleash-title {
    font-size: 72px;
    max-width: 1010px;
    margin-bottom: 140px;
  }
}
#home-unleash .home-unleash--content {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

@media (min-width: 1068px) {
  #home-unleash .home-unleash--content {
    max-width: 836px;
    margin: auto;
  }
}
@media (min-width: 1860px) {
  #home-unleash .home-unleash--content {
    max-width: 1000px;
  }
}
#home-unleash .home-unleash-texto {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  margin: 0 0 90px;
}

@media (min-width: 1068px) {
  #home-unleash .home-unleash-texto {
    margin: 0 0 56px;
    font-size: 36px;
  }
}
@media (min-width: 1860px) {
  #home-unleash .home-unleash-texto {
    font-size: 40px;
  }
}
#home-unleash .home-unleash-link {
  transition: all 0.3s ease;
}

@media (min-width: 1068px) {
  #home-unleash .home-unleash-link {
    max-width: 328px;
  }
}
#home-unleash .home-unleash-link:hover {
  background: #c5ff80;
  color: #262626;
}

#home-climate-crisis {
  background: #1c1c1c;
  padding-bottom: 44px;
}

@media (min-width: 1366px) {
  #home-climate-crisis {
    padding-bottom: 108px;
    margin: 0 64px;
  }
}
@media (min-width: 1860px) {
  #home-climate-crisis {
    padding-bottom: 215px;
  }
}
#home-climate-crisis .crisis--cover {
  margin-bottom: 64px;
}

@media (min-width: 1366px) {
  #home-climate-crisis .crisis--cover {
    margin-bottom: 115px;
  }
}
@media (min-width: 1860px) {
  #home-climate-crisis .crisis--cover {
    margin-bottom: 169px;
  }
}
#home-climate-crisis .crisis--cover img {
  width: 100%;
}

#home-climate-crisis .crisis--content {
  padding: 0 24px;
}

@media (min-width: 1068px) {
  #home-climate-crisis .crisis--content {
    padding: 0 105px;
  }
}
@media (min-width: 1860px) {
  #home-climate-crisis .crisis--content {
    padding: 0 152px;
  }
}
#home-climate-crisis .crisis--content .home-climate-crisis-title {
  color: #fbfcfd;
  display: flex;
  font-size: 36px;
  line-height: 40px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 32px 0;
}

@media (min-width: 1366px) {
  #home-climate-crisis .crisis--content .home-climate-crisis-title {
    font-size: 60px;
    line-height: 68px;
    margin: 0 0 98px 0;
  }
}
@media (min-width: 1860px) {
  #home-climate-crisis .crisis--content .home-climate-crisis-title {
    margin: 0 0 73px 0;
  }
}
#home-climate-crisis .crisis--content .subtitle {
  background: #D4FFA0;
  color: #262626;
  margin-bottom: 12px;
}

#home-climate-crisis .home-climate-crisis-slider {
  padding: 16px 16px 46px;
}

@media (min-width: 1068px) {
  #home-climate-crisis .home-climate-crisis-slider {
    padding: 0 105px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 5%;
    align-items: self-start;
  }
}
@media (min-width: 1860px) {
  #home-climate-crisis .home-climate-crisis-slider {
    padding: 0 152px;
  }
}
#home-climate-crisis .home-climate-crisis-slider .slick-slide {
  padding: 0 8px;
}

#home-climate-crisis .home-climate-crisis-slider .slick-dots {
  display: flex;
  gap: 8px;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  padding: 0 16px;
}

#home-climate-crisis .home-climate-crisis-slider .slick-dots li {
  flex: auto;
}

#home-climate-crisis .home-climate-crisis-slider .slick-dots li.slick-active button {
  background-color: #fbfcfd;
  height: 4px;
}

#home-climate-crisis .home-climate-crisis-slider .slick-dots li button {
  border: none;
  background-color: #a6a6a6;
  font-size: 0;
  height: 1px;
  width: 100%;
  transform: all 0.2 ease-in-out;
}

#home-climate-crisis .home-climate-crisis-animated-image {
  width: 100%;
}

#home-climate-crisis .home-climate-crisis-box-texto {
  display: block;
  padding: 0px;
  margin-top: 32px;
  margin-bottom: 19px;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #fbfcfd;
}

@media (min-width: 1068px) {
  #home-climate-crisis .home-climate-crisis-box-texto {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 1860px) {
  #home-climate-crisis .home-climate-crisis-box-texto {
    font-size: 24px;
    line-height: 29px;
  }
}
#home-climate-crisis .home-climate-crisis-box-texto .green {
  color: #c5ff80;
}

#home-climate-crisis .home-climate-clisis-box-corchete {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #fbfcfd;
  width: 100%;
  margin-top: 5px;
  display: block;
}

@media (min-width: 1860px) {
  #home-climate-crisis .home-climate-clisis-box-corchete {
    font-size: 16px;
    line-height: 19px;
    margin-top: 15px;
  }
}
#home-climate-crisis .home-climate-crisis-box-source {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  margin-top: 15px;
  color: #a6a6a6;
}

@media (min-width: 1860px) {
  #home-climate-crisis .home-climate-crisis-box-source {
    font-size: 16px;
    line-height: 19px;
  }
}
#home-projects {
  padding: 0 16px 132px;
  width: 100%;
}

@media (min-width: 1068px) {
  #home-projects {
    display: grid;
    grid-template-columns: 400px minmax(0, 1fr);
    grid-template-rows: 1fr;
    gap: 16px;
    padding: 146px 0 150px 64px;
    position: relative;
  }
}
@media (min-width: 1860px) {
  #home-projects {
    grid-template-columns: 646px minmax(0, 1fr);
    padding: 146px 0 181px 64px;
  }
}
#home-projects .home-projects-line {
  height: 146px;
  width: 1px;
  background: #262626;
  margin: 0 auto 20px auto;
  position: relative;
}

@media (min-width: 1068px) {
  #home-projects .home-projects-line {
    display: none;
  }
}
#home-projects .home-projects-line::after {
  content: "";
  height: 7px;
  width: 7px;
  background: #262626;
  display: block;
  margin-left: -3px;
  position: absolute;
  bottom: 0;
}

#home-projects .projects--content {
  display: block;
  margin-bottom: 32px;
}

@media (min-width: 1068px) {
  #home-projects .projects--content {
    margin-bottom: 0;
  }
}
#home-projects .projects--content .home-projects-title {
  font-size: 36px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #262626;
}

@media (min-width: 1068px) {
  #home-projects .projects--content .home-projects-title {
    font-size: 60px;
  }
}
@media (min-width: 1860px) {
  #home-projects .projects--content .home-projects-title {
    font-size: 72px;
  }
}
#home-projects .home-projects-slider {
  width: 100%;
}

#home-projects .home-projects-slider .slick-slide {
  height: auto !important;
  max-width: 100%;
  margin: 0 8px;
}

@media (min-width: 1068px) {
  #home-projects .home-projects-slider .slick-slide {
    margin: 0 12px;
  }
}
#home-projects .home-projects-slider .slick-slide > div {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#home-projects .home-projects-slider .slick-track {
  display: flex !important;
}

#home-projects .home-projects-slider .slick-dots {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  list-style-type: none;
  margin: 25px auto 0;
  width: 100%;
}

@media (min-width: 1068px) {
  #home-projects .home-projects-slider .slick-dots {
    max-width: 260px;
  }
}
@media (min-width: 1366px) {
  #home-projects .home-projects-slider .slick-dots {
    margin: 32px auto 0;
  }
}
#home-projects .home-projects-slider .slick-dots li {
  display: flex;
  cursor: pointer;
  padding: 8px 0;
  width: 100%;
}

#home-projects .home-projects-slider .slick-dots li button {
  cursor: pointer;
  font-size: 0;
  width: 100%;
  height: 1px;
  border: none;
  background-color: #868686;
}

#home-projects .home-projects-slider .slick-dots li.slick-active button {
  background-color: #262626;
  height: 4px;
}

#home-projects .home-projects-sliderbox-text-location {
  font-weight: 500;
  font-size: 14px;
  display: flex;
  border-width: 0px 0px 0px 1px;
  border-style: solid;
  height: 30px;
  width: 51px;
  justify-content: center;
  align-items: center;
  border-color: #868686;
  line-height: 17px;
  color: #262626;
}

#home-projects .home-projects-sliderbox-text-location img {
  margin-right: 1px;
}

#home-projects .home-projects-sliderbox-text-location span {
  margin-left: 1px;
}

#home-projects .home-projects-sliderbox {
  padding: 30px 16px 16px;
  height: 100%;
  border: 1px solid #262626;
  position: relative;
}

#home-projects .home-projects-sliderbox-contact {
  justify-content: space-between;
  display: flex !important;
  flex-direction: column;
}

#home-projects .home-projects-sliderbox-contact-top {
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  color: #262626;
  height: auto;
}

#home-projects .home-projects-sliderbox-contact-bottom {
  background: #e3ffbc;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-top: 1px solid #262626;
  height: 270px;
  margin: 0 -15px -15px;
  width: calc(100% + 30px);
}

#home-projects .home-projects-sliderbox-contact-bottom svg {
  height: 192px;
}

#home-projects .home-projects-sliderbox-contact-bottom svg .circulo {
  transition: 0.3s ease all;
  fill: #0D0D0D;
}

#home-projects .home-projects-sliderbox-contact-bottom:hover > svg .circulo {
  fill: #333333;
}

#home-projects .home-projects-sliderbox-text {
  display: flex;
  justify-content: space-between;
}

#home-projects .home-projects-sliderbox-image {
  padding: 16px 0;
  border-bottom: 1px solid #868686;
  border-top: 1px solid #868686;
}

#home-projects .home-projects-sliderbox-image img {
  width: 100%;
}

#home-projects .home-projects-sliderbox-text-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #262626;
  height: 30px;
  display: flex;
  align-items: center;
}

#home-projects .home-projects-sliderbox-text-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  margin: 12px 0 17px;
  color: #262626;
}

#home-projects .home-projects-sliderbox-text-tags {
  display: flex;
  margin-bottom: 38px;
}

#home-projects .home-projects-sliderbox-text-tags-item {
  border: 0.5px solid #776de1;
  border-radius: 28px;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  display: flex;
  align-items: center;
  padding: 4px 12px;
  margin-right: 6px;
  color: #776de1;
  justify-content: center;
  mix-blend-mode: normal;
  text-transform: lowercase;
  flex: none;
  order: 0;
  flex-grow: 0;
}

#home-projects .home-projects-sliderbox-text-link {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  margin-left: auto;
  margin-top: auto;
  text-decoration-line: underline;
  display: block;
  color: #595959;
  position: absolute;
  bottom: 16px;
  right: 16px;
}

#home-projects .link-full-project-card {
  text-decoration: none;
  height: 100%;
}

#home-projects .link-full-project-card:hover .home-projects-sliderbox-text-link {
  background: #c5ff80;
  color: #262626;
}

#home-projects .home-projects-arrow {
  display: none;
}

@media (min-width: 1068px) {
  #home-projects .home-projects-arrow {
    display: block;
    position: absolute;
    top: 668px;
    left: 64px;
  }
}
@media (min-width: 1068px) {
  #home-projects .home-projects-arrow {
    display: block;
    position: absolute;
    top: 670px;
    left: 64px;
  }
}
#home-process {
  padding: 0;
  width: 100%;
}

@media (min-width: 1068px) {
  #home-process {
    background: url("../../img/from_waste_to_cc-1366.svg") 0 0 no-repeat;
    background-size: 100% auto;
    position: relative;
    max-width: 1366px;
    margin: auto;
    height: 1673px;
  }
}
@media (min-width: 1860px) {
  #home-process {
    background: url("../../img/from_waste_to_cc-1920.svg") 0 0 no-repeat;
    background-size: 100% auto;
    max-width: 1920px;
    heigth: 1765px;
  }
}
#home-process .process--content {
  padding: 0 16px;
  margin-bottom: 46px;
}

@media (min-width: 1068px) {
  #home-process .process--content {
    padding: 0 64px;
    margin-bottom: 0;
  }
}
#home-process .process--content .home-process-title {
  font-size: 36px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #262626;
}

@media (min-width: 1068px) {
  #home-process .process--content .home-process-title {
    font-size: 72px;
    max-width: 635px;
  }
}
#home-process .home-process-boxes {
  margin: 0 16px;
  padding-bottom: 16px;
  background-color: #e3ffbc;
}

@media (min-width: 1068px) {
  #home-process .home-process-boxes {
    background-color: transparent;
    margin-top: 155px;
    padding-bottom: 0;
  }
}
#home-process .home-process-box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
  height: 428px;
  padding: 46px 16px 72px 85px;
}

@media (min-width: 1068px) {
  #home-process .home-process-box {
    flex-direction: row;
    height: auto;
    height: 440px;
    padding: 55px 0 0;
  }
}
#home-process .home-process-box::after {
  content: "";
  position: absolute;
  width: calc(100% - 32px);
  height: 1px;
  left: 16px;
  bottom: 0;
  background-color: #262626;
}

@media (min-width: 1068px) {
  #home-process .home-process-box::after {
    display: none;
  }
}
#home-process .home-process-box .home-process-box-title {
  font-size: 36px;
  line-height: 1.2;
  color: #262626;
  position: absolute;
  top: 48px;
  left: 16px;
}

@media (min-width: 1068px) {
  #home-process .home-process-box .home-process-box-title {
    font-size: 60px;
    position: relative;
    top: unset;
    left: unset;
    line-height: 1;
  }
}
#home-process .home-process-box .home-process-box-title::before {
  background: #262626;
  content: "";
  position: absolute;
  height: 6px;
  width: 6px;
  right: -10px;
  top: 8px;
}

@media (min-width: 1068px) {
  #home-process .home-process-box .home-process-box-title::before {
    bottom: 8px;
    height: 8px;
    width: 8px;
    left: 64px;
    top: unset;
    right: unset;
  }
}
#home-process .home-process-box .home-process-box-title span {
  display: none;
  margin-left: 10px;
}

@media (min-width: 1068px) {
  #home-process .home-process-box .home-process-box-title span {
    display: inline-block;
  }
}
#home-process .home-process-box .home-process-box-image {
  height: 120px;
  width: 120px;
}

@media (min-width: 1068px) {
  #home-process .home-process-box .home-process-box-image {
    position: absolute;
  }
}
#home-process .home-process-box .home-process-box-text {
  font-size: 14px;
  line-height: 1.2;
  width: auto;
  color: #262626;
}

@media (min-width: 1068px) {
  #home-process .home-process-box .home-process-box-text {
    font-size: 20px;
  }
}
@media (min-width: 1860px) {
  #home-process .home-process-box .home-process-box-text {
    font-size: 24px;
  }
}
#home-process .home-process-box .home-process-box-text span {
  display: block;
  font-size: 24px;
  margin: 32px 0 16px;
}

@media (min-width: 1068px) {
  #home-process .home-process-box .home-process-box-text span {
    display: none;
  }
}
@media (min-width: 1068px) {
  #home-process .home-process-box.home-process-box1 {
    left: 10.3%;
  }
  #home-process .home-process-box.home-process-box2 {
    left: 23.2%;
  }
  #home-process .home-process-box.home-process-box3 {
    left: 17.5%;
  }
  #home-process .home-process-box .home-process-box-title {
    left: 224px;
  }
  #home-process .home-process-box .home-process-box-image {
    left: 32px;
    bottom: 32px;
  }
  #home-process .home-process-box .home-process-box-text {
    margin-left: 82px;
    margin-top: 115px;
    width: 400px;
  }
  #home-process .home-process-box.home-process-box2 .home-process-box-title::before {
    left: 77px;
  }
  #home-process .home-process-box.home-process-box3 .home-process-box-title::before {
    left: 77px;
  }
}
@media (min-width: 1860px) {
  #home-process .home-process-box.home-process-box1 {
    left: 22.1%;
  }
  #home-process .home-process-box.home-process-box2 {
    left: 31.5%;
  }
  #home-process .home-process-box.home-process-box3 {
    left: 26.7%;
  }
  #home-process .home-process-box .home-process-box-title {
    left: 224px;
  }
  #home-process .home-process-box .home-process-box-image {
    left: 32px;
    bottom: 32px;
  }
  #home-process .home-process-box .home-process-box-text {
    margin-left: 82px;
    margin-top: 115px;
    width: 400px;
  }
}
#home-process .home-process-link {
  margin: 41px 16px 0;
  width: calc(100% - 32px);
}

@media (min-width: 1068px) {
  #home-process .home-process-link {
    display: none;
  }
}
#home-process .home-process-box3::after {
  display: none;
}

#our-platform-desktop-design {
  display: none;
}

@media (min-width: 1068px) {
  #our-platform-desktop-design {
    display: block;
  }
}
#our-platform-mobile-design {
  display: block;
}

@media (min-width: 1068px) {
  #our-platform-mobile-design {
    display: none;
  }
}
#home-our-platform .container {
  padding: 145px 64px 205px 64px;
}

@media (min-width: 1860px) {
  #home-our-platform .container {
    padding: 282px 64px 205px 64px;
  }
}
#home-our-platform .our-platform-title {
  font-size: 60px;
  line-height: 68px;
  margin-bottom: 152px;
  text-transform: uppercase;
}

@media (min-width: 1860px) {
  #home-our-platform .our-platform-title {
    font-size: 72px;
    line-height: 87px;
    margin-bottom: 184px;
  }
}
#home-our-platform .our-platform-menu {
  width: 42%;
}

@media (min-width: 1860px) {
  #home-our-platform .our-platform-menu {
    width: 32%;
  }
}
#home-our-platform .our-platform-menu .option {
  position: relative;
  padding: 0 0 0 26px;
  height: 100%;
  margin: 0 0 61px 0;
  cursor: pointer;
}

@media (min-width: 1860px) {
  #home-our-platform .our-platform-menu .option {
    margin: 0 0 68px 0;
  }
}
#home-our-platform .our-platform-menu .option h4 {
  font-size: 30px;
  line-height: 33px;
  margin: 0 0 24px 0;
  text-transform: uppercase;
}

@media (min-width: 1860px) {
  #home-our-platform .our-platform-menu .option h4 {
    font-size: 36px;
    line-height: 40px;
  }
}
#home-our-platform .our-platform-menu .option p {
  font-size: 16px;
  line-height: 19px;
  padding: 0;
  margin: 0;
  transition: 0.3s ease all;
  transform: translateY(-20px);
  height: 0;
  opacity: 0;
}

@media (min-width: 1860px) {
  #home-our-platform .our-platform-menu .option p {
    font-size: 20px;
    line-height: 24px;
  }
}
#home-our-platform .our-platform-menu .option:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #262626;
  transition: 0.3s ease height;
}

#home-our-platform .our-platform-menu .option3 {
  margin-bottom: 0;
}

#home-our-platform .our-platform-menu .option.active p {
  transform: translateY(0px);
  height: auto;
  opacity: 1;
}

#home-our-platform .our-platform-menu .option.active:before {
  height: calc(100% - 10px);
}

#home-our-platform .our-platform-player {
  float: right;
  background: #262626;
  width: 608px;
  height: 469px;
  position: relative;
}

@media (min-width: 1860px) {
  #home-our-platform .our-platform-player {
    width: 738px;
    height: 568px;
  }
}
#home-our-platform .our-platform-player .anim {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fbfcfd;
  display: none;
}

#home-our-platform .our-platform-player .anim.active {
  display: block;
}

#home-user-friendly {
  padding-top: 136px;
}

#home-user-friendly .container {
  padding: 0 16px 96px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  #home-user-friendly .container {
    padding: 103px 0 103px 168px;
  }
}
@media (min-width: 1366px) {
  #home-user-friendly .container {
    max-width: 1440px;
  }
}
@media (min-width: 1860px) {
  #home-user-friendly .container {
    padding: 103px 396px 103px 392px;
    max-width: 1920px;
  }
}
#home-user-friendly .end-to-end-title {
  font-size: 36px;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 96px;
}

#home-user-friendly .friendly--content {
  max-width: 375px;
}

#home-user-friendly .home-user-friendly-title {
  display: block;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 16px;
  position: relative;
  color: #262626;
  max-width: 332px;
}

@media (min-width: 768px) {
  #home-user-friendly .home-user-friendly-title {
    margin-top: 52px;
    font-size: 36px;
  }
}
#home-user-friendly .home-user-friendly-title::before {
  content: "";
  display: none;
  background: #262626;
  position: absolute;
  width: 8px;
  height: 8px;
  left: 0;
}

@media (min-width: 1068px) {
  #home-user-friendly .home-user-friendly-title::before {
    display: inline-block;
    top: -50px;
  }
}
#home-user-friendly .home-user-friendly-image {
  flex: 1;
}

#home-user-friendly .home-user-friendly-text {
  display: block;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 24px;
  color: #262626;
}

@media (min-width: 1366px) {
  #home-user-friendly .home-user-friendly-text {
    font-size: 20px;
  }
}
#home-trusted--transparency {
  padding: 0 16px 81px;
  position: relative;
  margin: 0 auto;
}

@media (min-width: 768px) {
  #home-trusted--transparency {
    padding: 128px 68px 56px 168px;
  }
}
@media (min-width: 1366px) {
  #home-trusted--transparency {
    max-width: 1440px;
  }
}
@media (min-width: 1860px) {
  #home-trusted--transparency {
    max-width: 1920px;
    padding: 152px 396px 56px 392px;
  }
}
#home-trusted--transparency .boxes .article-box {
  display: flex;
  position: relative;
  flex-direction: column-reverse;
}

@media (min-width: 768px) {
  #home-trusted--transparency .boxes .article-box {
    justify-content: flex-end;
    flex-direction: row;
  }
}
#home-trusted--transparency .boxes .article-box:not(:last-child) {
  margin-bottom: 96px;
}

@media (min-width: 768px) {
  #home-trusted--transparency .boxes .article-box:not(:last-child) {
    margin-bottom: 136px;
  }
}
@media (min-width: 768px) {
  #home-trusted--transparency .boxes .article-box:nth-child(even) {
    flex-direction: row-reverse;
    justify-content: flex-start;
  }
}
@media (min-width: 768px) {
  #home-trusted--transparency .boxes .article-box:nth-child(even) .content {
    padding-right: 48px;
    padding-left: 0;
  }
}
#home-trusted--transparency .boxes .article-box::before {
  content: "";
  background: #262626;
  display: none;
  position: absolute;
  width: 8px;
  height: 8px;
  left: 0;
  top: 10px;
}

@media (min-width: 1068px) {
  #home-trusted--transparency .boxes .article-box::before {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  #home-trusted--transparency .boxes .article-box .content {
    max-width: 400px;
    padding-left: 48px;
    padding-right: 0;
  }
}
#home-trusted--transparency .boxes .article-box .content .title {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 16px;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  #home-trusted--transparency .boxes .article-box .content .title {
    font-size: 36px;
    margin-bottom: 32px;
  }
}
#home-trusted--transparency .boxes .article-box .content .text {
  font-size: 16px;
  margin: 0;
}

@media (min-width: 768px) {
  #home-trusted--transparency .boxes .article-box .content .text {
    font-size: 20px;
  }
}
#home-trusted--transparency .boxes .article-box .image {
  max-width: 400px;
  margin-top: 32px;
}

@media (min-width: 768px) {
  #home-trusted--transparency .boxes .article-box .image {
    margin-top: 0;
  }
}
#get-started {
  background: url(../../img/projects/support-bg_mobile.svg) no-repeat;
  background-position: top center;
  background-size: 100% auto;
}

@media (min-width: 1068px) {
  #get-started {
    background: url(../../img/projects/support-bg_desktop.svg) no-repeat;
    background-position: top center;
    background-size: 100% auto;
  }
}
#get-started .container {
  padding: 0 16px;
  min-height: 480px;
  margin: 0 auto;
}

@media (min-width: 1068px) {
  #get-started .container {
    padding: 0 64px;
    max-width: 1440px;
  }
}
@media (min-width: 1860px) {
  #get-started .container {
    padding: 0 64px;
    max-width: 1920px;
  }
}
#get-started .wrapper {
  position: relative;
  padding: 210px 0 380px 0;
}

@media (min-width: 1068px) {
  #get-started .wrapper {
    padding: 210px 0 460px 34%;
  }
}
@media (min-width: 1860px) {
  #get-started .wrapper {
    padding: 264px 0 637px 34%;
  }
}
#get-started .gradient-text {
  font-size: 36px;
  line-height: 40px;
  background: linear-gradient(94.45deg, #9A90FF 29.94%, #1C1C1C 81.24%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  padding: 0 0 32px 0;
}

@media (min-width: 1068px) {
  #get-started .gradient-text {
    font-size: 72px;
    line-height: 87px;
    padding: 0 0 48px 0;
  }
}
#get-started .button-get-started {
  width: 100%;
  height: 40px;
  background: #262626;
  color: #fbfcfd;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  font-weight: 500;
  transition: all 0.3s ease;
  display: block;
  text-decoration: none;
}

@media (min-width: 1068px) {
  #get-started .button-get-started {
    width: 328px;
  }
}
@media (min-width: 1860px) {
  #get-started .button-get-started {
    font-size: 16px;
    height: 48px;
    line-height: 48px;
  }
}
#get-started .button-get-started:hover {
  cursor: pointer;
  background: #c5ff80;
  color: #262626;
  text-decoration: none;
}

#investing {
  display: flex;
  flex-direction: column;
  margin-bottom: 140px;
  width: 100%;
  z-index: 1;
}

@media (min-width: 1068px) {
  #investing {
    display: flex;
    flex-direction: row;
    padding: 0 64px;
    margin: 0 0 318px 0;
    background: #e5dbff;
    position: relative;
  }
}
#investing .container {
  padding: 0 16px;
  margin: 0 auto;
  position: relative;
}

@media (min-width: 1068px) {
  #investing .container {
    padding: 0;
    max-width: 1242px;
  }
  #investing .container::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #B3A9FF;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
@media (min-width: 1860px) {
  #investing .container {
    max-width: 1738px;
  }
  #investing .container::after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #B3A9FF;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }
}
#investing .investing-title {
  font-weight: 400;
  font-size: 36px;
  line-height: 110.52%;
  color: #262626;
  margin-bottom: 32px;
  max-width: 328px;
}

@media (min-width: 1068px) {
  #investing .investing-title {
    font-size: 60px;
    line-height: 73px;
    color: #262626;
    max-width: 416px;
    margin: 0;
    z-index: 100;
    position: absolute;
    left: 0;
  }
}
#investing .show-responsive {
  display: none;
}

@media (max-width: 1068px) {
  #investing .show-responsive.show-responsive {
    display: flex;
  }
}
#investing .investing-boxes {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (min-width: 1068px) {
  #investing .investing-boxes {
    display: grid;
    margin-left: auto;
    grid-template-columns: repeat(5, 248px);
    grid-template-rows: repeat(2, 248px);
    grid-gap: 0px;
    max-width: 100%;
  }
}
@media (min-width: 1860px) {
  #investing .investing-boxes {
    grid-template-columns: repeat(7, 248px);
    grid-template-rows: repeat(2, 248px);
  }
}
#investing .investing-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 136px;
  background: #e5dbff;
  margin-bottom: 8px;
  position: relative;
}

#investing .investing-box.show-1920 {
  display: none;
}

#investing .investing-box.show-desktop {
  display: none;
}

@media (min-width: 1068px) {
  #investing .investing-box {
    height: 248px;
    margin-bottom: 0;
    border-right: 1px solid #B3A9FF;
  }
  #investing .investing-box.show-desktop {
    display: flex;
  }
  #investing .investing-box.show-desktop, #investing .investing-box.show-1920 {
    border-right: 1px solid #B3A9FF;
  }
}
@media (min-width: 1860px) {
  #investing .investing-box.show-1920 {
    display: flex;
  }
}
#investing .investing-box img.investing-box--IDB, #investing .investing-box img.investing-box--nazca {
  display: block;
  width: auto;
  max-width: 146px;
}

#investing .investing-box .dot {
  position: absolute;
  top: 50%;
  left: 12px;
  width: 8px;
  height: 8px;
  background: #262626;
  display: block;
}

@media (min-width: 1068px) {
  #investing .investing-box .dot {
    top: 12px;
  }
}
@media (min-width: 1068px) {
  #investing .investing-box:nth-child(1) {
    border-bottom: 1px solid #B3A9FF;
    border-right: none;
  }
}
@media (min-width: 1068px) and (min-width: 1860px) {
  #investing .investing-box:nth-child(1) {
    border-bottom: none;
  }
}
@media (min-width: 1068px) {
  #investing .investing-box:nth-child(2) {
    border-bottom: 1px solid #B3A9FF;
  }
  #investing .investing-box:nth-child(3) {
    border-bottom: 1px solid #B3A9FF;
  }
  #investing .investing-box:nth-child(4) {
    border-bottom: 1px solid #B3A9FF;
  }
  #investing .investing-box:nth-child(5) {
    border-bottom: 1px solid #B3A9FF;
  }
  #investing .investing-box:nth-child(6) {
    border-bottom: 1px solid #B3A9FF;
  }
}
/* OLD  */
.show-desktop {
  display: none;
}

.show-1920 {
  display: none;
}

.show-mobile {
  display: block;
}

.w100 {
  width: 100%;
  max-width: 100%;
}

#home-press {
  padding: 0 16px;
  margin: 0 auto;
  width: 100%;
  margin: 0 auto 200px;
}

@media (min-width: 1068px) {
  #home-press {
    max-width: 1440px;
    padding: 0 65px;
    margin: 0 auto 360px;
  }
}
@media (min-width: 1860px) {
  #home-press {
    max-width: 1920px;
  }
}
#home-press .press-head {
  margin-bottom: 32px;
}

@media (min-width: 1068px) {
  #home-press .press-head {
    margin-bottom: 80px;
  }
}
#home-press .press-head .head--title {
  font-size: 36px;
  line-height: 1.2;
  color: #262626;
  margin: 0;
  max-width: 530px;
}

@media (min-width: 1068px) {
  #home-press .press-head .head--title {
    font-size: 60px;
  }
}
#home-press .press--news {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  #home-press .press--news {
    gap: 0 20px;
    flex-direction: row;
  }
}
@media (min-width: 1068px) {
  #home-press .press--news {
    gap: 0 40px;
  }
}
@media (min-width: 1860px) {
  #home-press .press--news {
    gap: 0 72px;
  }
}
#home-press .press--news .news--featured {
  border: 1px solid #262626;
  padding: 20px;
  margin-bottom: 40px;
}

@media (min-width: 1068px) {
  #home-press .press--news .news--featured {
    margin-bottom: 0;
    padding: 30px 40px 24px;
    flex: 0 0 495px;
  }
}
@media (min-width: 1860px) {
  #home-press .press--news .news--featured {
    padding: 44px 44px 32px;
    flex: 0 0 730px;
  }
}
#home-press .press--news .news--list {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 40px;
}

@media (min-width: 768px) {
  #home-press .press--news .news--list {
    gap: 20px;
    flex: auto;
  }
}
@media (min-width: 1068px) {
  #home-press .press--news .news--list {
    gap: 46px 40px;
    flex: 1 0 495px;
  }
}
@media (min-width: 1860px) {
  #home-press .press--news .news--list {
    flex: 1 0 730px;
    gap: 56px 80px;
  }
}
#home-press .press--news .news--article {
  border-bottom: 2px solid #a6a6a6;
  padding: 0 20px 24px 20px;
}

@media (min-width: 768px) {
  #home-press .press--news .news--article {
    padding: 0 0 15px 0;
  }
}
@media (min-width: 1068px) {
  #home-press .press--news .news--article {
    padding: 0 0 22px 0;
    flex: 0 1 calc(50% - 20px);
  }
}
@media (min-width: 1860px) {
  #home-press .press--news .news--article {
    padding: 0 0 24px 0;
    flex: 0 1 calc(50% - 40px);
  }
}
#home-press .press--news .news--article .news--date {
  color: #0d0d0d;
  font-size: 12px;
  display: flex;
  align-items: center;
}

#home-press .press--news .news--article .news--date::before {
  content: "";
  background-color: #262626;
  display: inline-block;
  height: 8px;
  width: 8px;
  margin-right: 8px;
}

@media (min-width: 1068px) {
  #home-press .press--news .news--article .news--date::before {
    height: 12px;
    width: 12px;
  }
}
#home-press .press--news .news--article .news--title {
  font-size: 24px;
  line-height: 29px;
  font-weight: 400;
  padding: 24px 0 48px;
  margin: 0;
}

@media (min-width: 768px) {
  #home-press .press--news .news--article .news--title {
    font-size: 20px;
    line-height: 24px;
    padding: 10px 0 16px;
  }
}
@media (min-width: 1068px) {
  #home-press .press--news .news--article .news--title {
    padding: 16px 0 24px;
    height: 136px; /*4 lineas*/
  }
}
@media (min-width: 1860px) {
  #home-press .press--news .news--article .news--title {
    font-size: 36px;
    line-height: 40px;
    padding: 32px 0 44px;
    height: 236px;
  }
}
#home-press .press--news .news--article .title--link {
  display: block;
  color: #262626;
  text-decoration: none;
}

#home-press .press--news .news--article .title--link:hover + .source--link {
  color: #262626;
  border-color: #262626;
  background: #c5ff80;
}

#home-press .press--news .news--article .source--link {
  display: inline-block;
  color: #595959;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  border-bottom: 1px solid #595959;
}

@media (min-width: 1860px) {
  #home-press .press--news .news--article .source--link {
    font-size: 16px;
  }
}
#home-press .press--news .news--article .source--link:hover {
  color: #262626;
  border-color: #262626;
  background: #c5ff80;
}

#home-press .press--news .news--article__featured {
  border: none;
  padding: 0;
}

#home-press .press--news .news--article__featured .news--image {
  margin-bottom: 12px;
}

@media (min-width: 1068px) {
  #home-press .press--news .news--article__featured .news--image {
    margin-bottom: 44px;
  }
}
#home-press .press--news .news--article__featured .news--image .news--link {
  display: block;
}

#home-press .press--news .news--article__featured .news--title {
  font-size: 24px;
  line-height: 29px;
  height: 157px;
  padding: 24px 0 48px;
  margin: 0;
}

@media (min-width: 1068px) {
  #home-press .press--news .news--article__featured .news--title {
    font-size: 24px;
    line-height: 29px;
  }
}
@media (min-width: 1860px) {
  #home-press .press--news .news--article__featured .news--title {
    height: 254px;
    font-size: 36px;
    line-height: 40px;
  }
}
.contactus-top {
  margin-bottom: 48px;
  width: 100%;
}

.contactus-top img {
  width: 100%;
}

#contactus-form {
  padding: 48px 16px;
}

#contactus-form .contactus-form-title {
  font-weight: 400;
  font-size: 36px;
  max-width: 343px;
  line-height: 110.52%;
  color: #262626;
}

#contactus-form .contactus-form-aclaracion {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  margin-top: 16px;
}

#contactus-form .contactus-form-required {
  color: #ed695e;
}

#contactus-form .contactus-form-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #262626;
  margin-top: 24px;
  max-width: 280px;
}

#contactus-form .contactus-form-info {
  padding-top: 40px;
}

#contactus-form .contactus-form-info-line {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 32px;
}

#contactus-form .contactus-form-info-line.contactus-form-info-name {
  margin: 0;
}

#contactus-form .contactus-form-info-line .contactus-form-info-interested-label {
  margin-bottom: 16px !important;
  margin-top: 0 !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #262626;
  width: 100%;
}

#contactus-form label {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
}

#contactus-form .contactus-form-info-interested-checkboxes {
  display: flex;
  flex-direction: column;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #262626;
}

#contactus-form .contactus-form-info-interested-checkboxes .mb0 {
  margin-bottom: 0 !important;
}

#contactus-form .contactus-form-info-interested-checkboxes .contactus-form-info-interested-checkboxes-line {
  display: flex;
  justify-content: space-between;
  align-items: top;
  margin-bottom: 24px;
}

#contactus-form .contactus-form-info-interested-checkboxes .contactus-form-info-interested-checkboxes-line input {
  padding: 0;
  margin: 0 8px 0 0;
  height: 20px;
}

#contactus-form input {
  background: #3d3d3d;
  height: 40px;
  font-weight: 400;
  font-size: 14px;
  line-height: 12px;
  color: #868686;
  padding: 14px 16px;
  margin-top: 8px;
  border: none;
}

#contactus-form .contactus-form-info-message textarea {
  background: #3d3d3d;
  height: 78px;
  font-weight: 400;
  font-size: 14px;
  line-height: 12px;
  color: #868686;
  padding: 14px 16px;
  margin-top: 8px;
  border: none;
}

#contactus-form #contactus-form-form-submit {
  background: #c5ff80;
  margin-top: 28px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  justify-content: center;
  display: flex;
  align-items: center;
  text-align: center;
  border: none;
  width: 100%;
  color: #262626;
  font-family: "Inter";
  cursor: pointer;
  transition: all 0.3s ease;
}

#contactus-form #contactus-form-form-submit:hover {
  color: #fbfcfd;
  background: #262626;
}

#contactus-form-result {
  padding: 16px;
  height: 100%;
}

#contactus-form-result .contactus-form-info-thanks {
  background: #c5ff80;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0d0d0d;
  height: 40px;
  width: 100%;
}

@media (min-width: 1068px) {
  #contactus .contactus-form-info {
    padding-top: 0;
  }
  #contactus #contactus-top {
    flex: 1;
    max-width: 366px;
  }
  #contactus #contactus-top picture {
    display: block;
    height: 100%;
  }
  #contactus #contactus-top img {
    height: 100%;
    object-fit: cover;
  }
  #contactus .contactus-divs {
    display: flex;
    gap: 120px;
    flex-direction: row-reverse;
    height: 100%;
    width: 100%;
  }
  #contactus #contactus-form {
    gap: 120px;
    display: flex;
    flex-direction: row;
    width: auto;
    padding: 20px 0 0 64px;
    flex: 1;
  }
  #contactus .contactus-form-title {
    width: 390px;
    max-width: 390px;
    font-size: 48px;
    margin: 0;
    line-height: 58px;
  }
  #contactus .contactus-form-text {
    width: 400px;
    max-width: 400px;
    font-size: 24px;
    line-height: 29px;
  }
  #contactus-form .contactus-form-aclaracion {
    margin-top: 50px;
  }
}
@media (min-width: 1860px) {
  #contactus #contactus-top {
    flex: 1;
    max-width: 576px;
  }
  #contactus #contactus-top img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
  #contactus .contactus-divs {
    display: flex;
    gap: 180px;
    flex-direction: row-reverse;
    width: auto;
  }
  #contactus #contactus-form {
    gap: 180px;
    display: flex;
    flex-direction: row;
    width: auto;
    padding: 92px 0 0 64px;
    flex: 1;
  }
  #contactus .contactus-form-title {
    width: 624px;
    max-width: 624px;
    font-size: 72px;
    line-height: 87px;
  }
  #contactus .contactus-form-text {
    width: 465px;
    max-width: 465px;
    font-size: 40px;
    line-height: 48px;
  }
  #contactus-form .contactus-form-aclaracion {
    margin-top: 160px;
  }
}
.subtitle {
  background: #262626;
  display: inline-block;
  color: #fbfcfd;
  font-size: 14px;
  line-height: 1.2;
  padding: 0 4px;
  margin-bottom: 8px;
}

@media (min-width: 1068px) {
  .subtitle {
    font-size: 20px;
  }
}
::selection {
  background: #e3ffbc;
}

::-webkit-selection {
  background: #e3ffbc;
}

::-moz-selection {
  background: #e3ffbc;
}

.container {
  padding: 0 16px;
  min-height: 480px;
  margin: 0 auto;
}
@media (min-width: 1068px) {
  .container {
    padding: 0 64px;
    max-width: 1440px;
  }
}
@media (min-width: 1860px) {
  .container {
    padding: 0 64px;
    max-width: 1920px;
  }
}

h1, h2, h3, h4, h5 {
  margin: 0;
  font-weight: normal;
}

.approach-titles {
  font-size: 32px;
  line-height: 1.1;
}

.approach-titles .icon {
  margin: 0 0 25px 0;
  display: block;
  width: 32px;
}

.approach-titles sup {
  font-size: 14px;
  line-height: 1;
  top: -13px;
  left: 8px;
}

@media (min-width: 1068px) {
  .approach-titles {
    font-size: 72px;
  }
  .approach-titles .icon {
    margin: 0 50px 0 0;
    display: inline-block;
    width: 52px;
  }
  .approach-titles sup {
    font-size: 24px;
    line-height: 1;
    top: -35px;
    left: 16px;
  }
}
@media (min-width: 1860px) {
  .approach-titles {
    font-size: 96px;
  }
  .approach-titles .icon {
    margin: 0 88px 2px 0;
    width: 64px;
  }
  .approach-titles sup {
    font-size: 36px;
    line-height: 1;
    top: -44px;
    left: 16px;
  }
}
#approach-top {
  background: url(../../img/approach/top-zero-mobile.png) no-repeat #D4FFA0;
  background-position: center center;
  border-bottom: 1px solid #262626;
  margin-bottom: 325px;
}
@media (min-width: 1068px) {
  #approach-top {
    background: url(../../img/approach/top-zero-desktop-small.png) no-repeat #E3FFBC;
    background-position: 75% bottom;
    margin-bottom: 0;
  }
}
@media (min-width: 1860px) {
  #approach-top {
    background: url(../../img/approach/top-zero-desktop-wide.png) no-repeat #E3FFBC;
    background-position: 75% bottom;
  }
}
#approach-top .container {
  min-height: 483px;
  padding: 0 16px;
  position: relative;
}
@media (min-width: 370px) {
  #approach-top .container {
    min-height: 380px;
  }
}
@media (min-width: 1068px) {
  #approach-top .container {
    padding: 0 64px;
    min-height: 657px;
  }
}
@media (min-width: 1860px) {
  #approach-top .container {
    min-height: 900px;
  }
}
#approach-top .container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 16px;
  width: 1px;
  height: 100%;
  background: #262626;
}
@media (min-width: 1068px) {
  #approach-top .container::before {
    left: 32px;
  }
}
@media (min-width: 1860px) {
  #approach-top .container::before {
    left: 64px;
  }
}
#approach-top .container::after {
  content: "";
  position: absolute;
  top: 0;
  right: 16px;
  width: 1px;
  height: 100%;
  background: #262626;
}
@media (min-width: 1068px) {
  #approach-top .container::after {
    right: 32px;
  }
}
@media (min-width: 1860px) {
  #approach-top .container::after {
    right: 64px;
  }
}
#approach-top .intro {
  transform: translateY(550px);
  font-size: 24px;
  line-height: 29px;
  font-weight: 400;
  padding: 0 16px 48px 0;
}
@media (min-width: 370px) {
  #approach-top .intro {
    transform: translateY(430px);
  }
}
@media (min-width: 1068px) {
  #approach-top .intro {
    transform: translateY(0px);
    font-size: 60px;
    line-height: 68px;
    padding: 120px 0 88px 0;
  }
}
@media (min-width: 1860px) {
  #approach-top .intro {
    font-size: 72px;
    line-height: 87px;
    padding: 160px 0 88px 32px;
  }
}
#approach-top .intro br {
  display: none;
}
@media (min-width: 1068px) {
  #approach-top .intro br {
    display: block;
  }
}
#approach-top .intro span {
  display: none;
}
@media (min-width: 1068px) {
  #approach-top .intro span {
    display: inline;
  }
}
#approach-top .button-get-started {
  transform: translateY(550px);
  width: 100%;
  height: 40px;
  background: #262626;
  color: #fbfcfd;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  font-weight: 500;
  transition: all 0.3s ease;
  display: block;
  text-decoration: none;
}
@media (min-width: 370px) {
  #approach-top .button-get-started {
    transform: translateY(420px);
  }
}
@media (min-width: 1068px) {
  #approach-top .button-get-started {
    transform: translateY(0px);
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    width: 328px;
  }
}
@media (min-width: 1860px) {
  #approach-top .button-get-started {
    font-size: 16px;
    height: 48px;
    line-height: 48px;
    margin-left: 32px;
  }
}
#approach-top .button-get-started:hover {
  cursor: pointer;
  background: #3D3D3D;
  text-decoration: none;
}

#approach-ourprocess .container {
  display: flex;
  flex-wrap: wrap;
  padding-top: 106px;
  padding-bottom: 90px;
}
@media (min-width: 1068px) {
  #approach-ourprocess .container {
    padding-top: 106px;
    padding-bottom: 180px;
  }
}
@media (min-width: 1860px) {
  #approach-ourprocess .container {
    padding-top: 160px;
    padding-bottom: 240px;
  }
}
#approach-ourprocess .image {
  width: 100%;
  padding: 0 0 0 0;
}
@media (min-width: 1068px) {
  #approach-ourprocess .image {
    width: 50%;
    padding: 0 64px 0 0;
  }
}
@media (min-width: 1860px) {
  #approach-ourprocess .image {
    padding: 0 88px 0 0;
  }
}
#approach-ourprocess .text-content {
  width: 100%;
  padding: 48px 0 0 0;
}
@media (min-width: 1068px) {
  #approach-ourprocess .text-content {
    width: 50%;
    padding: 0;
    align-self: center;
  }
}
#approach-ourprocess .text-content .process-title {
  font-weight: 400;
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 24px;
}
@media (min-width: 1068px) {
  #approach-ourprocess .text-content .process-title {
    font-size: 60px;
    line-height: 68px;
    margin-bottom: 48px;
  }
}
@media (min-width: 1860px) {
  #approach-ourprocess .text-content .process-title {
    font-size: 72px;
    line-height: 87px;
    margin-bottom: 40px;
  }
}
#approach-ourprocess .text-content p {
  font-size: 16px;
  line-height: 19px;
  margin: 0 0 15px 0;
}
#approach-ourprocess .text-content p br {
  display: none;
}
@media (min-width: 1068px) {
  #approach-ourprocess .text-content p br {
    display: block;
  }
}
@media (min-width: 1068px) {
  #approach-ourprocess .text-content p {
    font-size: 24px;
    line-height: 29px;
  }
}
@media (min-width: 1860px) {
  #approach-ourprocess .text-content p {
    font-size: 36px;
    line-height: 40px;
  }
}

#approach-integration .mobile-design {
  display: flex;
  flex-wrap: wrap;
  padding-top: 50px;
}
#approach-integration .mobile-design .lines {
  width: 10%;
}
#approach-integration .mobile-design .lines .line1 {
  background: #262626;
  width: 1px;
  height: 270px;
  margin: 15px auto 0 auto;
  position: relative;
}
#approach-integration .mobile-design .lines .line1::before {
  content: "";
  height: 7px;
  width: 7px;
  background: #262626;
  display: block;
  position: absolute;
  top: -3px;
  margin-left: -3px;
}
#approach-integration .mobile-design .lines .line1::after {
  content: "";
  height: 7px;
  width: 7px;
  background: #262626;
  display: block;
  position: absolute;
  bottom: -3px;
  margin-left: -3px;
}
#approach-integration .mobile-design .lines .line2 {
  background: #262626;
  width: 1px;
  height: 270px;
  margin: 0 auto 0 auto;
  position: relative;
}
#approach-integration .mobile-design .lines .line2::before {
  content: "";
  height: 7px;
  width: 7px;
  background: #262626;
  display: block;
  position: absolute;
  bottom: -3px;
  margin-left: -3px;
}
#approach-integration .mobile-design .text-content {
  width: 90%;
  padding-left: 7%;
  padding-bottom: 24px;
}
#approach-integration .mobile-design .text-content .text {
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 72px;
  width: 244px;
}
#approach-integration .mobile-design .text-content .text img {
  display: block;
  margin-bottom: 22px;
}
@media (min-width: 1068px) {
  #approach-integration .mobile-design {
    display: none;
  }
}
#approach-integration .desktop-design {
  display: none;
}
@media (min-width: 1068px) {
  #approach-integration .desktop-design {
    display: flex;
    flex-wrap: wrap;
    margin-top: 55px;
  }
}
#approach-integration .desktop-design .text-content {
  width: 50%;
}
@media (min-width: 1068px) {
  #approach-integration .desktop-design .text-content .text {
    font-size: 20px;
    line-height: 24px;
    position: relative;
    padding: 90px 105px 27px 150px;
  }
  #approach-integration .desktop-design .text-content .text::before {
    content: "";
    width: 12px;
    height: 12px;
    background: #262626;
    position: absolute;
    top: 92px;
    left: 108px;
  }
}
@media (min-width: 1860px) {
  #approach-integration .desktop-design .text-content .text {
    font-size: 32px;
    line-height: 36px;
    padding: 75px 0 25px 215px;
  }
  #approach-integration .desktop-design .text-content .text::before {
    top: 80px;
    left: 160px;
  }
}
#approach-integration .desktop-design .image {
  width: 50%;
  text-align: center;
  position: relative;
}
#approach-integration .desktop-design .image .rectangle {
  width: 252px;
  background: #E3FFBC;
  height: 900px;
  margin: 0 auto;
}
#approach-integration .desktop-design .image img {
  position: absolute;
  top: 75px;
  left: 50%;
  margin-left: -163px;
}

#approach-robust {
  background: url(../../img/approach/robust_mobile.jpg) no-repeat #333333;
  background-position: center;
  background-size: auto 100%;
}
@media (min-width: 1068px) {
  #approach-robust {
    background: url(../../img/approach/robust_1366.jpg) no-repeat #262626;
    background-position: center;
    background-size: auto 100%;
  }
}
@media (min-width: 1860px) {
  #approach-robust {
    background: url(../../img/approach/robust_1920.jpg) no-repeat #262626;
    background-position: center;
    background-size: auto 100%;
  }
}
#approach-robust .container {
  position: relative;
  min-height: 646px;
}
@media (min-width: 1068px) {
  #approach-robust .container {
    max-width: 1366px;
    min-height: 507px;
    margin: 0 auto;
  }
}
@media (min-width: 1860px) {
  #approach-robust .container {
    max-width: 1920px;
    min-height: 670px;
    margin: 0 auto;
  }
}
#approach-robust .txt-wrapper {
  background: #262626;
  width: 288px;
  height: 336px;
  padding: 64px 24px 0;
  position: absolute;
  top: 47px;
  left: 50%;
  margin-left: -144px;
}
@media (min-width: 1068px) {
  #approach-robust .txt-wrapper {
    border: 1px solid #373737;
    padding: 48px 48px 0 32px;
    width: 423px;
    height: 423px;
    top: 42px;
    left: 30px;
    margin: 0;
  }
}
@media (min-width: 1860px) {
  #approach-robust .txt-wrapper {
    padding: 56px 32px 0;
    width: 445px;
    height: 445px;
    top: 111px;
    left: 62px;
    margin: 0;
  }
}
#approach-robust .txt-wrapper .txt-main {
  color: #fbfcfd;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 24px;
}
@media (min-width: 1068px) {
  #approach-robust .txt-wrapper .txt-main {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 66px;
  }
}
@media (min-width: 1860px) {
  #approach-robust .txt-wrapper .txt-main {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 48px;
  }
}
#approach-robust .txt-wrapper .txt-secondary {
  color: #CCC2FF;
  font-size: 16px;
  line-height: 19px;
}
@media (min-width: 1068px) {
  #approach-robust .txt-wrapper .txt-secondary {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 1860px) {
  #approach-robust .txt-wrapper .txt-secondary {
    font-size: 24px;
    line-height: 29px;
  }
}

#approach-quantification .container {
  padding-top: 112px;
}
@media (min-width: 1068px) {
  #approach-quantification .container {
    padding-top: 180px;
  }
}
@media (min-width: 1860px) {
  #approach-quantification .container {
    padding-top: 240px;
  }
}
#approach-quantification .flex {
  display: flex;
  flex-wrap: wrap;
  padding-top: 72px;
}
@media (min-width: 1068px) {
  #approach-quantification .flex {
    padding-top: 94px;
  }
}
@media (min-width: 1860px) {
  #approach-quantification .flex {
    padding-top: 136px;
  }
}
#approach-quantification .flex .texts {
  width: 100%;
  font-size: 16px;
  line-height: 19px;
}
@media (min-width: 1068px) {
  #approach-quantification .flex .texts {
    width: 50%;
    font-size: 24px;
    line-height: 29px;
  }
}
@media (min-width: 1860px) {
  #approach-quantification .flex .texts {
    font-size: 32px;
    line-height: 36px;
  }
}
#approach-quantification .flex .images {
  width: 100%;
}
@media (min-width: 1068px) {
  #approach-quantification .flex .images {
    width: 50%;
  }
}
#approach-quantification .flex #txt1 {
  padding: 64px 0 0 0;
  order: 2;
}
@media (min-width: 1068px) {
  #approach-quantification .flex #txt1 {
    padding: 112px 140px 0 100px;
    order: 1;
  }
}
@media (min-width: 1860px) {
  #approach-quantification .flex #txt1 {
    padding: 164px 0 0 140px;
  }
}
#approach-quantification .flex #txt2 {
  order: 4;
  padding: 64px 0 128px 0;
}
@media (min-width: 1068px) {
  #approach-quantification .flex #txt2 {
    padding: 159px 64px 0 64px;
  }
}
@media (min-width: 1860px) {
  #approach-quantification .flex #txt2 {
    padding: 240px 64px 0 120px;
  }
}
#approach-quantification .flex #img1 {
  order: 1;
  transform: translateX(16px);
}
@media (min-width: 1068px) {
  #approach-quantification .flex #img1 {
    order: 2;
    text-align: right;
    transform: translateX(32px);
  }
}
@media (min-width: 1860px) {
  #approach-quantification .flex #img1 {
    transform: translateX(0);
  }
}
#approach-quantification .flex #img2 {
  order: 3;
  padding: 80px 0 0 0;
  transform: translateX(-16px);
  position: relative;
}
@media (min-width: 1068px) {
  #approach-quantification .flex #img2 {
    padding: 160px 0 180px 0;
    transform: translateX(-64px);
  }
}
@media (min-width: 1860px) {
  #approach-quantification .flex #img2 {
    padding: 213px 0 200px 0;
    transform: translateX(0);
  }
}
#approach-quantification .flex #img2 .bg {
  display: none;
}
@media (min-width: 1068px) {
  #approach-quantification .flex #img2 .bg {
    display: block;
    position: absolute;
    top: -60px;
    left: 0;
    z-index: -99;
  }
}
#approach-quantification .flex .polygon {
  border-left: 6px solid #C5FF80;
  padding-left: 16px;
  margin-top: 40px;
  width: auto;
}
@media (min-width: 1068px) {
  #approach-quantification .flex .polygon {
    margin-top: 67px;
  }
}
@media (min-width: 1860px) {
  #approach-quantification .flex .polygon {
    margin-top: 102px;
  }
}
#approach-quantification .flex .polygon p {
  font-size: 12px;
  line-height: 14px;
  margin: 0 0 15px 0;
  color: #595959;
}
@media (min-width: 1068px) {
  #approach-quantification .flex .polygon p {
    font-size: 14px;
    line-height: 17px;
  }
}
@media (min-width: 1860px) {
  #approach-quantification .flex .polygon p {
    font-size: 16px;
    line-height: 19px;
  }
}
#approach-quantification .flex .polygon img {
  margin: 0 0 15px 0;
}

#approach-paris {
  background: url(../../img/approach/paris_mobile.jpg) no-repeat #333333;
  background-position: center;
  background-size: cover;
  padding-top: 48px;
  position: relative;
}
@media (min-width: 1068px) {
  #approach-paris {
    background: url(../../img/approach/paris_1366.png) no-repeat #333333;
    background-position: center;
    background-size: cover;
    padding-top: 0;
  }
}
@media (min-width: 1860px) {
  #approach-paris {
    background: url(../../img/approach/paris_1920.png) no-repeat #333333;
    background-position: center;
    background-size: cover;
  }
}
#approach-paris .container {
  min-height: 648px;
  position: relative;
}
@media (min-width: 1068px) {
  #approach-paris .container {
    min-height: 480px;
  }
}
@media (min-width: 1860px) {
  #approach-paris .container {
    min-height: 672px;
  }
}
#approach-paris .text-wrapper {
  width: 288px;
  height: 336px;
  margin: 0 auto;
  padding: 48px 24px 0 24px;
  background: #262626;
  color: #CCC2FF;
}
@media (min-width: 1068px) {
  #approach-paris .text-wrapper {
    width: 400px;
    height: 400px;
    position: absolute;
    left: 64px;
    top: 40px;
  }
}
@media (min-width: 1860px) {
  #approach-paris .text-wrapper {
    width: 448px;
    height: 448px;
    position: absolute;
    left: 64px;
    top: 112px;
  }
}
#approach-paris .text-wrapper img {
  width: 159px;
  margin: 0 0 15px 0;
}
@media (min-width: 1068px) {
  #approach-paris .text-wrapper img {
    width: 252px;
  }
}
@media (min-width: 1860px) {
  #approach-paris .text-wrapper img {
    width: 283px;
  }
}
#approach-paris .text-wrapper p {
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 15px 0;
}
@media (min-width: 1860px) {
  #approach-paris .text-wrapper p {
    font-size: 26px;
    line-height: 31px;
  }
}

#approach-monetization {
  position: relative;
  padding: 128px 0;
}
@media (min-width: 1068px) {
  #approach-monetization {
    padding: 180px 0 0 0;
  }
}
@media (min-width: 1860px) {
  #approach-monetization {
    padding: 240px 0 0 0;
  }
}
#approach-monetization .container {
  min-height: auto;
  position: relative;
}
#approach-monetization .monetization-text-desktop {
  display: none;
}
@media (min-width: 1068px) {
  #approach-monetization .monetization-text-desktop {
    display: block;
    padding: 163px 0 148px 107px;
  }
}
@media (min-width: 1860px) {
  #approach-monetization .monetization-text-desktop {
    padding: 240px 0 284px 160px;
  }
}
#approach-monetization .monetization-text-desktop p {
  font-size: 24px;
  line-height: 29px;
  margin: 0 0 15px 0;
}
@media (min-width: 1860px) {
  #approach-monetization .monetization-text-desktop p {
    font-size: 32px;
    line-height: 36px;
  }
}
#approach-monetization .monetization-image-desktop {
  display: none;
}
@media (min-width: 1068px) {
  #approach-monetization .monetization-image-desktop {
    display: block;
    position: absolute;
    top: 12px;
    right: 0;
    z-index: -1;
    border: 1px solid #262626;
    transform: translateX(36%);
  }
}
#approach-monetization .monetization-image-desktop img {
  display: block;
  height: 560px;
}
@media (min-width: 1860px) {
  #approach-monetization .monetization-image-desktop img {
    height: 720px;
  }
}
#approach-monetization .monetization-text-mobile {
  padding: 24px 0 65px 0;
}
@media (min-width: 1068px) {
  #approach-monetization .monetization-text-mobile {
    display: none;
  }
}
#approach-monetization .monetization-text-mobile p {
  font-size: 16px;
  line-height: 19px;
  margin: 0 0 15px 0;
}
#approach-monetization .monetization-text-mobile p br {
  display: none;
}
#approach-monetization .monetization-image-mobile {
  display: block;
  text-align: right;
  margin-right: -16px;
}
#approach-monetization .monetization-image-mobile img {
  height: 348px;
}
@media (min-width: 1068px) {
  #approach-monetization .monetization-image-mobile {
    display: none;
  }
}
#approach-monetization .insights-graphic {
  background: #333333;
  height: auto;
  padding-top: 48px;
  margin-bottom: 56px;
  position: relative;
}
@media (min-width: 1068px) {
  #approach-monetization .insights-graphic {
    height: 480px;
    padding-top: 40px;
    margin-bottom: 0;
  }
}
@media (min-width: 1860px) {
  #approach-monetization .insights-graphic {
    height: 672px;
    padding-top: 112px;
  }
}
#approach-monetization .insights-graphic .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
}
@media (min-width: 1068px) {
  #approach-monetization .insights-graphic .flex {
    padding: 0 64px;
  }
}
@media (min-width: 1860px) {
  #approach-monetization .insights-graphic .flex {
    padding: 0 64px;
  }
}
#approach-monetization .insights-graphic .text-block {
  font-size: 20px;
  line-height: 24px;
  background: #262626;
  margin: 0 auto;
  width: 288px;
  height: 200px;
  color: #CCC2FF;
  padding: 40px 0 0 24px;
}
@media (min-width: 1068px) {
  #approach-monetization .insights-graphic .text-block {
    width: 400px;
    height: 400px;
    font-size: 28px;
    line-height: 34px;
    padding: 48px 0 0 32px;
    border: 1px solid #CCC2FF;
    margin: 0;
  }
}
@media (min-width: 1860px) {
  #approach-monetization .insights-graphic .text-block {
    width: 448px;
    height: 448px;
    font-size: 32px;
    line-height: 36px;
    padding: 56px 0 0 32px;
    border: 1px solid #CCC2FF;
  }
}
#approach-monetization .insights-graphic .graphic {
  width: 100%;
  margin: 100px auto 0 auto;
}
@media (min-width: 1068px) {
  #approach-monetization .insights-graphic .graphic {
    width: 62%;
    margin: 0;
  }
}
@media (min-width: 1860px) {
  #approach-monetization .insights-graphic .graphic {
    width: 74%;
  }
}
#approach-monetization .insights-graphic .graphic img {
  display: block;
  height: auto;
  margin: 0 auto;
}
@media (min-width: 1068px) {
  #approach-monetization .insights-graphic .graphic img {
    height: 400px;
    margin: 0;
  }
}
@media (min-width: 1860px) {
  #approach-monetization .insights-graphic .graphic img {
    height: 448px;
  }
}

#approach-start {
  background: url(../../img/approach/start-bg_mobile.svg) no-repeat;
  background-position: top center;
  background-size: 100% auto;
}
@media (min-width: 1068px) {
  #approach-start {
    background: url(../../img/approach/start-bg_1366.svg) no-repeat;
    background-position: center center;
    background-size: 100% auto;
  }
}
@media (min-width: 1860px) {
  #approach-start {
    background: url(../../img/approach/start-bg_1920.svg) no-repeat;
    background-position: center center;
    background-size: 100% auto;
  }
}
#approach-start .wrapper {
  position: relative;
  padding: 185px 0 264px 0;
}
@media (min-width: 1068px) {
  #approach-start .wrapper {
    padding: 356px 0 338px 34%;
  }
}
@media (min-width: 1860px) {
  #approach-start .wrapper {
    padding: 384px 0 489px 27%;
  }
}
#approach-start .gradient-text {
  font-size: 30px;
  line-height: 36px;
  background: linear-gradient(94.45deg, #9A90FF 15%, #1C1C1C 64%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  padding: 0 0 32px 0;
}
@media (min-width: 1068px) {
  #approach-start .gradient-text {
    font-size: 72px;
    line-height: 87px;
    padding: 0 0 48px 0;
  }
}
@media (min-width: 1860px) {
  #approach-start .gradient-text {
    font-size: 96px;
    line-height: 112px;
    padding: 0 0 56px 0;
  }
}
#approach-start .button-get-started {
  width: 100%;
  height: 40px;
  background: #262626;
  color: #fbfcfd;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  font-weight: 500;
  transition: all 0.3s ease;
  display: block;
  text-decoration: none;
}
@media (min-width: 1068px) {
  #approach-start .button-get-started {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    width: 328px;
  }
}
@media (min-width: 1860px) {
  #approach-start .button-get-started {
    font-size: 16px;
    height: 48px;
    line-height: 48px;
  }
}
#approach-start .button-get-started:hover {
  cursor: pointer;
  background: #c5ff80;
  color: #262626;
  text-decoration: none;
}
#approach-start .line {
  height: 1px;
  width: 250px;
  position: absolute;
  top: -132px;
  left: 48%;
  background: #9b91ff;
  background: -moz-linear-gradient(right, #9b91ff 0%, #262626 100%);
  background: -webkit-linear-gradient(right, #9b91ff 0%, #262626 100%);
  background: linear-gradient(to right, #9b91ff 0%, #262626 100%);
  transform: rotate(90deg);
  transform-origin: top left;
}
#approach-start .line::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background: #262626;
  top: -3px;
  right: 0;
  position: absolute;
}
@media (min-width: 1068px) {
  #approach-start .line {
    display: none;
  }
}

/* Mixins
     ========================================================================== */
/*** MEDIA QUERIES MIXIN ***/
html,
body,
figure,
source {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  color: #262626;
  font-weight: 400;
  overflow-x: hidden;
  background: #fbfcfd;
}

@media (min-width: 1068px) {
  body#contactus {
    overflow: hidden;
  }
}
.container {
  width: 100%;
}

.primary-link {
  width: 100%;
  height: 40px;
  background: #262626;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: #fbfcfd;
  mix-blend-mode: normal;
}

@media (min-width: 1860px) {
  .primary-link {
    font-size: 16px;
    height: 48px;
  }
}
#home-top {
  overflow: hidden;
}

@media (min-width: 1068px) {
  #home-top {
    max-height: 440px;
  }
}
@media (min-width: 1366px) {
  #home-top {
    max-height: 540px;
  }
}
#home-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#home-unleash {
  padding: 40px 16px 0;
  position: relative;
}

@media (min-width: 1068px) {
  #home-unleash {
    padding: 58px 64px 180px;
  }
}
@media (min-width: 1860px) {
  #home-unleash {
    padding-top: 160px;
  }
}
#home-unleash .home-unleash-arrow {
  position: absolute;
  top: 170px;
  right: 16px;
  width: 23px;
  height: 23px;
  transition: 0.3s ease all;
}

@media (min-width: 1068px) {
  #home-unleash .home-unleash-arrow {
    width: 46px;
    height: 46px;
    top: 142px;
  }
}
@media (min-width: 1860px) {
  #home-unleash .home-unleash-arrow {
    right: 64px;
    top: 270px;
  }
}
#home-unleash .home-unleash-arrow:hover {
  transform: translateY(10px);
}

#home-unleash .home-unleash-arrow svg {
  width: 100%;
}

#home-unleash .home-unleash-line {
  height: 170px;
  width: 1px;
  background: #262626;
  margin: 15px auto 0 auto;
}

@media (min-width: 1068px) {
  #home-unleash .home-unleash-line {
    display: none;
  }
}
#home-unleash .home-unleash-line::before {
  content: "";
  height: 7px;
  width: 7px;
  background: #262626;
  display: block;
  margin-left: -3px;
}

#home-unleash .home-unleash-title {
  font-weight: 400;
  font-size: 36px;
  line-height: 1.2;
  margin: 0 0 88px;
  position: relative;
}

#home-unleash .home-unleash-title span {
  display: block;
}

@media (min-width: 1068px) {
  #home-unleash .home-unleash-title span {
    display: inline;
  }
}
@media (min-width: 1068px) {
  #home-unleash .home-unleash-title {
    font-size: 60px;
    max-width: 922px;
  }
}
@media (min-width: 1860px) {
  #home-unleash .home-unleash-title {
    font-size: 72px;
    max-width: 1010px;
    margin-bottom: 140px;
  }
}
#home-unleash .home-unleash--content {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

@media (min-width: 1068px) {
  #home-unleash .home-unleash--content {
    max-width: 836px;
    margin: auto;
  }
}
@media (min-width: 1860px) {
  #home-unleash .home-unleash--content {
    max-width: 1000px;
  }
}
#home-unleash .home-unleash-texto {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  margin: 0 0 90px;
}

@media (min-width: 1068px) {
  #home-unleash .home-unleash-texto {
    margin: 0 0 56px;
    font-size: 36px;
  }
}
@media (min-width: 1860px) {
  #home-unleash .home-unleash-texto {
    font-size: 40px;
  }
}
#home-unleash .home-unleash-link {
  transition: all 0.3s ease;
}

@media (min-width: 1068px) {
  #home-unleash .home-unleash-link {
    max-width: 328px;
  }
}
#home-unleash .home-unleash-link:hover {
  background: #c5ff80;
  color: #262626;
}

#home-climate-crisis {
  background: #1c1c1c;
  padding-bottom: 44px;
}

@media (min-width: 1366px) {
  #home-climate-crisis {
    padding-bottom: 108px;
    margin: 0 64px;
  }
}
@media (min-width: 1860px) {
  #home-climate-crisis {
    padding-bottom: 215px;
  }
}
#home-climate-crisis .crisis--cover {
  margin-bottom: 64px;
}

@media (min-width: 1366px) {
  #home-climate-crisis .crisis--cover {
    margin-bottom: 115px;
  }
}
@media (min-width: 1860px) {
  #home-climate-crisis .crisis--cover {
    margin-bottom: 169px;
  }
}
#home-climate-crisis .crisis--cover img {
  width: 100%;
}

#home-climate-crisis .crisis--content {
  padding: 0 24px;
}

@media (min-width: 1068px) {
  #home-climate-crisis .crisis--content {
    padding: 0 105px;
  }
}
@media (min-width: 1860px) {
  #home-climate-crisis .crisis--content {
    padding: 0 152px;
  }
}
#home-climate-crisis .crisis--content .home-climate-crisis-title {
  color: #fbfcfd;
  display: flex;
  font-size: 36px;
  line-height: 40px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 32px 0;
}

@media (min-width: 1366px) {
  #home-climate-crisis .crisis--content .home-climate-crisis-title {
    font-size: 60px;
    line-height: 68px;
    margin: 0 0 98px 0;
  }
}
@media (min-width: 1860px) {
  #home-climate-crisis .crisis--content .home-climate-crisis-title {
    margin: 0 0 73px 0;
  }
}
#home-climate-crisis .crisis--content .subtitle {
  background: #D4FFA0;
  color: #262626;
  margin-bottom: 12px;
}

#home-climate-crisis .home-climate-crisis-slider {
  padding: 16px 16px 46px;
}

@media (min-width: 1068px) {
  #home-climate-crisis .home-climate-crisis-slider {
    padding: 0 105px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 5%;
    align-items: self-start;
  }
}
@media (min-width: 1860px) {
  #home-climate-crisis .home-climate-crisis-slider {
    padding: 0 152px;
  }
}
#home-climate-crisis .home-climate-crisis-slider .slick-slide {
  padding: 0 8px;
}

#home-climate-crisis .home-climate-crisis-slider .slick-dots {
  display: flex;
  gap: 8px;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  padding: 0 16px;
}

#home-climate-crisis .home-climate-crisis-slider .slick-dots li {
  flex: auto;
}

#home-climate-crisis .home-climate-crisis-slider .slick-dots li.slick-active button {
  background-color: #fbfcfd;
  height: 4px;
}

#home-climate-crisis .home-climate-crisis-slider .slick-dots li button {
  border: none;
  background-color: #a6a6a6;
  font-size: 0;
  height: 1px;
  width: 100%;
  transform: all 0.2 ease-in-out;
}

#home-climate-crisis .home-climate-crisis-animated-image {
  width: 100%;
}

#home-climate-crisis .home-climate-crisis-box-texto {
  display: block;
  padding: 0px;
  margin-top: 32px;
  margin-bottom: 19px;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #fbfcfd;
}

@media (min-width: 1068px) {
  #home-climate-crisis .home-climate-crisis-box-texto {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 1860px) {
  #home-climate-crisis .home-climate-crisis-box-texto {
    font-size: 24px;
    line-height: 29px;
  }
}
#home-climate-crisis .home-climate-crisis-box-texto .green {
  color: #c5ff80;
}

#home-climate-crisis .home-climate-clisis-box-corchete {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #fbfcfd;
  width: 100%;
  margin-top: 5px;
  display: block;
}

@media (min-width: 1860px) {
  #home-climate-crisis .home-climate-clisis-box-corchete {
    font-size: 16px;
    line-height: 19px;
    margin-top: 15px;
  }
}
#home-climate-crisis .home-climate-crisis-box-source {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  margin-top: 15px;
  color: #a6a6a6;
}

@media (min-width: 1860px) {
  #home-climate-crisis .home-climate-crisis-box-source {
    font-size: 16px;
    line-height: 19px;
  }
}
#home-projects {
  padding: 0 16px 132px;
  width: 100%;
}

@media (min-width: 1068px) {
  #home-projects {
    display: grid;
    grid-template-columns: 400px minmax(0, 1fr);
    grid-template-rows: 1fr;
    gap: 16px;
    padding: 146px 0 150px 64px;
    position: relative;
  }
}
@media (min-width: 1860px) {
  #home-projects {
    grid-template-columns: 646px minmax(0, 1fr);
    padding: 146px 0 181px 64px;
  }
}
#home-projects .home-projects-line {
  height: 146px;
  width: 1px;
  background: #262626;
  margin: 0 auto 20px auto;
  position: relative;
}

@media (min-width: 1068px) {
  #home-projects .home-projects-line {
    display: none;
  }
}
#home-projects .home-projects-line::after {
  content: "";
  height: 7px;
  width: 7px;
  background: #262626;
  display: block;
  margin-left: -3px;
  position: absolute;
  bottom: 0;
}

#home-projects .projects--content {
  display: block;
  margin-bottom: 32px;
}

@media (min-width: 1068px) {
  #home-projects .projects--content {
    margin-bottom: 0;
  }
}
#home-projects .projects--content .home-projects-title {
  font-size: 36px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #262626;
}

@media (min-width: 1068px) {
  #home-projects .projects--content .home-projects-title {
    font-size: 60px;
  }
}
@media (min-width: 1860px) {
  #home-projects .projects--content .home-projects-title {
    font-size: 72px;
  }
}
#home-projects .home-projects-slider {
  width: 100%;
}

#home-projects .home-projects-slider .slick-slide {
  height: auto !important;
  max-width: 100%;
  margin: 0 8px;
}

@media (min-width: 1068px) {
  #home-projects .home-projects-slider .slick-slide {
    margin: 0 12px;
  }
}
#home-projects .home-projects-slider .slick-slide > div {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#home-projects .home-projects-slider .slick-track {
  display: flex !important;
}

#home-projects .home-projects-slider .slick-dots {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  list-style-type: none;
  margin: 25px auto 0;
  width: 100%;
}

@media (min-width: 1068px) {
  #home-projects .home-projects-slider .slick-dots {
    max-width: 260px;
  }
}
@media (min-width: 1366px) {
  #home-projects .home-projects-slider .slick-dots {
    margin: 32px auto 0;
  }
}
#home-projects .home-projects-slider .slick-dots li {
  display: flex;
  cursor: pointer;
  padding: 8px 0;
  width: 100%;
}

#home-projects .home-projects-slider .slick-dots li button {
  cursor: pointer;
  font-size: 0;
  width: 100%;
  height: 1px;
  border: none;
  background-color: #868686;
}

#home-projects .home-projects-slider .slick-dots li.slick-active button {
  background-color: #262626;
  height: 4px;
}

#home-projects .home-projects-sliderbox-text-location {
  font-weight: 500;
  font-size: 14px;
  display: flex;
  border-width: 0px 0px 0px 1px;
  border-style: solid;
  height: 30px;
  width: 51px;
  justify-content: center;
  align-items: center;
  border-color: #868686;
  line-height: 17px;
  color: #262626;
}

#home-projects .home-projects-sliderbox-text-location img {
  margin-right: 1px;
}

#home-projects .home-projects-sliderbox-text-location span {
  margin-left: 1px;
}

#home-projects .home-projects-sliderbox {
  padding: 30px 16px 16px;
  height: 100%;
  border: 1px solid #262626;
  position: relative;
}

#home-projects .home-projects-sliderbox-contact {
  justify-content: space-between;
  display: flex !important;
  flex-direction: column;
}

#home-projects .home-projects-sliderbox-contact-top {
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  color: #262626;
  height: auto;
}

#home-projects .home-projects-sliderbox-contact-bottom {
  background: #e3ffbc;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-top: 1px solid #262626;
  height: 270px;
  margin: 0 -15px -15px;
  width: calc(100% + 30px);
}

#home-projects .home-projects-sliderbox-contact-bottom svg {
  height: 192px;
}

#home-projects .home-projects-sliderbox-contact-bottom svg .circulo {
  transition: 0.3s ease all;
  fill: #0D0D0D;
}

#home-projects .home-projects-sliderbox-contact-bottom:hover > svg .circulo {
  fill: #333333;
}

#home-projects .home-projects-sliderbox-text {
  display: flex;
  justify-content: space-between;
}

#home-projects .home-projects-sliderbox-image {
  padding: 16px 0;
  border-bottom: 1px solid #868686;
  border-top: 1px solid #868686;
}

#home-projects .home-projects-sliderbox-image img {
  width: 100%;
}

#home-projects .home-projects-sliderbox-text-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #262626;
  height: 30px;
  display: flex;
  align-items: center;
}

#home-projects .home-projects-sliderbox-text-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  margin: 12px 0 17px;
  color: #262626;
}

#home-projects .home-projects-sliderbox-text-tags {
  display: flex;
  margin-bottom: 38px;
}

#home-projects .home-projects-sliderbox-text-tags-item {
  border: 0.5px solid #776de1;
  border-radius: 28px;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  display: flex;
  align-items: center;
  padding: 4px 12px;
  margin-right: 6px;
  color: #776de1;
  justify-content: center;
  mix-blend-mode: normal;
  text-transform: lowercase;
  flex: none;
  order: 0;
  flex-grow: 0;
}

#home-projects .home-projects-sliderbox-text-link {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  margin-left: auto;
  margin-top: auto;
  text-decoration-line: underline;
  display: block;
  color: #595959;
  position: absolute;
  bottom: 16px;
  right: 16px;
}

#home-projects .link-full-project-card {
  text-decoration: none;
  height: 100%;
}

#home-projects .link-full-project-card:hover .home-projects-sliderbox-text-link {
  background: #c5ff80;
  color: #262626;
}

#home-projects .home-projects-arrow {
  display: none;
}

@media (min-width: 1068px) {
  #home-projects .home-projects-arrow {
    display: block;
    position: absolute;
    top: 668px;
    left: 64px;
  }
}
@media (min-width: 1068px) {
  #home-projects .home-projects-arrow {
    display: block;
    position: absolute;
    top: 670px;
    left: 64px;
  }
}
#home-process {
  padding: 0;
  width: 100%;
}

@media (min-width: 1068px) {
  #home-process {
    background: url("../../img/from_waste_to_cc-1366.svg") 0 0 no-repeat;
    background-size: 100% auto;
    position: relative;
    max-width: 1366px;
    margin: auto;
    height: 1673px;
  }
}
@media (min-width: 1860px) {
  #home-process {
    background: url("../../img/from_waste_to_cc-1920.svg") 0 0 no-repeat;
    background-size: 100% auto;
    max-width: 1920px;
    heigth: 1765px;
  }
}
#home-process .process--content {
  padding: 0 16px;
  margin-bottom: 46px;
}

@media (min-width: 1068px) {
  #home-process .process--content {
    padding: 0 64px;
    margin-bottom: 0;
  }
}
#home-process .process--content .home-process-title {
  font-size: 36px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #262626;
}

@media (min-width: 1068px) {
  #home-process .process--content .home-process-title {
    font-size: 72px;
    max-width: 635px;
  }
}
#home-process .home-process-boxes {
  margin: 0 16px;
  padding-bottom: 16px;
  background-color: #e3ffbc;
}

@media (min-width: 1068px) {
  #home-process .home-process-boxes {
    background-color: transparent;
    margin-top: 155px;
    padding-bottom: 0;
  }
}
#home-process .home-process-box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
  height: 428px;
  padding: 46px 16px 72px 85px;
}

@media (min-width: 1068px) {
  #home-process .home-process-box {
    flex-direction: row;
    height: auto;
    height: 440px;
    padding: 55px 0 0;
  }
}
#home-process .home-process-box::after {
  content: "";
  position: absolute;
  width: calc(100% - 32px);
  height: 1px;
  left: 16px;
  bottom: 0;
  background-color: #262626;
}

@media (min-width: 1068px) {
  #home-process .home-process-box::after {
    display: none;
  }
}
#home-process .home-process-box .home-process-box-title {
  font-size: 36px;
  line-height: 1.2;
  color: #262626;
  position: absolute;
  top: 48px;
  left: 16px;
}

@media (min-width: 1068px) {
  #home-process .home-process-box .home-process-box-title {
    font-size: 60px;
    position: relative;
    top: unset;
    left: unset;
    line-height: 1;
  }
}
#home-process .home-process-box .home-process-box-title::before {
  background: #262626;
  content: "";
  position: absolute;
  height: 6px;
  width: 6px;
  right: -10px;
  top: 8px;
}

@media (min-width: 1068px) {
  #home-process .home-process-box .home-process-box-title::before {
    bottom: 8px;
    height: 8px;
    width: 8px;
    left: 64px;
    top: unset;
    right: unset;
  }
}
#home-process .home-process-box .home-process-box-title span {
  display: none;
  margin-left: 10px;
}

@media (min-width: 1068px) {
  #home-process .home-process-box .home-process-box-title span {
    display: inline-block;
  }
}
#home-process .home-process-box .home-process-box-image {
  height: 120px;
  width: 120px;
}

@media (min-width: 1068px) {
  #home-process .home-process-box .home-process-box-image {
    position: absolute;
  }
}
#home-process .home-process-box .home-process-box-text {
  font-size: 14px;
  line-height: 1.2;
  width: auto;
  color: #262626;
}

@media (min-width: 1068px) {
  #home-process .home-process-box .home-process-box-text {
    font-size: 20px;
  }
}
@media (min-width: 1860px) {
  #home-process .home-process-box .home-process-box-text {
    font-size: 24px;
  }
}
#home-process .home-process-box .home-process-box-text span {
  display: block;
  font-size: 24px;
  margin: 32px 0 16px;
}

@media (min-width: 1068px) {
  #home-process .home-process-box .home-process-box-text span {
    display: none;
  }
}
@media (min-width: 1068px) {
  #home-process .home-process-box.home-process-box1 {
    left: 10.3%;
  }
  #home-process .home-process-box.home-process-box2 {
    left: 23.2%;
  }
  #home-process .home-process-box.home-process-box3 {
    left: 17.5%;
  }
  #home-process .home-process-box .home-process-box-title {
    left: 224px;
  }
  #home-process .home-process-box .home-process-box-image {
    left: 32px;
    bottom: 32px;
  }
  #home-process .home-process-box .home-process-box-text {
    margin-left: 82px;
    margin-top: 115px;
    width: 400px;
  }
  #home-process .home-process-box.home-process-box2 .home-process-box-title::before {
    left: 77px;
  }
  #home-process .home-process-box.home-process-box3 .home-process-box-title::before {
    left: 77px;
  }
}
@media (min-width: 1860px) {
  #home-process .home-process-box.home-process-box1 {
    left: 22.1%;
  }
  #home-process .home-process-box.home-process-box2 {
    left: 31.5%;
  }
  #home-process .home-process-box.home-process-box3 {
    left: 26.7%;
  }
  #home-process .home-process-box .home-process-box-title {
    left: 224px;
  }
  #home-process .home-process-box .home-process-box-image {
    left: 32px;
    bottom: 32px;
  }
  #home-process .home-process-box .home-process-box-text {
    margin-left: 82px;
    margin-top: 115px;
    width: 400px;
  }
}
#home-process .home-process-link {
  margin: 41px 16px 0;
  width: calc(100% - 32px);
}

@media (min-width: 1068px) {
  #home-process .home-process-link {
    display: none;
  }
}
#home-process .home-process-box3::after {
  display: none;
}

#our-platform-desktop-design {
  display: none;
}

@media (min-width: 1068px) {
  #our-platform-desktop-design {
    display: block;
  }
}
#our-platform-mobile-design {
  display: block;
}

@media (min-width: 1068px) {
  #our-platform-mobile-design {
    display: none;
  }
}
#home-our-platform .container {
  padding: 145px 64px 205px 64px;
}

@media (min-width: 1860px) {
  #home-our-platform .container {
    padding: 282px 64px 205px 64px;
  }
}
#home-our-platform .our-platform-title {
  font-size: 60px;
  line-height: 68px;
  margin-bottom: 152px;
  text-transform: uppercase;
}

@media (min-width: 1860px) {
  #home-our-platform .our-platform-title {
    font-size: 72px;
    line-height: 87px;
    margin-bottom: 184px;
  }
}
#home-our-platform .our-platform-menu {
  width: 42%;
}

@media (min-width: 1860px) {
  #home-our-platform .our-platform-menu {
    width: 32%;
  }
}
#home-our-platform .our-platform-menu .option {
  position: relative;
  padding: 0 0 0 26px;
  height: 100%;
  margin: 0 0 61px 0;
  cursor: pointer;
}

@media (min-width: 1860px) {
  #home-our-platform .our-platform-menu .option {
    margin: 0 0 68px 0;
  }
}
#home-our-platform .our-platform-menu .option h4 {
  font-size: 30px;
  line-height: 33px;
  margin: 0 0 24px 0;
  text-transform: uppercase;
}

@media (min-width: 1860px) {
  #home-our-platform .our-platform-menu .option h4 {
    font-size: 36px;
    line-height: 40px;
  }
}
#home-our-platform .our-platform-menu .option p {
  font-size: 16px;
  line-height: 19px;
  padding: 0;
  margin: 0;
  transition: 0.3s ease all;
  transform: translateY(-20px);
  height: 0;
  opacity: 0;
}

@media (min-width: 1860px) {
  #home-our-platform .our-platform-menu .option p {
    font-size: 20px;
    line-height: 24px;
  }
}
#home-our-platform .our-platform-menu .option:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #262626;
  transition: 0.3s ease height;
}

#home-our-platform .our-platform-menu .option3 {
  margin-bottom: 0;
}

#home-our-platform .our-platform-menu .option.active p {
  transform: translateY(0px);
  height: auto;
  opacity: 1;
}

#home-our-platform .our-platform-menu .option.active:before {
  height: calc(100% - 10px);
}

#home-our-platform .our-platform-player {
  float: right;
  background: #262626;
  width: 608px;
  height: 469px;
  position: relative;
}

@media (min-width: 1860px) {
  #home-our-platform .our-platform-player {
    width: 738px;
    height: 568px;
  }
}
#home-our-platform .our-platform-player .anim {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fbfcfd;
  display: none;
}

#home-our-platform .our-platform-player .anim.active {
  display: block;
}

#home-user-friendly {
  padding-top: 136px;
}

#home-user-friendly .container {
  padding: 0 16px 96px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  #home-user-friendly .container {
    padding: 103px 0 103px 168px;
  }
}
@media (min-width: 1366px) {
  #home-user-friendly .container {
    max-width: 1440px;
  }
}
@media (min-width: 1860px) {
  #home-user-friendly .container {
    padding: 103px 396px 103px 392px;
    max-width: 1920px;
  }
}
#home-user-friendly .end-to-end-title {
  font-size: 36px;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 96px;
}

#home-user-friendly .friendly--content {
  max-width: 375px;
}

#home-user-friendly .home-user-friendly-title {
  display: block;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 16px;
  position: relative;
  color: #262626;
  max-width: 332px;
}

@media (min-width: 768px) {
  #home-user-friendly .home-user-friendly-title {
    margin-top: 52px;
    font-size: 36px;
  }
}
#home-user-friendly .home-user-friendly-title::before {
  content: "";
  display: none;
  background: #262626;
  position: absolute;
  width: 8px;
  height: 8px;
  left: 0;
}

@media (min-width: 1068px) {
  #home-user-friendly .home-user-friendly-title::before {
    display: inline-block;
    top: -50px;
  }
}
#home-user-friendly .home-user-friendly-image {
  flex: 1;
}

#home-user-friendly .home-user-friendly-text {
  display: block;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 24px;
  color: #262626;
}

@media (min-width: 1366px) {
  #home-user-friendly .home-user-friendly-text {
    font-size: 20px;
  }
}
#home-trusted--transparency {
  padding: 0 16px 81px;
  position: relative;
  margin: 0 auto;
}

@media (min-width: 768px) {
  #home-trusted--transparency {
    padding: 128px 68px 56px 168px;
  }
}
@media (min-width: 1366px) {
  #home-trusted--transparency {
    max-width: 1440px;
  }
}
@media (min-width: 1860px) {
  #home-trusted--transparency {
    max-width: 1920px;
    padding: 152px 396px 56px 392px;
  }
}
#home-trusted--transparency .boxes .article-box {
  display: flex;
  position: relative;
  flex-direction: column-reverse;
}

@media (min-width: 768px) {
  #home-trusted--transparency .boxes .article-box {
    justify-content: flex-end;
    flex-direction: row;
  }
}
#home-trusted--transparency .boxes .article-box:not(:last-child) {
  margin-bottom: 96px;
}

@media (min-width: 768px) {
  #home-trusted--transparency .boxes .article-box:not(:last-child) {
    margin-bottom: 136px;
  }
}
@media (min-width: 768px) {
  #home-trusted--transparency .boxes .article-box:nth-child(even) {
    flex-direction: row-reverse;
    justify-content: flex-start;
  }
}
@media (min-width: 768px) {
  #home-trusted--transparency .boxes .article-box:nth-child(even) .content {
    padding-right: 48px;
    padding-left: 0;
  }
}
#home-trusted--transparency .boxes .article-box::before {
  content: "";
  background: #262626;
  display: none;
  position: absolute;
  width: 8px;
  height: 8px;
  left: 0;
  top: 10px;
}

@media (min-width: 1068px) {
  #home-trusted--transparency .boxes .article-box::before {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  #home-trusted--transparency .boxes .article-box .content {
    max-width: 400px;
    padding-left: 48px;
    padding-right: 0;
  }
}
#home-trusted--transparency .boxes .article-box .content .title {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 16px;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  #home-trusted--transparency .boxes .article-box .content .title {
    font-size: 36px;
    margin-bottom: 32px;
  }
}
#home-trusted--transparency .boxes .article-box .content .text {
  font-size: 16px;
  margin: 0;
}

@media (min-width: 768px) {
  #home-trusted--transparency .boxes .article-box .content .text {
    font-size: 20px;
  }
}
#home-trusted--transparency .boxes .article-box .image {
  max-width: 400px;
  margin-top: 32px;
}

@media (min-width: 768px) {
  #home-trusted--transparency .boxes .article-box .image {
    margin-top: 0;
  }
}
#get-started {
  background: url(../../img/projects/support-bg_mobile.svg) no-repeat;
  background-position: top center;
  background-size: 100% auto;
}

@media (min-width: 1068px) {
  #get-started {
    background: url(../../img/projects/support-bg_desktop.svg) no-repeat;
    background-position: top center;
    background-size: 100% auto;
  }
}
#get-started .container {
  padding: 0 16px;
  min-height: 480px;
  margin: 0 auto;
}

@media (min-width: 1068px) {
  #get-started .container {
    padding: 0 64px;
    max-width: 1440px;
  }
}
@media (min-width: 1860px) {
  #get-started .container {
    padding: 0 64px;
    max-width: 1920px;
  }
}
#get-started .wrapper {
  position: relative;
  padding: 210px 0 380px 0;
}

@media (min-width: 1068px) {
  #get-started .wrapper {
    padding: 210px 0 460px 34%;
  }
}
@media (min-width: 1860px) {
  #get-started .wrapper {
    padding: 264px 0 637px 34%;
  }
}
#get-started .gradient-text {
  font-size: 36px;
  line-height: 40px;
  background: linear-gradient(94.45deg, #9A90FF 29.94%, #1C1C1C 81.24%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  padding: 0 0 32px 0;
}

@media (min-width: 1068px) {
  #get-started .gradient-text {
    font-size: 72px;
    line-height: 87px;
    padding: 0 0 48px 0;
  }
}
#get-started .button-get-started {
  width: 100%;
  height: 40px;
  background: #262626;
  color: #fbfcfd;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  font-weight: 500;
  transition: all 0.3s ease;
  display: block;
  text-decoration: none;
}

@media (min-width: 1068px) {
  #get-started .button-get-started {
    width: 328px;
  }
}
@media (min-width: 1860px) {
  #get-started .button-get-started {
    font-size: 16px;
    height: 48px;
    line-height: 48px;
  }
}
#get-started .button-get-started:hover {
  cursor: pointer;
  background: #c5ff80;
  color: #262626;
  text-decoration: none;
}

#investing {
  display: flex;
  flex-direction: column;
  margin-bottom: 140px;
  width: 100%;
  z-index: 1;
}

@media (min-width: 1068px) {
  #investing {
    display: flex;
    flex-direction: row;
    padding: 0 64px;
    margin: 0 0 318px 0;
    background: #e5dbff;
    position: relative;
  }
}
#investing .container {
  padding: 0 16px;
  margin: 0 auto;
  position: relative;
}

@media (min-width: 1068px) {
  #investing .container {
    padding: 0;
    max-width: 1242px;
  }
  #investing .container::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #B3A9FF;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
@media (min-width: 1860px) {
  #investing .container {
    max-width: 1738px;
  }
  #investing .container::after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #B3A9FF;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }
}
#investing .investing-title {
  font-weight: 400;
  font-size: 36px;
  line-height: 110.52%;
  color: #262626;
  margin-bottom: 32px;
  max-width: 328px;
}

@media (min-width: 1068px) {
  #investing .investing-title {
    font-size: 60px;
    line-height: 73px;
    color: #262626;
    max-width: 416px;
    margin: 0;
    z-index: 100;
    position: absolute;
    left: 0;
  }
}
#investing .show-responsive {
  display: none;
}

@media (max-width: 1068px) {
  #investing .show-responsive.show-responsive {
    display: flex;
  }
}
#investing .investing-boxes {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (min-width: 1068px) {
  #investing .investing-boxes {
    display: grid;
    margin-left: auto;
    grid-template-columns: repeat(5, 248px);
    grid-template-rows: repeat(2, 248px);
    grid-gap: 0px;
    max-width: 100%;
  }
}
@media (min-width: 1860px) {
  #investing .investing-boxes {
    grid-template-columns: repeat(7, 248px);
    grid-template-rows: repeat(2, 248px);
  }
}
#investing .investing-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 136px;
  background: #e5dbff;
  margin-bottom: 8px;
  position: relative;
}

#investing .investing-box.show-1920 {
  display: none;
}

#investing .investing-box.show-desktop {
  display: none;
}

@media (min-width: 1068px) {
  #investing .investing-box {
    height: 248px;
    margin-bottom: 0;
    border-right: 1px solid #B3A9FF;
  }
  #investing .investing-box.show-desktop {
    display: flex;
  }
  #investing .investing-box.show-desktop, #investing .investing-box.show-1920 {
    border-right: 1px solid #B3A9FF;
  }
}
@media (min-width: 1860px) {
  #investing .investing-box.show-1920 {
    display: flex;
  }
}
#investing .investing-box img.investing-box--IDB, #investing .investing-box img.investing-box--nazca {
  display: block;
  width: auto;
  max-width: 146px;
}

#investing .investing-box .dot {
  position: absolute;
  top: 50%;
  left: 12px;
  width: 8px;
  height: 8px;
  background: #262626;
  display: block;
}

@media (min-width: 1068px) {
  #investing .investing-box .dot {
    top: 12px;
  }
}
@media (min-width: 1068px) {
  #investing .investing-box:nth-child(1) {
    border-bottom: 1px solid #B3A9FF;
    border-right: none;
  }
}
@media (min-width: 1068px) and (min-width: 1860px) {
  #investing .investing-box:nth-child(1) {
    border-bottom: none;
  }
}
@media (min-width: 1068px) {
  #investing .investing-box:nth-child(2) {
    border-bottom: 1px solid #B3A9FF;
  }
  #investing .investing-box:nth-child(3) {
    border-bottom: 1px solid #B3A9FF;
  }
  #investing .investing-box:nth-child(4) {
    border-bottom: 1px solid #B3A9FF;
  }
  #investing .investing-box:nth-child(5) {
    border-bottom: 1px solid #B3A9FF;
  }
  #investing .investing-box:nth-child(6) {
    border-bottom: 1px solid #B3A9FF;
  }
}
/* OLD  */
.show-desktop {
  display: none;
}

.show-1920 {
  display: none;
}

.show-mobile {
  display: block;
}

.w100 {
  width: 100%;
  max-width: 100%;
}

#home-press {
  padding: 0 16px;
  margin: 0 auto;
  width: 100%;
  margin: 0 auto 200px;
}

@media (min-width: 1068px) {
  #home-press {
    max-width: 1440px;
    padding: 0 65px;
    margin: 0 auto 360px;
  }
}
@media (min-width: 1860px) {
  #home-press {
    max-width: 1920px;
  }
}
#home-press .press-head {
  margin-bottom: 32px;
}

@media (min-width: 1068px) {
  #home-press .press-head {
    margin-bottom: 80px;
  }
}
#home-press .press-head .head--title {
  font-size: 36px;
  line-height: 1.2;
  color: #262626;
  margin: 0;
  max-width: 530px;
}

@media (min-width: 1068px) {
  #home-press .press-head .head--title {
    font-size: 60px;
  }
}
#home-press .press--news {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  #home-press .press--news {
    gap: 0 20px;
    flex-direction: row;
  }
}
@media (min-width: 1068px) {
  #home-press .press--news {
    gap: 0 40px;
  }
}
@media (min-width: 1860px) {
  #home-press .press--news {
    gap: 0 72px;
  }
}
#home-press .press--news .news--featured {
  border: 1px solid #262626;
  padding: 20px;
  margin-bottom: 40px;
}

@media (min-width: 1068px) {
  #home-press .press--news .news--featured {
    margin-bottom: 0;
    padding: 30px 40px 24px;
    flex: 0 0 495px;
  }
}
@media (min-width: 1860px) {
  #home-press .press--news .news--featured {
    padding: 44px 44px 32px;
    flex: 0 0 730px;
  }
}
#home-press .press--news .news--list {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 40px;
}

@media (min-width: 768px) {
  #home-press .press--news .news--list {
    gap: 20px;
    flex: auto;
  }
}
@media (min-width: 1068px) {
  #home-press .press--news .news--list {
    gap: 46px 40px;
    flex: 1 0 495px;
  }
}
@media (min-width: 1860px) {
  #home-press .press--news .news--list {
    flex: 1 0 730px;
    gap: 56px 80px;
  }
}
#home-press .press--news .news--article {
  border-bottom: 2px solid #a6a6a6;
  padding: 0 20px 24px 20px;
}

@media (min-width: 768px) {
  #home-press .press--news .news--article {
    padding: 0 0 15px 0;
  }
}
@media (min-width: 1068px) {
  #home-press .press--news .news--article {
    padding: 0 0 22px 0;
    flex: 0 1 calc(50% - 20px);
  }
}
@media (min-width: 1860px) {
  #home-press .press--news .news--article {
    padding: 0 0 24px 0;
    flex: 0 1 calc(50% - 40px);
  }
}
#home-press .press--news .news--article .news--date {
  color: #0d0d0d;
  font-size: 12px;
  display: flex;
  align-items: center;
}

#home-press .press--news .news--article .news--date::before {
  content: "";
  background-color: #262626;
  display: inline-block;
  height: 8px;
  width: 8px;
  margin-right: 8px;
}

@media (min-width: 1068px) {
  #home-press .press--news .news--article .news--date::before {
    height: 12px;
    width: 12px;
  }
}
#home-press .press--news .news--article .news--title {
  font-size: 24px;
  line-height: 29px;
  font-weight: 400;
  padding: 24px 0 48px;
  margin: 0;
}

@media (min-width: 768px) {
  #home-press .press--news .news--article .news--title {
    font-size: 20px;
    line-height: 24px;
    padding: 10px 0 16px;
  }
}
@media (min-width: 1068px) {
  #home-press .press--news .news--article .news--title {
    padding: 16px 0 24px;
    height: 136px; /*4 lineas*/
  }
}
@media (min-width: 1860px) {
  #home-press .press--news .news--article .news--title {
    font-size: 36px;
    line-height: 40px;
    padding: 32px 0 44px;
    height: 236px;
  }
}
#home-press .press--news .news--article .title--link {
  display: block;
  color: #262626;
  text-decoration: none;
}

#home-press .press--news .news--article .title--link:hover + .source--link {
  color: #262626;
  border-color: #262626;
  background: #c5ff80;
}

#home-press .press--news .news--article .source--link {
  display: inline-block;
  color: #595959;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  border-bottom: 1px solid #595959;
}

@media (min-width: 1860px) {
  #home-press .press--news .news--article .source--link {
    font-size: 16px;
  }
}
#home-press .press--news .news--article .source--link:hover {
  color: #262626;
  border-color: #262626;
  background: #c5ff80;
}

#home-press .press--news .news--article__featured {
  border: none;
  padding: 0;
}

#home-press .press--news .news--article__featured .news--image {
  margin-bottom: 12px;
}

@media (min-width: 1068px) {
  #home-press .press--news .news--article__featured .news--image {
    margin-bottom: 44px;
  }
}
#home-press .press--news .news--article__featured .news--image .news--link {
  display: block;
}

#home-press .press--news .news--article__featured .news--title {
  font-size: 24px;
  line-height: 29px;
  height: 157px;
  padding: 24px 0 48px;
  margin: 0;
}

@media (min-width: 1068px) {
  #home-press .press--news .news--article__featured .news--title {
    font-size: 24px;
    line-height: 29px;
  }
}
@media (min-width: 1860px) {
  #home-press .press--news .news--article__featured .news--title {
    height: 254px;
    font-size: 36px;
    line-height: 40px;
  }
}
.contactus-top {
  margin-bottom: 48px;
  width: 100%;
}

.contactus-top img {
  width: 100%;
}

#contactus-form {
  padding: 48px 16px;
}

#contactus-form .contactus-form-title {
  font-weight: 400;
  font-size: 36px;
  max-width: 343px;
  line-height: 110.52%;
  color: #262626;
}

#contactus-form .contactus-form-aclaracion {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  margin-top: 16px;
}

#contactus-form .contactus-form-required {
  color: #ed695e;
}

#contactus-form .contactus-form-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #262626;
  margin-top: 24px;
  max-width: 280px;
}

#contactus-form .contactus-form-info {
  padding-top: 40px;
}

#contactus-form .contactus-form-info-line {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 32px;
}

#contactus-form .contactus-form-info-line.contactus-form-info-name {
  margin: 0;
}

#contactus-form .contactus-form-info-line .contactus-form-info-interested-label {
  margin-bottom: 16px !important;
  margin-top: 0 !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #262626;
  width: 100%;
}

#contactus-form label {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
}

#contactus-form .contactus-form-info-interested-checkboxes {
  display: flex;
  flex-direction: column;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #262626;
}

#contactus-form .contactus-form-info-interested-checkboxes .mb0 {
  margin-bottom: 0 !important;
}

#contactus-form .contactus-form-info-interested-checkboxes .contactus-form-info-interested-checkboxes-line {
  display: flex;
  justify-content: space-between;
  align-items: top;
  margin-bottom: 24px;
}

#contactus-form .contactus-form-info-interested-checkboxes .contactus-form-info-interested-checkboxes-line input {
  padding: 0;
  margin: 0 8px 0 0;
  height: 20px;
}

#contactus-form input {
  background: #3d3d3d;
  height: 40px;
  font-weight: 400;
  font-size: 14px;
  line-height: 12px;
  color: #868686;
  padding: 14px 16px;
  margin-top: 8px;
  border: none;
}

#contactus-form .contactus-form-info-message textarea {
  background: #3d3d3d;
  height: 78px;
  font-weight: 400;
  font-size: 14px;
  line-height: 12px;
  color: #868686;
  padding: 14px 16px;
  margin-top: 8px;
  border: none;
}

#contactus-form #contactus-form-form-submit {
  background: #c5ff80;
  margin-top: 28px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  justify-content: center;
  display: flex;
  align-items: center;
  text-align: center;
  border: none;
  width: 100%;
  color: #262626;
  font-family: "Inter";
  cursor: pointer;
  transition: all 0.3s ease;
}

#contactus-form #contactus-form-form-submit:hover {
  color: #fbfcfd;
  background: #262626;
}

#contactus-form-result {
  padding: 16px;
  height: 100%;
}

#contactus-form-result .contactus-form-info-thanks {
  background: #c5ff80;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0d0d0d;
  height: 40px;
  width: 100%;
}

@media (min-width: 1068px) {
  #contactus .contactus-form-info {
    padding-top: 0;
  }
  #contactus #contactus-top {
    flex: 1;
    max-width: 366px;
  }
  #contactus #contactus-top picture {
    display: block;
    height: 100%;
  }
  #contactus #contactus-top img {
    height: 100%;
    object-fit: cover;
  }
  #contactus .contactus-divs {
    display: flex;
    gap: 120px;
    flex-direction: row-reverse;
    height: 100%;
    width: 100%;
  }
  #contactus #contactus-form {
    gap: 120px;
    display: flex;
    flex-direction: row;
    width: auto;
    padding: 20px 0 0 64px;
    flex: 1;
  }
  #contactus .contactus-form-title {
    width: 390px;
    max-width: 390px;
    font-size: 48px;
    margin: 0;
    line-height: 58px;
  }
  #contactus .contactus-form-text {
    width: 400px;
    max-width: 400px;
    font-size: 24px;
    line-height: 29px;
  }
  #contactus-form .contactus-form-aclaracion {
    margin-top: 50px;
  }
}
@media (min-width: 1860px) {
  #contactus #contactus-top {
    flex: 1;
    max-width: 576px;
  }
  #contactus #contactus-top img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
  #contactus .contactus-divs {
    display: flex;
    gap: 180px;
    flex-direction: row-reverse;
    width: auto;
  }
  #contactus #contactus-form {
    gap: 180px;
    display: flex;
    flex-direction: row;
    width: auto;
    padding: 92px 0 0 64px;
    flex: 1;
  }
  #contactus .contactus-form-title {
    width: 624px;
    max-width: 624px;
    font-size: 72px;
    line-height: 87px;
  }
  #contactus .contactus-form-text {
    width: 465px;
    max-width: 465px;
    font-size: 40px;
    line-height: 48px;
  }
  #contactus-form .contactus-form-aclaracion {
    margin-top: 160px;
  }
}
.subtitle {
  background: #262626;
  display: inline-block;
  color: #fbfcfd;
  font-size: 14px;
  line-height: 1.2;
  padding: 0 4px;
  margin-bottom: 8px;
}

@media (min-width: 1068px) {
  .subtitle {
    font-size: 20px;
  }
}
::selection {
  background: #e3ffbc;
}

::-webkit-selection {
  background: #e3ffbc;
}

::-moz-selection {
  background: #e3ffbc;
}

.container {
  padding: 0 16px;
  min-height: unset;
  margin: 0 auto;
}
@media (min-width: 370px) {
  .container {
    padding: 0 24px;
  }
}
@media (min-width: 1068px) {
  .container {
    padding: 0 64px;
    max-width: 1366px;
  }
}
@media (min-width: 1860px) {
  .container {
    padding: 0 90px;
    max-width: 1920px;
  }
}

h1, h2, h3, h4, h5 {
  margin: 0;
  font-weight: normal;
}

#projects-top {
  background: #E5DBFF;
}
#projects-top .container {
  position: relative;
}
#projects-top .container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 16px;
  width: 1px;
  height: 100%;
  background: #262626;
}
@media (min-width: 1068px) {
  #projects-top .container::before {
    left: 32px;
  }
}
@media (min-width: 1860px) {
  #projects-top .container::before {
    left: 64px;
  }
}
#projects-top .container::after {
  content: "";
  position: absolute;
  top: 0;
  right: 16px;
  width: 1px;
  height: 100%;
  background: #262626;
}
@media (min-width: 1068px) {
  #projects-top .container::after {
    right: 32px;
  }
}
@media (min-width: 1860px) {
  #projects-top .container::after {
    right: 64px;
  }
}
#projects-top .intro {
  font-size: 36px;
  line-height: 40px;
  padding: 64px 0 37px 8px;
}
@media (min-width: 370px) {
  #projects-top .intro {
    padding: 40px 0 30px 8px;
  }
}
@media (min-width: 1068px) {
  #projects-top .intro {
    font-size: 60px;
    line-height: 68px;
    padding: 99px 0 48px 0;
  }
}
@media (min-width: 1860px) {
  #projects-top .intro {
    padding: 140px 0 150px 45px;
  }
}
#projects-top .intro br {
  display: none;
}
@media (min-width: 1068px) {
  #projects-top .intro br {
    display: block;
  }
}
#projects-top .top-photo {
  width: 100%;
  position: relative;
  z-index: 1;
}
#projects-top .top-photo img {
  display: block;
  border-top: 1px solid #262626;
  border-bottom: 1px solid #262626;
}

#projects-intro {
  padding-top: 64px;
}
@media (min-width: 1068px) {
  #projects-intro {
    padding-top: 88px;
  }
}
@media (min-width: 1860px) {
  #projects-intro {
    padding-top: 160px;
  }
}
#projects-intro p {
  font-size: 20px;
  line-height: 24px;
}
@media (min-width: 1068px) {
  #projects-intro p {
    font-size: 36px;
    line-height: 40px;
  }
}
#projects-intro .tags {
  padding: 30px 0 64px 0;
}
@media (min-width: 1068px) {
  #projects-intro .tags {
    padding: 30px 0 140px 0;
  }
}
@media (min-width: 1860px) {
  #projects-intro .tags {
    padding: 48px 0 170px 0;
  }
}
#projects-intro .tags p {
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 1068px) {
  #projects-intro .tags p {
    font-size: 24px;
    line-height: 29px;
  }
}
#projects-intro .tags .tags-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
}
#projects-intro .tags .tags-wrapper .tag-button {
  color: #5E54A5;
  transition: all 0.3s ease;
  border: 1px solid #5E54A5;
  border-radius: 24px;
  font-size: 20px;
  line-height: 1;
  padding: 8px 20px 8px 20px;
}
@media (min-width: 1068px) {
  #projects-intro .tags .tags-wrapper .tag-button {
    font-size: 24px;
    line-height: 1;
  }
}

#projects-list .small-cards {
  display: block;
}
@media (min-width: 1068px) {
  #projects-list .small-cards {
    display: none;
  }
}
#projects-list .small-cards .link-full-project-card {
  text-decoration: none;
}
#projects-list .small-cards .link-full-project-card:hover .home-projects-sliderbox-text-link {
  background: #c5ff80;
  color: #262626;
}
#projects-list .small-cards .home-projects-sliderbox {
  padding: 30px 16px 16px;
  height: 100%;
  border: 1px solid #262626;
  position: relative;
  margin-bottom: 56px;
}
#projects-list .small-cards .home-projects-sliderbox-text-location {
  font-weight: 500;
  font-size: 14px;
  display: flex;
  border-width: 0px 0px 0px 1px;
  border-style: solid;
  height: 30px;
  width: 51px;
  justify-content: center;
  align-items: center;
  border-color: #868686;
  line-height: 17px;
  color: #262626;
}
#projects-list .small-cards .home-projects-sliderbox-text-location img {
  margin-right: 1px;
}
#projects-list .small-cards .home-projects-sliderbox-text-location span {
  margin-left: 1px;
}
#projects-list .small-cards .home-projects-sliderbox-text {
  display: flex;
  justify-content: space-between;
}
#projects-list .small-cards .home-projects-sliderbox-image {
  padding: 16px 0;
  border-bottom: 1px solid #868686;
  border-top: 1px solid #868686;
}
#projects-list .small-cards .home-projects-sliderbox-image img {
  width: 100%;
}
#projects-list .small-cards .home-projects-sliderbox-text-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #262626;
  height: 30px;
  display: flex;
  align-items: center;
}
#projects-list .small-cards .home-projects-sliderbox-text-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  margin: 12px 0 17px;
  color: #262626;
}
#projects-list .small-cards .home-projects-sliderbox-text-tags {
  display: flex;
  margin-bottom: 38px;
}
#projects-list .small-cards .home-projects-sliderbox-text-tags-item {
  border: 0.5px solid #776de1;
  border-radius: 28px;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  display: flex;
  align-items: center;
  padding: 4px 12px;
  margin-right: 6px;
  color: #776de1;
  justify-content: center;
  mix-blend-mode: normal;
  text-transform: lowercase;
  flex: none;
  order: 0;
  flex-grow: 0;
}
#projects-list .small-cards .home-projects-sliderbox-text-link {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  margin-left: auto;
  margin-top: auto;
  text-decoration-line: underline;
  color: #595959;
  position: absolute;
  bottom: 16px;
  right: 16px;
}
#projects-list .large-cards {
  display: none;
}
@media (min-width: 1068px) {
  #projects-list .large-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
  }
}
#projects-list .large-cards .project-card {
  position: relative;
  margin-bottom: 80px;
  width: 1024px;
  height: 384px;
  display: flex;
  border: 1px solid #262626;
  overflow: hidden;
}
@media (min-width: 1860px) {
  #projects-list .large-cards .project-card {
    width: 1280px;
    height: 480px;
    margin-bottom: 96px;
  }
}
#projects-list .large-cards .project-card .card-image {
  width: 384px;
  height: 384px;
  display: block;
  align-self: start;
  border-right: 1px solid #262626;
}
@media (min-width: 1860px) {
  #projects-list .large-cards .project-card .card-image {
    width: 480px;
    height: 480px;
  }
}
#projects-list .large-cards .project-card .card-content {
  align-self: center;
}
#projects-list .large-cards .project-card .card-top {
  position: absolute;
  left: 0;
  top: 24px;
  width: 100%;
}
#projects-list .large-cards .project-card .card-top .card-location {
  position: absolute;
  right: 24px;
  top: 0;
  background: #E5DBFF;
  color: #5E54A5;
  padding: 5px 13px;
  font-size: 12px;
  line-height: 15px;
  border-radius: 3px;
}
#projects-list .large-cards .project-card .card-top .card-location img {
  margin-bottom: -1px;
}
#projects-list .large-cards .project-card .card-top .card-tags {
  position: absolute;
  left: 408px;
  top: 0;
  display: flex;
}
@media (min-width: 1860px) {
  #projects-list .large-cards .project-card .card-top .card-tags {
    left: 504px;
  }
}
#projects-list .large-cards .project-card .card-top .card-tags .card-tag {
  border: 1px solid #5E54A5;
  border-radius: 28px;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  display: flex;
  align-items: center;
  padding: 4px 12px;
  margin-right: 6px;
  color: #5E54A5;
  justify-content: center;
  mix-blend-mode: normal;
  text-transform: lowercase;
}
#projects-list .large-cards .project-card .card-title {
  font-size: 24px;
  line-height: 29px;
  padding: 0 0 24px 24px;
  border-bottom: 1px solid #262626;
  font-weight: 500;
}
@media (min-width: 1860px) {
  #projects-list .large-cards .project-card .card-title {
    font-size: 36px;
    line-height: 44px;
  }
}
#projects-list .large-cards .project-card .card-text {
  font-size: 16px;
  line-height: 19px;
  padding: 24px 120px 0 24px;
}
@media (min-width: 1860px) {
  #projects-list .large-cards .project-card .card-text {
    font-size: 20px;
    line-height: 24px;
  }
}
#projects-list .large-cards .project-card .card-button {
  position: absolute;
  right: 24px;
  bottom: 24px;
  background: #262626;
  color: #fbfcfd;
  font-size: 16px;
  line-height: 19px;
  padding: 10px 0;
  width: 120px;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease;
}
@media (min-width: 1860px) {
  #projects-list .large-cards .project-card .card-button {
    padding: 14px 0;
    width: 168px;
  }
}
#projects-list .large-cards .project-card .card-button:hover {
  background: #c5ff80;
  color: #262626;
}

#projects-support {
  background: url(../../img/projects/support-bg_mobile.svg) no-repeat;
  background-position: top center;
  background-size: 100% auto;
}
@media (min-width: 1068px) {
  #projects-support {
    background: url(../../img/projects/support-bg_desktop.svg) no-repeat;
    background-position: center center;
    background-size: 100% auto;
  }
}
#projects-support .wrapper {
  position: relative;
  padding: 205px 0 295px 0;
}
@media (min-width: 1068px) {
  #projects-support .wrapper {
    padding: 356px 0 338px 34%;
  }
}
@media (min-width: 1860px) {
  #projects-support .wrapper {
    padding: 504px 0 489px 27%;
  }
}
#projects-support .gradient-text {
  font-size: 30px;
  line-height: 36px;
  background: linear-gradient(94.44deg, #9A90FF 29.94%, #1C1C1C 95.22%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  padding: 0 95px 32px 0;
}
@media (min-width: 1068px) {
  #projects-support .gradient-text {
    font-size: 72px;
    line-height: 87px;
    padding: 0 0 48px 0;
  }
}
@media (min-width: 1860px) {
  #projects-support .gradient-text {
    font-size: 96px;
    line-height: 112px;
    padding: 0 0 56px 0;
  }
}
#projects-support .gradient-text br {
  display: none;
}
@media (min-width: 1068px) {
  #projects-support .gradient-text br {
    display: inline-block;
  }
}
#projects-support .button-get-started {
  width: 100%;
  height: 40px;
  background: #262626;
  color: #fbfcfd;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  font-weight: 500;
  transition: all 0.3s ease;
  display: block;
  text-decoration: none;
}
@media (min-width: 1068px) {
  #projects-support .button-get-started {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    width: 328px;
  }
}
@media (min-width: 1860px) {
  #projects-support .button-get-started {
    font-size: 16px;
    height: 48px;
    line-height: 48px;
  }
}
#projects-support .button-get-started:hover {
  cursor: pointer;
  background: #c5ff80;
  color: #262626;
  text-decoration: none;
}

/* Mixins
     ========================================================================== */
/*** MEDIA QUERIES MIXIN ***/
html,
body,
figure,
source {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  color: #262626;
  font-weight: 400;
  overflow-x: hidden;
  background: #fbfcfd;
}

@media (min-width: 1068px) {
  body#contactus {
    overflow: hidden;
  }
}
.container {
  width: 100%;
}

.primary-link {
  width: 100%;
  height: 40px;
  background: #262626;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: #fbfcfd;
  mix-blend-mode: normal;
}

@media (min-width: 1860px) {
  .primary-link {
    font-size: 16px;
    height: 48px;
  }
}
#home-top {
  overflow: hidden;
}

@media (min-width: 1068px) {
  #home-top {
    max-height: 440px;
  }
}
@media (min-width: 1366px) {
  #home-top {
    max-height: 540px;
  }
}
#home-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#home-unleash {
  padding: 40px 16px 0;
  position: relative;
}

@media (min-width: 1068px) {
  #home-unleash {
    padding: 58px 64px 180px;
  }
}
@media (min-width: 1860px) {
  #home-unleash {
    padding-top: 160px;
  }
}
#home-unleash .home-unleash-arrow {
  position: absolute;
  top: 170px;
  right: 16px;
  width: 23px;
  height: 23px;
  transition: 0.3s ease all;
}

@media (min-width: 1068px) {
  #home-unleash .home-unleash-arrow {
    width: 46px;
    height: 46px;
    top: 142px;
  }
}
@media (min-width: 1860px) {
  #home-unleash .home-unleash-arrow {
    right: 64px;
    top: 270px;
  }
}
#home-unleash .home-unleash-arrow:hover {
  transform: translateY(10px);
}

#home-unleash .home-unleash-arrow svg {
  width: 100%;
}

#home-unleash .home-unleash-line {
  height: 170px;
  width: 1px;
  background: #262626;
  margin: 15px auto 0 auto;
}

@media (min-width: 1068px) {
  #home-unleash .home-unleash-line {
    display: none;
  }
}
#home-unleash .home-unleash-line::before {
  content: "";
  height: 7px;
  width: 7px;
  background: #262626;
  display: block;
  margin-left: -3px;
}

#home-unleash .home-unleash-title {
  font-weight: 400;
  font-size: 36px;
  line-height: 1.2;
  margin: 0 0 88px;
  position: relative;
}

#home-unleash .home-unleash-title span {
  display: block;
}

@media (min-width: 1068px) {
  #home-unleash .home-unleash-title span {
    display: inline;
  }
}
@media (min-width: 1068px) {
  #home-unleash .home-unleash-title {
    font-size: 60px;
    max-width: 922px;
  }
}
@media (min-width: 1860px) {
  #home-unleash .home-unleash-title {
    font-size: 72px;
    max-width: 1010px;
    margin-bottom: 140px;
  }
}
#home-unleash .home-unleash--content {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

@media (min-width: 1068px) {
  #home-unleash .home-unleash--content {
    max-width: 836px;
    margin: auto;
  }
}
@media (min-width: 1860px) {
  #home-unleash .home-unleash--content {
    max-width: 1000px;
  }
}
#home-unleash .home-unleash-texto {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  margin: 0 0 90px;
}

@media (min-width: 1068px) {
  #home-unleash .home-unleash-texto {
    margin: 0 0 56px;
    font-size: 36px;
  }
}
@media (min-width: 1860px) {
  #home-unleash .home-unleash-texto {
    font-size: 40px;
  }
}
#home-unleash .home-unleash-link {
  transition: all 0.3s ease;
}

@media (min-width: 1068px) {
  #home-unleash .home-unleash-link {
    max-width: 328px;
  }
}
#home-unleash .home-unleash-link:hover {
  background: #c5ff80;
  color: #262626;
}

#home-climate-crisis {
  background: #1c1c1c;
  padding-bottom: 44px;
}

@media (min-width: 1366px) {
  #home-climate-crisis {
    padding-bottom: 108px;
    margin: 0 64px;
  }
}
@media (min-width: 1860px) {
  #home-climate-crisis {
    padding-bottom: 215px;
  }
}
#home-climate-crisis .crisis--cover {
  margin-bottom: 64px;
}

@media (min-width: 1366px) {
  #home-climate-crisis .crisis--cover {
    margin-bottom: 115px;
  }
}
@media (min-width: 1860px) {
  #home-climate-crisis .crisis--cover {
    margin-bottom: 169px;
  }
}
#home-climate-crisis .crisis--cover img {
  width: 100%;
}

#home-climate-crisis .crisis--content {
  padding: 0 24px;
}

@media (min-width: 1068px) {
  #home-climate-crisis .crisis--content {
    padding: 0 105px;
  }
}
@media (min-width: 1860px) {
  #home-climate-crisis .crisis--content {
    padding: 0 152px;
  }
}
#home-climate-crisis .crisis--content .home-climate-crisis-title {
  color: #fbfcfd;
  display: flex;
  font-size: 36px;
  line-height: 40px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 32px 0;
}

@media (min-width: 1366px) {
  #home-climate-crisis .crisis--content .home-climate-crisis-title {
    font-size: 60px;
    line-height: 68px;
    margin: 0 0 98px 0;
  }
}
@media (min-width: 1860px) {
  #home-climate-crisis .crisis--content .home-climate-crisis-title {
    margin: 0 0 73px 0;
  }
}
#home-climate-crisis .crisis--content .subtitle {
  background: #D4FFA0;
  color: #262626;
  margin-bottom: 12px;
}

#home-climate-crisis .home-climate-crisis-slider {
  padding: 16px 16px 46px;
}

@media (min-width: 1068px) {
  #home-climate-crisis .home-climate-crisis-slider {
    padding: 0 105px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 5%;
    align-items: self-start;
  }
}
@media (min-width: 1860px) {
  #home-climate-crisis .home-climate-crisis-slider {
    padding: 0 152px;
  }
}
#home-climate-crisis .home-climate-crisis-slider .slick-slide {
  padding: 0 8px;
}

#home-climate-crisis .home-climate-crisis-slider .slick-dots {
  display: flex;
  gap: 8px;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  padding: 0 16px;
}

#home-climate-crisis .home-climate-crisis-slider .slick-dots li {
  flex: auto;
}

#home-climate-crisis .home-climate-crisis-slider .slick-dots li.slick-active button {
  background-color: #fbfcfd;
  height: 4px;
}

#home-climate-crisis .home-climate-crisis-slider .slick-dots li button {
  border: none;
  background-color: #a6a6a6;
  font-size: 0;
  height: 1px;
  width: 100%;
  transform: all 0.2 ease-in-out;
}

#home-climate-crisis .home-climate-crisis-animated-image {
  width: 100%;
}

#home-climate-crisis .home-climate-crisis-box-texto {
  display: block;
  padding: 0px;
  margin-top: 32px;
  margin-bottom: 19px;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #fbfcfd;
}

@media (min-width: 1068px) {
  #home-climate-crisis .home-climate-crisis-box-texto {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 1860px) {
  #home-climate-crisis .home-climate-crisis-box-texto {
    font-size: 24px;
    line-height: 29px;
  }
}
#home-climate-crisis .home-climate-crisis-box-texto .green {
  color: #c5ff80;
}

#home-climate-crisis .home-climate-clisis-box-corchete {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #fbfcfd;
  width: 100%;
  margin-top: 5px;
  display: block;
}

@media (min-width: 1860px) {
  #home-climate-crisis .home-climate-clisis-box-corchete {
    font-size: 16px;
    line-height: 19px;
    margin-top: 15px;
  }
}
#home-climate-crisis .home-climate-crisis-box-source {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  margin-top: 15px;
  color: #a6a6a6;
}

@media (min-width: 1860px) {
  #home-climate-crisis .home-climate-crisis-box-source {
    font-size: 16px;
    line-height: 19px;
  }
}
#home-projects {
  padding: 0 16px 132px;
  width: 100%;
}

@media (min-width: 1068px) {
  #home-projects {
    display: grid;
    grid-template-columns: 400px minmax(0, 1fr);
    grid-template-rows: 1fr;
    gap: 16px;
    padding: 146px 0 150px 64px;
    position: relative;
  }
}
@media (min-width: 1860px) {
  #home-projects {
    grid-template-columns: 646px minmax(0, 1fr);
    padding: 146px 0 181px 64px;
  }
}
#home-projects .home-projects-line {
  height: 146px;
  width: 1px;
  background: #262626;
  margin: 0 auto 20px auto;
  position: relative;
}

@media (min-width: 1068px) {
  #home-projects .home-projects-line {
    display: none;
  }
}
#home-projects .home-projects-line::after {
  content: "";
  height: 7px;
  width: 7px;
  background: #262626;
  display: block;
  margin-left: -3px;
  position: absolute;
  bottom: 0;
}

#home-projects .projects--content {
  display: block;
  margin-bottom: 32px;
}

@media (min-width: 1068px) {
  #home-projects .projects--content {
    margin-bottom: 0;
  }
}
#home-projects .projects--content .home-projects-title {
  font-size: 36px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #262626;
}

@media (min-width: 1068px) {
  #home-projects .projects--content .home-projects-title {
    font-size: 60px;
  }
}
@media (min-width: 1860px) {
  #home-projects .projects--content .home-projects-title {
    font-size: 72px;
  }
}
#home-projects .home-projects-slider {
  width: 100%;
}

#home-projects .home-projects-slider .slick-slide {
  height: auto !important;
  max-width: 100%;
  margin: 0 8px;
}

@media (min-width: 1068px) {
  #home-projects .home-projects-slider .slick-slide {
    margin: 0 12px;
  }
}
#home-projects .home-projects-slider .slick-slide > div {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#home-projects .home-projects-slider .slick-track {
  display: flex !important;
}

#home-projects .home-projects-slider .slick-dots {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  list-style-type: none;
  margin: 25px auto 0;
  width: 100%;
}

@media (min-width: 1068px) {
  #home-projects .home-projects-slider .slick-dots {
    max-width: 260px;
  }
}
@media (min-width: 1366px) {
  #home-projects .home-projects-slider .slick-dots {
    margin: 32px auto 0;
  }
}
#home-projects .home-projects-slider .slick-dots li {
  display: flex;
  cursor: pointer;
  padding: 8px 0;
  width: 100%;
}

#home-projects .home-projects-slider .slick-dots li button {
  cursor: pointer;
  font-size: 0;
  width: 100%;
  height: 1px;
  border: none;
  background-color: #868686;
}

#home-projects .home-projects-slider .slick-dots li.slick-active button {
  background-color: #262626;
  height: 4px;
}

#home-projects .home-projects-sliderbox-text-location {
  font-weight: 500;
  font-size: 14px;
  display: flex;
  border-width: 0px 0px 0px 1px;
  border-style: solid;
  height: 30px;
  width: 51px;
  justify-content: center;
  align-items: center;
  border-color: #868686;
  line-height: 17px;
  color: #262626;
}

#home-projects .home-projects-sliderbox-text-location img {
  margin-right: 1px;
}

#home-projects .home-projects-sliderbox-text-location span {
  margin-left: 1px;
}

#home-projects .home-projects-sliderbox {
  padding: 30px 16px 16px;
  height: 100%;
  border: 1px solid #262626;
  position: relative;
}

#home-projects .home-projects-sliderbox-contact {
  justify-content: space-between;
  display: flex !important;
  flex-direction: column;
}

#home-projects .home-projects-sliderbox-contact-top {
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  color: #262626;
  height: auto;
}

#home-projects .home-projects-sliderbox-contact-bottom {
  background: #e3ffbc;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-top: 1px solid #262626;
  height: 270px;
  margin: 0 -15px -15px;
  width: calc(100% + 30px);
}

#home-projects .home-projects-sliderbox-contact-bottom svg {
  height: 192px;
}

#home-projects .home-projects-sliderbox-contact-bottom svg .circulo {
  transition: 0.3s ease all;
  fill: #0D0D0D;
}

#home-projects .home-projects-sliderbox-contact-bottom:hover > svg .circulo {
  fill: #333333;
}

#home-projects .home-projects-sliderbox-text {
  display: flex;
  justify-content: space-between;
}

#home-projects .home-projects-sliderbox-image {
  padding: 16px 0;
  border-bottom: 1px solid #868686;
  border-top: 1px solid #868686;
}

#home-projects .home-projects-sliderbox-image img {
  width: 100%;
}

#home-projects .home-projects-sliderbox-text-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #262626;
  height: 30px;
  display: flex;
  align-items: center;
}

#home-projects .home-projects-sliderbox-text-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  margin: 12px 0 17px;
  color: #262626;
}

#home-projects .home-projects-sliderbox-text-tags {
  display: flex;
  margin-bottom: 38px;
}

#home-projects .home-projects-sliderbox-text-tags-item {
  border: 0.5px solid #776de1;
  border-radius: 28px;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  display: flex;
  align-items: center;
  padding: 4px 12px;
  margin-right: 6px;
  color: #776de1;
  justify-content: center;
  mix-blend-mode: normal;
  text-transform: lowercase;
  flex: none;
  order: 0;
  flex-grow: 0;
}

#home-projects .home-projects-sliderbox-text-link {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  margin-left: auto;
  margin-top: auto;
  text-decoration-line: underline;
  display: block;
  color: #595959;
  position: absolute;
  bottom: 16px;
  right: 16px;
}

#home-projects .link-full-project-card {
  text-decoration: none;
  height: 100%;
}

#home-projects .link-full-project-card:hover .home-projects-sliderbox-text-link {
  background: #c5ff80;
  color: #262626;
}

#home-projects .home-projects-arrow {
  display: none;
}

@media (min-width: 1068px) {
  #home-projects .home-projects-arrow {
    display: block;
    position: absolute;
    top: 668px;
    left: 64px;
  }
}
@media (min-width: 1068px) {
  #home-projects .home-projects-arrow {
    display: block;
    position: absolute;
    top: 670px;
    left: 64px;
  }
}
#home-process {
  padding: 0;
  width: 100%;
}

@media (min-width: 1068px) {
  #home-process {
    background: url("../../img/from_waste_to_cc-1366.svg") 0 0 no-repeat;
    background-size: 100% auto;
    position: relative;
    max-width: 1366px;
    margin: auto;
    height: 1673px;
  }
}
@media (min-width: 1860px) {
  #home-process {
    background: url("../../img/from_waste_to_cc-1920.svg") 0 0 no-repeat;
    background-size: 100% auto;
    max-width: 1920px;
    heigth: 1765px;
  }
}
#home-process .process--content {
  padding: 0 16px;
  margin-bottom: 46px;
}

@media (min-width: 1068px) {
  #home-process .process--content {
    padding: 0 64px;
    margin-bottom: 0;
  }
}
#home-process .process--content .home-process-title {
  font-size: 36px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #262626;
}

@media (min-width: 1068px) {
  #home-process .process--content .home-process-title {
    font-size: 72px;
    max-width: 635px;
  }
}
#home-process .home-process-boxes {
  margin: 0 16px;
  padding-bottom: 16px;
  background-color: #e3ffbc;
}

@media (min-width: 1068px) {
  #home-process .home-process-boxes {
    background-color: transparent;
    margin-top: 155px;
    padding-bottom: 0;
  }
}
#home-process .home-process-box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
  height: 428px;
  padding: 46px 16px 72px 85px;
}

@media (min-width: 1068px) {
  #home-process .home-process-box {
    flex-direction: row;
    height: auto;
    height: 440px;
    padding: 55px 0 0;
  }
}
#home-process .home-process-box::after {
  content: "";
  position: absolute;
  width: calc(100% - 32px);
  height: 1px;
  left: 16px;
  bottom: 0;
  background-color: #262626;
}

@media (min-width: 1068px) {
  #home-process .home-process-box::after {
    display: none;
  }
}
#home-process .home-process-box .home-process-box-title {
  font-size: 36px;
  line-height: 1.2;
  color: #262626;
  position: absolute;
  top: 48px;
  left: 16px;
}

@media (min-width: 1068px) {
  #home-process .home-process-box .home-process-box-title {
    font-size: 60px;
    position: relative;
    top: unset;
    left: unset;
    line-height: 1;
  }
}
#home-process .home-process-box .home-process-box-title::before {
  background: #262626;
  content: "";
  position: absolute;
  height: 6px;
  width: 6px;
  right: -10px;
  top: 8px;
}

@media (min-width: 1068px) {
  #home-process .home-process-box .home-process-box-title::before {
    bottom: 8px;
    height: 8px;
    width: 8px;
    left: 64px;
    top: unset;
    right: unset;
  }
}
#home-process .home-process-box .home-process-box-title span {
  display: none;
  margin-left: 10px;
}

@media (min-width: 1068px) {
  #home-process .home-process-box .home-process-box-title span {
    display: inline-block;
  }
}
#home-process .home-process-box .home-process-box-image {
  height: 120px;
  width: 120px;
}

@media (min-width: 1068px) {
  #home-process .home-process-box .home-process-box-image {
    position: absolute;
  }
}
#home-process .home-process-box .home-process-box-text {
  font-size: 14px;
  line-height: 1.2;
  width: auto;
  color: #262626;
}

@media (min-width: 1068px) {
  #home-process .home-process-box .home-process-box-text {
    font-size: 20px;
  }
}
@media (min-width: 1860px) {
  #home-process .home-process-box .home-process-box-text {
    font-size: 24px;
  }
}
#home-process .home-process-box .home-process-box-text span {
  display: block;
  font-size: 24px;
  margin: 32px 0 16px;
}

@media (min-width: 1068px) {
  #home-process .home-process-box .home-process-box-text span {
    display: none;
  }
}
@media (min-width: 1068px) {
  #home-process .home-process-box.home-process-box1 {
    left: 10.3%;
  }
  #home-process .home-process-box.home-process-box2 {
    left: 23.2%;
  }
  #home-process .home-process-box.home-process-box3 {
    left: 17.5%;
  }
  #home-process .home-process-box .home-process-box-title {
    left: 224px;
  }
  #home-process .home-process-box .home-process-box-image {
    left: 32px;
    bottom: 32px;
  }
  #home-process .home-process-box .home-process-box-text {
    margin-left: 82px;
    margin-top: 115px;
    width: 400px;
  }
  #home-process .home-process-box.home-process-box2 .home-process-box-title::before {
    left: 77px;
  }
  #home-process .home-process-box.home-process-box3 .home-process-box-title::before {
    left: 77px;
  }
}
@media (min-width: 1860px) {
  #home-process .home-process-box.home-process-box1 {
    left: 22.1%;
  }
  #home-process .home-process-box.home-process-box2 {
    left: 31.5%;
  }
  #home-process .home-process-box.home-process-box3 {
    left: 26.7%;
  }
  #home-process .home-process-box .home-process-box-title {
    left: 224px;
  }
  #home-process .home-process-box .home-process-box-image {
    left: 32px;
    bottom: 32px;
  }
  #home-process .home-process-box .home-process-box-text {
    margin-left: 82px;
    margin-top: 115px;
    width: 400px;
  }
}
#home-process .home-process-link {
  margin: 41px 16px 0;
  width: calc(100% - 32px);
}

@media (min-width: 1068px) {
  #home-process .home-process-link {
    display: none;
  }
}
#home-process .home-process-box3::after {
  display: none;
}

#our-platform-desktop-design {
  display: none;
}

@media (min-width: 1068px) {
  #our-platform-desktop-design {
    display: block;
  }
}
#our-platform-mobile-design {
  display: block;
}

@media (min-width: 1068px) {
  #our-platform-mobile-design {
    display: none;
  }
}
#home-our-platform .container {
  padding: 145px 64px 205px 64px;
}

@media (min-width: 1860px) {
  #home-our-platform .container {
    padding: 282px 64px 205px 64px;
  }
}
#home-our-platform .our-platform-title {
  font-size: 60px;
  line-height: 68px;
  margin-bottom: 152px;
  text-transform: uppercase;
}

@media (min-width: 1860px) {
  #home-our-platform .our-platform-title {
    font-size: 72px;
    line-height: 87px;
    margin-bottom: 184px;
  }
}
#home-our-platform .our-platform-menu {
  width: 42%;
}

@media (min-width: 1860px) {
  #home-our-platform .our-platform-menu {
    width: 32%;
  }
}
#home-our-platform .our-platform-menu .option {
  position: relative;
  padding: 0 0 0 26px;
  height: 100%;
  margin: 0 0 61px 0;
  cursor: pointer;
}

@media (min-width: 1860px) {
  #home-our-platform .our-platform-menu .option {
    margin: 0 0 68px 0;
  }
}
#home-our-platform .our-platform-menu .option h4 {
  font-size: 30px;
  line-height: 33px;
  margin: 0 0 24px 0;
  text-transform: uppercase;
}

@media (min-width: 1860px) {
  #home-our-platform .our-platform-menu .option h4 {
    font-size: 36px;
    line-height: 40px;
  }
}
#home-our-platform .our-platform-menu .option p {
  font-size: 16px;
  line-height: 19px;
  padding: 0;
  margin: 0;
  transition: 0.3s ease all;
  transform: translateY(-20px);
  height: 0;
  opacity: 0;
}

@media (min-width: 1860px) {
  #home-our-platform .our-platform-menu .option p {
    font-size: 20px;
    line-height: 24px;
  }
}
#home-our-platform .our-platform-menu .option:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #262626;
  transition: 0.3s ease height;
}

#home-our-platform .our-platform-menu .option3 {
  margin-bottom: 0;
}

#home-our-platform .our-platform-menu .option.active p {
  transform: translateY(0px);
  height: auto;
  opacity: 1;
}

#home-our-platform .our-platform-menu .option.active:before {
  height: calc(100% - 10px);
}

#home-our-platform .our-platform-player {
  float: right;
  background: #262626;
  width: 608px;
  height: 469px;
  position: relative;
}

@media (min-width: 1860px) {
  #home-our-platform .our-platform-player {
    width: 738px;
    height: 568px;
  }
}
#home-our-platform .our-platform-player .anim {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fbfcfd;
  display: none;
}

#home-our-platform .our-platform-player .anim.active {
  display: block;
}

#home-user-friendly {
  padding-top: 136px;
}

#home-user-friendly .container {
  padding: 0 16px 96px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  #home-user-friendly .container {
    padding: 103px 0 103px 168px;
  }
}
@media (min-width: 1366px) {
  #home-user-friendly .container {
    max-width: 1440px;
  }
}
@media (min-width: 1860px) {
  #home-user-friendly .container {
    padding: 103px 396px 103px 392px;
    max-width: 1920px;
  }
}
#home-user-friendly .end-to-end-title {
  font-size: 36px;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 96px;
}

#home-user-friendly .friendly--content {
  max-width: 375px;
}

#home-user-friendly .home-user-friendly-title {
  display: block;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 16px;
  position: relative;
  color: #262626;
  max-width: 332px;
}

@media (min-width: 768px) {
  #home-user-friendly .home-user-friendly-title {
    margin-top: 52px;
    font-size: 36px;
  }
}
#home-user-friendly .home-user-friendly-title::before {
  content: "";
  display: none;
  background: #262626;
  position: absolute;
  width: 8px;
  height: 8px;
  left: 0;
}

@media (min-width: 1068px) {
  #home-user-friendly .home-user-friendly-title::before {
    display: inline-block;
    top: -50px;
  }
}
#home-user-friendly .home-user-friendly-image {
  flex: 1;
}

#home-user-friendly .home-user-friendly-text {
  display: block;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 24px;
  color: #262626;
}

@media (min-width: 1366px) {
  #home-user-friendly .home-user-friendly-text {
    font-size: 20px;
  }
}
#home-trusted--transparency {
  padding: 0 16px 81px;
  position: relative;
  margin: 0 auto;
}

@media (min-width: 768px) {
  #home-trusted--transparency {
    padding: 128px 68px 56px 168px;
  }
}
@media (min-width: 1366px) {
  #home-trusted--transparency {
    max-width: 1440px;
  }
}
@media (min-width: 1860px) {
  #home-trusted--transparency {
    max-width: 1920px;
    padding: 152px 396px 56px 392px;
  }
}
#home-trusted--transparency .boxes .article-box {
  display: flex;
  position: relative;
  flex-direction: column-reverse;
}

@media (min-width: 768px) {
  #home-trusted--transparency .boxes .article-box {
    justify-content: flex-end;
    flex-direction: row;
  }
}
#home-trusted--transparency .boxes .article-box:not(:last-child) {
  margin-bottom: 96px;
}

@media (min-width: 768px) {
  #home-trusted--transparency .boxes .article-box:not(:last-child) {
    margin-bottom: 136px;
  }
}
@media (min-width: 768px) {
  #home-trusted--transparency .boxes .article-box:nth-child(even) {
    flex-direction: row-reverse;
    justify-content: flex-start;
  }
}
@media (min-width: 768px) {
  #home-trusted--transparency .boxes .article-box:nth-child(even) .content {
    padding-right: 48px;
    padding-left: 0;
  }
}
#home-trusted--transparency .boxes .article-box::before {
  content: "";
  background: #262626;
  display: none;
  position: absolute;
  width: 8px;
  height: 8px;
  left: 0;
  top: 10px;
}

@media (min-width: 1068px) {
  #home-trusted--transparency .boxes .article-box::before {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  #home-trusted--transparency .boxes .article-box .content {
    max-width: 400px;
    padding-left: 48px;
    padding-right: 0;
  }
}
#home-trusted--transparency .boxes .article-box .content .title {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 16px;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  #home-trusted--transparency .boxes .article-box .content .title {
    font-size: 36px;
    margin-bottom: 32px;
  }
}
#home-trusted--transparency .boxes .article-box .content .text {
  font-size: 16px;
  margin: 0;
}

@media (min-width: 768px) {
  #home-trusted--transparency .boxes .article-box .content .text {
    font-size: 20px;
  }
}
#home-trusted--transparency .boxes .article-box .image {
  max-width: 400px;
  margin-top: 32px;
}

@media (min-width: 768px) {
  #home-trusted--transparency .boxes .article-box .image {
    margin-top: 0;
  }
}
#get-started {
  background: url(../../img/projects/support-bg_mobile.svg) no-repeat;
  background-position: top center;
  background-size: 100% auto;
}

@media (min-width: 1068px) {
  #get-started {
    background: url(../../img/projects/support-bg_desktop.svg) no-repeat;
    background-position: top center;
    background-size: 100% auto;
  }
}
#get-started .container {
  padding: 0 16px;
  min-height: 480px;
  margin: 0 auto;
}

@media (min-width: 1068px) {
  #get-started .container {
    padding: 0 64px;
    max-width: 1440px;
  }
}
@media (min-width: 1860px) {
  #get-started .container {
    padding: 0 64px;
    max-width: 1920px;
  }
}
#get-started .wrapper {
  position: relative;
  padding: 210px 0 380px 0;
}

@media (min-width: 1068px) {
  #get-started .wrapper {
    padding: 210px 0 460px 34%;
  }
}
@media (min-width: 1860px) {
  #get-started .wrapper {
    padding: 264px 0 637px 34%;
  }
}
#get-started .gradient-text {
  font-size: 36px;
  line-height: 40px;
  background: linear-gradient(94.45deg, #9A90FF 29.94%, #1C1C1C 81.24%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  padding: 0 0 32px 0;
}

@media (min-width: 1068px) {
  #get-started .gradient-text {
    font-size: 72px;
    line-height: 87px;
    padding: 0 0 48px 0;
  }
}
#get-started .button-get-started {
  width: 100%;
  height: 40px;
  background: #262626;
  color: #fbfcfd;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  font-weight: 500;
  transition: all 0.3s ease;
  display: block;
  text-decoration: none;
}

@media (min-width: 1068px) {
  #get-started .button-get-started {
    width: 328px;
  }
}
@media (min-width: 1860px) {
  #get-started .button-get-started {
    font-size: 16px;
    height: 48px;
    line-height: 48px;
  }
}
#get-started .button-get-started:hover {
  cursor: pointer;
  background: #c5ff80;
  color: #262626;
  text-decoration: none;
}

#investing {
  display: flex;
  flex-direction: column;
  margin-bottom: 140px;
  width: 100%;
  z-index: 1;
}

@media (min-width: 1068px) {
  #investing {
    display: flex;
    flex-direction: row;
    padding: 0 64px;
    margin: 0 0 318px 0;
    background: #e5dbff;
    position: relative;
  }
}
#investing .container {
  padding: 0 16px;
  margin: 0 auto;
  position: relative;
}

@media (min-width: 1068px) {
  #investing .container {
    padding: 0;
    max-width: 1242px;
  }
  #investing .container::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #B3A9FF;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
@media (min-width: 1860px) {
  #investing .container {
    max-width: 1738px;
  }
  #investing .container::after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #B3A9FF;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }
}
#investing .investing-title {
  font-weight: 400;
  font-size: 36px;
  line-height: 110.52%;
  color: #262626;
  margin-bottom: 32px;
  max-width: 328px;
}

@media (min-width: 1068px) {
  #investing .investing-title {
    font-size: 60px;
    line-height: 73px;
    color: #262626;
    max-width: 416px;
    margin: 0;
    z-index: 100;
    position: absolute;
    left: 0;
  }
}
#investing .show-responsive {
  display: none;
}

@media (max-width: 1068px) {
  #investing .show-responsive.show-responsive {
    display: flex;
  }
}
#investing .investing-boxes {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (min-width: 1068px) {
  #investing .investing-boxes {
    display: grid;
    margin-left: auto;
    grid-template-columns: repeat(5, 248px);
    grid-template-rows: repeat(2, 248px);
    grid-gap: 0px;
    max-width: 100%;
  }
}
@media (min-width: 1860px) {
  #investing .investing-boxes {
    grid-template-columns: repeat(7, 248px);
    grid-template-rows: repeat(2, 248px);
  }
}
#investing .investing-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 136px;
  background: #e5dbff;
  margin-bottom: 8px;
  position: relative;
}

#investing .investing-box.show-1920 {
  display: none;
}

#investing .investing-box.show-desktop {
  display: none;
}

@media (min-width: 1068px) {
  #investing .investing-box {
    height: 248px;
    margin-bottom: 0;
    border-right: 1px solid #B3A9FF;
  }
  #investing .investing-box.show-desktop {
    display: flex;
  }
  #investing .investing-box.show-desktop, #investing .investing-box.show-1920 {
    border-right: 1px solid #B3A9FF;
  }
}
@media (min-width: 1860px) {
  #investing .investing-box.show-1920 {
    display: flex;
  }
}
#investing .investing-box img.investing-box--IDB, #investing .investing-box img.investing-box--nazca {
  display: block;
  width: auto;
  max-width: 146px;
}

#investing .investing-box .dot {
  position: absolute;
  top: 50%;
  left: 12px;
  width: 8px;
  height: 8px;
  background: #262626;
  display: block;
}

@media (min-width: 1068px) {
  #investing .investing-box .dot {
    top: 12px;
  }
}
@media (min-width: 1068px) {
  #investing .investing-box:nth-child(1) {
    border-bottom: 1px solid #B3A9FF;
    border-right: none;
  }
}
@media (min-width: 1068px) and (min-width: 1860px) {
  #investing .investing-box:nth-child(1) {
    border-bottom: none;
  }
}
@media (min-width: 1068px) {
  #investing .investing-box:nth-child(2) {
    border-bottom: 1px solid #B3A9FF;
  }
  #investing .investing-box:nth-child(3) {
    border-bottom: 1px solid #B3A9FF;
  }
  #investing .investing-box:nth-child(4) {
    border-bottom: 1px solid #B3A9FF;
  }
  #investing .investing-box:nth-child(5) {
    border-bottom: 1px solid #B3A9FF;
  }
  #investing .investing-box:nth-child(6) {
    border-bottom: 1px solid #B3A9FF;
  }
}
/* OLD  */
.show-desktop {
  display: none;
}

.show-1920 {
  display: none;
}

.show-mobile {
  display: block;
}

.w100 {
  width: 100%;
  max-width: 100%;
}

#home-press {
  padding: 0 16px;
  margin: 0 auto;
  width: 100%;
  margin: 0 auto 200px;
}

@media (min-width: 1068px) {
  #home-press {
    max-width: 1440px;
    padding: 0 65px;
    margin: 0 auto 360px;
  }
}
@media (min-width: 1860px) {
  #home-press {
    max-width: 1920px;
  }
}
#home-press .press-head {
  margin-bottom: 32px;
}

@media (min-width: 1068px) {
  #home-press .press-head {
    margin-bottom: 80px;
  }
}
#home-press .press-head .head--title {
  font-size: 36px;
  line-height: 1.2;
  color: #262626;
  margin: 0;
  max-width: 530px;
}

@media (min-width: 1068px) {
  #home-press .press-head .head--title {
    font-size: 60px;
  }
}
#home-press .press--news {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  #home-press .press--news {
    gap: 0 20px;
    flex-direction: row;
  }
}
@media (min-width: 1068px) {
  #home-press .press--news {
    gap: 0 40px;
  }
}
@media (min-width: 1860px) {
  #home-press .press--news {
    gap: 0 72px;
  }
}
#home-press .press--news .news--featured {
  border: 1px solid #262626;
  padding: 20px;
  margin-bottom: 40px;
}

@media (min-width: 1068px) {
  #home-press .press--news .news--featured {
    margin-bottom: 0;
    padding: 30px 40px 24px;
    flex: 0 0 495px;
  }
}
@media (min-width: 1860px) {
  #home-press .press--news .news--featured {
    padding: 44px 44px 32px;
    flex: 0 0 730px;
  }
}
#home-press .press--news .news--list {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 40px;
}

@media (min-width: 768px) {
  #home-press .press--news .news--list {
    gap: 20px;
    flex: auto;
  }
}
@media (min-width: 1068px) {
  #home-press .press--news .news--list {
    gap: 46px 40px;
    flex: 1 0 495px;
  }
}
@media (min-width: 1860px) {
  #home-press .press--news .news--list {
    flex: 1 0 730px;
    gap: 56px 80px;
  }
}
#home-press .press--news .news--article {
  border-bottom: 2px solid #a6a6a6;
  padding: 0 20px 24px 20px;
}

@media (min-width: 768px) {
  #home-press .press--news .news--article {
    padding: 0 0 15px 0;
  }
}
@media (min-width: 1068px) {
  #home-press .press--news .news--article {
    padding: 0 0 22px 0;
    flex: 0 1 calc(50% - 20px);
  }
}
@media (min-width: 1860px) {
  #home-press .press--news .news--article {
    padding: 0 0 24px 0;
    flex: 0 1 calc(50% - 40px);
  }
}
#home-press .press--news .news--article .news--date {
  color: #0d0d0d;
  font-size: 12px;
  display: flex;
  align-items: center;
}

#home-press .press--news .news--article .news--date::before {
  content: "";
  background-color: #262626;
  display: inline-block;
  height: 8px;
  width: 8px;
  margin-right: 8px;
}

@media (min-width: 1068px) {
  #home-press .press--news .news--article .news--date::before {
    height: 12px;
    width: 12px;
  }
}
#home-press .press--news .news--article .news--title {
  font-size: 24px;
  line-height: 29px;
  font-weight: 400;
  padding: 24px 0 48px;
  margin: 0;
}

@media (min-width: 768px) {
  #home-press .press--news .news--article .news--title {
    font-size: 20px;
    line-height: 24px;
    padding: 10px 0 16px;
  }
}
@media (min-width: 1068px) {
  #home-press .press--news .news--article .news--title {
    padding: 16px 0 24px;
    height: 136px; /*4 lineas*/
  }
}
@media (min-width: 1860px) {
  #home-press .press--news .news--article .news--title {
    font-size: 36px;
    line-height: 40px;
    padding: 32px 0 44px;
    height: 236px;
  }
}
#home-press .press--news .news--article .title--link {
  display: block;
  color: #262626;
  text-decoration: none;
}

#home-press .press--news .news--article .title--link:hover + .source--link {
  color: #262626;
  border-color: #262626;
  background: #c5ff80;
}

#home-press .press--news .news--article .source--link {
  display: inline-block;
  color: #595959;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  border-bottom: 1px solid #595959;
}

@media (min-width: 1860px) {
  #home-press .press--news .news--article .source--link {
    font-size: 16px;
  }
}
#home-press .press--news .news--article .source--link:hover {
  color: #262626;
  border-color: #262626;
  background: #c5ff80;
}

#home-press .press--news .news--article__featured {
  border: none;
  padding: 0;
}

#home-press .press--news .news--article__featured .news--image {
  margin-bottom: 12px;
}

@media (min-width: 1068px) {
  #home-press .press--news .news--article__featured .news--image {
    margin-bottom: 44px;
  }
}
#home-press .press--news .news--article__featured .news--image .news--link {
  display: block;
}

#home-press .press--news .news--article__featured .news--title {
  font-size: 24px;
  line-height: 29px;
  height: 157px;
  padding: 24px 0 48px;
  margin: 0;
}

@media (min-width: 1068px) {
  #home-press .press--news .news--article__featured .news--title {
    font-size: 24px;
    line-height: 29px;
  }
}
@media (min-width: 1860px) {
  #home-press .press--news .news--article__featured .news--title {
    height: 254px;
    font-size: 36px;
    line-height: 40px;
  }
}
.contactus-top {
  margin-bottom: 48px;
  width: 100%;
}

.contactus-top img {
  width: 100%;
}

#contactus-form {
  padding: 48px 16px;
}

#contactus-form .contactus-form-title {
  font-weight: 400;
  font-size: 36px;
  max-width: 343px;
  line-height: 110.52%;
  color: #262626;
}

#contactus-form .contactus-form-aclaracion {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  margin-top: 16px;
}

#contactus-form .contactus-form-required {
  color: #ed695e;
}

#contactus-form .contactus-form-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #262626;
  margin-top: 24px;
  max-width: 280px;
}

#contactus-form .contactus-form-info {
  padding-top: 40px;
}

#contactus-form .contactus-form-info-line {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 32px;
}

#contactus-form .contactus-form-info-line.contactus-form-info-name {
  margin: 0;
}

#contactus-form .contactus-form-info-line .contactus-form-info-interested-label {
  margin-bottom: 16px !important;
  margin-top: 0 !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #262626;
  width: 100%;
}

#contactus-form label {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
}

#contactus-form .contactus-form-info-interested-checkboxes {
  display: flex;
  flex-direction: column;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #262626;
}

#contactus-form .contactus-form-info-interested-checkboxes .mb0 {
  margin-bottom: 0 !important;
}

#contactus-form .contactus-form-info-interested-checkboxes .contactus-form-info-interested-checkboxes-line {
  display: flex;
  justify-content: space-between;
  align-items: top;
  margin-bottom: 24px;
}

#contactus-form .contactus-form-info-interested-checkboxes .contactus-form-info-interested-checkboxes-line input {
  padding: 0;
  margin: 0 8px 0 0;
  height: 20px;
}

#contactus-form input {
  background: #3d3d3d;
  height: 40px;
  font-weight: 400;
  font-size: 14px;
  line-height: 12px;
  color: #868686;
  padding: 14px 16px;
  margin-top: 8px;
  border: none;
}

#contactus-form .contactus-form-info-message textarea {
  background: #3d3d3d;
  height: 78px;
  font-weight: 400;
  font-size: 14px;
  line-height: 12px;
  color: #868686;
  padding: 14px 16px;
  margin-top: 8px;
  border: none;
}

#contactus-form #contactus-form-form-submit {
  background: #c5ff80;
  margin-top: 28px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  justify-content: center;
  display: flex;
  align-items: center;
  text-align: center;
  border: none;
  width: 100%;
  color: #262626;
  font-family: "Inter";
  cursor: pointer;
  transition: all 0.3s ease;
}

#contactus-form #contactus-form-form-submit:hover {
  color: #fbfcfd;
  background: #262626;
}

#contactus-form-result {
  padding: 16px;
  height: 100%;
}

#contactus-form-result .contactus-form-info-thanks {
  background: #c5ff80;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0d0d0d;
  height: 40px;
  width: 100%;
}

@media (min-width: 1068px) {
  #contactus .contactus-form-info {
    padding-top: 0;
  }
  #contactus #contactus-top {
    flex: 1;
    max-width: 366px;
  }
  #contactus #contactus-top picture {
    display: block;
    height: 100%;
  }
  #contactus #contactus-top img {
    height: 100%;
    object-fit: cover;
  }
  #contactus .contactus-divs {
    display: flex;
    gap: 120px;
    flex-direction: row-reverse;
    height: 100%;
    width: 100%;
  }
  #contactus #contactus-form {
    gap: 120px;
    display: flex;
    flex-direction: row;
    width: auto;
    padding: 20px 0 0 64px;
    flex: 1;
  }
  #contactus .contactus-form-title {
    width: 390px;
    max-width: 390px;
    font-size: 48px;
    margin: 0;
    line-height: 58px;
  }
  #contactus .contactus-form-text {
    width: 400px;
    max-width: 400px;
    font-size: 24px;
    line-height: 29px;
  }
  #contactus-form .contactus-form-aclaracion {
    margin-top: 50px;
  }
}
@media (min-width: 1860px) {
  #contactus #contactus-top {
    flex: 1;
    max-width: 576px;
  }
  #contactus #contactus-top img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
  #contactus .contactus-divs {
    display: flex;
    gap: 180px;
    flex-direction: row-reverse;
    width: auto;
  }
  #contactus #contactus-form {
    gap: 180px;
    display: flex;
    flex-direction: row;
    width: auto;
    padding: 92px 0 0 64px;
    flex: 1;
  }
  #contactus .contactus-form-title {
    width: 624px;
    max-width: 624px;
    font-size: 72px;
    line-height: 87px;
  }
  #contactus .contactus-form-text {
    width: 465px;
    max-width: 465px;
    font-size: 40px;
    line-height: 48px;
  }
  #contactus-form .contactus-form-aclaracion {
    margin-top: 160px;
  }
}
.subtitle {
  background: #262626;
  display: inline-block;
  color: #fbfcfd;
  font-size: 14px;
  line-height: 1.2;
  padding: 0 4px;
  margin-bottom: 8px;
}

@media (min-width: 1068px) {
  .subtitle {
    font-size: 20px;
  }
}
::selection {
  background: #e3ffbc;
}

::-webkit-selection {
  background: #e3ffbc;
}

::-moz-selection {
  background: #e3ffbc;
}

.container {
  padding: 0 16px;
  min-height: unset;
  margin: 0 auto;
}
@media (min-width: 370px) {
  .container {
    padding: 0 24px;
  }
}
@media (min-width: 1068px) {
  .container {
    padding: 0 64px;
    max-width: 1366px;
  }
}
@media (min-width: 1860px) {
  .container {
    padding: 0 64px;
    max-width: 1920px;
  }
}

h1, h2, h3, h4, h5 {
  margin: 0;
  font-weight: normal;
}

#project-details-top {
  background: #E5DBFF;
}
#project-details-top .container {
  position: relative;
  min-height: 261px;
}
@media (min-width: 370px) {
  #project-details-top .container {
    min-height: 231px;
  }
}
@media (min-width: 1068px) {
  #project-details-top .container {
    min-height: 283px;
  }
}
@media (min-width: 1860px) {
  #project-details-top .container {
    min-height: 481px;
  }
}
#project-details-top .container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 16px;
  width: 1px;
  height: 100%;
  background: #262626;
}
@media (min-width: 1068px) {
  #project-details-top .container::before {
    left: 32px;
  }
}
@media (min-width: 1860px) {
  #project-details-top .container::before {
    left: 64px;
  }
}
#project-details-top .container::after {
  content: "";
  position: absolute;
  top: 0;
  right: 16px;
  width: 1px;
  height: 100%;
  background: #262626;
}
@media (min-width: 1068px) {
  #project-details-top .container::after {
    right: 32px;
  }
}
@media (min-width: 1860px) {
  #project-details-top .container::after {
    right: 64px;
  }
}
#project-details-top .name {
  font-size: 36px;
  line-height: 40px;
  padding: 64px 0 37px 8px;
  text-transform: uppercase;
}
@media (min-width: 370px) {
  #project-details-top .name {
    padding: 40px 0 30px 8px;
  }
}
@media (min-width: 1068px) {
  #project-details-top .name {
    font-size: 60px;
    line-height: 68px;
    padding: 99px 0 48px 0;
  }
}
@media (min-width: 1860px) {
  #project-details-top .name {
    padding: 140px 0 150px 32px;
  }
}
#project-details-top .name .br-mobile {
  display: block;
}
@media (min-width: 1068px) {
  #project-details-top .name .br-mobile {
    display: none;
  }
}
#project-details-top .top-photo {
  width: 100%;
  position: relative;
  z-index: 1;
}
#project-details-top .top-photo img {
  display: block;
  width: 100%;
  border-top: 1px solid #262626;
  border-bottom: 1px solid #262626;
}

#project-details-presentation .flex {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
#project-details-presentation .logo {
  width: 46%;
  padding-top: 88px;
}
@media (min-width: 1068px) {
  #project-details-presentation .logo {
    width: 417px;
    padding-top: 83px;
  }
}
@media (min-width: 1860px) {
  #project-details-presentation .logo {
    width: 608px;
    padding-top: 160px;
  }
}
#project-details-presentation .logo img {
  display: block;
  max-width: 248px;
}
#project-details-presentation .description {
  width: 100%;
  padding: 56px 0 91px 0;
}
@media (min-width: 1068px) {
  #project-details-presentation .description {
    width: 711px;
    padding: 83px 0 126px 0;
  }
}
@media (min-width: 1860px) {
  #project-details-presentation .description {
    width: 1032px;
    padding: 160px 0 116px 0;
  }
}
#project-details-presentation .description p {
  font-size: 16px;
  line-height: 19px;
  padding-bottom: 20px;
  margin: 0;
}
@media (min-width: 1068px) {
  #project-details-presentation .description p {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 1860px) {
  #project-details-presentation .description p {
    font-size: 30px;
    line-height: 33px;
  }
}
#project-details-presentation .description p a {
  color: #262626;
}

#project-details-card .container {
  padding: 0;
}
@media (min-width: 1068px) {
  #project-details-card .container {
    padding: 0 64px;
  }
}
#project-details-card .wrapper {
  background: #E5DBFF;
  position: relative;
  padding: 76px 16px 69px 16px;
}
@media (min-width: 370px) {
  #project-details-card .wrapper {
    padding: 76px 24px 69px 24px;
  }
}
@media (min-width: 1068px) {
  #project-details-card .wrapper {
    padding: 98px 104px 98px 416px;
  }
}
@media (min-width: 1860px) {
  #project-details-card .wrapper {
    padding: 120px 152px 124px 608px;
  }
}
#project-details-card .wrapper h3 {
  font-size: 32px;
  line-height: 35px;
  padding-bottom: 16px;
}
@media (min-width: 1068px) {
  #project-details-card .wrapper h3 {
    font-size: 60px;
    line-height: 68px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1860px) {
  #project-details-card .wrapper h3 {
    padding-bottom: 87px;
    font-size: 96px;
    line-height: 112px;
  }
}
#project-details-card .wrapper .report {
  display: block;
  text-decoration: none;
  font-size: 12px;
  line-height: 28px;
  width: 117px;
  background: #262626;
  color: #fbfcfd;
  text-align: center;
  margin-top: 16px;
  transition: 0.3s ease all;
}
#project-details-card .wrapper .report:hover {
  background: #3D3D3D;
}
#project-details-card .wrapper .report:visited {
  color: #fbfcfd;
}
@media (min-width: 1068px) {
  #project-details-card .wrapper .report {
    float: right;
    margin-top: 1px;
  }
}
@media (min-width: 1860px) {
  #project-details-card .wrapper .report {
    font-size: 16px;
    line-height: 40px;
    width: 172px;
  }
}
#project-details-card .wrapper .project-details-card-arrow {
  display: none;
}
@media (min-width: 1068px) {
  #project-details-card .wrapper .project-details-card-arrow {
    display: block;
    position: absolute;
    width: 46px;
    height: 46px;
    bottom: 98px;
    left: 105px;
  }
}
@media (min-width: 1860px) {
  #project-details-card .wrapper .project-details-card-arrow {
    bottom: 124px;
    left: 124px;
  }
}
#project-details-card .wrapper .label {
  color: #595959;
  font-size: 12px;
  line-height: 15px;
  padding: 0 0 8px 16px;
  position: relative;
}
@media (min-width: 1068px) {
  #project-details-card .wrapper .label {
    font-size: 12px;
    line-height: 15px;
  }
}
@media (min-width: 1860px) {
  #project-details-card .wrapper .label {
    font-size: 14px;
    line-height: 17px;
    padding: 0 0 12px 16px;
  }
}
#project-details-card .wrapper .label::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #595959;
  position: absolute;
  left: 0;
  top: 4px;
}
#project-details-card .wrapper .data {
  font-size: 20px;
  line-height: 24px;
  padding-bottom: 32px;
  border-bottom: 1px solid #0D0D0D;
  margin-bottom: 25px;
}
@media (min-width: 1068px) {
  #project-details-card .wrapper .data {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 32px;
  }
}
@media (min-width: 1860px) {
  #project-details-card .wrapper .data {
    font-size: 36px;
    line-height: 44px;
  }
}
#project-details-card .wrapper .benefits {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding-top: 8px;
  gap: 7px;
}
@media (min-width: 1068px) {
  #project-details-card .wrapper .benefits {
    gap: 16px;
  }
}
#project-details-card .wrapper .benefits img {
  width: calc(33.333% - 7px);
}
@media (min-width: 1068px) {
  #project-details-card .wrapper .benefits img {
    width: 88px;
  }
}
@media (min-width: 1860px) {
  #project-details-card .wrapper .benefits img {
    width: 120px;
  }
}

#project-details-phase {
  padding-bottom: 96px;
}
@media (min-width: 1068px) {
  #project-details-phase {
    padding-bottom: 156px;
  }
}
@media (min-width: 1068px) {
  #project-details-phase {
    padding-bottom: 180px;
  }
}
#project-details-phase h3 {
  font-size: 36px;
  line-height: 40px;
  padding-bottom: 40px;
  padding-top: 96px;
}
@media (min-width: 1068px) {
  #project-details-phase h3 {
    font-size: 60px;
    line-height: 68px;
    padding-bottom: 54px;
    padding-top: 156px;
  }
}
@media (min-width: 1860px) {
  #project-details-phase h3 {
    font-size: 96px;
    line-height: 112px;
    padding-bottom: 132px;
    padding-top: 180px;
  }
}
#project-details-phase .desktop-lines {
  display: none;
}
@media (min-width: 1068px) {
  #project-details-phase .desktop-lines {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 16px;
  }
}
#project-details-phase .desktop-lines .line-thin {
  height: 1px;
  width: 115%;
  margin-left: -15%;
  background: #1C1C1C;
}
#project-details-phase .desktop-lines .line-bold {
  height: 3px;
  width: 50%;
  background: #1C1C1C;
  position: absolute;
  top: -3px;
}
#project-details-phase .phases {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  padding-left: 5%;
  border-left: 1px solid #262626;
}
@media (min-width: 1068px) {
  #project-details-phase .phases {
    padding: 0;
    border: none;
    flex-direction: row;
    width: 100%;
    height: 256px;
  }
}
@media (min-width: 1860px) {
  #project-details-phase .phases {
    width: 100%;
    height: 371px;
  }
}
#project-details-phase .phases .phase {
  position: relative;
  width: 100%;
  padding: 24px;
}
@media (min-width: 1068px) {
  #project-details-phase .phases .phase {
    width: 25%;
    height: 100%;
    position: relative;
    padding: 116px 0 0 96px;
  }
}
@media (min-width: 1860px) {
  #project-details-phase .phases .phase {
    padding: 161px 0 0 130px;
  }
}
#project-details-phase .phases .integrate {
  background: #F2FFD5;
}
#project-details-phase .phases .quantify {
  background: #D4FFA0;
}
#project-details-phase .phases .monetize {
  background: #ACE16C;
}
#project-details-phase .phases .icon {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 24px;
  left: 24px;
}
@media (min-width: 1068px) {
  #project-details-phase .phases .icon {
    width: 24px;
    height: 24px;
    margin-right: 33px;
    left: 40px;
    top: 118px;
  }
}
@media (min-width: 1860px) {
  #project-details-phase .phases .icon {
    width: 48px;
    height: 48px;
    left: 40px;
    top: 161px;
  }
}
#project-details-phase .phases .title {
  font-size: 24px;
  line-height: 29px;
  padding-left: 40px;
}
@media (min-width: 1068px) {
  #project-details-phase .phases .title {
    font-size: 24px;
    line-height: 29px;
    padding-left: 0px;
  }
}
@media (min-width: 1860px) {
  #project-details-phase .phases .title {
    font-size: 40px;
    line-height: 48px;
  }
}
#project-details-phase .phases .title sup {
  left: 4%;
  top: -17px;
  font-size: 10px;
  line-height: 13px;
}
@media (min-width: 1860px) {
  #project-details-phase .phases .title sup {
    font-size: 14px;
    line-height: 18px;
    top: -19px;
  }
}
#project-details-phase .phases .text {
  display: none;
  font-size: 16px;
  line-height: 19px;
  padding-bottom: 48px;
  margin: 12px 0 0 0;
}
@media (min-width: 1068px) {
  #project-details-phase .phases .text {
    font-size: 16px;
    line-height: 19px;
    padding-bottom: 32px;
    margin: 16px 0 0 0;
  }
}
@media (min-width: 1860px) {
  #project-details-phase .phases .text {
    font-size: 20px;
    line-height: 24px;
    margin: 24px 0 0 0;
  }
}
#project-details-phase .phases .text br {
  display: none;
}
@media (min-width: 1068px) {
  #project-details-phase .phases .text br {
    display: block;
  }
}
#project-details-phase .phases .button {
  display: none;
  background: #0D0D0D;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding: 0 24px;
  color: #fbfcfd;
  text-decoration: none;
  width: fit-content;
  transition: 0.3s ease all;
}
#project-details-phase .phases .button:hover {
  background: #3D3D3D;
}
@media (min-width: 1860px) {
  #project-details-phase .phases .button {
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    padding: 0 64px;
  }
}
#project-details-phase .current-phase1 .desktop-lines .line-bold {
  left: 0;
  width: 50%;
}
@media (min-width: 1068px) {
  #project-details-phase .current-phase1 .integrate {
    padding-top: 52px;
    width: 50%;
  }
}
@media (min-width: 1860px) {
  #project-details-phase .current-phase1 .integrate {
    padding-top: 80px;
  }
}
@media (min-width: 1068px) {
  #project-details-phase .current-phase1 .integrate .title {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (min-width: 1860px) {
  #project-details-phase .current-phase1 .integrate .title {
    font-size: 48px;
    line-height: 58px;
  }
}
#project-details-phase .current-phase1 .integrate .title sup {
  font-size: px;
}
@media (min-width: 1068px) {
  #project-details-phase .current-phase1 .integrate .title sup {
    font-size: 14px;
    left: 1%;
    top: -20px;
  }
}
@media (min-width: 1860px) {
  #project-details-phase .current-phase1 .integrate .title sup {
    font-size: 16px;
    top: -23px;
  }
}
#project-details-phase .current-phase1 .integrate .text {
  display: block;
}
#project-details-phase .current-phase1 .integrate .button {
  display: block;
}
#project-details-phase .current-phase1 .integrate::before {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  background: #262626;
  position: absolute;
  left: -5.5%;
  top: 0px;
}
@media (min-width: 1068px) {
  #project-details-phase .current-phase1 .integrate::before {
    display: none;
  }
}
#project-details-phase .current-phase2 .desktop-lines .line-bold {
  left: 25%;
  width: 50%;
}
@media (min-width: 1068px) {
  #project-details-phase .current-phase2 .quantify {
    padding-top: 52px;
    width: 50%;
  }
}
@media (min-width: 1860px) {
  #project-details-phase .current-phase2 .quantify {
    padding-top: 80px;
  }
}
@media (min-width: 1068px) {
  #project-details-phase .current-phase2 .quantify .title {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (min-width: 1860px) {
  #project-details-phase .current-phase2 .quantify .title {
    font-size: 48px;
    line-height: 58px;
  }
}
#project-details-phase .current-phase2 .quantify .title sup {
  font-size: px;
}
@media (min-width: 1068px) {
  #project-details-phase .current-phase2 .quantify .title sup {
    font-size: 14px;
    left: 1%;
    top: -20px;
  }
}
@media (min-width: 1860px) {
  #project-details-phase .current-phase2 .quantify .title sup {
    font-size: 16px;
    top: -23px;
  }
}
#project-details-phase .current-phase2 .quantify .text {
  display: block;
}
#project-details-phase .current-phase2 .quantify .button {
  display: block;
}
#project-details-phase .current-phase2 .quantify::before {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  background: #262626;
  position: absolute;
  left: -5.5%;
  top: 0px;
}
@media (min-width: 1068px) {
  #project-details-phase .current-phase2 .quantify::before {
    display: none;
  }
}
#project-details-phase .current-phase3 .desktop-lines .line-bold {
  left: 50%;
  width: 50%;
}
@media (min-width: 1068px) {
  #project-details-phase .current-phase3 .monetize {
    padding-top: 52px;
    width: 50%;
  }
}
@media (min-width: 1860px) {
  #project-details-phase .current-phase3 .monetize {
    padding-top: 80px;
  }
}
@media (min-width: 1068px) {
  #project-details-phase .current-phase3 .monetize .title {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (min-width: 1860px) {
  #project-details-phase .current-phase3 .monetize .title {
    font-size: 48px;
    line-height: 58px;
  }
}
#project-details-phase .current-phase3 .monetize .title sup {
  font-size: px;
}
@media (min-width: 1068px) {
  #project-details-phase .current-phase3 .monetize .title sup {
    font-size: 14px;
    left: 1%;
    top: -20px;
  }
}
@media (min-width: 1860px) {
  #project-details-phase .current-phase3 .monetize .title sup {
    font-size: 16px;
    top: -23px;
  }
}
#project-details-phase .current-phase3 .monetize .text {
  display: block;
}
#project-details-phase .current-phase3 .monetize .button {
  display: block;
}
#project-details-phase .current-phase3 .monetize::before {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  background: #262626;
  position: absolute;
  left: -5.5%;
  top: 0px;
}
@media (min-width: 1068px) {
  #project-details-phase .current-phase3 .monetize::before {
    display: none;
  }
}

#project-details-testimony {
  background: #EFEFEF;
  padding: 115px 0;
}
@media (min-width: 1068px) {
  #project-details-testimony {
    padding: 96px 0 56px 0;
  }
}
#project-details-testimony .container::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
#project-details-testimony .text {
  font-size: 20px;
  line-height: 24px;
  margin: 0;
  padding: 0 0 48px 0;
}
@media (min-width: 1068px) {
  #project-details-testimony .text {
    font-size: 30px;
    line-height: 36px;
    padding: 0 315px 64px 105px;
  }
}
@media (min-width: 1860px) {
  #project-details-testimony .text {
    font-size: 36px;
    line-height: 40px;
    padding: 0 467px 70px 152px;
  }
}
@media (min-width: 1068px) {
  #project-details-testimony .text.text2 {
    padding: 0 105px 64px 315px;
  }
}
@media (min-width: 1860px) {
  #project-details-testimony .text.text2 {
    padding: 0 152px 70px 467px;
  }
}
#project-details-testimony .image {
  padding: 0 0 48px 0;
  text-align: center;
}
@media (min-width: 1068px) {
  #project-details-testimony .image {
    padding: 0 0 64px 0;
  }
}
@media (min-width: 1860px) {
  #project-details-testimony .image {
    padding: 0 0 70px 0;
  }
}
#project-details-testimony .signature {
  position: relative;
  float: right;
}
@media (min-width: 1068px) {
  #project-details-testimony .signature {
    padding-right: 105px;
  }
}
@media (min-width: 1860px) {
  #project-details-testimony .signature {
    padding-right: 152px;
  }
}
#project-details-testimony .signature p {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  margin: 0;
  padding-bottom: 8px;
}
@media (min-width: 1068px) {
  #project-details-testimony .signature p {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 1860px) {
  #project-details-testimony .signature p {
    font-size: 36px;
    line-height: 44px;
  }
}
#project-details-testimony .signature p::before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: -12px;
  width: 6px;
  height: 6px;
  background: #262626;
}
@media (min-width: 1068px) {
  #project-details-testimony .signature p::before {
    top: 6px;
  }
}
@media (min-width: 1860px) {
  #project-details-testimony .signature p::before {
    top: 9px;
    left: -20px;
  }
}
#project-details-testimony .signature span {
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #333;
}
@media (min-width: 1860px) {
  #project-details-testimony .signature span {
    font-size: 14px;
    line-height: 17px;
  }
}
@media (min-width: 1068px) {
  #project-details-testimony .signature.without_text2 {
    padding-right: 210px;
  }
}
@media (min-width: 1860px) {
  #project-details-testimony .signature.without_text2 {
    padding-right: 294px;
  }
}

#home-projects .home-projects-line {
  background: none !important;
}
#home-projects .home-projects-line::after {
  display: none !important;
}

/* Mixins
     ========================================================================== */
/*** MEDIA QUERIES MIXIN ***/
html,
body,
figure,
source {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  color: #262626;
  font-weight: 400;
  overflow-x: hidden;
  background: #fbfcfd;
}

@media (min-width: 1068px) {
  body#contactus {
    overflow: hidden;
  }
}
.container {
  width: 100%;
}

.primary-link {
  width: 100%;
  height: 40px;
  background: #262626;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: #fbfcfd;
  mix-blend-mode: normal;
}

@media (min-width: 1860px) {
  .primary-link {
    font-size: 16px;
    height: 48px;
  }
}
#home-top {
  overflow: hidden;
}

@media (min-width: 1068px) {
  #home-top {
    max-height: 440px;
  }
}
@media (min-width: 1366px) {
  #home-top {
    max-height: 540px;
  }
}
#home-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#home-unleash {
  padding: 40px 16px 0;
  position: relative;
}

@media (min-width: 1068px) {
  #home-unleash {
    padding: 58px 64px 180px;
  }
}
@media (min-width: 1860px) {
  #home-unleash {
    padding-top: 160px;
  }
}
#home-unleash .home-unleash-arrow {
  position: absolute;
  top: 170px;
  right: 16px;
  width: 23px;
  height: 23px;
  transition: 0.3s ease all;
}

@media (min-width: 1068px) {
  #home-unleash .home-unleash-arrow {
    width: 46px;
    height: 46px;
    top: 142px;
  }
}
@media (min-width: 1860px) {
  #home-unleash .home-unleash-arrow {
    right: 64px;
    top: 270px;
  }
}
#home-unleash .home-unleash-arrow:hover {
  transform: translateY(10px);
}

#home-unleash .home-unleash-arrow svg {
  width: 100%;
}

#home-unleash .home-unleash-line {
  height: 170px;
  width: 1px;
  background: #262626;
  margin: 15px auto 0 auto;
}

@media (min-width: 1068px) {
  #home-unleash .home-unleash-line {
    display: none;
  }
}
#home-unleash .home-unleash-line::before {
  content: "";
  height: 7px;
  width: 7px;
  background: #262626;
  display: block;
  margin-left: -3px;
}

#home-unleash .home-unleash-title {
  font-weight: 400;
  font-size: 36px;
  line-height: 1.2;
  margin: 0 0 88px;
  position: relative;
}

#home-unleash .home-unleash-title span {
  display: block;
}

@media (min-width: 1068px) {
  #home-unleash .home-unleash-title span {
    display: inline;
  }
}
@media (min-width: 1068px) {
  #home-unleash .home-unleash-title {
    font-size: 60px;
    max-width: 922px;
  }
}
@media (min-width: 1860px) {
  #home-unleash .home-unleash-title {
    font-size: 72px;
    max-width: 1010px;
    margin-bottom: 140px;
  }
}
#home-unleash .home-unleash--content {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

@media (min-width: 1068px) {
  #home-unleash .home-unleash--content {
    max-width: 836px;
    margin: auto;
  }
}
@media (min-width: 1860px) {
  #home-unleash .home-unleash--content {
    max-width: 1000px;
  }
}
#home-unleash .home-unleash-texto {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  margin: 0 0 90px;
}

@media (min-width: 1068px) {
  #home-unleash .home-unleash-texto {
    margin: 0 0 56px;
    font-size: 36px;
  }
}
@media (min-width: 1860px) {
  #home-unleash .home-unleash-texto {
    font-size: 40px;
  }
}
#home-unleash .home-unleash-link {
  transition: all 0.3s ease;
}

@media (min-width: 1068px) {
  #home-unleash .home-unleash-link {
    max-width: 328px;
  }
}
#home-unleash .home-unleash-link:hover {
  background: #c5ff80;
  color: #262626;
}

#home-climate-crisis {
  background: #1c1c1c;
  padding-bottom: 44px;
}

@media (min-width: 1366px) {
  #home-climate-crisis {
    padding-bottom: 108px;
    margin: 0 64px;
  }
}
@media (min-width: 1860px) {
  #home-climate-crisis {
    padding-bottom: 215px;
  }
}
#home-climate-crisis .crisis--cover {
  margin-bottom: 64px;
}

@media (min-width: 1366px) {
  #home-climate-crisis .crisis--cover {
    margin-bottom: 115px;
  }
}
@media (min-width: 1860px) {
  #home-climate-crisis .crisis--cover {
    margin-bottom: 169px;
  }
}
#home-climate-crisis .crisis--cover img {
  width: 100%;
}

#home-climate-crisis .crisis--content {
  padding: 0 24px;
}

@media (min-width: 1068px) {
  #home-climate-crisis .crisis--content {
    padding: 0 105px;
  }
}
@media (min-width: 1860px) {
  #home-climate-crisis .crisis--content {
    padding: 0 152px;
  }
}
#home-climate-crisis .crisis--content .home-climate-crisis-title {
  color: #fbfcfd;
  display: flex;
  font-size: 36px;
  line-height: 40px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 32px 0;
}

@media (min-width: 1366px) {
  #home-climate-crisis .crisis--content .home-climate-crisis-title {
    font-size: 60px;
    line-height: 68px;
    margin: 0 0 98px 0;
  }
}
@media (min-width: 1860px) {
  #home-climate-crisis .crisis--content .home-climate-crisis-title {
    margin: 0 0 73px 0;
  }
}
#home-climate-crisis .crisis--content .subtitle {
  background: #D4FFA0;
  color: #262626;
  margin-bottom: 12px;
}

#home-climate-crisis .home-climate-crisis-slider {
  padding: 16px 16px 46px;
}

@media (min-width: 1068px) {
  #home-climate-crisis .home-climate-crisis-slider {
    padding: 0 105px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 5%;
    align-items: self-start;
  }
}
@media (min-width: 1860px) {
  #home-climate-crisis .home-climate-crisis-slider {
    padding: 0 152px;
  }
}
#home-climate-crisis .home-climate-crisis-slider .slick-slide {
  padding: 0 8px;
}

#home-climate-crisis .home-climate-crisis-slider .slick-dots {
  display: flex;
  gap: 8px;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  padding: 0 16px;
}

#home-climate-crisis .home-climate-crisis-slider .slick-dots li {
  flex: auto;
}

#home-climate-crisis .home-climate-crisis-slider .slick-dots li.slick-active button {
  background-color: #fbfcfd;
  height: 4px;
}

#home-climate-crisis .home-climate-crisis-slider .slick-dots li button {
  border: none;
  background-color: #a6a6a6;
  font-size: 0;
  height: 1px;
  width: 100%;
  transform: all 0.2 ease-in-out;
}

#home-climate-crisis .home-climate-crisis-animated-image {
  width: 100%;
}

#home-climate-crisis .home-climate-crisis-box-texto {
  display: block;
  padding: 0px;
  margin-top: 32px;
  margin-bottom: 19px;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #fbfcfd;
}

@media (min-width: 1068px) {
  #home-climate-crisis .home-climate-crisis-box-texto {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 1860px) {
  #home-climate-crisis .home-climate-crisis-box-texto {
    font-size: 24px;
    line-height: 29px;
  }
}
#home-climate-crisis .home-climate-crisis-box-texto .green {
  color: #c5ff80;
}

#home-climate-crisis .home-climate-clisis-box-corchete {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #fbfcfd;
  width: 100%;
  margin-top: 5px;
  display: block;
}

@media (min-width: 1860px) {
  #home-climate-crisis .home-climate-clisis-box-corchete {
    font-size: 16px;
    line-height: 19px;
    margin-top: 15px;
  }
}
#home-climate-crisis .home-climate-crisis-box-source {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  margin-top: 15px;
  color: #a6a6a6;
}

@media (min-width: 1860px) {
  #home-climate-crisis .home-climate-crisis-box-source {
    font-size: 16px;
    line-height: 19px;
  }
}
#home-projects {
  padding: 0 16px 132px;
  width: 100%;
}

@media (min-width: 1068px) {
  #home-projects {
    display: grid;
    grid-template-columns: 400px minmax(0, 1fr);
    grid-template-rows: 1fr;
    gap: 16px;
    padding: 146px 0 150px 64px;
    position: relative;
  }
}
@media (min-width: 1860px) {
  #home-projects {
    grid-template-columns: 646px minmax(0, 1fr);
    padding: 146px 0 181px 64px;
  }
}
#home-projects .home-projects-line {
  height: 146px;
  width: 1px;
  background: #262626;
  margin: 0 auto 20px auto;
  position: relative;
}

@media (min-width: 1068px) {
  #home-projects .home-projects-line {
    display: none;
  }
}
#home-projects .home-projects-line::after {
  content: "";
  height: 7px;
  width: 7px;
  background: #262626;
  display: block;
  margin-left: -3px;
  position: absolute;
  bottom: 0;
}

#home-projects .projects--content {
  display: block;
  margin-bottom: 32px;
}

@media (min-width: 1068px) {
  #home-projects .projects--content {
    margin-bottom: 0;
  }
}
#home-projects .projects--content .home-projects-title {
  font-size: 36px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #262626;
}

@media (min-width: 1068px) {
  #home-projects .projects--content .home-projects-title {
    font-size: 60px;
  }
}
@media (min-width: 1860px) {
  #home-projects .projects--content .home-projects-title {
    font-size: 72px;
  }
}
#home-projects .home-projects-slider {
  width: 100%;
}

#home-projects .home-projects-slider .slick-slide {
  height: auto !important;
  max-width: 100%;
  margin: 0 8px;
}

@media (min-width: 1068px) {
  #home-projects .home-projects-slider .slick-slide {
    margin: 0 12px;
  }
}
#home-projects .home-projects-slider .slick-slide > div {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#home-projects .home-projects-slider .slick-track {
  display: flex !important;
}

#home-projects .home-projects-slider .slick-dots {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  list-style-type: none;
  margin: 25px auto 0;
  width: 100%;
}

@media (min-width: 1068px) {
  #home-projects .home-projects-slider .slick-dots {
    max-width: 260px;
  }
}
@media (min-width: 1366px) {
  #home-projects .home-projects-slider .slick-dots {
    margin: 32px auto 0;
  }
}
#home-projects .home-projects-slider .slick-dots li {
  display: flex;
  cursor: pointer;
  padding: 8px 0;
  width: 100%;
}

#home-projects .home-projects-slider .slick-dots li button {
  cursor: pointer;
  font-size: 0;
  width: 100%;
  height: 1px;
  border: none;
  background-color: #868686;
}

#home-projects .home-projects-slider .slick-dots li.slick-active button {
  background-color: #262626;
  height: 4px;
}

#home-projects .home-projects-sliderbox-text-location {
  font-weight: 500;
  font-size: 14px;
  display: flex;
  border-width: 0px 0px 0px 1px;
  border-style: solid;
  height: 30px;
  width: 51px;
  justify-content: center;
  align-items: center;
  border-color: #868686;
  line-height: 17px;
  color: #262626;
}

#home-projects .home-projects-sliderbox-text-location img {
  margin-right: 1px;
}

#home-projects .home-projects-sliderbox-text-location span {
  margin-left: 1px;
}

#home-projects .home-projects-sliderbox {
  padding: 30px 16px 16px;
  height: 100%;
  border: 1px solid #262626;
  position: relative;
}

#home-projects .home-projects-sliderbox-contact {
  justify-content: space-between;
  display: flex !important;
  flex-direction: column;
}

#home-projects .home-projects-sliderbox-contact-top {
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  color: #262626;
  height: auto;
}

#home-projects .home-projects-sliderbox-contact-bottom {
  background: #e3ffbc;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-top: 1px solid #262626;
  height: 270px;
  margin: 0 -15px -15px;
  width: calc(100% + 30px);
}

#home-projects .home-projects-sliderbox-contact-bottom svg {
  height: 192px;
}

#home-projects .home-projects-sliderbox-contact-bottom svg .circulo {
  transition: 0.3s ease all;
  fill: #0D0D0D;
}

#home-projects .home-projects-sliderbox-contact-bottom:hover > svg .circulo {
  fill: #333333;
}

#home-projects .home-projects-sliderbox-text {
  display: flex;
  justify-content: space-between;
}

#home-projects .home-projects-sliderbox-image {
  padding: 16px 0;
  border-bottom: 1px solid #868686;
  border-top: 1px solid #868686;
}

#home-projects .home-projects-sliderbox-image img {
  width: 100%;
}

#home-projects .home-projects-sliderbox-text-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #262626;
  height: 30px;
  display: flex;
  align-items: center;
}

#home-projects .home-projects-sliderbox-text-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  margin: 12px 0 17px;
  color: #262626;
}

#home-projects .home-projects-sliderbox-text-tags {
  display: flex;
  margin-bottom: 38px;
}

#home-projects .home-projects-sliderbox-text-tags-item {
  border: 0.5px solid #776de1;
  border-radius: 28px;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  display: flex;
  align-items: center;
  padding: 4px 12px;
  margin-right: 6px;
  color: #776de1;
  justify-content: center;
  mix-blend-mode: normal;
  text-transform: lowercase;
  flex: none;
  order: 0;
  flex-grow: 0;
}

#home-projects .home-projects-sliderbox-text-link {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  margin-left: auto;
  margin-top: auto;
  text-decoration-line: underline;
  display: block;
  color: #595959;
  position: absolute;
  bottom: 16px;
  right: 16px;
}

#home-projects .link-full-project-card {
  text-decoration: none;
  height: 100%;
}

#home-projects .link-full-project-card:hover .home-projects-sliderbox-text-link {
  background: #c5ff80;
  color: #262626;
}

#home-projects .home-projects-arrow {
  display: none;
}

@media (min-width: 1068px) {
  #home-projects .home-projects-arrow {
    display: block;
    position: absolute;
    top: 668px;
    left: 64px;
  }
}
@media (min-width: 1068px) {
  #home-projects .home-projects-arrow {
    display: block;
    position: absolute;
    top: 670px;
    left: 64px;
  }
}
#home-process {
  padding: 0;
  width: 100%;
}

@media (min-width: 1068px) {
  #home-process {
    background: url("../../img/from_waste_to_cc-1366.svg") 0 0 no-repeat;
    background-size: 100% auto;
    position: relative;
    max-width: 1366px;
    margin: auto;
    height: 1673px;
  }
}
@media (min-width: 1860px) {
  #home-process {
    background: url("../../img/from_waste_to_cc-1920.svg") 0 0 no-repeat;
    background-size: 100% auto;
    max-width: 1920px;
    heigth: 1765px;
  }
}
#home-process .process--content {
  padding: 0 16px;
  margin-bottom: 46px;
}

@media (min-width: 1068px) {
  #home-process .process--content {
    padding: 0 64px;
    margin-bottom: 0;
  }
}
#home-process .process--content .home-process-title {
  font-size: 36px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #262626;
}

@media (min-width: 1068px) {
  #home-process .process--content .home-process-title {
    font-size: 72px;
    max-width: 635px;
  }
}
#home-process .home-process-boxes {
  margin: 0 16px;
  padding-bottom: 16px;
  background-color: #e3ffbc;
}

@media (min-width: 1068px) {
  #home-process .home-process-boxes {
    background-color: transparent;
    margin-top: 155px;
    padding-bottom: 0;
  }
}
#home-process .home-process-box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
  height: 428px;
  padding: 46px 16px 72px 85px;
}

@media (min-width: 1068px) {
  #home-process .home-process-box {
    flex-direction: row;
    height: auto;
    height: 440px;
    padding: 55px 0 0;
  }
}
#home-process .home-process-box::after {
  content: "";
  position: absolute;
  width: calc(100% - 32px);
  height: 1px;
  left: 16px;
  bottom: 0;
  background-color: #262626;
}

@media (min-width: 1068px) {
  #home-process .home-process-box::after {
    display: none;
  }
}
#home-process .home-process-box .home-process-box-title {
  font-size: 36px;
  line-height: 1.2;
  color: #262626;
  position: absolute;
  top: 48px;
  left: 16px;
}

@media (min-width: 1068px) {
  #home-process .home-process-box .home-process-box-title {
    font-size: 60px;
    position: relative;
    top: unset;
    left: unset;
    line-height: 1;
  }
}
#home-process .home-process-box .home-process-box-title::before {
  background: #262626;
  content: "";
  position: absolute;
  height: 6px;
  width: 6px;
  right: -10px;
  top: 8px;
}

@media (min-width: 1068px) {
  #home-process .home-process-box .home-process-box-title::before {
    bottom: 8px;
    height: 8px;
    width: 8px;
    left: 64px;
    top: unset;
    right: unset;
  }
}
#home-process .home-process-box .home-process-box-title span {
  display: none;
  margin-left: 10px;
}

@media (min-width: 1068px) {
  #home-process .home-process-box .home-process-box-title span {
    display: inline-block;
  }
}
#home-process .home-process-box .home-process-box-image {
  height: 120px;
  width: 120px;
}

@media (min-width: 1068px) {
  #home-process .home-process-box .home-process-box-image {
    position: absolute;
  }
}
#home-process .home-process-box .home-process-box-text {
  font-size: 14px;
  line-height: 1.2;
  width: auto;
  color: #262626;
}

@media (min-width: 1068px) {
  #home-process .home-process-box .home-process-box-text {
    font-size: 20px;
  }
}
@media (min-width: 1860px) {
  #home-process .home-process-box .home-process-box-text {
    font-size: 24px;
  }
}
#home-process .home-process-box .home-process-box-text span {
  display: block;
  font-size: 24px;
  margin: 32px 0 16px;
}

@media (min-width: 1068px) {
  #home-process .home-process-box .home-process-box-text span {
    display: none;
  }
}
@media (min-width: 1068px) {
  #home-process .home-process-box.home-process-box1 {
    left: 10.3%;
  }
  #home-process .home-process-box.home-process-box2 {
    left: 23.2%;
  }
  #home-process .home-process-box.home-process-box3 {
    left: 17.5%;
  }
  #home-process .home-process-box .home-process-box-title {
    left: 224px;
  }
  #home-process .home-process-box .home-process-box-image {
    left: 32px;
    bottom: 32px;
  }
  #home-process .home-process-box .home-process-box-text {
    margin-left: 82px;
    margin-top: 115px;
    width: 400px;
  }
  #home-process .home-process-box.home-process-box2 .home-process-box-title::before {
    left: 77px;
  }
  #home-process .home-process-box.home-process-box3 .home-process-box-title::before {
    left: 77px;
  }
}
@media (min-width: 1860px) {
  #home-process .home-process-box.home-process-box1 {
    left: 22.1%;
  }
  #home-process .home-process-box.home-process-box2 {
    left: 31.5%;
  }
  #home-process .home-process-box.home-process-box3 {
    left: 26.7%;
  }
  #home-process .home-process-box .home-process-box-title {
    left: 224px;
  }
  #home-process .home-process-box .home-process-box-image {
    left: 32px;
    bottom: 32px;
  }
  #home-process .home-process-box .home-process-box-text {
    margin-left: 82px;
    margin-top: 115px;
    width: 400px;
  }
}
#home-process .home-process-link {
  margin: 41px 16px 0;
  width: calc(100% - 32px);
}

@media (min-width: 1068px) {
  #home-process .home-process-link {
    display: none;
  }
}
#home-process .home-process-box3::after {
  display: none;
}

#our-platform-desktop-design {
  display: none;
}

@media (min-width: 1068px) {
  #our-platform-desktop-design {
    display: block;
  }
}
#our-platform-mobile-design {
  display: block;
}

@media (min-width: 1068px) {
  #our-platform-mobile-design {
    display: none;
  }
}
#home-our-platform .container {
  padding: 145px 64px 205px 64px;
}

@media (min-width: 1860px) {
  #home-our-platform .container {
    padding: 282px 64px 205px 64px;
  }
}
#home-our-platform .our-platform-title {
  font-size: 60px;
  line-height: 68px;
  margin-bottom: 152px;
  text-transform: uppercase;
}

@media (min-width: 1860px) {
  #home-our-platform .our-platform-title {
    font-size: 72px;
    line-height: 87px;
    margin-bottom: 184px;
  }
}
#home-our-platform .our-platform-menu {
  width: 42%;
}

@media (min-width: 1860px) {
  #home-our-platform .our-platform-menu {
    width: 32%;
  }
}
#home-our-platform .our-platform-menu .option {
  position: relative;
  padding: 0 0 0 26px;
  height: 100%;
  margin: 0 0 61px 0;
  cursor: pointer;
}

@media (min-width: 1860px) {
  #home-our-platform .our-platform-menu .option {
    margin: 0 0 68px 0;
  }
}
#home-our-platform .our-platform-menu .option h4 {
  font-size: 30px;
  line-height: 33px;
  margin: 0 0 24px 0;
  text-transform: uppercase;
}

@media (min-width: 1860px) {
  #home-our-platform .our-platform-menu .option h4 {
    font-size: 36px;
    line-height: 40px;
  }
}
#home-our-platform .our-platform-menu .option p {
  font-size: 16px;
  line-height: 19px;
  padding: 0;
  margin: 0;
  transition: 0.3s ease all;
  transform: translateY(-20px);
  height: 0;
  opacity: 0;
}

@media (min-width: 1860px) {
  #home-our-platform .our-platform-menu .option p {
    font-size: 20px;
    line-height: 24px;
  }
}
#home-our-platform .our-platform-menu .option:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #262626;
  transition: 0.3s ease height;
}

#home-our-platform .our-platform-menu .option3 {
  margin-bottom: 0;
}

#home-our-platform .our-platform-menu .option.active p {
  transform: translateY(0px);
  height: auto;
  opacity: 1;
}

#home-our-platform .our-platform-menu .option.active:before {
  height: calc(100% - 10px);
}

#home-our-platform .our-platform-player {
  float: right;
  background: #262626;
  width: 608px;
  height: 469px;
  position: relative;
}

@media (min-width: 1860px) {
  #home-our-platform .our-platform-player {
    width: 738px;
    height: 568px;
  }
}
#home-our-platform .our-platform-player .anim {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fbfcfd;
  display: none;
}

#home-our-platform .our-platform-player .anim.active {
  display: block;
}

#home-user-friendly {
  padding-top: 136px;
}

#home-user-friendly .container {
  padding: 0 16px 96px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  #home-user-friendly .container {
    padding: 103px 0 103px 168px;
  }
}
@media (min-width: 1366px) {
  #home-user-friendly .container {
    max-width: 1440px;
  }
}
@media (min-width: 1860px) {
  #home-user-friendly .container {
    padding: 103px 396px 103px 392px;
    max-width: 1920px;
  }
}
#home-user-friendly .end-to-end-title {
  font-size: 36px;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 96px;
}

#home-user-friendly .friendly--content {
  max-width: 375px;
}

#home-user-friendly .home-user-friendly-title {
  display: block;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 16px;
  position: relative;
  color: #262626;
  max-width: 332px;
}

@media (min-width: 768px) {
  #home-user-friendly .home-user-friendly-title {
    margin-top: 52px;
    font-size: 36px;
  }
}
#home-user-friendly .home-user-friendly-title::before {
  content: "";
  display: none;
  background: #262626;
  position: absolute;
  width: 8px;
  height: 8px;
  left: 0;
}

@media (min-width: 1068px) {
  #home-user-friendly .home-user-friendly-title::before {
    display: inline-block;
    top: -50px;
  }
}
#home-user-friendly .home-user-friendly-image {
  flex: 1;
}

#home-user-friendly .home-user-friendly-text {
  display: block;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 24px;
  color: #262626;
}

@media (min-width: 1366px) {
  #home-user-friendly .home-user-friendly-text {
    font-size: 20px;
  }
}
#home-trusted--transparency {
  padding: 0 16px 81px;
  position: relative;
  margin: 0 auto;
}

@media (min-width: 768px) {
  #home-trusted--transparency {
    padding: 128px 68px 56px 168px;
  }
}
@media (min-width: 1366px) {
  #home-trusted--transparency {
    max-width: 1440px;
  }
}
@media (min-width: 1860px) {
  #home-trusted--transparency {
    max-width: 1920px;
    padding: 152px 396px 56px 392px;
  }
}
#home-trusted--transparency .boxes .article-box {
  display: flex;
  position: relative;
  flex-direction: column-reverse;
}

@media (min-width: 768px) {
  #home-trusted--transparency .boxes .article-box {
    justify-content: flex-end;
    flex-direction: row;
  }
}
#home-trusted--transparency .boxes .article-box:not(:last-child) {
  margin-bottom: 96px;
}

@media (min-width: 768px) {
  #home-trusted--transparency .boxes .article-box:not(:last-child) {
    margin-bottom: 136px;
  }
}
@media (min-width: 768px) {
  #home-trusted--transparency .boxes .article-box:nth-child(even) {
    flex-direction: row-reverse;
    justify-content: flex-start;
  }
}
@media (min-width: 768px) {
  #home-trusted--transparency .boxes .article-box:nth-child(even) .content {
    padding-right: 48px;
    padding-left: 0;
  }
}
#home-trusted--transparency .boxes .article-box::before {
  content: "";
  background: #262626;
  display: none;
  position: absolute;
  width: 8px;
  height: 8px;
  left: 0;
  top: 10px;
}

@media (min-width: 1068px) {
  #home-trusted--transparency .boxes .article-box::before {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  #home-trusted--transparency .boxes .article-box .content {
    max-width: 400px;
    padding-left: 48px;
    padding-right: 0;
  }
}
#home-trusted--transparency .boxes .article-box .content .title {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 16px;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  #home-trusted--transparency .boxes .article-box .content .title {
    font-size: 36px;
    margin-bottom: 32px;
  }
}
#home-trusted--transparency .boxes .article-box .content .text {
  font-size: 16px;
  margin: 0;
}

@media (min-width: 768px) {
  #home-trusted--transparency .boxes .article-box .content .text {
    font-size: 20px;
  }
}
#home-trusted--transparency .boxes .article-box .image {
  max-width: 400px;
  margin-top: 32px;
}

@media (min-width: 768px) {
  #home-trusted--transparency .boxes .article-box .image {
    margin-top: 0;
  }
}
#get-started {
  background: url(../../img/projects/support-bg_mobile.svg) no-repeat;
  background-position: top center;
  background-size: 100% auto;
}

@media (min-width: 1068px) {
  #get-started {
    background: url(../../img/projects/support-bg_desktop.svg) no-repeat;
    background-position: top center;
    background-size: 100% auto;
  }
}
#get-started .container {
  padding: 0 16px;
  min-height: 480px;
  margin: 0 auto;
}

@media (min-width: 1068px) {
  #get-started .container {
    padding: 0 64px;
    max-width: 1440px;
  }
}
@media (min-width: 1860px) {
  #get-started .container {
    padding: 0 64px;
    max-width: 1920px;
  }
}
#get-started .wrapper {
  position: relative;
  padding: 210px 0 380px 0;
}

@media (min-width: 1068px) {
  #get-started .wrapper {
    padding: 210px 0 460px 34%;
  }
}
@media (min-width: 1860px) {
  #get-started .wrapper {
    padding: 264px 0 637px 34%;
  }
}
#get-started .gradient-text {
  font-size: 36px;
  line-height: 40px;
  background: linear-gradient(94.45deg, #9A90FF 29.94%, #1C1C1C 81.24%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  padding: 0 0 32px 0;
}

@media (min-width: 1068px) {
  #get-started .gradient-text {
    font-size: 72px;
    line-height: 87px;
    padding: 0 0 48px 0;
  }
}
#get-started .button-get-started {
  width: 100%;
  height: 40px;
  background: #262626;
  color: #fbfcfd;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  font-weight: 500;
  transition: all 0.3s ease;
  display: block;
  text-decoration: none;
}

@media (min-width: 1068px) {
  #get-started .button-get-started {
    width: 328px;
  }
}
@media (min-width: 1860px) {
  #get-started .button-get-started {
    font-size: 16px;
    height: 48px;
    line-height: 48px;
  }
}
#get-started .button-get-started:hover {
  cursor: pointer;
  background: #c5ff80;
  color: #262626;
  text-decoration: none;
}

#investing {
  display: flex;
  flex-direction: column;
  margin-bottom: 140px;
  width: 100%;
  z-index: 1;
}

@media (min-width: 1068px) {
  #investing {
    display: flex;
    flex-direction: row;
    padding: 0 64px;
    margin: 0 0 318px 0;
    background: #e5dbff;
    position: relative;
  }
}
#investing .container {
  padding: 0 16px;
  margin: 0 auto;
  position: relative;
}

@media (min-width: 1068px) {
  #investing .container {
    padding: 0;
    max-width: 1242px;
  }
  #investing .container::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #B3A9FF;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
@media (min-width: 1860px) {
  #investing .container {
    max-width: 1738px;
  }
  #investing .container::after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #B3A9FF;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }
}
#investing .investing-title {
  font-weight: 400;
  font-size: 36px;
  line-height: 110.52%;
  color: #262626;
  margin-bottom: 32px;
  max-width: 328px;
}

@media (min-width: 1068px) {
  #investing .investing-title {
    font-size: 60px;
    line-height: 73px;
    color: #262626;
    max-width: 416px;
    margin: 0;
    z-index: 100;
    position: absolute;
    left: 0;
  }
}
#investing .show-responsive {
  display: none;
}

@media (max-width: 1068px) {
  #investing .show-responsive.show-responsive {
    display: flex;
  }
}
#investing .investing-boxes {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (min-width: 1068px) {
  #investing .investing-boxes {
    display: grid;
    margin-left: auto;
    grid-template-columns: repeat(5, 248px);
    grid-template-rows: repeat(2, 248px);
    grid-gap: 0px;
    max-width: 100%;
  }
}
@media (min-width: 1860px) {
  #investing .investing-boxes {
    grid-template-columns: repeat(7, 248px);
    grid-template-rows: repeat(2, 248px);
  }
}
#investing .investing-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 136px;
  background: #e5dbff;
  margin-bottom: 8px;
  position: relative;
}

#investing .investing-box.show-1920 {
  display: none;
}

#investing .investing-box.show-desktop {
  display: none;
}

@media (min-width: 1068px) {
  #investing .investing-box {
    height: 248px;
    margin-bottom: 0;
    border-right: 1px solid #B3A9FF;
  }
  #investing .investing-box.show-desktop {
    display: flex;
  }
  #investing .investing-box.show-desktop, #investing .investing-box.show-1920 {
    border-right: 1px solid #B3A9FF;
  }
}
@media (min-width: 1860px) {
  #investing .investing-box.show-1920 {
    display: flex;
  }
}
#investing .investing-box img.investing-box--IDB, #investing .investing-box img.investing-box--nazca {
  display: block;
  width: auto;
  max-width: 146px;
}

#investing .investing-box .dot {
  position: absolute;
  top: 50%;
  left: 12px;
  width: 8px;
  height: 8px;
  background: #262626;
  display: block;
}

@media (min-width: 1068px) {
  #investing .investing-box .dot {
    top: 12px;
  }
}
@media (min-width: 1068px) {
  #investing .investing-box:nth-child(1) {
    border-bottom: 1px solid #B3A9FF;
    border-right: none;
  }
}
@media (min-width: 1068px) and (min-width: 1860px) {
  #investing .investing-box:nth-child(1) {
    border-bottom: none;
  }
}
@media (min-width: 1068px) {
  #investing .investing-box:nth-child(2) {
    border-bottom: 1px solid #B3A9FF;
  }
  #investing .investing-box:nth-child(3) {
    border-bottom: 1px solid #B3A9FF;
  }
  #investing .investing-box:nth-child(4) {
    border-bottom: 1px solid #B3A9FF;
  }
  #investing .investing-box:nth-child(5) {
    border-bottom: 1px solid #B3A9FF;
  }
  #investing .investing-box:nth-child(6) {
    border-bottom: 1px solid #B3A9FF;
  }
}
/* OLD  */
.show-desktop {
  display: none;
}

.show-1920 {
  display: none;
}

.show-mobile {
  display: block;
}

.w100 {
  width: 100%;
  max-width: 100%;
}

#home-press {
  padding: 0 16px;
  margin: 0 auto;
  width: 100%;
  margin: 0 auto 200px;
}

@media (min-width: 1068px) {
  #home-press {
    max-width: 1440px;
    padding: 0 65px;
    margin: 0 auto 360px;
  }
}
@media (min-width: 1860px) {
  #home-press {
    max-width: 1920px;
  }
}
#home-press .press-head {
  margin-bottom: 32px;
}

@media (min-width: 1068px) {
  #home-press .press-head {
    margin-bottom: 80px;
  }
}
#home-press .press-head .head--title {
  font-size: 36px;
  line-height: 1.2;
  color: #262626;
  margin: 0;
  max-width: 530px;
}

@media (min-width: 1068px) {
  #home-press .press-head .head--title {
    font-size: 60px;
  }
}
#home-press .press--news {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  #home-press .press--news {
    gap: 0 20px;
    flex-direction: row;
  }
}
@media (min-width: 1068px) {
  #home-press .press--news {
    gap: 0 40px;
  }
}
@media (min-width: 1860px) {
  #home-press .press--news {
    gap: 0 72px;
  }
}
#home-press .press--news .news--featured {
  border: 1px solid #262626;
  padding: 20px;
  margin-bottom: 40px;
}

@media (min-width: 1068px) {
  #home-press .press--news .news--featured {
    margin-bottom: 0;
    padding: 30px 40px 24px;
    flex: 0 0 495px;
  }
}
@media (min-width: 1860px) {
  #home-press .press--news .news--featured {
    padding: 44px 44px 32px;
    flex: 0 0 730px;
  }
}
#home-press .press--news .news--list {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 40px;
}

@media (min-width: 768px) {
  #home-press .press--news .news--list {
    gap: 20px;
    flex: auto;
  }
}
@media (min-width: 1068px) {
  #home-press .press--news .news--list {
    gap: 46px 40px;
    flex: 1 0 495px;
  }
}
@media (min-width: 1860px) {
  #home-press .press--news .news--list {
    flex: 1 0 730px;
    gap: 56px 80px;
  }
}
#home-press .press--news .news--article {
  border-bottom: 2px solid #a6a6a6;
  padding: 0 20px 24px 20px;
}

@media (min-width: 768px) {
  #home-press .press--news .news--article {
    padding: 0 0 15px 0;
  }
}
@media (min-width: 1068px) {
  #home-press .press--news .news--article {
    padding: 0 0 22px 0;
    flex: 0 1 calc(50% - 20px);
  }
}
@media (min-width: 1860px) {
  #home-press .press--news .news--article {
    padding: 0 0 24px 0;
    flex: 0 1 calc(50% - 40px);
  }
}
#home-press .press--news .news--article .news--date {
  color: #0d0d0d;
  font-size: 12px;
  display: flex;
  align-items: center;
}

#home-press .press--news .news--article .news--date::before {
  content: "";
  background-color: #262626;
  display: inline-block;
  height: 8px;
  width: 8px;
  margin-right: 8px;
}

@media (min-width: 1068px) {
  #home-press .press--news .news--article .news--date::before {
    height: 12px;
    width: 12px;
  }
}
#home-press .press--news .news--article .news--title {
  font-size: 24px;
  line-height: 29px;
  font-weight: 400;
  padding: 24px 0 48px;
  margin: 0;
}

@media (min-width: 768px) {
  #home-press .press--news .news--article .news--title {
    font-size: 20px;
    line-height: 24px;
    padding: 10px 0 16px;
  }
}
@media (min-width: 1068px) {
  #home-press .press--news .news--article .news--title {
    padding: 16px 0 24px;
    height: 136px; /*4 lineas*/
  }
}
@media (min-width: 1860px) {
  #home-press .press--news .news--article .news--title {
    font-size: 36px;
    line-height: 40px;
    padding: 32px 0 44px;
    height: 236px;
  }
}
#home-press .press--news .news--article .title--link {
  display: block;
  color: #262626;
  text-decoration: none;
}

#home-press .press--news .news--article .title--link:hover + .source--link {
  color: #262626;
  border-color: #262626;
  background: #c5ff80;
}

#home-press .press--news .news--article .source--link {
  display: inline-block;
  color: #595959;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  border-bottom: 1px solid #595959;
}

@media (min-width: 1860px) {
  #home-press .press--news .news--article .source--link {
    font-size: 16px;
  }
}
#home-press .press--news .news--article .source--link:hover {
  color: #262626;
  border-color: #262626;
  background: #c5ff80;
}

#home-press .press--news .news--article__featured {
  border: none;
  padding: 0;
}

#home-press .press--news .news--article__featured .news--image {
  margin-bottom: 12px;
}

@media (min-width: 1068px) {
  #home-press .press--news .news--article__featured .news--image {
    margin-bottom: 44px;
  }
}
#home-press .press--news .news--article__featured .news--image .news--link {
  display: block;
}

#home-press .press--news .news--article__featured .news--title {
  font-size: 24px;
  line-height: 29px;
  height: 157px;
  padding: 24px 0 48px;
  margin: 0;
}

@media (min-width: 1068px) {
  #home-press .press--news .news--article__featured .news--title {
    font-size: 24px;
    line-height: 29px;
  }
}
@media (min-width: 1860px) {
  #home-press .press--news .news--article__featured .news--title {
    height: 254px;
    font-size: 36px;
    line-height: 40px;
  }
}
.contactus-top {
  margin-bottom: 48px;
  width: 100%;
}

.contactus-top img {
  width: 100%;
}

#contactus-form {
  padding: 48px 16px;
}

#contactus-form .contactus-form-title {
  font-weight: 400;
  font-size: 36px;
  max-width: 343px;
  line-height: 110.52%;
  color: #262626;
}

#contactus-form .contactus-form-aclaracion {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  margin-top: 16px;
}

#contactus-form .contactus-form-required {
  color: #ed695e;
}

#contactus-form .contactus-form-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #262626;
  margin-top: 24px;
  max-width: 280px;
}

#contactus-form .contactus-form-info {
  padding-top: 40px;
}

#contactus-form .contactus-form-info-line {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 32px;
}

#contactus-form .contactus-form-info-line.contactus-form-info-name {
  margin: 0;
}

#contactus-form .contactus-form-info-line .contactus-form-info-interested-label {
  margin-bottom: 16px !important;
  margin-top: 0 !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #262626;
  width: 100%;
}

#contactus-form label {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
}

#contactus-form .contactus-form-info-interested-checkboxes {
  display: flex;
  flex-direction: column;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #262626;
}

#contactus-form .contactus-form-info-interested-checkboxes .mb0 {
  margin-bottom: 0 !important;
}

#contactus-form .contactus-form-info-interested-checkboxes .contactus-form-info-interested-checkboxes-line {
  display: flex;
  justify-content: space-between;
  align-items: top;
  margin-bottom: 24px;
}

#contactus-form .contactus-form-info-interested-checkboxes .contactus-form-info-interested-checkboxes-line input {
  padding: 0;
  margin: 0 8px 0 0;
  height: 20px;
}

#contactus-form input {
  background: #3d3d3d;
  height: 40px;
  font-weight: 400;
  font-size: 14px;
  line-height: 12px;
  color: #868686;
  padding: 14px 16px;
  margin-top: 8px;
  border: none;
}

#contactus-form .contactus-form-info-message textarea {
  background: #3d3d3d;
  height: 78px;
  font-weight: 400;
  font-size: 14px;
  line-height: 12px;
  color: #868686;
  padding: 14px 16px;
  margin-top: 8px;
  border: none;
}

#contactus-form #contactus-form-form-submit {
  background: #c5ff80;
  margin-top: 28px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  justify-content: center;
  display: flex;
  align-items: center;
  text-align: center;
  border: none;
  width: 100%;
  color: #262626;
  font-family: "Inter";
  cursor: pointer;
  transition: all 0.3s ease;
}

#contactus-form #contactus-form-form-submit:hover {
  color: #fbfcfd;
  background: #262626;
}

#contactus-form-result {
  padding: 16px;
  height: 100%;
}

#contactus-form-result .contactus-form-info-thanks {
  background: #c5ff80;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0d0d0d;
  height: 40px;
  width: 100%;
}

@media (min-width: 1068px) {
  #contactus .contactus-form-info {
    padding-top: 0;
  }
  #contactus #contactus-top {
    flex: 1;
    max-width: 366px;
  }
  #contactus #contactus-top picture {
    display: block;
    height: 100%;
  }
  #contactus #contactus-top img {
    height: 100%;
    object-fit: cover;
  }
  #contactus .contactus-divs {
    display: flex;
    gap: 120px;
    flex-direction: row-reverse;
    height: 100%;
    width: 100%;
  }
  #contactus #contactus-form {
    gap: 120px;
    display: flex;
    flex-direction: row;
    width: auto;
    padding: 20px 0 0 64px;
    flex: 1;
  }
  #contactus .contactus-form-title {
    width: 390px;
    max-width: 390px;
    font-size: 48px;
    margin: 0;
    line-height: 58px;
  }
  #contactus .contactus-form-text {
    width: 400px;
    max-width: 400px;
    font-size: 24px;
    line-height: 29px;
  }
  #contactus-form .contactus-form-aclaracion {
    margin-top: 50px;
  }
}
@media (min-width: 1860px) {
  #contactus #contactus-top {
    flex: 1;
    max-width: 576px;
  }
  #contactus #contactus-top img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
  #contactus .contactus-divs {
    display: flex;
    gap: 180px;
    flex-direction: row-reverse;
    width: auto;
  }
  #contactus #contactus-form {
    gap: 180px;
    display: flex;
    flex-direction: row;
    width: auto;
    padding: 92px 0 0 64px;
    flex: 1;
  }
  #contactus .contactus-form-title {
    width: 624px;
    max-width: 624px;
    font-size: 72px;
    line-height: 87px;
  }
  #contactus .contactus-form-text {
    width: 465px;
    max-width: 465px;
    font-size: 40px;
    line-height: 48px;
  }
  #contactus-form .contactus-form-aclaracion {
    margin-top: 160px;
  }
}
.subtitle {
  background: #262626;
  display: inline-block;
  color: #fbfcfd;
  font-size: 14px;
  line-height: 1.2;
  padding: 0 4px;
  margin-bottom: 8px;
}

@media (min-width: 1068px) {
  .subtitle {
    font-size: 20px;
  }
}
::selection {
  background: #e3ffbc;
}

::-webkit-selection {
  background: #e3ffbc;
}

::-moz-selection {
  background: #e3ffbc;
}

.container {
  padding: 0 16px;
  margin: 0 auto;
}
@media (min-width: 1068px) {
  .container {
    padding: 0 64px;
    max-width: 1366px;
  }
}
@media (min-width: 1860px) {
  .container {
    padding: 0 64px;
    max-width: 1920px;
  }
}

h1, h2, h3, h4, h5 {
  margin: 0;
  font-weight: normal;
}

.company-slider {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 4000px) {
  .show-768 {
    display: none;
  }
}

#projects-slider {
  width: 100%;
}
@media (min-width: 1068px) {
  #projects-slider .slick-list {
    padding-right: 64px;
  }
}
@media (min-width: 1068px) {
  #projects-slider {
    padding: 111px 0px 186px 1px;
  }
}
@media (min-width: 1860px) {
  #projects-slider {
    display: grid;
    grid-template-columns: 520px minmax(0, 1fr);
    padding: 208px 0 201px 64px;
  }
}
#projects-slider .projects-slider-container {
  display: none;
  padding: 64px 24px;
}
@media (min-width: 768px) {
  #projects-slider .projects-slider-container {
    display: unset;
    padding: unset;
  }
}
#projects-slider .projects--content {
  margin-bottom: 32px;
}
@media (min-width: 1068px) {
  #projects-slider .projects--content {
    margin-bottom: 0;
  }
}
#projects-slider .projects--content .projects-title {
  margin-bottom: 51px;
  font-size: 36px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #262626;
}
@media (min-width: 1068px) {
  #projects-slider .projects--content .projects-title {
    font-size: 60px;
    margin-left: 64px;
  }
}
@media (min-width: 1860px) {
  #projects-slider .projects--content .projects-title {
    margin-left: 64px;
    font-size: 72px;
  }
}
#projects-slider .projects-slider-container {
  width: 100%;
}
#projects-slider .projects-slider-container .slick-slide {
  display: flex;
  height: auto !important;
  max-width: 100%;
  margin: 0 24px 0 0;
}
@media (min-width: 1068px) {
  #projects-slider .projects-slider-container .slick-slide {
    margin: 0 24px 0 0;
  }
}
#projects-slider .projects-slider-container .slick-slide > div {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#projects-slider .projects-slider-container .slick-track {
  display: flex !important;
  margin-left: 64px;
}
#projects-slider .projects-slider-container .slick-dots {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  list-style-type: none;
  margin: 32px auto 0;
}
@media (min-width: 1068px) {
  #projects-slider .projects-slider-container .slick-dots {
    max-width: 260px;
  }
}
@media (min-width: 1366px) {
  #projects-slider .projects-slider-container .slick-dots {
    margin: 32px auto 0;
  }
}
#projects-slider .projects-slider-container .slick-dots li {
  display: flex;
  cursor: pointer;
  padding: 8px 0;
  width: 100%;
}
#projects-slider .projects-slider-container .slick-dots li button {
  cursor: pointer;
  font-size: 0;
  width: 100%;
  height: 1px;
  border: none;
  background-color: #868686;
}
#projects-slider .projects-slider-container .slick-dots li.slick-active button {
  background-color: #262626;
  height: 4px;
}

#company-top {
  background: #E3FFBC;
  border-bottom: 1px solid #262626;
}
#company-top .container {
  position: relative;
}
@media (min-width: 1068px) {
  #company-top .container {
    height: calc(100vh - 56px);
  }
}
#company-top .container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 16px;
  width: 1px;
  height: 100%;
  background: #262626;
}
@media (min-width: 1068px) {
  #company-top .container::before {
    left: 32px;
  }
}
@media (min-width: 1860px) {
  #company-top .container::before {
    left: 64px;
  }
}
#company-top .container::after {
  content: "";
  position: absolute;
  top: 0;
  right: 16px;
  width: 1px;
  height: 100%;
  background: #262626;
  display: none;
}
@media (min-width: 1068px) {
  #company-top .container::after {
    right: 32px;
    display: block;
  }
}
@media (min-width: 1860px) {
  #company-top .container::after {
    right: 64px;
  }
}
#company-top .intro {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  padding: 48px 19px 68px 16px;
}
@media (min-width: 370px) {
  #company-top .intro {
    padding: 48px 34px 68px 16px;
  }
}
@media (min-width: 1068px) {
  #company-top .intro {
    font-size: 48px;
    line-height: 58px;
    padding: 90px 0 90px 0;
  }
}
@media (min-width: 1860px) {
  #company-top .intro {
    font-size: 60px;
    line-height: 68px;
    padding: 135px 64px 135px 64px;
  }
}
@media (min-width: 1068px) {
  #company-top .intro .br-mobile {
    display: none;
  }
}
#company-top .company-top-arrow {
  position: absolute;
  bottom: 22px;
  right: 22px;
  transition: 0.3s ease all;
}
@media (min-width: 1068px) {
  #company-top .company-top-arrow {
    bottom: 50px;
    right: 52px;
  }
}
@media (min-width: 1860px) {
  #company-top .company-top-arrow {
    bottom: 60px;
    right: 120px;
  }
}
#company-top .company-top-arrow:hover {
  transform: translateY(10px);
}

#company-details {
  background: #E3FFBC;
  border-bottom: 1px solid #262626;
}
#company-details .container {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
@media (min-width: 1068px) {
  #company-details .container {
    padding: 0 32px;
  }
}
@media (min-width: 1860px) {
  #company-details .container {
    padding: 0 64px;
  }
}
#company-details .image {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #262626;
}
@media (min-width: 1068px) {
  #company-details .image {
    width: 50%;
    border-left: 1px solid #262626;
    border-right: 1px solid #262626;
    border-bottom: none;
  }
}
#company-details .image img {
  display: block;
  width: 100%;
}
@media (min-width: 1068px) {
  #company-details .image img {
    margin-top: -2px;
  }
}
#company-details .details {
  width: 100%;
  padding: 16px 16px 38px 16px;
}
@media (min-width: 1068px) {
  #company-details .details {
    width: 50%;
    padding: 68px 32px 0 60px;
  }
}
@media (min-width: 1860px) {
  #company-details .details {
    padding: 80px 0 0 64px;
  }
}
#company-details .details .row {
  border-top: 1px solid #262626;
  padding: 20px 0;
  clear: both;
}
@media (min-width: 1068px) {
  #company-details .details .row {
    padding: 16px 0;
  }
}
@media (min-width: 1860px) {
  #company-details .details .row {
    padding: 24px 0;
  }
}
#company-details .details .row .label {
  font-size: 12px;
  line-height: 19px;
  color: #595959;
  float: left;
}
@media (min-width: 1068px) {
  #company-details .details .row .label {
    line-height: 24px;
  }
}
@media (min-width: 1860px) {
  #company-details .details .row .label {
    font-size: 16px;
    line-height: 29px;
  }
}
#company-details .details .row .data {
  font-size: 16px;
  line-height: 19px;
  color: #0D0D0D;
  float: right;
  text-align: right;
}
@media (min-width: 1068px) {
  #company-details .details .row .data {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 1860px) {
  #company-details .details .row .data {
    font-size: 24px;
    line-height: 29px;
  }
}
@media (min-width: 1068px) {
  #company-details .details .row .data .br-mobile {
    display: none;
  }
}
#company-details .details .row:first-child {
  border: none;
}
@media (min-width: 1068px) {
  #company-details .details .row:first-child {
    border-top: 1px solid #262626;
  }
}
#company-details .details .row::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

@media (min-width: 0) and (max-width: 1068px) {
  #company-investing {
    padding: 64px 24px 102px 24px;
  }
}
#company-investing h2 {
  font-size: 36px;
  line-height: 40px;
}
@media (min-width: 1068px) {
  #company-investing h2 {
    font-size: 60px;
    line-height: 68px;
  }
}
@media (min-width: 0) and (max-width: 768px) {
  #company-investing .company-investing-cards {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 1068px) {
  #company-investing .company-investing-cards {
    display: flex;
    padding: 0;
  }
}
@media (min-width: 1860px) {
  #company-investing .company-investing-cards {
    float: right;
  }
}
#company-investing .company-investing-cards .card {
  border: 1px solid #CCC2FF;
  padding: 16px;
}
@media (min-width: 1366px) and (max-width: 1920px) {
  #company-investing .company-investing-cards .card {
    width: 389px;
    margin: 0;
  }
}
@media (min-width: 0) and (max-width: 768px) {
  #company-investing .company-investing-cards .card {
    width: 328px;
    margin-bottom: 32px;
  }
}
#company-investing .company-investing-cards .card a {
  text-decoration: none;
}
#company-investing .company-investing-cards .card a:hover > .learn-more {
  color: #262626;
  border-color: #262626;
  background: #c5ff80;
}
#company-investing .company-investing-cards .card .logo {
  background: #E5DBFF;
  text-align: center;
  width: 100%;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}
#company-investing .company-investing-cards .card .logo img {
  width: 50%;
}
#company-investing .company-investing-cards .card .text {
  padding: 16px 0 0 0;
  border-top: 1px solid #CCC2FF;
  color: #262626;
  font-size: 16px;
  line-height: 19px;
  height: 150px;
  margin-bottom: 46px;
}
@media (min-width: 1068px) {
  #company-investing .company-investing-cards .card .text {
    height: 136px;
    margin-bottom: 62px;
  }
}
#company-investing .company-investing-cards .card .learn-more {
  font-size: 14px;
  line-height: 17px;
  color: #595959;
  text-decoration: underline;
  float: right;
}
#company-investing .company-investing-cards .card::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
#company-investing::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/*================ Vendor ================*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: auto;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* @import "vendor/slick-theme-1.6.0"; */
