@font-face {
  font-family: "DM Sans Regular";
  src: url("../../fonts/DMSans_Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans Bold";
  src: url("../../fonts/DMSans_Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  /* Set the sizing of an element to include it's border */
}

* {
  margin: 0;
  /* Set the default margin to 0 */
  padding: 0;
  /* Set the default padding to 0 */
}

ul,
ol {
  list-style: none;
  /* Turn off numbered and unordered list decoration */
}

html:focus-within {
  scroll-behavior: smooth;
  /* Make the scrolling inside of any scrollable element smooth */
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  /* Makes link undelines look better */
}

picture,
svg,
video,
canvas {
  max-width: 100%;
  /* Makes it responsive */
  height: auto;
  /* Makes it responsive */
  vertical-align: middle;
  /* Makes text next to inline images look better */
  font-style: italic;
  /* If the images don't load it makes the alt decription look better */
  background-repeat: no-repeat;
  /* The background repeat and size are there if you want to load a picture first like a backroung image that is worse quality while the better quality image loads */
  background-size: cover;
}

img {
  /* Makes it responsive */
  vertical-align: middle;
  /* Makes text next to inline images look better */
  font-style: italic;
  /* If the images don't load it makes the alt decription look better */
  background-repeat: no-repeat;
  /* The background repeat and size are there if you want to load a picture first like a backroung image that is worse quality while the better quality image loads */
  background-size: cover;
}

input,
button,
textarea,
select {
  font: inherit;
  /* Makes these elements inherit fonts */
}

button {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
}

/**
     * Override Firefox's stylesheet for red box shadow on invalid fields
     * @see view-source:resource://gre-resources/forms.css
     */
:not(output):-moz-ui-invalid {
  box-shadow: none;
}

:not(output):-moz-ui-invalid:-moz-focusring {
  box-shadow: none;
}

/* Turns off animation for people who don't want to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
    transition: none;
  }
}
[role=tooltip] {
  display: none;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 8rem;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "DM Sans Regular", sans-serif;
  overflow: auto;
}

html,
body {
  overflow-x: hidden;
}

button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.hero {
  position: relative;
}
.hero__language-switcher {
  margin: clamp(5.7rem, 2.018vw + 4.913rem, 8.4rem) 0;
  border-radius: 3.4rem;
  border: 0.1rem solid #58f294;
}
.hero__language-switcher--items {
  display: flex;
}
.hero__language-switcher--item {
  font-size: clamp(1.8rem, 0.374vw + 1.654rem, 2.304rem);
  padding: 1rem 1.6rem;
  border-radius: 3.4rem;
}
.hero__language-switcher--item.active {
  background-color: #58f294;
  color: #034144;
}
.hero__language-switcher--item.active.pt {
  margin-right: -0.8rem;
}
.hero__language-switcher--item.active.en {
  margin-left: -0.8rem;
}
.hero__language-switcher--link {
  color: #ffffff;
  text-decoration: none;
}
.hero__content-wrapper {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(180deg, rgba(88, 242, 148, 0) 59.86%, #58f298 96%), linear-gradient(180deg, rgba(3, 65, 68, 0.45) 0%, rgba(3, 65, 68, 0) 21.68%), linear-gradient(0deg, rgba(3, 65, 68, 0.2) 0%, rgba(3, 65, 68, 0.2) 100%), url("../../images/hero.webp") lightgray 50%/cover no-repeat;
  background-blend-mode: normal, multiply, normal, normal;
  padding: 2.6rem 3rem clamp(5.8rem, 8.744vw + 2.39rem, 17.5rem);
}
.hero__content-wrapper-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero__content-wrapper--image {
  width: 100%;
  max-width: 103.9rem;
}
.hero__content-wrapper--text {
  margin-top: 2.4rem;
  color: #ffffff;
  font-size: clamp(2.4rem, 1.794vw + 1.7rem, 4.8rem);
  text-align: center;
  font-weight: 400;
  margin-bottom: 1.6rem;
}
.hero__content-wrapper--subtext {
  font-size: clamp(1.6rem, 0.598vw + 1.367rem, 2.4rem);
  font-weight: 400;
  margin-bottom: 10.5rem;
  color: #ffffff;
  text-align: center;
}
.hero__content-wrapper .arrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: #ffffff;
}

.welcome {
  background-color: #58f294;
  display: flex;
  align-items: center;
  gap: 2rem;
  padding-inline: clamp(1.6rem, 4.783vw - 0.265rem, 8rem) 0;
}
@media (max-width: 899px) {
  .welcome {
    flex-direction: column;
    padding-inline: 0;
    gap: 4.5rem;
  }
}
.welcome__content {
  flex: 1 0 40%;
  max-width: 63.9rem;
  color: #034144;
}
@media (max-width: 899px) {
  .welcome__content {
    padding-inline: clamp(1.6rem, 4.783vw - 0.265rem, 8rem);
  }
}
.welcome__content--title {
  font-size: clamp(3.2rem, 1.943vw + 2.442rem, 5.8rem);
  font-weight: 400;
  margin-bottom: clamp(1.6rem, -0.972vw + 1.979rem, 0.3rem);
}
.welcome__content--text {
  font-size: 1.8rem;
  margin-bottom: 0.8rem;
  color: #000000;
}
.welcome__image {
  flex: 1 0 60%;
  display: flex;
  justify-content: flex-end;
}
.welcome__image--image.hide-mobile {
  display: block;
}
@media (max-width: 899px) {
  .welcome__image--image.hide-mobile {
    display: none;
  }
}
.welcome__image--image.hide-desktop {
  display: none;
}
@media (max-width: 899px) {
  .welcome__image--image.hide-desktop {
    display: block;
    min-width: 100vw;
  }
}

.footer {
  background-color: #58f294;
  padding: clamp(6.2rem, 2.167vw + 5.355rem, 9.1rem) clamp(1.6rem, 4.783vw - 0.265rem, 8rem);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 4.2rem;
}
@media (max-width: 767px) {
  .footer {
    flex-direction: column;
  }
}
.footer__logo-section {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
.footer__logo-section--logo {
  max-width: 27rem;
}
.footer__logo-section--wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(2.4rem, 1.943vw + 1.642rem, 5rem);
}
.footer__contact-us {
  margin-top: 2.6rem;
}
.footer__contact-us--title {
  color: #034144;
  font-size: 1.8rem;
  margin-bottom: 0.8rem;
}
.footer__contact-us--link {
  color: #000000;
  text-decoration: none;
  font-size: 1.8rem;
}
.footer__links {
  margin-top: 2.6rem;
}
.footer__links--items {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.footer__links--link {
  color: #000000;
  text-decoration: none;
  font-size: 1.8rem;
}

.project-description {
  min-height: 100vh;
  background-color: #034144;
  position: relative;
  padding: clamp(3rem, 3.737vw + 1.543rem, 8rem) clamp(1.6rem, 4.783vw - 0.265rem, 8rem) clamp(3.5rem, 6.353vw + 1.022rem, 12rem);
}
.project-description__title {
  font-size: clamp(3.2rem, 1.943vw + 2.442rem, 5.8rem);
  color: #ffffff;
  font-family: "DM Sans Regular";
  line-height: 130.53%;
  margin-bottom: clamp(6.1rem, 0.374vw + 5.954rem, 6.6rem);
  font-weight: 400;
}
.project-description__item-full {
  color: #ffffff;
  font-size: 5rem;
  border: 0.1rem solid #58f294;
  border-radius: 2.6vw;
  padding-top: clamp(2.8125rem, 3.0493rem - 0.9716vw, 2rem);
  padding-right: 3.2rem;
  padding-bottom: 3.2rem;
  padding-left: 3.2rem;
  position: relative;
  margin-bottom: 3.2rem;
}
.project-description__item-full-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
@media (min-width: 1120px) {
  .project-description__item-full-wrapper {
    flex-direction: row;
    align-items: center;
  }
}
.project-description__item-full-wrapper > div:nth-child(1) {
  width: 100%;
  padding-right: clamp(3rem, 11.513vw - 9.895rem, 10rem);
}
@media (min-width: 768px) {
  .project-description__item-full-wrapper > div:nth-child(1) {
    width: 75%;
  }
}
@media (max-width: 767px) {
  .project-description__item-full-wrapper > div:nth-child(1) {
    padding-right: 0;
  }
}
.project-description__item-full-wrapper .project-description__grid-item-title {
  width: 100%;
  padding-right: 0;
}
@media (min-width: 768px) {
  .project-description__item-full-wrapper .project-description__grid-item-title {
    padding-right: 2.4rem;
  }
}
.project-description__item-full-wrapper .project-description__grid-item-text {
  width: 100%;
  padding-right: 0;
}
@media (min-width: 768px) {
  .project-description__item-full-wrapper .project-description__grid-item-text {
    padding-right: 2.4rem;
  }
}
.project-description__item-full-wrapper .project-description__grid-item-copromoters {
  width: 100%;
}
@media (min-width: 1120px) {
  .project-description__item-full-wrapper .project-description__grid-item-copromoters {
    width: 25%;
  }
}
.project-description__grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.project-description__grid-item {
  color: #ffffff;
  font-size: 5rem;
  border: 0.1rem solid #58f294;
  border-radius: 2.6vw;
  padding-top: clamp(2.8125rem, 3.0493rem - 0.9716vw, 2rem);
  padding-right: 3.2rem;
  padding-bottom: 3.2rem;
  padding-left: 3.2rem;
  position: relative;
  gap: 0;
  width: 100%;
  margin-bottom: 3.2rem;
}
@media (min-width: 768px) {
  .project-description__grid-item {
    gap: 4.8rem;
    width: calc(50% - 1.2rem);
  }
}
.project-description__grid-item-title {
  margin-bottom: 1.6rem;
}
.project-description__grid-item-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.project-description__grid-item-wrapper > div {
  padding-right: 3.6rem;
}
.project-description__grid-item-text {
  font-size: 1.8rem;
  line-height: 130.53%;
  padding-bottom: 3.2rem;
}
.project-description__grid-item-text ul {
  margin-left: 2.5rem;
  margin-top: 0.8rem;
  list-style: disc outside;
}
@media (max-width: 767px) {
  .project-description__grid-item-text ul li:not(:last-of-type) {
    margin-bottom: 3rem;
  }
}
.project-description__grid-item-copromoters ul {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1120px) {
  .project-description__grid-item-copromoters ul {
    flex-wrap: nowrap;
  }
}
.project-description__grid-item-copromoters li {
  display: flex;
  padding-right: 4.6rem;
  margin-bottom: 2rem;
}

.header {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 8rem;
  height: 33.5rem;
}
.header__logo {
  max-width: 59.4rem;
}
.header__logo img {
  width: 100%;
}
.header__language-switcher {
  border-radius: 3.4rem;
  border: 0.1rem solid #58f294;
}
.header__language-switcher--items {
  display: flex;
}
.header__language-switcher--item {
  font-size: clamp(1.8rem, 0.374vw + 1.654rem, 2.304rem);
  padding: 1rem 1.6rem;
  border-radius: 3.4rem;
}
.header__language-switcher--item.active {
  background-color: #58f294;
  color: #034144;
}
.header__language-switcher--item.active.pt {
  margin-right: -0.8rem;
}
.header__language-switcher--item.active.en {
  margin-left: -0.8rem;
}
.header__language-switcher--link {
  color: #ffffff;
  text-decoration: none;
}

@media screen and (max-width: 859px) {
  .header {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
}
.privacy {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
  background-color: #034144;
  color: #ffffff;
  padding: 8rem clamp(1.6rem, 4.783vw - 0.265rem, 8rem);
}
.privacy__wrapper {
  display: flex;
  flex-direction: column;
}
.privacy__wrapper--table {
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.privacy__wrapper--table::-webkit-scrollbar {
  display: none;
}
.privacy__title--1 {
  font-size: clamp(3.2rem, 1.943vw + 2.442rem, 5.8rem);
  font-weight: 400;
  margin-bottom: 3.2rem;
}
.privacy__title--2 {
  font-size: clamp(2.4rem, 0.897vw + 2.05rem, 3.6rem);
  font-weight: 500;
  margin-bottom: 2.4rem;
}
.privacy__content {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 144.444%;
}
.privacy__content:not(:last-of-type), .privacy__content.margin-bottom {
  margin-bottom: 3.2rem;
}
.privacy__link {
  color: #58f294;
  text-decoration: none;
}
.privacy__list {
  font-size: 1.8rem;
  list-style: initial;
  padding-left: 2.8rem;
}
.privacy__list:not(:last-of-type), .privacy__list.margin-bottom {
  margin-bottom: 3.2rem;
}
.privacy__table {
  font-size: 1.8rem;
  border-collapse: collapse;
  border-radius: 3.2rem;
  border-style: hidden;
  box-shadow: 0 0 0 0.1rem #58f294;
  margin: 0.1rem;
  width: 100%;
  table-layout: fixed;
}
.privacy__table.margin-bottom {
  margin-bottom: 3.2rem;
}
.privacy__table--head, .privacy__table--cell {
  padding: 3.2rem;
  border: 0.1rem solid #58f294;
}
.privacy__table--head {
  font-weight: 400;
}
.privacy__table--head.width-446 {
  width: 44.6rem;
}
.privacy__table--head.width-427 {
  width: 42.7rem;
}
.privacy__table--head.width-232 {
  width: 23.2rem;
}
.privacy__table--cell {
  text-align: center;
  white-space: break-spaces;
}

@media screen and (max-width: 859px) {
  .privacy__table--head.width-446 {
    width: 29.4rem;
  }
}/*# sourceMappingURL=styles.css.map */