@charset "UTF-8";
/*reset*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, a, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video, input, textarea, select, button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: 0;
  -webkit-appearance: none;
}

ul {
  list-style: none;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

*:focus {
  outline: none;
}

a {
  text-decoration: none;
  color: inherit;
}

figure {
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

img, object, svg, figure {
  -webkit-user-drag: none;
  width: 100%;
}

img, object, svg {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

video {
  overflow: hidden;
  border: 0;
}

header, footer, section, figure, article, div, span, li, p, h1, h2, h3, h4, h5, h6 {
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  -moz-osx-font-smoothing: grayscale;
  font-weight: inherit;
}

/**
O arquivo font.scss é gerado automaticamente, 
caso queira adicionar algum código extra adicione no font.mustache.scss 
ou apague o font.mustache para editar ele livremente, porém 
ao fazer fazê-lo o @fontface não será gerado automaticamente
*/
@font-face {
  font-family: "Coign Pro";
  font-display: block;
  src: local("Coign Pro 47 Bold"), url("../font/CoignPro-47Bold.woff2") format("woff2"), url("../font/CoignPro-47Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Sailec";
  font-display: block;
  src: local("Sailec Medium"), url("../font/Sailec-Medium.woff2") format("woff2"), url("../font/Sailec-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Sailec";
  font-display: block;
  src: local("Sailec"), url("../font/Sailec.woff2") format("woff2"), url("../font/Sailec.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
html {
  font-size: 0.78125vw;
}
@media (min-width: 2560px) {
  html {
    font-size: 20px;
  }
}
@media (max-width: 1280px) {
  html {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 3.2vw;
  }
}

html, body {
  -webkit-overflow-scrolling: auto;
  background-color: #0a0a0a;
  height: 100%;
}

body {
  overflow-x: hidden;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
body::-webkit-scrollbar {
  display: none;
}

.hide {
  display: none !important;
}

.zne {
  width: 100%;
  overflow: hidden;
  color: #2b26ff;
  text-transform: uppercase;
  font-family: "Sailec", Arial, Verdana, Sans-Serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.908rem;
}
.zne .container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.zne .container div {
  white-space: nowrap;
  margin-left: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.zne .container div:first-child {
  margin-left: 0;
}
.zne .container div .nm {
  letter-spacing: 0.0635945rem;
}
.zne .container div .tm {
  font-weight: 400;
  font-size: 0.9rem;
  letter-spacing: 0.05rem;
  line-height: 1.6rem;
  margin-left: 0.35rem;
  top: 0.1rem;
}
.zne .container div .tm, .zne .container div .nm {
  display: block;
}
.zne .container div .tm span, .zne .container div .nm span {
  display: inline;
}

@-webkit-keyframes rec {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
}

@keyframes rec {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
}
#intro {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  min-height: 50rem;
  top: 0;
  padding: 3.4rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#intro header {
  width: 8.5rem;
  opacity: var(--o, 0);
  color: #f2f2f2;
  padding-left: 2.4rem;
  font-family: "Sailec", Arial, Verdana, Sans-Serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#intro header:before {
  content: "";
  display: block;
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  left: 0;
  top: 0.15rem;
  background-color: #f2f2f2;
  border-radius: 50%;
  -webkit-animation: 1s rec infinite step-end;
          animation: 1s rec infinite step-end;
}
#intro header.pause:before {
  -webkit-animation: none;
          animation: none;
}
#intro article {
  width: 100%;
  height: 1px;
  max-width: 94%;
  margin-top: 4rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#intro article svg {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  height: 100%;
  fill: #2b26ff;
  font-family: "Coign Pro", Arial, Verdana, Sans-Serif;
  font-weight: 700;
  font-style: normal;
  font-size: 757.69px;
}
#intro article svg g, #intro article svg use {
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  transform-box: fill-box;
}
#intro article svg use {
  fill: #f2f2f2;
}
#intro article svg .pwr .tp > g, #intro article svg .pwr .btm > g {
  opacity: var(--o, 0);
}
#intro article svg .pwr .tp {
  -webkit-transform: translate(231.6px, 14px);
          transform: translate(231.6px, 14px);
}
#intro article svg .pwr .tp > g {
  -webkit-transform: translateY(var(--y, -100%));
          transform: translateY(var(--y, -100%));
}
#intro article svg .pwr .btm.l {
  -webkit-transform: translate(var(--x, 115px), 560px);
          transform: translate(var(--x, 115px), 560px);
}
#intro article svg .pwr .btm.r {
  -webkit-transform: translate(var(--x, -115px), 560px);
          transform: translate(var(--x, -115px), 560px);
}
#intro article svg .pwr .btm > g {
  -webkit-transform: translateY(var(--y, 100%));
          transform: translateY(var(--y, 100%));
}
#intro article svg #itr-lgo .l2 {
  -webkit-transform: translate(var(--x, -101%), 0%);
          transform: translate(var(--x, -101%), 0%);
}
#intro article svg #itr-lgo .l4 {
  -webkit-transform: translate(var(--x, 101%), var(--y, -101%));
          transform: translate(var(--x, 101%), var(--y, -101%));
}
#intro article svg #itr-lgo .l7 {
  -webkit-transform: translate(var(--x, -70%), var(--y, 101%));
          transform: translate(var(--x, -70%), var(--y, 101%));
}
#intro footer {
  width: 100%;
  margin-top: 3.5rem;
  overflow: hidden;
}
#intro footer .zne .container {
  padding: 0 5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 768px) {
  #intro footer .zne .container {
    padding: 0 2rem;
  }
}
#intro footer .zne .container div .tm, #intro footer .zne .container div .nm {
  opacity: 0;
}
#intro footer .zne .container div .tm span, #intro footer .zne .container div .nm span {
  opacity: var(--o, 0);
}
/*# sourceMappingURL=maps/essential.css.map */
