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

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

a {
  text-decoration: underline;
}

.nav {
  position: relative;
}

.hero {
  position: relative;
  width: 100vw;
  height: 90vh;
  margin-top: -140px;
  background-color: #021d49;
}

.conheca-as-apis {
  position: relative;
  z-index: 5;
  height: auto;
  padding-top: 72px;
  padding-bottom: 72px;
  background-color: #121c58;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 28, 88, 0.65)), to(rgba(18, 28, 88, 0.65))), url('../images/about-map.svg');
  background-image: linear-gradient(180deg, rgba(18, 28, 88, 0.65), rgba(18, 28, 88, 0.65)), url('../images/about-map.svg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.api-transacoes {
  position: relative;
  z-index: 8;
  height: auto;
  padding-top: 82px;
  padding-bottom: 82px;
  background-color: #fff;
}

.brand {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #021d49;
}

.cta {
  position: relative;
  z-index: 10;
}

.footer {
  position: relative;
  z-index: 11;
}

.nav-link-plain {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: Nexa, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.nav-link-plain:hover {
  color: #02d6a2;
}

.logo-light {
  width: 200px;
}

.navigation-container-full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1246px;
  min-height: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 0px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav03 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 140px;
  padding-top: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(19, 25, 48, 0.84)), to(rgba(18, 28, 66, 0)));
  background-image: linear-gradient(180deg, rgba(19, 25, 48, 0.84), rgba(18, 28, 66, 0));
  box-shadow: none;
}

.brand-2 {
  margin-top: 20px;
  margin-right: 20px;
  padding: 12px 0px;
}

.nav-menu-green {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #3f0a3d;
}

.footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}

.text-rights {
  display: block;
  margin-right: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Nexa, sans-serif;
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.footer-column-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer-link-dark {
  display: block;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Nexa, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container {
  width: 100%;
  max-width: 1246px;
  margin-right: auto;
  margin-left: auto;
}

.secondary-link-dark {
  display: none;
  margin-right: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #1e2833;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.footer-title {
  margin-bottom: 22px;
  font-family: Nexa, sans-serif;
  color: #04d6a2;
  font-size: 17px;
  font-weight: 700;
}

.paragraph {
  max-width: 360px;
  color: #1e2833;
  font-size: 15px;
}

.footer-10 {
  padding: 102px 3% 92px;
  background-color: #021d49;
}

.footer-grid-02 {
  -ms-grid-columns: 2fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 55px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #02d6a2;
}

.logo {
  width: 150px;
  margin-bottom: 32px;
}

.footer-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image {
  position: relative;
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero__img {
  position: fixed;
  z-index: 2;
  height: 100%;
}

.hero__container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 4;
  max-width: 1246px;
}

.hero__text-wrapper {
  position: relative;
  margin-top: 23%;
}

.hero__text-main {
  width: 100%;
  text-align: center;
}

.hero__big-title {
  position: relative;
  margin-top: 10px;
  font-family: Nexa, sans-serif;
  color: #02d6a2;
  font-size: 64px;
  line-height: 68px;
}

.hero__subtitle {
  margin-bottom: 0px;
  font-family: Nexa, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.button-3 {
  position: relative;
  display: inline-block;
  width: 360px;
  height: 56px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 18px 32px 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #04d6a2;
  border-radius: 8px;
  background-color: #04d6a2;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Nexa, sans-serif;
  color: #111b57;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.button-3:hover {
  height: 56px;
  padding-top: 18px;
  border-style: solid;
  border-width: 1px;
  border-color: #04d6a2;
  background-color: transparent;
  box-shadow: none;
  color: #04d6a2;
}

.hero__overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  background-color: rgba(17, 27, 87, 0.45);
}

.container-geral {
  max-width: 1246px;
}

.conheca__title {
  position: relative;
  font-family: Nexa, sans-serif;
  color: #fff;
  font-size: 38px;
  text-align: center;
}

.conheca__subtitle {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Nexa, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}

.grid {
  margin-top: 80px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.conheca__wrapper {
  text-align: center;
}

.conheca__icon {
  height: 50px;
}

.conheca__item-title {
  font-family: Nexa, sans-serif;
  color: #fff;
  font-size: 21px;
  line-height: 28px;
  font-weight: 300;
  text-align: center;
}

.conheca__btn-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.button---outlined {
  position: relative;
  display: inline-block;
  width: 360px;
  height: 56px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 19px 32px 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #04d6a2;
  border-radius: 8px;
  background-color: transparent;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: Nexa, sans-serif;
  color: #04d6a2;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.button---outlined:hover {
  height: 56px;
  padding-top: 19px;
  border-style: solid;
  border-width: 1px;
  border-color: #04d6a2;
  background-color: #04d6a2;
  box-shadow: none;
  color: #101a56;
}

.api-sticky__container {
  height: auto;
  max-width: 1246px;
  padding-top: 0px;
  padding-right: 0em;
  padding-left: 0em;
}

.api-sticky {
  position: relative;
  top: 0px;
  z-index: 7;
  height: 400px;
  background-color: #f7f7f7;
  color: #eeedf2;
}

.api-sticky.sticky1 {
  position: relative;
  top: 0px;
  z-index: 6;
  height: 700px;
  background-color: #e9e9e9;
  color: #fff;
}

.api-sticky.sticky2 {
  position: relative;
  top: 0px;
  z-index: 6;
  height: 840px;
  background-color: #e9e9e9;
  color: #fff;
}

.produtos-interno__title {
  position: relative;
  margin-top: 20px;
  font-family: Nexa, sans-serif;
  color: #111b57;
  font-size: 38px;
  font-weight: 800;
  text-align: right;
}

.produtos-interno__title.align-esq {
  text-align: left;
}

.interno-hero-dir-img {
  overflow: hidden;
  height: 120%;
  margin-top: 0px;
  border-radius: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.interno-sticky__dir {
  position: relative;
  overflow: hidden;
  width: 50%;
  height: 700px;
  float: right;
}

.api-sticky__txt-wrapper-dir {
  position: relative;
  width: 50%;
  padding: 82px 0em 82px 6em;
  float: right;
  text-align: left;
}

.api__subtitle {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Nexa, sans-serif;
  color: #95a1bb;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  text-align: right;
}

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

.grid-2 {
  margin-top: 40px;
  margin-bottom: 0px;
  grid-row-gap: 32px;
  -ms-grid-columns: 55px 1fr;
  grid-template-columns: 55px 1fr;
  -ms-grid-rows: minmax(40px, 40px) minmax(40px, 1fr) 40px 40px auto auto;
  grid-template-rows: minmax(40px, 40px) minmax(40px, 1fr) 40px 40px auto auto;
}

.api__item-title {
  margin-top: 10px;
  font-family: Nexa, sans-serif;
  color: #111b57;
  font-size: 21px;
  line-height: 24px;
  font-weight: 300;
  text-align: right;
}

.api__item-title.align-esq {
  text-align: left;
}

.apis-icon {
  width: auto;
  height: 35px;
}

.button-apis {
  position: relative;
  display: inline-block;
  width: 360px;
  height: 56px;
  margin-top: 40px;
  margin-bottom: 0px;
  padding: 18px 32px 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #04d6a2;
  border-radius: 8px;
  background-color: #04d6a2;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Nexa, sans-serif;
  color: #111b57;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.button-apis:hover {
  height: 56px;
  padding-top: 18px;
  border-style: solid;
  border-width: 1px;
  border-color: #04d6a2;
  background-color: transparent;
  box-shadow: none;
  color: #04d6a2;
}

.interno-sticky__esq {
  position: relative;
  overflow: hidden;
  width: 50%;
  height: 840px;
  float: left;
}

.api-sticky__txt-wrapper-esq {
  position: relative;
  width: 50%;
  padding: 82px 6em 82px 0em;
  float: right;
  text-align: right;
}

.grid-1 {
  margin-top: 40px;
  margin-bottom: 0px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 55px;
  grid-template-columns: 1fr 55px;
  -ms-grid-rows: minmax(40px, 40px) minmax(40px, 1fr) 40px 40px;
  grid-template-rows: minmax(40px, 40px) minmax(40px, 1fr) 40px 40px;
}

.transacoes__title {
  position: relative;
  margin-top: 20px;
  font-family: Nexa, sans-serif;
  color: #121c58;
  font-size: 38px;
  text-align: center;
}

.transacoes__subtitle {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Nexa, sans-serif;
  color: #95a1bb;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
}

.grid-3 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.sub-grid-transacoes {
  margin-top: 40px;
  grid-row-gap: 42px;
  -ms-grid-columns: 50px 1fr 50px 1fr minmax(50px, 50px) 1fr;
  grid-template-columns: 50px 1fr 50px 1fr minmax(50px, 50px) 1fr;
  -ms-grid-rows: 50px 50px;
  grid-template-rows: 50px 50px;
}

.grid-transacoes {
  margin-top: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.interno-hero-esq-img {
  overflow: hidden;
  height: 120%;
  margin-top: 0px;
  border-radius: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.brand-bg {
  position: absolute;
  margin-top: -120px;
}

.brand__title {
  position: relative;
  font-family: Nexa, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 42px;
  text-align: center;
}

.logo-developers {
  position: relative;
  width: 240px;
}

.brand__logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.logo-footer {
  width: 170px;
  margin-bottom: 32px;
}

.logo-stefanini {
  width: 140px;
}

.transacoes__btn-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.nav04---branco {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 3000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 110px;
  margin-top: -110px;
  padding-top: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 11px 11px 25px 0 rgba(9, 7, 37, 0.06);
}

.nav-menu-white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #3f0a3d;
}

.nav-link-plain-white {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: Nexa, sans-serif;
  color: #021d49;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.nav-link-plain-white:hover {
  color: #02d6a2;
}

.logo--color {
  width: 150px;
}

.footer-column-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (min-width: 1280px) {
  .navigation-container-full {
    max-width: 80%;
  }

  .brand-2 {
    padding-top: 0px;
    padding-bottom: 20px;
  }

  .container {
    max-width: 80%;
  }

  .hero__text-wrapper {
    margin-top: 16%;
  }

  .container-geral {
    max-width: 80%;
  }

  .api-sticky__container {
    max-width: 80%;
  }

  .api-sticky.sticky1 {
    height: 750px;
  }

  .api-sticky.sticky2 {
    height: 910px;
  }

  .interno-sticky__dir {
    height: 750px;
  }

  .interno-sticky__esq {
    height: 910px;
  }

  .nav04---branco {
    margin-top: -110px;
    box-shadow: 11px 11px 25px 0 rgba(9, 7, 37, 0.16);
  }
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1246px;
  }

  .container-geral {
    max-width: 1246px;
  }

  .api-sticky__container {
    max-width: 1246px;
  }

  .api-sticky.sticky2 {
    height: 840px;
  }

  .interno-sticky__esq {
    height: 840px;
  }
}

@media screen and (min-width: 1920px) {
  .navigation-container-full {
    max-width: 1246px;
  }

  .hero__text-wrapper {
    margin-top: 27%;
  }

  .api-sticky__container {
    padding-top: 28px;
  }

  .api-sticky {
    height: 600px;
  }

  .api-sticky.sticky1 {
    height: 720px;
  }

  .api-sticky.sticky2 {
    height: 890px;
  }

  .interno-hero-dir-img {
    width: 100%;
    height: 120%;
  }

  .interno-sticky__dir {
    height: 720px;
  }

  .interno-sticky__esq {
    height: 890px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .interno-hero-esq-img {
    position: relative;
    width: 100%;
    height: 120%;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .logo--color {
    width: 170px;
  }
}

@media screen and (max-width: 991px) {
  .hero {
    margin-top: 0px;
  }

  .nav-link-plain {
    width: 100%;
    color: #fff;
  }

  .nav-link-plain:hover {
    color: #fff;
  }

  .menu-button-green {
    border-style: solid;
    border-width: 1px;
    border-color: #04d6a2;
    border-radius: 13px;
    color: #02676b;
  }

  .menu-button-green.w--open {
    border-color: #04d6a2;
    background-color: #fff;
    color: #fff;
  }

  .navigation-container-full {
    position: relative;
    max-width: 90%;
    min-height: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .nav03 {
    display: none;
  }

  .brand-2 {
    margin-right: 10px;
    padding: 0px;
  }

  .nav-menu-green {
    height: auto;
    background-color: #02676b;
    color: #fff;
  }

  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-column-right {
    padding-right: 20px;
  }

  .footer-column {
    padding-right: 20px;
  }

  .hero__big-title {
    font-size: 42px;
    line-height: 52px;
  }

  .container-geral {
    max-width: 90%;
  }

  .icon {
    color: #04d6a2;
  }

  .api-sticky__container {
    max-width: 90%;
  }

  .api-sticky.sticky1 {
    height: auto;
  }

  .api-sticky.sticky2 {
    height: auto;
  }

  .interno-hero-dir-img {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .interno-sticky__dir {
    height: 100%;
  }

  .api-sticky__txt-wrapper-dir {
    padding-left: 2em;
  }

  .button-apis {
    width: 100%;
  }

  .interno-sticky__esq {
    height: auto;
  }

  .api-sticky__txt-wrapper-esq {
    padding-right: 2em;
  }

  .nav04---branco {
    margin-top: 0px;
  }

  .nav-menu-white {
    height: auto;
    background-color: rgba(255, 255, 255, 0.89);
    color: #fff;
  }

  .nav-link-plain-white {
    width: 100%;
    padding-top: 32px;
    padding-bottom: 32px;
    color: #021d49;
  }

  .nav-link-plain-white:hover {
    color: #fff;
  }

  .footer-column-logo {
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    margin-top: 0px;
  }

  .menu-button-green {
    border-color: #04d6a2;
    border-radius: 12px;
  }

  .menu-button-green.w--open {
    border-color: #04d6a2;
    background-color: #fff;
    color: #fff;
  }

  .nav03 {
    display: none;
  }

  .footer-bottom {
    margin-top: 40px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-column-right {
    display: none;
    padding-right: 0px;
  }

  .footer-grid-02 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .footer-column {
    display: none;
    padding-right: 0px;
  }

  .hero__container {
    max-width: 90%;
  }

  .hero__text-wrapper {
    margin-top: 38%;
  }

  .hero__big-title {
    font-size: 42px;
  }

  .container-geral {
    max-width: 90%;
  }

  .grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .conheca__icon {
    height: 40px;
  }

  .icon {
    color: #04d6a2;
  }

  .api-sticky__container {
    max-width: 90%;
  }

  .api-sticky.sticky1 {
    height: auto;
    background-color: #fff;
  }

  .api-sticky.sticky2 {
    height: auto;
  }

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

  .interno-sticky__dir {
    display: none;
  }

  .api-sticky__txt-wrapper-dir {
    width: 100%;
    padding-left: 0em;
  }

  .api__subtitle {
    text-align: left;
  }

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

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

  .interno-sticky__esq {
    display: none;
  }

  .api-sticky__txt-wrapper-esq {
    width: 100%;
    padding-right: 0em;
    text-align: left;
  }

  .grid-1 {
    -ms-grid-columns: 55px 1fr;
    grid-template-columns: 55px 1fr;
  }

  .transacoes__title {
    text-align: left;
  }

  .transacoes__subtitle {
    text-align: left;
  }

  .sub-grid-transacoes {
    grid-row-gap: 16px;
    -ms-grid-columns: 50px 1fr;
    grid-template-columns: 50px 1fr;
    -ms-grid-rows: 50px 50px auto auto auto auto;
    grid-template-rows: 50px 50px auto auto auto auto;
  }

  .brand-bg {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .brand__title {
    text-align: left;
  }

  .brand__logo-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }

  .transacoes__btn-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .nav04---branco {
    margin-top: 0px;
  }

  .nav-menu-white {
    background-color: rgba(255, 255, 255, 0.88);
  }

  .nav-link-plain-white {
    padding-left: 32px;
    color: #021d49;
  }

  .footer-column-logo {
    padding-right: 0px;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    margin-top: 0px;
  }

  .conheca-as-apis {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 28, 88, 0.84)), to(rgba(18, 28, 88, 0.84))), url('../images/about-map.svg');
    background-image: linear-gradient(180deg, rgba(18, 28, 88, 0.84), rgba(18, 28, 88, 0.84)), url('../images/about-map.svg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .menu-button-green {
    border-color: #04d6a2;
    border-radius: 14px;
    color: #fff;
  }

  .menu-button-green.w--open {
    border-style: solid;
    border-color: #04d6a2;
    background-color: #fff;
  }

  .logo-light {
    width: 150px;
  }

  .nav03 {
    display: none;
  }

  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .text-rights {
    margin-right: 0px;
    text-align: left;
  }

  .footer-column-right {
    display: none;
  }

  .footer-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .container {
    max-width: 90%;
  }

  .secondary-link-dark {
    margin-right: 32px;
  }

  .footer-grid-02 {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .footer-column {
    display: none;
  }

  .hero__container {
    max-width: 90%;
  }

  .hero__text-wrapper {
    margin-top: 72%;
  }

  .hero__big-title {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 42px;
    line-height: 46px;
  }

  .button-3 {
    width: 100%;
  }

  .container-geral {
    max-width: 90%;
  }

  .conheca__title {
    line-height: 42px;
  }

  .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .conheca__wrapper {
    margin-top: 20px;
  }

  .conheca__icon {
    width: auto;
    height: 40px;
  }

  .button---outlined {
    padding-right: 32px;
    padding-left: 32px;
  }

  .icon {
    color: #04d6a2;
  }

  .api-sticky__container {
    max-width: 90%;
  }

  .api-sticky.sticky1 {
    height: auto;
    background-color: #fff;
  }

  .api-sticky.sticky2 {
    height: auto;
  }

  .produtos-interno__title {
    line-height: 42px;
    text-align: left;
  }

  .produtos-interno__title.align-esq {
    line-height: 42px;
    text-align: left;
  }

  .interno-sticky__dir {
    display: none;
  }

  .api-sticky__txt-wrapper-dir {
    width: 100%;
    padding-right: 0em;
    padding-left: 0em;
  }

  .api__subtitle {
    text-align: left;
  }

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

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

  .button-apis {
    width: 100%;
  }

  .interno-sticky__esq {
    display: none;
  }

  .api-sticky__txt-wrapper-esq {
    width: 100%;
    padding-right: 0em;
  }

  .grid-1 {
    -ms-grid-columns: 55px 1fr;
    grid-template-columns: 55px 1fr;
  }

  .transacoes__title {
    line-height: 42px;
    text-align: left;
  }

  .transacoes__subtitle {
    text-align: left;
  }

  .sub-grid-transacoes {
    -ms-grid-columns: 50px 1fr;
    grid-template-columns: 50px 1fr;
    -ms-grid-rows: 50px 50px auto auto auto auto;
    grid-template-rows: 50px 50px auto auto auto auto;
  }

  .brand-bg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .brand__title {
    text-align: left;
  }

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

  .brand__logo-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .nav04---branco {
    margin-top: 0px;
  }

  .nav-menu-white {
    background-color: rgba(255, 255, 255, 0.9);
  }

  .nav-link-plain-white {
    padding-top: 32px;
    padding-bottom: 32px;
    color: #021d49;
    font-weight: 400;
  }

  .nav-link-plain-white:hover {
    color: #04d6a2;
  }

  .logo--color {
    width: 150px;
  }

  .footer-column-logo {
    display: block;
  }
}

#w-node-_6809a609-34c6-68d8-68e1-883e5a85a60f-d4bcf476 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_672cab23-8b26-85bc-a3cf-a817843198cf-d4bcf476 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ba7f1f0d-44d9-3f5d-92aa-e65858c05034-d4bcf476 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ca6f45ac-bf2d-6208-227b-8da312d46bdb-d4bcf476 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_5990e171-5e70-5190-5184-031d76e7d336-d4bcf476 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_2458dd17-4577-b729-c639-153841baaa8e-d4bcf476 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_1327a778-ef58-3ff8-9faa-e61f39ab77af-d4bcf476 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-c0dd9da0-fbb8-5f04-8f37-751c2e1fb2f0-d4bcf476 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_857d255f-f1fa-6baa-a206-74f08bd7edcb-d4bcf476 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_01ba5dac-157b-cebd-0573-31a2ab21a6d3-d4bcf476 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_7e32d27e-46ec-69e4-3cc9-bb34bf30cbfd-d4bcf476 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_04246d9f-538a-d915-6660-9494d38f9197-d4bcf476 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-ab3ba653-4d78-e8ed-011d-5486cd78d7df-d4bcf476 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-ab3ba653-4d78-e8ed-011d-5486cd78d7dd-d4bcf476 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-ab3ba653-4d78-e8ed-011d-5486cd78d7e2-d4bcf476 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-ab3ba653-4d78-e8ed-011d-5486cd78d7e0-d4bcf476 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-ab3ba653-4d78-e8ed-011d-5486cd78d7e5-d4bcf476 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-ab3ba653-4d78-e8ed-011d-5486cd78d7e3-d4bcf476 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-ab3ba653-4d78-e8ed-011d-5486cd78d7e8-d4bcf476 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-ab3ba653-4d78-e8ed-011d-5486cd78d7e6-d4bcf476 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f4c3f358-c3c0-0f6a-28a9-df5bb36e5567-d4bcf476 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-cf9ed5b2-fb87-e623-bfdb-7c4a6de07753-d4bcf476 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_1476e872-a2d7-69bd-9fc8-178e799ac1f0-d4bcf476 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-dd706293-af5a-7d9e-1d36-9fd73875ce7e-d4bcf476 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_8283ac5a-8014-dd98-769c-4bc6221e8bd4-d4bcf476 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-a8c9eacf-43ea-b9c7-8e9d-29d52cca4b21-d4bcf476 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-cf0e9474-dea0-f86b-5442-725f4b450096-d4bcf476 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-fb6ef6ba-f773-29d6-0821-ac5d2e8f708d-d4bcf476 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-da0e1f7b-8719-a022-3537-c908880ae839-d4bcf476 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0cc1b4e3-de96-49c6-8c75-77d5fd1684ed-d4bcf476 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-_5990e171-5e70-5190-5184-031d76e7d336-d4bcf476 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_2458dd17-4577-b729-c639-153841baaa8e-d4bcf476 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_1327a778-ef58-3ff8-9faa-e61f39ab77af-d4bcf476 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-c0dd9da0-fbb8-5f04-8f37-751c2e1fb2f0-d4bcf476 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_857d255f-f1fa-6baa-a206-74f08bd7edcb-d4bcf476 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-_01ba5dac-157b-cebd-0573-31a2ab21a6d3-d4bcf476 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-_7e32d27e-46ec-69e4-3cc9-bb34bf30cbfd-d4bcf476 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
  }

  #w-node-_04246d9f-538a-d915-6660-9494d38f9197-d4bcf476 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
  }

  #w-node-_47fe0ecf-7462-f707-878c-bd7627c29926-d4bcf476 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_373199c2-9a36-289b-fbce-166953733601-d4bcf476 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_3f32fa59-5284-dcdc-0d18-558a1a7cd423-d4bcf476 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-be41d5d3-3631-b668-91f3-d863ae28e30e-d4bcf476 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_5f14e5fc-0064-ef94-c43a-1f2e509ff013-d4bcf476 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_23a0a679-fc25-5350-2e6a-eae82b8494b3-d4bcf476 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6809a609-34c6-68d8-68e1-883e5a85a60f-d4bcf476 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-ca6f45ac-bf2d-6208-227b-8da312d46bdb-d4bcf476 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-_5990e171-5e70-5190-5184-031d76e7d336-d4bcf476 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_2458dd17-4577-b729-c639-153841baaa8e-d4bcf476 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_1327a778-ef58-3ff8-9faa-e61f39ab77af-d4bcf476 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-c0dd9da0-fbb8-5f04-8f37-751c2e1fb2f0-d4bcf476 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_857d255f-f1fa-6baa-a206-74f08bd7edcb-d4bcf476 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-_01ba5dac-157b-cebd-0573-31a2ab21a6d3-d4bcf476 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-_7e32d27e-46ec-69e4-3cc9-bb34bf30cbfd-d4bcf476 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
  }

  #w-node-_04246d9f-538a-d915-6660-9494d38f9197-d4bcf476 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
  }

  #w-node-_47fe0ecf-7462-f707-878c-bd7627c29926-d4bcf476 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_373199c2-9a36-289b-fbce-166953733601-d4bcf476 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_64c0be18-6d6d-ef27-b4ee-2b8944341f06-d4bcf476 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_3f32fa59-5284-dcdc-0d18-558a1a7cd423-d4bcf476 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-be41d5d3-3631-b668-91f3-d863ae28e30e-d4bcf476 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_5f14e5fc-0064-ef94-c43a-1f2e509ff013-d4bcf476 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_23a0a679-fc25-5350-2e6a-eae82b8494b3-d4bcf476 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@font-face {
  font-family: 'Nexa';
  src: url('../fonts/Nexa-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nexa';
  src: url('../fonts/Nexa-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nexa';
  src: url('../fonts/NexaBook.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nexa';
  src: url('../fonts/NexaThin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nexa';
  src: url('../fonts/NexaBlack.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nexa';
  src: url('../fonts/NexaXBold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}