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

@font-face {
  font-family: Igna Sans Light;
  src: url('../fonts/IgnaSans-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Igna Sans Medium;
  src: url('../fonts/AnyConv.com__IgnaSans-Medium.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Igna Sans Black;
  src: url('../fonts/AnyConv.com__IgnaSans-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --flowstica-webflow-library--white: white;
  --verde-baps: #04745b;
  --cinza-evento: #f8f8f8;
  --flowstica-webflow-library--black: #010b15;
  --flowstica-webflow-library--medium-sea-green: #08b54f;
  --flowstica-webflow-library--white-smoke: #f7f7f7;
  --verde-claro-baps: #7dccba;
  --cinza: #404040;
  --lynx--white: white;
  --lynx--black: #1f2022;
  --lynx--medium-purple: #8979ec;
  --bege-baps: #e5ddbe;
  --baps-verde-escuro: #00533c;
  --flowstica-webflow-library--light-slate-grey: #8c98a4;
}

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

.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;
}

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

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

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

.wbs-button-primary-4 {
  color: var(--flowstica-webflow-library--white);
  text-align: center;
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 40px;
  padding: 5px 20px;
  font-family: Igna Sans Medium, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  transition: background-color .3s ease-in-out;
}

.wbs-button-primary-4:hover {
  background-color: var(--flowstica-webflow-library--white);
  color: var(--verde-baps);
}

.wbs-button-primary-4.secundario {
  border-color: var(--verde-baps);
  color: var(--verde-baps);
}

.wbs-button-primary-4.mobile-only {
  display: none;
}

.wbs-section {
  z-index: 99;
  background-image: none;
  border: 1px #000;
  border-bottom-color: #fff;
  margin-bottom: -150px;
  margin-left: auto;
  margin-right: auto;
  padding: 1vh 5%;
  position: sticky;
  inset: 0 0% auto;
}

.wbs-section.secundario {
  background-color: var(--flowstica-webflow-library--white);
  background-image: none;
  margin-bottom: 0;
  box-shadow: 0 2px 5px #00000012;
}

.wbs-section.verde {
  background-image: linear-gradient(#014f3d9e, #0000);
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.wbs-logo {
  max-width: 100%;
  height: 50px;
}

.wbs-logo.secundario {
  max-width: 60%;
  height: auto;
}

.wbs-nav-link {
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Igna Sans Medium, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.wbs-nav-link.w--current {
  color: var(--flowstica-webflow-library--white);
}

.wbs-nav-link.secundario {
  border-top: 1px #000;
  border-bottom: 2px solid var(--flowstica-webflow-library--white);
  color: var(--verde-baps);
  padding-top: 10px;
  padding-bottom: 10px;
}

.wbs-nav-link.secundario:hover {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: black black var(--verde-baps);
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
}

.wbs-dropdown-list {
  background-color: var(--flowstica-webflow-library--white);
  border: 1px solid #010b151f;
  border-radius: 10px;
  padding: 15px 10px;
}

.wbs-dropdown-link {
  color: var(--flowstica-webflow-library--black);
  font-size: 16px;
  font-weight: 700;
  transition: color .3s ease-in-out;
}

.wbs-dropdown-link:hover {
  color: var(--flowstica-webflow-library--medium-sea-green);
}

.wbs-navbar-center {
  background-color: #0000;
  padding-top: 15px;
  padding-bottom: 15px;
}

.wbs-nav-center-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.wbs-nav-center-right {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.wbs-dropdown-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.wbs-dropdown-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.wbs-menu-button {
  background-color: var(--flowstica-webflow-library--white-smoke);
  border-radius: 10px;
  display: none;
}

.wbs-menu-button.w--open {
  background-color: var(--flowstica-webflow-library--medium-sea-green);
}

.wbs-menu-button.secundario {
  background-color: var(--verde-baps);
}

.marquee-horizontal {
  z-index: 200;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.marquee-text {
  color: var(--verde-baps);
  letter-spacing: 1.7px;
  text-transform: uppercase;
  flex: none;
  margin-right: 8vw;
}

.image {
  vertical-align: baseline;
  max-width: 17px;
  display: block;
  overflow: clip;
}

.image:hover {
  max-width: 17px;
}

.image.branco {
  vertical-align: baseline;
  mix-blend-mode: normal;
  display: inline-block;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-right: 8vw;
  display: flex;
}

.div-block.rodape {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  text-align: left;
  justify-content: space-between;
  align-self: auto;
  align-items: stretch;
  margin-right: 0;
}

.div-block.faleconosco {
  margin-top: 20px;
  margin-right: 0;
}

.content-section-copy {
  background-color: #f8faff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 0%;
  display: flex;
  overflow: hidden;
}

.slider-background {
  background-image: linear-gradient(#0000001a, #0009), url('../images/background-baps-novo.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.slider-background.background-02 {
  background-image: linear-gradient(#0000001a, #0009), url('../images/background-baps-webinar.jpg');
}

.slider-background.background-03 {
  background-image: linear-gradient(#0000001a, #0009), url('../images/alli-elder-1dTIVth36WQ-unsplash.jpg');
}

.slider-background._2 {
  background-image: linear-gradient(#0000001a, #0009), url('../images/background-baps-webinar.jpg');
}

.text-block {
  display: none;
}

.tabs-content {
  overflow: visible;
}

.tab-image {
  width: 25px;
  margin-right: 12px;
}

.tab-image.bapsflix {
  width: 25px;
}

.tabs-menu {
  justify-content: space-between;
  align-items: stretch;
  max-width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 45%;
}

.slider-heading {
  z-index: 9;
  color: #fff;
  text-align: center;
  letter-spacing: -.03em;
  max-width: 850px;
  font-family: Igna Sans Bold, sans-serif;
  font-size: 55px;
  line-height: 60px;
  position: relative;
}

.slider-heading.subtitulo {
  margin-top: 10px;
  font-family: Igna Sans Light, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.tabs {
  background-color: var(--verde-baps);
  width: 100%;
}

.load-bar-base {
  background-color: #fff3;
  max-width: 220px;
  height: 4px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.slider-base {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 85vh;
  padding-top: 10%;
  display: flex;
}

.text-span {
  color: #fff9;
}

.standard-tab {
  opacity: .7;
  color: #fffc;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 280px;
  margin-left: 5px;
  margin-right: 5px;
  padding-bottom: 16px;
  font-size: 15px;
  display: block;
}

.standard-tab.w--current {
  opacity: 1;
  color: #fff;
  background-color: #0000;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.standard-tab.ocultar {
  display: none;
}

.standard-tab.direita {
  text-align: right;
  padding-left: 20px;
  padding-right: 20px;
}

.load-bar {
  background-color: #fff;
  width: 0%;
  height: 4px;
}

.preloader {
  z-index: 99999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #1d1d1d;
  background-color: #1d1d1d;
  background-image: url('../images/Fundo-preloader.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: 0%;
}

.html-embed-3 {
  margin-left: auto;
  margin-right: auto;
}

.tab-image-2 {
  width: 34px;
  margin-right: 12px;
}

.text-span-2 {
  font-weight: 700;
}

.nav-button-group {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.tab-pane-2 {
  background-image: url('../images/Slide-home-winpress-01_V2.jpg');
  background-position: 0 0;
  background-size: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0%;
  padding-right: 0%;
}

.slider-base-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  max-width: 1140px;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-block {
  width: 100%;
}

.ths13-header {
  z-index: 9;
  aspect-ratio: auto;
  background-color: #0000;
  background-image: linear-gradient(#000, #0000);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 10%;
  padding-right: 10%;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
  overflow: visible;
}

.nav-link-3 {
  color: #eee;
  letter-spacing: -.02em;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 32px;
  padding: 8px 16px;
  font-size: 19px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.nav-link-3:hover {
  color: #dd4124;
  background-color: #eee;
}

.nav-link-3.w--current {
  color: #dd4124;
}

.nav-link-3.contato {
  display: none;
  overflow: visible;
}

.button-primary-s {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #f4f4f4;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #f8ab00;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px 24px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .5s cubic-bezier(.6, .6, 0, 1);
}

.button-primary-s:hover {
  color: #f8ab00;
  background-color: #f4f4f4;
  padding-bottom: 10px;
  font-weight: 700;
}

.button-primary-s:active {
  color: #f8ab00;
  background-color: #f4f4f4;
}

.tabs-2 {
  background-color: #151c34;
  background-image: url('../images/Slide-home-winpress-01_V2.jpg'), linear-gradient(#151c34c7, #151c34c7), url('../images/Fundo-preloader.png');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, auto;
  width: 100%;
}

.standard-tab-2 {
  opacity: .7;
  color: #fffc;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 280px;
  margin-left: 5px;
  margin-right: 5px;
  padding-bottom: 16px;
  font-size: 15px;
  display: flex;
}

.standard-tab-2.w--current {
  opacity: 1;
  color: #fff;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.slider-background-2 {
  background-image: linear-gradient(#0000001a, #0009), url('../images/Slide-home-winpress-01_V2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  display: block;
  position: absolute;
  inset: 0%;
}

.slider-background-2.background-02 {
  background-image: linear-gradient(#0000001a, #0009), url('../images/Slide-home-winpress-02.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.slider-background-2.background-04 {
  background-image: linear-gradient(#0000001a, #0009), url('../images/Slide-home-winpress-04.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.slider-background-2.background-03 {
  background-image: linear-gradient(#0000001a, #0009), url('../images/Slide-home-winpress-03.jpg');
}

.text-block-12 {
  font-size: 16px;
}

.bold-text {
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
}

.bold-text.h5 {
  letter-spacing: 0;
  font-size: 17px;
  font-weight: 200;
}

.bold-text.h5.slide2 {
  font-weight: 400;
}

.bold-text.botao {
  letter-spacing: .05em;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
}

.bold-text.h2 {
  letter-spacing: -.02em;
  font-size: 22px;
}

.nav-container {
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.nav-menu-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: static;
}

.text-block-13 {
  font-size: 16px;
}

.image-3 {
  width: 200px;
  max-width: none;
}

.bold-text-2 {
  vertical-align: baseline;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 40px;
  line-height: 45px;
  display: block;
}

.link-block, .link-block:hover {
  text-decoration: none;
}

.navigation-2 {
  z-index: 999;
  background-color: #0000;
  align-items: center;
  width: 100%;
  min-height: 96px;
  padding: 24px 0%;
  display: flex;
}

.tabs-content-2 {
  margin-left: 0;
  margin-right: 0;
  display: block;
  overflow: visible;
}

.tabs-menu-2 {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 7%;
}

.nav-wrapper-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.nav-link-2 {
  color: #eee;
  letter-spacing: -.02em;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 32px;
  padding: 8px 16px;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.nav-link-2:hover {
  color: #47d6e8;
  background-color: #0000;
  font-weight: 500;
}

.nav-link-2.w--current {
  color: #f4f4f4;
  -webkit-text-stroke-color: #f8ab00;
  font-size: 17px;
  text-decoration: none;
}

.nav-link-2.w--current:hover {
  color: #f8ab00;
  text-decoration: none;
}

.slider-heading-2 {
  z-index: 9;
  color: #fff;
  text-align: left;
  letter-spacing: -.03em;
  max-width: 740px;
  margin-top: 0;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 60px;
  line-height: 68px;
  display: block;
  position: relative;
}

.slider-heading-2.h5 {
  line-height: 0;
}

.slider-heading-2.h2 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  font-size: 22px;
  line-height: 0;
  display: block;
}

.slider-heading-2.botao {
  letter-spacing: -.02em;
  text-transform: uppercase;
  border: 2px solid #fff;
  border-radius: 20px;
  margin-top: 10px;
  padding: 5px 15px;
  font-size: 40px;
  line-height: 0;
  text-decoration: none;
}

.slider-heading-2.botao:hover {
  color: #fff;
  background-color: #47d6e8;
  border-color: #47d6e8;
}

.container-4 {
  z-index: 5;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.header-block {
  padding-top: 50px;
  padding-bottom: 60px;
}

.header-block.home {
  padding: 60px 10% 80px 0;
}

.lynx-paragraph {
  color: var(--cinza);
  max-width: none;
  margin-bottom: 0;
  font-family: Igna Sans Light, Arial, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 25px;
}

.lynx-paragraph.branco {
  color: var(--cinza);
  margin-bottom: 0;
  font-family: Igna Sans Light, Arial, sans-serif;
  font-size: 17px;
}

.lynx-paragraph.branco.centro {
  color: var(--flowstica-webflow-library--white);
}

.lynx-paragraph.verde {
  color: var(--verde-baps);
  font-family: Igna Sans Light, Arial, sans-serif;
  font-size: 17px;
}

.lynx-paragraph.centro {
  color: var(--cinza);
}

.brix---text-200-list-bold {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.brix---grid-1-column-gap-row-16px {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.brix---color-neutral-600 {
  color: #6e7191;
}

.lynx-button {
  color: #fff;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background-color: #85328e;
  border-radius: 50px;
  padding: 15px 30px;
  font-size: 17px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
  transition: background-color .2s;
}

.lynx-button:hover {
  background-color: #47d6e8;
}

.lynx-button.interno {
  background-color: var(--verde-baps);
  color: var(--flowstica-webflow-library--white);
  text-align: center;
  margin-top: 20px;
  padding: 10px 30px;
  font-family: Igna Sans Light, Arial, sans-serif;
  font-size: 15px;
}

.lynx-button.interno:hover {
  background-color: var(--verde-claro-baps);
  color: #fff;
}

.lynx-button.interno.branco {
  z-index: 9;
  border: 2px solid var(--flowstica-webflow-library--white);
  background-color: var(--lynx--white);
  color: var(--verde-baps);
  position: relative;
}

.lynx-button.interno.branco:hover {
  color: var(--lynx--white);
  background-color: #0000;
}

.lynx-button.interno.verde-claro {
  border: 2px solid var(--verde-claro-baps);
  background-color: var(--verde-claro-baps);
}

.lynx-button.interno.verde-claro:hover {
  border: 2px solid var(--lynx--white);
  background-color: var(--verde-baps);
}

.lynx-button.interno.vazado {
  border: 2px solid var(--verde-baps);
  color: var(--verde-baps);
  background-color: #0000;
  margin-top: 15px;
}

.lynx-button.interno.vazado:hover {
  background-color: var(--verde-baps);
  color: var(--lynx--white);
  border-style: solid;
}

.lynx-button.interno.vazado.branco {
  border-color: var(--flowstica-webflow-library--white);
  color: var(--flowstica-webflow-library--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  display: inline-block;
}

.lynx-button.interno.vazado.branco:hover {
  background-color: var(--flowstica-webflow-library--white);
  color: var(--verde-baps);
}

.lynx-button.interno {
  color: #fff;
  text-align: center;
  background-color: #04745b;
  margin-top: 20px;
  padding: 10px 30px;
  font-family: Igna Sans Light, Arial, sans-serif;
  font-size: 15px;
}

.lynx-button.interno:hover {
  color: #fff;
  background-color: #7dccba;
}

.lynx-button.interno.vazado {
  color: #04745b;
  background-color: #0000;
  border: 2px solid #04745b;
  margin-top: 15px;
}

.lynx-button.interno.vazado:hover {
  color: #fff;
  background-color: #04745b;
  border-style: solid;
}

.lynx-button.interno.vazado.branco {
  color: #fff;
  text-align: center;
  border-color: #fff;
  justify-content: center;
  align-items: center;
  display: inline-block;
}

.lynx-button.interno.vazado.branco:hover {
  color: #04745b;
  background-color: #fff;
}

.brix---mg-bottom-24px {
  margin-bottom: 24px;
}

.bold-text-3 {
  color: var(--verde-baps);
  letter-spacing: -.03px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 700;
}

.brix---mg-bottom-16px {
  margin-bottom: 16px;
}

.section-2 {
  border: .5px #e0e0e0;
  max-width: 100%;
}

.header-grid {
  grid-column-gap: 79px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.35fr;
  align-items: center;
}

.header-grid.direita {
  grid-template-columns: 1.25fr 1.1fr;
}

.lynx-subtitle {
  color: #1f2022;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}

.lynx-subtitle.branco {
  color: var(--verde-baps);
  font-family: Igna Sans Medium, Arial, sans-serif;
  font-size: 17px;
}

.lynx-subtitle.pequeno {
  color: var(--verde-baps);
  font-family: Igna Sans Medium, Arial, sans-serif;
  font-weight: 300;
}

.lynx-subtitle.pequeno.branco {
  color: var(--flowstica-webflow-library--white);
  margin-bottom: 10px;
}

.lynx-subtitle.pequeno.centro {
  margin-top: 40px;
}

.lynx-heading {
  color: var(--verde-baps);
  letter-spacing: -.03em;
  max-width: 740px;
  margin-top: 5px;
  margin-bottom: 25px;
  font-family: Igna Sans Medium, Arial, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 120%;
}

.lynx-heading.branco {
  color: var(--verde-baps);
  max-width: 100%;
  font-family: Igna Sans Medium, Arial, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.section-header {
  background-color: #1e1e1e;
  align-items: center;
  padding: 20px 7% 0;
  display: flex;
  position: relative;
}

.section-header.segundo {
  background-color: #fff;
  padding-top: 0;
  padding-left: 0%;
  padding-right: 0%;
}

.section-header.segundo.direita {
  border: 1px solid #000;
  border-top-style: none;
  border-bottom-color: #e0e0e0;
  padding-left: 5%;
}

.brix---mg-bottom-56px {
  margin-bottom: 25px;
}

.header-image {
  object-fit: fill;
  background-image: url('../images/bg-parceria-green-consulting.png');
  background-position: 0%;
  background-size: cover;
  border-radius: 0;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.header-image.segundo {
  background-image: url('../images/muito-mais-que-um-serviço---sobre-winpress.png'), url('../images/serviços-winpress.png');
  background-position: 50%, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: cover, cover;
}

.header-image.segundo.home {
  background-image: url('../images/bg-baps-auditorio.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.header-image.segundo.home.direita {
  justify-content: center;
  align-items: stretch;
}

.brix---color-neutral-800 {
  color: #211f54;
}

.brix---icon-list {
  max-width: 20px;
  margin-right: 16px;
}

.text-span-3 {
  font-weight: 500;
}

.brix---icon-list-item-wrapper {
  align-items: center;
  display: flex;
}

.text-span-4, .text-span-5, .text-span-6 {
  font-family: Igna Sans Medium, Arial, sans-serif;
  font-weight: 400;
}

.lynx-content {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/Simbolo_BAPS.png');
  background-position: 0 0, -20% -50%;
  background-repeat: repeat, repeat;
  background-size: auto, 30%;
  background-clip: border-box;
  border: .5px solid #e0e0e0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 3% 5%;
  display: flex;
}

.lynx-subtitle-white {
  color: var(--lynx--white);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Igna Sans Medium, Arial, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-newsletter {
  background-color: var(--verde-baps);
  text-align: center;
  background-image: linear-gradient(#04745bf2, #04745bf2), url('../images/aperto-de-mao.png');
  background-position: 0 0, -30%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  padding: 50px;
  display: flex;
}

.lynx-newsletter.associe-se {
  background-image: none;
  background-position: 0 0;
  justify-content: center;
  align-items: stretch;
}

.lynx-form {
  background-color: #ffffff1a;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lynx-text-field {
  color: var(--lynx--white);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px #000;
  min-width: 200px;
  height: 46px;
  margin-bottom: 0;
  margin-left: 24px;
  margin-right: 10px;
  padding: 8px 0;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
}

.lynx-text-field::placeholder {
  color: #fff9;
}

.lynx-submit-button {
  background-color: var(--lynx--white);
  color: var(--lynx--black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 22px 36px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
  transition: background-color .3s, color .3s;
}

.lynx-submit-button:hover {
  background-color: var(--lynx--black);
  color: var(--lynx--white);
}

.lynx-form-block {
  margin-bottom: 0;
}

.lynx-success-message {
  background-color: #32b77aa6;
  border-radius: 50px;
  padding: 20px 29px;
}

.lynx-text-message {
  color: var(--lynx--white);
  font-family: Varela, sans-serif;
  font-size: 16px;
  line-height: 140%;
}

.lynx-error-message {
  background-color: #fd4b8ba6;
  border-radius: 30px;
  margin-top: 15px;
  padding: 20px 30px;
}

.lynx-heading-white-small {
  color: var(--lynx--white);
  text-transform: uppercase;
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Igna Sans Bold, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 114%;
}

.div-block-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-self: auto;
  align-items: flex-end;
  display: flex;
}

.section-3 {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  padding: 0% 10%;
  display: grid;
}

.container-5 {
  max-width: none;
  margin-top: 18%;
  padding-bottom: 0%;
}

.container-6 {
  max-width: none;
  margin-top: 0%;
}

.heading {
  color: var(--verde-baps);
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Igna Sans Medium, Arial, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 40px;
}

.heading.subtitle {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Igna Sans Medium, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.heading.h2 {
  font-size: 40px;
}

.heading.h2.branco {
  color: var(--flowstica-webflow-library--white);
  text-align: center;
}

.centro {
  text-align: center;
}

.section-4 {
  background-color: var(--flowstica-webflow-library--white);
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  margin-top: 0;
  padding-top: 0%;
  padding-bottom: 7%;
}

.section-4.duvidas {
  background-image: linear-gradient(#fff, #fff0 32%), linear-gradient(#ffffff7d, #ffffff7d), url('../images/Simbolo_BAPS.png');
  background-position: 0 0, 0 0, 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, 30%;
}

.section-4.duvidas.associe-se {
  padding-top: 7%;
}

.lynx-block-footer {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.lynx-logo-footer {
  width: 76px;
  margin-bottom: 16px;
}

.lynx-footer-dark {
  background-color: var(--verde-baps);
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  width: 100%;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.lynx-grid-footer-dark {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr 1fr 1fr;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.lynx-heading-footer-white {
  color: #ffffff80;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  margin-bottom: 22px;
  font-family: Varela, sans-serif;
  font-size: 11px;
  line-height: 140%;
}

.lynx-link-footer-large-white {
  color: var(--lynx--white);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s;
}

.lynx-link-footer-large-white:hover {
  color: var(--lynx--medium-purple);
}

.lynx-block-footer-down {
  border-top: 1px solid #dfdad233;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.lynx-block-footer-down.centro {
  flex-flow: column;
  align-items: stretch;
  max-width: 100%;
}

.lynx-text-footer-dark {
  color: #ffffff80;
  text-align: center;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Igna Sans Light, Arial, sans-serif;
  font-size: 11px;
  line-height: 140%;
}

.lynx-text-footer-dark.pequeno {
  font-size: 9px;
}

.lynx-link-footer-dark {
  color: #ffffff80;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 11px;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s;
}

.lynx-link-footer-dark:hover {
  color: var(--lynx--white);
}

.lynx-link-footer-large-white-2 {
  color: #fff;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: Igna Sans Light, Arial, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s;
}

.lynx-link-footer-large-white-2:hover {
  color: var(--bege-baps);
}

.lynx-heading-footer-white-2 {
  color: #ffffff80;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: Igna Sans Light, Arial, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 140%;
}

.lynx-link-footer-large-white-3 {
  color: #fff;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  padding-top: 7px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s;
}

.lynx-link-footer-large-white-3:hover {
  color: #1d1d1d;
}

.lynx-link-footer-large-white-3.sem-link {
  font-family: Igna Sans Light, Arial, sans-serif;
  font-weight: 300;
}

.lynx-link-footer-large-white-3.sem-link:hover {
  color: #f4f4f4;
}

.a-footer-logo {
  max-width: none;
  height: 70px;
}

.lynx-block-footer-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.lynx-block-footer-2.rodape {
  flex-flow: column;
}

.lynx-block-footer-2.logo {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
}

.text-span-7 {
  font-family: Igna Sans Bold, sans-serif;
  font-weight: 700;
}

.lynx-grid-footer-dark-2 {
  grid-column-gap: 65px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr 1fr;
  place-items: start stretch;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 50px;
}

.text-span-8 {
  font-family: Igna Sans Bold, sans-serif;
  font-weight: 700;
}

.text-span-9 {
  color: #e5ddbe;
  font-family: Igna Sans Medium, Arial, sans-serif;
}

.div-block-3 {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.redes-sociais {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-self: auto;
  display: flex;
}

.icone-social, .icone-social:hover {
  max-width: 17px;
}

.text-span-10 {
  font-family: Igna Sans Bold, sans-serif;
  font-weight: 700;
}

.section-5 {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  background-image: linear-gradient(to bottom, #ffffffc2, #ffffffc2), url('../images/Simbolo_BAPS.png'), linear-gradient(to bottom, var(--flowstica-webflow-library--white), var(--flowstica-webflow-library--white));
  object-fit: fill;
  background-position: 0 0, 50% 30%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, 170%, auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  padding: 5% 10%;
  display: block;
  position: relative;
  overflow: visible;
}

.section-5.eventos {
  background-image: none;
  padding-bottom: 0%;
}

.container-7 {
  max-width: 85%;
  padding-top: 5%;
  padding-left: 10%;
  padding-right: 5%;
}

.text-color-white {
  color: #fff;
}

.timeline_progress {
  z-index: 1;
  background-color: #ffffff24;
  border-radius: 14%;
  width: 3px;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 100%;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group.is-center {
  justify-content: center;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.dot {
  background-color: #04745b;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--verde-baps), var(--baps-verde-escuro));
  border-radius: 100%;
  flex: none;
  width: 1.25rem;
  height: 1.25rem;
  position: sticky;
  top: 50vh;
  box-shadow: 0 0 1rem #fff;
}

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

.section_hero {
  z-index: 2;
  background-color: #000;
  position: relative;
}

._2-column_image {
  border-radius: 13px;
  width: 100%;
  max-width: 55%;
  height: 100%;
}

.text-size-medium {
  color: #5f5f5f;
  margin-bottom: 5px;
  font-family: Igna Sans Light, Arial, sans-serif;
  font-size: 15px;
}

.text-size-medium.text-color-white {
  color: #fff;
}

.margin-bottom, .margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.timeline_progress_fill {
  background-image: linear-gradient(180deg, #fff, var(--verde-baps));
  width: 3px;
  position: fixed;
  top: 0;
  bottom: 50vh;
}

.footer-dark {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.hero_content {
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  max-height: 60rem;
  display: flex;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.section_timeline {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.hero_background-video {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section_some-section {
  z-index: 2;
  background-color: #000;
  position: relative;
}

.video-overlay-layer {
  z-index: 1;
  background-color: #000000b5;
  position: absolute;
  inset: 0%;
}

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

.margin-top, .margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.hero_background-video-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.dot_interaction_wrapper {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.some-section_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

._2-column_image-wrapper {
  text-align: right;
}

._2-column_image-wrapper.left {
  text-align: left;
}

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

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.timeline_progress_wrapper {
  z-index: 1;
  background-color: #0000;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 0%;
}

.timeline_item {
  z-index: 2;
  position: relative;
}

._2-column_item_component {
  grid-column-gap: 2.5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3px 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
  position: relative;
}

.link {
  color: #fff;
}

.some-section_image {
  width: 100%;
  height: 100%;
}

.button {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button.is-secondary {
  color: #000;
  background-color: #0000;
}

.button.is-secondary.is-alternate {
  color: #fff;
  background-color: #0000;
}

.padding-section-medium {
  padding-top: 1rem;
  padding-bottom: 5rem;
}

.padding-global {
  padding-left: 10%;
  padding-right: 10%;
}

.div-block-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--flowstica-webflow-library--white);
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-6 {
  z-index: 2;
  background-color: var(--flowstica-webflow-library--white);
  padding-top: 5%;
  padding-bottom: 0;
  position: relative;
}

.heading-2 {
  color: var(--verde-baps);
  margin-top: 0;
  font-family: Igna Sans Bold, sans-serif;
  font-weight: 700;
}

.local-evento {
  color: var(--verde-claro-baps);
  font-family: Igna Sans Medium, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.section-hero {
  position: relative;
}

.padding-vertical-xlarge {
  padding-top: 120px;
  padding-bottom: 120px;
}

.container {
  width: 90vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.timeline_quote {
  color: #fff;
  margin-bottom: 16px;
  font-size: 14px;
}

.timeline_centre {
  border: 0px none var(--flowstica-webflow-library--white);
  justify-content: center;
  display: flex;
}

.relume-link {
  width: 124px;
  height: 33.33px;
  position: relative;
}

.timeline-main_heading-wrapper {
  color: #fff;
  text-align: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.inline-block {
  display: inline-block;
}

.background-layer {
  z-index: 0;
  background-color: #d8d5d1;
  background-image: url('../images/Grain-Background.png'), url('../images/Gaussian-Blur---Brighter.svg');
  background-position: 0 0, 50% 80%;
  background-repeat: repeat, no-repeat;
  background-size: 300px 300px, cover;
  position: absolute;
  inset: 0%;
}

.timeline_date-text {
  color: #6c6c6c;
  letter-spacing: -.03em;
  font-family: Igna Sans Light, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  position: sticky;
  top: 50vh;
}

.relume-logo-primary {
  z-index: 0;
  color: #000;
  position: absolute;
  inset: 0%;
}

.text-underline {
  background-image: url('../images/Underline.svg');
  background-position: 50% 110%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: -8px;
  margin-bottom: -8px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: inline-block;
}

.hero-nav_button-wrapper {
  display: flex;
}

.margin-bottom-large {
  margin-bottom: 40px;
}

.overlay-fade-bottom {
  background-image: linear-gradient(0deg, var(--flowstica-webflow-library--white) 42%, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: auto 0% 0%;
}

.padding-vertical-footer {
  padding-top: 120px;
  padding-bottom: 40px;
}

.text-colour-lightgrey {
  color: #ffffffa6;
}

.button-wrapper {
  justify-content: center;
  display: flex;
}

.timeline_quote-text-wrapper {
  flex: 1;
}

.timeline_link {
  opacity: .6;
  color: #fff;
  letter-spacing: .8px;
  text-transform: uppercase;
  border-radius: 8px;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.timeline_link:hover {
  opacity: 1;
}

.margin-bottom-small {
  margin-bottom: 24px;
}

.timeline_image-wrapper {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  border-radius: 13px;
  max-width: 60%;
  overflow: hidden;
}

.timeline_image-wrapper.margin-bottom-medium {
  background-image: none;
  background-position: 0 0;
  border-radius: 13px;
  max-width: 60%;
}

.timeline_image-wrapper.ocultar {
  display: none;
}

.button-icon-small {
  z-index: 500;
  color: #fff;
  letter-spacing: .8px;
  text-transform: uppercase;
  background-color: #0a0a0a;
  border: 2px solid #0a0a0a;
  border-radius: 8px;
  align-items: center;
  padding: 12px 20px 12px 18px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.button-icon-small:hover {
  transform: translate(0, -2px);
}

.button-icon-small.margin-right-small {
  margin-right: 16px;
}

.button-inverted {
  color: #161616;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 8px;
  padding: 14px 32px;
  font-weight: 700;
  line-height: 20px;
  transition: all .4s;
}

.button-inverted:hover {
  transform: translate(0, -4px);
}

.margin-bottom-medium {
  margin-bottom: 20px;
}

.timeline_quote-wrapper {
  border: 2px solid #fff;
  border-radius: 16px;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.overlay-fade-top {
  background-image: linear-gradient(180deg, var(--flowstica-webflow-library--white), #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: 0% 0% auto;
}

.timeline_text {
  color: var(--verde-baps);
  margin-top: 0;
  font-family: Igna Sans Bold, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}

.link-icon {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

.relume-logo-secondary {
  z-index: 1;
  color: #fff;
  position: absolute;
  inset: 0%;
}

.button-icon {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  position: relative;
}

.timeline_progress-bar {
  z-index: -1;
  color: var(--flowstica-webflow-library--white);
  background-color: #fff;
  background-image: linear-gradient(#e5ddbe, #caebf5 68%, #04745b);
  width: 3px;
  height: 50vh;
  position: fixed;
  inset: 0 auto 50vh;
}

.text-colour-white {
  color: #fff;
}

.timeline_component {
  color: var(--flowstica-webflow-library--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.timeline_badge {
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #ffffff26;
  border-radius: 8px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 6px 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.timeline_quote-image {
  border-radius: 8px;
  width: 48px;
  height: 48px;
  margin-right: 24px;
}

.timeline_right {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.timeline_quote-title {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.page-wrapper-2 {
  z-index: 0;
  position: relative;
}

.footer_credits-wrapper {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.section-timeline-cta {
  background-color: #0a0a0a;
}

.padding-vertical-xxlarge {
  padding-top: 160px;
  padding-bottom: 160px;
}

.hero-nav {
  justify-content: space-between;
  align-items: center;
  width: 90vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.timeline_circle {
  border: 0px none var(--flowstica-webflow-library--white);
  background-color: var(--flowstica-webflow-library--white);
  box-shadow: 0 0 0 8px var(--verde-claro-baps);
  color: #fff;
  border-radius: 100%;
  width: 15px;
  min-width: 15px;
  max-width: 15px;
  height: 15px;
  min-height: 15px;
  max-height: 15px;
  position: sticky;
  top: 50vh;
}

.timeline_left {
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
  margin-top: 0;
  padding-top: 0;
}

.margin-bottom-xlarge {
  margin-bottom: 20px;
}

.text-link {
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: underline;
}

.footer_text-wrapper {
  text-align: center;
  max-width: 640px;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-footer {
  position: relative;
}

.paragraph-large {
  letter-spacing: -.02em;
  font-size: 20px;
}

.timeline_definition-wrapper {
  background-color: #ffffff0d;
  border-radius: 16px;
  padding: 16px;
}

.timeline-hero_heading-wrapper {
  text-align: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.timeline_item-2 {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.timeline_progress-2 {
  z-index: -2;
  background-color: #0000;
  width: 3px;
  height: 100%;
  position: absolute;
}

.button-icon-small-secondary {
  z-index: 500;
  color: #161616;
  letter-spacing: .8px;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #0a0a0a;
  border-radius: 8px;
  align-items: center;
  padding: 12px 20px 12px 18px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.button-icon-small-secondary:hover {
  transform: translate(0, -2px);
}

.button-icon-small-secondary.margin-right-small {
  margin-right: 16px;
}

.section-timeline {
  z-index: -3;
  background-color: var(--flowstica-webflow-library--white);
  background-image: linear-gradient(#ffffffa8, #ffffffa8), url('../images/Simbolo_BAPS.png');
  background-position: 0 0, -50% 2%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 70%;
  position: relative;
}

.timeline_milestone-badge {
  color: #161616;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.section-timeline-heading {
  background-color: #0a0a0a;
}

.image-4 {
  max-width: 100%;
}

.section-7 {
  background-image: url('../images/Simbolo_BAPS.png'), linear-gradient(163deg, var(--verde-baps), var(--verde-claro-baps));
  background-position: 50%, 0 0;
  background-size: auto, auto;
}

.container-8 {
  text-align: center;
  max-width: 100%;
  padding: 5% 10%;
}

.container-8.edicoes-anteriores {
  padding-top: 3%;
  padding-bottom: 3%;
}

.container-9 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: center stretch;
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
  display: flex;
}

.div-block-5 {
  background-color: var(--flowstica-webflow-library--white);
  border-radius: 12px;
}

.div-block-5.pilares {
  text-align: center;
  background-color: #e9fffa;
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  max-width: 33.3%;
  padding: 30px;
  display: flex;
}

.titulo-pilares {
  color: var(--verde-baps);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Igna Sans Bold, sans-serif;
  font-weight: 700;
}

.image-5 {
  text-align: center;
  max-width: 17%;
}

.image-5.solo {
  max-width: 20%;
}

.section-8 {
  z-index: auto;
  background-color: var(--flowstica-webflow-library--white);
  text-align: left;
  max-width: 100%;
  padding: 5% 10%;
  position: static;
}

.container-10 {
  grid-column-gap: 0%;
  grid-row-gap: 0%;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 100%;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.image-6 {
  max-width: 20%;
}

.image-6.diretoria {
  border-radius: 100px;
  max-width: 20%;
}

.div-block-6 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 33.3%;
  display: flex;
}

.div-block-6.meio {
  margin-left: 20px;
  margin-right: 20px;
}

.div-block-6.conselho {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 33.3%;
}

.div-block-6.conselho.meio {
  margin-left: 5%;
  margin-right: 5%;
}

.diretoria-nome {
  color: var(--verde-baps);
  margin-top: 0;
  font-family: Igna Sans Medium, Arial, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 28px;
}

.container-11 {
  max-width: 100%;
}

.list {
  list-style-type: square;
}

.cf-pricing-plan-pointers {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.cf-pricing-plan-check-icon {
  width: 15px;
  height: 15px;
  margin-right: 16px;
}

.cf-pricing-plan-pointer-text-18px {
  color: #1e1e1e;
  font-size: 17px;
  font-weight: 300;
  line-height: 23px;
}

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

.conselho {
  color: var(--verde-baps);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Igna Sans Light, Arial, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 23px;
}

.conselho.cinza {
  color: var(--cinza);
}

.text-span-11, .text-span-12, .text-span-13, .text-span-14 {
  font-family: Igna Sans Bold, sans-serif;
  font-weight: 700;
}

.associe-se-hero {
  background-color: var(--flowstica-webflow-library--white);
  max-width: 100%;
  padding: 0%;
  display: flex;
}

.beneficio {
  border: 1px #000;
  display: flex;
}

.beneficio.linha {
  border: 2px solid var(--verde-claro-baps);
  border-radius: 12px;
  margin-bottom: 15px;
  padding: 20px 30px;
}

.image-7 {
  width: 70px;
}

.div-block-8 {
  margin-left: 20px;
}

.div-block-8.beneficio {
  flex-flow: column;
}

.div-block-9 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 20px;
  display: flex;
}

.div-block-10 {
  max-width: 100%;
  margin-bottom: 20px;
  display: flex;
}

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

.div-block-12 {
  flex-flow: column;
  display: flex;
}

.associe-se-lista {
  color: var(--flowstica-webflow-library--white);
  text-align: left;
  font-family: Igna Sans Light, Arial, sans-serif;
  font-weight: 300;
}

.text-span-15, .text-span-16, .text-span-17 {
  font-family: Igna Sans Medium, Arial, sans-serif;
  font-weight: 400;
}

.container-12 {
  max-width: 100%;
}

.text-span-18, .text-span-19 {
  font-family: Igna Sans Bold, sans-serif;
  font-weight: 700;
}

.image-8 {
  border-radius: 13px;
  max-width: 300px;
}

.eventos {
  background-color: var(--flowstica-webflow-library--white);
  padding: 30px 10%;
}

.eventos.cinza {
  background-color: var(--cinza-evento);
}

.container-13 {
  flex-flow: row;
  max-width: 100%;
  display: flex;
}

.evento {
  align-self: center;
  margin-left: 5%;
}

.eventos-baps {
  color: var(--verde-baps);
  margin-top: 7px;
  margin-bottom: 15px;
  font-family: Igna Sans Bold, sans-serif;
}

.div-block-13 {
  background-color: #fff;
  border-radius: 12px;
}

.div-block-13.pilares {
  text-align: center;
  background-color: #e9fffa;
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  max-width: 33.3%;
  padding: 30px;
  display: flex;
}

.heading-3 {
  color: #04745b;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Igna Sans Medium, Arial, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 40px;
}

.heading-3.h2 {
  font-size: 40px;
}

.heading-3.h2.branco {
  color: #fff;
  text-align: center;
}

.section-9 {
  background-image: url('../images/Simbolo_BAPS.png'), linear-gradient(163deg, #04745b, #7dccba);
  background-position: 50%, 0 0;
  background-size: auto, auto;
}

.container-14 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: center stretch;
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
  display: flex;
}

.lynx-paragraph-2 {
  color: #404040;
  max-width: none;
  margin-bottom: 0;
  font-family: Igna Sans Light, Arial, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 25px;
}

.lynx-paragraph-2.centro {
  color: #404040;
}

.lynx-paragraph-2.branco {
  color: #404040;
  margin-bottom: 0;
  font-family: Igna Sans Light, Arial, sans-serif;
  font-size: 17px;
}

.lynx-paragraph-2.branco.centro {
  color: #fff;
}

.titulo-pilares-2 {
  color: #04745b;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Igna Sans Bold, sans-serif;
  font-weight: 700;
}

.image-9 {
  text-align: center;
  max-width: 17%;
}

.image-9.solo {
  max-width: 20%;
}

.text-block-14 {
  display: none;
}

.form {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  max-width: 100%;
  display: flex;
}

.text-field, .text-field-2 {
  max-width: 50%;
}

.container-15 {
  border-radius: 13px;
  margin-top: 20px;
  padding: 30px;
  box-shadow: 0 2px 5px #00000026;
}

.nav-icon-l {
  padding: 5px;
}

.button-primary-s-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #dd4124;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #eee;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .5s cubic-bezier(.6, .6, 0, 1);
}

.button-primary-s-2:hover {
  color: #eee;
  background-color: #dd4124d6;
  font-weight: 400;
}

.button-primary-s-2:active {
  background-color: #8b99f9;
}

.nav-container-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-menu-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
}

.text-block-6 {
  font-size: 19px;
}

.nav-dropdown-2 {
  height: 100%;
  position: static;
}

.icon-small-2 {
  color: #dd4124;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-left: 3px;
  display: flex;
  transform: rotate(-90deg);
}

.nav-link-s {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #1e1e1e;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding-top: 0;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.nav-link-s:hover {
  color: #dd4124;
}

.nav-toggle-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #eee;
  letter-spacing: -.02em;
  border-radius: 32px;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.nav-toggle-2:hover {
  color: #dd4124;
  -webkit-text-stroke-color: #dd4124;
  background-color: #0000;
  font-size: 17px;
  font-weight: 400;
}

.nav-toggle-2.w--open {
  color: #dd4124;
  background-color: #1e1e1e;
}

.image-10 {
  width: 150px;
}

.nav-dropdown-base-a {
  z-index: 99;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border: 1px solid #eaedf0;
  border-radius: 8px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  display: flex;
  box-shadow: 0 24px 64px #e0e0e07a;
}

.nav-dropdown-base-a.w--open {
  background-color: #0000;
  width: 100%;
  min-width: auto;
  padding: 24px 5%;
  position: absolute;
  inset: 90px auto auto 0;
  overflow: hidden;
}

.nav-link-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.nav-link-text {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

.nav-link-text:hover {
  color: #dd4124;
}

.text-block-7 {
  font-size: 19px;
}

.ths13-header-2 {
  z-index: 9;
  pointer-events: auto;
  object-fit: fill;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-left: 5%;
  padding-right: 5%;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.link-block-2 {
  color: #eee;
  object-fit: fill;
  background-color: #0000;
  border-radius: 32px;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 8px 12px 8px 16px;
  text-decoration: none;
  display: flex;
  position: static;
}

.link-block-2:hover {
  color: #dd4124;
  background-color: #1e1e1e;
}

.nav-list-dropdown {
  z-index: 99;
}

.nav-list-dropdown.w--open {
  background-color: #0000;
  width: 100%;
  min-width: auto;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
  position: absolute;
  top: auto;
  bottom: auto;
  overflow: visible;
}

.image-2 {
  width: 20px;
  height: 20px;
}

.nav-wrapper-3 {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.slider {
  flex-flow: column;
  order: 0;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.slider.home {
  align-items: stretch;
  height: 85vh;
}

.slide {
  text-align: center;
  background-image: url('../images/LIPEDEMA_byCamedici_39.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide.home {
  background-image: linear-gradient(#0000001a, #0009), url('../images/background-baps-novo.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-2 {
  background-image: url('../images/foto-primeira-edicao-baps-01-1.png');
  background-position: 50%;
  background-size: cover;
}

.slide-2.home {
  background-image: linear-gradient(#0000001a, #0009), url('../images/background-baps-webinar.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-3 {
  background-image: url('../images/foto-segunda-edicao-baps-07.png');
  background-position: 50%;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/BAPS_Festa_9.jpg');
  background-position: 50%;
  background-size: cover;
}

.mask {
  width: 100%;
  height: 100%;
}

.container-16 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  height: 85vh;
  padding: 15% 10% 10%;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .header-block {
    padding-bottom: 60px;
  }

  .header-grid {
    grid-template-columns: 1.25fr 1.35fr;
  }

  .header-image {
    align-items: flex-end;
    padding-top: 25px;
    padding-left: 0;
  }

  .lynx-block-footer-2 {
    align-items: center;
  }

  .lynx-block-footer-2.rodape {
    justify-content: center;
    align-items: flex-start;
  }

  .lynx-grid-footer-dark-2 {
    grid-column-gap: 60px;
    grid-template-columns: .75fr 1fr 1fr;
  }

  .text-block-6 {
    font-size: 20px;
  }

  .text-block-6.w--current {
    font-size: 20px;
    font-weight: 400;
  }
}

@media screen and (min-width: 1440px) {
  .bold-text-2 {
    font-size: 50px;
  }

  .container-4 {
    max-width: 100%;
  }

  .header-block {
    padding-bottom: 60px;
  }

  .header-block.home {
    padding-left: 40px;
  }

  .header-grid {
    grid-column-gap: 37px;
    grid-row-gap: 80px;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1.35fr;
    grid-auto-columns: 1fr;
    justify-items: stretch;
    display: grid;
  }

  .header-image.segundo.home.direita {
    padding-top: 0;
  }

  .cf-pricing-plan-pointer-text-18px {
    font-size: 19px;
    line-height: 25px;
  }

  .text-block-6 {
    font-size: 20px;
  }
}

@media screen and (min-width: 1920px) {
  .button-primary-s {
    padding: 20px 40px;
  }

  .text-block-12, .text-block-13 {
    font-size: 25px;
  }

  .image-3 {
    width: 200px;
  }

  .nav-link-2 {
    font-size: 22px;
  }

  .header-block {
    padding-bottom: 60px;
  }

  .lynx-paragraph, .lynx-paragraph.branco {
    font-size: 18px;
  }

  .lynx-link-footer-large-white-2 {
    font-size: 15px;
  }

  .lynx-heading-footer-white-2 {
    font-size: 14px;
  }

  .lynx-link-footer-large-white-3 {
    font-size: 18px;
  }

  .lynx-link-footer-large-white-3.sem-link {
    font-size: 15px;
  }

  .cf-pricing-plan-pointer-text-18px {
    font-size: 25px;
    line-height: 30px;
  }

  .lynx-paragraph-2, .lynx-paragraph-2.branco {
    font-size: 18px;
  }

  .text-block-6 {
    font-size: 27px;
  }

  .image-10 {
    width: 200px;
  }

  .text-block-7 {
    font-size: 25px;
  }
}

@media screen and (max-width: 991px) {
  .wbs-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .wbs-nav-center-menu {
    background-color: var(--flowstica-webflow-library--white);
    border: 1px solid #010b151a;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .wbs-nav-center-right {
    display: none;
  }

  .wbs-menu-button {
    background-color: var(--flowstica-webflow-library--white-smoke);
    border-radius: 10px;
    margin-left: auto;
    padding: 15px;
  }

  .wbs-menu-button.w--open {
    background-color: var(--flowstica-webflow-library--medium-sea-green);
  }

  .nav-logo-link, .tab-image-2 {
    margin-right: 0;
  }

  .nav-button-group {
    align-items: center;
    width: auto;
    display: flex;
  }

  .text-block-2 {
    text-align: center;
    font-size: 13px;
  }

  .slider-base-2 {
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 5%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .nav-link-3 {
    color: #1e1e1e;
    width: 100%;
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .nav-link-3.contato {
    text-transform: uppercase;
    background-color: #47d6e8;
    font-size: 17px;
    font-weight: 600;
    display: block;
  }

  .nav-link-3.contato:hover {
    color: #f4f4f4;
    background-color: #85328e;
  }

  .button-primary-s {
    display: none;
  }

  .standard-tab-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .standard-tab-2.w--current {
    flex-flow: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-menu-button-2 {
    color: #282b3e;
    background-color: #47d6e8;
    border-radius: 100px;
    padding: 12px;
  }

  .nav-menu-button-2.w--open {
    background-color: #25a1b0;
    border-color: #fff;
  }

  .slider-background-2 {
    background-position: 0 0, 65%;
  }

  .slider-background-2.background-02 {
    background-position: 0 0, 35%;
  }

  .slider-background-2.background-04 {
    background-position: 0 0, 45%;
  }

  .slider-background-2.background-03 {
    background-position: 0 0, 50%;
  }

  .icon-3 {
    color: #eee;
  }

  .bold-text-32 {
    line-height: 55px;
  }

  .nav-menu-2 {
    color: #393b6a;
    background-color: #fff;
    border-radius: 8px;
    margin-top: 1%;
    margin-left: 10%;
    margin-right: 10%;
    padding: 12px;
    position: absolute;
  }

  .nav-menu-2.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .text-block-10 {
    text-align: center;
    font-size: 13px;
  }

  .bold-text-2 {
    font-size: 45px;
    line-height: 40px;
  }

  .navigation-2 {
    padding-left: 0%;
    padding-right: 0%;
    position: relative;
  }

  .tabs-menu-2 {
    flex-flow: row;
    padding-left: 10%;
    padding-right: 10%;
  }

  .nav-wrapper-2 {
    justify-content: space-between;
    align-items: center;
    width: auto;
    display: flex;
  }

  .nav-link-2 {
    color: #1e1e1e;
    width: 100%;
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .nav-link-2:hover {
    background-color: #d4d4d459;
  }

  .nav-link-2.w--current {
    color: #1e1e1e;
  }

  .slider-heading-2 {
    max-width: 100%;
    line-height: 55px;
  }

  .container-4 {
    order: 0;
  }

  .header-block.home {
    padding-left: 10%;
    padding-right: 10%;
    display: block;
  }

  .header-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .lynx-heading {
    font-size: 38px;
  }

  .section-header {
    padding-left: 10%;
    padding-right: 10%;
  }

  .section-header.segundo {
    padding-left: 0%;
    padding-right: 0%;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 48px;
  }

  .header-image {
    height: 400px;
  }

  .header-image.segundo {
    background-position: 50% 80%;
    background-size: cover;
    background-attachment: scroll;
    justify-content: center;
    align-items: flex-end;
  }

  .lynx-text-field {
    min-width: 110px;
  }

  .lynx-heading-white-small {
    font-size: 38px;
  }

  .lynx-link-footer-large-white-2, .lynx-link-footer-large-white-3.sem-link {
    text-align: center;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .some-section_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  ._2-column_item_component {
    grid-column-gap: 1.5rem;
    grid-template-columns: 1fr 3px 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .button-icon-small, .button-icon-small-secondary {
    position: static;
    top: 16px;
  }

  .cf-pricing-plan-pointer-text-18px {
    line-height: 150%;
  }

  .button-primary-s-2 {
    display: none;
  }

  .nav-menu-3 {
    color: #393b6a;
    background-color: #fff;
    border-radius: 8px;
    margin-top: 1%;
    margin-left: 10%;
    margin-right: 10%;
    padding: 12px;
    position: absolute;
  }

  .nav-menu-3.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .nav-dropdown-2 {
    width: 100%;
  }

  .nav-toggle-2 {
    color: #1e1e1e;
    background-color: #0000;
    justify-content: space-between;
    width: 100%;
  }

  .nav-toggle-2:hover, .nav-toggle-2.w--open {
    background-color: #eee;
  }

  .nav-dropdown-base-a {
    box-shadow: none;
  }

  .nav-dropdown-base-a.w--open {
    box-shadow: none;
    height: 500px;
    margin-left: 0;
    margin-right: 0%;
    padding: 16px;
    position: static;
    overflow: auto;
  }

  .nav-menu-button-3 {
    color: #282b3e;
    background-color: #dd4124;
    border-radius: 100px;
    padding: 12px;
  }

  .nav-menu-button-3.w--open {
    background-color: #1e1e1e;
    border-color: #fff;
  }

  .nav-link-text {
    font-weight: 300;
  }

  .link-block-2 {
    color: #000;
    width: auto;
    height: auto;
  }

  .nav-list-dropdown.w--open {
    max-width: none;
    padding: 0;
    position: relative;
    top: 8px;
  }

  .nav-wrapper-3 {
    align-items: center;
    width: auto;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .wbs-section {
    padding: 2rem 2%;
  }

  .wbs-dropdown-grid {
    grid-template-columns: 1fr;
  }

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

  .load-bar-base {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .standard-tab {
    justify-content: flex-start;
    margin-left: 5px;
    margin-right: 5px;
  }

  .text-block-2 {
    display: none;
  }

  .standard-tab-2 {
    justify-content: flex-start;
    margin-left: 5px;
    margin-right: 5px;
  }

  .slider-background-2 {
    background-position: 0 0, 70%;
  }

  .slider-background-2.background-04 {
    background-position: 0 0, 55%;
  }

  .slider-background-2.background-03 {
    background-position: 0 0, 60%;
  }

  .bold-text.h5 {
    line-height: 25px;
  }

  .bold-text.h2 {
    font-size: 20px;
  }

  .bold-text-32 {
    line-height: 45px;
  }

  .text-block-10 {
    display: none;
  }

  .bold-text-2 {
    font-size: 35px;
  }

  .tabs-menu-2 {
    flex-flow: row;
  }

  .slider-heading-2 {
    font-size: 40px;
    line-height: 45px;
  }

  .brix---text-200-list-bold {
    font-size: 16px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

  .lynx-heading {
    max-width: 540px;
    font-size: 34px;
  }

  .section-header {
    padding-left: 10%;
    padding-right: 10%;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 40px;
  }

  .lynx-heading-white-small {
    font-size: 34px;
  }

  .lynx-grid-footer-dark, .lynx-grid-footer-dark-2 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .some-section_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .timeline_progress_wrapper {
    justify-content: flex-start;
    align-items: stretch;
    left: 1rem;
  }

  ._2-column_item_component {
    grid-row-gap: 3rem;
    grid-template-columns: 3px 1fr;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

  .padding-vertical-xlarge {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .timeline_centre {
    justify-content: flex-start;
  }

  .background-layer {
    background-position: 0 0, 50% 100%;
    background-size: 300px 300px, auto;
  }

  .timeline_date-text {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .padding-vertical-footer {
    padding-top: 80px;
    padding-bottom: 64px;
  }

  .margin-bottom-small {
    margin-bottom: 24px;
  }

  .button-icon-small {
    padding: 10px 16px 10px 14px;
  }

  .button-icon-small.hide-mobile {
    display: none;
  }

  .button-inverted {
    padding: 14px 24px;
  }

  .timeline_quote-wrapper {
    flex-direction: column-reverse;
  }

  .timeline_text {
    font-size: 20px;
  }

  .timeline_quote-image {
    margin-top: 24px;
    margin-right: 0;
  }

  .footer_credits-wrapper {
    flex-direction: column-reverse;
  }

  .padding-vertical-xxlarge {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .hero-nav {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .timeline_left {
    text-align: left;
  }

  .margin-bottom-xlarge {
    margin-bottom: 48px;
  }

  .text-link.text-light-grey.privacy-policy {
    margin-bottom: 16px;
  }

  .paragraph-large {
    font-size: 18px;
  }

  .timeline_item-2 {
    grid-template-columns: 64px 1fr;
    width: 100%;
  }

  .timeline_progress-2 {
    left: 6px;
  }

  .button-icon-small-secondary {
    padding: 10px 16px 10px 14px;
  }

  .button-icon-small-secondary.margin-right-small.mobile-margin-right-zero {
    margin-right: 0;
  }

  .nav-link-text {
    font-weight: 300;
  }
}

@media screen and (max-width: 479px) {
  .wbs-button-primary-4.mobile-only {
    border-color: var(--verde-baps);
    background-color: var(--verde-baps);
    color: var(--flowstica-webflow-library--white);
    text-align: left;
    border-radius: 100px;
    align-self: auto;
    font-size: 18px;
    display: block;
  }

  .wbs-section {
    margin-top: -44px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .wbs-section.secundario {
    margin-top: 0;
    padding: 2% 5%;
  }

  .wbs-section.verde {
    margin-top: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .wbs-nav-link {
    color: var(--verde-baps);
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
  }

  .wbs-nav-link:hover {
    text-decoration: none;
  }

  .wbs-nav-link.w--current {
    color: var(--verde-baps);
  }

  .wbs-nav-link.secundario {
    text-decoration: none;
  }

  .wbs-nav-link.secundario:hover {
    border-bottom-color: var(--flowstica-webflow-library--white);
    text-decoration: none;
    -webkit-text-decoration-color: var(--flowstica-webflow-library--white);
    text-decoration-color: var(--flowstica-webflow-library--white);
  }

  .wbs-nav-link.secundario.w--current {
    text-decoration: none;
  }

  .wbs-nav-link.mobile-only {
    background-color: var(--cinza-evento);
    border-top: 1px #d7d7d7;
  }

  .wbs-nav-center-menu {
    margin-top: 7px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .wbs-nav-center-right {
    display: none;
  }

  .wbs-menu-button {
    border-radius: 100px;
    display: block;
  }

  .wbs-menu-button.w--open {
    background-color: var(--verde-claro-baps);
    border-radius: 100px;
  }

  .wbs-menu-button.secundario {
    color: var(--flowstica-webflow-library--white);
    border-radius: 100px;
  }

  .wbs-menu-button.secundario.w--open {
    background-color: var(--verde-claro-baps);
  }

  .image {
    max-width: 20px;
  }

  .slider-background {
    padding-right: 0%;
  }

  .tabs-content {
    margin-top: -45px;
    padding-top: 0;
  }

  .tabs-menu {
    flex-flow: row;
  }

  .slider-heading {
    max-width: 100%;
    font-size: 35px;
    line-height: 45px;
  }

  .slider-heading.subtitulo {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .slider-base {
    min-height: 90vh;
    padding-top: 20%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .standard-tab {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .preloader {
    text-align: center;
    display: none;
  }

  .html-embed-3 {
    clear: none;
    width: 0;
    max-width: 0;
    max-height: 0;
    padding: 0 35vw 20% 0%;
    display: inline-block;
    position: static;
    inset: 0%;
  }

  .tab-pane-2 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .text-block-2 {
    display: none;
  }

  .bold-text-5 {
    font-family: Ubuntu, Helvetica, sans-serif;
    font-size: 35px;
    line-height: 35px;
  }

  .slider-base-2 {
    min-height: 95vh;
  }

  .ths13-header {
    padding-left: 10%;
    padding-right: 10%;
  }

  .nav-link-3.contato {
    color: #eee;
    text-align: center;
    background-color: #dd4124;
    margin-top: 40px;
    font-weight: 600;
  }

  .button-primary-s {
    width: 100%;
  }

  .nav-menu-button-2 {
    background-color: #47d6e8;
  }

  .nav-menu-button-2.w--open {
    background-color: #151c34;
  }

  .slider-background-2 {
    background-image: linear-gradient(#0000001a, #0009), url('../images/Slides-home-winpress-mobile-home-2.jpg');
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .slider-background-2.background-02 {
    background-image: linear-gradient(#0000001a, #0009), url('../images/Slide-home-winpress-02-mobile.jpg');
    background-position: 0 0, 50%;
  }

  .slider-background-2.background-04 {
    background-image: linear-gradient(#0000001a, #0009), url('../images/Slide-home-winpress-04-mobile.jpg');
    background-position: 0 0, 50%;
  }

  .slider-background-2.background-03 {
    background-image: linear-gradient(#0000001a, #0009), url('../images/Slide-home-winpress-03-mobile.jpg');
  }

  .bold-text.h5 {
    font-size: 15px;
    line-height: 20px;
  }

  .bold-text.h2 {
    font-size: 18px;
    line-height: 22px;
  }

  .bold-text-32 {
    line-height: 35px;
  }

  .nav-menu-2 {
    background-color: #fff;
    margin-left: 0%;
    margin-right: 0%;
    box-shadow: 0 2px 14px #0003;
  }

  .text-block-10 {
    display: none;
  }

  .image-3 {
    width: 200px;
  }

  .bold-text-2 {
    text-align: left;
    font-size: 35px;
    line-height: 35px;
  }

  .tabs-content-2 {
    padding-top: 20px;
  }

  .tabs-menu-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
  }

  .nav-wrapper-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .nav-link-2 {
    background-color: #00000005;
  }

  .nav-link-2:hover {
    color: #151c34;
    background-image: linear-gradient(#88f2ff5e, #88f2ff5e);
  }

  .nav-link-2.w--current {
    color: #1e1e1e;
  }

  .slider-heading-2 {
    font-family: Ubuntu, Helvetica, sans-serif;
    font-size: 35px;
    line-height: 35px;
  }

  .slider-heading-2.botao {
    text-align: center;
    border-radius: 30px;
    padding-left: 15px;
  }

  .header-block {
    text-align: center;
    margin-left: 0%;
    margin-right: 0%;
    padding-bottom: 40px;
  }

  .header-block.home {
    margin-left: 10%;
    margin-right: 10%;
    padding: 15% 0%;
  }

  .lynx-paragraph.branco {
    text-align: left;
  }

  .lynx-paragraph.branco.centro {
    text-align: center;
  }

  .brix---text-200-list-bold {
    text-align: left;
  }

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

  .lynx-button.interno.branco {
    margin-top: 10px;
  }

  .brix---mg-bottom-24px {
    margin-bottom: 16px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

  .header-grid {
    grid-row-gap: 5px;
    flex-direction: column;
    display: flex;
  }

  .lynx-subtitle.branco {
    text-align: left;
  }

  .lynx-subtitle.pequeno.branco {
    text-align: center;
  }

  .lynx-heading {
    max-width: none;
    font-size: 30px;
  }

  .lynx-heading.branco {
    text-align: left;
  }

  .section-header {
    padding-left: 10%;
    padding-right: 10%;
  }

  .section-header.segundo, .section-header.segundo.direita {
    padding-left: 0%;
    padding-right: 0%;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 32px;
  }

  .brix---icon-list {
    width: 24px;
    margin-right: 8px;
  }

  .lynx-content {
    padding: 5% 10%;
  }

  .lynx-newsletter {
    padding: 50px 20px;
  }

  .lynx-form {
    border-radius: 20px;
    flex-direction: column;
    align-items: stretch;
  }

  .lynx-text-field {
    margin: 12px 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .lynx-form-block {
    width: 100%;
  }

  .lynx-heading-white-small {
    font-size: 29px;
  }

  .div-block-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .section-3 {
    flex-flow: column;
    display: flex;
  }

  .centro {
    margin-right: auto;
    padding: 10%;
  }

  .lynx-grid-footer-dark {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .lynx-block-footer-down.centro {
    flex-flow: column;
    padding-left: 0%;
    padding-right: 0%;
  }

  .lynx-block-footer-2 {
    justify-content: flex-start;
    align-items: center;
  }

  .lynx-block-footer-2.rodape {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
  }

  .lynx-grid-footer-dark-2 {
    grid-column-gap: 65px;
    grid-row-gap: 30px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .text-span-9 {
    text-decoration: underline;
  }

  .div-block-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .icone-social {
    max-width: 20px;
  }

  .section-5 {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .some-section_component {
    grid-template-columns: 1fr;
  }

  ._2-column_item_component {
    grid-template-columns: 3px 1fr;
  }

  .section-6 {
    padding-top: 10%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .timeline_date-text {
    font-size: 20px;
  }

  .timeline_image-wrapper, .timeline_image-wrapper.margin-bottom-medium {
    max-width: 80%;
  }

  .button-icon-small {
    padding: 10px 14px;
    font-size: 13px;
    top: 18px;
  }

  .margin-bottom-medium {
    margin-bottom: 24px;
  }

  .timeline_text {
    font-size: 25px;
  }

  .timeline_text.cfm {
    font-size: 20px;
  }

  .button-icon {
    display: none;
  }

  .margin-bottom-xlarge {
    font-size: 20px;
  }

  .paragraph-large {
    font-size: 16px;
  }

  .timeline_item-2 {
    grid-template-columns: 48px 1fr;
  }

  .button-icon-small-secondary {
    padding: 10px 14px;
    font-size: 13px;
    top: 18px;
  }

  .section-timeline {
    padding-left: 10%;
    padding-right: 10%;
  }

  .container-8 {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .container-9 {
    flex-flow: column;
  }

  .div-block-5.pilares {
    max-width: 100%;
  }

  .section-8 {
    padding-top: 15%;
    padding-bottom: 5%;
  }

  .container-10 {
    flex-flow: column;
  }

  .div-block-6 {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .div-block-6.meio {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-6.conselho {
    max-width: 100%;
    margin-bottom: 5px;
  }

  .div-block-6.conselho.meio {
    margin-left: 0%;
    margin-right: 0%;
  }

  .cf-pricing-plan-check-icon {
    margin-right: 8px;
  }

  .cf-pricing-plan-pointer-text-18px {
    font-size: 17px;
  }

  .beneficio.linha {
    flex-flow: column;
  }

  .image-7.beneficio {
    width: 70px;
  }

  .div-block-8.beneficio {
    margin-left: 0;
  }

  .associe-se-lista {
    font-size: 17px;
  }

  .image-8 {
    max-width: 100%;
  }

  .container-13 {
    flex-flow: column;
  }

  .evento {
    margin-top: 10%;
    margin-left: 0%;
  }

  .lynx-paragraph-2.branco {
    text-align: left;
  }

  .div-block-14 {
    background-color: var(--flowstica-webflow-library--white);
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    padding: 10px 20px;
    display: flex;
  }

  .button-primary-s-2 {
    width: 100%;
  }

  .nav-menu-3 {
    margin-left: 0%;
    margin-right: 0%;
  }

  .nav-dropdown-2 {
    height: auto;
  }

  .nav-dropdown-base-a.w--open {
    padding: 14px;
  }

  .nav-link-text {
    color: #1e1e1e;
    font-weight: 300;
  }

  .ths13-header-2 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .slider.home {
    align-self: auto;
    align-items: stretch;
    height: 85vh;
  }

  .container-16 {
    justify-content: center;
    height: 85vh;
    padding-top: 20%;
  }

  .icon-4 {
    width: auto;
  }
}

#w-node-_62dadde1-439a-d2ce-d701-f87cc53304b3-29dbe119 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end center;
}

#w-node-_2c6ada63-05f4-5eee-3381-a5483103b69c-29dbe119 {
  align-self: auto;
}

#w-node-_86d7a8ba-5f8b-71ac-f21e-a6f1368df378-29dbe119 {
  align-self: start;
}

#w-node-d95371f8-1270-7cb2-05b6-ce1feba011ec-eba011ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-d95371f8-1270-7cb2-05b6-ce1feba011fb-eba011ea, #w-node-d95371f8-1270-7cb2-05b6-ce1feba01203-eba011ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dfbac4fc-4db0-716b-557f-a8d1b3de3b5f-af3244c5, #w-node-dfbac4fc-4db0-716b-557f-a8d1b3de3bd1-af3244c5 {
  align-self: auto;
}

#w-node-_3e562b0f-a3fc-8d4b-847e-8da2b6eae290-af3244c5, #w-node-f6c77963-57df-e41c-6a88-46b558d73e2a-af3244c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_28d8c48f-6f18-879b-aeb7-33c3dabd200a-4a0845a6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end center;
}

@media screen and (min-width: 1280px) {
  #w-node-_62dadde1-439a-d2ce-d701-f87cc53304b3-29dbe119 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: end center;
  }

  #w-node-d95371f8-1270-7cb2-05b6-ce1feba011ec-eba011ea {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-d95371f8-1270-7cb2-05b6-ce1feba011fb-eba011ea {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-d95371f8-1270-7cb2-05b6-ce1feba01203-eba011ea {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_28d8c48f-6f18-879b-aeb7-33c3dabd200a-4a0845a6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: end center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-dfbac4fc-4db0-716b-557f-a8d1b3de3b5a-af3244c5 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-dfbac4fc-4db0-716b-557f-a8d1b3de3b5d-af3244c5 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-dfbac4fc-4db0-716b-557f-a8d1b3de3b5f-af3244c5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dfbac4fc-4db0-716b-557f-a8d1b3de3b66-af3244c5 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-dfbac4fc-4db0-716b-557f-a8d1b3de3b69-af3244c5 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-dfbac4fc-4db0-716b-557f-a8d1b3de3b79-af3244c5 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-dfbac4fc-4db0-716b-557f-a8d1b3de3b7c-af3244c5 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-dfbac4fc-4db0-716b-557f-a8d1b3de3b93-af3244c5 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-dfbac4fc-4db0-716b-557f-a8d1b3de3b96-af3244c5 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-dfbac4fc-4db0-716b-557f-a8d1b3de3baf-af3244c5 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-dfbac4fc-4db0-716b-557f-a8d1b3de3bb2-af3244c5 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-dfbac4fc-4db0-716b-557f-a8d1b3de3bcc-af3244c5 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-dfbac4fc-4db0-716b-557f-a8d1b3de3bcf-af3244c5 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-dfbac4fc-4db0-716b-557f-a8d1b3de3bea-af3244c5 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-dfbac4fc-4db0-716b-557f-a8d1b3de3bed-af3244c5 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-dfbac4fc-4db0-716b-557f-a8d1b3de3bfd-af3244c5 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-dfbac4fc-4db0-716b-557f-a8d1b3de3c00-af3244c5 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-dfbac4fc-4db0-716b-557f-a8d1b3de3c11-af3244c5 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-dfbac4fc-4db0-716b-557f-a8d1b3de3c14-af3244c5 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-a7abc4c8-3687-35b6-8ef8-7a62d7322dd7-af3244c5 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-a7abc4c8-3687-35b6-8ef8-7a62d7322dda-af3244c5 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_7785df66-7af5-a3ca-0395-5832fe86297a-af3244c5 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_7785df66-7af5-a3ca-0395-5832fe86297d-af3244c5 {
    grid-area: 1 / 1 / 3 / 2;
  }
}


@font-face {
  font-family: 'Igna Sans Bold';
  src: url('../fonts/AnyConv.com__IgnaSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Igna Sans Light';
  src: url('../fonts/IgnaSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Igna Sans Medium';
  src: url('../fonts/AnyConv.com__IgnaSans-Medium.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Igna Sans Black';
  src: url('../fonts/AnyConv.com__IgnaSans-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}