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

.header-nav-list-item {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  margin-bottom: 0;
  padding: 5px 32px;
  display: block;
}

.header-nav-list-item.show-in-tablet {
  display: none;
}

.header-nav-list-item.left {
  padding-left: 0;
  padding-right: 32px;
}

.header-nav-menu-list {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.cloneable-full-width-wrapper {
  border-top: 0 solid #dcddeb;
  border-bottom: 0 solid #cabfb7;
}

.header-logo-link {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.header-logo-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

.hamburger-menu-bar {
  width: 52px;
  height: 4px;
  background-color: #211f54;
  border-radius: 20px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.hamburger-menu-wrapper {
  padding: 0;
}

.hamburger-menu-wrapper.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.header-nav-link {
  color: #fff;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.header-nav-link:hover {
  color: #f80;
  -webkit-text-stroke-color: #f80;
}

.header-wrapper {
  background-color: #462b18;
  padding-top: 24px;
  padding-bottom: 24px;
}

.header-left-side {
  width: 45%;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.header-nav-menu-wrapper {
  display: flex;
}

.header-right-side {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.header-right-side.hidden-on-tablet {
  width: 45%;
  justify-content: flex-start;
}

.header-content-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.header-logo {
  max-width: 240px;
}

.hero-heading-right {
  background-color: #f5f7fa;
  background-image: url('../images/slide-topo.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  border-bottom: 1px solid #e4ebf3;
  padding: 90px 30px;
  position: relative;
}

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

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.shadow-two {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.margin-bottom-24px {
  width: 100%;
  color: #dadada;
  text-align: justify;
  border-left: 2px solid #c28c5d;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  margin-left: 0;
  padding-left: 9px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  display: flex;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #e88800;
  border-bottom: 0 solid #f70;
  border-radius: 19px;
  padding: 6px 15px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #c28c5d;
}

.button-primary:active {
  background-color: #c28c5d;
}

.heading {
  color: #c28c5d;
  -webkit-text-stroke-color: #fff;
  font-family: Montserrat, sans-serif;
}

.text-span {
  color: #fff;
}

.text-span-2 {
  color: #c28c5d;
}

.pricing-overview {
  background-color: #f7f2eb;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
}

.pricing-description {
  max-width: 550px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.pricing-grid {
  width: 1000px;
  height: 270px;
  grid-column-gap: 64px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 50px;
  display: grid;
}

.pricing-card-three {
  height: 100%;
  text-align: center;
  background-color: #eadbc9;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pricing-image {
  width: 80px;
  height: auto;
  object-fit: cover;
  margin-bottom: 10px;
}

.pricing-card-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  width: 110px;
  height: 28px;
  color: #1a1b1f;
  background-color: #e88800;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.text-link-arrow:hover {
  background-color: #c28c5d;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.div-block {
  width: 100%;
  height: 10px;
  justify-content: center;
  margin-bottom: 8px;
  display: flex;
}

.div-block-2 {
  width: 10px;
  height: 100%;
  background-color: #e88800;
}

.div-block-3 {
  width: 10px;
  height: 100%;
  background-color: #e8a444;
  margin-left: 5px;
  margin-right: 5px;
}

.div-block-4 {
  width: 10px;
  height: 100%;
  background-color: #e8cca4;
}

.background-do-contato {
  background-color: #f80;
  border-radius: 20px;
  justify-content: center;
  margin-bottom: 0;
  padding: 5px 25px;
  display: block;
}

.background-do-contato.show-in-tablet {
  display: none;
}

.background-do-contato.left {
  padding-left: 0;
  padding-right: 32px;
}

.contato {
  color: #fff;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.contato:hover {
  color: #462b18;
}

.div-block-5 {
  width: auto;
  height: auto;
  margin-left: 20px;
  display: flex;
}

.div-block-6 {
  width: 2px;
  background-color: #f70;
  margin-right: 15px;
}

.link-block {
  width: 30px;
  align-items: center;
  display: flex;
}

.link-block-2 {
  width: 20px;
  align-items: center;
  display: flex;
}

.link-block-3 {
  width: 28px;
  align-items: center;
  display: flex;
}

.pricing-comparison {
  background-color: #f7f2eb;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.pricing-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 40px;
  display: grid;
}

.pricing-card {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 130px rgba(150, 163, 181, .12);
}

.pricing-card.featured-pricing {
  z-index: 2;
  border-radius: 10px;
  box-shadow: 0 4px 130px rgba(150, 163, 181, .3);
}

.pricing-title {
  color: #412f1f;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 21px;
}

.pricing-subtitle {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
}

.pricing-price {
  color: #c28c5d;
  margin-bottom: 8px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.paragraph-regular {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular.margin-bottom-20 {
  margin-bottom: 20px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #e88800;
  border-radius: 20px;
  padding: 6px 15px;
  font-size: 11px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #c28c5d;
}

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

.button-primary-2.outline-button {
  color: #fff;
  background-color: #f70;
  border-radius: 20px;
  padding: 8px 15px;
  box-shadow: inset 0 0 0 1px #1a1b1f;
}

.button-primary-2.outline-button:hover {
  color: #fff;
  background-color: #1a1b1f;
}

.pricing-divider {
  height: 1px;
  background-color: rgba(118, 135, 157, .1);
  align-self: stretch;
  margin: 56px -24px 16px;
}

.pricing-feature-list {
  align-self: stretch;
}

.pricing-feature {
  background-image: url('../images/');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: stretch;
  margin-top: 16px;
  padding-left: 32px;
  font-size: 14px;
  line-height: 24px;
}

.pricing-tag {
  color: #3a4554;
  background-color: #fff;
  border-radius: 24px;
  padding: 7px 16px;
  position: absolute;
  top: -19px;
  box-shadow: 0 3px 10px rgba(150, 163, 181, .2);
}

.team-circles {
  background-image: url('../images/background-ovos.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 1px solid #e4ebf3;
  flex-direction: row;
  justify-content: flex-end;
  padding: 80px 30px;
  display: flex;
  position: relative;
}

.centered-heading-2 {
  color: #fff;
  text-align: center;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
}

.centered-subheading {
  max-width: 530px;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.team-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template: "Area Area Area"
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-items: center;
  margin-top: 50px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  width: 100px;
  height: 100px;
  object-fit: cover;
  background-color: rgba(255, 119, 0, 0);
  border-radius: 50%;
  margin-bottom: 24px;
}

.team-member-name {
  outline-offset: 0px;
  color: #fff;
  outline: 3px #fff;
  flex: 0 auto;
  margin-bottom: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.team-member-position {
  margin-bottom: 24px;
}

.container-12 {
  width: 50%;
  max-width: none;
  flex-direction: column;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.team-slider {
  background-color: #f7f2eb;
  border-bottom: 0 solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading-3 {
  color: #2c2c2c;
  text-align: center;
  margin-bottom: 8px;
  font-size: 30px;
}

.team-slider-wrapper {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  text-align: left;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.team-member-text {
  margin-bottom: 20px;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.text-block {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.hero-heading-left {
  background-color: #f7f2eb;
  border-bottom: 0 solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-13 {
  width: 1100px;
  max-width: 1100px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.hero-split-2 {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.margin-bottom-24px-2 {
  text-align: justify;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 19px;
}

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

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

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

.shadow-two-2 {
  border-radius: 20px;
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.heading-2 {
  color: #2c2c2c;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.text-link-arrow-quemsomos {
  width: 110px;
  height: 28px;
  color: #1a1b1f;
  background-color: #f70;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.text-link-arrow-quemsomos:hover {
  background-color: #c28c5d;
}

.div-quem-somos-blocos {
  width: 100%;
  height: 10px;
  justify-content: flex-start;
  margin-bottom: 8px;
  display: flex;
}

.hero-without-image {
  height: 250px;
  background-color: #e88800;
  border-bottom: 0 solid #e4ebf3;
  align-items: center;
  padding: 80px 30px;
  display: flex;
  position: relative;
}

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

.margin-bottom-24px-3 {
  width: 80%;
  color: #fff;
  text-align: center;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.text-link-arrow-sejaumparceiro {
  width: 130px;
  height: 32px;
  color: #412f1f;
  background-color: #422002;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.text-link-arrow-sejaumparceiro:hover {
  background-color: #c28c5d;
}

.heading-3 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
}

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

.footer-wrapper {
  max-width: 900px;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.title-small {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(255, 255, 255, 0);
  margin-top: 12px;
  margin-bottom: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #e88800;
}

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

.footer-social-link {
  margin-left: 0;
}

.footer-divider {
  width: 100%;
  height: 2px;
  background-color: #877c72;
  margin-top: 22px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: #f3f4f7;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 16px;
}

.text-block-2 {
  color: #f8f8f8;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 27px;
}

.div-block-7 {
  width: 110px;
  height: 110px;
  background-color: rgba(255, 119, 0, 0);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.team-member-image1 {
  width: 100px;
  height: 100px;
  object-fit: cover;
  background-color: rgba(255, 119, 0, 0);
  border-radius: 50%;
  margin-bottom: 0;
}

._1 {
  color: #fff;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

._1:hover {
  color: #f80;
}

._2 {
  color: #fff;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

._2:hover {
  color: #f80;
}

._3 {
  color: #fff;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

._3:hover {
  color: #f80;
}

.heading-4, .heading-5 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.heading-6 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.face, .youtube, .linkedin {
  margin-left: 6px;
}

.image {
  width: 50px;
}

.image.maestro {
  margin-left: 6px;
  margin-right: 6px;
}

.image-2, .image-3 {
  width: 50px;
}

.image-3.discover {
  margin-right: 6px;
}

.image-4 {
  width: 50px;
}

.team-grid2 {
  grid-column-gap: 170px;
  grid-row-gap: 170px;
  grid-template: "Area Area Area"
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: center;
  justify-content: center;
  justify-items: center;
  margin-top: 18px;
  display: flex;
}

.bold-text {
  font-family: Montserrat, sans-serif;
}

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

.image-5 {
  margin-right: 20px;
}

.header-nav-list-item-copy {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  margin-bottom: 0;
  padding: 5px 32px;
  display: block;
}

.header-nav-list-item-copy.show-in-tablet {
  display: none;
}

.header-nav-list-item-copy.left {
  padding-left: 0;
  padding-right: 32px;
  display: block;
}

.hero-heading-left-copy {
  background-color: #f7f2eb;
  border-bottom: 0 solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-2-copy {
  width: 1100px;
  max-width: 1100px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.margin-bottom-24px-2-copy {
  text-align: justify;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}

.text-link-arrow-quemsomos-copy {
  width: 110px;
  height: 28px;
  color: #1a1b1f;
  background-color: #f70;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: none;
}

.text-block-copy {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.hero-heading-left-copy {
  background-color: #f7f2eb;
  border-bottom: 0 solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-split-2-copy {
  max-width: 46%;
  max-width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

._2222 {
  max-width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero-split-2-copy-copy {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

._33333 {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  margin-bottom: 0;
  padding: 5px 32px;
  display: block;
}

._33333.show-in-tablet {
  display: none;
}

._33333.left {
  padding-left: 0;
  padding-right: 32px;
  display: block;
}

.pricing-comparison-copy {
  background-color: #f7f2eb;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.pricing-wrapper-copy {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 20px;
  display: grid;
}

.header {
  min-height: 490px;
  background-color: rgba(92, 78, 189, 0);
  background-image: url('../images/crop-woman-adding-eggs-flour.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.title-centre {
  max-width: 600px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-h1 {
  max-width: 650px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 17px;
  font-family: Montserrat, sans-serif;
  line-height: 1.1;
}

.bar-big {
  width: 220px;
  height: 5px;
  background-color: #f80;
  border-radius: 100px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.bar-small {
  width: 180px;
  height: 5px;
  background-color: #f80;
  border-radius: 100px;
}

.featured-block {
  margin-top: 10px;
}

.blog-image-wrap {
  background-image: url('../images/img-quem-somos.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
}

.blog-item {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 15px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .8fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  padding: 20px;
  text-decoration: none;
  display: grid;
  box-shadow: 0 22px 34px rgba(0, 0, 0, .06);
}

.content-section {
  padding: 132px 3%;
}

.title-large {
  color: #202146;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}

.profile-picture {
  border-radius: 100px;
  margin-right: 10px;
}

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

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

.stick-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
}

.image-6 {
  position: absolute;
}

.blog-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.form {
  background-color: #f2f5f8;
  border-radius: 15px;
  display: flex;
}

.submit-button-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.submit-button {
  width: 60px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0);
}

.paragraph-detials-small {
  color: #9899ad;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 120%;
}

.profile-block {
  align-items: center;
  display: flex;
}

.subscription {
  background-color: #fff;
  border-radius: 15px;
  margin-bottom: 40px;
  padding: 100px 20px 20px;
  box-shadow: 0 12px 14px rgba(0, 0, 0, .06);
}

.feature-image {
  border-radius: 15px;
  margin-right: 20px;
  box-shadow: 0 22px 34px rgba(0, 0, 0, .16);
}

.text-field {
  height: 60px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  font-size: 15px;
}

.title-small-2 {
  color: #202146;
  margin-bottom: 4px;
  font-weight: 700;
}

.content-right {
  position: -webkit-sticky;
  position: sticky;
}

.content-left {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.featured-item {
  color: #202146;
  align-items: center;
  margin-bottom: 20px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.featured-item:hover {
  color: #5c4ebd;
}

.paragraph-detials-medium {
  color: #9899ad;
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 24px;
}

.heading-h2 {
  color: #202146;
  margin-top: 0;
}

.bold-text-2 {
  font-weight: 300;
}

.area-do-produto {
  width: 100%;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.pricing-card-copy {
  width: 350px;
  height: 500px;
  background-color: #fff;
  border: 3px solid #462b18;
  border-radius: 10px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding: 32px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 130px rgba(150, 163, 181, .12);
}

.pricing-card-copy.featured-pricing {
  z-index: 2;
  border-radius: 10px;
  box-shadow: 0 4px 130px rgba(150, 163, 181, .3);
}

.pricing-title-copy {
  color: #412f1f;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 21px;
}

.pricing-image-copy {
  width: 250px;
  height: auto;
  object-fit: cover;
  margin-bottom: 10px;
}

.pricing-price-copy {
  color: #c28c5d;
  margin-bottom: 8px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
}

.button-primary-2-copy {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #e88800;
  border-radius: 20px;
  padding: 6px 30px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.button-primary-2-copy.outline-button {
  color: #fff;
  background-color: #f70;
  border-radius: 20px;
  padding: 8px 15px;
  box-shadow: inset 0 0 0 1px #1a1b1f;
}

.button-primary-2-copy.outline-button:hover {
  color: #fff;
  background-color: #1a1b1f;
}

.text-block-3 {
  font-family: Montserrat, sans-serif;
}

.heading-7 {
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 600;
  display: flex;
}

.div-block-8 {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 46px;
  display: flex;
}

.italic-text {
  width: 300px;
  height: 250px;
}

.image-7 {
  width: 150px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}

.section {
  width: 100%;
  background-color: rgba(0, 0, 0, .38);
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-9 {
  width: 45px;
  height: 100%;
}

.section-2 {
  width: auto;
  height: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-8 {
  width: 30px;
  margin-top: 0;
}

.div-block-10 {
  width: 1100px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.link {
  color: #080603;
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.link:hover {
  color: #e88800;
}

.brix---half-bg-bottom {
  z-index: -1;
  width: 100%;
  height: 60%;
  background-color: #f7f7fc;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.brix---text-200-bold {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---color-accent-1 {
  color: #4a3aff;
}

.brix---text-200 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

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

.brix---big-icon-left {
  color: #e88800;
  border-radius: 16px;
  margin-right: 16px;
}

.brix---card-link-icon-wrapper {
  color: #6e7191;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #f7f7fc;
  border-radius: 14px;
  align-items: center;
  padding: 14px 18px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  text-decoration: none;
  transition: transform .3s, border-color .3s, color .3s;
  display: flex;
  box-shadow: 0 2px 6px rgba(20, 20, 43, .06);
}

.brix---card-link-icon-wrapper:hover {
  border-color: #4a3aff;
  transform: scale3d(.96, .96, 1.01);
}

.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---paragraph-default {
  color: #462b18;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

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

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

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

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

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

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

.brix---error-message {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-100 {
  color: #fff;
}

.brix---icon-success-message-big {
  width: 60px;
  margin-bottom: 10px;
}

.brix---success-message {
  color: #fff;
  background-color: #4a3aff;
  border-radius: 24px;
  padding: 28px 28px 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---social-icon-square-30px {
  width: 30px;
  height: 30px;
  min-height: 30px;
  min-width: 30px;
  background-color: #f2f1ff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

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

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

.brix---btn-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #e88800;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, 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 {
  color: #fff;
  background-color: #b86c00;
  transform: translate3d(0, -3px, .01px);
}

.brix---text-area {
  min-height: 144px;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 22px;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 28px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .08);
}

.brix---text-area:hover {
  border-color: #4a3aff;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .1);
}

.brix---text-area:focus {
  color: #211f54;
  border-color: #4a3aff;
}

.brix---text-area::-ms-input-placeholder {
  color: #6e7191;
  font-size: 18px;
}

.brix---text-area::placeholder {
  color: #6e7191;
  font-size: 18px;
}

.brix---input-label {
  color: #211f54;
  -webkit-text-stroke-color: #462b18;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 20px;
}

.brix---input {
  min-height: 70px;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 100px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .08);
}

.brix---input:hover {
  border-color: #4a3aff;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .1);
}

.brix---input:focus {
  color: #211f54;
  border-color: #4a3aff;
}

.brix---input::-ms-input-placeholder {
  color: #6e7191;
  font-size: 18px;
}

.brix---input::placeholder {
  color: #6e7191;
  font-size: 18px;
}

.brix---form-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---card-form-v2 {
  min-height: 620px;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  margin-bottom: 0;
  padding: 72px 78px;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .06);
}

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

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

.brix---heading-h1-size {
  color: #f80;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---subtitle {
  color: #462b18;
  letter-spacing: .15em;
  -webkit-text-stroke-color: #f80;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

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

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

.brix---section-position-relative {
  background-color: #f7f2eb;
  padding-top: 176px;
  padding-bottom: 176px;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 1440px) {
  .header-content-wrapper {
    justify-content: space-between;
  }

  .header-logo {
    margin-right: 0;
  }

  .hero-heading-right {
    background-color: #462b18;
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 80% 100%;
  }

  .container {
    max-width: 1100px;
  }

  .pricing-grid {
    width: 1100px;
  }

  .pricing-comparison {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .pricing-wrapper {
    width: 1100px;
  }

  .pricing-card {
    width: auto;
    height: auto;
    justify-content: flex-start;
  }

  .team-member-image {
    width: auto;
    height: auto;
    max-height: none;
  }

  .container-12 {
    width: 50%;
  }

  .hero-split-2 {
    align-items: flex-start;
  }

  .team-member-image1 {
    width: auto;
    height: auto;
    max-height: none;
  }

  .header-nav-list-item-copy.left {
    display: block;
  }

  .hero-heading-left-copy {
    flex-direction: column;
    display: block;
  }

  .hero-wrapper-2-copy {
    max-width: 100%;
    flex-direction: column;
  }

  .margin-bottom-24px-2-copy {
    font-size: 20px;
    line-height: 25px;
  }

  .text-link-arrow-quemsomos-copy {
    width: 190px;
    height: 45px;
    display: none;
  }

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

  .hero-split-2-copy, ._2222 {
    max-width: 100%;
    align-items: flex-start;
  }

  .hero-split-2-copy-copy {
    align-items: flex-start;
  }

  ._33333.left {
    display: block;
  }

  .pricing-comparison-copy {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .pricing-wrapper-copy {
    width: 1100px;
  }

  .header {
    background-image: url('../images/crop-woman-adding-eggs-flour.jpg');
    background-position: 0 0;
    background-size: 100%;
  }

  .content-section {
    background-color: #f7f2eb;
  }

  .area-do-produto {
    width: 100%;
    height: 800px;
    background-color: #f7f2eb;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .pricing-card-copy {
    width: 500px;
    height: 600px;
    background-color: #fff;
    border: 3px solid #462b18;
    flex-direction: column;
    justify-content: center;
    margin-left: 0;
  }

  .pricing-title-copy {
    text-align: center;
    font-size: 45px;
    font-weight: 700;
    line-height: 45px;
  }

  .pricing-image-copy {
    width: 350px;
    max-width: 100%;
  }

  .pricing-price-copy {
    justify-content: center;
    font-size: 40px;
    display: flex;
  }

  .button-primary-2-copy {
    width: 220px;
    margin-top: 10px;
    padding: 15px 60px;
    font-size: 18px;
  }

  .text-block-3 {
    width: 600px;
    text-align: justify;
    margin-left: 0;
    font-size: 18px;
  }

  .heading-7 {
    color: #462b18;
    flex-direction: column;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    display: block;
  }

  .div-block-8 {
    width: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 46px;
    display: flex;
  }

  .italic-text {
    color: #462b18;
    font-family: Montserrat, sans-serif;
  }

  .italic-text-2 {
    font-size: 22px;
  }

  .div-block-9 {
    width: 45px;
    height: 100%;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    display: flex;
  }

  .section-2 {
    height: 70px;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .image-8 {
    margin-top: 0;
  }

  .link-block-9 {
    align-items: center;
    display: flex;
  }

  .brix---form-grid-2-columns {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }
}

@media screen and (max-width: 991px) {
  .header-nav-list-item {
    margin-bottom: 12px;
    padding-left: 0;
  }

  .header-nav-list-item.show-in-tablet {
    display: block;
  }

  .header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .hamburger-menu-bar {
    width: 44px;
    height: 3px;
  }

  .hamburger-menu-bar.top {
    width: 40px;
    background-color: #f80;
  }

  .hamburger-menu-bar.bottom {
    width: 40px;
    background-color: #f80;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .hamburger-menu-wrapper.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .header-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .header-nav-menu-wrapper {
    width: 300px;
    height: 250px;
    background-color: #351c0b;
    border: 0 solid #f80;
    border-top-width: 3px;
    border-bottom-color: #eff0f6;
    border-radius: 0 0 20px 20px;
    justify-content: flex-start;
    padding: 24px;
    position: absolute;
    top: 100%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .header-right-side.hidden-on-tablet {
    display: none;
  }

  .hero-heading-right {
    width: 100%;
    background-color: #462b18;
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 100% 90%;
    background-attachment: scroll;
    justify-content: center;
    display: flex;
  }

  .container {
    max-width: 728px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    width: 50%;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .pricing-grid {
    width: 700px;
    grid-column-gap: 30px;
  }

  .background-do-contato {
    border-radius: 0;
    margin-bottom: 12px;
    padding-left: 25px;
    display: flex;
  }

  .background-do-contato.show-in-tablet {
    display: block;
  }

  .div-block-5 {
    flex-direction: row;
    margin-left: 0;
  }

  .pricing-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .pricing-card {
    width: 300px;
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-card.featured-pricing {
    padding-left: 0;
  }

  .team-circles {
    background-color: #84664c;
    background-image: none;
    justify-content: center;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 90px;
    height: 90px;
  }

  .container-12 {
    width: 90%;
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

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

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .footer-content {
    grid-column-gap: 60px;
    margin-left: 0;
  }

  .team-member-image1 {
    width: 90px;
    height: 90px;
  }

  .team-grid2 {
    grid-column-gap: 40px;
  }

  .image-5 {
    width: 100px;
    margin-right: 20px;
  }

  .header-nav-list-item-copy {
    margin-bottom: 12px;
    padding-left: 0;
  }

  .header-nav-list-item-copy.show-in-tablet {
    display: block;
  }

  .hero-wrapper-2-copy {
    width: auto;
    max-width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: -40px;
  }

  .hero-split-2-copy {
    max-width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }

  ._2222, .hero-split-2-copy-copy {
    max-width: 100%;
    margin-bottom: 40px;
  }

  ._33333 {
    margin-bottom: 12px;
    padding-left: 0;
  }

  ._33333.show-in-tablet {
    display: block;
  }

  .pricing-wrapper-copy {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .header {
    background-color: #462b18;
    background-image: url('../images/crop-woman-adding-eggs-flour.jpg');
    background-position: 50%;
    background-size: auto;
  }

  .bar-big {
    margin-top: 13px;
  }

  .blog-image-wrap {
    height: 300px;
  }

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

  .blog-grid {
    grid-column-gap: 22px;
    grid-template-columns: 1fr .6fr;
  }

  .feature-image {
    margin-bottom: 10px;
  }

  .featured-item {
    flex-wrap: wrap;
  }

  .area-do-produto {
    height: 700px;
    flex-direction: row;
    align-items: flex-start;
    margin-top: 63px;
    display: flex;
  }

  .pricing-card-copy {
    width: 300px;
    height: 450px;
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-card-copy.featured-pricing {
    padding-left: 0;
  }

  .heading-7 {
    width: 100%;
    justify-content: flex-start;
    font-size: 24px;
  }

  .div-block-8 {
    margin-top: 0;
  }

  .image-7 {
    margin-bottom: 10px;
  }

  .div-block-9 {
    justify-content: center;
    display: flex;
  }

  .section-2 {
    margin-top: 0;
  }

  .image-8 {
    width: 30px;
  }

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

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---social-media-grid-right---mbp-center {
    grid-column-gap: 10px;
  }

  .brix---btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---card-form-v2 {
    padding: 54px 40px;
  }

  .brix---heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---section-position-relative {
    padding-top: 118px;
    padding-bottom: 118px;
  }
}

@media screen and (max-width: 767px) {
  .hamburger-menu-bar.top, .hamburger-menu-bar.bottom {
    width: 30px;
  }

  .header-wrapper {
    border-bottom: 2px solid rgba(255, 255, 255, .41);
  }

  .header-nav-menu-wrapper {
    background-color: #351c0b;
  }

  .header-logo {
    max-width: 220px;
  }

  .hero-heading-right {
    background-color: #462b18;
    background-image: linear-gradient(#462b18, #462b18);
    padding: 60px 15px;
  }

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

  .hero-wrapper {
    text-align: left;
    align-items: flex-start;
  }

  .hero-split {
    width: 100%;
    text-align: left;
  }

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

  .pricing-description {
    margin-bottom: 0;
  }

  .pricing-grid {
    width: 100%;
  }

  .pricing-comparison {
    padding: 60px 15px;
  }

  .pricing-wrapper {
    justify-items: center;
    margin-top: 40px;
  }

  .pricing-card {
    width: 200px;
  }

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

  .team-circles {
    padding: 60px 15px;
  }

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

  .team-slider {
    padding: 60px 15px;
  }

  .team-slider-wrapper {
    width: 100%;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .container-13 {
    width: 528px;
    max-width: 528px;
  }

  .margin-bottom-24px-2 {
    max-width: 528px;
  }

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

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

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

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

  .footer-link:hover {
    color: rgba(26, 27, 31, .75);
  }

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

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

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

  .team-grid2 {
    grid-template-columns: 1fr 1fr;
  }

  .hero-heading-left-copy, .pricing-comparison-copy {
    padding: 60px 15px;
  }

  .pricing-wrapper-copy {
    justify-items: center;
    margin-top: 40px;
  }

  .header {
    min-height: 590px;
    background-image: url('../images/crop-woman-adding-eggs-flour.jpg');
    background-position: 50%;
    background-size: auto;
    justify-content: center;
    padding-top: 0;
  }

  .heading-h1 {
    font-size: 55px;
  }

  .content-section {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .blog-grid {
    grid-row-gap: 62px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .area-do-produto {
    height: auto;
    flex-direction: column;
    align-items: center;
  }

  .pricing-card-copy {
    width: 250px;
    height: 350px;
    margin-top: 40px;
  }

  .pricing-title-copy {
    font-size: 25px;
    line-height: 30px;
  }

  .text-block-3 {
    justify-content: center;
    margin-bottom: 40px;
    display: block;
  }

  .heading-7 {
    font-size: 18px;
  }

  .div-block-8 {
    width: 80%;
    margin-top: 28px;
    margin-left: 0;
  }

  .div-block-9 {
    justify-content: center;
    display: flex;
  }

  .brix---text-200-bold, .brix---text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---big-icon-left {
    max-width: 56px;
    border-radius: 12px;
  }

  .brix---grid-2-columns {
    grid-template-columns: 1fr;
  }

  .brix---social-media-grid-right---mbp-center {
    justify-content: end;
    align-self: stretch;
    align-items: center;
    justify-items: end;
  }

  .brix---btn-primary {
    padding: 20px 32px;
  }

  .brix---text-area {
    border-radius: 18px;
  }

  .brix---input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---form-grid-2-columns {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .brix---card-form-v2 {
    padding: 56px 32px;
  }

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

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

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---subtitle {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---section-position-relative {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 479px) {
.video-institucional {
 max-width: 300px;
 max-height: 170px;
}  

.header-nav-list-item {
    width: 100%;
    text-align: left;
  }

  .pricing-image-copy {
    margin-bottom: 0px;
  }

  .div-block-10 {
    width: 300px;
  }

  .image-5 {
    margin-right: 0px;
  }

  .header-nav-list-item.show-in-tablet {
    width: 100%;
    justify-content: flex-start;
    padding-right: 0;
    display: flex;
  }

  .hamburger-menu-bar.top {
    width: 25px;
    margin-bottom: 8px;
  }

  .hamburger-menu-bar.bottom {
    width: 25px;
    margin-top: 0;
  }

  .hamburger-menu-wrapper {
    margin-left: 30px;
  }

  .header-wrapper {
    border-bottom: 2px solid rgba(255, 255, 255, .46);
  }

  .container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-logo {
    width: 100px;
    max-width: 170px;
  }

  .container {
    width: auto;
    max-width: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .pricing-overview {
    border-bottom-width: 0;
  }

  .centered-heading {
    margin-bottom: 24px;
    font-size: 25px;
  }

  .pricing-grid {
    width: 250px;
    height: 700px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .pricing-card-three {
    width: 250px;
  }

  .background-do-contato {
    width: 100%;
    text-align: left;
  }

  .background-do-contato.show-in-tablet {
    width: 100%;
    justify-content: flex-start;
    display: flex;
  }

  .div-block-5 {
    justify-content: center;
  }

  .div-block-6 {
    display: none;
  }

  .pricing-wrapper {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .team-grid {
    grid-template: "."
                   "."
                   / 1fr;
  }

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

  .team-slider {
    width: 100%;
    flex-direction: column;
    display: block;
  }

  .centered-heading-3 {
    margin-bottom: 24px;
    font-size: 22px;
  }

  .team-slider-wrapper {
    width: 100%;
    flex-direction: column;
    align-items: center;
    display: block;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .team-block {
    width: auto;
    height: auto;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .container-13 {
    width: 290px;
    max-width: none;
  }

  .margin-bottom-24px-2 {
    max-width: 290px;
  }

  .text-link-arrow-sejaumparceiro {
    margin-bottom: 10px;
  }

  .heading-3 {
    font-size: 28px;
  }

  .footer-dark {
    border-bottom-width: 0;
  }

  .team-grid2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .header-nav-list-item-copy {
    width: 100%;
    text-align: left;
  }

  .header-nav-list-item-copy.show-in-tablet {
    width: 100%;
    justify-content: flex-start;
    padding-right: 0;
    display: flex;
  }

  ._33333 {
    width: 100%;
    text-align: left;
  }

  ._33333.show-in-tablet {
    width: 100%;
    justify-content: flex-start;
    padding-right: 0;
    display: flex;
  }

  .pricing-wrapper-copy {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .header {
    min-height: 420px;
    background-image: url('../images/crop-woman-adding-eggs-flour.jpg');
    background-position: 50%;
    background-size: auto;
    padding-top: 0;
  }

  .title-centre {
    text-align: center;
    padding-left: 19px;
    padding-right: 19px;
  }

  .heading-h1 {
    font-size: 44px;
  }

  .feature-image {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .pricing-card-copy {
    width: 230px;
    height: 120px;
  }

  .heading-7 {
    text-align: center;
    font-size: 20px;
    line-height: 23px;
  }

  .div-block-8 {
    width: 80%;
  }

  .image-7 {
    width: 115px;
  }

  .text-span-3 {
    font-size: 40px;
  }

  .div-block-9 {
    justify-content: center;
    display: flex;
  }

  .brix---text-200-bold, .brix---text-200 {
    font-size: 15px;
    line-height: 16px;
  }

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

  .brix---big-icon-left {
    max-width: 56px;
    border-radius: 14px;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .brix---card-link-icon-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding: 26px 24px;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---social-icon-square-30px {
    width: 30px;
    height: 30px;
    min-height: 30px;
    min-width: 30px;
    border-radius: 6px;
    font-size: 14px;
  }

  .brix---social-media-grid-right---mbp-center {
    grid-template-columns: repeat(auto-fit, 30px);
    justify-content: center;
    justify-items: center;
  }

  .brix---btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---text-area {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 26px;
  }

  .brix---text-area::-ms-input-placeholder {
    font-size: 16px;
    line-height: 24px;
  }

  .brix---text-area::placeholder {
    font-size: 16px;
    line-height: 24px;
  }

  .brix---input {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---input::-ms-input-placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---card-form-v2 {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .brix---heading-h1-size {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---subtitle {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-position-relative {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}

#w-node-_811414ac-29a5-a68a-2c2a-570f4d342774-88086415, #w-node-_811414ac-29a5-a68a-2c2a-570f4d34277e-88086415, #w-node-_811414ac-29a5-a68a-2c2a-570f4d342788-88086415, #w-node-_9c4ad213-afab-b80e-a59a-f1fb6616b96f-88086415, #w-node-_9c4ad213-afab-b80e-a59a-f1fb6616b98f-88086415, #w-node-_9c4ad213-afab-b80e-a59a-f1fb6616b9b7-88086415, #w-node-_4ad2a6aa-34d4-0d8d-3d48-0a5cb71fc0a7-88086415, #w-node-_93bdf76b-8a48-57c1-8ced-2e0a5b93b7ab-88086415, #w-node-_93bdf76b-8a48-57c1-8ced-2e0a5b93b7b6-88086415, #w-node-_93bdf76b-8a48-57c1-8ced-2e0a5b93b7c0-88086415, #w-node-_1aaf5b7c-7aa3-1340-26af-1616d2a118b6-88086415, #w-node-_117a85f4-adcd-d795-dd12-8ffcbf5f624b-88086415, #w-node-_117a85f4-adcd-d795-dd12-8ffcbf5f6254-88086415, #w-node-_117a85f4-adcd-d795-dd12-8ffcbf5f625f-88086415, #w-node-_4b152f15-eeed-6fb9-bd66-5573a988bf49-506a2182, #w-node-_4b152f15-eeed-6fb9-bd66-5573a988bf54-506a2182, #w-node-_4b152f15-eeed-6fb9-bd66-5573a988bf60-506a2182, #w-node-f05ab5e3-1d9d-8eb1-d869-792e2710ea51-bdfde197, #w-node-f05ab5e3-1d9d-8eb1-d869-792e2710ea5b-bdfde197, #w-node-f05ab5e3-1d9d-8eb1-d869-792e2710ea65-bdfde197, #w-node-f05ab5e3-1d9d-8eb1-d869-792e2710ea6f-bdfde197, #w-node-_64cdce44-4b05-69f9-46c3-2ead8a9b0de0-bdfde197, #w-node-_64cdce44-4b05-69f9-46c3-2ead8a9b0dea-bdfde197, #w-node-_64cdce44-4b05-69f9-46c3-2ead8a9b0df4-bdfde197, #w-node-_64cdce44-4b05-69f9-46c3-2ead8a9b0dfe-bdfde197, #w-node-dc0f9cc7-f95f-4419-d319-e42d6d25c625-bdfde197, #w-node-dc0f9cc7-f95f-4419-d319-e42d6d25c630-bdfde197, #w-node-dc0f9cc7-f95f-4419-d319-e42d6d25c63c-bdfde197, #w-node-e12c5ad8-dd34-bfe0-ac51-17d80ec91911-c8a5c05d, #w-node-e12c5ad8-dd34-bfe0-ac51-17d80ec9191c-c8a5c05d, #w-node-e12c5ad8-dd34-bfe0-ac51-17d80ec91928-c8a5c05d, #w-node-_2f72a2e5-c568-c97a-5cf9-53384ef54f98-317f6b6e, #w-node-_2f72a2e5-c568-c97a-5cf9-53384ef54fa3-317f6b6e, #w-node-_2f72a2e5-c568-c97a-5cf9-53384ef54faf-317f6b6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e22d807f-91dd-fae2-5742-b73cd7775d07-070abf34 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e22d807f-91dd-fae2-5742-b73cd7775d0b-070abf34 {
  justify-self: start;
}

#w-node-_4b152f15-eeed-6fb9-bd66-5573a988bf49-070abf34, #w-node-_4b152f15-eeed-6fb9-bd66-5573a988bf54-070abf34, #w-node-_4b152f15-eeed-6fb9-bd66-5573a988bf60-070abf34 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_93bdf76b-8a48-57c1-8ced-2e0a5b93b7b6-88086415, #w-node-_93bdf76b-8a48-57c1-8ced-2e0a5b93b7c0-88086415 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e22d807f-91dd-fae2-5742-b73cd7775d07-070abf34 {
    grid-column: span 1 / span 1;
  }
}
