:root {
  --preto: #0d0d0d;
  --branco: #bfbfbf;
  --_cards-jobs---color: white;
  --red: #bf1d2a;
  --_cards-jobs---font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  --_cards-jobs---size: 16px;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  background-color: var(--preto);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.head-section {
  z-index: 0;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #0d0d0d;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  padding: 100px 0 50px;
  display: flex;
  position: relative;
}

.container {
  z-index: 9999999;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-bottom: 75px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: absolute;
  inset: 50px 0% auto;
}

.container.fixed {
  margin-top: 50px;
  padding-left: 50px;
  padding-right: 50px;
  position: fixed;
  inset: 0% 0% auto;
}

.image {
  width: auto;
  max-width: 85px;
}

.container-2 {
  justify-content: center;
  align-items: center;
  width: 20%;
  display: flex;
}

.menu-fuc {
  color: var(--branco);
  text-align: right;
  cursor: pointer;
  width: auto;
  margin-right: 0;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 26px;
  transition: all .575s;
}

.heading.texto-animado.mid.tam, .heading.texto-animado.mid.anim {
  font-weight: 800;
}

.heading {
  z-index: 0;
  color: var(--branco);
  font-family: Outfit, sans-serif;
  font-size: 152px;
  font-weight: 800;
  line-height: 125px;
  position: static;
}

.heading.texto-animado.mid.tam, .heading.texto-animado.mid.anim {
  font-weight: 800;
}

.heading.mid {
  text-align: center;
  word-break: keep-all;
  overflow-wrap: break-word;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 120px;
  line-height: 100px;
}

.heading.texto-animado {
  text-align: center;
  max-width: 75vw;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 100px;
  font-weight: 500;
  line-height: 100px;
  position: static;
  overflow: visible;
}

.heading.texto-animado.mid {
  text-align: center;
  font-weight: 500;
  line-height: 100px;
  overflow: visible;
}

.heading.texto-animado.mid.margem {
  margin-top: 100px;
  overflow: visible;
}

.heading.texto-animado.mid.tam, .heading.texto-animado.mid.anim {
  font-weight: 800;
}

.cases {
  background-color: var(--preto);
  color: #0d0d0d;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 50px 100px;
}

.text-block-2 {
  color: var(--branco);
  text-align: center;
  width: 100%;
  margin-bottom: 50px;
  font-family: Outfit, sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 64px;
}

.text-block-2.mid {
  pointer-events: auto;
  text-align: center;
  cursor: pointer;
  pointer-events: auto;
  text-align: center;
  cursor: pointer;
  width: auto;
  margin-bottom: 0;
  font-size: 120px;
  font-weight: 800;
  line-height: 90px;
  text-decoration: none;
  display: block;
  position: static;
}

.collection-list-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: center stretch;
  width: 100%;
  max-width: 100%;
  display: grid;
}

.image-2 {
  border: 1px solid #bfbfbf26;
  border-radius: 36px;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
}

.image-2.teste {
  position: relative;
}

.heading-2 {
  color: var(--branco);
  margin-top: 25px;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 46px;
  font-weight: 500;
  line-height: 46px;
  position: absolute;
  inset: 0% auto auto 50px;
}

.heading-2.triple {
  font-size: 32px;
}

.collection-list {
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: auto;
  padding-left: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.collection-item {
  border: 1px #bfbfbf;
  border-radius: 36px;
  width: 49%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.collection-item.triple {
  width: 30%;
}

.container-3 {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background-color: #00000080;
  border: 1px #bfbfbf26;
  border-radius: 11px;
  max-width: none;
  margin-bottom: 25px;
  margin-right: 25px;
  padding: 12px 50px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.container-3.triple {
  padding-left: 35px;
  padding-right: 35px;
}

.heading-3 {
  color: var(--branco);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

.heading-3.triple {
  font-family: Outfit, sans-serif;
  font-size: 16px;
  line-height: 16px;
}

.menu {
  z-index: 2;
  opacity: 1;
  color: #000;
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.pages {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.text-block-3 {
  opacity: .35;
  color: var(--branco);
  text-align: center;
  margin-top: 100px;
  margin-bottom: 50px;
  font-family: Outfit, sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 26px;
}

.text-block-3.menos {
  margin-top: 0;
}

.text-block-3.menos.margem {
  margin-top: 15px;
  margin-bottom: 15px;
}

.text-block-3.menos.teste {
  margin-bottom: 0;
}

.link-block {
  text-decoration: none;
}

.contact {
  background-color: var(--preto);
  white-space: normal;
  word-break: normal;
  overflow-wrap: break-word;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 50px 100px;
  display: flex;
}

.contact.margem {
  margin-top: 0;
  padding-top: 150px;
}

.headline {
  color: var(--branco);
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  overflow-wrap: normal;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 50px;
  font-family: Outfit, sans-serif;
  font-size: 120px;
  font-weight: 800;
  line-height: 100px;
  display: flex;
}

.headline.margem {
  margin-top: 50px;
}

.section-2 {
  background-color: var(--preto);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 50px 100px;
  display: flex;
}

.text-block-5 {
  color: var(--branco);
  text-transform: uppercase;
  font-family: Outfit, sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.code-embed {
  color: var(--branco);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  font-size: 10px;
  display: flex;
}

.div-block {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.div-block:hover {
  text-underline-offset: 5px;
  text-decoration: none;
  -webkit-text-decoration-color: var(--branco);
  text-decoration-color: var(--branco);
  line-height: 20px;
  text-decoration-thickness: 1px;
}

.div-block.down {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
}

.div-block-3 {
  width: 30%;
  display: flex;
}

.div-block-3.mid {
  justify-content: center;
  align-items: center;
}

.div-block-3.mid.disp {
  width: 100%;
}

.div-block-4 {
  justify-content: flex-end;
  align-items: center;
  width: 30%;
  display: flex;
}

.link-block-4 {
  text-underline-offset: 5px;
  justify-content: flex-start;
  align-items: center;
  -webkit-text-decoration: underline #bfbfbf03;
  text-decoration: underline #bfbfbf03;
  transition: all .45s;
  display: flex;
}

.link-block-4:hover {
  text-underline-offset: 5px;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--branco);
  text-decoration-color: var(--branco);
}

.button4 {
  z-index: 1;
  grid-column-gap: 1em;
  border-radius: 99px;
  justify-content: flex-start;
  align-items: center;
  height: 3.8em;
  padding-right: 1.75em;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button4_circle {
  z-index: 1;
  background-color: var(--branco);
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 3.5em;
  height: 100%;
  display: flex;
  position: relative;
}

.button4_text {
  z-index: 1;
  font-family: Outfit, sans-serif;
  font-size: 30px;
  line-height: 30px;
  position: relative;
}

.button4_bg {
  z-index: 0;
  background-color: var(--branco);
  border-radius: 99px;
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.image-8 {
  margin-top: 25px;
  margin-right: 50px;
  position: absolute;
  inset: 0% 0 auto auto;
  overflow: hidden;
  transform: translate(0);
}

.image-8.triple {
  width: 40px;
}

.link-block-5 {
  overflow: hidden;
}

.code-embed-2 {
  color: var(--branco);
  text-align: left;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  font-family: Outfit, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.div-block-18 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-10 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: 25px 50px 25px 0;
  display: flex;
}

.text-block-11 {
  color: var(--branco);
  font-family: Outfit, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 12px;
}

.text-block-12 {
  color: #707070;
  text-align: center;
  max-width: 50vw;
  font-family: Outfit, sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 26px;
}

@media screen and (max-width: 479px) {
  .body {
    background-image: none;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    padding-top: 0;
  }

  .head-section {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-image: none;
    background-size: auto;
    justify-content: center;
    height: 100vh;
    min-height: auto;
    max-height: none;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }

  .container {
    z-index: 2147483647;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    margin: 50px 0 0;
    padding-left: 25px;
    padding-right: 25px;
    position: absolute;
    inset: 0% 0% auto;
  }

  .container.fixed {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: space-between;
    min-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    inset: 0% 0% auto;
  }

  .container.fixed.try {
    margin-top: 0;
    top: 50px;
  }

  .container-2 {
    display: block;
  }

  .heading.texto-animado {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 68px;
    line-height: 68px;
    display: flex;
  }

  .heading.texto-animado.mid {
    padding-left: 0;
    padding-right: 0;
    font-size: 46px;
    line-height: 46px;
  }

  .heading.texto-animado.mid.margem.play {
    margin-top: 0;
  }

  .heading.texto-animado.mid.tam {
    margin-top: 15px;
    font-size: 78px;
    line-height: 78px;
  }

  .cases {
    z-index: 0;
    clear: none;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    position: static;
  }

  .text-block-2 {
    font-size: 56px;
    line-height: 56px;
    display: none;
  }

  .text-block-2.mid {
    font-size: 56px;
    line-height: 56px;
  }

  .collection-list-wrapper {
    z-index: 0;
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    position: relative;
  }

  .heading-2 {
    font-size: 26px;
    line-height: 26px;
    left: 25px;
  }

  .collection-list {
    z-index: 0;
    flex-flow: column;
  }

  .collection-item {
    z-index: 0;
    width: 100%;
  }

  .collection-item.triple {
    width: 100%;
  }

  .container-3 {
    padding: 8px 25px;
  }

  .heading-3 {
    font-size: 16px;
    line-height: 14px;
  }

  .menu {
    z-index: 10;
    background-color: var(--preto);
    display: none;
    inset: 0%;
  }

  .pages {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: 100vh;
  }

  .section.tam {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-top: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .section.tam.pad {
    padding-top: 100px;
  }

  .section.mid {
    width: 100%;
    height: 100vh;
    max-height: 100ch;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }

  .text-block-3 {
    margin-bottom: 25px;
  }

  .text-block-3.menos.margem {
    margin-top: 0;
    margin-bottom: 0;
  }

  .text-block-3.margem0 {
    margin-top: 25px;
  }

  .text-block-3.margem {
    margin-bottom: 0;
  }

  .image-3 {
    width: 100%;
    max-width: none;
  }

  .container-4 {
    justify-content: space-between;
    margin-top: 100px;
  }

  .text-block-4 {
    font-size: 10px;
    line-height: 10px;
    display: none;
  }

  .contact {
    overflow-wrap: normal;
    padding-left: 25px;
    padding-right: 25px;
  }

  .contact.margem {
    height: 100vh;
  }

  .headline {
    word-break: keep-all;
    overflow-wrap: normal;
    flex-flow: row;
    width: 100%;
    font-size: 40px;
    line-height: 40px;
    display: block;
  }

  .section-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    background-color: var(--preto);
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    padding-left: 25px;
    padding-right: 25px;
  }

  .text-block-5 {
    text-align: left;
  }

  .div-block.down {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    justify-content: space-around;
    align-items: flex-start;
  }

  .div-block-3 {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 45%;
    display: none;
  }

  .div-block-3.mid {
    width: 45%;
  }

  .div-block-3.mid.disp {
    width: 100%;
    display: flex;
  }

  .div-block-4 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 100px;
    display: none;
  }

  .link-block-4 {
    justify-content: center;
    align-items: center;
  }

  .button4 {
    color: var(--branco);
  }

  .section-3 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .text-block-6 {
    width: 100%;
    font-size: 16px;
    line-height: 26px;
  }

  .section-4 {
    justify-content: space-around;
  }

  .carrosel-container {
    grid-column-gap: 67px;
    grid-row-gap: 67px;
    justify-content: space-between;
    align-items: center;
  }

  .logo-container {
    width: 100%;
  }

  .logo-container.about {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-around;
  }

  .logo-image {
    border-radius: 4px;
    width: 15%;
  }

  .div-block-5 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .image-5 {
    width: 25%;
  }

  .section-6 {
    flex-flow: column;
    padding-left: 25px;
    padding-right: 25px;
  }

  .heading-4 {
    margin-bottom: 25px;
  }

  .div-block-6 {
    width: 100%;
  }

  .div-block-8 {
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .section-7 {
    flex-flow: column;
    padding-left: 25px;
    padding-right: 25px;
  }

  .div-block-13 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    width: 100%;
    height: auto;
    padding-top: 150px;
    padding-bottom: 100px;
    padding-left: 0;
    position: static;
  }

  .project-name {
    font-size: 46px;
    line-height: 46px;
  }

  .about-the-project {
    font-size: 18px;
    line-height: 28px;
  }

  .image-7 {
    border-radius: 24px;
  }

  .div-block-17 {
    width: 100%;
    padding: 0;
  }

  .heading-6 {
    text-align: center;
    font-size: 100px;
    line-height: 100px;
  }

  .section-8 {
    padding: 0 10px;
  }

  .image-8 {
    display: none;
    overflow: hidden;
  }

  .code-embed-2 {
    border: 1px none var(--branco);
    color: var(--branco);
    text-transform: uppercase;
    border-radius: 26px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-top: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: Outfit, sans-serif;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    position: static;
  }

  .div-block-18 {
    width: 100%;
  }

  .section-10 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }

  .text-block-11 {
    font-size: 14px;
    line-height: 24px;
  }
}

#w-node-_2634b84a-86d9-44ff-db32-73f9b129de5e-27a6429f {
  grid-area: span 2 / span 2 / span 2 / span 2;
  justify-self: center;
}
