@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Cantopen;
  src: url('../fonts/CantoPen-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

p {
  margin-bottom: 20px;
}

.marcas {
  aspect-ratio: auto;
  filter: brightness(0%);
  object-fit: none;
}

.text-span {
  font-size: 2.9rem;
}

.text-span-3 {
  text-indent: 0;
  line-height: .9em;
}

.logos-topo {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 11px;
}

.marca {
  aspect-ratio: auto;
  color: #fff;
  text-align: left;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: black;
  text-indent: 0;
  text-transform: none;
  text-shadow: 0 0 3px #000;
  -webkit-text-fill-color: inherit;
  object-fit: none;
  background-clip: padding-box;
  flex: 0 auto;
  align-self: auto;
  margin: 0 10px 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Cantopen, sans-serif;
  font-size: 5.7rem;
  font-weight: 900;
  line-height: .9em;
  display: inline-block;
}

.header-capa {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: row;
  flex: none;
  order: 0;
  grid-template: ". ."
                 ". Area"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center flex-start;
  align-self: auto;
  align-items: center;
  height: 100px;
  margin: 300px auto auto;
  display: flex;
}

.capa {
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
  min-height: 764px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.capa.home.bg-cor2-10 {
  background-image: linear-gradient(#010315, #010315 0%, #00548a 24%, #91dbfb);
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.text-span-4 {
  text-align: center;
  text-indent: 0;
  line-height: 0;
}

.logomarca-psa {
  text-align: right;
  vertical-align: top;
  object-fit: scale-down;
  flex: 0 auto;
  order: -1;
  align-self: center;
  width: 267px;
  max-width: none;
  margin: 10px 20px 10px 0;
  display: block;
}

.logo {
  text-align: center;
}

.bt-home {
  color: #fff;
  text-align: center;
  background-color: #034580;
  border-radius: .313rem;
  align-self: center;
  width: 40px;
  min-width: 150px;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Lato, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3em;
}

.separacao-modulo {
  margin-bottom: 10px;
  margin-left: 40px;
  margin-right: 40px;
}

.logotipo-modulo {
  color: #bd4944;
  font-size: 16px;
}

.marca-modulo {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  align-items: center;
  display: flex;
}

.logo-modulo {
  width: 200px;
}

.subtitulo-modulo {
  color: #011231;
  -webkit-text-stroke-color: #bd4944;
  margin-bottom: .625rem;
  font-family: Cantopen, sans-serif;
  font-size: 3.1em;
  font-weight: 600;
  line-height: 1em;
  display: block;
}

.titulo-modulo {
  font-family: Exo, sans-serif;
  font-size: 1.4em;
  font-weight: 600;
}

.titulo-modulo.texto-cor1a {
  color: #034580;
  object-fit: fill;
  font-family: Lato, sans-serif;
  font-size: 3.4em;
  line-height: 1em;
}

.margin-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.capa-modulo {
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
  min-height: 764px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.capa-modulo.bg-cor1-10 {
  background-color: #f3f3f3;
  padding-left: 20px;
  padding-right: 20px;
}

.titulo-nivel2 {
  color: #1b447f;
  margin-top: .625rem;
  margin-bottom: 1.25rem;
  font-family: Lato, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
}

.titulo-nivel1 {
  color: #1b447f;
  margin-top: 1.25rem;
  margin-bottom: 2.5rem;
  font-family: Lato, sans-serif;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.625em;
}

.secao-conteudo {
  border-left: 1px #000;
  margin-bottom: 40px;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
  font-size: 13px;
}

.livro {
  border: 0 solid #3261b5;
  border-left-width: 1px;
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 10px;
  font-size: 1.25rem;
}

.livro.custom {
  margin-top: 0;
  margin-bottom: 0;
}

.container-texto {
  object-fit: fill;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 1.25rem;
  line-height: 1.625em;
}

.container-texto.livro {
  padding-left: 10px;
}

.figura-1 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 2px #3261b5;
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: flex;
}

.container {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.titulo-figura {
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.1rem;
  font-weight: 700;
}

.fonte-figura {
  color: #333;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: .9rem;
  font-weight: 300;
  line-height: 1.3em;
}

.fonte-figura.margin-top-10 {
  margin-top: 0;
}

.list {
  padding-bottom: 20px;
  padding-left: 20px;
}

.extraido {
  color: #3f60b3;
  margin-bottom: 0;
  font-size: .8rem;
}

.figura-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-left: 0;
  padding-right: 0;
}

.cell-2 {
  color: #fff;
  background-color: #516fbd;
  border: 2px solid #3f60b3;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
}

.cell-2.info-grafico {
  color: #fff;
  background-color: #4770bf;
}

.cell-3, .cell-5 {
  justify-content: flex-start;
  align-items: center;
}

.figura-2-inner-text {
  background-color: #f6f8ff;
  border: 1px solid #b1b1b1;
  border-radius: 0;
  width: 33.33%;
  height: 100%;
  padding: 10px 20px;
}

.flex-block {
  object-fit: none;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.cell-2-with-content {
  color: #fff;
  background-color: #4770bf;
  border: 2px solid #3f60b3;
  border-radius: 12px 12px 0 0;
  justify-content: flex-start;
  align-items: center;
}

.figura-2-inner-text-full {
  background-color: #fff;
  border: 1px solid #9c9c9c;
  border-radius: 0 0 12px 12px;
  height: 100%;
  padding: 10px 20px;
}

.paragraph-4 {
  margin-bottom: 0;
}

.cell-7 {
  justify-content: center;
  align-items: center;
}

.div-block-2 {
  border-top: 0 solid #3f63b8;
  border-bottom: 3px solid #4060b3;
  border-right: 3px solid #3361b5;
  width: 130px;
  height: 30%;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
}

.figura-2-inner-text-right {
  border: 1px #495fb1;
  border-radius: 0;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding: 0 20px;
}

.cell-8 {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
}

.div-block-2-copy {
  border-top: 3px solid #3f63b8;
  border-bottom: 2px #4060b3;
  border-right: 3px solid #3361b5;
  width: 120px;
  height: 100%;
  margin-top: 12px;
  margin-left: 10px;
}

.paragraph-5 {
  background-color: #fff;
  border: 1px solid #a8a8a8;
  border-radius: 12px;
  margin-bottom: 0;
  padding: 10px;
}

.div-block-2-copy-copy-copy {
  border-top: 2px #3f63b8;
  border-bottom: 2px #4060b3;
  border-right: 3px solid #3361b5;
  width: 120px;
  height: 100%;
  margin-top: 0;
  margin-left: 10px;
}

.secao-conteudo-odd {
  background-color: #f3faff;
  border-left: 1px #000;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.figura-2-inner-text-full-copy {
  background-color: #fff;
  border: 1px solid #495fb1;
  border-radius: 12px;
  height: 100%;
  padding: 10px 20px;
}

.cell-2-copy {
  color: #fff;
  background-color: #516fbd42;
  border: 2px #3f60b3;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
}

.image-30 {
  margin-top: -41px;
  margin-left: -10px;
}

.image-31 {
  flex: 1;
  width: 100%;
}

.cell-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 0 solid #cceffc;
  border-radius: 50%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: block;
}

.cell-10 {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}

.cell-11 {
  justify-content: center;
  align-items: center;
}

.cell-12 {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}

.quick-stack-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/circulo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 899px;
}

.cell-13 {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
}

.cell-14 {
  justify-content: flex-end;
  align-items: flex-start;
}

.cell-15 {
  justify-content: flex-end;
  align-items: flex-end;
}

.cell-16 {
  justify-content: flex-start;
  align-items: flex-end;
}

.bold-text {
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}

.figura-4-titulo-area {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.figura-4-rt {
  text-align: center;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-right: 0;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 0;
  font-size: 1rem;
  line-height: 1.7em;
  display: flex;
  position: static;
}

.itens-sb {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 10px;
  font-size: 1rem;
  line-height: 1.2em;
  display: block;
}

.secao-ativiade {
  background-color: #3261b50f;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
}

.titulo-nivel1-atividade {
  color: #3261b5;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 20px;
  font-family: Lato, sans-serif;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.625em;
}

.flex-block-2 {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  margin-top: 10px;
}

.rich-text-block-5 {
  color: #000;
  background-color: #fff;
  border: 1px #000;
  border-radius: 0 0 9px 9px;
  margin-bottom: 40px;
  padding: 20px;
  font-family: Lato, sans-serif;
  font-size: 1.25rem;
  line-height: 1.625em;
}

.rich-text-block-5.last, .rich-text-block-5.border-bottom0 {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: 0;
}

.titulo-atividade {
  background-color: #a7dff8;
  border-radius: 12px 12px 0 0;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 10px 20px;
}

.destaque {
  background-color: #d2efff;
  border-radius: 12px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.destaque.custom {
  margin-top: 0;
  margin-bottom: 0;
}

.rich-text-block-5-copy {
  color: #000;
  background-color: #0000;
  border: 1px #000;
  border-radius: 12px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px;
  font-family: Lato, sans-serif;
  font-size: 1.25rem;
  line-height: 1.625em;
}

.link-leitura-complementar {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 20px;
  padding-bottom: 0;
}

.destaque-livro {
  border-left: 1px solid #3261b5;
  padding-left: 10px;
}

.list-gota {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  list-style-type: none;
  overflow: visible;
}

.lista-gota {
  background-image: url('../images/li-gota.svg');
  background-position: 0 9px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.video {
  margin: 20px auto;
  padding-left: 100px;
  padding-right: 100px;
}

.table-header {
  text-align: center;
  background-color: #a7dff8;
  justify-content: center;
  align-items: center;
}

.table-header.table-td {
  text-align: left;
  background-color: #aedef7;
  border-style: solid;
  border-color: #a7a7a7;
  border-top-width: 2px;
  border-left-width: 2px;
  border-right-width: 1px;
  border-top-left-radius: 12px;
  justify-content: center;
  align-items: flex-start;
}

.titulo-table-header {
  margin-bottom: 0;
}

.table-td {
  background-color: #fff;
  border: 1px solid #a7a7a7;
  border-right-width: 2px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px;
}

.table-header-right {
  text-align: center;
  background-color: #a7dff8;
  justify-content: center;
  align-items: center;
}

.table-header-right.table-td {
  background-color: #fff;
  border-style: solid;
  border-color: #a7a7a7;
  border-top-width: 2px;
  border-left-width: 1px;
  border-right-width: 2px;
  border-top-right-radius: 12px;
  justify-content: flex-start;
  align-items: flex-start;
}

.table-td-left {
  background-color: #a7dff8;
  border: 1px solid #a7a7a7;
  border-left-width: 2px;
  justify-content: center;
  align-items: flex-start;
  padding: 10px;
}

.table-td-left-last {
  background-color: #a7dff8;
  border: 1px solid #a7a7a7;
  border-width: 1px 1px 2px 2px;
  border-bottom-left-radius: 12px;
  justify-content: center;
  align-items: flex-start;
  padding: 10px;
}

.table-td-last {
  background-color: #fff;
  border: 2px solid #a7a7a7;
  border-width: 1px 2px 2px 1px;
  border-bottom-right-radius: 12px;
  justify-content: center;
  align-items: flex-start;
  padding: 10px;
}

.quadro2-td {
  text-align: left;
  border: 1px #000;
  border-style: solid none none solid;
  padding: 10px;
}

.quadro2-td.baixo {
  background-color: #bfffbd;
  border-style: solid;
  border-color: #a7a7a7;
}

.quadro2-td.medio {
  background-color: #fcffcb;
  border-style: solid;
  border-color: #a7a7a7;
}

.quadro2-td.alto {
  background-color: #ffe8bc;
  border-style: solid;
  border-color: #a7a7a7;
}

.quadro2-td.muito-alto {
  background-color: #ffb2b2;
  border-style: solid;
  border-color: #a7a7a7;
}

.quadro2-th-top-right {
  text-align: center;
  background-color: #aedef7;
  border: 1px solid #a7a7a7;
  border-top-right-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.quadro2-th-top-left {
  text-align: left;
  background-color: #aedef7;
  border: 1px solid #a7a7a7;
  border-top-left-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.quadro2-th {
  text-align: left;
  background-color: #eff6fb;
  border: 1px solid #a7a7a7;
  padding: 10px;
}

.quadro2-th-right {
  text-align: left;
  background-color: #f0f6fb;
  border: 1px solid #a7a7a7;
  padding: 10px;
}

.quadro2-td-right {
  text-align: left;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 2px solid #000;
  padding: 10px;
}

.quadro2-td-right.muito-alto {
  background-color: #f9b4b3;
  border: 1px solid #a7a7a7;
}

.quadro2-td-right.inaceitavel {
  color: #fff;
  background-color: #f54e4e;
  border: 1px solid #a7a7a7;
}

.quadro2-th-left {
  text-align: left;
  background-color: #eef7fc;
  border: 1px solid #a7a7a7;
  padding: 10px;
}

.quadro2-td-right-bottom {
  text-align: left;
  border: 2px solid #000;
  border-width: 1px 2px 2px 1px;
  border-bottom-right-radius: 12px;
  padding: 10px;
}

.quadro2-td-right-bottom.alto {
  background-color: #fce8be;
  border-width: 1px;
  border-color: #a7a7a7;
}

.quadro2-th-left-bottom {
  text-align: left;
  background-color: #eff6fb;
  border: 1px solid #a7a7a7;
  border-bottom-left-radius: 12px;
  padding: 10px;
}

.quadro2-td-last {
  text-align: left;
  border-top: 1px solid #000;
  border-bottom: 2px solid #000;
  border-left: 1px solid #000;
  padding: 10px;
}

.quadro2-td-last.baixo {
  background-color: #c4febf;
  border: 1px solid #a7a7a7;
}

.quadro2-td-last.medio {
  background-color: #fbffcc;
  border: 1px solid #a7a7a7;
}

.div-block-4 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: contain;
  width: 908px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  overflow: auto;
}

.figure-caption-2 {
  text-align: left;
  font-size: .7rem;
}

.image-round {
  border-radius: 12px;
  margin-top: 10px;
}

.lista-gota-segundo {
  background-image: url('../images/li-segundo.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 6px;
  padding-left: 20px;
}

.link {
  color: #1067c7;
  justify-content: flex-start;
  margin-bottom: 6px;
  font-size: 1.3rem;
  display: block;
}

.rich-text-block-6 {
  margin-top: 40px;
}

.rich-text-block-7 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
}

.paragraph-7 {
  margin-bottom: 0;
}

.artigo {
  background-color: #f5f5ff;
  border-radius: 15px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 140px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-size: 1.25rem;
  font-style: normal;
  line-height: 1.625em;
}

.paragraph-8, .paragraph-9 {
  margin-bottom: 0;
}

.menu {
  z-index: 999;
  background-color: #2f427d;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-dropdown-4 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-4 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-4:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-4:focus-visible, .nav-dropdown-toggle-4[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-4 {
  margin-right: 10px;
}

.nav-dropdown-list-4 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-4.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-4 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-4:focus-visible, .nav-dropdown-link-4[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-4:active {
  background-color: #43464d;
}

.navbar-logo-center-container-3 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container-3.shadow-three {
  width: 100%;
  max-width: 1140px;
}

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

.navbar-wrapper-three-3 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three-3 {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three-3 {
  width: 100%;
}

.nav-menu-three-3 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block-3 {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-5 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-5:hover {
  color: #1a1b1fbf;
}

.nav-link-5:focus-visible, .nav-link-5[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-accent-3 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-3:hover {
  color: #1a1b1fbf;
}

.menu-button-5 {
  color: #fff;
}

.separacao-modulo-copy {
  text-align: center;
  background-color: #fff;
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding: 10px 10px 20px;
  display: block;
}

.cell-17 {
  border-right: 1px solid #63b255;
  justify-content: center;
  align-items: center;
}

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

.text-block-9 {
  background-color: #fff;
  border: 2px solid #63b255;
  border-radius: 6px;
  margin-left: -26px;
  padding: 10px 20px 10px 40px;
}

.image-37 {
  z-index: 999;
}

.image-38, .image-39, .image-40, .image-41 {
  z-index: 998;
}

.flex-block-5 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  background-image: url('../images/modulo2-figura-1-seta.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 40px;
}

.cell-18 {
  padding-top: 0;
  padding-left: 0;
}

.text-block-10 {
  background-color: #e0effa;
  width: 100%;
}

.flex-block-6 {
  flex-flow: column;
}

.figura2 {
  border: 2px solid #1f6fb4;
  border-radius: 8px;
  width: 100%;
  margin-bottom: 20px;
  padding: 10px 20px;
}

.figura2.color1 {
  text-align: left;
  z-index: 999;
  background-color: #bdc9e8;
  border-color: #43525f;
  flex-flow: row;
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  width: 80%;
  display: block;
}

.figura2.color2 {
  text-align: left;
  z-index: 102;
  background-color: #abdadd;
  justify-content: flex-end;
  align-items: center;
  width: 80%;
  margin-left: 20px;
  display: block;
}

.figura2.color3 {
  text-align: left;
  z-index: 101;
  background-color: #b7dbc2;
  justify-content: flex-end;
  align-items: center;
  width: 80%;
  margin-left: 40px;
  display: block;
}

.figura2.color4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  z-index: 100;
  background-color: #9ccb8b;
  justify-content: space-around;
  align-items: center;
  width: 80%;
  margin-left: 60px;
  display: block;
}

.figura2.color5 {
  text-align: left;
  z-index: 99;
  background-color: #88b270;
  justify-content: flex-end;
  align-items: center;
  width: 80%;
  margin-left: 80px;
  display: block;
}

.image-42 {
  text-align: right;
  vertical-align: middle;
  float: right;
  z-index: 9999;
  align-self: center;
  margin-bottom: -54px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.cell-19 {
  background-color: #fff;
}

.paragraph-11 {
  margin-top: 0;
  margin-bottom: 10px;
}

.bold-text-3 {
  color: #1b447f;
}

.container-7 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.quick-stack-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.rich-text-block-8, .rich-text-block-9, .rich-text-block-10, .rich-text-block-11 {
  text-align: left;
}

.figure-caption-3 {
  text-align: left;
  font-size: .7rem;
}

.rich-text-block-12 {
  margin-top: 20px;
}

.paragraph-13 {
  text-align: left;
  margin-bottom: 0;
}

.table-header-copy-copy {
  text-align: center;
  background-color: #a7dff8;
  justify-content: center;
  align-items: center;
}

.table-header-copy-copy.table-td {
  background-color: #fff;
  border-style: solid;
  border-color: #a7a7a7;
  border-top-width: 2px;
  border-left-width: 2px;
  border-right-width: 1px;
  border-top-left-radius: 0;
  justify-content: center;
  align-items: flex-start;
}

.table-td-last-copy {
  background-color: #fff;
  border: 2px solid #a7a7a7;
  border-width: 1px 2px 2px 1px;
  border-bottom-right-radius: 0;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px;
}

.paragraph-16 {
  text-align: left;
  margin-bottom: 0;
}

.bold-text-4, .bold-text-5, .bold-text-6 {
  color: #1b447f;
}

.quick-stack-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px #000;
  border-radius: 12px;
  width: 100%;
  padding: 0;
}

.paragraph-17, .paragraph-18, .paragraph-19, .paragraph-20, .paragraph-21 {
  margin-bottom: 0;
}

.quick-stack-10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.inaceitavel {
  background-color: #eb5653;
}

.muito-alto {
  background-color: #f4b6b4;
}

.alto {
  background-color: #f9e9c0;
}

.medio {
  background-color: #fbffcc;
}

.baixo {
  background-color: #c8fdc0;
}

.cell-27 {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
}

.cell-28, .cell-29, .cell-30, .cell-31 {
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
}

.paragraph-24, .paragraph-25, .paragraph-26, .paragraph-27, .paragraph-28, .paragraph-29, .paragraph-30 {
  margin-bottom: 0;
}

.paragraph-32 {
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph-33 {
  margin-top: 20px;
}

.image-44, .image-45, .image-46 {
  width: 50px;
}

.list-gota-copy {
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  list-style-type: none;
  overflow: visible;
}

.image-47 {
  width: 50px;
}

.rich-text-block-7-copy {
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.paragraph-34, .paragraph-35, .list-4, .list-5 {
  margin-bottom: 0;
}

.paragraph-36 {
  padding-left: 40px;
}

.paragraph-37 {
  margin-bottom: 40px;
  padding-left: 40px;
}

.rich-text-block-13 {
  text-align: left;
}

.paragraph-38, .paragraph-39 {
  margin-bottom: 0;
}

.image-48 {
  width: 25%;
}

.figure {
  width: 30%;
}

.figure-2 {
  width: 25%;
}

.figure-3 {
  width: 49%;
}

.paragraph-40 {
  margin-bottom: 0;
}

.link-leitura-complementar-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
}

.box-atividade {
  color: #000;
  background-color: #fff;
  border: 1px #000;
  border-radius: 0 0 12px 12px;
  margin-bottom: 40px;
  padding: 20px;
  font-family: Lato, sans-serif;
  font-size: 1.25rem;
  line-height: 1.625em;
}

.image-49 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.titulo-texto-circulo {
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 1.1em;
}

.extraido-hard {
  color: #031b57;
  margin-bottom: 0;
  font-size: .8rem;
}

.paragraph-41 {
  margin-top: 20px;
  padding-top: 0;
}

.rich-text-block-7-copy {
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 0;
}

.card.marcas {
  text-align: center;
  flex-direction: row;
  order: 1;
  justify-content: center;
  align-items: center;
}

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

.margin-bottom-40 {
  margin-bottom: 2.5rem;
}

.titulo-ficha {
  max-width: 600px;
  margin-bottom: .625rem;
  margin-left: auto;
  margin-right: auto;
  font-size: .9rem;
  line-height: 1.2rem;
}

.cards.card-ficha {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  border: 1px solid #000;
  flex-direction: row;
  max-width: 600px;
  margin-bottom: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: .625rem;
  font-size: .9rem;
  line-height: 1.7em;
  display: flex;
}

.indentacao-card-ficha {
  margin-left: 20px;
}

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

.container-8 {
  font-family: Lato, sans-serif;
  font-size: 17px;
}

.image-50 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.paragraph-42 {
  margin-bottom: 0;
}

.acordeon {
  flex-flow: wrap;
  place-content: flex-start;
  align-items: center;
  margin-top: 1.25rem;
  margin-bottom: 2.5rem;
}

.acordeon-cabecalho {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  cursor: pointer;
  background-color: #d2efff;
  border-radius: 12px 12px 0 0;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 3.75rem;
  font-weight: 700;
  line-height: 1.3rem;
  text-decoration: none;
  display: flex;
}

.div-ico {
  background-color: #1b447f;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 0;
  justify-content: center;
  align-items: center;
  width: 3.75rem;
  height: 3.75rem;
  display: flex;
}

.acordeon-ico {
  filter: invert();
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  margin-right: 0;
}

.acordeon-overflow {
  justify-content: flex-start;
  overflow: hidden;
}

.acordeon-container {
  background-color: #fff;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  padding: .938rem 1.563rem;
}

.paragraph-43 {
  margin-bottom: 0;
}

.image-51 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.navbar-orientacoes {
  z-index: 4;
  background-color: #ee6739;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: sticky;
  top: 0;
  box-shadow: 1px 1px 5px #0000004d;
}

.navbar-orientacoes.navbar {
  background-color: #034580;
}

.lateral {
  width: 23%;
}

.pagina-a4 {
  color: #000;
  background-color: #fff;
  border: 1px #000;
  border-radius: 6px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  max-width: 21cm;
  padding: 6rem 5rem;
  display: flex;
  box-shadow: 0 2px 5px 6px #0003;
}

.section-a4 {
  background-color: #474747;
  flex-flow: column;
  min-height: 29.7cm;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.container-4 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.duas-colunas {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.principal {
  width: 75%;
}

.headin-a4 {
  color: #f55620;
  width: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-right: 0;
  font-family: Lato, sans-serif;
  font-size: 2.8rem;
  line-height: 3.2rem;
}

.div-block-6 {
  z-index: 9999;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
}

.section-alert-text-glossario {
  text-align: left;
  background-color: #fff0;
  border-radius: 10px;
  flex: 1;
  order: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 1rem;
  font-family: Lato, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.6rem;
  overflow: visible;
}

.texto-padrao--referencia {
  color: #000;
  text-align: justify;
  border-top: 1px solid #000;
  margin-top: auto;
  margin-left: auto;
  padding-top: 1rem;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-span-9 {
  color: #f06c40;
}

.section-glossario {
  outline-offset: 0px;
  border-top: 3px solid #f06c40;
  border-bottom: 3px solid #f06c40;
  outline: 3px #333;
  margin-bottom: 1rem;
  display: block;
}

.section-glossario.olhares-adm {
  margin-top: 0;
}

.observacao {
  background-color: #d2efff;
  border-radius: 12px;
  max-width: 100%;
  margin: 0 0 10px;
  padding-left: 0;
  padding-right: 0;
}

.observacao-tipo2 {
  background-color: #e4eef3;
  border-radius: 12px;
  max-width: 100%;
  margin: 0 0 10px;
  padding-left: 0;
  padding-right: 0;
}

.separacao-modulo-copy-copy {
  text-align: center;
  background-color: #fff;
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding: 0 10px 20px;
  display: block;
}

.titulo-nivel1-copy {
  color: #1b447f;
  margin-top: 1.25rem;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.625em;
}

.image-52 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.figure-caption-2-copy {
  text-align: center;
  font-size: .7rem;
}

.quote-copy {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 1.25rem;
  padding: .625rem;
  font-size: 1.063rem;
  line-height: 1.875rem;
  display: flex;
}

.testimonial-quote-icon {
  align-self: flex-start;
  margin-bottom: 1.5rem;
  font-size: 1.063rem;
  transform: rotate(0);
}

.text-block-24 {
  border: 1px #000;
  border-radius: 0;
  padding: .625rem 1.25rem;
  font-family: Lato, sans-serif;
  font-size: 1.188rem;
  font-weight: 400;
  line-height: 1.75rem;
}

.testimonial-quote-icon-copy {
  transform-style: preserve-3d;
  align-self: flex-end;
  margin-bottom: 1.5rem;
  font-size: 1.063rem;
  transform: rotateX(180deg)rotateY(180deg)rotateZ(0);
}

.rev {
  margin-bottom: 0;
}

.lista-gota-pdf {
  background-image: url('../images/li-gota.svg');
  background-position: 0 3px;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 20px;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  list-style-type: none;
}

.destaque-copy {
  background-color: #d2efff;
  border-radius: 12px;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.destaque-copy.custom {
  margin-top: 0;
  margin-bottom: 0;
}

.image-53 {
  margin-left: auto;
  margin-right: auto;
}

.section {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.grid-marcas-capa {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 30px 35px 60px 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.isbn {
  text-align: center;
  font-size: .7rem;
}

.image-54 {
  display: block;
}

.image-55 {
  width: 79px;
}

.image-56 {
  width: 63px;
}

.image-57 {
  width: 109px;
}

.image-58 {
  width: 100px;
  height: 44px;
}

.image-59 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container-9 {
  font-family: Lato, sans-serif;
  font-size: 17px;
}

.rich-text-block-14 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
}

@media screen and (max-width: 991px) {
  .separacao-modulo {
    margin-left: 0;
    margin-right: 0;
  }

  .logotipo-modulo {
    font-size: 12px;
  }

  .figura-1 {
    flex-flow: column;
  }

  .figura-2-inner-text-full {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    padding: 10px 20px;
  }

  .paragraph-4 {
    border-bottom-left-radius: 0;
    margin-bottom: 0;
  }

  .cell-7 {
    justify-content: center;
    align-items: center;
  }

  .div-block-2 {
    width: 90px;
  }

  .div-block-2-copy, .div-block-2-copy-copy-copy {
    width: 80px;
  }

  .figura-2-inner-text-full-copy {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    padding: 10px 20px;
  }

  .cell-2-copy {
    justify-content: center;
    align-items: center;
  }

  .video {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-4 {
    width: 710px;
  }

  .nav-dropdown-list-4.shadow-three.w--open {
    position: absolute;
  }

  .container-5 {
    max-width: 728px;
  }

  .navbar-wrapper-three-3 {
    justify-content: space-between;
  }

  .navbar-brand-three-3 {
    position: relative;
  }

  .nav-menu-wrapper-three-3 {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three-3 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-5 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .menu-button-5 {
    padding: 12px;
  }

  .menu-button-5.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .separacao-modulo-copy {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

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

  .separacao-modulo-copy-copy {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .marca {
    text-align: center;
    border-bottom-style: none;
    font-size: 3.8rem;
  }

  .bt-home {
    align-self: center;
  }

  .logotipo-modulo {
    font-size: 10px;
  }

  .titulo-nivel1 {
    text-align: left;
    border-bottom-style: none;
    font-size: 2.3rem;
    line-height: 1em;
  }

  .figura-2-inner-text {
    width: 100%;
  }

  .flex-block {
    flex-flow: column;
  }

  .cell-7 {
    justify-content: center;
    align-items: center;
  }

  .figura-2-inner-text-right {
    width: 100%;
  }

  .titulo-nivel1-atividade {
    text-align: left;
    border-bottom-style: none;
    font-size: 2.3rem;
    line-height: 1em;
  }

  .titulo-atividade {
    margin-left: 20px;
    margin-right: 20px;
  }

  .video {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-4 {
    width: 100%;
    min-width: 439px;
    display: block;
    overflow: auto;
  }

  .nav-dropdown-4 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-4 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-4.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-4.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-4.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-13 {
    margin-top: 10px;
  }

  .navbar-brand-three-3 {
    padding-left: 0;
  }

  .nav-menu-three-3 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block-3 {
    flex-direction: column;
  }

  .nav-link-5 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-link-accent-3 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .cell-17 {
    border-bottom: 1px solid #63b255;
    border-right-style: none;
  }

  .cell-18 {
    justify-content: center;
    align-items: center;
  }

  .quick-stack-9 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 77px;
  }

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

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

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

  .lateral {
    width: 100%;
  }

  .duas-colunas {
    flex-flow: column;
  }

  .principal {
    width: 100%;
  }

  .titulo-nivel1-copy {
    text-align: left;
    border-bottom-style: none;
    font-size: 2.3rem;
    line-height: 1em;
  }

  .testimonial-quote-icon, .testimonial-quote-icon-copy {
    width: 50px;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 479px) {
  .marcas {
    aspect-ratio: auto;
    align-self: center;
    width: auto;
    max-width: 100%;
  }

  .marca {
    font-size: 4.5rem;
  }

  .header-capa {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .logotipo-modulo {
    font-size: 9px;
  }

  .marca-modulo {
    text-align: center;
    flex-direction: column;
  }

  .capa-modulo.bg-cor1-10 {
    width: 100%;
    height: 100svh;
  }

  .titulo-nivel1 {
    font-size: 2rem;
    line-height: 1em;
  }

  .figura-1, .figura-2-inner-text {
    width: 100%;
  }

  .flex-block {
    flex-flow: column;
  }

  .cell-2-with-content {
    justify-content: flex-start;
    align-items: center;
  }

  .text-block-2, .text-block-3 {
    text-align: center;
  }

  .figura-2-inner-text-right {
    width: 100%;
  }

  .titulo-nivel1-atividade {
    font-size: 2rem;
    line-height: 1em;
  }

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

  .div-block-4 {
    min-width: 278px;
  }

  .container-5 {
    max-width: none;
  }

  .nav-menu-three-3 {
    flex-direction: column;
  }

  .quick-stack-9 {
    padding-left: 235px;
  }

  .cards.card-ficha {
    flex-direction: column;
  }

  .acordeon-ico {
    font-size: 20px;
  }

  .container-4 {
    display: block;
  }

  .headin-a4 {
    background-color: #ffffffeb;
    border-radius: 10px;
    padding: 10px;
  }

  .section-alert-text-glossario {
    margin-left: 1rem;
  }

  .titulo-nivel1-copy {
    font-size: 2rem;
    line-height: 1em;
  }

  .testimonial-quote-icon, .testimonial-quote-icon-copy {
    width: 30px;
  }
}

#w-node-_8569d958-0e6c-69d7-b561-c13587992426-11a4200b {
  justify-self: end;
}

#w-node-_8569d958-0e6c-69d7-b561-c13587992427-11a4200b {
  place-self: auto start;
}

#w-node-_8569d958-0e6c-69d7-b561-c13587992435-11a4200b {
  grid-area: Area;
  justify-self: start;
}

#w-node-e2b4842c-b162-9a1b-7ff4-c1f0ccd403a8-11a4200b {
  grid-area: span 1 / span 5 / span 1 / span 5;
  place-self: center;
}

#w-node-e2b4842c-b162-9a1b-7ff4-c1f0ccd403a9-11a4200b {
  place-self: center;
}

#w-node-e2b4842c-b162-9a1b-7ff4-c1f0ccd403aa-11a4200b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_76c8e90a-df9c-97da-dd28-9da0ac9b172c-11a4200b {
  place-self: center;
}

#w-node-e2b4842c-b162-9a1b-7ff4-c1f0ccd403ab-11a4200b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e2b4842c-b162-9a1b-7ff4-c1f0ccd403ac-11a4200b {
  place-self: center;
}

#w-node-_3b346b8a-cc6a-8101-1974-db62b98e396f-11a4200d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5947b686-c936-b4ec-b5bd-e53eded72a15-11a4200d {
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 2fr .75fr;
}

#w-node-_26219260-7f27-60ba-d8fe-889eff960263-11a4200d, #w-node-_6849bcee-84e7-50b2-ca46-b2fe54dde1e6-11a4200d {
  grid-row: span 3 / span 3;
}

#w-node-_26993151-035f-ee36-871b-129a12e9ab20-11a4200d {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 2fr;
  display: none;
}

#w-node-_2073b6b2-64a3-6023-a1ed-866121404d86-11a4200d {
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_3b346b8a-cc6a-8101-1974-db62b98e396f-d35e4898 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6cddf81d-cf32-b5aa-31f9-c46f97184f56-d35e4898 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_3b346b8a-cc6a-8101-1974-db62b98e396f-0b8e57a4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5acf99f0-1ac0-4a6e-3887-667c78c4395e-0b8e57a4 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a1784dc2-cf0c-aae1-ce5e-971e5ce89a7e-0b8e57a4 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-fb814fb1-9755-92bb-2488-a05e76da14e5-0b8e57a4, #w-node-_445fa1b8-1e90-6159-aa5b-e1bebad941a1-0b8e57a4 {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_71190783-b4b9-3973-2246-04ec50f71dcd-0b8e57a4 {
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_71190783-b4b9-3973-2246-04ec50f71dce-0b8e57a4 {
  grid-row: span 2 / span 2;
}

#w-node-_71190783-b4b9-3973-2246-04ec50f71dd2-0b8e57a4 {
  grid-column: span 5 / span 5;
}

#w-node-e0925cf9-81ed-c1cc-208d-cb38f7ce5da2-0b8e57a4 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_2a0cc0e8-5a07-9399-e3d8-667cf8e15948-0b8e57a4 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_2a0cc0e8-5a07-9399-e3d8-667cf8e15984-0b8e57a4, #w-node-_2a0cc0e8-5a07-9399-e3d8-667cf8e15988-0b8e57a4, #w-node-_2a0cc0e8-5a07-9399-e3d8-667cf8e1598c-0b8e57a4 {
  grid-row: span 3 / span 3;
}

#w-node-_3b346b8a-cc6a-8101-1974-db62b98e396f-6ae33fc3, #w-node-_3b346b8a-cc6a-8101-1974-db62b98e396f-780c9672, #w-node-_3b346b8a-cc6a-8101-1974-db62b98e396f-8cbe6efa {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_50a6ee2f-a646-cef1-23b6-5ff364c7f215-c43791ce {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: center;
}

#w-node-_3b346b8a-cc6a-8101-1974-db62b98e396f-af6a41ca {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-_3b346b8a-cc6a-8101-1974-db62b98e396f-11a4200d, #w-node-_3b346b8a-cc6a-8101-1974-db62b98e396f-d35e4898, #w-node-_3b346b8a-cc6a-8101-1974-db62b98e396f-0b8e57a4, #w-node-_3b346b8a-cc6a-8101-1974-db62b98e396f-6ae33fc3, #w-node-_3b346b8a-cc6a-8101-1974-db62b98e396f-780c9672, #w-node-_3b346b8a-cc6a-8101-1974-db62b98e396f-8cbe6efa, #w-node-_3b346b8a-cc6a-8101-1974-db62b98e396f-af6a41ca {
    grid-area: 1 / 1 / 2 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5947b686-c936-b4ec-b5bd-e53eded72a15-11a4200d {
    display: none;
  }

  #w-node-_26993151-035f-ee36-871b-129a12e9ab20-11a4200d {
    display: grid;
  }

  #w-node-_6cddf81d-cf32-b5aa-31f9-c46f97184f56-d35e4898 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_71190783-b4b9-3973-2246-04ec50f71dcd-0b8e57a4 {
    display: grid;
  }
}


@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cantopen';
  src: url('../fonts/CantoPen-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}