:root {
  --c: white;
  --a: #184823;
  --b: #cbb058;
  --d: #c6c6c6;
}

a {
  color: #fff;
  text-decoration: none;
}

.page-wrapper {
  position: relative;
  overflow: hidden;
}

.logo {
  justify-content: flex-start;
  display: flex;
}

.nav-menu {
  float: none;
  text-align: center;
}

.nav-link {
  padding: 0 25px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  position: relative;
}

.nav-link:hover {
  color: var(--b);
}

.nav-link.w--current {
  color: var(--c);
}

.navbar {
  width: 80%;
}

.image {
  width: 100%;
}

.container {
  width: 100vw;
  max-width: 1332px;
  min-height: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
}

.container.relative {
  z-index: 1;
  position: relative;
}

.nav-ball {
  opacity: 0;
  background-color: #ffad3d;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  transition: opacity .35s;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%);
}

.brand {
  width: 150px;
}

.navigation-container {
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.navbar-2 {
  background-color: var(--a);
}

.body {
  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: 28px;
}

.list-item-icons {
  margin-top: 30px;
  padding-left: 0;
}

.list-item-icons.nomargin {
  margin-top: 10px;
}

.section {
  justify-content: center;
  align-items: center;
  padding: 40px 0 60px;
  display: flex;
}

.section.page-container {
  padding-top: 130px;
  padding-bottom: 0;
}

.section.page-container.extraspacing {
  background-image: url('../images/TEXTURAS-1.png');
  background-position: 50%;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 0;
}

.section.our-mission {
  background-image: url('../images/TEXTURAS-1.png');
  background-position: 50%;
  background-size: cover;
  padding-top: 0;
  padding-bottom: 60px;
  position: relative;
}

.section.financial {
  padding-top: 0;
  padding-bottom: 32px;
}

.section.financial.nomargin {
  padding-top: 100px;
  padding-bottom: 60px;
}

.section.masonry {
  background-color: #04c3b408;
  background-image: url('../images/TEXTURAS-1.png');
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.partners {
  padding-top: 130px;
  padding-bottom: 130px;
}

.section.partners.olor {
  background-image: url('../images/Design-sem-nome-5.svg');
  background-position: 0 0;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.about-us {
  background-image: url('../images/Design-sem-nome-5.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 160px;
  height: auto;
  padding: 20px 50px 60px;
  position: relative;
}

.testimonial-body {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 20px;
  display: grid;
}

.testimonial-body.testimonial-body-large {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  place-items: start center;
  margin-top: 50px;
}

.testimonial-body.testimonial-body-large.change-configs {
  margin-top: 0;
}

.featured-post-summary {
  background-color: #f1f6f6;
  background-image: url('../images/Design-sem-nome-4.svg');
  background-position: 50%;
  background-size: contain;
  border-width: 1px;
  border-color: #3e86db;
  min-height: 430px;
  position: absolute;
  top: 50px;
  left: -80px;
  right: 0%;
}

.featured-post-summary.change-texture {
  background-color: #f1f6f6;
  background-image: url('../images/TEXTURAS.png');
  background-size: cover;
  border-radius: 20px;
  padding: 50px;
}

.block-footer-large {
  margin-top: 50px;
}

.block-footer-large.new-margin {
  margin-top: 0;
}

.block-footer-large.new-margin._2 {
  margin-top: 20px;
}

.block-footer-large.center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.block-footer-large.newmargin {
  margin-top: 10px;
}

.list-icon {
  border: 2px solid #3e86db;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 20px;
  display: flex;
}

.list-icon.change-icon {
  border-width: 0;
  width: 45px;
  height: 45px;
}

.testimonial-name {
  text-transform: capitalize;
  font-weight: 700;
  line-height: 23px;
}

.testimonial-name.feature-name {
  color: var(--a);
  -webkit-text-stroke-color: #3e86db;
  text-transform: uppercase;
  margin-top: 20px;
  padding-bottom: 5px;
  font-size: 16px;
  line-height: 20px;
}

.list-item {
  align-items: center;
  margin-top: 26px;
  margin-bottom: 0;
  display: flex;
}

.articles-featured-wrapper {
  min-height: 480px;
  margin-bottom: 110px;
  position: relative;
}

.welcome-title {
  margin-top: 0;
  font-size: 38px;
  line-height: 46px;
}

.welcome-title.width-control {
  max-width: 35ch;
}

.featured-summary {
  position: relative;
}

.welcome-subtitle {
  color: #04c3b4;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.about-body {
  margin-top: 30px;
}

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

.layout-grid.mission-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  position: relative;
}

.layout-grid.financial-child-grid {
  grid-column-gap: 60px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 40px;
}

.layout-grid.financial-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1.1fr;
}

.layout-grid.social-media-grid {
  grid-column-gap: 140px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  padding-top: 100px;
}

.testimonial-job-titles {
  color: #7da29f;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

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

.blog-feature-title {
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 45px;
  line-height: 53px;
}

.blog-feature-title.no-big {
  color: var(--a);
  text-transform: none;
}

.blog-featured-wrapper.spacing {
  margin-top: 100px;
}

.featured-short-summary {
  margin-top: 32px;
  margin-bottom: 32px;
  font-size: 20px;
  line-height: 30px;
}

.button {
  transform: scale3d(1none, 1none, 1none);
  text-transform: capitalize;
  transform-style: preserve-3d;
  border-radius: 10px;
  padding: 11px 36px;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  transition: transform .3s ease-in-out, background-color .3s ease-in-out, color .3s ease-in-out;
}

.button:hover {
  color: #fff;
  background-color: #ffad3d;
  transform: scale(1.05);
}

.button.button-warning {
  background-color: #25d366;
}

.button.button-warning.green, .button.button-warning {
  background-color: #25d366;
}

.button.button-warning.green, .button.button-warning {
  background-color: #25d366;
}

.button.button-warning:hover {
  background-color: var(--b);
  color: #fff;
}

.featured-post-image {
  background-image: url('../images/Design-sem-nome-23.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 40px;
  width: 100%;
  height: 100%;
}

.featured-post-image.height {
  background-image: url('../images/5-7-2023-11.7.9-15.jpg');
  background-position: 50%;
  height: 400px;
}

.featured-post-image.height.pic-change {
  background-image: url('../images/Nitz-odontologia-35.jpg');
  background-position: 50%;
  background-size: cover;
  height: 700px;
}

.image-2 {
  width: 60%;
}

.list-label {
  font-weight: 600;
  line-height: 23px;
}

.bold-text {
  color: var(--a);
}

.mission-item {
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  min-height: 100px;
  padding: 50px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 14px 30px #0000001a;
}

.text-span-2 {
  color: #04c3b4;
}

.mission-description {
  margin-top: 10px;
  margin-bottom: 0;
}

.section-title {
  flex-direction: column;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

.section-title.center {
  text-align: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.section-title.center.horizontal {
  flex-flow: row;
  justify-content: space-around;
  max-width: none;
  padding-top: 60px;
}

.section-title.left {
  width: 100%;
  max-width: 550px;
}

.section-title.left.no-bottom {
  flex-flow: row;
  margin-bottom: 0;
}

.section-title.left.mb-0 {
  margin-bottom: 0;
}

.section-title.growth-title {
  margin-bottom: 40px;
}

.section-title.growth-title.nomargin {
  margin-bottom: 0;
}

.section-title.partner-title {
  align-items: center;
  width: 100%;
  max-width: 1170px;
  margin-bottom: 0;
}

.title {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 700;
  line-height: 52px;
}

.title.short {
  max-width: 20ch;
}

.title.frse-2.white {
  color: #f1f6f6;
}

.title.frse-2.nwetext {
  text-align: center;
}

.mission-wave {
  width: 100%;
  min-height: 490px;
  position: absolute;
  inset: 110px 0% auto;
}

.bold-text-2 {
  color: var(--a);
}

.mission-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 23px;
  line-height: 32px;
}

.flower-pattern {
  z-index: -1;
  background-image: url('../images/Flower.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 120px;
  height: 120px;
  display: none;
  position: absolute;
  bottom: -55px;
  left: -55px;
  overflow: hidden;
}

.image-3 {
  border-radius: 17px;
  max-width: 520px;
}

.callout-title {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 28px;
}

.callout {
  flex-flow: column;
  display: flex;
}

.callout-header {
  justify-content: center;
  align-items: center;
  width: 80px;
  min-width: 80px;
  height: 80px;
  margin-top: 5px;
  margin-bottom: 10px;
  margin-right: 25px;
  display: flex;
}

.title-icon {
  width: 38px;
  height: 38px;
  margin-bottom: 10px;
}

.financial-header {
  flex-direction: column;
  display: flex;
  position: relative;
}

.callout-description {
  margin-top: 10px;
  margin-bottom: 0;
}

.container-941 {
  max-width: 1332px;
  min-height: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  display: block;
}

.gallery-overview {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.gallery-overview.newclass {
  padding-bottom: 0;
}

.column {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

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

.our-growth-2 {
  border-top: 1px solid #dde7e5;
  padding-top: 130px;
  overflow: hidden;
}

.our-growth-2.new-class {
  padding-top: 20px;
}

.growth-line-2 {
  background-color: #dde7e5;
  width: 1px;
  height: 1024px;
  position: absolute;
  top: -200px;
  right: 0%;
}

.gallery-image {
  width: 100%;
}

.growth-content {
  padding-left: 1em;
}

.container-942 {
  width: 100vw;
  max-width: 1332px;
  min-height: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
}

.growth-banner {
  position: relative;
}

.growth-background {
  background-image: url('../images/Design-sem-nome-2023-09-06T145722.136.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 40px;
  width: 26.5em;
  min-height: 38.3em;
}

.growth-label-2 {
  color: #f1f6f6b0;
  letter-spacing: 23px;
  text-transform: uppercase;
  transform-style: preserve-3d;
  height: 96px;
  font-size: 7.2em;
  font-weight: 800;
  line-height: .7;
  position: absolute;
  top: 2.2em;
  right: -2em;
  transform: rotateX(180deg)rotateY(-180deg)rotateZ(90deg);
}

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

.section-description {
  margin-top: 15px;
  margin-bottom: 0;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-wrapper.wrapper-antes-depois {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-top: 60px;
}

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

.layout-grid-2.growth-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero-without-image {
  background-color: var(--a);
  border-bottom: 1px solid #e4ebf3;
  padding: 20px 30px;
  position: relative;
}

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

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-span-14 {
  color: #fff;
}

.container-945 {
  width: 100vw;
  max-width: 1332px;
  min-height: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
}

.sub-title {
  color: #7da29f;
  letter-spacing: .2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.sub-title.new-center {
  text-align: center;
}

.sub-title.text-top {
  color: #f1f6f6;
  margin-bottom: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 22px;
  line-height: 1;
}

.hero-without-image-2 {
  background-color: var(--a);
  border-bottom: 1px solid #e4ebf3;
  padding: 20px 30px;
  position: relative;
}

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

.accordion-header {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  transition: background-color .2s, color .2s;
  display: flex;
}

.accordion-lottie-ant {
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  display: flex;
  overflow: hidden;
}

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

.accordion-heading {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 28px;
  line-height: 32px;
}

.accordion-title {
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 30px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.accordion-item {
  border-top: 1px solid #dde7e5;
  padding-top: 20px;
  padding-bottom: 20px;
}

.accordion-item.last {
  border-bottom: 1px solid #dde7e5;
}

.container-947 {
  width: 100vw;
  max-width: 1332px;
  min-height: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
}

.accordion-body {
  padding-right: 50px;
  overflow: hidden;
}

.accordion-wrapper {
  padding-top: 40px;
}

.text-span-11 {
  color: var(--a);
}

.section-2 {
  background-image: url('../images/TEXTURAS-1.png');
  background-position: 50%;
  background-size: cover;
  padding-top: 0;
  padding-bottom: 79px;
  position: relative;
}

.newsletter-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 0px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 50px 80px;
  display: grid;
}

.newsletter-wrapper.rounded {
  z-index: 2;
  grid-template-columns: .9fr 1fr;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.social-media-item {
  width: 75px;
  height: 75px;
  margin-bottom: 0;
  margin-left: 16px;
}

.text-primary {
  color: var(--b);
  text-decoration: none;
}

.facebook {
  background-color: #3b5998;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.hero-star {
  width: 170px;
  position: absolute;
  bottom: -72px;
  left: -86px;
}

.hero-star.change-location {
  inset: 104% auto 50% 50%;
}

.twitter {
  background-color: #00acee;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.icon-redes {
  width: 30px;
}

.newsletter-title {
  margin-top: 0;
  font-size: 23px;
  line-height: 30px;
}

.container-948 {
  width: 100vw;
  max-width: 1332px;
  min-height: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
}

.newsletter-subtitle {
  margin-bottom: 0;
}

.social-media-list {
  padding-left: 0;
  display: flex;
}

.instagram {
  background-color: #e1306c;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.mt-15 {
  margin-top: 15px;
}

.image-4 {
  border-radius: 20px;
}

.footer-light {
  background-color: var(--a);
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 30px;
  position: relative;
}

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

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.footer-title {
  color: var(--c);
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: var(--d);
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: var(--b);
}

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

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

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

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: var(--c);
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.image-5 {
  width: 150px;
}

.link {
  text-decoration: underline;
}

.about-intro {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-right: 40px;
  display: flex;
}

.pattern-image {
  z-index: 10;
  flex-direction: row;
  width: 120px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 67%;
  left: 0%;
  right: 0%;
}

.foto-right {
  background-image: url('../images/Nitz-odontologia-31.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  max-width: 50%;
  height: 650px;
  margin-top: 100px;
  margin-bottom: 100px;
  position: relative;
  inset: 0% 0% auto auto;
}

.tiny-heading {
  margin-top: 0;
  font-size: 20px;
  line-height: 28px;
}

.container-950 {
  width: 100vw;
  max-width: 1332px;
  min-height: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
}

.container-950.flex {
  display: flex;
}

.image-6 {
  border-radius: 20px;
}

.div-block-2 {
  z-index: 500;
  position: fixed;
  inset: auto 3% 3% auto;
}

.image-7 {
  width: 70px;
}

.div-block {
  background-color: #9a745c;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .section.about-us {
    border-bottom-right-radius: 260px;
    min-height: 680px;
  }

  .featured-post-summary {
    min-height: 450px;
    padding-left: 50px;
  }

  .block-footer-large {
    margin-top: 50px;
  }

  .welcome-title {
    font-size: 55px;
    line-height: 63px;
  }

  .blog-feature-title {
    font-size: 50px;
    line-height: 58px;
  }

  .callout-title {
    font-size: 23px;
    line-height: 30px;
  }

  .callout-header {
    min-width: 86px;
    height: 80px;
  }

  .growth-background {
    width: 27.5em;
  }
}

@media screen and (min-width: 1920px) {
  .section.about-us {
    border-bottom-right-radius: 360px;
    min-height: 830px;
  }

  .block-footer-large {
    margin-top: 60px;
  }

  .blog-feature-title {
    font-size: 55px;
    line-height: 63px;
  }

  .flower-pattern {
    display: block;
  }

  .hero-star {
    width: 200px;
    bottom: -86px;
    left: -103px;
  }

  .pattern-image {
    width: 100px;
    height: 100px;
    left: 0%;
  }

  .container-950 {
    max-width: 50%;
  }

  .container-950.flex {
    max-width: 1332px;
  }
}

@media screen and (max-width: 991px) {
  .menu-line-small {
    background-color: #004a43;
    width: 18px;
    height: 2px;
    padding: 0;
  }

  .nav-menu {
    background-color: #004a43;
    flex-direction: column;
    display: flex;
  }

  .menu-line-one {
    background-color: #004a43;
    width: 100%;
    height: 2px;
    margin-bottom: 4px;
    padding: 0;
  }

  .nav-link {
    color: #fff;
    text-align: left;
    border-bottom: 1px solid #336e69;
    padding: 14px 20px;
    display: block;
  }

  .nav-link.last {
    border-bottom-width: 0;
  }

  .menu-button-icon {
    flex-direction: column;
    width: 23px;
    height: auto;
    padding: 0;
    display: flex;
    position: absolute;
    top: 50%;
    right: 20px;
    overflow: hidden;
    transform: translate(0, -50%);
  }

  .menu-button-icon:focus, .menu-button-icon.w--open {
    background-color: #0000;
  }

  .menu-line-two {
    background-color: #004a43;
    width: 100%;
    height: 2px;
    margin-bottom: 4px;
    padding: 0;
  }

  .container {
    min-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-ball {
    display: none;
  }

  .navigation-container {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .section.page-container {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .section.our-mission {
    padding-top: 0;
    padding-bottom: 65px;
  }

  .section.financial, .section.masonry, .section.partners {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .section.about-us {
    background-position: 0 0;
    background-size: contain;
    border-radius: 0;
  }

  .testimonial-body {
    margin-top: 40px;
  }

  .featured-post-summary {
    border-width: 0;
    border-radius: 0;
    min-height: auto;
    padding: 40px 32px;
    position: static;
    top: 65px;
    left: -65px;
  }

  .articles-featured-wrapper {
    margin-bottom: 65px;
  }

  .about-body {
    width: 100%;
    margin-top: 50px;
  }

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

  .layout-grid.financial-child-grid {
    grid-column-gap: 65px;
    grid-row-gap: 65px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .layout-grid.financial-grid {
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .layout-grid.social-media-grid {
    grid-column-gap: 0px;
    grid-template-columns: 1.5fr 1fr;
    padding-top: 65px;
  }

  .blog-feature-title {
    font-size: 38px;
    line-height: 46px;
  }

  .featured-short-summary {
    font-size: 18px;
    line-height: 28px;
  }

  .featured-post-image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0;
    max-height: none;
  }

  .mission-item {
    padding: 30px 40px;
  }

  .section-title {
    text-align: center;
    align-items: center;
  }

  .section-title.center {
    margin-bottom: 56px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-title.center.horizontal {
    flex-flow: column;
    padding-top: 40px;
  }

  .section-title.left {
    text-align: left;
    align-items: flex-start;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .section-title.growth-title {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .title {
    font-size: 36px;
    line-height: 44px;
  }

  .title.short.margin {
    margin-bottom: 40px;
  }

  .mission-wave {
    min-height: 650px;
    top: 0;
  }

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

  .callout-header {
    margin-top: 0;
    margin-bottom: 30px;
    margin-right: 0;
    overflow: visible;
  }

  .container-941 {
    min-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .column {
    width: 100%;
    max-width: none;
  }

  .column.justify-content-end {
    align-items: center;
  }

  .our-growth-2 {
    padding-top: 65px;
  }

  .growth-line-2 {
    display: none;
  }

  .growth-content {
    padding-left: 0;
  }

  .container-942 {
    min-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .growth-background {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    width: 100%;
    min-height: 26em;
  }

  .growth-label-2 {
    display: none;
  }

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

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .layout-grid-2.growth-grid {
    grid-row-gap: 65px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

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

  .container-945 {
    min-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .accordion-heading {
    font-size: 24px;
    line-height: 30px;
  }

  .accordion-title {
    padding-right: 10px;
  }

  .container-947 {
    min-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .newsletter-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
    padding: 50px 32px;
  }

  .newsletter-wrapper.rounded {
    grid-column-gap: 0px;
    grid-row-gap: 32px;
    text-align: center;
    grid-template-columns: 1fr;
    padding: 60px 15% 65px;
  }

  .social-media-item {
    width: 55px;
    height: 55px;
  }

  .hero-star {
    display: none;
  }

  .newsletter-title {
    font-size: 24px;
    line-height: 32px;
  }

  .container-948 {
    min-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .pattern-image {
    display: none;
  }

  .foto-right {
    max-width: 100%;
    inset: 0% 0% auto;
  }

  .container-950 {
    min-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .about-title {
    width: 100%;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    width: 30%;
  }

  .container.relative {
    z-index: 1;
    position: relative;
  }

  .brand {
    padding-left: 0;
  }

  .section.page-container {
    padding-top: 60px;
  }

  .section.our-mission {
    padding-top: 65px;
  }

  .featured-post-summary {
    text-align: center;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
    position: static;
  }

  .articles-featured-wrapper {
    border-radius: 20px;
    margin-bottom: 65px;
    overflow: hidden;
  }

  .welcome-title {
    font-size: 30px;
    line-height: 38px;
  }

  .about-body {
    margin-top: 40px;
  }

  .layout-grid.mission-grid {
    grid-column-gap: 0px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .layout-grid.financial-child-grid {
    grid-column-gap: 40px;
    grid-row-gap: 50px;
  }

  .layout-grid.social-media-grid {
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .blog-feature-title {
    font-size: 36px;
    line-height: 44px;
  }

  .featured-post-image {
    min-height: 360px;
    max-height: none;
  }

  .list-label {
    font-size: 16px;
    line-height: 24px;
  }

  .section-title.center {
    margin-bottom: 46px;
  }

  .section-title.partner-title {
    margin-bottom: 60px;
  }

  .title {
    font-size: 30px;
    line-height: 38px;
  }

  .mission-wave {
    height: 100%;
    min-height: auto;
  }

  .gallery-overview {
    padding: 60px 15px;
  }

  .column {
    max-width: none;
  }

  .hero-without-image, .hero-without-image-2 {
    padding: 60px 15px;
  }

  .accordion-paragraph {
    padding-right: 10px;
  }

  .accordion-body {
    padding-right: 40px;
  }

  .newsletter-wrapper.rounded {
    padding: 60px 5%;
  }

  .social-media-item {
    margin-left: 0;
    margin-right: 16px;
  }

  .newsletter-title {
    font-size: 24px;
    line-height: 32px;
  }

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

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .about-intro {
    padding-top: 30px;
  }

  .foto-right {
    height: 40%;
  }
}

@media screen and (max-width: 479px) {
  .nav-link-label {
    text-align: center;
  }

  .menu-line-small {
    background-color: var(--c);
    width: 100%;
  }

  .nav-menu {
    background-color: var(--a);
  }

  .menu-line-one {
    background-color: var(--c);
  }

  .nav-link:hover {
    color: #f1f6f6;
  }

  .nav-link.w--current {
    color: #2596be;
  }

  .navbar {
    width: 10%;
  }

  .menu-button-icon {
    color: var(--c);
  }

  .menu-line-two {
    background-color: var(--c);
  }

  .container {
    width: auto;
  }

  .brand.w--current {
    width: 80px;
  }

  .navigation-container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .section.page-container.extraspacing {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .section.our-mission, .section.financial.nomargin, .section.masonry {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.partners.olor {
    padding-top: 40px;
  }

  .section.about-us {
    flex-flow: column;
    width: 100vw;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .testimonial-body {
    margin-top: 32px;
  }

  .testimonial-body.testimonial-body-large {
    margin-top: 30px;
  }

  .featured-post-summary {
    padding: 40px 20px;
  }

  .featured-post-summary.change-texture {
    padding-left: 10px;
    padding-right: 10px;
  }

  .block-footer-large {
    margin-top: 40px;
  }

  .list-icon {
    margin-right: 0;
  }

  .testimonial-name {
    font-size: 16px;
    line-height: 20px;
  }

  .testimonial-name.feature-name {
    margin-top: 30px;
  }

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

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

  .layout-grid.financial-child-grid {
    grid-column-gap: 0px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .blog-feature-title {
    font-size: 30px;
    line-height: 38px;
  }

  .blog-featured-wrapper.spacing {
    margin-top: 40px;
  }

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

  .featured-post-image {
    min-height: 260px;
  }

  .featured-post-image.height {
    height: 320px;
  }

  .featured-post-image.height.pic-change {
    height: 420px;
  }

  .list-label {
    text-align: left;
  }

  .mission-item {
    padding: 20px;
  }

  .section-title.center {
    margin-bottom: 46px;
  }

  .section-title.center.horizontal {
    flex-flow: column;
    padding-top: 0;
  }

  .section-title.left.no-bottom {
    justify-content: center;
    align-items: flex-start;
  }

  .section-title.partner-title {
    margin-bottom: 40px;
  }

  .title {
    font-size: 24px;
    line-height: 34px;
  }

  .mission-title {
    font-size: 20px;
    line-height: 30px;
  }

  .image-3 {
    max-width: 300px;
  }

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

  .callout {
    justify-content: flex-start;
    align-items: center;
  }

  .callout-header {
    width: 70px;
    min-width: 70px;
    height: 70px;
  }

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

  .container-942 {
    width: auto;
  }

  .growth-background {
    min-height: 18em;
  }

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

  .section-description {
    margin-top: 10px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-wrapper.wrapper-antes-depois {
    grid-template-columns: 1fr;
    padding-top: 0;
  }

  .hero-without-image {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .container-945 {
    width: auto;
  }

  .sub-title.text-top {
    font-size: 18px;
  }

  .hero-without-image-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .accordion-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .accordion-lottie-ant {
    display: none;
  }

  .accordion-paragraph {
    padding-right: 0;
  }

  .accordion-heading {
    font-size: 20px;
    line-height: 28px;
  }

  .accordion-title {
    padding-right: 0;
    font-size: 18px;
    line-height: 28px;
  }

  .container-947 {
    width: auto;
  }

  .accordion-body {
    padding-right: 0;
  }

  .accordion-wrapper {
    padding-top: 40px;
  }

  .section-2 {
    padding-bottom: 40px;
  }

  .newsletter-wrapper.rounded {
    padding: 40px 7%;
  }

  .container-948 {
    width: auto;
  }

  .footer-light {
    padding-top: 40px;
  }

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

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-block-two {
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px;
  }

  .footer-bottom {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .about-intro {
    margin-top: 5%;
  }

  .foto-right {
    height: 350px;
    margin-top: 60px;
    margin-bottom: 0;
    margin-right: 0;
  }

  .container-950 {
    width: auto;
  }

  .image-7 {
    width: 50px;
  }

  .div-block {
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

#w-node-_40c02b4a-ef30-c3d6-d62c-8dc557eff290-e9d280bd, #w-node-_40c02b4a-ef30-c3d6-d62c-8dc557eff291-e9d280bd, #w-node-_40c02b4a-ef30-c3d6-d62c-8dc557eff292-e9d280bd, #w-node-_40c02b4a-ef30-c3d6-d62c-8dc557eff293-e9d280bd, #w-node-_40c02b4a-ef30-c3d6-d62c-8dc557eff294-e9d280bd, #w-node-_40c02b4a-ef30-c3d6-d62c-8dc557eff295-e9d280bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5032c473-04fc-f243-7ba7-66374d4fb188-e9d280bd {
  align-self: center;
}

#w-node-_219f957e-cc2d-2773-10f4-b8a7a2b067b6-e9d280bd, #w-node-_219f957e-cc2d-2773-10f4-b8a7a2b067b7-e9d280bd, #w-node-_219f957e-cc2d-2773-10f4-b8a7a2b067b8-e9d280bd, #w-node-_219f957e-cc2d-2773-10f4-b8a7a2b067b9-e9d280bd, #w-node-_219f957e-cc2d-2773-10f4-b8a7a2b067ba-e9d280bd, #w-node-_219f957e-cc2d-2773-10f4-b8a7a2b067bb-e9d280bd, #w-node-c165749f-0bbb-efa3-2d72-2a72f4703312-e9d280bd, #w-node-c165749f-0bbb-efa3-2d72-2a72f4703313-e9d280bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4448f8d8-e513-41c0-7785-820a112af7c6-e9d280bd {
  align-self: center;
}

#w-node-_4448f8d8-e513-41c0-7785-820a112af7da-e9d280bd {
  place-self: center end;
}

@media screen and (max-width: 767px) {
  #w-node-_4448f8d8-e513-41c0-7785-820a112af7da-e9d280bd {
    justify-self: auto;
  }
}


