:root {
  --colors--blue-glemo: #0059ff;
  --colors--orange-glemo: #f15c00;
  --colors--white: white;
  --colors--transparent: transparent;
  --colors--blue-glemo-saturado: #e0ebff;
  --colors--light-blue-glemo: #00baff;
  --colors--green-glemo: #00ffa2;
  --colors--yellow-glemo: #cccf0a;
  --colors--light-orange-glemo: #ff9a00;
  --fluid--html-desktop: 1.11vw;
  --fluid--html-tablet: 1vw;
  --fluid--html-mobile: 1vw;
  --fluid--html-max-fs: 21.33px;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.11vw;
  line-height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.11vw;
  font-weight: 700;
  line-height: 100%;
}

p {
  margin-bottom: 0;
}

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

img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  display: block;
}

.container {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.nav_sticky {
  z-index: 1000;
  background-color: #fff;
  position: sticky;
  inset: 0 0% auto;
}

.heading-style-h2 {
  color: var(--colors--blue-glemo);
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.docs_code-span {
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: .5rem;
  padding-left: .5rem;
  padding-right: .5rem;
  font-family: Inconsolata, monospace;
  display: inline-block;
}

.docs_code-embed {
  font-size: 1rem;
}

.docs_end-tile {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #222;
  text-align: right;
  border: 1px solid #eee;
  border-radius: 1rem;
  flex-flow: column;
  padding: 1.5rem;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.docs_end-tile:hover {
  background-color: var(--colors--orange-glemo);
  color: #fff;
}

.docs_end-tile.is-next {
  text-align: left;
}

.docs_end-tile.is-next:hover {
  background-color: var(--colors--blue-glemo);
}

.docs_chapter-link {
  color: #444;
  border-radius: .5rem;
  padding: .5rem 1rem;
  font-size: .9rem;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s;
}

.docs_chapter-link:hover {
  background-color: #f7f7f7;
}

.docs_chapter-link:focus {
  border: 1px solid var(--colors--white);
  background-color: var(--colors--transparent);
}

.docs_chapter-link.w--current {
  color: #959595;
}

.docs_chapter-link.atual {
  background-color: var(--colors--blue-glemo);
  color: var(--colors--white);
}

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

.docs_outer {
  grid-column-gap: 4.5rem;
  grid-row-gap: 4.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
  position: relative;
}

.docs_intro-tile {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #222;
  border: 1px solid #eee;
  border-radius: 1rem;
  flex-flow: column;
  padding: 1.5rem;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.docs_intro-tile:hover {
  background-color: var(--colors--blue-glemo);
  color: #fff;
}

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

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.docs_accordion-minus {
  background-color: #ccc;
  width: 100%;
  height: 1px;
}

.docs_c-section {
  border-bottom: 1px solid #eee;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.docs_c-section.is-end {
  border-bottom-style: none;
  padding-bottom: 0;
}

.docs_c-section.is-top {
  padding-top: 0;
}

.docs_right {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 30rem;
  display: flex;
  position: sticky;
  top: 6rem;
}

.nav_menu_link {
  color: #000;
  border-radius: .5rem;
  padding: .6rem 1rem;
  font-size: 1rem;
  transition: all .2s;
}

.nav_menu_link:hover {
  background-color: #f7f7f7;
}

.nav_menu_link.w--current {
  color: #2d62ff;
  font-weight: 600;
}

.docs_accordion-bottom-inner {
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.docs_section-link {
  color: #444;
  border-left: 1px solid #eee;
  padding: .5rem 1rem;
  font-size: .9rem;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .2s, color .2s;
}

.docs_section-link:hover {
  color: #2d62ff;
}

.docs_section-link.w--current {
  color: var(--colors--blue-glemo);
  border-left-color: #2d62ff;
}

.docs_video {
  border: 1px solid #eee;
  border-radius: 1rem;
  overflow: hidden;
}

.docs_accordion-plus {
  background-color: #ccc;
  width: 1px;
  height: 1rem;
  position: absolute;
}

.nav_component {
  background-color: #fff;
  border-bottom: 1px solid #eee;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  inset: 0% 0% auto;
}

.docs_left {
  max-width: 30rem;
  position: sticky;
  top: 6rem;
}

.docs_tile-p {
  opacity: .8;
  font-size: 1rem;
}

.nav_button {
  padding: 1rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.nav_container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.docs_callout {
  background-color: #0000000d;
  border-left: 2px solid #000;
  border-radius: 0 1rem 1rem 0;
  padding: 1rem;
}

.docs_callout.is-red {
  color: #c90808;
  background-color: #ff2d301a;
  border-left-color: #ff2d30;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.docs_callout.is-green {
  color: #2f6d1a;
  background-color: #409e311a;
  border-left-color: #549c19;
}

.docs_callout.is-yellow {
  color: #5e630c;
  background-color: #fff2002e;
  border-left-color: #f5eb30;
}

.docs_image {
  border: 1px solid #eee;
  border-radius: 1rem;
  overflow: hidden;
}

.docs_accordion {
  border: 1px solid #eee;
  border-radius: 1rem;
}

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-style-faded-dark {
  color: #666;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
}

.text-size-small {
  font-size: .875rem;
}

.docs_chapter-menu {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.docs_accordion-bottom {
  overflow: hidden;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.docs_accordion-top {
  cursor: pointer;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  font-weight: 500;
  display: flex;
}

.nav_logo {
  width: 10rem;
}

.docs_accordion-toggle-wrap {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
  position: relative;
}

.body {
  font-family: Open Sans, sans-serif;
}

.paragraph, .bold-text, .paragraph-2, .bold-text-2, .paragraph-3, .paragraph-4 {
  font-size: 1rem;
}

.bold-text-3 {
  font-weight: 400;
}

.text-block-3 {
  color: #444;
}

.text-block-3.current {
  color: var(--colors--white);
}

.text-block-4 {
  color: #444;
}

.text-block-4.current {
  color: var(--colors--white);
}

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

.bold-text-5 {
  color: #545454;
  font-weight: 700;
}

.bold-text-6 {
  color: var(--colors--blue-glemo);
  font-family: Open Sans, sans-serif;
}

.bold-text-7 {
  font-family: Open Sans, sans-serif;
}

.bold-text-8 {
  color: var(--colors--blue-glemo);
}

.youtube {
  background-image: none;
  background-size: cover;
}

@media screen and (max-width: 991px) {
  .docs_outer {
    grid-template-columns: 1fr;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .docs_right, .docs_left {
    max-width: none;
    position: static;
  }

  .nav_button {
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .heading-style-h2 {
    font-size: 2rem;
  }

  .docs_code-embed {
    max-width: 88vw;
    overflow: auto;
  }

  .nav_menu {
    background-color: #fff;
    padding: 1rem;
  }

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

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .spacer-medium {
    padding-top: 1.25rem;
  }

  .nav_button {
    color: #080331;
  }

  .nav_button.w--open {
    background-color: #080331;
    border-radius: 1rem;
  }

  .nav_container {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h5 {
    font-size: .875rem;
  }
}

@media screen and (max-width: 479px) {
  .docs_code-embed {
    line-height: 1.5;
  }

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

  .padding-global.padding-section-small {
    padding-top: 2rem;
  }

  .docs_tile-p {
    line-height: 1.5;
  }

  .text-weight-semibold {
    font-size: 1rem;
  }

  .docs_accordion {
    width: 100%;
    max-width: 90vw;
    overflow: scroll;
  }

  .text-style-faded-dark {
    line-height: 1.5;
  }

  .text-size-small {
    font-size: 1rem;
    line-height: 1.5;
  }

  .paragraph, .paragraph-2, .paragraph-3, .paragraph-4, .text-block, .text-block-2, .text-block-3, .text-block-4, .text-block-5, .text-block-6, .text-block-7, .text-block-8, .text-block-9, .text-block-10, .text-block-11, .text-block-12, .text-block-13 {
    line-height: 1.5;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_067a7f2b-0bf0-df52-317f-577d601fd456-da1cdd2e, #w-node-_03c7a36c-f8c9-3e60-0aea-c4104df086ae-da1cdd2f, #w-node-_65fc2540-30ce-0c6b-8b18-faf95ddd43b7-da1cdd3a, #w-node-_02afdbe0-4bad-55d8-8296-ca323426fe6e-da1cdd3c, #w-node-_180a6f59-b6ff-764a-36b0-309eee3c57a7-da1cdd3d, #w-node-_77585908-9173-c3e6-c8a0-3fc807435d46-da1cdd3e, #w-node-eadbdf3d-d388-f1fb-6841-18d2db90f5da-da1cdd3f, #w-node-_629fd72a-d4ac-1151-557b-730b1cffffa2-da1cdd40, #w-node-c817cc63-fdb2-3842-36de-e07094a41d85-da1cdd41 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_067a7f2b-0bf0-df52-317f-577d601fd456-da1cdd2e, #w-node-_03c7a36c-f8c9-3e60-0aea-c4104df086ae-da1cdd2f, #w-node-_65fc2540-30ce-0c6b-8b18-faf95ddd43b7-da1cdd3a, #w-node-_02afdbe0-4bad-55d8-8296-ca323426fe6e-da1cdd3c, #w-node-_180a6f59-b6ff-764a-36b0-309eee3c57a7-da1cdd3d, #w-node-_77585908-9173-c3e6-c8a0-3fc807435d46-da1cdd3e, #w-node-eadbdf3d-d388-f1fb-6841-18d2db90f5da-da1cdd3f, #w-node-_629fd72a-d4ac-1151-557b-730b1cffffa2-da1cdd40, #w-node-c817cc63-fdb2-3842-36de-e07094a41d85-da1cdd41 {
    grid-area: 2 / 1 / 3 / 2;
  }
}


