:root {
  --black: black;
  --white: white;
  --red: red;
  --forest-green: #082;
  --lighht-grey: #f3f3f1;
}

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

body {
  font-family: Ppmori;
  font-size: 16px;
  line-height: 1;
}

h1 {
  font-family: Plus Jakarta Sans, sans-serif;
}

h2 {
  letter-spacing: -.15rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6rem;
  font-weight: 600;
  line-height: 1.25;
}

h3 {
  letter-spacing: -.15rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.1;
}

h5 {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
}

h6 {
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.1;
}

p {
  text-wrap: balance;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.25;
}

a {
  color: inherit;
  font-size: 1rem;
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

label {
  margin-bottom: .3em;
  font-size: 1.25em;
  font-weight: 700;
  display: block;
}

blockquote {
  border-left: .3em solid #e2e2e2;
  margin-bottom: 1em;
  padding: 1em 2em 1em 1.7em;
  font-size: 1.2em;
  line-height: 1.6;
}

figure {
  margin-bottom: 10px;
}

.container {
  width: 100%;
  max-width: 120rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.hero__content {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  max-width: none;
  display: flex;
}

.container.footer__content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  max-width: 90rem;
  padding-top: 2rem;
  display: flex;
  position: static;
}

.global_embed {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.global_symbol {
  position: fixed;
  inset: 0% 0% auto;
}

.page_wrapper {
  width: 100%;
  font-size: 1rem;
  position: relative;
  overflow-x: clip;
}

.text__size-h1 {
  color: #fff;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 7.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.section {
  width: 100%;
  height: 100dvh;
  position: relative;
}

.text_color-black {
  color: var(--black);
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.padding__global {
  width: 100%;
  height: 100%;
  padding-top: 0%;
  padding-left: 3.5%;
  padding-right: 3.5%;
}

.nav {
  z-index: 99;
  background-color: #ddd0;
  background-image: linear-gradient(#00000054, #0000);
  width: 100%;
  height: 7rem;
  position: fixed;
}

.nav__container {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.nav__menu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-image: linear-gradient(276deg, #0000005c, #0000);
  border-radius: 13px;
  justify-content: flex-end;
  align-items: center;
  padding: .5rem 1rem .5rem 3rem;
  display: flex;
}

.nav__logo {
  width: 14rem;
  overflow: hidden;
}

.nav__mob-btn {
  transition: all .45s cubic-bezier(.23, 1, .32, 1);
}

.nav__desk-wrapper {
  overflow: hidden;
}

.logo {
  color: var(--white);
  mix-blend-mode: difference;
}

.logo.loader__logo {
  z-index: 2;
  color: var(--white);
  width: 9rem;
  position: relative;
}

.nav__menu-flex {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero__content-wrapper {
  z-index: 2;
  grid-column-gap: 1.1rem;
  grid-row-gap: 1.1rem;
  flex-flow: column;
  order: 0;
  justify-content: center;
  align-items: center;
  padding-bottom: 12rem;
  display: flex;
  position: relative;
}

.hero__heading {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.hero__p {
  color: var(--white);
  text-align: center;
  overflow: hidden;
}

.video__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.div__hide.negative_margin.small {
  margin-top: -1.5rem;
}

.negative_margin {
  margin-top: 0;
}

.service__item {
  border-radius: 20px;
  flex-direction: column;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.scroll__wrapper {
  z-index: 5;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 5%;
  line-height: 1.5;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.footer__content {
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 1.5rem;
  position: static;
  bottom: 0;
}

.footer__credit-top {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer__credit-txt {
  font-family: Sora, sans-serif;
  font-size: 1.5rem;
  line-height: 1.4;
}

.footer {
  position: relative;
}

.scroll__trigger {
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.intro__load {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100svh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.intro__whipe {
  z-index: 1;
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.video__wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.paragraph {
  color: #fff;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 2rem;
  font-weight: 200;
}

.section2-component {
  grid-column-gap: 0rem;
  background-color: #080812;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

.text-size-medium {
  color: #b9c5c7;
  font-family: Sora, sans-serif;
  font-size: 1.2rem;
  font-weight: 200;
  line-height: 1.6;
}

.header76_content-left {
  grid-column-gap: 2.1rem;
  grid-row-gap: 2.1rem;
  flex-flow: column;
  max-width: 40rem;
  margin-left: 5vw;
  margin-right: 5rem;
  display: flex;
}

.header76_content-right {
  grid-column-gap: 1rem;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-image: url('../images/1212.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  background-clip: border-box;
  align-items: center;
  height: 100vh;
  overflow: hidden;
}

.div-block {
  width: 270px;
}

.footer-text, .body {
  font-family: Plus Jakarta Sans, sans-serif;
}

.heading-6 {
  color: var(--white);
  font-weight: 200;
  line-height: 1.1;
}

.heading-6.color-brand {
  color: #bef8f4;
}

.bg-video {
  background-color: #00000080;
  width: 100%;
  height: 100%;
  position: absolute;
}

.txt-hero {
  color: #6bd8d0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 2rem;
  font-weight: 200;
}

._480 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 90%;
  display: flex;
}

.feature_image-wrap {
  width: 100%;
  max-width: 567px;
  position: relative;
}

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

.section3_content-right {
  grid-column-gap: 1rem;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-image: url('../images/22123.png');
  background-position: 0 40%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-clip: border-box;
  align-items: center;
  height: 51vh;
  margin-top: 4rem;
  margin-bottom: 4rem;
  padding-top: 1rem;
  overflow: hidden;
}

.titulo2 {
  color: #17aeff;
  letter-spacing: .5rem;
  font-size: 2rem;
}

.bold-text-2 {
  color: #000;
  font-weight: 300;
}

.text-size-large {
  color: #b9c5c7;
  font-family: Sora, sans-serif;
  font-size: 1.2rem;
  font-weight: 200;
  line-height: 1.6;
}

.text-size-large.text_color-black {
  color: #181e1f;
  font-size: 1.5rem;
  font-weight: 300;
}

.section4-componentt {
  grid-column-gap: 0rem;
  background-color: #f7f7f7;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.titulo-3 {
  color: #33df95;
  letter-spacing: .5rem;
  font-size: 2rem;
}

.section3_content-right-copy {
  grid-column-gap: 1rem;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-image: url('../images/Group-21.png');
  background-position: 0 40%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-clip: border-box;
  align-items: center;
  height: 53vh;
  margin-top: 4rem;
  margin-bottom: 4rem;
  padding-top: 1rem;
  overflow: hidden;
}

@media screen and (min-width: 1440px) {
  .container.footer__content {
    max-width: 90rem;
    padding-top: 2rem;
  }

  .titulo2, .titulo-3 {
    letter-spacing: .6rem;
    font-size: 3rem;
  }

  .section3_content-right-copy {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 3rem;
  }

  .container.hero__content {
    justify-content: center;
    align-items: center;
  }

  .container.footer__content {
    padding-top: 2rem;
  }

  .text__size-h1 {
    text-align: center;
    font-size: 4rem;
  }

  .nav__container {
    justify-content: space-between;
    display: flex;
  }

  .nav__menu {
    border-radius: 13px;
    flex-flow: row;
    margin-left: 2rem;
    margin-right: 2rem;
    display: flex;
  }

  .nav__mob-btn {
    order: 1;
    padding: 10px;
  }

  .nav__mob-btn.w--open {
    background-color: #00000029;
    border-radius: 10px;
    order: 1;
  }

  .nav__menu-flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .hero__content-wrapper {
    padding-bottom: 0;
  }

  .hero__heading {
    justify-content: center;
    align-items: center;
  }

  .hero__p {
    max-width: 75%;
  }

  .menu__icon {
    color: var(--white);
    font-family: Exo, sans-serif;
    font-size: 2rem;
    font-weight: 400;
  }

  .div__hide.negative_margin.small {
    margin-top: -1rem;
  }

  .footer__content {
    padding-bottom: 1rem;
  }

  .footer__credit-txt {
    font-size: 1.4rem;
  }

  .section2-component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 6rem;
  }

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

  .header76_content-left {
    margin-left: 5%;
    margin-right: 5%;
  }

  .header76_content-right {
    height: 40rem;
    padding-left: 5vw;
  }

  .div-block {
    width: 360px;
  }

  .code-embed {
    width: 30px;
    display: none;
  }

  .section3-component {
    grid-row-gap: 4rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 3rem;
  }

  .section3_content-right {
    background-position: 0%;
    height: 28rem;
    padding-left: 5vw;
  }

  .section4-componentt {
    grid-row-gap: 4rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 1rem;
    padding-bottom: 2rem;
  }

  .section3_content-right-copy {
    background-position: 50%;
    height: 33rem;
    margin-top: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .container.hero__content {
    justify-content: center;
    align-items: center;
  }

  .text__size-h1 {
    font-size: 3.5rem;
  }

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

  .nav__logo {
    width: 11rem;
  }

  .hero__content-wrapper {
    justify-content: center;
    align-items: center;
    margin-top: 111px;
    padding-bottom: 0;
  }

  .hero__heading {
    justify-content: center;
    align-items: center;
  }

  .footer__content {
    padding-top: 1rem;
  }

  .footer__credit-txt {
    text-align: right;
    font-size: 1.1rem;
  }

  .section2-component {
    padding-top: 4rem;
  }

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

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

  .header76_content-right {
    height: 30rem;
  }

  .div-block {
    width: 330px;
  }

  .heading-6.color-brand {
    font-size: 3rem;
  }

  ._480 {
    max-width: none;
    margin-bottom: 40px;
  }

  .feature_image-wrap {
    max-width: none;
    height: auto;
  }

  .section3-component {
    padding-top: 4rem;
  }

  .section3_content-right {
    height: 30rem;
    margin-top: 2rem;
    margin-bottom: 0;
  }

  .bold-text-2 {
    font-size: 2.9rem;
  }

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

  .text-size-large.text_color-black {
    font-size: 1.4rem;
  }

  .section4-componentt {
    grid-row-gap: 1rem;
    padding-top: 1rem;
  }

  .section3_content-right-copy {
    height: 30rem;
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 2.7rem;
  }

  .container.footer__content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-top: 0;
    padding-bottom: 1rem;
  }

  .text__size-h1 {
    text-align: center;
    letter-spacing: .01rem;
    font-size: 2.5rem;
  }

  .nav__menu {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .nav__logo {
    width: 9rem;
  }

  .div__hide.negative_margin.small {
    margin-top: -.5rem;
  }

  .footer__content {
    padding-top: 2rem;
  }

  .footer__credit-top {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    order: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .paragraph {
    font-size: 1.5rem;
  }

  .section2-component {
    grid-template-columns: 1fr;
  }

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

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

  .header76_content-left {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    max-width: 100%;
  }

  .header76_content-right {
    height: 19rem;
  }

  .div-block {
    width: 190px;
  }

  .footer-text {
    font-size: .9rem;
  }

  .heading-6.color-brand {
    font-size: 1.9rem;
  }

  .txt-hero {
    font-size: 1.4rem;
  }

  .feature_image-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .section3-component {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    padding-top: 1rem;
  }

  .section3_content-right {
    background-position: 50%;
    height: 21rem;
    padding-left: 0;
  }

  .titulo2 {
    letter-spacing: .4rem;
    font-size: 1.2rem;
  }

  .bold-text-2 {
    letter-spacing: 0;
    font-size: 1.6rem;
  }

  .text-size-large.text_color-black {
    font-size: .9rem;
    font-weight: 400;
  }

  .section4-componentt {
    grid-template-columns: 1fr;
  }

  .titulo-3 {
    font-size: 1.4rem;
  }

  .section3_content-right-copy {
    height: 20rem;
    margin-top: 0;
    padding-top: 0;
  }
}

#w-node-_30f43f88-fc3a-d385-3148-396fdc5a996e-c3ec25f4, #w-node-ff2a1470-c55b-bf65-9ad5-9a48381d6add-c3ec25f4, #w-node-_78299aff-7eab-6b6f-a445-8e2d3312cdef-c3ec25f4 {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_07f99853-32a3-bfcc-b076-03dd0602ab86-c3ec25f4 {
    place-self: center;
  }

  #w-node-_30f43f88-fc3a-d385-3148-396fdc5a996e-c3ec25f4 {
    justify-self: start;
  }

  #w-node-_30f43f88-fc3a-d385-3148-396fdc5a997a-c3ec25f4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ff2a1470-c55b-bf65-9ad5-9a48381d6add-c3ec25f4 {
    justify-self: start;
  }

  #w-node-ff2a1470-c55b-bf65-9ad5-9a48381d6ae3-c3ec25f4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_78299aff-7eab-6b6f-a445-8e2d3312cdef-c3ec25f4 {
    justify-self: start;
  }

  #w-node-_78299aff-7eab-6b6f-a445-8e2d3312cdf9-c3ec25f4 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


