:root {
  --black: black;
  --white: white;
  --roxo-savers: #420453;
  --azul-savers: #00e7ff;
  --azul-claro\<deleted\|variable-26cde5ad-6c07-e059-5afa-0f3f62b96eec\>: #47d6e8;
  --lynx--black: #1f2022;
  --lynx--white: white;
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--neutral--100: white;
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--secondary--color-1: #281ca5;
  --elements-webflow-library--neutral--600: #6e7191;
  --lynx--medium-purple: #8979ec;
  --alley-component-library--neutral--off-white: #f4f4f6;
  --alley-component-library--gray--500: #5e606e;
  --alley-component-library--blue--900: #5167f6;
  --alley-component-library--gray--0: #dedfe3;
  --alley-component-library--red--200: #fdd8e0;
  --alley-component-library--green--400: #c5e7d1;
  --alley-component-library--blue--800: #6478f7;
  --alley-component-library--blue--700: #7788f8;
  --alley-component-library--gray--300: #868898;
  --alley-component-library--neutral--black: black;
  --roxo-winpress\<deleted\|variable-f8830352-4cd2-e316-00eb-bbd3101c42b8\>: #85328e;
  --waves-library--white: white;
  --waves-library--black: #131313;
  --elements-webflow-library--general--shadow-01: #14142b0f;
  --lynx--grey: #797c83;
  --alley-component-library--gray--900: #131316;
  --alley-component-library--neutral--white: white;
  --elements-webflow-library--secondary--color-2: #f2f1ff;
}

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

body {
  color: #2d3958;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.faq-question-wrap {
  margin-bottom: 35px;
}

.slider-left {
  color: var(--black);
  border: 2px solid #8c54ff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-width: 140px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 15px;
  text-decoration: none;
  display: flex;
}

.tab-button {
  color: #7540ee;
  background-color: #0000;
  border: 2px solid #7540ee;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  min-width: 140px;
  margin-left: 8px;
  margin-right: 8px;
  padding: 15px 35px;
  text-decoration: none;
  display: flex;
}

.tab-button.w--current {
  color: var(--white);
  background-color: #7540ee;
}

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

.pricing-card {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 1px 1px 35px #ebecf0;
}

.content-section {
  background-color: #f8faff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 3%;
  display: flex;
  overflow: hidden;
}

.slides {
  width: 100%;
}

.title-wrap-centre {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.standard-tab {
  opacity: .7;
  color: #fff;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  width: 280px;
  margin-left: 5px;
  margin-right: 5px;
  padding-bottom: 16px;
  font-family: Helvetica Neue Light, sans-serif;
  font-size: 18px;
  font-weight: 300;
  display: flex;
}

.standard-tab.w--current {
  opacity: 1;
  color: #fff;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  font-family: Helvetica Neue Medium, sans-serif;
  position: relative;
}

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

.tabs-menu {
  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%;
}

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

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

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

.paragraph {
  color: #7b88a8;
  max-width: 650px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.heading {
  color: #02044a;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 54px;
  line-height: 60px;
}

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

.tabs {
  background-color: var(--roxo-savers);
  background-image: linear-gradient(262deg, var(--azul-savers), var(--roxo-savers));
  width: 100%;
}

.slider-base {
  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;
}

.slider-background {
  background-image: linear-gradient(#0000001a, #1d032480), url('../images/Slides-Savers-Home.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.background-02 {
  background-image: linear-gradient(#0000001a, #0009), url('../images/Slides-Savers-Serviços-1.png');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.slider-background.background-03 {
  background-image: linear-gradient(#0000001a, #0009), url('../images/Slides-Savers-Home-Carreira.jpg');
  background-position: 0 0, 50% 0;
}

.slider-background.background-04 {
  background-image: linear-gradient(#0000001a, #0009), url('../images/Slides-Savers-Startup.png');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.slider-heading {
  z-index: 9;
  color: var(--white);
  text-align: left;
  letter-spacing: -.03em;
  max-width: 740px;
  margin-top: 0;
  font-family: Helvetica Neue Bold, sans-serif;
  font-size: 60px;
  line-height: 60px;
  display: block;
  position: relative;
}

.slider-heading.h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
}

.slider-heading.h2 {
  letter-spacing: 0;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  font-family: Helvetica Neue Light, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 0;
  display: block;
}

.slider-heading.h3 {
  font-size: 30px;
  line-height: 30px;
}

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

.slider-heading.h6 {
  font-size: 15px;
  line-height: 15px;
}

.slider-heading.botao {
  border: 2px solid var(--white);
  letter-spacing: -.02em;
  text-transform: uppercase;
  border-radius: 20px;
  margin-top: 10px;
  padding: 5px 15px;
  font-family: Helvetica Neue Bold, sans-serif;
  font-size: 40px;
  line-height: 0;
  text-decoration: none;
}

.slider-heading.botao:hover {
  border-color: var(--azul-claro\<deleted\|variable-26cde5ad-6c07-e059-5afa-0f3f62b96eec\>);
  background-color: var(--azul-claro\<deleted\|variable-26cde5ad-6c07-e059-5afa-0f3f62b96eec\>);
  color: var(--white);
}

.slider-heading.grande {
  font-family: Helvetica Neue Medium, sans-serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 50px;
}

.slider-heading.tab3 {
  max-width: 600px;
}

.text-span {
  color: #fff9;
}

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

.navigation-flowbase {
  background-color: #0000;
  align-items: center;
  padding: 20px 2%;
  display: flex;
  box-shadow: 34px 34px 74px #38327c14;
}

.navigation-link-flowbase {
  align-items: center;
  display: flex;
}

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

.icon {
  margin-right: 0;
}

.logo-mark-flowbase {
  width: 45px;
  margin-right: 16px;
}

.column-grey-flowbase {
  background-color: #f9f9fa;
  padding: 20px 16px 14px;
}

.navigation-menu-flowbase {
  white-space: nowrap;
  align-items: center;
  width: auto;
  display: flex;
}

.html-embed {
  height: 320px;
}

.toggle-flowbase {
  color: #fff;
  padding: 10px 20px 10px 10px;
}

.toggle-flowbase.w--open {
  color: #fff;
}

.nav-grid-flowbase {
  grid-column-gap: 0px;
  grid-template-rows: auto;
}

.dropdown-list-flowbase {
  min-width: 254px;
}

.dropdown-list-flowbase.w--open {
  background-color: #fff;
  min-width: 440px;
  top: 72px;
  box-shadow: 37px 37px 62px -23px #201a3d14;
}

.text-link-flowbase {
  color: #8687a8;
  padding: 20px 10px;
  font-size: 14px;
  line-height: 1.5;
  text-decoration: none;
  transition: all .2s;
}

.text-link-flowbase:hover {
  color: #212350;
}

.column-flowbase {
  padding: 20px 16px;
}

.button-clone-flowbase {
  color: #fff;
  text-align: center;
  background-color: #7839f3;
  border-radius: 10px;
  width: 100%;
  margin-left: 10px;
  padding: 14px 24px;
  font-size: 14px;
  transition: all .3s;
}

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

.dropdown-flowbase {
  background-color: #7839f3;
  border-radius: 10px;
  padding: 2px 7px 2px 2px;
}

.clone-button {
  background-color: #7839f3;
  border-radius: 500px;
  margin-top: 32px;
  padding: 20px 38px;
  transition: all .35s;
}

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

.flowbase-banner {
  height: 64px;
}

.global-component-banner {
  height: 50px;
  display: flex;
}

.global-logo {
  width: 120px;
}

.global-name-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.global-button-primary {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  white-space: nowrap;
  background-color: #6f5cff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s ease-out, background-color .3s ease-out;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 4px 12px #9b8eff4d, inset 0 1px #9b8eff99, 0 -1px 1px #5b29ffcc, 0 0 0 1px #6e5bff;
}

.global-button-primary:hover {
  background-color: #7f6fff;
}

.global-button-primary:active {
  background-color: #705cfa;
}

.global-title-text {
  color: #36364a;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.global-name {
  color: #282735;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.global-name-block {
  background-color: #f8f9fb;
  border-radius: 6px;
  padding: 2px 6px;
  text-decoration: none;
}

.global-navigation-line {
  background-color: #122b6914;
  width: 1px;
  height: 20px;
}

.global-text-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: center;
  display: flex;
}

.global-container {
  grid-column-gap: 16px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.global-logo-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.global-navigation {
  border-bottom: 1px solid #122b6914;
  align-items: center;
  height: 82px;
  padding: 24px;
  display: flex;
}

.global-icon-x-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.global-component-footer {
  border-top: 1px solid #122b6914;
  display: flex;
}

.preloader {
  z-index: 99999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #1d1d1d;
  background-image: linear-gradient(286deg, var(--azul-savers), var(--roxo-savers) 96%), url('../images/Fundo-preloader.png');
  color: #1d1d1d;
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, 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;
}

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

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

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

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

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

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

.ths13-header {
  z-index: 9;
  aspect-ratio: auto;
  background-color: #00e7ff;
  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-2 {
  color: var(--roxo-savers);
  letter-spacing: -.02em;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 32px;
  padding: 8px 16px;
  font-family: Helvetica Neue Medium, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.nav-link-2:hover {
  color: var(--white);
  background-color: #0000;
  font-weight: 500;
}

.nav-link-2.w--current {
  color: var(--roxo-savers);
  -webkit-text-stroke-color: #f8ab00;
  font-family: Helvetica Neue Medium, sans-serif;
  font-size: 18px;
  text-decoration: none;
}

.nav-link-2.w--current:hover {
  color: var(--white);
  text-decoration: none;
}

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

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

.nav-block {
  width: 100%;
}

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

.text-block-8 {
  background-color: red;
}

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

.bold-text.h6 {
  letter-spacing: .3em;
  text-transform: uppercase;
  font-size: 18px;
}

.bold-text.h2 {
  letter-spacing: 0;
  font-family: Helvetica Neue Light, sans-serif;
  font-size: 22px;
  font-weight: 300;
}

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

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

.bold-text.botao {
  letter-spacing: .05em;
  font-family: Helvetica Neue Regular, sans-serif;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
}

.button {
  object-fit: fill;
  display: block;
  overflow: visible;
}

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

.bold-text-2 {
  vertical-align: baseline;
  font-family: Helvetica Neue Bold, sans-serif;
  font-size: 50px;
  line-height: 60px;
  display: block;
}

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

.bold-text-2.faq, .bold-text-2.home {
  font-size: 60px;
}

.text-block-9 {
  font-weight: 300;
}

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

.section {
  background-image: linear-gradient(262deg, var(--roxo-savers), var(--azul-savers));
  width: auto;
  height: 7px;
}

.lynx-image {
  object-fit: cover;
  border-radius: 30px;
  min-height: auto;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.lynx-image.menor {
  min-height: 400px;
}

.lynx-image.menor._2 {
  min-height: 300px;
}

.lynx-image.maior {
  min-height: 800px;
}

.lynx-image.servi-os {
  min-height: auto;
}

.lynx-image-absolute {
  z-index: 50;
  object-fit: cover;
  border-radius: 30px;
  max-width: 56%;
  position: absolute;
  inset: auto auto -6% -12%;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.lynx-block-image {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.lynx-button {
  background-color: var(--azul-savers);
  color: var(--roxo-savers);
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 50px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px 30px;
  font-family: Helvetica Neue Medium, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
  transition: background-color .2s;
}

.lynx-button:hover {
  background-color: var(--roxo-savers);
  color: var(--white);
}

.lynx-button.interno {
  background-color: var(--white);
  color: var(--roxo-savers);
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  display: inline-block;
}

.lynx-button.interno:hover {
  background-color: var(--roxo-savers);
  color: var(--white);
}

.lynx-button.interno.cta {
  margin-top: 27px;
  font-family: Helvetica Neue Bold, sans-serif;
  font-weight: 700;
}

.lynx-button.interno.cta:hover {
  background-color: var(--azul-claro\<deleted\|variable-26cde5ad-6c07-e059-5afa-0f3f62b96eec\>);
}

.lynx-button.central {
  text-align: center;
  vertical-align: baseline;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  margin: 45px auto 40px;
  display: block;
}

.lynx-button.contato {
  margin-top: 27px;
}

.lynx-button.equipamentos {
  margin-top: 20px;
}

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

.lynx-button.claro:hover {
  background-color: var(--azul-claro\<deleted\|variable-26cde5ad-6c07-e059-5afa-0f3f62b96eec\>);
  color: var(--white);
}

.lynx-button.servi-os {
  vertical-align: baseline;
  margin-top: 39px;
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
}

.lynx-button.hero {
  margin-top: 0;
  margin-bottom: 0;
}

.lynx-paragraph {
  color: var(--black);
  max-width: none;
  margin-bottom: 25px;
  font-family: Helvetica Neue Light, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 22px;
}

.lynx-paragraph.branco {
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: 18px;
}

.lynx-paragraph.branco._2 {
  margin-top: 43px;
}

.lynx-paragraph.marketing {
  margin-bottom: 0;
}

.lynx-paragraph.marketing.center {
  text-align: center;
  margin-top: 40px;
}

.lynx-heading {
  color: var(--lynx--black);
  letter-spacing: 0;
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Helvetica Neue Bold, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 120%;
}

.lynx-heading.branco {
  color: var(--white);
  text-align: center;
  max-width: 100%;
}

.lynx-heading.roxo {
  color: var(--roxo-savers);
}

.lynx-subtitle {
  color: var(--lynx--black);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Helvetica Neue Light, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}

.lynx-subtitle.branco {
  color: var(--white);
  text-align: center;
}

.lynx-block-left {
  padding-right: 10%;
}

.lynx-block-left._2 {
  padding-left: 10%;
  padding-right: 0%;
}

.lynx-block-left.assessoria-clinica-medica, .lynx-block-left.startup {
  padding-right: 0%;
}

.lynx-block-left.startup.marketing {
  text-align: center;
}

.lynx-block-left.preco {
  padding-left: 10%;
  padding-right: 0%;
}

.lynx-grid-image-right {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: .95fr 1fr;
  align-items: center;
  width: 100%;
}

.lynx-grid-image-right._2 {
  grid-template-columns: 1.45fr 1fr;
}

.lynx-grid-image-right._2._3 {
  grid-template-columns: .7fr 1fr;
}

.lynx-grid-image-right.sobre {
  grid-template-columns: 1.45fr 1fr;
  justify-content: stretch;
  place-items: start stretch;
}

.lynx-grid-image-right.assessoria-clinica-medica {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .95fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  place-items: center stretch;
  display: grid;
}

.lynx-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: none;
  margin-left: 10%;
  margin-right: 10%;
  padding-top: 5%;
  padding-bottom: 2%;
  display: flex;
  overflow: visible;
}

.lynx-content.contato {
  background-image: linear-gradient(#ffffffde, #ffffffde), url('../images/Savers-icone-2.png');
  background-position: 0 0, 120%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 55%;
  margin-right: 0%;
}

.lynx-content.equipamento {
  padding-bottom: 0%;
}

.lynx-content._2 {
  padding-top: 0%;
}

.lynx-content._2.priscila {
  margin-top: 53px;
}

.lynx-content.servi-os {
  padding-top: 3%;
  padding-bottom: 2%;
}

.lynx-content.servi-os.assessoria-clinica-medica {
  padding-top: 5%;
  padding-bottom: 2%;
}

.lynx-content.servi-os {
  padding-bottom: 3%;
}

.lynx-content.startup, .lynx-content.marketing {
  padding-bottom: 0%;
}

.bold-text-3 {
  letter-spacing: -.03px;
  font-family: Helvetica Neue Bold, sans-serif;
  font-weight: 700;
}

.bold-text-3.branco {
  color: var(--lynx--white);
  font-weight: 700;
}

.fn-logos-image {
  color: #687373;
  object-fit: contain;
  object-position: 50% 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 180px;
  height: auto;
  display: flex;
}

.fn-logos-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.fn-label {
  color: var(--black);
  font-family: Poppins;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.6em;
}

.fn-container-grid {
  grid-column-gap: 24px;
  grid-row-gap: 52px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1080px;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.fn-section {
  color: #ecf0ef;
  background-color: #1d1f1e;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.fn-section.overflow-none {
  background-color: var(--white);
  padding-top: 0;
  overflow: hidden;
}

.brix---btn-secondary {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---button-row-left {
  margin-right: 24px;
}

.brix---buttons-row {
  align-items: center;
  display: flex;
}

.brix---text-200-list-bold {
  color: var(--white);
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library--neutral--800);
}

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

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

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

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

.brix---paragraph-default {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library--neutral--600);
}

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

.brix---heading-h2-size {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

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

.brix--grid-2-columns-text-right {
  grid-column-gap: 51px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .8fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: inline-flex;
}

.brix---container-default {
  max-width: 1218px;
  height: auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 24px;
  display: inline-flex;
}

.brix---section {
  background-color: #2b337a;
  background-image: linear-gradient(262deg, #124b99, var(--azul-claro\<deleted\|variable-26cde5ad-6c07-e059-5afa-0f3f62b96eec\>));
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 0;
  padding-bottom: 0;
}

.image-4 {
  border-radius: 0;
  max-width: none;
  height: auto;
}

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

.waves-image-logo-2 {
  max-width: 170px;
}

.waves-master-logos-2 {
  grid-column-gap: 50px;
  grid-row-gap: 32px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  max-width: 1080px;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.waves---paragraph-big {
  font-family: Poppins;
  font-size: 20px;
  line-height: 130%;
}

.waves---heading-2-no-margins {
  color: var(--roxo-savers);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica Neue Bold, sans-serif;
  font-size: 48px;
  line-height: 55px;
}

.waves---center-heading {
  grid-row-gap: 5px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves---main-container {
  max-width: 1352px;
  padding-left: 10%;
  padding-right: 10%;
}

.waves---section-medium {
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.bold-text-4 {
  letter-spacing: -.03em;
  text-transform: none;
  font-family: Helvetica Neue Bold, sans-serif;
  font-size: 40px;
}

.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-success-message {
  background-color: #32b77aa6;
  border-radius: 50px;
  padding: 20px 29px;
}

.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-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-form {
  background-color: #ffffff1a;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.lynx-heading-white-margin {
  color: var(--lynx--white);
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Serif, serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 120%;
}

.lynx-subtitle-white {
  color: var(--lynx--white);
  letter-spacing: 0;
  text-transform: none;
  margin-top: 14px;
  font-family: Helvetica Neue Regular, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

.lynx-block-newsletter-text {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-right: 20px;
  display: flex;
}

.lynx-newsletter-horizontal {
  background-color: var(--lynx--medium-purple);
  text-align: center;
  border-radius: 30px;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding: 70px 50px;
  display: flex;
}

.lynx-newsletter-image {
  background-image: url('../images/bg-winpress.png'), url('../images/Newsletter.jpg');
  background-position: 50% 100%, 50%;
  background-repeat: repeat, no-repeat;
  background-size: cover, cover;
  border-radius: 30px;
  width: 100%;
  padding: 290px 24px 24px;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.lynx-content-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-top: 36px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lynx-heading-white-small {
  color: var(--lynx--white);
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica Neue Bold, sans-serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 114%;
}

.lynx-newsletter {
  background-color: var(--lynx--medium-purple);
  text-align: center;
  background-image: linear-gradient(134deg, #420453cc 16%, #00e7ffd1), url('../images/savers-bg.png');
  background-position: 0 0, 50% 30%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 70px;
  padding: 70px 50px;
  display: flex;
}

.lynx-newsletter.interno {
  margin-top: 60px;
}

.lynx-content-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lynx-link-footer-dark {
  color: #ffffff80;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Helvetica Neue Thin, sans-serif;
  font-size: 12px;
  font-weight: 100;
  line-height: 140%;
  text-decoration: underline;
  transition: color .2s;
}

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

.lynx-text-footer-dark {
  color: #ffffff80;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Helvetica Neue Thin, sans-serif;
  font-size: 12px;
  font-weight: 100;
  line-height: 140%;
}

.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: 35px;
  padding-bottom: 35px;
  display: flex;
}

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

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

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

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

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

.lynx-grid-footer-dark {
  grid-column-gap: 81px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1.25fr 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

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

.text-span-4 {
  font-family: Helvetica Neue Medium, sans-serif;
  font-weight: 500;
}

.lynx-link-footer-large-white-2 {
  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-2:hover {
  color: #1d1d1d;
}

.lynx-link-footer-large-white-2.sem-link {
  font-family: Helvetica Neue Light, sans-serif;
  font-weight: 300;
}

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

.text-span-5 {
  font-family: Helvetica Neue Medium, sans-serif;
  font-weight: 500;
}

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

.fn-footer-copyright {
  color: #687373;
  font-size: 16px;
}

.fn-legal-links-wrapper {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-wrap: wrap;
  display: flex;
}

.fn-footer-legal-link {
  color: #939b9b;
  transition: color .25s;
}

.fn-footer-legal-link:hover {
  color: #df0;
}

.fn-footer-line {
  background-color: #3e4545;
  width: 100%;
  height: 1px;
  margin-top: 36px;
  margin-bottom: 10px;
}

.fn-social-link-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.fn-social-link {
  color: #687373;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .25s;
  display: flex;
}

.fn-social-link:hover {
  color: #df0;
}

.fn-social-share-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.fn-standard-white-link {
  color: #ecf0ef;
  font-size: 18px;
  line-height: 1.4em;
  transition: color .25s;
  display: block;
}

.fn-standard-white-link:hover, .fn-standard-white-link.w--current {
  color: #df0;
}

.fn-links-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.fn-contain-logo {
  color: #df0;
  object-fit: contain;
  object-position: 0% 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.fn-brand-footer {
  object-fit: contain;
  object-position: 0% 50%;
  width: 106px;
  height: 21.55px;
  margin-right: 20px;
}

.fn-container-grid-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.fn-footer-first {
  color: #ecf0ef;
  background-color: #0f1213;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.a-icon-small {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.a-footer-icon-wrapper {
  border: 1px solid var(--alley-component-library--neutral--off-white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.a-footer-language {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.a-footer-link-small {
  color: var(--alley-component-library--gray--500);
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
}

.a-footer-link-small:hover {
  color: var(--alley-component-library--blue--900);
  text-decoration: underline;
}

.a-footer-legal {
  grid-column-gap: 32px;
  grid-row-gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.a-footer-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.a-footer-divider-small {
  background-color: var(--alley-component-library--gray--0);
  width: 100%;
  height: 1px;
}

.a-footer-link {
  color: var(--alley-component-library--gray--500);
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
}

.a-footer-link:hover {
  color: var(--alley-component-library--blue--900);
}

.a-footer-link-block {
  grid-column-gap: 8px;
  grid-row-gap: 14px;
  flex-direction: column;
  margin-top: 32px;
  display: flex;
}

.a-subheading-large {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
}

.a-footer-link-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 48px;
  margin-bottom: 60px;
}

.a-error-message {
  background-color: var(--alley-component-library--red--200);
}

.a-success-message {
  background-color: var(--alley-component-library--green--400);
}

.a-button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--alley-component-library--blue--900);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.a-button-primary:hover {
  background-color: var(--alley-component-library--blue--800);
}

.a-button-primary:active {
  background-color: var(--alley-component-library--blue--700);
}

.a-footer-text-field {
  border: 1px solid var(--alley-component-library--neutral--off-white);
  border-radius: 99px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 24px 12px 48px;
  transition: border .2s;
}

.a-footer-text-field:focus {
  border-style: solid;
  border-color: var(--alley-component-library--blue--900);
}

.a-footer-form-icon {
  z-index: 1;
  position: absolute;
  inset: auto auto 13px 14px;
}

.a-footer-input-wrapper {
  position: relative;
}

.a-footer-form {
  grid-column-gap: 4px;
  grid-row-gap: 8px;
  display: flex;
  position: relative;
}

.a-footer-form-block {
  width: 100%;
  max-width: 420px;
  margin-bottom: 0;
}

.a-icon-button {
  color: var(--alley-component-library--gray--300);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.a-icon-button:hover {
  background-color: var(--alley-component-library--neutral--off-white);
  color: var(--alley-component-library--neutral--black);
}

.a-footer-social {
  grid-column-gap: 8px;
  display: flex;
}

.a-footer-divider {
  background-color: var(--alley-component-library--gray--0);
  width: 1px;
  height: 32px;
}

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

.a-footer-main-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.a-footer-detail-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
  display: flex;
}

.a-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.a-section-regular {
  padding: 92px 5%;
  position: relative;
}

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

.div-block {
  padding-top: 60px;
  padding-bottom: 63px;
}

.container-2, .container-3 {
  max-width: 50%;
  display: inline-flex;
}

.section-2 {
  max-width: 100%;
  display: none;
}

.section-2.ludymilla {
  margin-top: 28px;
}

.section-2.ludymilla.mobile {
  display: none;
}

.section-2.ludymilla.desktop, .section-2.lara, .section-2.home, .section-2.mentoria {
  display: block;
}

.column {
  height: auto;
  padding-bottom: 0;
  padding-left: 0;
}

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

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

.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/Ludymilla-Paiva-Savers.jpg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
}

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

.header-image.segundo.home {
  background-image: url('../images/Savers-Lara-Paiva.png');
  background-position: 20%;
  background-size: auto;
}

.header-image.segundo.home.lara {
  background-image: url('../images/WhatsApp-Image-2024-08-09-at-10.00.07.jpeg');
  background-position: 15% 20%;
  background-size: cover;
}

.header-image.segundo.servicos {
  background-image: url('../images/Gestão-e-Fornecimento-de-Suprimentos---servicos-winpress.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.header-image.segundo.suporte {
  background-image: url('../images/Suporte-Técnico---servicos-winpress.png');
  background-position: 50%;
  background-size: cover;
}

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

.header-image.segundo.orientacao-profissional {
  background-image: url('../images/Savers-Servicos-Mentoria-de-Carreira-Medica-Desenvolvimento-de-Habilidades.png');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
}

.header-image.segundo.networking {
  background-image: url('../images/Savers-Servicos-Mentoria-de-Carreira-Medica-Suporte-Emocional-e-Motivacional.png');
  background-position: 50% 0;
}

.header-image.segundo.tomada-de-decis-o {
  background-image: url('../images/Savers-Serviços-Mentoria-de-Carreira-Médica-Precificação.png');
  background-position: 50% 100%;
  justify-content: center;
  align-items: flex-end;
}

.header-image.segundo.apoio-cont-bil-e-jur-dico-para-aut-nomo {
  background-image: url('../images/Savers-Serviços-Mentoria-de-Carreira-Médica-Apoio-contábil-e-jurídico-para-autônomo.png');
}

.button-primary {
  color: #2a523b;
  background-color: #eee;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 9px 20px 12px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.button-primary:hover {
  color: #eee;
  background-color: #3cae6c;
}

.texto-menor-claro {
  color: #eee;
  font-size: 18px;
  font-weight: 400;
}

.button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.div-block-2 {
  float: none;
  clear: none;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

.hero-heading {
  color: #eee;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 56px;
  font-weight: 400;
  line-height: 60px;
}

.hero-heading.home {
  color: #eee;
  text-align: left;
  letter-spacing: -.02px;
  font-size: 50px;
  line-height: 1em;
}

.paragraph-regular-4 {
  color: #000;
  text-align: left;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 23px;
}

.paragraph-regular-4.home {
  color: #eee;
  font-size: 16px;
}

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

.section-header.segundo {
  background-color: var(--roxo-savers);
  background-image: linear-gradient(132deg, var(--roxo-savers) 28%, var(--azul-savers));
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-left: 10%;
  padding-right: 10%;
}

.section-header.segundo.verde {
  background-image: linear-gradient(262deg, #1ead53, #b7d047 99%, #b9d047);
}

.section-header.segundo.roxo {
  background-image: linear-gradient(262deg, var(--roxo-winpress\<deleted\|variable-f8830352-4cd2-e316-00eb-bbd3101c42b8\>), #e964f8);
}

.section-header.segundo._2 {
  background-image: linear-gradient(294deg, var(--roxo-savers), var(--azul-savers));
  padding-left: 10%;
  padding-right: 10%;
}

.section-header.segundo.assessoria-para-clinica-medica {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.section-header.segundo {
  background-image: linear-gradient(262deg, var(--roxo-savers), var(--azul-savers));
  padding-top: 0;
  padding-left: 0%;
  padding-right: 7%;
}

.section-header.segundo.azul {
  background-color: var(--azul-savers);
  background-image: none;
}

.section-header.segundo.roxo {
  background-image: linear-gradient(262deg, var(--roxo-savers), var(--roxo-savers));
  padding-left: 0%;
  padding-right: 0%;
}

.text-span-8 {
  color: #3cae6c;
  font-weight: 700;
}

.image-5 {
  width: 30px;
  max-width: none;
  height: 30px;
  max-height: none;
}

.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-top: 60px;
  padding-bottom: 60px;
  padding-left: 0;
}

.header-block.assessoria-clinica-medica {
  padding-top: 20px;
  padding-bottom: 0;
}

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

.waves---cta-white {
  background-color: var(--waves-library--white);
  color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.waves---cta-white.wide-cta {
  min-width: 200px;
}

.waves---mg-top-16 {
  margin-top: 16px;
}

.waves---subtitle {
  font-family: Helvetica Neue Light, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
}

.waves---subtitle.servicos {
  font-size: 18px;
  line-height: 25px;
}

.waves---limit-480 {
  width: 100%;
  max-width: none;
  font-family: Poppins;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

.waves---mega-heading-1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100px;
  line-height: 100px;
}

.waves-title-wrap-hero-5 {
  z-index: 1;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 700px;
  font-family: Helvetica Neue Bold, sans-serif;
  display: flex;
  position: relative;
}

.waves---main-container-2 {
  max-width: 1352px;
  padding-left: 10%;
  padding-right: 10%;
}

.waves-gradient-hero-5 {
  object-fit: fill;
  background-image: linear-gradient(#1313131a 22%, #131313a8 77%, #131313cc);
  position: absolute;
  inset: 0%;
}

.waves-section-hero-5 {
  background-color: var(--roxo-savers);
  color: var(--waves-library--white);
  background-image: url('../images/Serviços-Savers.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 14%;
  padding-bottom: 88px;
  position: relative;
}

.waves-section-hero-5.sobre {
  background-image: url('../images/Sobre-Savers.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  padding-top: 15%;
}

.waves-section-hero-5.sobre.mentoria {
  background-image: url('../images/Mentoria-Savers.jpg');
  background-position: 50%;
}

.waves-section-hero-5.sobre.assessoria-cl-nicas {
  background-image: url('../images/Assessoria-Savers.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.waves-section-hero-5.sobre.startup {
  background-image: url('../images/Startup-Savers.jpg');
  background-position: 50% 30%;
}

.waves-section-hero-5.sobre.evento {
  background-image: url('../images/Eventos-Savers.jpg');
  background-position: 50% 20%;
}

.waves-section-hero-5.sobre.marketing {
  background-image: url('../images/Marketing-Savers.jpg');
  background-position: 50% 0;
}

.waves-section-hero-5.sobre.headhunter {
  background-image: url('../images/Headhunter-Savers.jpg');
  background-position: 50% 10%;
}

.waves-section-hero-5.sobre.palestras {
  background-image: url('../images/Palestras-Savers.jpg');
  background-position: 50% 0;
}

.waves-section-hero-5.contato {
  background-image: url('../images/Fale-conosco-Savers.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  padding-top: 15%;
}

.waves-section-hero-5.equipamentos {
  background-image: url('../images/equipamentos-winpress.png'), url('../images/Slide-home-winpress-04-1.png');
  background-position: 50%, 50%;
  background-repeat: repeat, no-repeat;
  background-size: cover, cover;
}

.waves-section-hero-5.faq {
  background-image: url('../images/Slide-home-winpress-01.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.brix---mg-bottom-0 {
  margin-bottom: 0;
}

.brix---color-neutral-801 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---paragraph-default-2 {
  color: var(--white);
  margin-bottom: 0;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.brix---heading-h3-size {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---color-neutral-802 {
  color: var(--elements-webflow-library--neutral--800);
}

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

.brix---card-left-text-wrapper {
  margin-left: 24px;
}

.brix---square-icon {
  border-radius: 16px;
}

.brix---card---icon-left---content-right {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 24px;
  align-items: flex-start;
  padding: 48px;
  display: flex;
}

.brix---grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---heading-h2-size-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

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

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

.brix---inner-container-600px---center {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

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

.brix---container-default-2 {
  max-width: 1218px;
  padding-left: 0;
  padding-right: 0;
}

.brix---section-2 {
  background-color: var(--roxo-winpress\<deleted\|variable-f8830352-4cd2-e316-00eb-bbd3101c42b8\>);
  background-image: linear-gradient(262deg, var(--roxo-winpress\<deleted\|variable-f8830352-4cd2-e316-00eb-bbd3101c42b8\>), #e964f8);
  color: var(--elements-webflow-library--neutral--100);
  padding: 60px 10% 100px;
}

.text-span-10, .text-span-11, .text-span-12, .text-span-13, .text-span-14 {
  font-weight: 500;
}

.fn-button-secondery {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 137px;
  padding: 12px 24px;
  font-size: 16px;
  line-height: 1.6em;
  transition: background-color .25s;
  display: flex;
}

.fn-button-secondery:hover {
  background-color: #3e4545;
}

.spacer-s {
  width: 24px;
  height: 24px;
}

.fn-list-checkmark-icon {
  color: var(--white);
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 11px;
  height: 10px;
  display: flex;
}

.fn-list-checkmark {
  background-color: var(--azul-claro\<deleted\|variable-26cde5ad-6c07-e059-5afa-0f3f62b96eec\>);
  border-radius: 50%;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  display: flex;
  overflow: hidden;
}

.fn-list-item {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  color: var(--black);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fn-list {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  color: #cdd3d2;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-bottom: 30px;
  padding-left: 0;
  font-size: 16px;
  line-height: 1.6em;
  list-style-type: none;
  display: flex;
}

.fn-pricing-line {
  background-color: #c2c5c5;
  width: 100%;
  height: 1px;
  margin-bottom: 24px;
}

.fn-pricing-line.branco {
  background-color: #fff;
  height: .5px;
}

.fn-label-small-gray {
  color: #939b9b;
  margin-bottom: 24px;
  line-height: 1em;
}

.fn-heading-6 {
  color: #ecf0ef;
  font-size: 18px;
}

.fn-pricing-cost {
  margin-bottom: 4px;
  font-size: 40px;
  font-weight: 700;
  line-height: .9em;
}

.fn-pricing-icon {
  color: #df0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 32px;
  display: flex;
}

.fn-pricing-info-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.fn-classic-pricing-card {
  background-color: var(--white);
  border-radius: 16px;
  flex-direction: column;
  width: 100%;
  padding: 32px 32px 20px;
  display: flex;
}

.fn-paragraph {
  color: #cdd3d2;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 1.6em;
}

.fn-heading-2 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 52px;
  line-height: 1.2em;
}

.fn-column {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.fn-container-grid-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: none;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.fn-section-2 {
  color: #ecf0ef;
  background-color: #1d1f1e;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.fn-button {
  color: #0f1213;
  text-align: center;
  background-color: #df0;
  border: 1px solid #df0;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  transition: opacity .25s, border-color .25s;
  display: flex;
}

.fn-button:hover {
  opacity: .9;
  border-color: #0f1213;
}

.fn-heading-3 {
  color: var(--lynx--black);
  letter-spacing: -.03px;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.3em;
}

.fn-heading-3.branco {
  color: var(--white);
  margin-top: 60px;
}

.fn-feature-pricing-card {
  background-color: #0f1213;
  border: 1px solid #df0;
  border-radius: 16px;
  padding: 32px;
}

.sizing {
  flex: 1;
  width: 100%;
}

.fn-heading-7 {
  color: #ecf0ef;
  font-size: 18px;
}

.fn-heading-4 {
  color: #fff;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3em;
}

.fn-pricing-tabs-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  display: grid;
}

.fn-pricing-tabs-content-wrapper, .fn-pricing-tabs-content {
  width: 100%;
}

.fn-pricing-tabs-link-right {
  color: #ecf0ef;
  background-color: #0000;
  border: 1px solid #ecf0ef;
  border-left-style: none;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 133px;
  min-height: 38px;
  padding: 4px 36px;
  font-size: 16px;
  display: flex;
}

.fn-pricing-tabs-link-right:hover {
  color: #df0;
  border-style: solid solid solid none;
  border-color: #df0;
}

.fn-pricing-tabs-link-right.w--current {
  color: #1d1f1e;
  background-color: #df0;
  border-style: solid;
  border-color: #df0;
}

.fn-pricing-tabs-link-right.w--current:hover {
  border-top-color: #df0;
  border-bottom-color: #df0;
  border-right-color: #df0;
}

.fn-pricing-tabs-link-left {
  color: #ecf0ef;
  background-color: #0000;
  border: 1px solid #ecf0ef;
  border-right-style: none;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 133px;
  min-height: 38px;
  padding: 4px 36px;
  font-size: 16px;
  display: flex;
}

.fn-pricing-tabs-link-left:hover {
  color: #df0;
  border-top-color: #df0;
  border-bottom-color: #df0;
  border-left-color: #df0;
}

.fn-pricing-tabs-link-left.w--current {
  color: #1d1f1e;
  background-color: #df0;
  border-color: #df0;
}

.fn-pricing-tabs-link-left.w--current:hover {
  border-top-color: #df0;
  border-bottom-color: #df0;
  border-left-color: #df0;
}

.fn-pricing-tabs-menu {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
  overflow: hidden;
}

.fn-pricing-tabs {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.fn-heading-8 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 52px;
  line-height: 1.2em;
}

.fn-column-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.fn-container-grid-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.text-block-14 {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}

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

.text-block-15 {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}

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

.text-block-16 {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}

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

.brix---heading-h4-size {
  color: var(--lynx--white);
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 28px;
}

.brix---color-neutral-803 {
  color: var(--elements-webflow-library--neutral--800);
}

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

.brix---grid-2-columns-gap-56px {
  grid-column-gap: 48px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  padding-top: 20px;
  display: grid;
}

.brix---btn-secondary-2 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-2:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-2 {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-2:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---button-row-left-2 {
  margin-right: 24px;
}

.brix---buttons-row-2 {
  align-items: center;
  display: flex;
}

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

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

.brix---grid-content-v15 {
  grid-column-gap: 110px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.brix---section-3 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.div-block-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.25fr;
  grid-auto-columns: 1fr;
  margin-bottom: 15px;
  display: grid;
}

.image-6 {
  max-width: 50px;
}

.text-span-15, .text-span-16, .text-span-17 {
  font-weight: 600;
}

.brix---mg-bottom-2 {
  color: var(--black);
  margin-bottom: 0;
  font-weight: 300;
}

.brix---mg-bottom-2.equipamento {
  text-align: left;
  font-weight: 500;
}

.brix---color-neutral-804 {
  color: var(--elements-webflow-library--neutral--600);
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.brix---paragraph-default-3 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---heading-h3-size-2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}

.brix---heading-h3-size-2.equipamento {
  margin-top: 13px;
  font-size: 20px;
  line-height: 25px;
}

.brix---color-neutral-805 {
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
}

.brix---color-neutral-805.equipamento {
  text-align: center;
}

.brix---display-2 {
  color: var(--roxo-winpress\<deleted\|variable-f8830352-4cd2-e316-00eb-bbd3101c42b8\>);
  font-family: Poppins;
  font-size: 72px;
  font-weight: 700;
  line-height: 84px;
}

.brix---color-accent-1 {
  color: var(--elements-webflow-library--accent--primary-1);
}

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

.brix---card-content-center {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  text-align: center;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 48px 24px;
  display: flex;
}

.brix---card-content-center.equipamento {
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
}

.brix---grid-3-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---heading-h2-size-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---mg-bottom-12px-2 {
  margin-bottom: 12px;
}

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

.brix---inner-container-600px---center-2 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

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

.brix---container-default-3 {
  max-width: 1218px;
  padding-left: 0;
  padding-right: 0;
}

.brix---section-4 {
  color: var(--elements-webflow-library--neutral--100);
  margin-left: 10%;
  margin-right: 10%;
  padding-top: 100px;
  padding-bottom: 60px;
}

.brix---section-4.equipamento {
  padding-top: 0;
}

.f-footer-link {
  grid-column-gap: 20px;
  color: #eee;
  letter-spacing: 0;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.f-footer-link:hover {
  color: #3cae6c;
}

.f-footer-link.w--current {
  color: #eee;
  letter-spacing: 0;
}

.f-footer-link.w--current:hover {
  color: #2a523b;
}

.f-footer-link.contato {
  color: var(--black);
  align-items: center;
  font-family: Helvetica Neue Light, sans-serif;
  font-size: 17px;
  font-weight: 300;
}

.f-footer-link.contato:hover {
  color: var(--azul-savers);
  font-family: Helvetica Neue Light, sans-serif;
  font-weight: 300;
}

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

.lynx-link-footer-dark-2 {
  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-2:hover {
  color: var(--lynx--white);
}

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

.lynx-block-footer-down-2 {
  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: 35px;
  padding-bottom: 35px;
  display: flex;
}

.lynx-link-footer-large-white-3 {
  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-3:hover {
  color: var(--lynx--medium-purple);
}

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

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

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

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

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

.brix---paragraph-link {
  color: var(--elements-webflow-library--accent--primary-1);
  text-decoration: underline;
  transition: color .3s;
}

.brix---paragraph-link:hover {
  color: var(--elements-webflow-library--secondary--color-1);
}

.brix---footer-bottom {
  border-top: 1px solid var(--elements-webflow-library--neutral--300);
  color: var(--elements-webflow-library--neutral--600);
  text-align: center;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---footer-link {
  color: var(--elements-webflow-library--neutral--600);
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
}

.brix---footer-link:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---footer-list-item {
  margin-bottom: 18px;
  padding-left: 0;
}

.brix---footer-list-wrapper {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.brix---footer-col-title {
  color: var(--elements-webflow-library--neutral--800);
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

.brix---icon-square-36px {
  background-color: var(--roxo-savers);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.brix---icon-square-36px:hover {
  transform: scale(.92);
}

.brix---icon-square-36px.sobre {
  margin-top: 25px;
}

.brix---icon-square-36px.sobre.ludymilla {
  background-color: #2b0336;
}

.brix---social-media-grid-left {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  grid-auto-flow: column;
  justify-content: start;
  align-self: center;
  justify-items: start;
}

.brix---color-neutral-806 {
  color: var(--elements-webflow-library--neutral--600);
}

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

.brix---footer-logo {
  transform-style: preserve-3d;
  transition: transform .3s;
}

.brix---footer-logo:hover {
  transform: scale3d(.97, .97, 1.01);
}

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

.brix---grid-footer-v1 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
}

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

.brix---container-default-4 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---footer-wrapper {
  border-top: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
}

.image-10, .image-11 {
  max-width: 20px;
}

.bold-text-5.grande {
  font-family: Helvetica Neue Medium, sans-serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 55px;
}

.lynx-paragraph-accordion {
  color: var(--black);
  margin-bottom: 30px;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.lynx-accordion-content {
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
}

.lynx-icon-arrow {
  background-color: var(--lynx--black);
  background-image: url('../images/Arrow_3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  flex: none;
  width: 40px;
  height: 40px;
}

.lynx-heading-accordion {
  color: var(--lynx--black);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 132%;
}

.lynx-accordion-header {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 15px 15px 15px 30px;
  transition: padding .3s;
  display: flex;
}

.lynx-accordion-header:hover {
  padding-left: 35px;
}

.lynx-accordion-item {
  background-color: var(--lynx--white);
  border-radius: 20px;
  box-shadow: 0 10px 15px -10px #1f20221a;
}

.lynx-block-faq {
  grid-row-gap: 14px;
  flex-direction: column;
  width: 100%;
  max-width: 840px;
  display: flex;
}

.lynx-paragraph-2 {
  color: var(--lynx--grey);
  max-width: 820px;
  margin-bottom: 36px;
  font-family: Varela, sans-serif;
  font-size: 18px;
  line-height: 165%;
}

.lynx-heading-2 {
  color: var(--lynx--black);
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: PT Serif, serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 120%;
}

.lynx-subtitle-2 {
  color: var(--lynx--black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

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

.lynx-content-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-span-18, .text-span-19, .text-span-20, .text-span-21, .text-span-22, .text-span-23, .text-span-24, .text-span-25 {
  font-weight: 500;
}

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

.bold-text-6, .bold-text-7, .bold-text-8 {
  font-weight: 500;
}

.text-span-27, .text-span-28 {
  font-weight: 700;
}

.bold-text-9, .bold-text-10 {
  font-weight: 500;
}

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

.bold-text-11, .bold-text-12 {
  font-weight: 500;
}

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

.bold-text-13, .bold-text-14 {
  font-weight: 500;
}

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

.bold-text-15, .bold-text-16 {
  font-weight: 500;
}

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

.bold-text-17, .bold-text-18, .bold-text-19 {
  font-weight: 500;
}

.text-span-33 {
  font-weight: 600;
}

.bold-text-20, .bold-text-21, .bold-text-22 {
  font-weight: 500;
}

.bold-text-23 {
  font-weight: 600;
}

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

.bold-text-24, .text-span-35, .bold-text-25, .text-span-36, .bold-text-26 {
  font-weight: 500;
}

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

.bold-text-27, .bold-text-28, .text-span-38, .text-span-39, .text-span-40 {
  font-weight: 500;
}

.text-span-41, .text-span-42 {
  font-weight: 700;
}

.text-span-43, .text-span-44, .text-span-45, .bold-text-29, .bold-text-30 {
  font-weight: 500;
}

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

.text-span-47, .text-span-48, .text-span-49, .text-span-50, .text-span-51, .text-span-52, .text-span-53 {
  font-weight: 500;
}

.text-span-54 {
  font-weight: 600;
}

.text-span-55, .text-span-56, .text-span-57, .text-span-58 {
  font-weight: 500;
}

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

.image-12 {
  vertical-align: baseline;
  max-width: 100%;
  margin-top: -40%;
  padding-top: 0;
}

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

.text-span-60 {
  color: var(--roxo-winpress\<deleted\|variable-f8830352-4cd2-e316-00eb-bbd3101c42b8\>);
}

.text-span-61 {
  color: var(--azul-claro\<deleted\|variable-26cde5ad-6c07-e059-5afa-0f3f62b96eec\>);
}

.text-span-62 {
  color: var(--lynx--medium-purple);
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.fn-404-image-third {
  object-fit: contain;
  width: 120px;
  height: 120px;
  position: absolute;
  inset: auto auto -55% 20%;
}

.fn-404-image-second {
  object-fit: contain;
  width: 250px;
  height: 250px;
  position: absolute;
  inset: -56% auto auto -5%;
}

.fn-404-image-first {
  object-fit: contain;
  width: 411px;
  height: 405px;
  position: absolute;
  inset: -80% -10% auto auto;
}

.fn-link-arrow {
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 18px;
  margin-left: 10px;
  display: flex;
}

.fn-link-with-arrow-classic {
  color: #df0;
  align-items: center;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: underline;
  display: flex;
}

.fn-paragraph-2 {
  color: var(--lynx--white);
  margin-bottom: 10px;
  font-family: Poppins;
  font-size: 18px;
  line-height: 1.6em;
}

.fn-heading-jambo {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 1.1em;
}

.fn-column-center-2 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.fn-container-grid-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.fn-container-grid-5.relative {
  width: auto;
  max-width: none;
  margin-top: 100px;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.fn-section-404 {
  background-color: #1d1f1e;
  background-image: linear-gradient(262deg, var(--roxo-savers), var(--azul-savers));
  color: #ecf0ef;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Open Sans, sans-serif;
  display: flex;
  overflow: hidden;
}

.lynx-paragraph-features {
  color: var(--lynx--grey);
  max-width: 294px;
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 16px;
  line-height: 165%;
}

.lynx-heading-features-small {
  color: var(--roxo-savers);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica Neue Medium, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 128%;
}

.lynx-heading-features-small.hero {
  color: var(--white);
  font-family: Helvetica Neue Regular, sans-serif;
}

.lynx-icon-features-small {
  width: 28px;
  height: 28px;
  display: block;
}

.lynx-block-features-green {
  background-color: #32b77a1a;
  border-radius: 25px;
  margin-bottom: 20px;
  padding: 22px;
}

.lynx-features-bg {
  background-color: var(--lynx--white);
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
  box-shadow: 0 10px 15px -10px #1f20221a;
}

.lynx-features-bg.hero {
  border: 2px solid var(--white);
  background-color: #0000;
  border-radius: 15px;
  padding: 10px;
}

.lynx-block-features-purple {
  background-color: #8979ec1a;
  border-radius: 25px;
  margin-bottom: 20px;
  padding: 22px;
}

.lynx-block-features-pink {
  background-color: #fd4b8b1a;
  border-radius: 25px;
  margin-bottom: 20px;
  padding: 22px;
}

.lynx-grid-features {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  margin-top: 14px;
}

.lynx-grid-features.hero {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.lynx-content-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-4 {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  display: grid;
}

.div-block-4.hero {
  grid-template-columns: 1fr;
}

.text-span-63 {
  font-family: Helvetica Neue Medium, sans-serif;
  font-weight: 500;
}

.text-span-64 {
  font-family: Helvetica Neue Medium, sans-serif;
}

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

.container-5.ludymilla {
  padding-left: 10%;
}

.lynx-paragraph-3 {
  color: #000;
  max-width: none;
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.lynx-paragraph-3.branco {
  color: #fff;
  margin-bottom: 0;
  font-family: Helvetica Neue Light, sans-serif;
  font-size: 17px;
  line-height: 22px;
}

.lynx-paragraph-3.branco.roxo {
  color: var(--roxo-savers);
}

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

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

.lynx-button-2 {
  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-2:hover {
  background-color: #47d6e8;
}

.lynx-button-2.interno {
  color: #151c34;
  background-color: #fff;
  margin-top: 25px;
}

.lynx-button-2.interno:hover {
  color: #fff;
  background-color: #ec6d37;
}

.bold-text-32 {
  letter-spacing: -.03px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 700;
}

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

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

.lynx-subtitle-3.branco {
  color: #fff;
}

.lynx-heading-3 {
  color: #1f2022;
  letter-spacing: -.03em;
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: PT Serif, serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 120%;
}

.lynx-heading-3.branco {
  color: #fff;
  font-family: Helvetica Neue Bold, sans-serif;
}

.lynx-heading-3.branco.azul {
  color: var(--azul-savers);
  font-weight: 700;
}

.lynx-heading-3.branco.roxo {
  color: var(--roxo-savers);
  font-weight: 700;
}

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

.fn-link-arrow-2 {
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 18px;
  margin-left: 10px;
  display: flex;
}

.fn-link-with-arrow {
  color: #df0;
  align-items: center;
  margin-top: auto;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: underline;
  display: flex;
}

.fn-paragraph-3 {
  color: #cdd3d2;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 1.6em;
}

.fn-heading-9 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Helvetica Neue Medium, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3em;
}

.fn-features-card-column {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.fn-features-card-image {
  object-fit: cover;
  width: 100%;
  height: 225px;
}

.fn-features-card-with-image {
  color: #ecf0ef;
  background-color: #0f1213;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.fn-features-card-with-image:hover {
  color: #ecf0ef;
}

.fn-features-card-with-image.slider-cards {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  overflow: hidden;
}

.fn-solutions-card-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: stretch;
  width: auto;
  display: flex;
}

.fn-paragraph-no-margin {
  color: #cdd3d2;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  overflow: hidden;
}

.fn-heading-10 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 52px;
  line-height: 1.2em;
}

.fn-column-2 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.fn-container-grid-6 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: none;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.fn-section-405 {
  background-color: var(--white);
  color: #ecf0ef;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 80px 10%;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.hero-heading-2 {
  color: #1e1e1e;
  text-align: left;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 56px;
  font-weight: 400;
  line-height: 60px;
}

.hero-heading-2.solucoes {
  text-align: center;
  font-weight: 400;
  line-height: 50px;
}

.text-block-17, .text-block-18 {
  text-decoration: none;
}

.section-3 {
  align-items: center;
  padding-top: 0%;
  padding-left: 7%;
  padding-right: 7%;
  display: flex;
}

.section-3.solucoes {
  display: block;
}

.fn-features-card-image-2 {
  filter: grayscale();
  object-fit: cover;
  width: 100%;
  height: 225px;
}

.fn-features-card-image-2:hover {
  filter: none;
  background-image: linear-gradient(#00000080, #00000080);
}

.bold-text-33 {
  font-size: 18px;
}

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

.text-span-65 {
  color: #dd4124;
  font-weight: 400;
}

.fn-paragraph-4 {
  color: var(--black);
  margin-bottom: 32px;
  font-family: Helvetica Neue Light, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 22px;
}

.texto-menor-escuro {
  color: #1e1e1e;
  font-weight: 400;
}

.image-13 {
  width: 20px;
}

.quick-stack {
  padding-left: 0;
  padding-right: 0;
}

.image-14 {
  flex: 0 auto;
  max-width: 80%;
  position: static;
  top: -346px;
  bottom: auto;
  left: 53%;
}

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

.container-6 {
  display: block;
}

.div-block-5 {
  float: none;
  clear: none;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.div-block-5.solucoes {
  justify-content: center;
  line-height: 20px;
}

.fn-features-card-with-image-2 {
  color: #ecf0ef;
  background-color: #0f1213;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.fn-features-card-with-image-2:hover {
  color: #ecf0ef;
}

.fn-features-card-with-image-2.slider-cards {
  background-color: #0000;
  height: 100%;
}

.fn-heading-11 {
  color: var(--roxo-savers);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Helvetica Neue Medium, sans-serif;
  font-size: 27px;
  font-weight: 500;
  line-height: 30px;
}

.fn-link-with-arrow-2 {
  background-color: var(--roxo-savers);
  color: var(--white);
  border-radius: 20px;
  align-items: center;
  margin-top: auto;
  padding: 5px 15px;
  font-family: Helvetica Neue Light, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4em;
  text-decoration: none;
  display: flex;
}

.fn-link-with-arrow-2:hover {
  background-color: var(--azul-savers);
  color: var(--roxo-savers);
}

.fn-features-card-column-2 {
  background-color: #f0f0f0;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding: 35px;
  display: flex;
}

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

.header-block-2 {
  padding-top: 80px;
  padding-bottom: 0;
}

.waves---cta-white-2 {
  background-color: var(--waves-library--white);
  color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.waves---cta-white-2.wide-cta {
  min-width: 200px;
}

.waves---mg-top-17 {
  margin-top: 16px;
}

.waves---subtitle-2 {
  font-size: 24px;
  line-height: 40px;
}

.waves---limit-481 {
  width: 100%;
  max-width: 480px;
}

.waves---mega-heading-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100px;
  line-height: 115%;
}

.waves-title-wrap-hero-6 {
  z-index: 1;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.waves---main-container-3 {
  max-width: 1352px;
  padding-left: 10%;
  padding-right: 10%;
}

.waves-gradient-hero-6 {
  background-image: linear-gradient(#1313131a 22%, #131313a8 77%, #131313cc);
  position: absolute;
  inset: 0%;
}

.waves-section-hero-6 {
  color: var(--waves-library--white);
  background-image: url('../images/Wide-Image_1Wide Image.webp');
  background-position: 50%;
  background-size: cover;
  height: 100vh;
  padding-top: 250px;
  padding-bottom: 88px;
  display: block;
  position: relative;
}

.bold-text-36 {
  font-size: 46px;
}

.text-span-66 {
  font-family: Helvetica Neue Medium, sans-serif;
}

.fn-list-checkmark-icon-2 {
  color: #fff;
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 11px;
  height: 10px;
  display: flex;
}

.fn-list-checkmark-2 {
  background-color: var(--roxo-savers);
  border-radius: 50%;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  display: flex;
  overflow: hidden;
}

.text-block-19 {
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}

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

.text-block-20 {
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}

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

.fn-list-item-2 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  color: #000;
  justify-content: flex-start;
  align-items: center;
  font-family: Helvetica Neue Light, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 22px;
  display: flex;
}

.text-block-21 {
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}

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

.image-15 {
  border-radius: 20px;
  max-width: 100%;
  min-height: 100%;
}

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

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

.icon-small-2 {
  color: var(--roxo-savers);
  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: var(--black);
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding-top: 0;
  font-family: Helvetica Neue Regular, sans-serif;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.nav-link-s:hover {
  color: var(--roxo-savers);
}

.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: #0000;
}

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

.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: 400;
  line-height: 1.4;
}

.nav-link-text:hover {
  color: var(--roxo-savers);
  font-family: Helvetica Neue Regular, sans-serif;
  font-weight: 400;
}

.link-block-2 {
  color: var(--roxo-savers);
  object-fit: fill;
  background-color: #0000;
  border-radius: 32px;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 8px 12px 8px 16px;
  font-family: Helvetica Neue Medium, sans-serif;
  text-decoration: none;
  display: flex;
  position: static;
}

.link-block-2:hover {
  color: var(--white);
  background-color: #0000;
  font-weight: 500;
}

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

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

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

.image-16 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.div-block-6 {
  margin-top: 52px;
  display: block;
}

.div-block-6.marketing {
  margin-top: 30px;
}

.text-span-67 {
  font-family: Helvetica Neue Medium, sans-serif;
  font-weight: 500;
}

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

.text-span-68 {
  font-family: Helvetica Neue Medium, sans-serif;
  font-weight: 500;
}

.waves-image-gallery-3 {
  vertical-align: baseline;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.waves-image-gallery-3.vertical {
  object-position: 50% 30%;
}

.waves-small-image-wrap-gallery-3 {
  border-radius: 8px;
  height: 70%;
  position: relative;
  overflow: hidden;
}

.waves-big-image-wrap-gallery-3 {
  border-radius: 8px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.waves-medium-image-wrap-gallery-3 {
  border-radius: 8px;
  height: 80%;
  position: relative;
  overflow: hidden;
}

.waves-bottom-gird-gallery-3 {
  grid-template-rows: auto;
  grid-template-columns: .9fr .8fr 1.2fr .7fr;
  width: 120vw;
  height: 39vh;
  margin-bottom: 0;
}

.waves-top-grid-gallery-3 {
  grid-template-rows: auto;
  grid-template-columns: .7fr 1.2fr .8fr .9fr;
  width: 120vw;
  height: 39vh;
  margin-top: 40px;
  margin-bottom: 16px;
}

.waves-master-gallery-3 {
  height: auto;
  position: sticky;
  top: 10vh;
  overflow: hidden;
}

.waves---section-medium-2 {
  padding-top: 20px;
  padding-bottom: 0;
}

.image-17 {
  text-align: left;
  max-width: 60%;
  min-height: 0;
}

.waves-image-gallery-1 {
  border-radius: 24px;
  width: 100%;
}

.waves---paragraph-big-2 {
  font-size: 20px;
  line-height: 130%;
}

.waves-text-wrap-gallery-1 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.waves-column-gallery-1 {
  grid-row-gap: 5px;
  flex-direction: column;
  display: flex;
}

.waves-column-gallery-1.palestra {
  grid-row-gap: 25px;
}

.waves-grid-gallery-1 {
  grid-column-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.waves-master-gallery-1 {
  width: 100%;
  max-width: 1122px;
  margin-left: auto;
  margin-right: auto;
}

.waves---main-container-4 {
  max-width: 1352px;
  padding: 0% 10%;
}

.waves---section-medium-3 {
  padding-top: 100px;
  padding-bottom: 20px;
}

.text-span-69 {
  color: var(--azul-savers);
  font-family: Helvetica Neue Bold, sans-serif;
  font-weight: 700;
}

.text-span-70, .text-span-71 {
  color: var(--azul-savers);
}

.text-span-72 {
  font-family: Helvetica Neue Medium, sans-serif;
  font-weight: 500;
}

.livechat-button {
  background-color: var(--roxo-savers);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 42px;
  text-decoration: none;
  display: flex;
}

.chat-block {
  background-color: #fff;
  border-radius: 8px;
  width: 80%;
  padding: 15px;
}

.close-live-chat-container {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 100%;
  display: flex;
}

.live-icon-chat {
  max-width: 45px;
  margin-right: 0;
}

.top-section {
  justify-content: space-between;
  align-items: center;
  height: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.live-chat-text {
  color: #fff;
  font-family: Helvetica Neue Regular, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.whatsapp-block {
  z-index: 30;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  position: fixed;
  inset: auto 30px 30px auto;
}

.live-chat-link {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 25%;
  text-decoration: none;
  display: flex;
}

.whatsapp-container {
  z-index: 30;
  background-color: var(--azul-savers);
  cursor: pointer;
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  transition: all .3s cubic-bezier(.45, .182, .111, .989);
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.whatsapp-container:hover {
  background-color: var(--roxo-savers);
  transform: scale(1.05);
}

.live-chat-top-text {
  letter-spacing: 0;
  font-family: Helvetica Neue Medium, sans-serif;
  font-size: 14px;
  font-weight: 500;
  position: static;
}

.live-chat-top-text.block {
  color: var(--roxo-savers);
  margin-bottom: 10px;
  font-size: 14px;
}

.chat-section {
  background-color: #ebebeb;
  height: 50%;
  padding: 16px 20px;
}

.small-whatsapp-icon {
  margin-right: 10px;
}

.live-icon {
  background-color: #0ee263;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  position: absolute;
  inset: 5px auto auto 5px;
}

.whatsapp-chat {
  background-color: #fff;
  border: 1px solid #00000029;
  border-radius: 20px;
  flex-direction: column;
  width: 285px;
  height: 300px;
  margin-bottom: 16px;
  display: flex;
  overflow: hidden;
}

.live-chat-bottom-text {
  font-family: Helvetica Neue Regular, sans-serif;
  font-size: 11px;
  font-weight: 400;
  display: block;
}

.live-chat-bottom-text.block {
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 18px;
}

.live-chat-bottom-text._1 {
  font-size: 12px;
}

.waves---cta-white-3 {
  background-color: var(--waves-library--white);
  color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.waves---cta-white-3.wide-cta {
  min-width: 200px;
}

.waves---mg-top-18 {
  margin-top: 16px;
}

.waves---subtitle-3 {
  padding-top: 10px;
  font-family: Helvetica Neue Regular, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
}

.waves---limit-482 {
  width: 100%;
  max-width: 450px;
}

.waves---mega-heading-3 {
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100px;
  line-height: 70px;
}

.waves-title-wrap-hero-7 {
  z-index: 1;
  grid-row-gap: 15px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.waves---main-container-5 {
  max-width: 1352px;
  padding-left: 0;
  padding-right: 0;
}

.waves-gradient-hero-7 {
  background-image: linear-gradient(#1313131a 22%, #131313a8 77%, #131313cc);
  position: absolute;
  inset: 0%;
}

.waves-section-hero-7 {
  color: var(--waves-library--white);
  background-image: url('../images/Home-Savers-Lara.jpg');
  background-position: 50% 0;
  background-size: cover;
  height: 100vh;
  max-height: none;
  padding: 28vh 10% 88px;
  position: relative;
}

.bold-text-38 {
  width: auto;
  max-width: none;
  font-family: Helvetica Neue Medium, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 40px;
}

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

.brix---text-200-list-bold-3 {
  color: #fff;
  font-family: Helvetica Neue Regular, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.livechat-button-2 {
  background-color: var(--roxo-savers);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 42px;
  text-decoration: none;
  display: flex;
}

.live-icon-chat-2 {
  max-width: 100%;
  margin-right: 0;
}

.live-chat-text-2 {
  color: #fff;
  font-family: Helvetica Neue Medium, sans-serif;
  font-size: 17px;
  text-decoration: none;
}

.whatsapp-block-2 {
  z-index: 30;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  position: fixed;
  inset: auto 30px 30px auto;
}

.whatsapp-container-2 {
  z-index: 30;
  background-color: var(--azul-savers);
  cursor: pointer;
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  transition: all .3s cubic-bezier(.45, .182, .111, .989);
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.whatsapp-container-2:hover {
  background-color: var(--roxo-savers);
  transform: scale(1.05);
}

.live-chat-top-text-2 {
  letter-spacing: 0;
  font-family: Helvetica Neue Medium, sans-serif;
  font-size: 14px;
  font-weight: 500;
  position: static;
}

.live-chat-top-text-2.block {
  color: var(--roxo-savers);
  margin-bottom: 10px;
  font-size: 12px;
}

.chat-section-2 {
  background-color: #efefef;
  height: 50%;
  padding: 16px 20px;
}

.live-icon-2 {
  background-color: #00b94a;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  position: absolute;
  inset: 5px auto auto 5px;
}

.whatsapp-chat-2 {
  background-color: #fff;
  border: 1px solid #00000029;
  border-radius: 20px;
  flex-direction: column;
  width: 300px;
  height: 315px;
  margin-bottom: 16px;
  display: flex;
  overflow: hidden;
}

.live-chat-bottom-text-2 {
  font-family: Helvetica Neue Regular, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.live-chat-bottom-text-2.block {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
}

.waves-image-gallery-4 {
  border-radius: 24px;
  width: 100%;
}

.waves---paragraph-big-3 {
  font-size: 20px;
  line-height: 130%;
}

.waves-text-wrap-gallery-2 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.waves-column-gallery-2 {
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.waves-grid-gallery-2 {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.waves-master-gallery-4 {
  width: 100%;
  max-width: 1122px;
  margin-left: auto;
  margin-right: auto;
}

.waves---main-container-6 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-medium-4 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.image-18, .image-19 {
  border-radius: 20px;
}

.image-20 {
  border-radius: 20px;
  margin-top: 16px;
  padding-top: 0;
}

.image-21 {
  border-radius: 20px;
  margin-top: 16px;
}

.grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
}

.image-22 {
  border-radius: 20px;
  margin-top: 16px;
}

.text-block-22 {
  font-family: Helvetica Neue Light, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.eventos {
  margin-bottom: 15px;
  font-family: Helvetica Neue Regular, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.text-span-73 {
  font-family: Helvetica Neue Bold, sans-serif;
  font-weight: 700;
}

.text-span-73.grande {
  font-size: 22px;
}

.link-block-3, .link-block-4, .link-block-5, .link-block-6, .link-block-7, .link-block-8 {
  text-decoration: none;
}

@media screen and (min-width: 1280px) {
  .lynx-block-footer-down {
    text-align: right;
  }

  .lynx-grid-footer-dark {
    grid-column-gap: 53px;
    grid-row-gap: 10px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1.5fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: start center;
    display: grid;
  }

  .lynx-footer-dark {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 97%;
    display: flex;
  }

  .a-footer-social {
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
  }

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

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

  .button-wrapper {
    margin-top: 0;
  }

  .hero-heading {
    color: #eee;
  }

  .paragraph-regular-4 {
    margin-bottom: 60px;
  }

  .paragraph-regular-4.home {
    margin-bottom: 40px;
  }

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

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

  .waves---subtitle, .waves---subtitle.servicos {
    margin-top: 15px;
  }

  .waves-title-wrap-hero-5 {
    grid-row-gap: 0px;
    justify-content: center;
    align-items: flex-start;
  }

  .waves-section-hero-5.sobre {
    padding-top: 160px;
  }

  .waves-section-hero-5.sobre.palestras {
    background-position: 50% 20%;
    padding-top: 160px;
    padding-bottom: 88px;
  }

  .waves-section-hero-5.contato {
    padding-top: 160px;
  }

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

  .lynx-footer-dark-2 {
    max-width: 97%;
  }

  .image-9 {
    width: 16px;
  }

  .brix---icon-square-36px {
    background-color: var(--roxo-savers);
  }

  .brix---social-media-grid-left {
    grid-auto-flow: column;
  }

  .image-10 {
    max-width: 20px;
  }

  .image-11 {
    max-width: 18px;
  }

  .image-12 {
    margin-top: -46%;
  }

  .container-5.ludymilla {
    padding-left: 10%;
  }

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

  .hero-heading-2 {
    color: #eee;
  }

  .section-3 {
    padding-bottom: 0;
  }

  .bold-text-35 {
    color: #1e1e1e;
  }

  .header-block-2 {
    padding-bottom: 40px;
  }

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

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

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

  .lynx-button.hero {
    font-size: 22px;
  }

  .lynx-content {
    margin-left: 10%;
  }

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

  .header-image.segundo {
    background-position: 0 0;
  }

  .paragraph-regular-4 {
    font-size: 19px;
    line-height: 25px;
  }

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

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

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

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

  .header-block.home.ludymilla {
    padding-left: 0;
  }

  .waves---main-container-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .waves-gradient-hero-5 {
    margin-left: 0;
  }

  .waves-section-hero-5 {
    padding-top: 10%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .brix---grid-content-v15 {
    grid-column-gap: 100px;
  }

  .brix---icon-square-36px {
    background-color: var(--roxo-savers);
  }

  .brix---grid-footer-v1 {
    grid-column-gap: 91px;
    grid-template-columns: minmax(340px, 1fr) auto auto auto auto;
  }

  .fn-section-404 {
    min-height: 100vh;
  }

  .lynx-heading-features-small {
    text-align: left;
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
  }

  .lynx-heading-features-small.hero {
    font-size: 20px;
    font-weight: 400;
  }

  .lynx-features-bg {
    justify-content: center;
    align-items: flex-start;
  }

  .lynx-features-bg.hero {
    justify-content: center;
    align-items: center;
  }

  .lynx-grid-features.hero {
    margin-top: 16px;
  }

  .div-block-4 {
    grid-column-gap: 21px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: .4fr 1fr;
    grid-auto-columns: 1fr;
    align-content: stretch;
    display: grid;
  }

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

  .container-5.ludymilla {
    padding-left: 10%;
  }

  .header-grid-2 {
    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;
  }

  .section-3 {
    padding-bottom: 0;
  }

  .section-3.solucoes {
    padding-left: 5%;
    padding-right: 5%;
  }

  .container-6 {
    max-width: 1100px;
  }

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

@media screen and (min-width: 1920px) {
  .standard-tab {
    font-family: Helvetica Neue Medium, sans-serif;
    font-size: 25px;
    font-weight: 500;
  }

  .standard-tab.w--current {
    font-size: 25px;
    font-weight: 500;
  }

  .tabs-menu {
    max-width: none;
    padding: 0% 10%;
  }

  .slider-base {
    max-width: none;
    padding: 10%;
  }

  .slider-heading.botao {
    border-radius: 40px;
    margin-top: 33px;
    padding: 10px 30px;
    font-size: 50px;
  }

  .image-3 {
    width: 200px;
  }

  .button-primary-s {
    padding: 20px 40px;
  }

  .nav-link-2, .nav-link-2.w--current, .text-block-7 {
    font-size: 25px;
  }

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

  .bold-text.botao {
    font-size: 25px;
    font-weight: 400;
  }

  .bold-text-2 {
    font-size: 70px;
    line-height: 75px;
  }

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

  .lynx-button {
    margin-top: 14px;
    font-size: 25px;
    line-height: 30px;
  }

  .lynx-button.hero {
    margin-top: 25px;
    font-size: 30px;
  }

  .lynx-paragraph {
    text-align: left;
    font-size: 25px;
    line-height: 35px;
  }

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

  .lynx-subtitle {
    font-size: 18px;
    font-weight: 300;
  }

  .lynx-block-left {
    padding-right: 5%;
    font-size: 25px;
  }

  .lynx-grid-image-right {
    flex: 0 auto;
  }

  .lynx-grid-image-right.assessoria-clinica-medica {
    text-align: center;
    display: block;
  }

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

  .lynx-content.servi-os.assessoria-clinica-medica {
    margin-left: 10%;
  }

  .bold-text-3 {
    font-size: 60px;
  }

  .fn-logos-image {
    max-width: 200px;
    height: 86px;
  }

  .fn-container-grid {
    max-width: 1080px;
  }

  .fn-section.overflow-none {
    width: auto;
  }

  .brix---section {
    padding: 7%;
  }

  .lynx-subtitle-white {
    font-size: 25px;
  }

  .lynx-content-3 {
    max-width: 60%;
    margin-top: 0;
  }

  .lynx-link-footer-dark, .lynx-text-footer-dark {
    font-size: 15px;
  }

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

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

  .lynx-footer-dark {
    max-width: 97%;
  }

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

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

  .a-icon-small {
    width: 20px;
    height: 20px;
  }

  .a-icon-button {
    width: 50px;
    height: 50px;
  }

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

  .header-image.segundo {
    background-position: 0 10%;
  }

  .header-image.segundo.home.lara {
    background-position: 20% 30%;
  }

  .button-primary {
    font-size: 25px;
  }

  .button-wrapper {
    padding-bottom: 0;
  }

  .paragraph-regular-4 {
    font-size: 25px;
    line-height: 30px;
  }

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

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

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

  .header-block.home.ludymilla {
    padding-left: 0%;
    padding-right: 60px;
  }

  .waves---subtitle {
    font-size: 25px;
  }

  .waves---subtitle.servicos {
    font-size: 25px;
    line-height: 35px;
  }

  .waves---main-container-2 {
    max-width: 100%;
  }

  .waves-section-hero-5.sobre {
    padding-top: 250px;
  }

  .waves-section-hero-5.sobre.assessoria-cl-nicas {
    padding-left: 10%;
  }

  .waves-section-hero-5.contato {
    padding-top: 200px;
  }

  .brix---paragraph-default-2 {
    font-size: 17px;
  }

  .fn-list {
    font-family: Helvetica Neue Light, sans-serif;
    font-size: 22px;
    font-weight: 300;
  }

  .text-block-14, .text-block-15, .text-block-16 {
    font-size: 16px;
  }

  .brix---heading-h4-size {
    font-size: 30px;
  }

  .image-6 {
    max-width: 60px;
  }

  .f-footer-link {
    font-size: 22px;
    line-height: 25px;
  }

  .f-footer-link.contato {
    font-size: 25px;
  }

  .brix---icon-square-36px {
    background-color: var(--roxo-savers);
    width: 36px;
    height: 36px;
  }

  .image-10, .image-11 {
    max-width: 25px;
  }

  .fn-paragraph-2 {
    font-family: Helvetica Neue Light, sans-serif;
    font-size: 22px;
    font-weight: 300;
  }

  .fn-heading-jambo {
    font-family: Helvetica Neue Bold, sans-serif;
    font-size: 90px;
  }

  .fn-column-center-2 {
    justify-content: center;
    align-items: center;
  }

  .fn-section-404 {
    min-height: 100vh;
  }

  .lynx-heading-features-small.hero {
    font-size: 25px;
  }

  .lynx-features-bg.hero {
    justify-content: center;
    align-items: center;
  }

  .lynx-grid-features.hero {
    margin-top: 30px;
  }

  .container-5 {
    padding-left: 0%;
  }

  .container-5.ludymilla {
    padding-left: 10%;
  }

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

  .lynx-paragraph-3.branco {
    font-size: 25px;
    line-height: 35px;
  }

  .brix---color-neutral-807 {
    font-size: 25px;
  }

  .hero-heading-2.solucoes {
    font-size: 70px;
  }

  .section-3 {
    padding-bottom: 0;
  }

  .bold-text-33 {
    font-size: 25px;
  }

  .fn-paragraph-4 {
    font-size: 25px;
    line-height: 35px;
  }

  .texto-menor-escuro {
    font-size: 22px;
  }

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

  .fn-heading-11 {
    font-size: 40px;
    line-height: 40px;
  }

  .fn-link-with-arrow-2 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 22px;
  }

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

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

  .text-block-19.maior {
    font-size: 25px;
    line-height: 30px;
  }

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

  .text-block-20.maior {
    text-align: left;
    font-size: 25px;
    line-height: 30px;
  }

  .fn-list-item-2 {
    font-size: 25px;
  }

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

  .text-block-21.maior {
    font-size: 25px;
    line-height: 30px;
  }

  .text-block-6, .link-block-2 {
    font-size: 25px;
  }

  .image-16 {
    max-width: 800px;
  }

  .waves-column-gallery-1, .waves-grid-gallery-1 {
    grid-row-gap: 25px;
  }

  .waves-master-gallery-1, .waves---main-container-4 {
    max-width: 100%;
  }

  .livechat-button {
    transition: all .2s;
  }

  .livechat-button:hover {
    background-color: #000;
    transform: scale(1.05);
  }

  .whatsapp-chat {
    display: none;
  }

  .waves---subtitle-3 {
    font-size: 30px;
  }

  .waves-section-hero-7 {
    background-image: url('../images/Home-Savers.jpg');
  }

  .bold-text-38 {
    font-size: 80px;
    line-height: 80px;
  }

  .livechat-button-2 {
    transition: all .2s;
  }

  .livechat-button-2:hover {
    background-color: #000;
    transform: scale(1.05);
  }

  .whatsapp-chat-2 {
    display: none;
  }

  .eventos {
    margin-top: 10px;
    font-size: 20px;
  }

  .text-span-73.grande, .bold-text-39 {
    font-size: 35px;
  }

  .image-23 {
    max-width: 80%;
  }

  .bold-text-40, .bold-text-41 {
    font-weight: 300;
  }
}

@media screen and (max-width: 991px) {
  .slider-left, .tab-button {
    background-color: #8c54ff;
    border-style: none;
    border-radius: 0;
    width: 80px;
    height: 50px;
    padding: 7px;
  }

  .container {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .pricing-card {
    padding-left: 15px;
    padding-right: 15px;
  }

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

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

  .tab-image {
    margin-right: 0;
  }

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

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

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

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

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

  .container-flowbase {
    min-height: auto;
    position: relative;
  }

  .global-logo-link {
    margin-right: 0;
  }

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

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

  .nav-logo-link {
    margin-right: 0;
  }

  .icon-2 {
    color: #eee;
  }

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

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

  .nav-link-2 {
    color: var(--roxo-savers);
    width: 100%;
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .nav-link-2:hover {
    color: var(--roxo-savers);
    background-color: #d4d4d459;
  }

  .nav-link-2.w--current, .nav-link-2.w--current:hover {
    color: var(--roxo-savers);
  }

  .nav-link-2.fale-conosco {
    display: none;
  }

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

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

  .nav-link-3.contato {
    background-color: var(--azul-savers);
    color: var(--roxo-savers);
    text-align: center;
    text-transform: uppercase;
    font-family: Helvetica Neue Bold, sans-serif;
    font-size: 17px;
    font-weight: 700;
    display: block;
  }

  .nav-link-3.contato:hover {
    background-color: var(--roxo-savers);
    color: var(--azul-savers);
  }

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

  .nav-menu-button-2.w--open {
    background-color: var(--roxo-savers);
    border-color: #fff;
  }

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

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

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

  .lynx-block-left.preco {
    padding-left: 0%;
    padding-right: 10%;
  }

  .lynx-grid-image-right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    place-items: start stretch;
  }

  .lynx-grid-image-right._2 {
    grid-template-columns: 1.2fr 1fr;
  }

  .lynx-grid-image-right._2._3 {
    flex-flow: row-reverse;
    display: flex;
  }

  .lynx-content._2 {
    padding-bottom: 0%;
  }

  .lynx-content.servi-os {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .fn-logos-image {
    max-width: 100px;
  }

  .fn-container-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .fn-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .brix---btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

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

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix--grid-2-columns-text-right {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .waves-master-logos-2 {
    grid-column-gap: 40px;
  }

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

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

  .lynx-newsletter-image {
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .lynx-content-3 {
    width: auto;
    max-width: none;
    margin-top: 0;
    margin-left: 10%;
    margin-right: 10%;
  }

  .lynx-link-footer-large-white {
    text-align: center;
  }

  .lynx-block-footer {
    justify-content: center;
    align-items: center;
    margin-top: 13px;
  }

  .lynx-grid-footer-dark {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .lynx-footer-dark {
    max-width: 95%;
    padding-left: 5%;
    padding-right: 5%;
  }

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

  .fn-footer-legal-link {
    transition: none;
  }

  .fn-footer-legal-link:hover {
    color: #939b9b;
  }

  .fn-standard-white-link {
    transition: none;
  }

  .fn-standard-white-link:hover {
    color: #ecf0ef;
  }

  .fn-brand-footer {
    z-index: 2;
    margin-bottom: 11px;
  }

  .fn-container-grid-2 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .fn-footer-first {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .a-button-primary {
    display: flex;
  }

  .a-footer-detail-row {
    justify-content: center;
  }

  .icon-3 {
    color: #eee;
  }

  .section-2.ludymilla.mobile {
    display: block;
  }

  .section-2.ludymilla.desktop {
    display: none;
  }

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

  .header-image {
    height: 400px;
  }

  .header-image.segundo {
    background-position: 25% 10%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    justify-content: center;
    align-items: flex-end;
    width: 100vw;
    height: 440px;
  }

  .header-image.segundo.home {
    background-position: 0%;
    background-size: cover;
  }

  .header-image.segundo.home.lara {
    background-position: 25%;
    width: 100vw;
    height: 400px;
  }

  .button-wrapper {
    text-align: left;
    justify-content: center;
  }

  .hero-heading, .hero-heading.home {
    font-size: 45px;
  }

  .paragraph-regular-4 {
    max-width: 100%;
    margin-bottom: 16px;
  }

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

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

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

  .container-4 {
    order: 0;
  }

  .header-block.home {
    padding: 40px 10%;
    display: block;
  }

  .waves---mega-heading-1 {
    font-size: 72px;
    line-height: 110%;
  }

  .waves-section-hero-5 {
    padding-top: 20%;
  }

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---card-left-text-wrapper {
    margin-top: 24px;
    margin-left: 0;
  }

  .brix---card---icon-left---content-right {
    flex-direction: column;
    padding-left: 32px;
    padding-right: 32px;
  }

  .brix---heading-h2-size-2 {
    font-size: 30px;
    line-height: 46px;
  }

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

  .brix---section-2 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .fn-button-secondery {
    transition: none;
  }

  .fn-button-secondery:hover {
    background-color: #0000;
  }

  .fn-classic-pricing-card {
    width: auto;
  }

  .fn-heading-2 {
    margin-bottom: 12px;
    font-size: 40px;
  }

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

  .fn-section-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .fn-heading-3 {
    font-size: 32px;
  }

  .fn-heading-4 {
    font-size: 28px;
  }

  .fn-pricing-tabs-grid {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .fn-pricing-tabs-link-right:hover {
    color: #ecf0ef;
    border-top-color: #ecf0ef;
    border-bottom-color: #ecf0ef;
    border-right-color: #ecf0ef;
  }

  .fn-pricing-tabs-link-right.w--current:hover {
    color: #1d1f14;
    background-color: #df0;
  }

  .fn-pricing-tabs-link-left:hover {
    color: #ecf0ef;
    border-top-color: #ecf0ef;
    border-bottom-color: #ecf0ef;
    border-left-color: #ecf0ef;
  }

  .fn-pricing-tabs-link-left.w--current:hover {
    color: #1d1f1e;
    background-color: #df0;
  }

  .fn-heading-8 {
    margin-bottom: 12px;
    font-size: 40px;
  }

  .fn-container-grid-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .brix---heading-h4-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---btn-primary-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

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

  .brix---grid-content-v15 {
    grid-row-gap: 56px;
    grid-template-columns: 1fr;
  }

  .brix---section-3 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h3-size-2 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---display-2 {
    font-size: 58px;
    line-height: 70px;
  }

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

  .brix---heading-h2-size-3 {
    font-size: 30px;
    line-height: 46px;
  }

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

  .brix---section-4 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .f-footer-link.contato {
    justify-content: flex-start;
    align-items: center;
  }

  .brix---footer-bottom {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---footer-col-title {
    margin-bottom: 24px;
  }

  .brix---social-media-grid-left {
    grid-column-gap: 10px;
  }

  .brix---grid-footer-v1 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .brix---footer-top {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .lynx-heading-accordion {
    font-size: 19px;
  }

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

  .fn-404-image-first {
    width: 350px;
    height: 350px;
  }

  .fn-heading-jambo {
    font-family: Helvetica Neue Bold, sans-serif;
    font-size: 76px;
  }

  .fn-container-grid-5 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .fn-section-404 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .lynx-heading-features-small {
    font-size: 19px;
  }

  .lynx-grid-features {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .lynx-grid-features.hero {
    margin-top: 25px;
  }

  .container-5 {
    order: 0;
  }

  .header-grid-2 {
    grid-column-gap: 32px;
    grid-row-gap: 0px;
    grid-template-columns: .75fr;
    place-items: center stretch;
  }

  .header-grid-2.mentoria {
    grid-template-columns: .75fr;
  }

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

  .fn-heading-9 {
    font-size: 32px;
  }

  .fn-features-card-with-image.slider-cards {
    flex: none;
    width: 411px;
  }

  .fn-solutions-card-wrapper {
    width: 100vw;
    margin-left: -15px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: auto;
  }

  .fn-heading-10 {
    margin-bottom: 12px;
    font-size: 40px;
  }

  .fn-container-grid-6 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .fn-section-405 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-heading-2 {
    font-size: 45px;
  }

  .cell-3 {
    flex-flow: column;
    align-items: center;
  }

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

  .image-14 {
    max-width: 40%;
    padding-top: 38px;
  }

  .fn-features-card-with-image-2.slider-cards {
    flex: none;
    width: auto;
    height: auto;
    display: flex;
  }

  .fn-heading-11 {
    font-size: 25px;
  }

  .fn-features-card-column-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .waves---mega-heading-2 {
    font-size: 72px;
    line-height: 110%;
  }

  .waves-section-hero-6 {
    padding-top: 240px;
  }

  .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-2 {
    width: 100%;
  }

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

  .whatsapp-block {
    bottom: 20px;
    right: 20px;
  }

  .waves---mega-heading-3 {
    font-family: Helvetica Neue Medium, sans-serif;
    font-size: 72px;
    line-height: 60px;
  }

  .waves-section-hero-7 {
    padding-top: 25vh;
  }

  .bold-text-38 {
    font-size: 50px;
    line-height: 20px;
  }

  .whatsapp-block-2 {
    bottom: 20px;
    right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .standard-tab {
    justify-content: flex-start;
    margin-left: 5px;
    margin-right: 5px;
  }

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

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

  .text-block {
    display: none;
  }

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

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

  .global-navigation-line, .global-text-wrapper {
    display: none;
  }

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

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

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

  .text-block-9, .text-block-10, .text-block-11 {
    display: none;
  }

  .lynx-image-absolute {
    left: -2%;
  }

  .lynx-button {
    margin-top: 30px;
  }

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

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

  .lynx-block-left {
    padding-left: 0%;
    padding-right: 0%;
  }

  .lynx-block-left._2, .lynx-block-left.preco {
    padding-left: 0%;
  }

  .lynx-grid-image-right {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .lynx-grid-image-right._2 {
    grid-row-gap: 20px;
    grid-template-columns: 1.2fr;
  }

  .lynx-grid-image-right._2._3 {
    flex-flow: column-reverse;
    grid-template-columns: .7fr;
    grid-auto-flow: row;
    place-items: start stretch;
    display: flex;
  }

  .lynx-content {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .lynx-content.servi-os, .lynx-content.servi-os.assessoria-clinica-medica {
    padding-top: 7%;
    padding-bottom: 7%;
  }

  .fn-logos-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .fn-container-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .fn-section {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

  .brix---btn-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary {
    padding: 20px 32px;
  }

  .brix---button-row-left {
    margin-right: 16px;
  }

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

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

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

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

  .brix--grid-2-columns-text-right {
    grid-template-columns: 1fr;
  }

  .brix---section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .waves---heading-2-no-margins {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .lynx-block-newsletter-text {
    text-align: center;
    align-items: center;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .lynx-newsletter-horizontal {
    flex-direction: column;
    padding: 45px 25px;
  }

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

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

  .fn-footer-line {
    margin-top: 12px;
  }

  .fn-social-share-wrapper {
    flex-direction: row;
    margin-top: 12px;
  }

  .fn-brand-footer {
    margin-right: 0;
    padding-left: 0;
  }

  .fn-container-grid-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .fn-footer-first {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .a-footer-link-grid {
    grid-template-columns: 1fr 1fr;
  }

  .a-footer-form {
    flex-direction: column;
  }

  .a-section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

  .waves---subtitle {
    text-align: left;
    font-size: 22px;
    line-height: 34px;
  }

  .waves---mega-heading-1 {
    font-size: 56px;
  }

  .waves-title-wrap-hero-5 {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
  }

  .waves---main-container-2 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .waves-section-hero-5 {
    padding-top: 160px;
  }

  .waves-section-hero-5.sobre {
    padding-top: 35%;
  }

  .brix---square-icon {
    border-radius: 12px;
    max-width: 56px;
  }

  .brix---grid-2-columns {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-2 {
    font-size: 28px;
    line-height: 40px;
  }

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

  .brix---section-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .fn-list {
    margin-top: 20px;
  }

  .fn-pricing-cost {
    font-size: 32px;
  }

  .fn-classic-pricing-card {
    padding: 24px;
  }

  .fn-paragraph {
    margin-bottom: 24px;
  }

  .fn-heading-2 {
    font-size: 34px;
  }

  .fn-container-grid-3 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .fn-section-2 {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

  .fn-button {
    width: 100%;
  }

  .fn-heading-3 {
    margin-bottom: 12px;
    font-size: 28px;
  }

  .fn-feature-pricing-card {
    padding: 24px;
  }

  .fn-heading-4 {
    font-size: 24px;
  }

  .fn-heading-8 {
    font-size: 34px;
  }

  .fn-container-grid-4 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .brix---heading-h4-size {
    font-size: 20px;
    line-height: 26px;
  }

  .brix---grid-2-columns-gap-56px {
    grid-template-columns: 1fr;
  }

  .brix---btn-secondary-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary-2 {
    padding: 20px 32px;
  }

  .brix---button-row-left-2 {
    margin-right: 16px;
  }

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

  .brix---grid-content-v15 {
    grid-template-columns: 1fr;
  }

  .brix---section-3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---display-2 {
    font-size: 48px;
    line-height: 56px;
  }

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

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

  .brix---heading-h2-size-3 {
    font-size: 28px;
    line-height: 40px;
  }

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

  .brix---section-4 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

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

  .brix---footer-list-item {
    margin-bottom: 10px;
  }

  .brix---footer-col-title {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 20px;
  }

  .brix---social-media-grid-left {
    justify-content: start;
    justify-items: start;
  }

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

  .brix---footer-logo-wrapper {
    width: 239px;
  }

  .brix---grid-footer-v1 {
    grid-template-columns: 1fr 1fr;
  }

  .brix---footer-top {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

  .fn-404-image-third {
    width: 80px;
    height: 80px;
  }

  .fn-404-image-second {
    width: 150px;
    height: 150px;
    top: -82%;
    left: 9%;
  }

  .fn-404-image-first {
    width: 150px;
    height: 150px;
    top: -101%;
    right: 6%;
  }

  .fn-paragraph-2 {
    margin-bottom: 24px;
  }

  .fn-heading-jambo {
    margin-bottom: 12px;
    font-size: 54px;
  }

  .fn-container-grid-5 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .fn-section-404 {
    padding: 10%;
    overflow: visible;
  }

  .lynx-grid-features {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

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

  .header-grid-2 {
    grid-column-gap: 32px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: .75fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .lynx-heading-3.branco.roxo {
    margin-bottom: 0;
  }

  .fn-paragraph-3 {
    margin-bottom: 24px;
  }

  .fn-heading-9 {
    margin-bottom: 12px;
    font-size: 28px;
  }

  .fn-features-card-image {
    height: 170px;
  }

  .fn-features-card-with-image.slider-cards {
    width: 260px;
  }

  .fn-heading-10 {
    font-size: 34px;
  }

  .fn-container-grid-6 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .fn-section-405 {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

  .fn-features-card-image-2 {
    height: 170px;
  }

  .fn-paragraph-4 {
    margin-bottom: 24px;
  }

  .fn-features-card-with-image-2.slider-cards {
    width: 260px;
  }

  .fn-heading-11 {
    margin-bottom: 12px;
    font-size: 28px;
  }

  .waves---subtitle-2 {
    font-size: 22px;
    line-height: 34px;
  }

  .waves---mega-heading-2 {
    font-size: 56px;
  }

  .waves-title-wrap-hero-6 {
    text-align: center;
    align-items: center;
  }

  .waves---main-container-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves-section-hero-6 {
    padding-top: 160px;
  }

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

  .div-block-6 {
    margin-left: 10%;
    margin-right: 10%;
  }

  .waves---section-medium-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves-grid-gallery-1 {
    grid-template-columns: 1fr;
  }

  .waves-master-gallery-1 {
    max-width: 390px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---main-container-4 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-3 {
    padding-top: 80px;
    padding-bottom: 10px;
  }

  .whatsapp-block {
    bottom: 15px;
    right: 15px;
  }

  .waves---subtitle-3 {
    font-size: 22px;
    line-height: 34px;
  }

  .waves---mega-heading-3 {
    font-size: 56px;
  }

  .waves-title-wrap-hero-7 {
    text-align: center;
    align-items: center;
  }

  .waves---main-container-5 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves-section-hero-7 {
    padding-top: 160px;
  }

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

  .whatsapp-block-2 {
    bottom: 15px;
    right: 15px;
  }

  .waves-grid-gallery-2 {
    grid-template-columns: 1fr;
  }

  .waves-master-gallery-4 {
    max-width: 390px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---main-container-6 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-4 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 479px) {
  .tab-image {
    width: 20px;
  }

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

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

  .text-block {
    display: none;
  }

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

  .slider-background {
    object-fit: fill;
    background-image: linear-gradient(#0000001a, #1d032480), url('../images/Slides-Savers-Home-Mobile.jpg');
    background-position: 0 0, 45%;
    background-attachment: scroll, scroll;
    overflow: visible;
  }

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

  .slider-background.background-03 {
    background-image: linear-gradient(#0000001a, #0009), url('../images/Slides-Savers-Home-Carreira-mobile.jpg');
    background-position: 0 0, 50% 0;
  }

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

  .slider-heading {
    font-family: Helvetica Neue Bold, sans-serif;
    font-size: 35px;
    line-height: 35px;
    overflow: visible;
  }

  .slider-heading.h2 {
    font-size: 30px;
  }

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

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

  .text-link-flowbase, .dropdown-flowbase, .flowbase-banner {
    display: none;
  }

  .flowbase-footer {
    background-image: none;
    background-position: 50% 0;
    background-repeat: repeat-x;
    background-size: cover;
  }

  .global-component-banner, .global-title-text, .global-icon-x-small {
    display: none;
  }

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

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

  .nav-menu-2 {
    background-color: var(--white);
    margin-left: 0%;
    margin-right: 0%;
    overflow: visible;
    box-shadow: 0 2px 14px #0003;
  }

  .image-3 {
    width: 120px;
  }

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

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

  .nav-link-2 {
    color: var(--roxo-savers);
    background-color: #00000005;
  }

  .nav-link-2:hover {
    color: var(--roxo-savers);
  }

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

  .nav-link-3.contato {
    background-color: var(--azul-savers);
    color: var(--roxo-savers);
    text-align: center;
    margin-top: 20px;
    font-family: Helvetica Neue Bold, sans-serif;
    font-weight: 700;
  }

  .nav-menu-button-2 {
    background-color: var(--roxo-savers);
  }

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

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

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

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

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

  .bold-text-2.servi-os {
    font-size: 35px;
    line-height: 40px;
  }

  .text-block-9, .text-block-10, .text-block-11 {
    display: none;
  }

  .lynx-image.maior {
    min-height: 400px;
  }

  .lynx-block-image {
    text-align: center;
    display: block;
  }

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

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

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

  .lynx-paragraph.marketing.center {
    max-width: none;
  }

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

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

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

  .lynx-block-left {
    background-image: linear-gradient(to bottom, var(--white), var(--white));
    padding-left: 0%;
    padding-right: 0%;
  }

  .lynx-block-left._2, .lynx-block-left.preco {
    padding-left: 0%;
  }

  .lynx-grid-image-right {
    grid-column-gap: 16px;
    grid-row-gap: 31px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .lynx-grid-image-right._2 {
    flex-flow: column-reverse;
    grid-template-columns: 1.2fr;
    grid-auto-flow: row;
    display: flex;
  }

  .lynx-grid-image-right._2._3 {
    flex-flow: column-reverse;
    grid-template-columns: .7fr;
    display: flex;
  }

  .lynx-grid-image-right.sobre {
    display: block;
  }

  .lynx-content {
    flex-flow: column;
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .lynx-content.contato {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-right: 10%;
    display: flex;
  }

  .lynx-content._2 {
    padding-top: 10%;
    padding-bottom: 0%;
  }

  .lynx-content.servi-os.assessoria-clinica-medica {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .lynx-content.servi-os {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .bold-text-3.branco {
    text-align: left;
    font-size: 30px;
  }

  .fn-logos-wrapper {
    margin-top: 10px;
  }

  .fn-label {
    text-align: center;
    line-height: 30px;
  }

  .fn-container-grid {
    max-width: none;
    margin-left: 0%;
    padding: 0% 10%;
  }

  .brix---btn-secondary, .brix---btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---button-row-left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row {
    flex-direction: column;
    align-items: stretch;
  }

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

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

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

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

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

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

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

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .waves-image-logo-2 {
    max-width: 100%;
  }

  .waves-master-logos-2 {
    grid-template-columns: 1fr 1fr;
    justify-content: start;
    margin-top: 45px;
    margin-left: 0;
    margin-right: 0;
  }

  .waves---heading-2-no-margins {
    font-size: 34px;
  }

  .waves---main-container {
    padding-left: 0;
    padding-right: 0;
  }

  .waves---section-medium {
    padding: 64px 10%;
  }

  .bold-text-4 {
    font-size: 30px;
    line-height: 35px;
  }

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

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

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

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

  .lynx-subtitle-white {
    font-size: 18px;
    line-height: 22px;
  }

  .lynx-newsletter-horizontal {
    padding: 30px 15px;
  }

  .lynx-newsletter-image {
    padding: 190px 8px 8px;
  }

  .lynx-heading-white-small {
    font-size: 35px;
    font-weight: 700;
  }

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

  .lynx-link-footer-dark {
    text-align: center;
    font-size: 11px;
    display: block;
  }

  .lynx-text-footer-dark {
    text-align: center;
    margin-bottom: 12px;
    font-size: 11px;
  }

  .lynx-block-footer-down {
    text-align: center;
    max-width: none;
    display: block;
  }

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

  .lynx-footer-dark {
    max-width: 90%;
    padding-left: 7%;
    padding-right: 7%;
  }

  .fn-legal-links-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .fn-links-wrapper {
    margin-bottom: 12px;
  }

  .a-footer-legal {
    flex-direction: column;
  }

  .a-footer-bottom {
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }

  .a-footer-link-grid {
    grid-template-columns: 1fr;
  }

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

  .a-footer-social {
    margin-bottom: 22px;
  }

  .a-footer-divider {
    display: none;
  }

  .a-footer-main-wrapper {
    flex-direction: column;
  }

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

  .header-image.segundo.home {
    background-position: 20% 20%;
    background-size: cover;
  }

  .button-primary {
    text-align: center;
    width: 100%;
  }

  .button-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .div-block-2 {
    text-align: left;
    justify-content: flex-start;
  }

  .hero-heading {
    text-align: center;
    margin-left: 0%;
    margin-right: 0%;
    font-size: 35px;
    font-weight: 400;
    line-height: 40px;
  }

  .hero-heading.home {
    text-align: left;
    font-size: 40px;
  }

  .paragraph-regular-4 {
    text-align: left;
    font-size: 18px;
    line-height: 30px;
  }

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

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

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

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

  .waves---subtitle {
    text-align: left;
    font-size: 20px;
    line-height: 25px;
  }

  .waves---subtitle.servicos {
    font-size: 17px;
  }

  .waves---mega-heading-1 {
    font-size: 36px;
  }

  .waves-title-wrap-hero-5 {
    justify-content: center;
    align-items: flex-start;
  }

  .waves---main-container-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .waves-section-hero-5 {
    padding: 40% 10% 48px;
  }

  .waves-section-hero-5.sobre {
    padding-top: 50%;
  }

  .waves-section-hero-5.sobre.mentoria {
    background-position: 70%;
  }

  .waves-section-hero-5.contato {
    -webkit-text-fill-color: inherit;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: auto 450px;
    background-attachment: scroll;
    background-clip: border-box;
    padding-top: 37%;
  }

  .waves-section-hero-5.equipamentos {
    background-image: url('../images/equipamentos-winpress.png');
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
  }

  .waves-section-hero-5.faq {
    background-image: url('../images/Slide-home-winpress-01.png');
    background-position: 80%;
  }

  .brix---paragraph-default-2 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

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

  .brix---square-icon {
    border-radius: 14px;
    max-width: 56px;
  }

  .brix---card---icon-left---content-right {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---heading-h2-size-2 {
    text-align: left;
    font-size: 24px;
    line-height: 34px;
  }

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

  .brix---container-default-2 {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .brix---section-2 {
    padding-top: 15%;
    padding-bottom: 25%;
  }

  .fn-button-secondery, .fn-button {
    width: 100%;
  }

  .fn-pricing-tabs-grid {
    width: 100%;
    max-width: none;
  }

  .brix---heading-h4-size {
    font-size: 18px;
    line-height: 24px;
  }

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

  .brix---grid-2-columns-gap-56px {
    grid-row-gap: 36px;
  }

  .brix---btn-secondary-2, .brix---btn-primary-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---button-row-left-2 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row-2 {
    flex-direction: column;
    align-items: stretch;
  }

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

  .brix---paragraph-default-3 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h3-size-2 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---display-2 {
    font-size: 38px;
    line-height: 48px;
  }

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

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

  .brix---heading-h2-size-3 {
    font-size: 24px;
    line-height: 34px;
  }

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

  .brix---container-default-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .f-footer-link {
    justify-content: center;
  }

  .f-footer-link.w--current {
    text-align: center;
  }

  .f-footer-link.contato {
    justify-content: flex-start;
    font-size: 17px;
  }

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

  .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 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .lynx-footer-dark-2 {
    max-width: 90%;
  }

  .brix---footer-link {
    font-size: 16px;
    line-height: 19px;
  }

  .brix---footer-list-item {
    margin-bottom: 8px;
  }

  .brix---footer-col-title {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---icon-square-36px {
    border-radius: 6px;
    width: 40px;
    min-width: 30px;
    height: 40px;
    min-height: 30px;
    font-size: 14px;
  }

  .brix---social-media-grid-left {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .brix---footer-logo {
    width: 100%;
    max-width: 240px;
  }

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

  .brix---grid-footer-v1 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

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

  .brix---container-default-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .lynx-heading-accordion {
    font-size: 18px;
  }

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

  .lynx-content-4 {
    width: auto;
    max-width: none;
    margin-left: 10%;
    margin-right: 10%;
  }

  .fn-404-image-second {
    width: 120px;
    height: 120px;
    top: -76%;
  }

  .fn-404-image-first {
    width: 120px;
    height: 120px;
  }

  .fn-heading-jambo {
    font-size: 50px;
  }

  .fn-section-404 {
    margin-left: 0%;
    margin-right: 0%;
    padding: 10%;
  }

  .lynx-heading-features-small {
    font-size: 18px;
    line-height: 22px;
  }

  .lynx-grid-features {
    grid-row-gap: 20px;
  }

  .lynx-grid-features.hero {
    grid-column-gap: 29px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .lynx-paragraph-3.branco, .brix---text-200-list-bold-2 {
    text-align: left;
  }

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

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

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

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

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

  .hero-heading-2 {
    text-align: center;
    font-size: 35px;
    font-weight: 400;
    line-height: 40px;
  }

  .hero-heading-2.solucoes {
    line-height: 40px;
  }

  .fn-paragraph-4 {
    text-align: left;
  }

  .texto-menor-escuro {
    font-size: 18px;
  }

  .image-14 {
    max-width: 40%;
    padding-top: 10px;
  }

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

  .div-block-5 {
    justify-content: center;
  }

  .fn-features-card-with-image-2.slider-cards {
    width: auto;
  }

  .fn-heading-11 {
    text-align: left;
  }

  .fn-features-card-column-2 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .bold-text-35 {
    text-align: center;
    font-weight: 400;
  }

  .header-block-2 {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .waves---subtitle-2 {
    font-size: 20px;
  }

  .waves---mega-heading-2 {
    font-size: 36px;
  }

  .waves-section-hero-6 {
    padding-bottom: 48px;
  }

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

  .text-block-6, .text-block-6:hover {
    color: var(--roxo-savers);
  }

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

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

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

  .div-block-6 {
    margin-top: 7%;
    margin-left: 10%;
    margin-right: 10%;
  }

  .div-block-7 {
    margin: 0% 10%;
  }

  .waves-small-image-wrap-gallery-3.last-image-top-grid {
    display: none;
  }

  .waves-medium-image-wrap-gallery-3 {
    height: 100%;
  }

  .waves-bottom-gird-gallery-3 {
    grid-template-rows: auto auto;
    grid-template-columns: .8fr 1.2fr .7fr;
    align-content: stretch;
    height: 30vh;
  }

  .waves-top-grid-gallery-3 {
    grid-template-rows: auto auto;
    grid-template-columns: .7fr 1.2fr 1fr;
    grid-auto-flow: row;
    height: 200px;
    margin-bottom: -96px;
  }

  .waves---section-medium-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .waves---main-container-4 {
    padding: 0% 10%;
  }

  .waves---section-medium-3 {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .top-section {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
  }

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

  .whatsapp-block {
    width: 100%;
    padding: 0% 5%;
    bottom: 0;
    right: 0;
  }

  .whatsapp-container {
    width: 80px;
    height: 80px;
    bottom: 10px;
    right: 0;
  }

  .whatsapp-chat {
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    height: 40vh;
    margin-left: 0%;
    margin-right: 0%;
    padding-right: 0%;
    position: relative;
  }

  .waves---subtitle-3 {
    text-align: left;
    font-size: 20px;
    line-height: 25px;
  }

  .waves---mega-heading-3 {
    text-align: left;
    font-size: 36px;
    font-weight: 500;
    line-height: 40px;
  }

  .waves-title-wrap-hero-7 {
    justify-content: center;
    align-items: flex-start;
  }

  .waves---main-container-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .waves-section-hero-7 {
    background-image: url('../images/Home-Savers-mobile.jpg');
    padding-top: 25vh;
    padding-bottom: 48px;
  }

  .bold-text-38 {
    text-align: left;
    font-size: 50px;
    line-height: 55px;
  }

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

  .whatsapp-block-2 {
    width: 100%;
    margin-left: 0;
    padding-left: 10%;
    padding-right: 5%;
    bottom: 0;
    right: 0;
  }

  .whatsapp-container-2 {
    width: 80px;
    height: 80px;
    bottom: 10px;
    right: 0;
  }

  .whatsapp-chat-2 {
    width: 100%;
    height: 35vh;
    position: relative;
  }

  .waves---section-medium-4 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .text-span-73.grande, .bold-text-39 {
    display: block;
  }
}

#w-node-_9e6f182a-f01a-31d6-2ce3-4faf107e5a92-64773ece {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e6f182a-f01a-31d6-2ce3-4faf107e5a95-64773ece {
  align-self: center;
}

#w-node-_9e6f182a-f01a-31d6-2ce3-4faf107e5a97-64773ece {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e6f182a-f01a-31d6-2ce3-4faf107e5a9a-64773ece {
  align-self: center;
}

#w-node-_9e6f182a-f01a-31d6-2ce3-4faf107e5a9c-64773ece {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e6f182a-f01a-31d6-2ce3-4faf107e5a9f-64773ece {
  align-self: center;
}

#w-node-_9e6f182a-f01a-31d6-2ce3-4faf107e5aa1-64773ece {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e6f182a-f01a-31d6-2ce3-4faf107e5aa4-64773ece {
  align-self: center;
}

#w-node-_9e6f182a-f01a-31d6-2ce3-4faf107e5aa6-64773ece {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e6f182a-f01a-31d6-2ce3-4faf107e5aa9-64773ece {
  align-self: center;
}

#w-node-_9e6f182a-f01a-31d6-2ce3-4faf107e5aab-64773ece {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e6f182a-f01a-31d6-2ce3-4faf107e5aae-64773ece {
  align-self: center;
}

#w-node-d77dff2f-62c8-50e4-b26d-23bcd9f8c508-64773ece, #w-node-d77dff2f-62c8-50e4-b26d-23bcd9f8c511-64773ece {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4f41fde5-74cb-439f-f6f9-fad1155730e2-64773ece {
  justify-self: center;
}

#w-node-b733ad49-2947-16ee-80ce-a9bbf24bac45-64773ece {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b733ad49-2947-16ee-80ce-a9bbf24bac48-64773ece {
  align-self: center;
}

#w-node-_1b1250a2-4313-a9da-335e-d1cadc0bdd52-64773ece {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1b1250a2-4313-a9da-335e-d1cadc0bdd55-64773ece {
  align-self: center;
}

#w-node-_0564b497-a645-ea25-06de-b4d0b46d4e47-64773ece {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0564b497-a645-ea25-06de-b4d0b46d4e4a-64773ece {
  align-self: center;
}

#w-node-_6550f5d6-7c53-6cb8-9363-d7d15787e440-64773ece {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6550f5d6-7c53-6cb8-9363-d7d15787e443-64773ece {
  align-self: center;
}

#w-node-cfe311ff-a938-2276-e06d-277e74fa08ac-64773ece {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cfe311ff-a938-2276-e06d-277e74fa08af-64773ece {
  align-self: center;
}

#w-node-_7a13219a-b148-2a8c-98ef-1377621dc312-64773ece {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7a13219a-b148-2a8c-98ef-1377621dc315-64773ece {
  align-self: center;
}

#w-node-fddc648f-934b-9a76-8822-bfcd1054cac9-1054cac7, #w-node-fddc648f-934b-9a76-8822-bfcd1054cacb-1054cac7, #w-node-fddc648f-934b-9a76-8822-bfcd1054cad8-1054cac7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d77dff2f-62c8-50e4-b26d-23bcd9f8c508-64773ecf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-d77dff2f-62c8-50e4-b26d-23bcd9f8c511-64773ecf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7706f73d-107e-9335-3a77-53e1a39bec74-64773ecf, #w-node-_04827145-ca68-c866-87d6-881335d26f56-64773ecf, #w-node-_15700cb2-13b7-a97a-c524-3589730e1281-64773ecf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end center;
}

#w-node-_44dd7763-035c-730b-c4a1-a1a7978d8ae9-64773ecf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_44dd7763-035c-730b-c4a1-a1a7978d8af8-64773ecf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a8cb4f46-9d98-10b9-2e5a-c31fe0d55087-64773ecf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-a8cb4f46-9d98-10b9-2e5a-c31fe0d5508f-64773ecf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_620ea086-3a6b-9983-dcaa-f2a7e6c04bcf-64773ed0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_620ea086-3a6b-9983-dcaa-f2a7e6c04bd1-64773ed0 {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-_620ea086-3a6b-9983-dcaa-f2a7e6c04bdd-64773ed0 {
  grid-area: 2 / 5 / 3 / 9;
}

#w-node-_620ea086-3a6b-9983-dcaa-f2a7e6c04be9-64773ed0 {
  grid-area: 2 / 9 / 3 / 13;
}

#w-node-_620ea086-3a6b-9983-dcaa-f2a7e6c04bf4-64773ed0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_620ea086-3a6b-9983-dcaa-f2a7e6c04bf6-64773ed0 {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-_620ea086-3a6b-9983-dcaa-f2a7e6c04c02-64773ed0 {
  grid-area: 2 / 5 / 3 / 9;
}

#w-node-_620ea086-3a6b-9983-dcaa-f2a7e6c04c0e-64773ed0 {
  grid-area: 2 / 9 / 3 / 13;
}

#w-node-_620ea086-3a6b-9983-dcaa-f2a7e6c04c19-64773ed0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_620ea086-3a6b-9983-dcaa-f2a7e6c04c1b-64773ed0 {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-d77dff2f-62c8-50e4-b26d-23bcd9f8c508-64773ed1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_7d3b189d-2980-2ab2-7246-3149bc16f6d6-64773ed1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a5ca56c-1636-7e8d-abb0-8fb5732e496d-64773ed4 {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-_68043d83-0667-1ea8-6c92-57d34b7b4363-1472d84d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_68043d83-0667-1ea8-6c92-57d34b7b4369-1472d84d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40eefc58-9f4f-1650-097b-cdbc9343083f-1472d84d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end center;
}

#w-node-_93e8a144-6536-146f-468e-e018d123dcde-1472d84d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_93e8a144-6536-146f-468e-e018d123dce4-1472d84d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8e476652-e3d8-b80c-c45c-ce164698df48-1472d84d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end center;
}

#w-node-_7faab783-3a4e-f7d5-fe05-f516edb4204e-1472d84d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_7faab783-3a4e-f7d5-fe05-f516edb42054-1472d84d, #w-node-_7b2ade4d-3e31-0024-9c37-a23d4331fd94-1472d84d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b2ade4d-3e31-0024-9c37-a23d4331fd8e-1472d84d, #w-node-_9ae49ed6-e371-86bd-365d-58ff9e330558-1472d84d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_9ae49ed6-e371-86bd-365d-58ff9e33055c-1472d84d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7df12f93-f61c-bb39-7563-7f11a3973232-efa661f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_8dd80207-bb96-e46a-d73d-82cf1555b8ff-efa661f6 {
  justify-self: auto;
}

#w-node-d77dff2f-62c8-50e4-b26d-23bcd9f8c508-efa661f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-e1f20399-fcc3-b31d-17d2-137077351178-efa661f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-d77dff2f-62c8-50e4-b26d-23bcd9f8c508-424005c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d77dff2f-62c8-50e4-b26d-23bcd9f8c511-424005c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d77dff2f-62c8-50e4-b26d-23bcd9f8c508-d3bbf08d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_7fc8c8a3-1c1f-ed46-47cf-3950b7e28ebd-d3bbf08d, #w-node-_7fc8c8a3-1c1f-ed46-47cf-3950b7e28ec2-d3bbf08d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d77dff2f-62c8-50e4-b26d-23bcd9f8c508-76b9a52f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_4ed14107-791d-35b3-54e7-891906d5d4a9-76b9a52f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-ae2c9cbe-7583-73ee-73a9-d47cbb406494-76b9a52f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_21bdde28-2259-b099-ae09-7bc75cf62f50-76b9a52f {
  justify-self: center;
}

#w-node-_21bdde28-2259-b099-ae09-7bc75cf62f5e-76b9a52f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_21bdde28-2259-b099-ae09-7bc75cf62f61-76b9a52f {
  align-self: center;
}

#w-node-_21bdde28-2259-b099-ae09-7bc75cf62f63-76b9a52f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_21bdde28-2259-b099-ae09-7bc75cf62f66-76b9a52f {
  align-self: center;
}

#w-node-_21bdde28-2259-b099-ae09-7bc75cf62f68-76b9a52f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_21bdde28-2259-b099-ae09-7bc75cf62f6b-76b9a52f {
  align-self: center;
}

#w-node-d77dff2f-62c8-50e4-b26d-23bcd9f8c508-d1796252 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d77dff2f-62c8-50e4-b26d-23bcd9f8c511-d1796252 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d77dff2f-62c8-50e4-b26d-23bcd9f8c508-d179d171 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d77dff2f-62c8-50e4-b26d-23bcd9f8c511-d179d171, #w-node-_51ab4ee1-373b-2f31-75e9-3cad470f641d-d179d171, #w-node-_51ab4ee1-373b-2f31-75e9-3cad470f6422-d179d171 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e047dd08-ba24-bd47-70f0-998fb7e7d699-d179d171 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

@media screen and (min-width: 1920px) {
  #w-node-_9e6f182a-f01a-31d6-2ce3-4faf107e5a92-64773ece {
    justify-self: auto;
  }

  #w-node-_4f41fde5-74cb-439f-f6f9-fad1155730e2-64773ece {
    justify-self: center;
  }

  #w-node-fddc648f-934b-9a76-8822-bfcd1054cad8-1054cac7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d77dff2f-62c8-50e4-b26d-23bcd9f8c508-64773ecf {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_7706f73d-107e-9335-3a77-53e1a39bec74-64773ecf {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: end center;
  }

  #w-node-_44dd7763-035c-730b-c4a1-a1a7978d8ae9-64773ecf {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }

  #w-node-d77dff2f-62c8-50e4-b26d-23bcd9f8c508-64773ed1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_68043d83-0667-1ea8-6c92-57d34b7b4363-1472d84d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }

  #w-node-_7df12f93-f61c-bb39-7563-7f11a3973232-efa661f6, #w-node-d77dff2f-62c8-50e4-b26d-23bcd9f8c508-efa661f6, #w-node-e1f20399-fcc3-b31d-17d2-137077351178-efa661f6, #w-node-d77dff2f-62c8-50e4-b26d-23bcd9f8c508-424005c0, #w-node-d77dff2f-62c8-50e4-b26d-23bcd9f8c508-d3bbf08d, #w-node-d77dff2f-62c8-50e4-b26d-23bcd9f8c508-76b9a52f, #w-node-_4ed14107-791d-35b3-54e7-891906d5d4a9-76b9a52f, #w-node-ae2c9cbe-7583-73ee-73a9-d47cbb406494-76b9a52f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_21bdde28-2259-b099-ae09-7bc75cf62f50-76b9a52f {
    justify-self: center;
  }

  #w-node-d77dff2f-62c8-50e4-b26d-23bcd9f8c508-d1796252, #w-node-d77dff2f-62c8-50e4-b26d-23bcd9f8c508-d179d171, #w-node-e047dd08-ba24-bd47-70f0-998fb7e7d699-d179d171 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_9e6f182a-f01a-31d6-2ce3-4faf107e5a92-64773ece {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_9e6f182a-f01a-31d6-2ce3-4faf107e5a95-64773ece {
    align-self: center;
  }

  #w-node-_9e6f182a-f01a-31d6-2ce3-4faf107e5a97-64773ece {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_9e6f182a-f01a-31d6-2ce3-4faf107e5a9a-64773ece {
    align-self: center;
  }

  #w-node-_9e6f182a-f01a-31d6-2ce3-4faf107e5a9c-64773ece {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_9e6f182a-f01a-31d6-2ce3-4faf107e5a9f-64773ece {
    align-self: center;
  }

  #w-node-_9e6f182a-f01a-31d6-2ce3-4faf107e5aa1-64773ece {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_9e6f182a-f01a-31d6-2ce3-4faf107e5aa4-64773ece {
    align-self: center;
  }

  #w-node-_9e6f182a-f01a-31d6-2ce3-4faf107e5aa6-64773ece {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_9e6f182a-f01a-31d6-2ce3-4faf107e5aa9-64773ece {
    align-self: center;
  }

  #w-node-_9e6f182a-f01a-31d6-2ce3-4faf107e5aab-64773ece {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_9e6f182a-f01a-31d6-2ce3-4faf107e5aae-64773ece {
    align-self: center;
  }

  #w-node-b733ad49-2947-16ee-80ce-a9bbf24bac45-64773ece {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_993ff724-b7e4-9fa3-070e-115040fe9326-64773ece, #w-node-b733ad49-2947-16ee-80ce-a9bbf24bac48-64773ece {
    align-self: center;
  }

  #w-node-_1b1250a2-4313-a9da-335e-d1cadc0bdd52-64773ece {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_1b1250a2-4313-a9da-335e-d1cadc0bdd54-64773ece, #w-node-_1b1250a2-4313-a9da-335e-d1cadc0bdd55-64773ece {
    align-self: center;
  }

  #w-node-_0564b497-a645-ea25-06de-b4d0b46d4e47-64773ece {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_0564b497-a645-ea25-06de-b4d0b46d4e49-64773ece, #w-node-_0564b497-a645-ea25-06de-b4d0b46d4e4a-64773ece {
    align-self: center;
  }

  #w-node-_6550f5d6-7c53-6cb8-9363-d7d15787e440-64773ece {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_6550f5d6-7c53-6cb8-9363-d7d15787e442-64773ece, #w-node-_6550f5d6-7c53-6cb8-9363-d7d15787e443-64773ece {
    align-self: center;
  }

  #w-node-cfe311ff-a938-2276-e06d-277e74fa08ac-64773ece {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-cfe311ff-a938-2276-e06d-277e74fa08ae-64773ece, #w-node-cfe311ff-a938-2276-e06d-277e74fa08af-64773ece {
    align-self: center;
  }

  #w-node-_7a13219a-b148-2a8c-98ef-1377621dc312-64773ece {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_7a13219a-b148-2a8c-98ef-1377621dc314-64773ece, #w-node-_7a13219a-b148-2a8c-98ef-1377621dc315-64773ece {
    align-self: center;
  }

  #w-node-_21bdde28-2259-b099-ae09-7bc75cf62f5e-76b9a52f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_21bdde28-2259-b099-ae09-7bc75cf62f60-76b9a52f, #w-node-_21bdde28-2259-b099-ae09-7bc75cf62f61-76b9a52f {
    align-self: center;
  }

  #w-node-_21bdde28-2259-b099-ae09-7bc75cf62f63-76b9a52f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_21bdde28-2259-b099-ae09-7bc75cf62f65-76b9a52f, #w-node-_21bdde28-2259-b099-ae09-7bc75cf62f66-76b9a52f {
    align-self: center;
  }

  #w-node-_21bdde28-2259-b099-ae09-7bc75cf62f68-76b9a52f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_21bdde28-2259-b099-ae09-7bc75cf62f6a-76b9a52f, #w-node-_21bdde28-2259-b099-ae09-7bc75cf62f6b-76b9a52f {
    align-self: center;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_4f41fde5-74cb-439f-f6f9-fad1155730e2-64773ece {
    justify-self: center;
  }

  #w-node-fddc648f-934b-9a76-8822-bfcd1054cac9-1054cac7 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-fddc648f-934b-9a76-8822-bfcd1054cacb-1054cac7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-fddc648f-934b-9a76-8822-bfcd1054cad8-1054cac7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7706f73d-107e-9335-3a77-53e1a39bec74-64773ecf, #w-node-_04827145-ca68-c866-87d6-881335d26f56-64773ecf, #w-node-_15700cb2-13b7-a97a-c524-3589730e1281-64773ecf, #w-node-_40eefc58-9f4f-1650-097b-cdbc9343083f-1472d84d, #w-node-_8e476652-e3d8-b80c-c45c-ce164698df48-1472d84d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: end center;
  }

  #w-node-_21bdde28-2259-b099-ae09-7bc75cf62f50-76b9a52f {
    justify-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_620ea086-3a6b-9983-dcaa-f2a7e6c04bcf-64773ed0, #w-node-_620ea086-3a6b-9983-dcaa-f2a7e6c04bf4-64773ed0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_620ea086-3a6b-9983-dcaa-f2a7e6c04c19-64773ed0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-d77dff2f-62c8-50e4-b26d-23bcd9f8c508-64773ed1 {
    justify-self: auto;
  }

  #w-node-_5a5ca56c-1636-7e8d-abb0-8fb5732e496d-64773ed4 {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-_9ae49ed6-e371-86bd-365d-58ff9e330558-1472d84d {
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-fddc648f-934b-9a76-8822-bfcd1054cac9-1054cac7, #w-node-fddc648f-934b-9a76-8822-bfcd1054cacb-1054cac7 {
    justify-self: center;
  }

  #w-node-_620ea086-3a6b-9983-dcaa-f2a7e6c04bcf-64773ed0, #w-node-_620ea086-3a6b-9983-dcaa-f2a7e6c04bf4-64773ed0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5a5ca56c-1636-7e8d-abb0-8fb5732e496d-64773ed4 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9e6f182a-f01a-31d6-2ce3-4faf107e5a92-64773ece, #w-node-_9e6f182a-f01a-31d6-2ce3-4faf107e5a97-64773ece, #w-node-_9e6f182a-f01a-31d6-2ce3-4faf107e5a9c-64773ece, #w-node-_9e6f182a-f01a-31d6-2ce3-4faf107e5aa1-64773ece, #w-node-_9e6f182a-f01a-31d6-2ce3-4faf107e5aa6-64773ece, #w-node-_9e6f182a-f01a-31d6-2ce3-4faf107e5aab-64773ece {
    justify-self: stretch;
  }
}


@font-face {
  font-family: 'Helvetica Neue Light';
  src: url('../fonts/HelveticaNeueLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue Thin';
  src: url('../fonts/HelveticaNeueThin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue Heavy';
  src: url('../fonts/HelveticaNeueHeavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue Medium';
  src: url('../fonts/HelveticaNeueMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue Bold';
  src: url('../fonts/HelveticaNeueBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue Regular';
  src: url('../fonts/HelveticaNeueRoman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}