@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Gabarito:wght@400..900&family=Outfit:wght@100..900&display=swap");
.desktop {
  display: block;
}
@media screen and (max-width: 960px) {
  .desktop {
    display: none;
  }
}

.mobile {
  display: none;
}
@media screen and (max-width: 960px) {
  .mobile {
    display: block;
  }
}

@media screen and (max-width: 960px) {
  .disappear {
    display: none;
  }
}

.grid-1 {
  width: calc(8.3333333333% - 32px);
  margin: 16px;
  padding: 16px 0px;
  float: left;
}
@media screen and (max-width: 960px) {
  .grid-1 {
    width: calc(100% - 32px);
    float: none;
  }
}

.grid-2 {
  width: calc(16.6666666667% - 32px);
  margin: 16px;
  padding: 16px 0px;
  float: left;
}
@media screen and (max-width: 960px) {
  .grid-2 {
    width: calc(100% - 32px);
    float: none;
  }
}

.grid-3 {
  width: calc(25% - 32px);
  margin: 16px;
  padding: 16px 0px;
  float: left;
}
@media screen and (max-width: 960px) {
  .grid-3 {
    width: calc(100% - 32px);
    float: none;
  }
}

.grid-4 {
  width: calc(33.3333333333% - 32px);
  margin: 16px;
  padding: 16px 0px;
  float: left;
}
@media screen and (max-width: 960px) {
  .grid-4 {
    width: calc(100% - 32px);
    float: none;
  }
}

.grid-5 {
  width: calc(41.6666666667% - 32px);
  margin: 16px;
  padding: 16px 0px;
  float: left;
}
@media screen and (max-width: 960px) {
  .grid-5 {
    width: calc(100% - 32px);
    float: none;
  }
}

.grid-6 {
  width: calc(50% - 32px);
  margin: 16px;
  padding: 16px 0px;
  float: left;
}
@media screen and (max-width: 960px) {
  .grid-6 {
    width: calc(100% - 32px);
    float: none;
  }
}

.grid-7 {
  width: calc(58.3333333333% - 32px);
  margin: 16px;
  padding: 16px 0px;
  float: left;
}
@media screen and (max-width: 960px) {
  .grid-7 {
    width: calc(100% - 32px);
    float: none;
  }
}

.grid-8 {
  width: calc(66.6666666667% - 32px);
  margin: 16px;
  padding: 16px 0px;
  float: left;
}
@media screen and (max-width: 960px) {
  .grid-8 {
    width: calc(100% - 32px);
    float: none;
  }
}

.grid-9 {
  width: calc(75% - 32px);
  margin: 16px;
  padding: 16px 0px;
  float: left;
}
@media screen and (max-width: 960px) {
  .grid-9 {
    width: calc(100% - 32px);
    float: none;
  }
}

.grid-10 {
  width: calc(83.3333333333% - 32px);
  margin: 16px;
  padding: 16px 0px;
  float: left;
}
@media screen and (max-width: 960px) {
  .grid-10 {
    width: calc(100% - 32px);
    float: none;
  }
}

.grid-11 {
  width: calc(91.6666666667% - 32px);
  margin: 16px;
  padding: 16px 0px;
  float: left;
}
@media screen and (max-width: 960px) {
  .grid-11 {
    width: calc(100% - 32px);
    float: none;
  }
}

.grid-12 {
  width: calc(100% - 32px);
  margin: 16px;
  padding: 16px 0px;
  float: left;
}
@media screen and (max-width: 960px) {
  .grid-12 {
    width: calc(100% - 32px);
    float: none;
  }
}

.grid-nobreak-1 {
  width: calc(8.3333333333% - 32px);
  margin: 16px;
  padding: 16px 0px;
  float: left;
}

.grid-nobreak-2 {
  width: calc(16.6666666667% - 32px);
  margin: 16px;
  padding: 16px 0px;
  float: left;
}

.grid-nobreak-3 {
  width: calc(25% - 32px);
  margin: 16px;
  padding: 16px 0px;
  float: left;
}

.grid-nobreak-4 {
  width: calc(33.3333333333% - 32px);
  margin: 16px;
  padding: 16px 0px;
  float: left;
}

.grid-nobreak-5 {
  width: calc(41.6666666667% - 32px);
  margin: 16px;
  padding: 16px 0px;
  float: left;
}

.grid-nobreak-6 {
  width: calc(50% - 32px);
  margin: 16px;
  padding: 16px 0px;
  float: left;
}

.grid-nobreak-7 {
  width: calc(58.3333333333% - 32px);
  margin: 16px;
  padding: 16px 0px;
  float: left;
}

.grid-nobreak-8 {
  width: calc(66.6666666667% - 32px);
  margin: 16px;
  padding: 16px 0px;
  float: left;
}

.grid-nobreak-9 {
  width: calc(75% - 32px);
  margin: 16px;
  padding: 16px 0px;
  float: left;
}

.grid-nobreak-10 {
  width: calc(83.3333333333% - 32px);
  margin: 16px;
  padding: 16px 0px;
  float: left;
}

.grid-nobreak-11 {
  width: calc(91.6666666667% - 32px);
  margin: 16px;
  padding: 16px 0px;
  float: left;
}

.grid-nobreak-12 {
  width: calc(100% - 32px);
  margin: 16px;
  padding: 16px 0px;
  float: left;
}

.container {
  max-width: 1268px;
  margin: 0 auto;
  padding: 128px 24px;
  /*display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;*/
}
.container::after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 960px) {
  .container {
    flex-direction: column;
    padding: 96px 16px;
  }
}

.hidden {
  overflow: hidden;
}

.zindex-1 {
  z-index: -1;
}

.row::after {
  content: "";
  display: table;
  clear: both;
}

.h-100 {
  height: 100vh;
}

.h-100p {
  height: 100%;
}

.none {
  display: none;
}

.flex {
  display: flex;
}

.flex-start-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}

.flex-end-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
}

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

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

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

.flex-space {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}

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

.relative {
  position: relative;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-item-1 {
  flex: 1 1 360px;
}

.flex-item-2 {
  flex: 2 1 360px;
}

.flex-item-3 {
  flex: 3 1 360px;
}

.flex-item-4 {
  flex: 4 1 360px;
}

.flex-item-5 {
  flex: 5 1 360px;
}

.flex-auto {
  flex: 1 1 auto;
}

.w-auto {
  width: auto;
}

.h-auto {
  height: auto !important;
}

.w-100 {
  width: 100%;
}

.w-75 {
  width: 75%;
}

.w-50 {
  width: 50%;
}

.w-25 {
  width: 25%;
}

.profile {
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.3);
  transition: 1s ease;
}
.profile:hover {
  border: 3px solid rgba(232, 240, 255, 0.75);
}

.div-logo-hero {
  width: 100%;
  height: 800px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .div-logo-hero {
    width: 100%;
    height: 400px;
  }
}
@media screen and (max-width: 960px) {
  .div-logo-hero {
    top: 35%;
    left: 50%;
  }
}

.logo-hero {
  width: 440px;
  height: 440px;
  border-radius: 50%;
  background: radial-gradient(63.46% 63.46% at 20% 4.04%, rgba(66, 113, 235, 0.3) 0%, rgba(66, 113, 235, 0) 100%), #060B17;
  box-shadow: inset 3px 7px 15px rgba(83, 139, 240, 0.15);
  position: relative;
}
.logo-hero::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 80%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.99);
  box-shadow: 0px 0px 200px rgba(83, 139, 240, 0.6), 0px 0px 120px #538BF0, 0px 0px 88px #538BF0, 0px 0px 10px #538BF0, 0px 0px 5px #538BF0;
  filter: blur(14px);
  transform: translate(-50%, -50%) translate3d(-32px, -56px, 0);
  z-index: -1;
  animation: planet 16s ease infinite alternate;
}
@media screen and (max-width: 960px) {
  .logo-hero::before {
    width: 70%;
    height: 70%;
  }
}
@media screen and (max-width: 960px) {
  .logo-hero {
    width: 280px;
    height: 280px;
  }
}

@keyframes planet {
  0%, 10% {
    opacity: 0;
  }
  60% {
    opacity: 1;
    transform: translate(-50%, -50%) translate3d(0, 0, 0);
  }
  90%, 100% {
    opacity: 1;
    transform: translate(-50%, -50%) translate3d(-32px, -56px, 0);
  }
}
.card {
  background-color: rgba(255, 255, 255, 0.05);
  border: 2px solid rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 24px;
  transition: 1s ease;
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.5);
}
.card:hover {
  border: 2px solid rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.95);
}

.card-transparent {
  background-color: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
  border-radius: 40px;
  transition: 1s ease;
  border: 3px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.5);
}
.card-transparent:hover {
  border: 3px solid rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  transform: scale(1.02);
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.95);
}

.card-solid {
  background-color: rgba(13, 13, 20, 0.9);
  border: 3px solid rgba(221, 227, 237, 0.1);
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
  border-radius: 40px;
  transition: 1s ease;
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.5);
}

.card-circle {
  width: 100%;
  border-radius: 50%;
  border: 2px solid rgba(83, 139, 240, 0.05);
  position: relative;
}
@media screen and (max-width: 960px) {
  .card-circle {
    border-radius: 8px;
  }
}
.card-circle::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: -1;
  background: rgba(3, 9, 23, 0.01);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}
@media screen and (max-width: 960px) {
  .card-circle::after {
    border-radius: 8px;
  }
}
.card-circle::before {
  content: "";
  position: absolute;
  top: 5%;
  left: 5%;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  z-index: -1;
  background: linear-gradient(217.85deg, #4AA6F7 -1.54%, #1141BD 101.14%);
  animation: card-circle 12s ease-in-out infinite alternate;
}

@keyframes card-circle {
  0%, 5% {
    top: 5%;
    left: 5%;
  }
  40% {
    top: -5%;
    left: 85%;
  }
  70% {
    top: 95%;
    left: 20%;
  }
  95%, 100% {
    top: 80%;
    left: 80%;
  }
}
.card-project {
  border-radius: 8px;
  cursor: pointer;
  overflow: hidden;
}
.card-project img {
  transform: scale(1.05);
  transition: 0.5s ease;
}
.card-project:hover img {
  transform: scale(1.1);
}

.card-link {
  background-color: rgba(255, 255, 255, 0);
  transition: 0.7s ease;
  border-radius: 12px 12px 0 0;
  padding: 16px 16px 16px 12px;
  cursor: pointer;
}
.card-link:hover {
  background-color: rgba(255, 255, 255, 0.04);
}
.card-link:hover > svg {
  transform: translate3d(4px, -4px, 0);
}

.stamp {
  position: absolute;
  top: -4px;
  left: -4px;
}

.stamp-ny {
  position: absolute;
  bottom: 56px;
  right: 56px;
}

.stamp-letters {
  animation: rotate 7s linear infinite;
  transform-origin: center center;
  transform-box: fill-box;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#person-01 {
  position: absolute;
  top: 5%;
  left: 65%;
  transform: translate(-100%, -50%);
}

#person-02 {
  position: absolute;
  top: 17%;
  left: 57%;
  transform: translate(-100%, -50%);
}

#person-03 {
  position: absolute;
  top: 70%;
  left: 75%;
  transform: translate(-100%, -50%);
}

#person-04 {
  position: absolute;
  top: 68%;
  left: 45%;
  transform: translate(-100%, -50%);
}

#person-05 {
  position: absolute;
  top: 63%;
  left: 27%;
  transform: translate(-100%, -50%);
}

#person-06 {
  position: absolute;
  top: 30%;
  left: 97%;
  transform: translate(-100%, -50%);
}

#person-07 {
  position: absolute;
  top: 32%;
  left: 70%;
  transform: translate(-100%, -50%);
}

#person-08 {
  position: absolute;
  top: 82%;
  left: 35%;
  transform: translate(-100%, -50%);
}

#person-09 {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-100%, -50%);
}

#person-10 {
  position: absolute;
  top: 10%;
  left: 15%;
  transform: translate(-100%, -50%);
}

#person-11 {
  position: absolute;
  top: 42%;
  left: 85%;
  transform: translate(-100%, -50%);
}

#person-12 {
  position: absolute;
  top: 15%;
  left: 80%;
  transform: translate(-100%, -50%);
}

#person-13 {
  position: absolute;
  top: 45%;
  left: 21%;
  transform: translate(-100%, -50%);
}

#person-14 {
  position: absolute;
  top: 5%;
  left: 35%;
  transform: translate(-100%, -50%);
}

#person-15 {
  position: absolute;
  top: 18%;
  left: 30%;
  transform: translate(-100%, -50%);
}

#person-16 {
  position: absolute;
  top: 78%;
  left: 95%;
  transform: translate(-100%, -50%);
}

#person-17 {
  position: absolute;
  top: 75%;
  left: 10%;
  transform: translate(-100%, -50%);
}

#person-18 {
  position: absolute;
  top: 90%;
  left: 20%;
  transform: translate(-100%, -50%);
}

#person-19 {
  position: absolute;
  top: 85%;
  left: 70%;
  transform: translate(-100%, -50%);
}

#person-20 {
  position: absolute;
  top: 27%;
  left: 44%;
  transform: translate(-100%, -50%);
}

.section-projects {
  height: 100vh;
  position: relative;
}
.section-projects::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 72px;
  z-index: 900;
  background: linear-gradient(180deg, #030917 0%, rgba(3, 9, 23, 0) 100%);
}
.section-projects::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 72px;
  z-index: 900;
  background: linear-gradient(180deg, rgba(3, 9, 23, 0) 0%, #030917 100%);
}
@media screen and (max-width: 960px) {
  .section-projects {
    height: 110vh;
  }
}

.guia {
  height: 128px;
}

.guia-s {
  height: 80px;
}

.bar1 {
  animation: bar 1s ease 0s infinite alternate;
}

.bar2 {
  animation: bar 1s ease 0.3s infinite alternate;
}

.bar3 {
  animation: bar 1s ease 0.9s infinite alternate;
}

.bar4 {
  animation: bar 1s ease 0.4s infinite alternate;
}

.bar5 {
  animation: bar 1s ease 0.1s infinite alternate;
}

.bar6 {
  animation: bar 1s ease 0.2s infinite alternate;
}

.bar7 {
  animation: bar 1s ease 0.5s infinite alternate;
}

@keyframes bar {
  0% {
    height: 0%;
  }
  100% {
    height: -100%;
  }
}
.light-red {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #F03D3D;
  box-shadow: 0px 0px 8px rgba(240, 61, 61, 0.9);
  animation: blink 4s ease infinite alternate;
}

.light-green {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0BB07B;
  box-shadow: 0px 0px 10px rgba(11, 176, 123, 0.9);
  animation: blink 4s ease infinite alternate;
}

.light-yellow {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #FFCE52;
  box-shadow: 0px 0px 54px rgba(255, 206, 82, 0.9);
  animation: blink 4s ease infinite alternate;
}

@keyframes blink {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
footer {
  max-width: 1280px;
  margin: 0 auto;
  padding: 8px;
}

.div-background {
  position: relative;
}
.div-background::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 600px;
  border-radius: 50%;
  background: linear-gradient(225deg, rgb(2, 2, 9) 0%, rgb(2, 2, 9) 100%);
  transform: translate(-50%, -50%) rotate(0deg);
  filter: blur(72px);
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .div-background::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150px;
    height: 400px;
    border-radius: 50%;
    background: linear-gradient(225deg, rgb(2, 2, 9) 0%, rgb(2, 2, 9) 100%);
    transform: translate(-50%, -50%) rotate(0deg);
    filter: blur(40px);
    z-index: -1;
  }
}

.espiral {
  width: 100%;
  min-height: 420px;
  transform: scale(1);
}
@media screen and (max-width: 960px) {
  .espiral {
    width: 140%;
    height: 100%;
    min-height: 400px;
    transform: scale(0.8) translate(-18%, 0%);
    z-index: -1;
  }
}

.icon-scroll {
  animation: icon-scroll 2s linear infinite;
  stroke-dasharray: 10 50;
}

@keyframes icon-scroll {
  0%, 5% {
    stroke-dashoffset: 20;
  }
  95%, 100% {
    stroke-dashoffset: -20;
  }
}
.scroll-down {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .scroll-down {
    top: 95%;
    left: 50%;
  }
}

.border-video {
  border-radius: 16px;
}

.edge-video {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 16px 56px rgba(255, 255, 255, 0.05);
  /*
    &::after{
      content: '';
      position: absolute;
      top: 0;
      left: -8px;
      z-index: 10;

      width: 96px;
      height: 100%;

      background: linear-gradient(90deg, colors.$black-dark 0%, rgba(107, 186, 255, 0.00)100%);
    }

    &::before{
      content: '';
      position: absolute;
      top: 0;
      right: -8px;
      z-index: 10;

      width: 96px;
      height: 100%;

      background: linear-gradient(90deg, rgba(107, 186, 255, 0.00) 0%, colors.$black-dark 100%);
    }
  */
}
.edge-video video {
  z-index: -1;
  transform: scale(1.05);
}

.video-cta {
  position: absolute;
  width: 100%;
  top: -50%;
  left: 0;
  z-index: -1;
}
.video-cta video {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100% !important;
  transform: translate(0, -100%);
}
@media screen and (max-width: 960px) {
  .video-cta video {
    transform: rotate(90deg);
  }
}

.border-video-cta {
  position: relative;
  overflow: hidden;
}
.border-video-cta::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 128px;
  background: linear-gradient(180deg, #030917 0%, rgba(3, 9, 23, 0) 100%);
}
.border-video-cta::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 240px;
  background: linear-gradient(180deg, rgba(3, 9, 23, 0) 0%, #030917 100%);
}

.mask-video-ny {
  position: relative;
  overflow: hidden;
  height: 70vh;
}
.mask-video-ny video {
  height: 100%;
}
@media screen and (min-width: 960px) {
  .mask-video-ny video {
    width: 100%;
    height: auto;
  }
}
.mask-video-ny::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgb(2, 2, 9) 0%, rgba(2, 2, 9, 0.1) 20%, rgba(2, 2, 9, 0.1) 50%, rgba(2, 2, 9, 0.1) 80%, rgb(2, 2, 9) 100%), linear-gradient(180deg, rgb(2, 2, 9) 0%, rgba(2, 2, 9, 0.1) 20%, rgba(2, 2, 9, 0.1) 50%, rgba(2, 2, 9, 0.1) 80%, rgb(2, 2, 9) 100%);
}

.signature {
  animation: signature 4s ease-in-out infinite alternate;
}

@keyframes signature {
  0% {
    stroke-width: 0;
    stroke-dasharray: 0 600;
  }
  60%, 100% {
    stroke-width: 2;
    stroke-dasharray: 100 0;
  }
}
.border-transparent-video {
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -100%);
  padding: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
@media screen and (max-width: 960px) {
  .border-transparent-video {
    padding: 8px;
  }
}

.profile-big {
  width: 160px;
  height: 160px;
  overflow: hidden;
}

.list h6 {
  transition: 0.7s ease;
}
.list:hover h6 {
  padding-left: 10px;
}

.cta-final {
  position: relative;
  width: 100%;
  height: 100svh;
  /*
  display: flex;
  justify-content: center; 
  align-items: center;*/
}
.cta-final::after {
  content: "";
  width: 100%;
  height: 140px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
  background: linear-gradient(180deg, #020209 0%, rgba(2, 2, 9, 0) 100%);
}

.cta-final-content {
  max-width: 1240px;
  height: auto;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cta-final-content * {
  pointer-events: auto;
}

.object-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.object {
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  padding: 18px 48px;
  cursor: grab;
  transition: box-shadow 0.7s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: auto;
  z-index: 2;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 40px;
  background: rgba(232, 240, 255, 0.98);
  box-shadow: 0 4px 12px 0 rgba(232, 240, 255, 0.2), -5px -7px 14px 0 rgba(115, 141, 176, 0.7) inset, 2px 2px 8px 0 rgba(2, 9, 27, 0.2) inset;
}
.object:hover {
  box-shadow: 0 4px 24px 0 rgba(232, 240, 255, 0.4), -5px -7px 14px 0 rgba(115, 141, 176, 0.7) inset, 2px 2px 8px 0 rgba(2, 9, 27, 0.2) inset;
  transform: scale(1.05);
}
.object h5 {
  color: rgba(24, 24, 31, 0.99);
}
@media screen and (max-width: 960px) {
  .object {
    padding: 16px 30px;
  }
  .object h5 {
    font-size: 16px;
  }
}

.object:active {
  cursor: grabbing;
}

.services {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.services-header {
  position: relative;
  width: 100%;
  padding: 0 2rem;
  background-color: rgb(2, 2, 9);
  will-change: transform;
}

.services-header img {
  -o-object-fit: contain;
     object-fit: contain;
}

.services-header:nth-child(1),
.services-header:nth-child(3) {
  transform: translateX(100%) translateY(0%);
}

.services-header:nth-child(2) {
  transform: translateX(-100%) translateY(0%);
  z-index: 2;
}

.div-label-black {
  background-color: rgba(2, 2, 9, 0.4);
  color: rgb(232, 240, 255);
  padding: 10px 24px;
  border-radius: 24px;
  border: 2px solid rgba(232, 240, 255, 0.05);
  transition: 0.7s ease;
}
.div-label-black:hover {
  border: 2px solid rgba(232, 240, 255, 0.3);
}

.div-label-white {
  background: rgb(239, 246, 255);
  box-shadow: -5px -7px 14px 0 rgba(115, 141, 176, 0.7) inset, 2px 2px 8px 0 rgba(2, 9, 27, 0.2) inset;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.4));
  border: 2px solid rgba(255, 255, 255, 0.7);
  padding: 10px 24px;
  border-radius: 24px;
  transition: 0.7s ease;
}
.div-label-white h6 {
  transition: 0.7s ease;
}
.div-label-white:hover {
  border: 2px solid rgba(255, 255, 255, 0.99);
}
.div-label-white:hover h6 {
  letter-spacing: 3px;
}

.div-label-black-orange {
  background-color: rgba(2, 2, 9, 0.4);
  color: rgb(240, 78, 35);
  padding: 10px 24px;
  border-radius: 24px;
  border: 2px solid rgba(232, 240, 255, 0.05);
  transition: 0.7s ease;
}
.div-label-black-orange:hover {
  border: 2px solid rgba(232, 240, 255, 0.3);
}

.div-label-blue {
  background-color: rgba(27, 105, 210, 0.4);
  color: rgb(232, 240, 255);
  padding: 10px 24px;
  border-radius: 24px;
  border: 2px solid rgba(232, 240, 255, 0.1);
  transition: 0.7s ease;
}
.div-label-blue:hover {
  border: 2px solid rgba(232, 240, 255, 0.4);
}

.div-label-green {
  background: #0BA976;
  box-shadow: -4px 4px 18px 0 rgba(83, 194, 158, 0.8) inset, 4px -4px 18px 0 rgba(4, 87, 61, 0.8) inset;
  color: rgb(232, 240, 255);
  padding: 10px 24px;
  border-radius: 24px;
  border: 2px solid rgba(232, 240, 255, 0.1);
  transition: 0.7s ease;
}
.div-label-green h6 {
  transition: 0.7s ease;
}
.div-label-green:hover {
  border: 2px solid rgba(232, 240, 255, 0.5);
}
.div-label-green:hover h6 {
  letter-spacing: 3px;
}

.container-sticky {
  width: 98%;
  height: 100%;
}
.container-sticky blockquote {
  width: 100%;
  height: 90vh;
}
@media screen and (max-width: 960px) {
  .container-sticky blockquote {
    height: 70vh;
  }
}

.hero-sticky h1 {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.card-sticky.scroll {
  position: relative;
}

.footer-sticky {
  width: 100%;
  height: 40vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-sticky {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 50%;
  border-radius: 24px;
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.99);
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .img-sticky {
    width: 90%;
    border-radius: 16px;
  }
}
.img-sticky img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.link-transparent {
  background-color: rgba(221, 227, 237, 0.15);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border-radius: 40px;
  padding: 8px 16px;
  border: 2px solid rgba(255, 255, 255, 0);
}
.link-transparent:hover {
  border: 2px solid rgba(255, 255, 255, 0.3);
}

@font-face {
  font-family: "Futurism";
  src: url("../font/Futurism.otf");
}
@font-face {
  font-family: "Nebula";
  src: url("../font/Nebula-Regular.otf");
}
.h0 {
  font-family: "Gabarito", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 88px;
  line-height: 120%;
  font-weight: 300;
  letter-spacing: 20px;
}
@media screen and (max-width: 960px) {
  .h0 {
    letter-spacing: 10px;
    font-family: "Gabarito", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 40px;
    line-height: 120%;
    font-weight: 300;
  }
}
@media screen and (max-width: 340px) {
  .h0 {
    letter-spacing: 8px;
    font-family: "Gabarito", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 24px;
    line-height: 120%;
    font-weight: 300;
  }
}

.h0-title {
  letter-spacing: 18px;
  font-family: "Gabarito", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 88px;
  line-height: 120%;
  font-weight: 300;
  font-family: "Nebula", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
@media screen and (max-width: 960px) {
  .h0-title {
    letter-spacing: 4px;
    font-family: "Gabarito", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 40px;
    line-height: 120%;
    font-weight: 300;
    font-family: "Nebula", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
  }
}
@media screen and (max-width: 340px) {
  .h0-title {
    letter-spacing: 1px;
    font-family: "Gabarito", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 24px;
    line-height: 120%;
    font-weight: 300;
    font-family: "Nebula", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
  }
}

h1 {
  color: #E8F0FF;
  z-index: 5;
  font-family: "Gabarito", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 80px;
  line-height: 110%;
  font-weight: 300;
}
@media screen and (max-width: 960px) {
  h1 {
    font-family: "Gabarito", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 52px;
    line-height: 110%;
    font-weight: 300;
  }
}
@media screen and (max-width: 340px) {
  h1 {
    font-family: "Gabarito", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 48px;
    line-height: 120%;
    font-weight: 300;
  }
}

.title-hero {
  color: #E8F0FF;
  z-index: 5;
  letter-spacing: 4px;
  font-family: "Gabarito", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 80px;
  line-height: 110%;
  font-weight: 300;
}
@media screen and (max-width: 960px) {
  .title-hero {
    font-family: "Gabarito", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 52px;
    line-height: 110%;
    font-weight: 300;
  }
}
@media screen and (max-width: 340px) {
  .title-hero {
    font-family: "Gabarito", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 48px;
    line-height: 120%;
    font-weight: 300;
  }
}

h2 {
  color: #E8F0FF;
  font-family: "Gabarito", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 72px;
  line-height: 110%;
  font-weight: 300;
}
@media screen and (max-width: 960px) {
  h2 {
    font-family: "Gabarito", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 48px;
    line-height: 120%;
    font-weight: 300;
  }
}
@media screen and (max-width: 340px) {
  h2 {
    font-family: "Gabarito", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 36px;
    line-height: 120%;
    font-weight: 300;
  }
}

h3 {
  color: #E8F0FF;
  font-family: "Gabarito", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 48px;
  line-height: 120%;
  font-weight: 300;
}
@media screen and (max-width: 960px) {
  h3 {
    font-family: "Gabarito", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 32px;
    line-height: 120%;
    font-weight: 300;
  }
}
@media screen and (max-width: 340px) {
  h3 {
    font-family: "Gabarito", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 28px;
    line-height: 130%;
    font-weight: 300;
  }
}

h4 {
  color: #E8F0FF;
  font-family: "Gabarito", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 32px;
  line-height: 120%;
  font-weight: 300;
}
@media screen and (max-width: 960px) {
  h4 {
    font-family: "Gabarito", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 28px;
    line-height: 130%;
    font-weight: 300;
  }
}
@media screen and (max-width: 340px) {
  h4 {
    font-family: "Gabarito", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 20px;
    line-height: 140%;
    font-weight: 300;
  }
}

h5 {
  color: #E8F0FF;
  font-family: "Gabarito", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 24px;
  line-height: 140%;
  font-weight: 200;
}
@media screen and (max-width: 960px) {
  h5 {
    font-family: "Gabarito", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 20px;
    line-height: 140%;
    font-weight: 200;
  }
}

h6 {
  color: #E8F0FF;
  font-family: "Gabarito", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 18px;
  line-height: 150%;
  font-weight: 200;
}
@media screen and (max-width: 960px) {
  h6 {
    font-family: "Gabarito", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 16px;
    line-height: 150%;
    font-weight: 200;
  }
}

.h7 {
  font-family: "Gabarito", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  line-height: 150%;
  font-weight: 200;
}
@media screen and (max-width: 960px) {
  .h7 {
    font-family: "Gabarito", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 16px;
    line-height: 150%;
    font-weight: 200;
  }
}

.h8 {
  font-family: "Gabarito", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 14px;
  line-height: 150%;
  font-weight: 200;
}
@media screen and (max-width: 960px) {
  .h8 {
    font-family: "Gabarito", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 14px;
    line-height: 150%;
    font-weight: 200;
  }
}

p {
  letter-spacing: 0px;
  color: #9EA0A3;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  p {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
  }
}
@media screen and (max-width: 340px) {
  p {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
  }
}

.uppercase {
  text-transform: uppercase;
  letter-spacing: 2px;
}

.p1 {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 26px;
  line-height: 30px;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .p1 {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
  }
}
@media screen and (max-width: 340px) {
  .p1 {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
  }
}

.p2 {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .p2 {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
  }
}

.p3 {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .p3 {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
  }
}

.p4 {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  font-weight: 200;
}
@media screen and (max-width: 960px) {
  .p4 {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    font-weight: 200;
  }
}

.p5 {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 13px;
  line-height: 20px;
  font-weight: 200;
}
@media screen and (max-width: 960px) {
  .p5 {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 13px;
    line-height: 20px;
    font-weight: 200;
  }
}

.p-title {
  font-size: 18px;
}
@media screen and (max-width: 960px) {
  .p-title {
    font-size: 16px;
  }
}

.bold {
  font-weight: bold;
  color: #E8F0FF;
}

span {
  display: inline-block;
}

.letter-h1 {
  color: #F3F8FF;
  letter-spacing: 1px;
  text-transform: none;
  font-family: "Gabarito", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 80px;
  line-height: 110%;
  font-weight: 300;
}
@media screen and (max-width: 960px) {
  .letter-h1 {
    font-family: "Gabarito", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 52px;
    line-height: 110%;
    font-weight: 300;
  }
}

strong {
  color: #020209;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  strong {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
  }
}

b {
  color: #353536;
}

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

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

.text-right {
  text-align: right;
}

.h-xl {
  color: #E8F0FF;
  font-size: 240px;
  font-family: "Gabarito", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 88px;
  line-height: 120%;
  font-weight: 300;
}
@media screen and (max-width: 960px) {
  .h-xl {
    font-size: 144px;
    font-family: "Gabarito", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 40px;
    line-height: 120%;
    font-weight: 300;
  }
}

.h-l {
  color: #E8F0FF;
  font-size: 144px;
  font-family: "Gabarito", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 88px;
  line-height: 120%;
  font-weight: 300;
}
@media screen and (max-width: 960px) {
  .h-l {
    font-size: 96px;
    font-family: "Gabarito", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 40px;
    line-height: 120%;
    font-weight: 300;
  }
}

.hbig {
  font-family: "Gabarito", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 80px;
  line-height: 120%;
  font-weight: 300;
}
@media screen and (max-width: 960px) {
  .hbig {
    font-family: "Gabarito", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 56px;
    line-height: 120%;
    font-weight: 300;
  }
}

.text-shadow {
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.7);
}

.text-shadow-small {
  text-shadow: 0 0px 8px rgba(0, 0, 0, 0.7);
}

.color-gray {
  color: #7C7C7D;
}

.color-red {
  color: #F03D3D;
}

.color-green {
  color: #0BB07B;
}

.color-yellow {
  color: #FFCE52;
}

.bg-red {
  background-color: #F03D3D;
}

.bg-green {
  background-color: #0BB07B;
}

.bg-yellow {
  background-color: #FFCE52;
}

.color-white {
  color: #FFFFFF;
}

.color-primary {
  color: #F3F8FF;
}

.color-gradient {
  display: inline-block;
  background: linear-gradient(90deg, rgb(207, 218, 240) 8.12%, rgb(106, 113, 127) 92.21%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.color-gradient2 {
  display: inline-block;
  background: linear-gradient(90deg, rgb(207, 218, 240) 0.95%, rgb(106, 113, 127) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient-animation {
  display: inline-block;
  background: linear-gradient(95deg, rgba(232, 240, 255, 0.99) 0%, rgba(106, 113, 127, 0) 50%, rgba(106, 113, 127, 0) 55%, rgba(232, 240, 255, 0.99) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  background-size: 200%;
  background-repeat: no-repeat;
  animation: text-gradient-animation 2s ease-in-out infinite alternate;
}

@keyframes text-gradient-animation {
  0% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 100% 0%;
  }
}
.text-gradient-animation-reverse {
  display: inline-block;
  background: linear-gradient(90deg, rgba(189, 196, 208, 0) 2.7%, rgba(128, 138, 159, 0.99) 50.47%, rgba(178, 184, 197, 0) 98.24%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  background-size: 200%;
  background-repeat: no-repeat;
  animation: text-gradient-animation-reverse 2s ease-in-out infinite alternate;
}

@keyframes text-gradient-animation-reverse {
  0% {
    background-position: -100% 100%;
  }
  100% {
    background-position: 200% 0%;
  }
}
.text-spacing-animation {
  display: inline-block;
  background: linear-gradient(90deg, rgba(189, 196, 208, 0.7) 2.7%, rgba(128, 138, 159, 0.99) 50.47%, rgba(178, 184, 197, 0.7) 98.24%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  background-size: 100%;
  background-repeat: no-repeat;
  animation: text-spacing-animation 1s ease-in-out infinite alternate;
}

@keyframes text-spacing-animation {
  0% {
    letter-spacing: 0px;
  }
  100% {
    letter-spacing: 6px;
  }
}
.text-blink-animation {
  display: inline-block;
  color: rgba(128, 138, 159, 0.99);
  animation: text-blink-animation 2s ease-in-out infinite alternate;
}

@keyframes text-blink-animation {
  0%, 20% {
    color: rgba(128, 138, 159, 0);
    transform: scale(1) rotate(40deg) translate3d(0, 40px, 0);
  }
  50%, 100% {
    color: rgba(128, 138, 159, 0.9);
    transform: scale(1.8) rotate(-5deg) translate3d(0, 0, 0);
  }
}
.bg-gradient {
  background: linear-gradient(224.78deg, #E8F0FF 8.12%, #1141BD 92.21%);
}

.label-text-green {
  background-color: rgba(11, 176, 123, 0.2);
  color: rgba(11, 176, 123, 0.99);
  display: inline-block;
  padding: 8px 24px;
  border-radius: 24px;
  border: 2px solid rgba(11, 176, 123, 0.1);
  transition: 0.7s ease;
}
.label-text-green:hover {
  border: 2px solid rgba(11, 176, 123, 0.7);
}

.label-text-blue {
  background-color: rgba(27, 105, 210, 0.2);
  color: rgba(27, 105, 210, 0.99);
  display: inline-block;
  padding: 8px 24px;
  border-radius: 24px;
  border: 2px solid rgba(27, 105, 210, 0.1);
  transition: 0.7s ease;
}
.label-text-blue:hover {
  border: 2px solid rgba(27, 105, 210, 0.5);
}

.label-text-black {
  background-color: rgba(2, 2, 9, 0.4);
  color: rgb(232, 240, 255);
  display: inline-block;
  padding: 8px 24px;
  border-radius: 24px;
  border: 2px solid rgba(232, 240, 255, 0.05);
  transition: 0.7s ease;
}
.label-text-black:hover {
  border: 2px solid rgba(232, 240, 255, 0.3);
}

.label-transparent-white {
  display: inline-block;
  background: rgba(232, 240, 255, 0.9);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 2px;
  transition: 1s ease;
  padding: 10px 24px;
  position: relative;
}
.label-transparent-white::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-radius: 1px;
  background: linear-gradient(90deg, rgba(207, 218, 240, 0) 0%, rgba(207, 218, 240, 0.99) 50%, rgba(207, 218, 240, 0) 100%);
  background-size: 200%;
  animation: label-transparent-white 2s linear infinite;
  transition: 1s ease;
}
.label-transparent-white:hover {
  letter-spacing: 4px;
}

@keyframes label-transparent-white {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: 200% center;
  }
}
.icon {
  max-width: 64px;
  transition: 0.5s ease;
}
.icon:hover {
  transform: translate(0, -4px, 0);
}
@media screen and (max-width: 960px) {
  .icon {
    max-width: 56px;
  }
}

.icon-s {
  max-width: 40px;
  transition: 0.5s ease;
}
.icon-s:hover {
  transform: translate(0, -4px, 0);
}
@media screen and (max-width: 960px) {
  .icon-s {
    max-width: 32px;
  }
}

.icon-xs {
  max-width: 24px;
  transition: 0.5s ease;
}
.icon-xs:hover {
  transform: translate(0, -4px, 0);
}
@media screen and (max-width: 960px) {
  .icon-xs {
    max-width: 24px;
  }
}

.icon-m {
  max-width: 96px;
  transition: 0.5s ease;
}
@media screen and (max-width: 960px) {
  .icon-m {
    max-width: 80px;
  }
}

.icon-l {
  max-width: 120px;
  transition: 0.5s ease;
}
@media screen and (max-width: 960px) {
  .icon-l {
    max-width: 96px;
  }
}

.icon-xl {
  max-width: 172px;
  transition: 0.5s ease;
}
@media screen and (max-width: 960px) {
  .icon-xl {
    max-width: 144px;
  }
}

.icon-animated {
  min-width: 64px;
  min-height: 64px;
  transition: 0.5s ease;
  width: 64px;
  height: 64px;
  padding: 8px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  border: 2px solid rgba(255, 255, 255, 0);
}
.icon-animated:hover {
  border: 2px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 960px) {
  .icon-animated {
    max-width: 56px;
  }
}

.ball-animated {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #1141BD;
  animation: ball-animated 4s ease-out infinite alternate;
  box-shadow: 0 0 16px rgba(24, 80, 225, 0.8);
}

@keyframes ball-animated {
  0% {
    top: 0;
    left: 0;
  }
  30% {
    top: 75%;
    left: 80%;
  }
  60% {
    top: 80%;
    left: 0%;
  }
  100% {
    top: 0%;
    left: 75%;
  }
}
.icon-bgprimary {
  min-width: 64px;
  min-height: 64px;
  transition: 0.8s ease;
  width: 64px;
  height: 64px;
  padding: 8px;
  border-radius: 50%;
  background: linear-gradient(90deg, rgba(24, 80, 225, 0.9) 0%, rgba(13, 44, 123, 0.9) 100%);
  background-size: 200%;
  background-position: 0% 0%;
  opacity: 1;
  border: 2px solid rgba(255, 255, 255, 0.05);
  box-shadow: 0px 0px 24px rgba(13, 44, 123, 0.9);
}
.icon-bgprimary:hover {
  border: 2px solid rgba(255, 255, 255, 0.2);
  background-position: 50% 50%;
  box-shadow: 0px 0px 40px rgba(24, 80, 225, 0.9);
  opacity: 0.8;
}
.icon-bgprimary path {
  stroke: #fff;
}

.icon-white path {
  stroke: #fff;
}
.icon-white rect {
  stroke: #fff;
}
.icon-white circle {
  stroke: #fff;
}

.icon-transparent {
  min-width: 64px;
  min-height: 64px;
  transition: 0.8s ease;
  width: 64px;
  height: 64px;
  padding: 8px;
  border-radius: 50%;
  background-color: rgba(221, 227, 237, 0.15);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border: 2px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.3);
}
.icon-transparent:hover {
  border: 2px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0px 0px 36px rgba(0, 0, 0, 0.8);
}

.bg-icon {
  border-radius: 32px;
  padding: 8px 16px;
  margin: 4px;
  background-color: rgba(255, 255, 255, 0.05);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s ease;
}
.bg-icon path {
  transition: 0.5s ease;
}
.bg-icon circle {
  transition: 0.5s ease;
}
.bg-icon rect {
  transition: 0.5s ease;
}
.bg-icon:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
.bg-icon:hover path {
  stroke: #fff;
}
.bg-icon:hover circle {
  stroke: #fff;
}
.bg-icon:hover rect {
  stroke: #fff;
}

.bg-circle-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  border-radius: 20px;
  padding: 8px;
  margin: 4px;
  background-color: rgba(255, 255, 255, 0.05);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s ease;
}
.bg-circle-icon path {
  transition: 0.5s ease;
}
.bg-circle-icon circle {
  transition: 0.5s ease;
}
.bg-circle-icon rect {
  transition: 0.5s ease;
}
.bg-circle-icon:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
.bg-circle-icon:hover path {
  stroke: #fff;
}

header {
  width: 100%;
  height: 88px;
  padding: 12px 18px 0px 18px;
  transition: 1s ease;
  position: fixed;
  top: 0;
  background: linear-gradient(180deg, #020209 0%, rgba(2, 2, 9, 0) 100%);
  z-index: 990;
  opacity: 0;
}

nav {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.active-header {
  opacity: 1;
}

.s-0 {
  margin: 0;
  padding: 0;
}

.mt-110 {
  margin-top: 110px;
}
@media screen and (max-width: 960px) {
  .mt-110 {
    margin-top: 0px;
  }
}

.mt-80 {
  margin-top: 88px;
}
@media screen and (max-width: 960px) {
  .mt-80 {
    margin-top: 64px;
  }
}

.ml-40 {
  margin-left: 40px;
}
@media screen and (max-width: 960px) {
  .ml-40 {
    margin-left: 4px;
  }
}

.space-220 {
  padding: 220px 24px;
}
@media screen and (max-width: 960px) {
  .space-220 {
    padding: 96px 16px;
  }
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 8px !important;
}

.m-2 {
  margin: 16px !important;
}

.m-3 {
  margin: 24px !important;
}

.m-4 {
  margin: 32px !important;
}

.m-5 {
  margin: 48px !important;
}

.m-6 {
  margin: 64px !important;
}

.m-7 {
  margin: 72px !important;
}

.m-8 {
  margin: 96px !important;
}

.m-9 {
  margin: 128px !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 8px !important;
}

.mt-2 {
  margin-top: 16px !important;
}

.mt-3 {
  margin-top: 24px !important;
}

.mt-4 {
  margin-top: 32px !important;
}

.mt-5 {
  margin-top: 48px !important;
}

.mt-6 {
  margin-top: 64px !important;
}

.mt-7 {
  margin-top: 72px !important;
}

.mt-8 {
  margin-top: 96px !important;
}

.mt-9 {
  margin-top: 128px !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-1 {
  margin-left: 8px !important;
}

.ml-2 {
  margin-left: 16px !important;
}

.ml-3 {
  margin-left: 24px !important;
}

.ml-4 {
  margin-left: 32px !important;
}

.ml-5 {
  margin-left: 48px !important;
}

.ml-6 {
  margin-left: 64px !important;
}

.ml-7 {
  margin-left: 72px !important;
}

.ml-8 {
  margin-left: 96px !important;
}

.ml-9 {
  margin-left: 128px !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-1 {
  margin-right: 8px !important;
}

.mr-2 {
  margin-right: 16px !important;
}

.mr-3 {
  margin-right: 24px !important;
}

.mr-4 {
  margin-right: 32px !important;
}

.mr-5 {
  margin-right: 48px !important;
}

.mr-6 {
  margin-right: 64px !important;
}

.mr-7 {
  margin-right: 72px !important;
}

.mr-8 {
  margin-right: 96px !important;
}

.mr-9 {
  margin-right: 128px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 8px !important;
}

.mb-2 {
  margin-bottom: 16px !important;
}

.mb-3 {
  margin-bottom: 24px !important;
}

.mb-4 {
  margin-bottom: 32px !important;
}

.mb-5 {
  margin-bottom: 48px !important;
}

.mb-6 {
  margin-bottom: 64px !important;
}

.mb-7 {
  margin-bottom: 72px !important;
}

.mb-8 {
  margin-bottom: 96px !important;
}

.mb-9 {
  margin-bottom: 128px !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mx-1 {
  margin-left: 8px !important;
  margin-right: 8px !important;
}

.mx-2 {
  margin-left: 16px !important;
  margin-right: 16px !important;
}

.mx-3 {
  margin-left: 24px !important;
  margin-right: 24px !important;
}

.mx-4 {
  margin-left: 32px !important;
  margin-right: 32px !important;
}

.mx-5 {
  margin-left: 48px !important;
  margin-right: 48px !important;
}

.mx-6 {
  margin-left: 64px !important;
  margin-right: 64px !important;
}

.mx-7 {
  margin-left: 72px !important;
  margin-right: 72px !important;
}

.mx-8 {
  margin-left: 96px !important;
  margin-right: 96px !important;
}

.mx-9 {
  margin-left: 128px !important;
  margin-right: 128px !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.my-2 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.my-3 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.my-4 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.my-5 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

.my-6 {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}

.my-7 {
  margin-top: 72px !important;
  margin-bottom: 72px !important;
}

.my-8 {
  margin-top: 96px !important;
  margin-bottom: 96px !important;
}

.my-9 {
  margin-top: 128px !important;
  margin-bottom: 128px !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 8px !important;
}

.p-2 {
  padding: 16px !important;
}

.p-3 {
  padding: 24px !important;
}

.p-4 {
  padding: 32px !important;
}

.p-5 {
  padding: 48px !important;
}

.p-6 {
  padding: 64px !important;
}

.p-7 {
  padding: 72px !important;
}

.p-8 {
  padding: 96px !important;
}

.p-9 {
  padding: 128px !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 8px !important;
}

.pt-2 {
  padding-top: 16px !important;
}

.pt-3 {
  padding-top: 24px !important;
}

.pt-4 {
  padding-top: 32px !important;
}

.pt-5 {
  padding-top: 48px !important;
}

.pt-6 {
  padding-top: 64px !important;
}

.pt-7 {
  padding-top: 72px !important;
}

.pt-8 {
  padding-top: 96px !important;
}

.pt-9 {
  padding-top: 128px !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-1 {
  padding-left: 8px !important;
}

.pl-2 {
  padding-left: 16px !important;
}

.pl-3 {
  padding-left: 24px !important;
}

.pl-4 {
  padding-left: 32px !important;
}

.pl-5 {
  padding-left: 48px !important;
}

.pl-6 {
  padding-left: 64px !important;
}

.pl-7 {
  padding-left: 72px !important;
}

.pl-8 {
  padding-left: 96px !important;
}

.pl-9 {
  padding-left: 128px !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-1 {
  padding-right: 8px !important;
}

.pr-2 {
  padding-right: 16px !important;
}

.pr-3 {
  padding-right: 24px !important;
}

.pr-4 {
  padding-right: 32px !important;
}

.pr-5 {
  padding-right: 48px !important;
}

.pr-6 {
  padding-right: 64px !important;
}

.pr-7 {
  padding-right: 72px !important;
}

.pr-8 {
  padding-right: 96px !important;
}

.pr-9 {
  padding-right: 128px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 8px !important;
}

.pb-2 {
  padding-bottom: 16px !important;
}

.pb-3 {
  padding-bottom: 24px !important;
}

.pb-4 {
  padding-bottom: 32px !important;
}

.pb-5 {
  padding-bottom: 48px !important;
}

.pb-6 {
  padding-bottom: 64px !important;
}

.pb-7 {
  padding-bottom: 72px !important;
}

.pb-8 {
  padding-bottom: 96px !important;
}

.pb-9 {
  padding-bottom: 128px !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.px-1 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.px-2 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.px-3 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.px-4 {
  padding-left: 32px !important;
  padding-right: 32px !important;
}

.px-5 {
  padding-left: 48px !important;
  padding-right: 48px !important;
}

.px-6 {
  padding-left: 64px !important;
  padding-right: 64px !important;
}

.px-7 {
  padding-left: 72px !important;
  padding-right: 72px !important;
}

.px-8 {
  padding-left: 96px !important;
  padding-right: 96px !important;
}

.px-9 {
  padding-left: 128px !important;
  padding-right: 128px !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.py-2 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.py-3 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.py-4 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.py-5 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.py-6 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

.py-7 {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
}

.py-8 {
  padding-top: 96px !important;
  padding-bottom: 96px !important;
}

.py-9 {
  padding-top: 128px !important;
  padding-bottom: 128px !important;
}

.btn {
  display: inline-block;
  color: #FFFFFF;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
  transition: 0.6s ease;
  padding: 24px 96px 24px 96px;
  text-align: center;
  position: relative;
  background-color: rgba(221, 227, 237, 0.15);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border-radius: 40px;
  border: 2px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
  position: relative;
  transition: 0.7s ease;
  font-family: "Gabarito", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 18px;
  line-height: 150%;
  font-weight: 200;
}
@media screen and (max-width: 960px) {
  .btn {
    font-family: "Gabarito", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 16px;
    line-height: 150%;
    font-weight: 200;
  }
}
.btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -18px;
  width: 56px;
  height: 56px;
  transform: translate(-50%, -50%);
  background: rgb(239, 246, 255);
  box-shadow: -5px -7px 14px 0 rgba(115, 141, 176, 0.7) inset, 2px 2px 8px 0 rgba(2, 9, 27, 0.2) inset;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.4));
  background-image: url(".././svg/icon-arrow-right-ios.svg");
  background-position: center center;
  background-repeat: no-repeat;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  transition: 1s ease;
}
.btn .icon-ia {
  position: absolute;
  top: 50%;
  left: 40px;
  padding: 4px;
  width: 56px;
  height: 56px;
  transition: 1s ease;
  transform: translate(-50%, -50%) rotate(0deg);
  border-radius: 50%;
  border: 2px solid rgba(221, 227, 237, 0.1);
  background: linear-gradient(180deg, #232329 0%, #020209 100%);
  box-shadow: -4px -8px 16px 0 rgba(3, 7, 17, 0.7) inset, 3px 3px 8px 0 rgba(0, 0, 0, 0.7) inset;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.8));
}
.btn:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.7);
  border: 2px solid rgba(255, 255, 255, 0.5);
}
.btn:hover::before {
  transform: translate(-50%, -50%) rotate(675deg);
  top: 50%;
  right: 66%;
}
.btn:hover .icon-ia {
  top: 50%;
  left: 86%;
  transform: translate(-50%, -50%) rotate(360deg);
}

.elo1 {
  animation: elo1 3s ease infinite alternate;
  transform-origin: center center;
  transform-box: fill-box;
}

@keyframes elo1 {
  0% {
    transform: rotateX(0deg) rotateY(0deg) rotate(0deg);
  }
  100% {
    transform: rotateX(180deg) rotateY(270deg) rotate(-270deg);
  }
}
.elo2 {
  animation: elo2 3s ease infinite alternate;
  transform-origin: center center;
  transform-box: fill-box;
}

@keyframes elo2 {
  0% {
    transform: rotateX(0deg) rotateY(0deg) rotate(0deg);
  }
  100% {
    transform: rotateX(30deg) rotateY(180deg) rotate(360deg);
  }
}
.elo3 {
  animation: elo3 3s ease infinite alternate;
  transform-origin: center center;
  transform-box: fill-box;
}

@keyframes elo3 {
  0% {
    transform: rotateY(0deg) rotateZ(0deg) rotate(0deg);
  }
  100% {
    transform: rotateY(-120deg) rotateZ(90deg) rotate(720deg);
  }
}
.btn-dark {
  display: inline-block;
  color: #E8F0FF;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  transition: 0.6s ease;
  padding: 24px 96px 24px 96px;
  text-align: center;
  position: relative;
  background-color: rgba(2, 2, 9, 0.9);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border-radius: 40px;
  border: 2px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.3);
  position: relative;
  transition: 0.7s ease;
  font-family: "Gabarito", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 18px;
  line-height: 150%;
  font-weight: 200;
}
@media screen and (max-width: 960px) {
  .btn-dark {
    font-family: "Gabarito", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 16px;
    line-height: 150%;
    font-weight: 200;
  }
}
.btn-dark::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -18px;
  width: 56px;
  height: 56px;
  background: #232329;
  box-shadow: -4px -8px 16px 0 rgba(3, 7, 17, 0.7) inset, 3px 3px 8px 0 rgba(0, 0, 0, 0.7) inset;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.8));
  background-image: url("../../svg/icon-arrow-right.svg");
  background-position: center center;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
  border: 2px solid rgba(221, 227, 237, 0.1);
  border-radius: 50%;
  transition: 1s ease;
}
.btn-dark .icon-ia {
  position: absolute;
  top: 50%;
  left: 40px;
  padding: 4px;
  width: 56px;
  height: 56px;
  transform: translate(-50%, -50%) rotate(0deg);
  border-radius: 50%;
  border: 2px solid rgba(221, 227, 237, 0.1);
  background: linear-gradient(180deg, #232329 0%, #020209 100%);
  box-shadow: -4px -8px 16px 0 rgba(3, 7, 17, 0.7) inset, 3px 3px 8px 0 rgba(0, 0, 0, 0.7) inset;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.8));
  transition: 1s ease;
}
.btn-dark:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.7);
  border: 2px solid rgba(255, 255, 255, 0.3);
}
.btn-dark:hover::before {
  transform: translate(-50%, -50%) rotate(675deg);
  top: 50%;
  right: 66%;
}
.btn-dark:hover .icon-ia {
  top: 50%;
  left: 86%;
  transform: translate(-50%, -50%) rotate(360deg);
}

.btn-white {
  display: inline-block;
  color: #020209;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  transition: 0.6s ease;
  padding: 24px 96px 24px 96px;
  text-align: center;
  position: relative;
  background-color: rgba(239, 246, 255, 0.7);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border-radius: 40px;
  border: 2px solid rgba(255, 255, 255, 0);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.3);
  position: relative;
  transition: 0.7s ease;
  font-family: "Gabarito", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 18px;
  line-height: 150%;
  font-weight: 200;
}
@media screen and (max-width: 960px) {
  .btn-white {
    font-family: "Gabarito", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 16px;
    line-height: 150%;
    font-weight: 200;
  }
}
.btn-white::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -18px;
  width: 56px;
  height: 56px;
  transform: translate(-50%, -50%);
  background: rgb(239, 246, 255);
  box-shadow: -5px -7px 14px 0 rgba(115, 141, 176, 0.7) inset, 2px 2px 8px 0 rgba(2, 9, 27, 0.2) inset;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.4));
  background-image: url(".././svg/icon-arrow-right-ios.svg");
  background-position: center center;
  background-repeat: no-repeat;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  transition: 1s ease;
}
.btn-white .icon-ia {
  position: absolute;
  top: 50%;
  left: 40px;
  padding: 4px;
  width: 56px;
  height: 56px;
  transform: translate(-50%, -50%) rotate(0deg);
  border-radius: 50%;
  border: 2px solid rgba(221, 227, 237, 0.1);
  background: linear-gradient(180deg, #232329 0%, #020209 100%);
  box-shadow: -4px -8px 16px 0 rgba(3, 7, 17, 0.7) inset, 3px 3px 8px 0 rgba(0, 0, 0, 0.7) inset;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.8));
  transition: 1s ease;
}
.btn-white:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.7);
  border: 2px solid rgba(255, 255, 255, 0.5);
}
.btn-white:hover::before {
  transform: translate(-50%, -50%) rotate(675deg);
  top: 50%;
  right: 66%;
}
.btn-white:hover .icon-ia {
  top: 50%;
  left: 86%;
  transform: translate(-50%, -50%) rotate(360deg);
}

.btn-small {
  display: inline-block;
  color: #FFFFFF;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
  transition: 0.6s ease;
  padding: 16px 64px 16px 64px;
  text-align: center;
  position: relative;
  background-color: rgba(221, 227, 237, 0.15);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border-radius: 40px;
  border: 2px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
  position: relative;
  transition: 0.7s ease;
  font-family: "Gabarito", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  line-height: 150%;
  font-weight: 200;
}
@media screen and (max-width: 960px) {
  .btn-small {
    font-family: "Gabarito", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 16px;
    line-height: 150%;
    font-weight: 200;
  }
}
.btn-small::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -12px;
  width: 36px;
  height: 36px;
  transform: translate(-50%, -50%);
  background: rgb(239, 246, 255);
  box-shadow: -5px -7px 14px 0 rgba(115, 141, 176, 0.7) inset, 2px 2px 8px 0 rgba(2, 9, 27, 0.2) inset;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.4));
  border: 2px solid rgba(255, 255, 255, 0.8);
  background-image: url(".././svg/icon-arrow-right-ios.svg");
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
  transition: 0.5s ease;
}
.btn-small .icon-ia {
  position: absolute;
  top: 50%;
  left: 28px;
  padding: 4px;
  width: 40px;
  height: 40px;
  transform: translate(-50%, -50%) rotate(0deg);
  border-radius: 50%;
  border: 2px solid rgba(221, 227, 237, 0.1);
  background: linear-gradient(180deg, #232329 0%, #020209 100%);
  box-shadow: -4px -8px 16px 0 rgba(3, 7, 17, 0.7) inset, 3px 3px 8px 0 rgba(0, 0, 0, 0.7) inset;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.8));
}
.btn-small:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.7);
  border: 2px solid rgba(255, 255, 255, 0.5);
}
.btn-small:hover::before {
  transform: translate(-50%, -50%) rotate(675deg);
}

/*
.btn-small {
  display: inline-block;
  color: $white-light;
  transition: .6s ease;
  padding: 12px 28px 12px 28px;
  text-align: center;

  background: linear-gradient(225deg, $primary-normal 8.12%, $secondary-dark 92.21%);
  border-radius: 10px;

  box-shadow: 0px 8px 48px rgba(28, 73, 184, 0.6);

  @include typeface-1(h7, desktop);
  @include responsive(s) {
    @include typeface-1(h7, mobile);
  }

  position: relative;

}
*/
.btn-secondary {
  display: inline-block;
  color: #FFFFFF;
  transition: 0.6s ease;
  padding: 18px 40px;
  text-align: center;
  border: 0;
  background: transparent;
  border: 2px solid #232329;
  border-radius: 12px;
  font-family: "Gabarito", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  line-height: 150%;
  font-weight: 200;
}
@media screen and (max-width: 960px) {
  .btn-secondary {
    font-family: "Gabarito", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 16px;
    line-height: 150%;
    font-weight: 200;
  }
}
.btn-secondary:hover {
  border: 2px solid #232329;
  background: #0D0D14;
}

a {
  text-decoration: none;
  color: #FFFFFF;
  transition: 0.5s ease;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
a:hover {
  opacity: 0.8;
}

.underline {
  position: relative;
}
.underline::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 80%;
  height: 1px;
  transform: translate(-50%, -50%);
  background-color: #FFFFFF;
  transition: 0.3s ease;
}
.underline:hover::after {
  width: 100%;
}

/*
.link{
  color: $white-light;

  @include typeface-1(h6, desktop);
  @include responsive(s) {
    @include typeface-1(h6, mobile);
  }

  padding: 18px 52px 18px 24px;
  position: relative;
  border-radius: 16px;

  background-color: $black-normal;
  border: 3px solid $black--lighten;

  &::before{
    content: '';
    position: absolute;

    top: 50%;
    right: 7%;

    width: 28px;
    height: 28px;

    transform: translate(-50%, -50%) translate3d(10px,0,0);

    background-image: url('../svg/icon-blank.svg');
    background-size: cover;
    background-repeat: no-repeat;

    transition: .5s ease;
  }

  &:hover{
    border: 3px solid $secondary-dark;
    &::before{
      transform: translate(-50%, -50%) translate3d(12px,-4px,0);
    }
  }
}
*/
.link {
  display: inline-block;
  color: #FFFFFF;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
  transition: 0.6s ease;
  padding: 18px 64px 18px 64px;
  text-align: center;
  position: relative;
  background-color: rgba(18, 25, 43, 0.9);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border-radius: 40px;
  border: 2px solid rgba(255, 255, 255, 0);
  position: relative;
  transition: 0.7s ease;
  font-family: "Gabarito", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  line-height: 150%;
  font-weight: 200;
}
@media screen and (max-width: 960px) {
  .link {
    font-family: "Gabarito", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 16px;
    line-height: 150%;
    font-weight: 200;
  }
}
.link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -8px;
  width: 40px;
  height: 40px;
  background-image: url("../../svg/icon-arrow-right.svg");
  background-position: center center;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  transition: 0.5s ease;
}
.link::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 30px;
  width: 40px;
  height: 40px;
  background-image: url("../../svg/icon-eye-white.svg");
  background-position: center center;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
  background-color: rgba(24, 80, 225, 0.95);
  border-radius: 50%;
  transition: 0.5s ease;
}
.link:hover {
  border: 2px solid rgba(255, 255, 255, 0.5);
}
.link:hover::before {
  transform: translate(-50%, -50%) rotate(675deg);
}
.link:hover::after {
  transform: translate(-50%, -50%) rotate(180deg);
}

.link-footer {
  padding: 8px 8px 8px 8px;
  transition: 0.7s ease;
}
.link-footer:hover {
  padding: 8px 8px 8px 16px;
}

input {
  accent-color: #F3F8FF;
}

/*
input[type=text]{
  padding: 8px 12px;
  background-color: $black-light;
  border: 0;
  border-radius: 4px;
  color: $white-light;

  @include typeface-2(p3, desktop);
}
*/
input, select, option, textarea {
  padding: 16px 16px;
  background-color: #18181F;
  border: 2px solid rgba(43, 57, 133, 0.7);
  border-radius: 12px;
  color: #FFFFFF;
  width: 100%;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
input:focus, select:focus, option:focus, textarea:focus {
  border: 2px solid rgba(24, 80, 225, 0.9);
}

.label-error {
  color: #F03D3D;
  text-align: right;
  display: none;
}

.label-active {
  display: block;
}

.border-error {
  background-color: #18181F;
  border: 2px solid #F03D3D;
}

.border-success {
  background-color: #18181F;
  border: 2px solid #0BB07B;
}

input[type=date], select, option {
  height: 44px;
}

.box-form {
  min-width: 420px;
}
@media screen and (max-width: 960px) {
  .box-form {
    max-width: 420px;
    min-width: 300px;
  }
}

/*
select{
  appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
*/
/* Container */
.tooltip {
  position: relative;
  color: #1850E1;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}

/* Tooltip (invisível por padrão) */
.tooltip::after {
  content: attr(data-tooltip);
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px); /* espaço da seta */
  transform: translateX(-50%) translateY(5px);
  background: #0c0c0f;
  color: #fff;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 0.85rem;
  font-weight: 400;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
  z-index: 100;
  /* Sombra craft design */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35), 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* Seta da tooltip */
.tooltip::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 8px solid #0c0c0f;
  opacity: 0;
  transition: opacity 0.25s ease;
}

/* Tooltip exibida no hover */
.tooltip:hover::after,
.tooltip:hover::before {
  opacity: 1;
}

/* Animação final */
.tooltip:hover::after {
  transform: translateX(-50%) translateY(0);
}

.screen-loading {
  width: 100%;
  height: 100vh;
  background-color: #020209;
  filter: blur(0.2px);
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}

.loader {
  animation: loader 4s ease forwards;
}

@keyframes loader {
  0% {
    filter: blur(24px);
    opacity: 0;
  }
  20% {
    filter: blur(0px);
    opacity: 1;
  }
  80% {
    filter: blur(0px);
    opacity: 1;
  }
  100% {
    opacity: 0;
    filter: blur(24px);
  }
}
.abstract {
  animation: abstract 16s ease-in-out infinite;
}

.svg-abstract {
  position: absolute;
  top: -20%;
  left: 0;
}
@media screen and (max-width: 1440px) and (min-width: 1268px) {
  .svg-abstract {
    top: 5%;
    left: 0;
  }
}
@media screen and (max-width: 1268px) and (min-width: 620px) {
  .svg-abstract {
    top: 10%;
    left: 0;
  }
}
@media screen and (max-width: 960px) {
  .svg-abstract {
    top: 5%;
    left: 0;
  }
}

@keyframes abstract {
  0% {
    d: path("M-118 725C300 560 520.475 676.889 788 702C1274 747.617 712.324 193.19 524 664C324 1164 2442 574 2096 290C1704.37 -31.457 1912 1154 2648 523"); /**/
  }
  25% {
    d: path("M-118 725C300 560 536.475 576.889 804 602C1912 706 524 1171.08 524 664C524 44 2832 828 2096 290C1672.39 -19.652 1912 1154 2648 523"); /**/
  }
  50% {
    d: path("M-118 725C300 560 553.683 927.884 790 800C1762 274 220.903 409.449 690 602C1618 982.919 1618 1010 1724 492C1774.49 245.256 2134 858 2648 523"); /**/
  }
  75% {
    d: path("M-118 724.999C300 560 476 820 792 650C1418.75 312.825 1352 510 1170 782C894.996 1192.99 1578 1078 1684 560C1734.49 313.256 2134 857.999 2648 523"); /**/
  }
  100% {
    d: path("M-118 725C300 560 520.475 676.889 788 702C1274 747.617 712.324 193.19 524 664C324 1164 2442 574 2096 290C1704.37 -31.457 1912 1154 2648 523"); /**/
  }
}
.accordion-button {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  cursor: pointer;
  text-align: left;
  background-color: transparent;
  position: relative;
  padding: 24px 36px 24px 40px;
  border-bottom: 2px solid #18181F;
  transition: 0.7s ease;
  color: #F3F8FF;
  font-family: "Gabarito", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 18px;
  line-height: 150%;
  font-weight: 200;
}
@media screen and (max-width: 960px) {
  .accordion-button {
    font-family: "Gabarito", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 16px;
    line-height: 150%;
    font-weight: 200;
  }
}
.accordion-button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 32px;
  height: 32px;
  transform: translate(0, -50%);
  transition: 1s ease;
  background-image: url("../svg/icon-check3.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.accordion-button::before {
  content: "";
  display: block;
  position: absolute;
  top: 40%;
  right: 24px;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  transition: 0.5s ease;
  background-image: url("../svg/icon-plus.svg");
  background-size: cover;
  background-repeat: no-repeat;
  transform: rotate(90deg);
}
.accordion-button:hover {
  padding-left: 48px;
}

.accordion-button-active {
  position: relative;
}
.accordion-button-active::before {
  transform: rotate(315deg);
}

.accordion-content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s ease;
}
.accordion-content:target {
  overflow: auto;
  max-height: 300px;
}

.bg-hero {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  transition: 1s ease;
  z-index: -1;
}

.hero {
  height: 100svh;
}
@media screen and (max-width: 960px) {
  .hero {
    height: auto;
  }
}

@media screen and (max-width: 960px) {
  .svg-bg-hero {
    transform: translate3d(0, 260px, 0) rotate(-90deg) scale(2);
  }
}

.bg-video {
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bg-video::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(2, 2, 9, 0.7) 0%, rgba(2, 2, 9, 0.3) 48.56%, rgb(2, 2, 9) 100%);
}
.bg-video video {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100% !important;
}

.div-video-background {
  position: relative;
  overflow: hidden;
  height: auto;
}
.div-video-background::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 200px;
  background: linear-gradient(180deg, rgba(2, 2, 9, 0.99) 0%, rgba(2, 2, 9, 0) 100%);
}
.div-video-background::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 200px;
  background: linear-gradient(0deg, rgba(2, 2, 9, 0.99) 0%, rgba(2, 2, 9, 0) 100%);
}
.div-video-background video {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100% !important;
  width: 100%;
  z-index: -1;
}

.video-background {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  z-index: -1;
  /*
  @include responsive(xl){
    video{
      object-fit: cover;
      width: 100%;
      //height: 100% !important;
    }
  }

  @include responsive(s){
    video{
      object-fit: cover;
      height: 100% !important;
      transform: rotate(90deg) translate3d(0,400px,0) scaleX(1.5);
    }
  }*/
}
.video-background video {
  height: 100% !important;
}

.mask-video-ny {
  position: relative;
  overflow: hidden;
  height: 80vh;
}
.mask-video-ny video {
  height: 100%;
}
@media screen and (min-width: 960px) {
  .mask-video-ny video {
    width: 100%;
    height: auto;
  }
}
.mask-video-ny::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgb(2, 2, 9) 0%, rgba(2, 2, 9, 0.1) 20%, rgba(2, 2, 9, 0.1) 50%, rgba(2, 2, 9, 0.1) 80%, rgb(2, 2, 9) 100%), linear-gradient(180deg, rgb(2, 2, 9) 0%, rgba(2, 2, 9, 0.1) 20%, rgba(2, 2, 9, 0.1) 50%, rgba(2, 2, 9, 0.1) 80%, rgb(2, 2, 9) 100%);
}

.signature {
  animation: signature 4s ease-in-out infinite alternate;
}

@keyframes signature {
  0% {
    stroke-width: 0;
    stroke-dasharray: 0 600;
  }
  60%, 100% {
    stroke-width: 2;
    stroke-dasharray: 100 0;
  }
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  background-color: #020209;
}
body::-webkit-scrollbar {
  padding-right: 4px;
  width: 20px;
  background: transparent;
}
body::-webkit-scrollbar-track {
  background: transparent; /* color of the tracking area */
}
body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #232329;
  border: 6px solid #020209;
}

.border {
  border: 2px solid red;
}

.border-radius {
  border-radius: 8px;
}

.block {
  display: block;
}

.hidden {
  overflow: hidden;
}

.relative {
  position: relative;
}

svg, img {
  width: 100%;
}

.bb-white {
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.bt-white {
  border-top: 2px solid rgba(255, 255, 255, 0.1);
}

.bl-white {
  border-left: 2px solid rgba(255, 255, 255, 0.1);
}

.br-white {
  border-right: 2px solid rgba(255, 255, 255, 0.1);
}

.bb-gray {
  border-bottom: 2px solid rgba(128, 128, 128, 0.3);
}

.bt-gray {
  border-top: 2px solid rgba(128, 128, 128, 0.3);
}

.bl-gray {
  border-left: 2px solid rgba(128, 128, 128, 0.3);
}

.br-gray {
  border-right: 2px solid rgba(128, 128, 128, 0.3);
}

.bb-black {
  border-bottom: 2px solid rgba(0, 0, 0, 0.3);
}

.bt-black {
  border-top: 2px solid rgba(0, 0, 0, 0.3);
}

.bl-black {
  border-left: 2px solid rgba(0, 0, 0, 0.3);
}

.br-black {
  border-right: 2px solid rgba(0, 0, 0, 0.3);
}/*# sourceMappingURL=style.css.map */