:root {
  --sunflower-bt: Montserrat, sans-serif;
  --yaldevi-headings: Kanit, sans-serif;
  --green-1: #1ccfbd;
  --green-2: #32a499;
  --syne-subs: Syne, sans-serif;
  --urbanist-p: "Open Sans", sans-serif;
  --green-4: #334f4c;
  --white-1: white;
  --orange-2: #cf6d40;
  --green-5: #293332;
  --black-2: #12181f;
  --text-color-dark: #495057;
  --green_v2-medium\<deleted\|variable-563cb636-6711-3463-ee52-9a89008c49bf\>: #388f86;
  --whitesmoke-background: whitesmoke;
  --gray-1: #f4f4f4;
  --green-0-5: #e8faf8;
  --grey-2: #f8f8f8;
  --black: black;
  --green-darker\<deleted\|variable-a6a72f7a-e454-f641-ebe1-6f5e0830141a\>: #0a4842;
  --green-light-active\<deleted\|variable-3230a566-fa68-0cac-5452-a6112f1ad413\>: #b9f0eb;
  --gray-darker: #555;
  --gray-dark-hover: #929292;
  --gray-dark: #b7b7b7;
  --green-6: #191f1e;
  --brown\<deleted\|variable-6673a66d-04ba-ba48-2cd3-ef1a9e09e5fd\>: #7a4e3a;
  --green-3: #3a7a73;
  --332c29\<deleted\|variable-2ca738d9-f86b-1c81-d44e-0b8ced0e9c84\>: #332c29;
  --sub: 20px;
  --sub-h: 24px;
  --sub-l-1px: 1px;
  --orange-1: #cf551d;
  --green-0-75: #ddf8f5;
}

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

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

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

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

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-page-count {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

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

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

body {
  color: #fff;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.nav-link {
  font-family: var(--sunflower-bt);
  color: #fff;
  text-align: center;
  letter-spacing: .02em;
  width: 100%;
  font-size: 17px;
  font-weight: 400;
  line-height: 150%;
}

.ads-hero {
  background-color: #0003;
  background-image: radial-gradient(circle at 0%, #0000009e, #fff0), url('../images/unsplash_c9z9RlCh0Zo_1.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-height: 90vh;
  margin-top: 75px;
  padding: 80px 20px;
  display: flex;
  position: relative;
}

.hero-1-wrapper {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1220px;
  margin-top: 100px;
  margin-bottom: 5vh;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.h1 {
  font-family: var(--yaldevi-headings);
  color: #eee;
  text-align: left;
  text-shadow: 0 1px 1px #0003;
  margin-top: 0;
  font-size: 80px;
  font-weight: 400;
  line-height: 110%;
}

.hero-proof-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: block;
}

.hero-section-bt {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.call-to-action-bt {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #f28705;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 380px;
  padding: 12px 16px;
  display: flex;
}

.call-to-action-bt.bt-hero {
  border: 2px solid var(--green-1);
  background-color: #000000d9;
}

.call-to-action-bt.bt-hero:hover {
  background-color: var(--green-2);
}

.right-icon {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-end;
  align-items: center;
  width: 180px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.h4 {
  text-align: center;
  text-shadow: 0 1px 1px #0003;
  width: 100%;
  min-width: 180px;
  max-width: 680px;
  margin-top: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 120%;
}

.h4.hero-right {
  font-family: var(--syne-subs);
  text-align: right;
  width: 100%;
  max-width: 480px;
  font-size: 26px;
}

.h4.text-align-left {
  font-family: var(--urbanist-p);
  text-align: left;
  letter-spacing: 1px;
  max-width: 280px;
  padding-left: 0;
  font-size: 22px;
  font-weight: 100;
}

.vector-google-decorative {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.vetor-google-ads {
  background-color: #34a852;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 4px;
  display: flex;
}

.vectors-wrapper-10 {
  background-color: #fabc04;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 4px;
  display: flex;
}

.vectors-wrapper-11 {
  background-color: #3c8bd9;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 4px;
  display: flex;
}

.hero-2-wrapper-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.vectors-wrapper-13 {
  object-fit: contain;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-top: -10px;
  display: flex;
}

.bt-3 {
  font-family: var(--sunflower-bt);
  color: #fff;
  letter-spacing: 1px;
  -webkit-text-stroke-color: white;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
  line-height: 120%;
}

.vectors-wrapper-14 {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 25px;
  display: flex;
}

.vectors-wrapper-15 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 85px;
  height: 93.3636px;
  display: flex;
}

.frame-120 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.starts {
  object-fit: contain;
}

.sub {
  font-family: var(--syne-subs);
  text-align: center;
  letter-spacing: 2px;
  text-shadow: 0 1px 1px #0003;
  object-fit: fill;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}

.flex-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
}

.link-block-2 {
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
}

.message-section {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: var(--green-4);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px;
  display: flex;
}

.message-wrap {
  text-align: center;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1220px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-div {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  color: #333;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 679px;
  display: flex;
}

.heading-banner {
  font-family: var(--yaldevi-headings);
  color: var(--white-1);
  text-align: center;
  letter-spacing: .02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 120%;
}

.grid-wrapper_pro {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #333;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  display: flex;
  position: relative;
}

.h5 {
  font-family: var(--urbanist-p);
  text-align: center;
  letter-spacing: .02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 140%;
}

.p {
  text-align: justify;
  text-shadow: 0 1px 1px #0003;
  flex: 1;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.body {
  background-color: #11161b;
}

.tabs {
  background-color: #f5f5f5;
  border: 6px solid #7ed9ca;
  border-radius: 20px;
  max-width: 980px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

.tabs.tab-pro {
  border-color: var(--orange-2);
}

.tab-h-flex {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 0 60px;
  display: flex;
}

.logo-280px {
  object-fit: contain;
  width: 100%;
  max-width: 280px;
}

.tab-link_pro {
  background-color: #334f4ccc;
  width: 100%;
  display: block;
}

.tab-link_pro:hover {
  background-color: var(--green-5);
}

.tab-link_pro.w--current {
  background-color: var(--orange-2);
  color: #fff;
}

.tabs-menu {
  justify-content: center;
  display: flex;
}

.tabs-content {
  border: 0 #000;
  border-radius: 0 0 15px 15px;
}

.banner-section-pro {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: var(--black-2);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 140px 40px;
  display: block;
  box-shadow: inset 0 20px 20px #00000040;
}

.h3 {
  color: #f2f2f2;
  text-align: center;
  letter-spacing: .02em;
  text-shadow: 0 1px 1px #0003;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 120%;
}

.h3.h3-margin {
  font-family: var(--yaldevi-headings);
  color: var(--white-1);
  white-space: break-spaces;
  overflow-wrap: break-word;
  max-width: 980px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
}

.heading-sub-tabs {
  font-family: var(--yaldevi-headings);
  color: var(--white-1);
  text-align: justify;
  letter-spacing: .08em;
  margin-top: 4px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}

.heading-sub-tabs.adv {
  color: var(--white-1);
}

.banner-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1220px;
}

.lottie-animation-2 {
  max-width: 280px;
}

.tab-column-right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #333;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 480px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.p-tab {
  font-family: var(--urbanist-p);
  color: var(--text-color-dark);
  text-align: justify;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}

.flex-tab-text {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #333;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.flex-v-absolute-bottom {
  color: #333;
  position: absolute;
  inset: auto auto 5%;
}

.flex-block-4 {
  max-width: 280px;
}

.logo-80px {
  object-fit: contain;
  width: 100%;
  max-width: 80px;
}

.flex-block-h {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.banner-section-design {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  color: #fff;
  background-color: #11161b;
  background-image: linear-gradient(#f0f3f8, #19bcac 18% 80%, #f0f3f8);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
}

.grid-wrapper_design {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #000;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  display: flex;
  position: relative;
}

.sub-pro {
  font-family: var(--syne-subs);
  color: var(--text-color-dark);
  text-align: center;
  letter-spacing: 4px;
  text-shadow: 0 1px 1px #0003;
  max-width: 380px;
  margin: 40px auto 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  max-width: none;
  height: 60px;
  margin-right: 16px;
}

.faq-dropdown {
  float: left;
  clear: both;
  color: #f2f2f2;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: static;
}

.faq-dropdown:hover {
  background-color: #fff;
}

.faq-dropdown:focus {
  border-bottom-color: #0000;
}

.faq-section {
  color: #333;
  background-color: #f5f5f5;
  flex-direction: column;
  align-items: center;
  width: auto;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
}

.dropdown-list {
  background-color: #ddd;
}

.dropdown-list.w--open {
  background-color: #0000;
  padding: 20px 40px 20px 20px;
  position: relative;
}

.p-testimonial-1 {
  font-family: var(--urbanist-p);
  color: var(--text-color-dark);
  text-align: justify;
  letter-spacing: .5px;
  flex: 1;
  align-items: center;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 140%;
  display: flex;
}

.faq-flex-div {
  align-items: center;
  width: 100%;
  min-width: 420px;
  max-width: 820px;
  margin: 40px auto;
  padding-left: 20px;
  padding-right: 20px;
  position: static;
}

.dropdown {
  border-bottom: 1px solid #333;
  width: 100%;
  position: relative;
}

.sub-hero {
  font-family: var(--syne-subs);
  text-align: center;
  letter-spacing: 3px;
  text-shadow: 0 1px 1px #0003;
  object-fit: fill;
  background-color: #0000;
  max-width: 380px;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}

.grid-testimonial {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  border-radius: 20px;
  flex-wrap: nowrap;
  grid-template-rows: minmax(auto, 1fr) auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1040px;
  display: grid;
}

._5-stars-testimonials {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: 55px;
  display: flex;
}

.post-testimonial {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.lottie-animation_banner {
  height: 400px;
}

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

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

.gallery-wrapper-2 {
  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-block-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-slide {
  background-color: #0000;
  height: auto;
}

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

.gallery-slide-image {
  position: relative;
}

.gallery-image-2 {
  width: 100%;
}

.gallery-slide-text {
  z-index: 2;
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  display: none;
  position: absolute;
  inset: auto 0% -5px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible, .gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed-2 {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible, .gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.link-block-7 {
  text-decoration: none;
}

.option-segment-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -webkit-backdrop-filter: brightness(51%) blur(2px);
  backdrop-filter: brightness(51%) blur(2px);
  text-shadow: 0 1px 1px #0003;
  -webkit-text-fill-color: inherit;
  background-color: #15332e40;
  background-clip: border-box;
  border: 1px solid #949191;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  max-width: 330px;
  padding: 20px;
  display: flex;
}

.hero-without-image {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

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

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

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

.heading-4 {
  margin-bottom: 40px;
}

.paragraph-2 {
  text-align: justify;
}

.hero-section-md {
  background-color: #fff;
  padding: 160px 20px 40px;
}

.heading-sub-services {
  font-family: var(--urbanist-p);
  color: var(--green_v2-medium\<deleted\|variable-563cb636-6711-3463-ee52-9a89008c49bf\>);
  text-align: left;
  letter-spacing: 1px;
  width: 50%;
  font-weight: 500;
  line-height: 140%;
}

.h1-md {
  font-family: var(--yaldevi-headings);
  color: var(--text-color-dark);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 120%;
}

.criativo-container-md {
  flex-flow: column wrap;
  place-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-top: 5%;
  margin-bottom: 7%;
  display: flex;
}

.criativo-content-md {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 4px solid var(--orange-2);
  background-color: #fff;
  border-radius: 40px 40px 10px 10px;
  flex-direction: row;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-bottom: 20px;
  padding: 20px;
}

.cta-section-md {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-image: linear-gradient(#0a4842c7, #0a4842c7), linear-gradient(#00000080, #00000080), url('../images/Pexels-Photo-by-Negative-SpaceMD_1.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  flex-direction: column;
  align-items: center;
  padding: 100px 40px;
  display: flex;
}

.testimonial-section-md {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #333;
  background-color: #f5f5f5;
  border-bottom: 1px #e4ebf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 100px 40px;
  display: flex;
  position: relative;
}

.testimonial-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-image: radial-gradient(circle closest-corner, #fff6, #0000 44%);
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.quote-lp {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border: 2px solid #b8eae5;
  border-radius: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  display: flex;
  overflow: visible;
}

.quote-lp.adv {
  border-color: #388f8699;
}

.p-testimonial {
  font-family: var(--urbanist-p);
  color: #19bcac;
  text-align: justify;
  letter-spacing: .5px;
  flex: 1;
  align-items: center;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  display: flex;
}

.p-testimonial.adv {
  color: var(--green_v2-medium\<deleted\|variable-563cb636-6711-3463-ee52-9a89008c49bf\>);
}

.quote-infos {
  color: #fff;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  display: flex;
}

.quote-autor {
  grid-column-gap: 8.0023px;
  grid-row-gap: 8.0023px;
  -webkit-backdrop-filter: contrast(200%);
  backdrop-filter: contrast(200%);
  background-color: #19bcac;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
}

.quote-autor.adv {
  background-color: var(--green_v2-medium\<deleted\|variable-563cb636-6711-3463-ee52-9a89008c49bf\>);
}

.lottie-animation-md {
  height: 400px;
}

.faq-section-md {
  background-color: var(--whitesmoke-background);
  color: #333;
  flex-direction: column;
  align-items: center;
  width: auto;
  height: auto;
  padding-top: 8%;
  padding-bottom: 8%;
  display: flex;
}

.heading-6-md {
  font-family: var(--syne-subs);
  color: #000;
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
  text-decoration: none;
}

.p-faq-md {
  color: #333;
  text-align: justify;
  flex: 1;
  align-items: center;
  margin-bottom: 0;
  padding-right: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
  display: flex;
}

.faq-btn-open-md {
  background-color: #19bcac;
  border-radius: 100px 100px 40px 40px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  right: 20px;
}

.image-34 {
  width: 11px;
}

.container-7 {
  border: 10px none var(--orange-2);
  background-color: #fff;
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1040px;
  padding: 60px 20px 40px;
  display: flex;
  box-shadow: 0 2px 20px #000;
}

.logo-footer {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.flex-block-19 {
  flex-direction: row;
  order: 1;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 1040px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
}

.modal---article {
  z-index: 999;
  background-color: #00000026;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-height: 850vh;
  padding: 10% 20px 100%;
  display: flex;
  position: absolute;
  top: 0;
}

.modal---article.article-1, .modal---article.article-2 {
  display: none;
}

.modal---article.article-3 {
  background-color: #00000040;
  display: none;
}

.modal---content-article {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  object-fit: contain;
  background-color: #fff;
  border: 10px solid #30665f;
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  min-width: 800px;
  max-width: none;
  height: 85vh;
  min-height: 60%;
  padding: 20px 40px 40px;
  display: flex;
  position: fixed;
  inset: 10% auto;
  overflow: scroll;
}

.image-35 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  width: 220px;
  padding: 1%;
  position: static;
  inset: auto auto auto 1%;
}

.modal---article-image {
  background-color: #00000059;
  background-image: url('../images/Pexels-Photo-by-Pavel-DanilyukMDBlur.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-height: 250px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.modal-buttons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-left: auto;
  display: flex;
}

.rich-text-block {
  color: #333;
  text-align: left;
  margin-top: -60px;
}

.p---md {
  text-align: justify;
  letter-spacing: .01em;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.heading-3---articles-md {
  color: #000;
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  display: block;
}

.h2---article---md {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 140%;
}

.h1-md-aritcle {
  color: #333;
  text-align: left;
  background-color: #fff;
  border-top-right-radius: 10px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 4px;
  font-family: Roboto, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 120%;
  position: static;
  inset: auto auto 0% 0%;
}

.list {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.fechar-modal-1, .fechar-modal-2, .fechar-modal-3 {
  color: #333;
  background-color: #cbe9e5;
  border-radius: 7px;
  font-family: Roboto, sans-serif;
}

.whatsapp-leadform {
  background-color: #4fa89d;
  border-radius: 7px;
  font-family: Roboto, sans-serif;
}

.nav-menu---md {
  flex-direction: row;
  order: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-2 {
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-link-md {
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.nav-link-md:hover, .nav-link-md.w--current {
  border-bottom: 2px solid #000;
  margin-bottom: -2px;
}

.container-9 {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  max-width: 1180px;
  display: flex;
}

.logo-navbar-md {
  order: -1;
}

.elevator-hero {
  font-family: var(--syne-subs);
  color: #12181f;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 120%;
}

.social-proof {
  font-family: var(--syne-subs);
  color: #12181f;
  text-align: right;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}

.hero-heading {
  font-family: var(--yaldevi-headings);
  color: #12181f;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
}

.hero-content-1 {
  flex-direction: column;
  order: -1;
  align-items: flex-start;
  margin-right: auto;
  display: flex;
}

.hero-content-2 {
  flex-direction: column;
  align-items: flex-end;
  margin-left: auto;
  display: flex;
}

.hero-content-md {
  background-color: #b8eae5;
  border-radius: 8px;
  max-width: 1180px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
}

.bt-leadform-md {
  grid-column-gap: 8px;
  background-color: #043772;
  border: 4px solid #0000;
  border-radius: 4px;
  order: 1;
  justify-content: center;
  align-items: center;
  width: 280px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
  text-decoration: none;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.bt-leadform-md:hover {
  background-color: #0552ac;
}

.bt-leadform-md.bt-hide-desk-tab {
  display: none;
}

.bt-leadform-md.bt-hide-phone {
  grid-column-gap: 12px;
}

.bt-leadform-md.bt-hide-phone:hover {
  background-color: #0552ac;
}

.text-bt {
  font-family: var(--sunflower-bt);
  color: #fff;
  font-size: 17px;
  line-height: 120%;
}

.container-11 {
  flex-direction: column;
  flex: none;
  justify-content: space-around;
  align-self: stretch;
  align-items: center;
  width: 68%;
  max-width: 840px;
  margin-left: 0;
  display: flex;
}

.heading-5 {
  font-family: var(--yaldevi-headings);
  color: #12181f;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
}

.text-proof---cfm {
  font-family: var(--syne-subs);
  color: #12181f;
  text-align: center;
  letter-spacing: 4px;
  margin-top: 40px;
  font-size: 12px;
  line-height: 140%;
}

.container-who-is {
  flex-direction: column;
  max-width: 540px;
  padding-top: 140px;
  padding-bottom: 220px;
  display: flex;
}

.feature-div {
  align-items: center;
  padding: 20px;
}

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

.container-13 {
  justify-content: space-around;
  display: flex;
}

.benefits-text {
  font-family: var(--urbanist-p);
  letter-spacing: .5px;
  font-size: 14px;
  font-weight: 400;
}

.section-2 {
  background-color: #12181f;
  padding-top: 20px;
  padding-bottom: 20px;
}

.slide {
  background-image: url('../images/Google-PesquisaMD_1.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto 80%;
}

.slide-nav {
  color: #19bcac;
}

.slide-2 {
  background-image: url('../images/Google-MapsMD_1.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto 80%;
}

.slide-3 {
  background-image: url('../images/YoutubeMD.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto 80%;
}

.slide-4 {
  background-image: url('../images/FacebookMD_1.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto 80%;
}

.slide-5 {
  background-image: url('../images/InstagramMD_1.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto 80%;
}

.slider {
  border: 6px solid var(--orange-2);
  background-color: #fff;
  border-radius: 20px;
  height: 500px;
  padding: 4px;
}

.icon-3, .icon-4 {
  color: #19bcac;
}

.image-slider {
  height: 40px;
  margin-left: 20px;
  position: absolute;
  inset: auto 0% 0%;
}

.extra-service-image {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 20px;
  width: 50%;
  max-height: 200px;
}

.extra-service-image:hover {
  object-position: 50% 100%;
}

.heading-7 {
  font-family: var(--yaldevi-headings);
  color: #12181f;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 400;
  line-height: 100%;
}

.section-4 {
  background-color: #f4f4f4;
  padding-top: 8%;
  padding-bottom: 8%;
}

.heading-value-section {
  font-family: var(--yaldevi-headings);
  color: var(--text-color-dark);
  text-align: center;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 120%;
}

.link-block-10 {
  order: -1;
  width: 120px;
  padding-top: 10px;
}

.link-block-10.w--current {
  width: 180px;
}

.lottie-animation-12 {
  order: 1;
}

.navbar-logo-center {
  z-index: 999;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fffc;
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

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

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

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

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

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

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  font-family: Doppio One, sans-serif;
  font-weight: 400;
  display: flex;
}

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

.nav-link-dark {
  color: var(--white-1);
  letter-spacing: .25px;
  border-radius: 4px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Syne, sans-serif;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s cubic-bezier(.77, 0, .175, 1);
}

.nav-link-dark:hover {
  background-color: var(--white-1);
  color: var(--green-2);
  border-radius: 4px;
}

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

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

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

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

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

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  width: 200px;
}

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

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

.button-primary-2 {
  background-color: var(--green-1);
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 3px;
  padding: 8px 18px;
  font-size: 14px;
  line-height: 100%;
  text-decoration: none;
  transition: all .2s;
  box-shadow: 0 2px 5px #0003;
}

.button-primary-2:hover {
  background-color: var(--green-2);
  color: #fff;
}

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

.logo-light {
  height: 32px;
}

.body-2 {
  background-color: var(--grey-2);
  color: var(--black);
  flex-flow: column;
  padding-top: 140px;
  font-family: Sen, sans-serif;
}

.body-3 {
  background-color: var(--green-0-5);
  font-family: Open Sans, sans-serif;
}

.nav-link-light {
  color: var(--green-darker\<deleted\|variable-a6a72f7a-e454-f641-ebe1-6f5e0830141a\>);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  transition: all .3s;
}

.nav-link-light:hover {
  background-color: var(--white-1);
  color: var(--green-2);
  border-radius: 4px;
}

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

.nav-dropdown-toggle-light {
  color: var(--green-darker\<deleted\|variable-a6a72f7a-e454-f641-ebe1-6f5e0830141a\>);
  letter-spacing: .25px;
  border-radius: 4px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
  transition: all .3s;
}

.nav-dropdown-toggle-light:hover {
  background-color: var(--white-1);
  color: var(--green-2);
}

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

.footer-dark {
  background-color: var(--green-5);
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  position: relative;
}

.title-small {
  color: var(--green-1);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: var(--gray-1);
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--green-light-active\<deleted\|variable-3230a566-fa68-0cac-5452-a6112f1ad413\>);
}

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

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

.footer-divider {
  background-color: var(--green-1);
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-copyright-center {
  color: var(--white-1);
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 16px;
  display: flex;
}

.logo-social-media {
  object-fit: contain;
  border-radius: 8px;
}

.logo-social-media:hover {
  box-shadow: 0 2px 5px #0003;
}

.image-blog-cover {
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 400px;
  position: absolute;
  inset: 77px 0% auto;
}

.section-post {
  margin-top: 180px;
  margin-bottom: 100px;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.container-post {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--white-1);
  border-radius: 20px;
  flex-direction: column;
  max-width: 840px;
  padding-top: 0;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.heading-11 {
  font-family: var(--yaldevi-headings);
  color: var(--black-2);
  text-align: center;
  letter-spacing: .06em;
  font-size: 24px;
  font-weight: 400;
}

.rich-text-block-2 {
  font-family: var(--urbanist-p);
  color: var(--text-color-dark);
  text-align: justify;
  letter-spacing: .02em;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.image-blog-contain {
  object-fit: contain;
  border-radius: 4px;
  width: auto;
  height: 200px;
  margin-top: 20px;
}

.background-image {
  object-fit: cover;
  max-width: 1280px;
}

.collection-item {
  padding-left: 8px;
  padding-right: 8px;
}

.div-list-segment {
  background-color: var(--white-1);
  color: var(--green-darker\<deleted\|variable-a6a72f7a-e454-f641-ebe1-6f5e0830141a\>);
  border-radius: 10px;
  flex-flow: column;
  height: 100%;
  padding: 10px 10px 60px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.category {
  font-family: var(--syne-subs);
  color: var(--text-color-dark);
  text-align: center;
  min-width: 50px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  position: absolute;
  inset: 5% 0% auto auto;
}

.heading-12 {
  color: var(--green-darker\<deleted\|variable-a6a72f7a-e454-f641-ebe1-6f5e0830141a\>);
}

.post-list-segment {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  position: relative;
}

.text-block-10 {
  color: var(--gray-darker);
  font-family: Doppio One, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.section-more-posts {
  padding-bottom: 100px;
}

.div-post-author {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white-1);
  color: var(--black);
  border-radius: 15px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  padding: 20px 60px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.author-image {
  width: 100px;
  height: 100px;
}

.container-post-author-botton {
  max-width: 840px;
}

.heading-13 {
  font-family: var(--yaldevi-headings);
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
}

.text-block-11 {
  font-family: var(--syne-subs);
  font-size: 12px;
  font-weight: 500;
}

.text-block-12 {
  font-family: var(--urbanist-p);
  color: var(--gray-darker);
  text-align: justify;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}

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

.div-post-author-head {
  border: 2px solid var(--gray-dark);
  background-color: var(--white-1);
  color: var(--green-4);
  border-radius: 8px;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 8px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.image-43 {
  width: 56px;
}

.div-post-update {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: var(--gray-dark);
  font-size: 10px;
  display: flex;
}

.heading-14 {
  margin-top: 5px;
  margin-bottom: 0;
}

.category-head, .segment-head {
  color: var(--black-2);
  text-align: center;
  min-width: 50px;
  margin-top: 4px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 12px;
  display: inline-block;
  position: static;
  inset: 5% 0% auto auto;
}

.div-author-info {
  width: 70%;
}

.container-posts-botton {
  margin-bottom: 40px;
}

.section-all-post {
  padding-top: 0;
}

.div-post-all {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--white-1);
  color: var(--green-darker\<deleted\|variable-a6a72f7a-e454-f641-ebe1-6f5e0830141a\>);
  border-radius: 10px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  min-height: auto;
  padding: 12px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.heading-15 {
  color: var(--green-5);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Kanit, sans-serif;
  font-weight: 600;
}

.collection-list {
  justify-content: space-around;
  margin-bottom: 20px;
  display: flex;
}

.collection-list-wrapper {
  padding-bottom: 60px;
}

.collection-item-2 {
  width: 32%;
  padding-left: 0;
  padding-right: 0;
}

.image-post {
  object-fit: contain;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  margin-right: auto;
  box-shadow: 0 2px 8px #0003;
}

.button {
  background-color: var(--green-4);
  color: var(--white-1);
  text-align: center;
  letter-spacing: .04em;
  text-transform: uppercase;
  border-radius: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  position: relative;
  inset: auto 0% 0%;
}

.button:hover {
  background-color: var(--green-2);
}

.text-block-14 {
  text-align: justify;
  height: 100%;
  margin-bottom: 50px;
  padding-left: 4px;
  padding-right: 4px;
  line-height: 135%;
}

.heading-16 {
  text-align: center;
  letter-spacing: 1px;
  flex: 1;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 4px;
  padding-right: 4px;
  font-family: Kanit, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 130%;
}

.next {
  background-color: var(--gray-darker);
  color: var(--white-1);
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.next:hover {
  background-color: var(--gray-dark-hover);
}

.previous {
  background-color: var(--gray-darker);
  color: var(--white-1);
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.previous:hover {
  background-color: var(--gray-dark-hover);
}

.div-image-post {
  margin-bottom: 10px;
  position: relative;
}

.segment-all-posts {
  background-color: var(--gray-dark);
  font-family: var(--syne-subs);
  color: var(--text-color-dark);
  text-align: center;
  border-top-left-radius: 4px;
  min-width: 50px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 16px;
  display: inline-block;
  position: absolute;
  inset: auto 0% 0% auto;
}

.wrapper-footer {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-2 {
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-brand-3.w--current {
  margin-bottom: 24px;
}

.footer-content-2 {
  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-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-social-block-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 12px;
  display: none;
}

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

.heading-segment {
  color: var(--green-darker\<deleted\|variable-a6a72f7a-e454-f641-ebe1-6f5e0830141a\>);
  font-family: Syne, sans-serif;
}

.pagination {
  padding-top: 10px;
}

.div-navbar-bt, .link-block-11 {
  display: none;
}

.navbar-logo-left-2 {
  z-index: 990;
  background-color: var(--green-4);
  color: var(--white-1);
  padding-top: 24px;
  padding-bottom: 24px;
  font-family: Sen, sans-serif;
  position: fixed;
  inset: 0% 0% auto;
}

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

.navbar-logo-left-container-2.shadow-three {
  width: 100%;
  max-width: 1280px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

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

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

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

.nav-dropdown-toggle {
  letter-spacing: .25px;
  border-radius: 4px;
  padding: 5px 30px 5px 10px;
  line-height: 20px;
  transition: all .3s cubic-bezier(.77, 0, .175, 1);
}

.nav-dropdown-toggle:hover {
  background-color: var(--white-1);
  color: var(--green-1);
}

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

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

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

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

.nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
  margin-top: 10px;
}

.nav-dropdown-list-2.shadow-three.mobile-shadow-hide.w--open {
  background-color: var(--green_v2-medium\<deleted\|variable-563cb636-6711-3463-ee52-9a89008c49bf\>);
  color: var(--white-1);
  border-radius: 10px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: 0 4px 10px #00000040;
}

.nav-dropdown-link-2 {
  font-family: var(--yaldevi-headings);
  color: var(--white-1);
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  line-height: 40px;
  text-decoration: none;
}

.nav-dropdown-link-2:hover {
  background-color: #ffffff26;
  border-radius: 10px;
}

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

.nav-dropdown-link-2.w--current {
  color: var(--green-light-active\<deleted\|variable-3230a566-fa68-0cac-5452-a6112f1ad413\>);
  font-weight: 400;
  text-decoration: none;
}

.nav-divider-2 {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent-2 {
  color: var(--white-1);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: all .3s;
}

.nav-link-accent-2:hover {
  color: var(--green-1);
}

.list-item {
  transition: opacity .2s;
}

.collection-item-segments {
  order: -1;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  width: 32%;
  min-width: 300px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.collection-list-segments {
  grid-column-gap: 10px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  place-content: space-between space-around;
  align-items: stretch;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.container-21 {
  max-width: 1140px;
}

.section-5 {
  padding-bottom: 100px;
  padding-left: 40px;
  padding-right: 40px;
}

.paragraph-6 {
  font-family: var(--syne-subs);
  color: var(--gray-darker);
  letter-spacing: .02em;
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}

.heading-17 {
  font-family: var(--yaldevi-headings);
  color: var(--text-color-dark);
}

.button-2 {
  background-color: var(--green-4);
  font-family: var(--sunflower-bt);
  color: var(--white-1);
  text-align: center;
  text-transform: uppercase;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  position: absolute;
  inset: auto 0% 0%;
}

.collection-list-2 {
  justify-content: center;
  display: flex;
}

.logotipo-navbar {
  object-fit: contain;
  width: 32px;
  height: 32px;
}

.logotipo-navbar:hover {
  opacity: .76;
}

.hero-section-inicial {
  margin-top: 80px;
  padding: 60px 20px;
  position: relative;
}

.h1-hero {
  color: var(--text-color-dark);
  text-align: center;
  font-family: Yaldevi, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 72px;
}

.sub-main {
  z-index: 2;
  font-family: var(--syne-subs);
  color: var(--text-color-dark);
  text-align: center;
  letter-spacing: 1px;
  margin-top: 30px;
  font-size: 20px;
  line-height: 130%;
  position: relative;
}

.sub-main.white {
  z-index: 2;
  color: var(--white-1);
  -webkit-text-stroke-width: .1px;
  -webkit-text-stroke-color: var(--black);
  text-shadow: 0 1px 1px #0003;
}

.sub-main.dark {
  z-index: 2;
  color: var(--text-color-dark);
  -webkit-text-stroke-width: .1px;
  -webkit-text-stroke-color: var(--white-1);
  text-shadow: 0 1px 1px #0003;
}

.flex-block-26 {
  z-index: 4;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.bt_hero_main {
  z-index: 10;
  background-color: var(--green-4);
  background-image: linear-gradient(135deg, var(--green-4), var(--green-3));
  border-radius: 6px;
  padding: 12px 16px;
  font-family: Sunflower, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  position: relative;
}

.bt_hero_main:hover {
  background-color: var(--green-5);
}

.flex-block-27 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.div-grid-main-hero {
  z-index: 0;
  background-color: #d6d6d6;
  border-radius: 40px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 100%;
  min-height: 144px;
  display: flex;
  position: relative;
}

.div-grid-main-hero.div-grid-3 {
  height: 384px;
}

.div-grid-main-hero.allign-top {
  justify-content: space-between;
  align-items: center;
}

.background-image-grid-main {
  z-index: 1;
  object-fit: cover;
  border-radius: 40px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.container-22 {
  max-width: 1240px;
}

.bt-grid-shape {
  z-index: 2;
  background-color: var(--orange-2);
  color: var(--white-1);
  text-align: center;
  border-radius: 100px;
  justify-content: center;
  margin-bottom: 12px;
  margin-left: 12px;
  margin-right: 12px;
  padding: 12px 16px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
  position: relative;
  box-shadow: inset 0 4px 4px #0000001a;
}

.bt-grid-shape.verde {
  z-index: 2;
  background-color: #388f86e6;
  font-family: Montserrat, sans-serif;
}

.bt-grid-shape.verde:hover {
  background-image: linear-gradient(#0003, #0003);
}

.bt-grid-shape.marrom {
  z-index: 2;
  background-color: var(--brown\<deleted\|variable-6673a66d-04ba-ba48-2cd3-ef1a9e09e5fd\>);
  justify-content: space-between;
  align-items: center;
}

.bt-grid-shape.marrom:hover {
  background-image: linear-gradient(#0003, #0003);
}

.bt-grid-shape.verde-escuro {
  z-index: -1;
  background-color: var(--green-2);
  justify-content: center;
  align-items: center;
}

.bt-grid-shape.verde-escuro:hover {
  background-image: linear-gradient(#0003, #0003);
}

.bt-grid-shape.cinza {
  z-index: 2;
  color: #1ccfbd;
  background-color: #332c29e6;
  justify-content: space-between;
  align-items: center;
}

.bt-grid-shape.cinza:hover {
  background-image: linear-gradient(#0003, #0003);
}

.quick-stack {
  z-index: 1;
  grid-row-gap: 20px;
  margin-top: -100px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.grid-paragraph {
  z-index: 2;
  font-family: var(--urbanist-p);
  color: var(--white-1);
  text-align: center;
  letter-spacing: 1px;
  text-shadow: 0 4px 4px #00000040;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  position: relative;
}

.grid-paragraph.dark {
  color: var(--332c29\<deleted\|variable-2ca738d9-f86b-1c81-d44e-0b8ced0e9c84\>);
  text-shadow: none;
  font-weight: 500;
}

.grid-paragraph.dark.padding-32px {
  color: var(--green-6);
  text-align: left;
  text-shadow: none;
  padding-top: 32px;
  padding-left: 32px;
  padding-right: 32px;
}

.icon-arrow-white-grid {
  width: 14px;
}

.div-icon-marrom {
  background-color: #cf551d66;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.div-icon-verde {
  background-color: #1ccfbd33;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.grid-icon-whats, .icon-arrow-green-grid-copy {
  width: 14px;
}

.heading-20 {
  z-index: -1;
  font-family: var(--syne-subs);
  color: var(--text-color-dark);
  text-align: center;
  -webkit-text-stroke-width: .1px;
  -webkit-text-stroke-color: var(--white-1);
  margin-top: 40px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 24px;
  font-weight: 300;
  line-height: 130%;
  position: relative;
}

.ecommerce-logo {
  z-index: 1;
  width: 100px;
  padding-bottom: 20px;
  position: relative;
}

.container-23 {
  z-index: -10;
  background-color: var(--green-4);
  border-radius: 20px;
  flex-flow: column;
  max-width: 1240px;
  padding: 100px 60px;
  display: flex;
}

.heading-22 {
  color: var(--white-1);
  text-align: center;
  letter-spacing: 1px;
  order: -1;
  font-family: Yaldevi, sans-serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 130%;
}

.div-services-main {
  background-color: var(--grey-2);
  color: var(--text-color-dark);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 150px;
  padding: 12px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.div-services-main:hover {
  color: var(--white-1);
}

.services-inicial {
  padding: 80px 20px 160px;
}

.features-list {
  padding: 80px 20px;
  position: relative;
}

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

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

.features-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.features-paragraph {
  font-family: var(--yaldevi-headings);
  letter-spacing: .5px;
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 24px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.features-right {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image {
  object-fit: cover;
  border-radius: 10px;
  width: 120px;
  height: 120px;
  margin-right: 16px;
  box-shadow: 0 2px 5px #0003;
}

.body-elevator {
  background-color: var(--whitesmoke-background);
  color: var(--text-color-dark);
}

.heading-23 {
  margin-top: 0;
  font-family: Yaldevi, sans-serif;
  font-size: 40px;
  line-height: 130%;
}

.feature-paragraph {
  font-family: var(--urbanist-p);
  letter-spacing: 1px;
  font-size: 20px;
  line-height: 130%;
}

.testimonial-slider-large {
  background-color: var(--green-5);
  border-bottom: 1px solid #e4ebf3;
  padding: 160px 40px;
  position: static;
  overflow: visible;
}

.testimonial-slider-two {
  background-color: #0000;
  height: auto;
}

.testimonial-slide {
  z-index: 10;
  background-color: #fff;
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-end;
  padding: 40px 40px 40px 64px;
  display: flex;
  overflow: visible;
  box-shadow: 0 2px 5px #fff3;
}

.testimonial-content {
  color: var(--text-color-dark);
  flex-direction: column;
  align-items: flex-start;
  max-width: 460px;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote {
  font-family: var(--urbanist-p);
  letter-spacing: 0;
  margin-bottom: 32px;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image-2 {
  object-fit: cover;
  border-radius: 10px;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.testimonial-author-name {
  font-family: var(--yaldevi-headings);
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
}

.testimonial-image-two {
  object-fit: cover;
  border-radius: 14px;
  width: 200px;
  height: 200px;
}

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

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

.quote {
  font-family: var(--yaldevi-headings);
  color: var(--green-1);
  margin-bottom: -80px;
  font-size: 200px;
  font-weight: 600;
  line-height: 100%;
}

.heading-24 {
  font-family: var(--yaldevi-headings);
  text-align: justify;
  letter-spacing: .5px;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
}

.text-block-20 {
  color: var(--gray-darker);
  font-family: Syne, sans-serif;
  line-height: 120%;
}

.team-slider {
  background-color: var(--white-1);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 20px;
  position: relative;
}

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

.heading-team {
  font-family: var(--yaldevi-headings);
  color: var(--text-color-dark);
  text-align: center;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 45px;
  font-weight: 600;
  line-height: 130%;
}

.heading-team.white {
  color: var(--white-1);
}

.centered-subheading {
  font-family: var(--syne-subs);
  color: var(--green-1);
  font-size: var(--sub);
  line-height: var(--sub-h);
  text-align: center;
  letter-spacing: var(--sub-l-1px);
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
}

.centered-subheading.white {
  color: var(--white-1);
}

.centered-subheading.white-dark {
  color: var(--green-3);
}

.team-block {
  color: var(--text-color-dark);
  background-color: #0000;
  border: 1px #b8f0eb;
  border-radius: 20px;
  flex-flow: column;
  flex: 1;
  align-items: center;
  padding: 14px 40px 20px;
  display: flex;
}

.team-member-image-two {
  width: 180px;
  height: 180px;
  margin-bottom: 10px;
}

.team-block-info {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.team-member-name-two {
  font-family: var(--yaldevi-headings);
  color: var(--text-color-dark);
  font-size: var(--sub);
  font-weight: 500;
  line-height: 130%;
}

.team-member-bio {
  border-top: 1px solid var(--text-color-dark);
  font-family: var(--urbanist-p);
  color: var(--text-color-dark);
  text-align: justify;
  letter-spacing: 1px;
  margin-bottom: 0;
  padding-top: 10px;
  font-size: 14px;
  line-height: 20px;
}

.team-member-sub {
  font-family: var(--syne-subs);
  color: var(--gray-dark-hover);
  letter-spacing: 1px;
  margin-bottom: 16px;
  line-height: 18px;
}

.div-block-3 {
  flex-flow: column;
  margin-bottom: 80px;
  display: flex;
}

.testimonial-column-dark {
  background-color: var(--green-5);
  border-bottom: 1px solid #e4ebf3;
  padding: 100px 20px;
  position: relative;
}

.testimonial-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 80px;
  display: grid;
}

.testimonial-block-main {
  background-color: #ddf8f5;
  border: 1px solid #b8f0eb;
  border-radius: 40px;
  justify-content: space-between;
  padding: 12px 12px 24px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.testimonial-main-image {
  object-fit: cover;
  border-radius: 14px;
  width: 200px;
  height: 280px;
  margin-right: 24px;
}

.testimonial-main-content {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.margin-bottom-24px {
  font-family: var(--urbanist-p);
  letter-spacing: 1px;
  margin-bottom: 24px;
}

.testimonial-main-heading {
  margin-bottom: 2px;
  font-weight: 600;
}

.testimonial-block {
  background-color: #e8faf8;
  border: 1px solid #b8f0eb;
  border-radius: 14px;
  flex-direction: column;
  justify-content: space-between;
  padding: 12px 13px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.testimonial-info-two-2 {
  background-color: var(--green-3);
  color: var(--white-1);
  border-radius: 14px;
  align-items: center;
  padding-right: 4px;
  display: flex;
  box-shadow: inset 0 4px 4px #00000040;
}

.testimonial-image-3 {
  object-fit: cover;
  border-radius: 13px;
  width: 60px;
  height: 60px;
  margin-right: 8px;
}

.testimonial-author-name-2 {
  font-family: var(--yaldevi-headings);
  font-size: 12px;
  font-weight: 500;
}

.sub-depoimento {
  font-family: var(--syne-subs);
  font-size: 12px;
}

.section-8 {
  background-color: #b8eae5;
  padding: 100px 20px;
  display: none;
}

.div-block-4 {
  border-radius: 40px;
  flex-flow: column;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.image-45 {
  object-fit: cover;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  width: 100%;
  height: 60%;
  min-height: 140px;
}

.flex-block-28 {
  z-index: 1;
  background-color: var(--white-1);
  border-radius: 10px 10px 40px 40px;
  width: 100%;
  height: 100%;
  margin-top: -30px;
  padding: 10px 24px;
  position: relative;
}

.heading-25 {
  font-family: var(--yaldevi-headings);
  color: var(--green-darker\<deleted\|variable-a6a72f7a-e454-f641-ebe1-6f5e0830141a\>);
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}

.text-block-21 {
  font-family: var(--syne-subs);
  text-align: left;
  letter-spacing: 1px;
  height: 100%;
  font-size: 12px;
  font-weight: 400;
  line-height: 130%;
}

.link {
  font-family: var(--sunflower-bt);
  color: var(--black-2);
  margin-top: 10px;
  font-weight: 300;
}

.collection-list-wrapper-2 {
  margin-top: 80px;
}

.collection-item-3 {
  margin: 12px;
  padding-left: 0;
  padding-right: 0;
}

.collection-list-3 {
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-bt {
  order: 1;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

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

.pricing-wrapper-two {
  flex-direction: column;
  margin-bottom: -40px;
  display: flex;
}

.pricing-card-two {
  background-color: var(--green-4);
  color: var(--text-color-dark);
  border-radius: 10px;
  justify-content: space-between;
  margin-bottom: 40px;
  padding: 40px 32px;
  display: flex;
}

.pricing-image-two {
  max-width: 30%;
  margin-right: 40px;
}

.pricing-content {
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  flex: 1;
  padding: 16px;
  display: flex;
}

.tagline {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

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

.pricing-divider-two {
  background-color: #e4ebf3;
  height: 1px;
  margin: 9px -16px 16px;
}

.text-block-22 {
  font-size: 16px;
  font-style: italic;
}

.section-9 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.sub-cta {
  z-index: 2;
  font-family: var(--syne-subs);
  color: var(--green-0-5);
  text-align: center;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 130%;
}

.h1-cta {
  color: var(--text-color-dark);
  text-align: center;
  margin-bottom: 0;
  font-family: Yaldevi, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 72px;
}

.lottie-animation-13 {
  width: 400px;
}

.features-metrics {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--green-5);
  color: var(--green-0-5);
  flex-flow: column;
  padding: 30px 20px;
  display: flex;
  position: relative;
}

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

.collection-item-4 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.collection-list-wrapper-3.collection-list-4 {
  display: flex;
}

.slide-service {
  width: 100%;
  max-width: 20%;
  padding-left: 4px;
  padding-right: 4px;
  overflow: hidden;
}

.slide-nav-2, .left-arrow, .right-arrow {
  display: none;
}

.div-slider-service {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-slider-service {
  z-index: 0;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.div-shadow-slider-small {
  z-index: 1;
  opacity: .6;
  background-image: linear-gradient(0deg, #000 17%, #fff0 51%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.slider-wrapper-small {
  z-index: 3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.icon-slider-service-small {
  height: 30px;
}

.h-slider-service-small {
  font-family: var(--yaldevi-headings);
  color: var(--white-1);
  text-align: center;
  letter-spacing: 1px;
  margin: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

.slider-2 {
  background-color: #0000;
  height: 400px;
  margin-top: 40px;
  overflow: hidden;
}

.slider-wrapper-main {
  z-index: 3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.div-shadow-slider-main {
  z-index: 1;
  opacity: .3;
  background-image: linear-gradient(0deg, #000 17%, #fff0 51%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.icon-slider-service-main {
  height: 46px;
}

.h-slider-service-main {
  font-family: var(--yaldevi-headings);
  color: var(--white-1);
  text-align: center;
  letter-spacing: 1px;
  margin: 8px 10px 20px;
  font-size: 21px;
  font-weight: 500;
  line-height: 120%;
}

.logo-slider-service {
  height: 20px;
}

.logos-title-small {
  background-color: var(--black);
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.container-27 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.clients-wrapper-three {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-top: 10px;
  margin-bottom: -10px;
  display: flex;
}

.clients-image-three {
  height: 50px;
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.clients-image-three.circle {
  border-radius: 100%;
}

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

.image-47 {
  width: 22px;
}

.container-heading-sticky {
  z-index: 10;
  background-color: var(--grey-2);
  margin-bottom: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: sticky;
  top: 80px;
}

.value-section-adv {
  background-color: var(--grey-2);
  padding: 80px 40px 140px;
  position: relative;
}

.footer-lp {
  border-bottom: 30px solid var(--black);
  background-image: url('../images/unsplash_XsC0GHXi-8k_1.webp');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding: 80px 40px;
  display: flex;
}

.paragraph-banner {
  font-family: var(--urbanist-p);
  text-align: left;
  letter-spacing: 2px;
  max-width: 50%;
  font-size: 22px;
  font-weight: 300;
  line-height: 120%;
}

.text-span-2, .text-span-3 {
  color: var(--green_v2-medium\<deleted\|variable-563cb636-6711-3463-ee52-9a89008c49bf\>);
  font-weight: 700;
}

.heading-cta {
  font-family: var(--yaldevi-headings);
  color: var(--white-1);
  text-align: center;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 45px;
  font-weight: 600;
  line-height: 130%;
}

.button-3 {
  background-color: #0a4842;
  background-image: linear-gradient(135deg, var(--green-4), var(--green-1));
  font-family: var(--sunflower-bt);
  border-radius: 7px;
}

.button-3:hover {
  background-color: var(--green-5);
}

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

.container-30 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  display: flex;
}

.div-block-5 {
  flex-flow: column;
  order: -1;
  display: flex;
}

.heading-banner-2 {
  font-family: var(--yaldevi-headings);
  color: var(--white-1);
  text-align: center;
  letter-spacing: .02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 120%;
}

.navbar_web-designer {
  background-color: var(--green-3);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: 0% auto auto;
  overflow: hidden;
}

.navbarcontainer {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  text-decoration: none;
  display: flex;
}

.navbar-content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.navigation {
  background-color: var(--black);
  border: 1px solid #e9e7e514;
  border-radius: 56px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 12px 13px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 4px #d8752d40;
}

.navigation-2 {
  background-color: var(--black);
  border-radius: 56px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 16px;
  text-decoration: none;
  display: flex;
}

.logo_web-designer {
  object-fit: contain;
  width: 160px;
  height: 56px;
}

.nav-link-wrapper {
  grid-column-gap: 21px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  text-decoration: none;
  display: flex;
}

.bt_wd_cta {
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding: 16px 4px;
  font-family: Syne, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 0%;
}

.bt_wd_cta:hover {
  text-underline-offset: 2px;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--green-1);
  text-decoration-color: var(--green-1);
  text-underline-position: under;
  text-decoration-style: wavy;
}

.bt_wd_cta:lang(en) {
  color: var(--white-1);
}

.navbar_cta-button_wd {
  grid-column-gap: 12px;
  background-color: #fff;
  border-radius: 40px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  min-height: 40px;
  padding: 8px 24px;
  text-decoration: none;
  display: flex;
  box-shadow: 2px 2px 2px #1ccfbd;
}

.navbar_cta-button_wd:hover {
  text-decoration: underline;
  box-shadow: inset 0 0 2px 2px #1ccfbd;
}

.text {
  color: #060708;
  letter-spacing: .02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Syne, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.icon {
  object-fit: cover;
  overflow: hidden;
}

.section-hero-wd {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80vh;
  min-height: 800px;
  margin-top: 80px;
  display: flex;
  position: relative;
}

.sub_wd {
  color: #1dcfbd;
  text-align: left;
  letter-spacing: 1px;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Syne, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.sub_wd.font-weight {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}

.sub_wd.hero {
  align-self: auto;
  font-size: 18px;
}

.sub_wd.left {
  align-self: flex-start;
}

.h1_wd {
  z-index: 20;
  color: #fff;
  letter-spacing: -.2px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Kanit, sans-serif;
  font-size: 66px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  position: relative;
}

.hero-image-2 {
  box-shadow: none;
  object-fit: cover;
  background-color: #57666466;
  background-image: url('../images/Hero-Image-3_1.avif');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
  width: 100%;
  max-width: none;
  min-height: 600px;
  max-height: 1000px;
  overflow: hidden;
}

.body_web-designer {
  background-color: var(--green-5);
  font-family: Open Sans, sans-serif;
}

.image-service_wd {
  object-fit: contain;
  width: 260px;
  max-width: none;
  height: 260px;
  margin-top: -18px;
  margin-bottom: 40px;
  overflow: hidden;
}

.section-projects-wd {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.container_wd {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding: 24px 24px 60px;
  text-decoration: none;
  display: flex;
}

.container_wd.hero {
  position: absolute;
}

.h2_wd {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Kanit, sans-serif;
  font-size: 24px;
  font-weight: 200;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.projects_wd {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: var(--black);
  border-radius: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 400px;
  margin-bottom: 20px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 12px #0003;
}

.project-collum1_wd {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  text-decoration: none;
  display: flex;
}

.project-wrapper-1_wd {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-right: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.project-wrapper-2_wd {
  grid-row-gap: 10px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 20px;
  text-decoration: none;
  display: flex;
}

.h3_wd {
  color: #fff;
  letter-spacing: .8px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Kanit, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.project-wrapper-3_wd {
  grid-column-gap: 0px;
  aspect-ratio: auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: none;
  overflow: visible;
}

.view-project-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.view-project-4 {
  color: #32a499;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Syne, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.tools-used-2 {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-top: 3px;
  padding-bottom: 3px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.tool-used_wd {
  background-color: var(--black);
  filter: brightness(85%);
  object-fit: contain;
  border-radius: 20px;
  overflow: hidden;
}

.fg-2 {
  background-color: #000;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 24px;
}

._wf-2 {
  background-color: #d9d9d9;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 24px;
}

.project-collum2_wd {
  grid-row-gap: 24px;
  background-color: #b0cfcb66;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.section-designer-wd {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  text-decoration: none;
  display: flex;
}

.bio_wd {
  border-radius: 12px 12px 0 0;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 40px;
  display: flex;
  overflow: hidden;
}

.bio_image {
  background-color: #0003;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 80%;
  text-decoration: none;
  display: flex;
}

.bio-info_wd {
  background-color: #334f4c;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  width: 100%;
  padding: 40px;
  text-decoration: none;
  display: flex;
}

.frame-142 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.frame-143 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-12 {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-12:lang(pt-br) {
  margin-top: 40px;
}

.frame-2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 17px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.logo-2 {
  object-fit: contain;
}

.section-sevices-wd {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  text-decoration: none;
  display: flex;
}

.name-2 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  text-decoration: none;
  display: flex;
}

.text-23 {
  color: #fff;
  letter-spacing: .4px;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Kanit, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.button-style-3 {
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 1px 1px #0003;
  background-image: linear-gradient(135deg, #1dcfbd, #32a499);
  border: 1px solid #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 8px #1dcfbd66;
}

.button-style-3:hover {
  background-image: linear-gradient(135deg, #32a499, #1dcfbd);
}

.text-25 {
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
}

.separator-2 {
  background-color: #1dcfbd;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 1px;
  margin-bottom: 20px;
  padding-top: 1px;
  padding-bottom: 1px;
  display: block;
}

.features-wrapper {
  grid-row-gap: 16px;
  color: #fffc;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.feature-item_wd {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.icon-9 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.icon-wrapper-3 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.feature-text_wd {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 150%;
}

.feature-text_wd.cta {
  color: #fff;
  font-weight: 800;
}

.pricing-feature-6 {
  grid-column-gap: 14px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.feature-item-6 {
  color: #ffffffe6;
  letter-spacing: -.02em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 900;
  line-height: 150%;
  text-decoration: none;
}

.text-27 {
  letter-spacing: .04em;
  text-transform: uppercase;
  text-shadow: 0 4px 4px #00000040;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 140%;
  text-decoration: none;
}

.pricing-feature-7 {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.icon-wrapper-4 {
  grid-column-gap: 10px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.feature-item-7 {
  color: #fff;
  letter-spacing: -.02em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.pricing-feature-8 {
  grid-column-gap: 14px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.feature-item-8 {
  color: #fff;
  letter-spacing: -.02em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 150%;
  text-decoration: none;
}

.section-calendly-wd {
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  text-decoration: none;
  display: flex;
}

.callendly {
  border-radius: 8px;
  width: 100%;
  max-width: 1200px;
}

.paragraph_wd {
  color: #fffc;
  text-align: justify;
  letter-spacing: .2px;
  text-shadow: 0 1px 20px #0003;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.bold-white {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.project-image_wd {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.h4_wd {
  font-family: Kanit, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.navbar-link_wd {
  color: var(--white-1);
  text-decoration: none;
}

.navbar-link_wd:hover {
  text-decoration: none;
}

.navbar-link_wd:lang(en), .navbar-link_wd.w--current {
  color: var(--green-1);
}

.bt_wd {
  text-decoration: none;
}

.heading-section-wrapper_wd {
  z-index: 25;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #293332;
  border-bottom: 2px solid #b5cecb;
  flex-flow: column;
  align-self: center;
  width: 100%;
  margin-bottom: 40px;
  padding: 12px 40px 16px;
  display: flex;
  position: sticky;
  top: 96px;
}

.quick-stack-2 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  width: 100%;
  margin-top: 20px;
  padding-left: 0;
  padding-right: 0;
}

.stack-service_wd {
  background-color: var(--black);
  border-radius: 20px;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  box-shadow: 0 0 20px #1dcfbd66;
}

.column-2-service-_wd {
  justify-content: flex-start;
  align-items: flex-start;
}

.column-1-service-_wd {
  justify-content: center;
  align-items: center;
}

.div-block-7 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.text-language {
  color: var(--white-1);
  font-family: Kanit, sans-serif;
  font-weight: 200;
  text-decoration: none;
}

.link-language {
  color: var(--white-1);
  text-decoration: none;
}

.link-language:hover {
  color: var(--green-1);
}

.link-language.w--current {
  color: var(--white-1);
  text-underline-offset: 3px;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--green-1);
  text-decoration-color: var(--green-1);
  text-decoration-style: dashed;
}

.text-span-4 {
  color: #1dcfbd;
}

.projects-wrapper_wd {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.image-134 {
  width: 100%;
  padding: 44px;
}

.carousel {
  aspect-ratio: auto;
  object-fit: contain;
  flex-flow: row;
  height: 80vh;
  min-height: 800px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.carrossel-hero-image {
  object-fit: cover;
  min-width: 100%;
  max-width: none;
}

.filter-layer {
  background-image: radial-gradient(circle at 44% 66%, #0000004d 40%, #fff0 94%), linear-gradient(#00000080, #00000080);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.arrow-herro_wd {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: auto auto 10%;
}

.text-block-23 {
  margin-bottom: -22px;
  font-family: Syne, sans-serif;
  font-weight: 700;
}

.arrow {
  width: 100px;
  height: 100px;
}

.course-logo {
  object-fit: contain;
  align-self: center;
  height: 100%;
}

.carousel_certifications {
  grid-column-gap: 12%;
  grid-row-gap: 12%;
  aspect-ratio: auto;
  background-color: var(--black);
  object-fit: contain;
  border-radius: 0 0 12px 12px;
  flex-flow: row;
  min-width: 100%;
  padding: 24px 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.corousel-logos-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  max-height: 40px;
  display: flex;
}

.corousel-logos-wrap.carrossel-hero-image {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  max-height: 36px;
}

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

.button-4 {
  background-image: linear-gradient(135deg, var(--orange-1), var(--orange-2));
  font-family: var(--sunflower-bt);
  border-radius: 6px;
}

.text-span-6 {
  color: var(--white-1);
}

.div-block-8 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.image-135 {
  object-fit: contain;
  max-width: none;
  height: 24px;
  margin-bottom: 3px;
}

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

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

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

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

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

.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 {
  box-shadow: 0 4px 24px #96a3b514;
}

@media screen and (min-width: 1440px) {
  .testimonial-section-md {
    justify-content: center;
    align-items: center;
    height: 100vh;
    display: flex;
  }

  .div-grid-main-hero {
    height: 100%;
  }

  .heading-22 {
    font-weight: 600;
  }

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

  .heading-24 {
    text-align: justify;
    letter-spacing: 1px;
  }

  .heading-team {
    font-weight: 600;
  }

  .collection-list-3 {
    flex-flow: row;
  }

  .text-block-22 {
    font-weight: 400;
  }

  .heading-cta {
    font-weight: 600;
  }
}

@media screen and (min-width: 1920px) {
  .navbarcontainer {
    max-width: 2000px;
  }

  .navbar-content, .navigation-2 {
    max-width: none;
  }

  .section-hero-wd {
    height: auto;
    min-height: 1000px;
  }

  .hero-image-2 {
    box-shadow: none;
    max-width: 2800px;
  }

  .body_web-designer {
    font-family: Open Sans, sans-serif;
  }

  .container_wd {
    max-width: 1440px;
  }

  .projects_wd {
    flex-flow: column;
    align-self: stretch;
    width: 48%;
    height: auto;
  }

  .project-collum1_wd {
    width: 100%;
  }

  .project-wrapper-3_wd {
    margin-top: 40px;
  }

  .bio_wd {
    height: auto;
  }

  .bio_image, .bio-info_wd {
    align-self: stretch;
    height: auto;
  }

  .frame-12 {
    margin-top: 20px;
  }

  .feature-text_wd, .feature-item-7 {
    font-family: Open Sans, sans-serif;
  }

  .paragraph_wd {
    font-family: Open Sans, sans-serif;
    line-height: 22px;
  }

  .bold-white {
    font-family: Open Sans, sans-serif;
  }

  .project-image_wd {
    border: 1px solid #000;
  }

  .projects-wrapper_wd {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .carrosel-image_wd {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .filter-layer {
    background-image: radial-gradient(circle at 44% 66%, #0003 40%, #fff0 74%), linear-gradient(#00000080, #00000080);
  }
}

@media screen and (max-width: 991px) {
  .nav-link {
    color: #fff;
    font-size: 14px;
  }

  .hero-1-wrapper {
    align-items: center;
  }

  .h1 {
    width: 40%;
    font-size: 48px;
  }

  .right-icon {
    width: 140px;
  }

  .h4 {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 24px;
  }

  .h4.hero-right {
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
  }

  .h4.text-align-left {
    padding-left: 0;
    font-size: 24px;
  }

  .bt-3 {
    font-size: 15px;
  }

  .sub {
    letter-spacing: 3px;
  }

  .flex-block {
    position: relative;
  }

  .link-block-2 {
    width: 269px;
  }

  .heading-banner {
    letter-spacing: .01em;
    font-size: 36px;
  }

  .h5 {
    letter-spacing: .01em;
    font-size: 24px;
  }

  .tab-h-flex {
    padding-left: 40px;
    padding-right: 40px;
  }

  .h3 {
    letter-spacing: .01em;
    font-size: 28px;
  }

  .h3.h3-margin {
    letter-spacing: .01em;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 28px;
  }

  .heading-sub-tabs {
    letter-spacing: .06em;
    font-size: 14px;
  }

  .banner-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .tab-column-right {
    max-width: 360px;
  }

  .p-tab {
    font-size: 14px;
    line-height: 140%;
  }

  .testimonial-image {
    margin-right: 8px;
  }

  .p-testimonial-1 {
    letter-spacing: .2px;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 120%;
  }

  .sub-hero {
    letter-spacing: 3px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-block-15 {
    width: 40%;
  }

  .grid-testimonial {
    flex-direction: row;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    align-items: flex-start;
    max-width: 700px;
    padding-left: 0;
    padding-right: 0;
  }

  ._5-stars-testimonials {
    width: 77px;
    height: auto;
  }

  .gallery-slider {
    padding-left: 40px;
    padding-right: 40px;
  }

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

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

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .mask-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container {
    max-width: 728px;
  }

  .hero-section-md {
    padding-top: 140px;
    padding-left: 35px;
    padding-right: 35px;
    display: block;
  }

  .heading-sub-services {
    width: 80%;
    font-size: 20px;
  }

  .h1-md {
    font-size: 24px;
  }

  .criativo-container-md {
    padding-left: 0;
    padding-right: 0;
  }

  .criativo-content-md {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 10px 10px 20px;
  }

  .cta-section-md {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .testimonial-section-md {
    height: auto;
    min-height: auto;
    padding: 8% 35px;
  }

  .testimonial-container {
    max-width: 728px;
    padding-left: 0;
    padding-right: 0;
  }

  .p-testimonial {
    font-size: 14px;
    line-height: 120%;
  }

  .quote-infos {
    grid-column-gap: 100%;
    grid-row-gap: 0%;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
    display: flex;
  }

  .quote-autor {
    padding: 16px 10px;
  }

  .faq-section-md {
    min-height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-6-md {
    font-size: 16px;
  }

  .p-faq-md {
    padding-left: 0;
    font-size: 14px;
    line-height: 120%;
  }

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

  .flex-block-19 {
    justify-content: space-between;
  }

  .modal---article.article-1 {
    display: none;
  }

  .modal---content-article {
    width: 80%;
    min-width: 700px;
  }

  .heading-3---articles-md, .h2---article---md {
    font-size: 18px;
  }

  .h1-md-aritcle {
    font-size: 24px;
  }

  .nav-menu---md {
    color: #fff;
    background-color: #fff;
    flex: 0 auto;
    align-self: stretch;
    align-items: stretch;
  }

  .container-9 {
    padding-top: 10px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .elevator-hero {
    font-size: 12px;
  }

  .social-proof {
    margin-top: 5px;
    font-size: 14px;
  }

  .hero-heading {
    margin-top: 5px;
    font-size: 20px;
  }

  .hero-content-md {
    width: 100%;
  }

  .bt-leadform-md {
    width: 240px;
  }

  .text-bt {
    font-size: 14px;
  }

  .container-11 {
    width: 65%;
  }

  .heading-5 {
    font-size: 20px;
  }

  .text-proof---cfm {
    letter-spacing: 2px;
  }

  .container-who-is {
    padding-top: 60px;
    padding-bottom: 140px;
  }

  .extra-service-image {
    width: 70%;
  }

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

  .heading-value-section {
    font-size: 20px;
  }

  .link-block-10 {
    width: 80px;
  }

  .link-block-10.w--current {
    width: 140px;
  }

  .hero-image---md {
    width: 30%;
    margin-left: auto;
  }

  .menu-button-2 {
    color: #19bcac;
    order: 1;
    align-self: center;
  }

  .menu-button-2.w--open {
    background-color: #19bcac;
  }

  .lottie-animation-12 {
    height: 300px;
  }

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

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

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

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

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

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

  .menu-button-3 {
    border: 1px solid var(--green-1);
    background-color: var(--gray-1);
    border-radius: 8px;
    padding: 12px;
    box-shadow: 0 2px 5px #0003;
  }

  .menu-button-3.w--open {
    background-color: var(--green-0-5);
    color: #fff;
  }

  .logo-light {
    height: 36px;
  }

  .icon-5 {
    color: var(--green-1);
  }

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

  .image-blog-cover {
    z-index: -1;
    position: fixed;
  }

  .section-post {
    background-color: var(--green-0-5);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-top: 220px;
    margin-bottom: 0;
    padding-bottom: 100px;
    box-shadow: 0 -2px 5px #0003;
  }

  .container-post {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    box-shadow: 0 -4px 5px #0003, 0 2px 5px #0003;
  }

  .section-more-posts {
    background-color: var(--green-0-5);
  }

  .div-post-author {
    border-radius: 20px;
  }

  .container-posts-botton {
    max-width: none;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-post-all {
    width: 100%;
    height: 100%;
    min-height: auto;
  }

  .collection-list {
    justify-content: space-around;
    display: flex;
  }

  .collection-item-2 {
    width: 32%;
  }

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

  .heading-16 {
    text-align: justify;
    letter-spacing: .02em;
    line-height: 16px;
  }

  .wrapper-footer {
    max-width: 728px;
  }

  .footer-content-2 {
    grid-column-gap: 60px;
  }

  .heading-segment {
    font-weight: 600;
  }

  .pagination {
    padding-top: 20px;
  }

  .div-navbar-bt {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    display: flex;
  }

  .bt-nav-whats {
    background-color: var(--green-1);
    border-radius: 8px;
    padding: 12px;
    box-shadow: 0 2px 5px #0003;
  }

  .link-block-11 {
    display: block;
  }

  .navbar-logo-left-2 {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .nav-menu-wrapper-2 {
    background-color: #0000;
  }

  .nav-menu-two-2 {
    background-color: var(--gray-darker);
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

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

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide.w--open {
    margin-top: 6px;
  }

  .nav-link-accent-2 {
    color: var(--green-1);
    border-radius: 4px;
  }

  .nav-link-accent-2:hover {
    background-color: var(--white-1);
  }

  .menu-button-6 {
    border: 1px solid var(--green-1);
    color: var(--white-1);
    border-radius: 8px;
    padding: 12px;
  }

  .menu-button-6.w--open {
    background-color: var(--green-6);
    color: #fff;
  }

  .div-block-2 {
    border: 1px solid var(--green-1);
    background-color: var(--green-1);
    border-radius: 8px;
    padding: 11px 12px;
  }

  .collection-item-segments {
    width: 32%;
  }

  .container-21 {
    width: 100%;
    max-width: none;
  }

  .section-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .h1-hero {
    font-size: 50px;
  }

  .sub-main {
    font-size: 18px;
  }

  .sub-main.white, .sub-main.dark {
    font-size: 16px;
  }

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

  .div-grid-main-hero {
    border-radius: 20px;
    min-height: 80px;
    max-height: 300px;
  }

  .background-image-grid-main {
    border-radius: 20px;
  }

  .bt-grid-shape.verde {
    border-radius: 20px;
    margin-bottom: 4px;
    margin-left: 4px;
    margin-right: 4px;
  }

  .bt-grid-shape.marrom, .bt-grid-shape.verde-escuro, .bt-grid-shape.cinza {
    border-radius: 20px;
    margin-bottom: 4px;
    margin-left: 4px;
    margin-right: 4px;
    padding: 8px;
  }

  .bt-text-shape {
    font-size: 15px;
  }

  .quick-stack {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
    margin-top: -66px;
  }

  .grid-paragraph {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
  }

  .grid-paragraph.dark {
    padding-left: 12px;
    padding-right: 12px;
    line-height: 140%;
  }

  .grid-paragraph.dark.padding-32px {
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-20 {
    font-size: 20px;
  }

  .ecommerce-logo {
    z-index: 1;
    padding-bottom: 10px;
  }

  .container-23 {
    padding: 20px;
  }

  .div-services-main {
    min-height: 80px;
    padding: 4px;
  }

  .services-inicial {
    padding-top: 40px;
    padding-bottom: 100px;
  }

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

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 60px;
    padding-right: 60px;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-paragraph {
    font-size: 16px;
    line-height: 130%;
  }

  .features-right {
    max-width: 100%;
    margin-bottom: 0;
  }

  .features-block-two {
    margin-bottom: 10px;
  }

  .features-image {
    width: 80px;
    height: 80px;
  }

  .heading-23 {
    font-size: 36px;
  }

  .feature-paragraph {
    margin-bottom: 0;
    font-size: 18px;
  }

  .testimonial-slide {
    padding-left: 32px;
  }

  .testimonial-quote {
    font-weight: 500;
    line-height: 22px;
    overflow: visible;
  }

  .testimonial-image-2 {
    margin-right: 8px;
  }

  .testimonial-image-two {
    width: 140px;
    height: 140px;
  }

  .quote {
    font-size: 140px;
    overflow: visible;
  }

  .heading-24 {
    font-size: 16px;
  }

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

  .team-slider {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .heading-team {
    font-size: 36px;
  }

  .centered-subheading {
    font-size: 16px;
  }

  .team-block {
    border-radius: 20px;
    height: 100%;
    padding: 12px;
  }

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

  .team-member-name-two {
    margin-top: 0;
    margin-bottom: 4px;
  }

  .team-member-bio {
    text-align: left;
    font-size: 13px;
    line-height: 140%;
  }

  .div-block-3 {
    margin-bottom: 40px;
  }

  .testimonial-column-dark {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .testimonial-block-main {
    padding-bottom: 12px;
  }

  .testimonial-main-image {
    width: 300px;
    height: 180px;
  }

  .section-8 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-4 {
    border-radius: 20px;
  }

  .image-45 {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .flex-block-28 {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .heading-25 {
    margin-top: 0;
    font-size: 16px;
  }

  .collection-item-3 {
    margin-left: 4px;
    margin-right: 4px;
  }

  .pricing-items {
    background-color: var(--green-0-5);
  }

  .pricing-card-two {
    align-items: center;
    padding: 24px;
  }

  .pricing-image-two {
    margin-right: 20px;
  }

  .text-block-22 {
    color: var(--black-2);
    font-size: 14px;
  }

  .h1-cta {
    font-size: 42px;
  }

  .lottie-animation-13 {
    width: 300px;
  }

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

  .link-block-12 {
    display: none;
  }

  .collection-item-4 {
    height: 100%;
  }

  .slider-wrapper-small {
    padding-left: 4px;
    padding-right: 4px;
  }

  .icon-slider-service-small {
    height: 24px;
  }

  .h-slider-service-small {
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
  }

  .slider-2 {
    height: 260px;
  }

  .slider-wrapper-main {
    padding-left: 0;
    padding-right: 0;
  }

  .icon-slider-service-main {
    height: 32px;
  }

  .h-slider-service-main {
    letter-spacing: 0;
    font-size: 14px;
  }

  .logo-slider-service {
    height: 16px;
  }

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

  .clients-image-three {
    margin-bottom: 30px;
  }

  .container-heading-sticky {
    margin-bottom: 60px;
    top: 85px;
  }

  .value-section-adv, .footer-lp {
    padding-left: 35px;
    padding-right: 35px;
  }

  .heading-cta {
    font-size: 36px;
  }

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

  .heading-banner-2 {
    letter-spacing: .01em;
    font-size: 36px;
  }

  .navigation {
    border-radius: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

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

  .bt_wd_cta {
    font-size: 12px;
    line-height: 120%;
  }

  .navbar_cta-button_wd {
    grid-column-gap: 8px;
    width: auto;
    padding-left: 12px;
    padding-right: 12px;
  }

  .section-hero-wd {
    height: auto;
    min-height: auto;
    margin-top: 60px;
  }

  .sub_wd {
    font-size: 12px;
  }

  .h1_wd {
    letter-spacing: .2px;
    font-size: 32px;
  }

  .hero-image-2 {
    max-width: none;
    min-height: 313px;
  }

  .projects_wd {
    height: 430px;
    min-height: 100%;
  }

  .h3_wd {
    font-size: 24px;
  }

  .bio_wd {
    flex-flow: row;
    align-items: center;
  }

  .bio_image {
    flex: 1;
    justify-content: center;
    align-items: center;
  }

  .bio-info_wd {
    width: 54%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-calendly-wd {
    padding-bottom: 20px;
  }

  .paragraph_wd {
    text-align: justify;
  }

  .carousel {
    height: 100%;
    min-height: auto;
  }

  .carrosel-image_wd {
    object-fit: cover;
  }

  .arrow {
    width: 80px;
    height: 80px;
  }

  .carousel_certifications {
    height: 100%;
    min-height: auto;
  }

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

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

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

@media screen and (max-width: 767px) {
  .ads-hero {
    justify-content: flex-end;
    position: static;
  }

  .hero-1-wrapper {
    position: static;
  }

  .h1 {
    font-size: 42px;
  }

  .hero-section-bt {
    justify-content: center;
    display: flex;
  }

  .call-to-action-bt {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .right-icon {
    display: none;
  }

  .h4 {
    font-size: 18px;
  }

  .h4.hero-right {
    font-size: 20px;
    line-height: 110%;
  }

  .h4.text-align-left {
    width: auto;
    min-width: auto;
    font-size: 20px;
    line-height: 110%;
  }

  .hero-2-wrapper-2 {
    position: static;
    bottom: 20px;
  }

  .bt-3 {
    line-height: 110%;
  }

  .sub {
    letter-spacing: 2px;
  }

  .flex-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .link-block-2 {
    width: auto;
  }

  .heading-banner {
    font-size: 26px;
  }

  .h5 {
    text-shadow: 0 1px 1px #0003;
    font-size: 16px;
    display: block;
  }

  .tab-h-flex {
    flex-wrap: wrap;
    justify-content: center;
    padding: 40px;
  }

  .logo-280px {
    max-width: 120px;
  }

  .tab-link_pro {
    flex-direction: row;
    flex: 1;
    justify-content: center;
    align-items: center;
    width: auto;
  }

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

  .h3 {
    font-size: 24px;
  }

  .h3.h3-margin {
    font-size: 24px;
    line-height: 110%;
  }

  .heading-sub-tabs {
    letter-spacing: .04em;
    font-size: 14px;
    line-height: 120%;
  }

  .banner-content {
    padding-left: 16px;
    padding-right: 16px;
  }

  .tab-column-right {
    max-width: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .flex-v-absolute-bottom {
    position: absolute;
    inset: 40px 60px auto auto;
  }

  .flex-block-4 {
    align-items: center;
  }

  .flex-block-h {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .p-testimonial-1 {
    flex: 1;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 110%;
  }

  .sub-hero {
    letter-spacing: 2px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-testimonial {
    flex-direction: column;
    grid-template-rows: minmax(auto, 1fr) auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .post-testimonial {
    min-width: 180px;
    max-width: 280px;
    overflow: visible;
  }

  .gallery-slider {
    padding: 60px 20px;
  }

  .gallery-block-2 {
    align-items: flex-start;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

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

  .hero-section-md {
    padding-top: 100px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .heading-sub-services {
    text-align: left;
    width: 40%;
  }

  .h1-md {
    font-size: 20px;
  }

  .cta-section-md {
    padding: 40px 16px;
  }

  .testimonial-section-md {
    margin-left: auto;
    margin-right: auto;
    padding: 40px 16px 20px;
  }

  .testimonial-container {
    padding-left: 0;
    padding-right: 0;
  }

  .quote-lp {
    flex: 1;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .p-testimonial {
    flex: 1;
    margin-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
    font-weight: 300;
    line-height: 110%;
  }

  .quote-autor {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-6-md {
    text-align: center;
    white-space: break-spaces;
    word-break: normal;
    overflow-wrap: normal;
    width: 100%;
    font-size: 12px;
  }

  .p-faq-md {
    flex: 1;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 20px;
    line-height: 110%;
  }

  .flex-block-19 {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-direction: column-reverse;
    align-items: center;
  }

  .modal---content-article {
    min-width: 450px;
    padding: 10px 20px 20px;
  }

  .p---md {
    font-size: 12px;
  }

  .heading-3---articles-md, .h2---article---md {
    font-size: 16px;
  }

  .h1-md-aritcle {
    font-size: 18px;
  }

  .container-9 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .social-proof {
    font-size: 12px;
  }

  .hero-heading {
    font-size: 16px;
  }

  .hero-content-1 {
    margin-right: 0;
  }

  .hero-content-2 {
    align-items: center;
    margin-left: 0;
  }

  .bt-leadform-md {
    margin-top: 20px;
  }

  .heading-5 {
    font-size: 16px;
  }

  .text-proof---cfm {
    letter-spacing: 1px;
    margin-top: 20px;
    font-size: 10px;
  }

  .container-who-is {
    padding: 40px 12px 60px;
  }

  .benefits-text {
    font-size: 12px;
    line-height: 16px;
  }

  .section-2 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .slider {
    height: 250px;
  }

  .image-slider {
    height: 30px;
  }

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

  .lottie-animation-12 {
    height: 250px;
  }

  .navbar-logo-center {
    background-color: var(--white-1);
  }

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

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

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

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

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

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

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

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

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

  .logo-light {
    height: 32px;
  }

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

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

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

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

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

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

  .section-post {
    box-shadow: none;
  }

  .heading-11 {
    font-size: 22px;
    line-height: 28px;
  }

  .rich-text-block-2 {
    font-size: 14px;
  }

  .collection-item {
    width: 44%;
    margin: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .category {
    font-size: 9px;
  }

  .div-post-author {
    border-radius: 20px;
  }

  .text-block-12 {
    color: var(--gray-dark-hover);
  }

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

  .div-post-all {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .collection-list {
    margin-bottom: 40px;
  }

  .button {
    font-size: 14px;
    font-weight: 500;
  }

  .text-block-14 {
    letter-spacing: -.03em;
    font-size: 10px;
    line-height: 130%;
  }

  .heading-16 {
    text-align: justify;
    letter-spacing: -.03em;
    font-size: 12px;
    font-weight: 500;
    line-height: 110%;
  }

  .next, .previous {
    padding: 8px 16px;
  }

  .div-image-post {
    margin-bottom: 0;
  }

  .segment-all-posts {
    font-size: 9px;
  }

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

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

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

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

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

  .container-19 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-segment {
    font-size: 20px;
    line-height: 26px;
  }

  .text-next {
    font-weight: 400;
  }

  .pagination {
    padding-top: 10px;
  }

  .navbar-logo-left-container-2 {
    max-width: 100%;
  }

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

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

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

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

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

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

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

  .nav-divider-2 {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

  .collection-list-2 {
    flex-flow: wrap;
  }

  .container-posts-bottom-category {
    display: none;
  }

  .hero-section-inicial {
    padding-left: 0;
    padding-right: 0;
  }

  .h1-hero {
    margin-bottom: 0;
    font-size: 42px;
    line-height: 50px;
  }

  .sub-main {
    margin-top: 0;
  }

  .flex-block-26 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .bt_hero_main {
    border-width: 2px;
    padding: 8px 12px;
    line-height: 130%;
  }

  .flex-block-27 {
    margin-top: 20px;
  }

  .div-grid-main-hero {
    min-width: 30vw;
    max-height: 250px;
  }

  .div-grid-main-hero.div-grid-3 {
    min-width: 30vw;
  }

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

  .quick-stack {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100vw;
    margin-top: 40px;
    padding-bottom: 0;
  }

  .heading-22 {
    font-size: 26px;
  }

  .features-list {
    padding: 60px 40px;
  }

  .features-paragraph {
    margin-bottom: 20px;
    padding-right: 40px;
  }

  .features-image {
    width: 80px;
    height: 80px;
  }

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

  .testimonial-slider-large {
    padding: 60px 15px;
  }

  .testimonial-slide {
    flex-flow: wrap-reverse;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-top: -80px;
    margin-right: 0;
  }

  .testimonial-author-name {
    font-size: 16px;
  }

  .testimonial-image-two {
    width: 80px;
    height: 80px;
  }

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

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

  .team-block {
    border-radius: 10px;
    margin-left: 4px;
    margin-right: 4px;
    padding: 8px;
  }

  .team-member-image-two {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
  }

  .team-member-name-two {
    margin-bottom: 0;
    font-size: 16px;
  }

  .team-member-bio {
    text-align: justify;
    letter-spacing: 0;
    font-size: 10px;
    line-height: 130%;
  }

  .team-member-sub {
    margin-bottom: 4px;
    font-size: 10px;
  }

  .testimonial-column-dark {
    padding: 60px 15px;
  }

  .testimonial-main-image {
    width: 250px;
  }

  .collection-item-3 {
    max-width: 45%;
  }

  .collection-list-3 {
    flex-flow: wrap;
    margin-top: -50px;
  }

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

  .pricing-card-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .pricing-image-two {
    max-width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .section-9 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .sub-cta {
    font-size: 22px;
  }

  .features-metrics {
    padding: 40px 20px;
  }

  .collection-item-4 {
    width: 31%;
    margin-left: 4px;
    margin-right: 4px;
    padding-left: 0;
    padding-right: 0;
  }

  .cell, .cell-2, .cell-3, .cell-4, .cell-5, .cell-6, .cell-7, .cell-8 {
    display: none;
  }

  .collection-list-wrapper-3 {
    align-items: flex-start;
    display: flex;
  }

  .collection-list-4 {
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .slide-service {
    max-width: 34%;
  }

  .slide-nav-2 {
    display: block;
    inset: auto 0% 0%;
  }

  .right-arrow {
    display: none;
  }

  .h-slider-service-small {
    margin-left: 10px;
    margin-right: 10px;
  }

  .slider-2 {
    margin-top: 20px;
    padding-bottom: 40px;
  }

  .logos-title-small {
    padding: 60px 15px;
  }

  .clients-wrapper-three {
    margin-bottom: -30px;
  }

  .clients-image-three {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .value-section-adv, .footer-lp {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-30 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

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

  .heading-banner-2 {
    font-size: 26px;
  }

  .bio_wd {
    flex-flow: column;
  }

  .bio_image {
    width: 100%;
    min-height: 300px;
  }

  .bio-info_wd {
    width: 100%;
  }

  .image-134 {
    max-width: 300px;
    padding: 32px;
  }

  .text-block-23 {
    margin-bottom: -16px;
  }

  .arrow {
    width: 60px;
    height: 60px;
  }

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

@media screen and (max-width: 479px) {
  .nav-link {
    font-size: 12px;
  }

  .ads-hero {
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: auto;
    margin-top: 70px;
    padding-top: 20px;
    padding-bottom: 40px;
    position: relative;
  }

  .hero-1-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    margin-top: 60px;
    margin-bottom: 40px;
    position: static;
  }

  .h1 {
    text-align: center;
    width: 100vw;
  }

  .hero-section-bt {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .call-to-action-bt {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .call-to-action-bt.bt-hero {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 0;
    padding: 10px 20px;
  }

  .h4 {
    color: #000;
  }

  .h4.hero-right {
    color: #fff;
    text-align: center;
    letter-spacing: .5px;
    font-weight: 400;
    line-height: 120%;
  }

  .h4.text-align-left {
    color: #fff;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    font-size: 16px;
  }

  .h4.text-align-left.white {
    color: #fff;
  }

  .h4.white {
    color: #fff;
    font-size: 100%;
  }

  .hero-2-wrapper-2 {
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .vectors-wrapper-13 {
    max-width: 80%;
  }

  .bt-3 {
    text-align: center;
    letter-spacing: .5px;
    font-size: 14px;
  }

  .vectors-wrapper-14 {
    object-fit: contain;
    width: 21px;
    height: auto;
  }

  .sub {
    letter-spacing: .5px;
    margin-top: 4px;
    font-size: 12px;
    text-decoration: none;
  }

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

  .heading-banner {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 130%;
  }

  .grid-wrapper_pro {
    flex-direction: column;
    align-items: center;
  }

  .h5 {
    color: #000;
    text-shadow: none;
    padding-left: 10px;
    font-size: 12px;
    font-weight: 500;
  }

  .p {
    min-width: 200px;
    font-size: 12px;
  }

  .p.text-align-center {
    text-align: center;
    font-weight: 300;
  }

  .tabs.tab-pro {
    margin-top: 20px;
  }

  .tab-h-flex {
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .banner-section-pro {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .h3.h3-margin {
    letter-spacing: -.01em;
    font-size: 18px;
    font-weight: 300;
  }

  .heading-sub-tabs {
    margin-top: 4px;
    font-size: 14px;
    font-weight: 500;
  }

  .banner-content {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .lottie-animation-2 {
    max-width: 180px;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .p-tab {
    text-align: justify;
    margin-top: 10px;
    font-size: 12px;
    font-weight: 500;
    line-height: 130%;
  }

  .flex-v-absolute-bottom {
    align-items: center;
    right: 20px;
  }

  .logo-80px {
    max-width: 40px;
  }

  .grid-wrapper_design {
    width: 100%;
  }

  .sub-pro {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .testimonial-image {
    object-fit: cover;
    width: 40px;
    height: 40px;
    overflow: hidden;
  }

  .faq-dropdown {
    padding-left: 0;
    padding-right: 20px;
  }

  .dropdown-list.w--open {
    padding-left: 0;
  }

  .p-testimonial-1 {
    text-shadow: none;
    font-size: 12px;
    font-weight: 400;
  }

  .faq-flex-div {
    min-width: auto;
  }

  .sub-hero {
    display: none;
  }

  .flex-block-15 {
    width: 100vw;
  }

  .grid-testimonial {
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  ._5-stars-testimonials {
    width: 60px;
  }

  .lottie-animation_banner {
    object-fit: contain;
    width: auto;
    max-width: none;
    height: 200px;
    display: block;
  }

  .gallery-slider {
    padding-left: 30px;
    padding-right: 30px;
  }

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

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

  .gallery-block-2 {
    align-items: center;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 10%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .option-segment-box {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: row;
    width: 100%;
    height: 100%;
    padding: 20px 10px;
  }

  .container {
    max-width: none;
  }

  .hero-section-md {
    height: auto;
    padding-top: 20px;
    position: relative;
    bottom: 0;
  }

  .heading-sub-services {
    color: var(--green_v2-medium\<deleted\|variable-563cb636-6711-3463-ee52-9a89008c49bf\>);
    text-align: center;
    letter-spacing: .5px;
    align-self: center;
    width: auto;
    margin-top: 10px;
    font-size: 13px;
    font-weight: 700;
    line-height: 120%;
  }

  .h1-md {
    font-size: 16px;
  }

  .criativo-container-md {
    width: auto;
  }

  .criativo-content-md {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    border-color: var(--green_v2-medium\<deleted\|variable-563cb636-6711-3463-ee52-9a89008c49bf\>);
    border-radius: 20px;
    flex-flow: column;
    align-self: center;
    width: 100%;
    min-width: auto;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .cta-section-md {
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonial-section-md {
    padding-left: 10px;
    padding-right: 10px;
  }

  .testimonial-container {
    background-image: none;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .quote-lp {
    grid-row-gap: 16px;
    -webkit-backdrop-filter: blur(5px) saturate(200%);
    backdrop-filter: blur(5px) saturate(200%);
  }

  .p-testimonial {
    text-shadow: none;
    font-size: 100%;
    font-weight: 300;
  }

  .quote-autor {
    padding: 10px 20px;
  }

  .lottie-animation-md {
    max-width: 180px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .heading-6-md {
    text-align: center;
    width: 80vw;
    padding-right: 30px;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
  }

  .p-faq-md {
    text-shadow: none;
    font-size: 12px;
    font-weight: 300;
  }

  .logo-footer {
    max-width: 180px;
  }

  .flex-block-19 {
    grid-row-gap: 12px;
  }

  .modal---article.article-1 {
    display: none;
  }

  .modal---content-article {
    width: 95%;
    min-width: 240px;
  }

  .heading-3---articles-md {
    height: auto;
    font-size: 14px;
  }

  .h2---article---md {
    font-size: 14px;
  }

  .container-9 {
    align-items: center;
  }

  .logo-navbar-md {
    width: 100%;
  }

  .elevator-hero {
    display: none;
  }

  .hero-heading {
    order: -1;
  }

  .hero-content-md {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column-reverse;
    align-items: center;
  }

  .bt-leadform-md {
    grid-column-gap: 12px;
    padding: 10px;
  }

  .bt-leadform-md.bt-hide-desk-tab {
    margin-top: 0;
    padding: 6px;
    display: flex;
  }

  .bt-leadform-md.bt-hide-desk-tab:hover {
    background-color: #043e81;
  }

  .bt-leadform-md.bt-hide-phone {
    display: none;
  }

  .text-bt {
    order: -1;
    font-size: 14px;
  }

  .container-11 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
  }

  .heading-5 {
    font-size: 12px;
  }

  .text-proof---cfm {
    font-size: 8px;
  }

  .feature-div {
    flex: 1;
    order: 1;
    justify-content: center;
    padding: 4px;
  }

  .image-37 {
    width: 14px;
    margin-right: 4px;
  }

  .container-13 {
    justify-content: space-between;
  }

  .benefits-text {
    letter-spacing: 0;
    font-size: 10px;
    line-height: 14px;
  }

  .slide {
    padding-bottom: 0;
  }

  .slider {
    z-index: 9;
    height: 330px;
    padding-bottom: 31px;
  }

  .image-slider {
    z-index: 999;
    height: 20px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: auto 0% 0%;
  }

  .extra-service-image {
    width: 100%;
  }

  .heading-7 {
    font-size: 24px;
    font-weight: 500;
  }

  .heading-value-section {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
  }

  .link-block-10 {
    width: 30%;
  }

  .link-block-10.w--current {
    width: 80px;
    padding-top: 0;
  }

  .hero-image---md {
    margin-right: auto;
    display: none;
  }

  .lottie-animation-12 {
    order: 0;
    height: 200px;
  }

  .navbar-logo-center-container.shadow-three {
    padding-left: 12px;
    padding-right: 12px;
  }

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

  .footer-dark {
    background-color: var(--green-5);
  }

  .footer-social-block {
    justify-content: center;
    align-items: center;
  }

  .section-post {
    border-radius: 0;
    padding-bottom: 20px;
  }

  .container-post {
    box-shadow: none;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-11 {
    text-align: center;
    letter-spacing: 0;
    font-size: 16px;
    font-weight: 500;
  }

  .rich-text-block-2 {
    font-family: var(--urbanist-p);
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
  }

  .image-blog-contain {
    margin-top: 0;
  }

  .collection-item {
    width: 100%;
    margin-left: 4px;
    margin-right: 4px;
  }

  .div-list-segment {
    padding-bottom: 60px;
  }

  .category {
    letter-spacing: .1em;
    border-bottom-left-radius: 4px;
    font-size: 14px;
    line-height: 150%;
  }

  .div-post-author {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-post-author-botton {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-13 {
    margin-bottom: 4px;
  }

  .text-block-11 {
    font-family: var(--syne-subs);
    color: var(--text-color-dark);
    text-align: center;
    line-height: 120%;
  }

  .text-block-12 {
    color: var(--gray-darker);
  }

  .div-post-author-head {
    position: absolute;
    inset: auto 0% auto auto;
  }

  .heading-14, .category-head, .segment-head {
    font-size: 10px;
  }

  .div-author-info {
    width: 66%;
  }

  .container-posts-botton {
    padding-left: 12px;
    padding-right: 12px;
  }

  .section-all-post {
    padding-top: 0;
  }

  .div-post-all {
    margin-top: 0;
    padding: 12px 12px 40px;
  }

  .heading-15 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 120%;
  }

  .collection-list {
    flex-flow: wrap;
    margin-bottom: 20px;
  }

  .collection-item-2 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .image-post {
    border-radius: 10px;
  }

  .button {
    background-color: var(--green-4);
    text-shadow: 0 1px 1px #0003;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
    line-height: 120%;
    box-shadow: 0 -2px 5px #0003;
  }

  .button:hover {
    background-color: var(--green-5);
  }

  .text-block-14 {
    color: var(--gray-darker);
    margin-bottom: 20px;
    font-size: 14px;
  }

  .heading-16 {
    letter-spacing: 1px;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
  }

  .next, .previous {
    margin-left: 0;
    margin-right: 0;
    padding: 4px 8px;
  }

  .segment-all-posts {
    border-top-left-radius: 0;
    border-bottom-left-radius: 4px;
    width: 100%;
    min-width: auto;
    font-size: 12px;
  }

  .wrapper-footer {
    max-width: none;
  }

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

  .heading-segment {
    font-size: 20px;
    line-height: 120%;
  }

  .text-next {
    font-size: 12px;
    line-height: 100%;
  }

  .text-block-16, .text-block-17 {
    line-height: 120%;
  }

  .pagination {
    align-items: center;
    padding-top: 0;
  }

  .icon-6 {
    margin-left: 2px;
  }

  .text-block-19, .text-previous {
    font-size: 12px;
    line-height: 100%;
  }

  .icon-7 {
    margin-right: 2px;
  }

  .navbar-logo-left-2 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .nav-menu-wrapper-2 {
    margin-left: 20px;
    padding-right: 20px;
  }

  .nav-menu-two-2 {
    flex-direction: column;
  }

  .nav-dropdown-toggle.nav-link-dark {
    display: flex;
  }

  .nav-dropdown-icon-2 {
    margin-left: 4px;
    position: static;
  }

  .menu-button-6 {
    border-style: dashed;
    border-color: var(--brown\<deleted\|variable-6673a66d-04ba-ba48-2cd3-ef1a9e09e5fd\>);
  }

  .collection-item-segments {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .heading-18 {
    text-align: justify;
    font-size: 14px;
  }

  .hero-section-inicial {
    margin-top: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .h1-hero {
    font-size: 30px;
    line-height: 130%;
  }

  .sub-main.white {
    font-size: 14px;
  }

  .bt_hero_main {
    font-size: 12px;
    font-weight: 500;
  }

  .div-grid-main-hero {
    min-width: 40vw;
    min-height: 250px;
    max-height: none;
  }

  .div-grid-main-hero.div-grid-3 {
    display: none;
  }

  .container-22 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
  }

  .quick-stack {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    object-fit: contain;
    width: auto;
    max-width: 82vw;
    padding-right: 0;
    overflow: visible;
  }

  .grid-paragraph, .grid-paragraph.dark {
    line-height: 130%;
  }

  .container-23 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-22 {
    letter-spacing: .5px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
  }

  .div-services-main {
    padding: 12px;
  }

  .services-inicial {
    padding: 60px 10px;
  }

  .features-list {
    border-bottom-style: none;
    border-bottom-width: 0;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .features-wrapper-two {
    padding-left: 0;
    padding-right: 0;
  }

  .features-paragraph {
    text-align: justify;
    padding-right: 0;
    font-size: 12px;
    font-weight: 500;
  }

  .features-block-two {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
  }

  .features-image {
    width: 70px;
    height: 70px;
  }

  .heading-23 {
    font-size: 24px;
  }

  .feature-paragraph {
    font-size: 14px;
  }

  .testimonial-slider-large {
    border-bottom-style: none;
  }

  .testimonial-content {
    margin-top: -22px;
  }

  .testimonial-quote {
    font-size: 12px;
    line-height: 120%;
  }

  .testimonial-image-two {
    width: 60px;
    height: 60px;
  }

  .quote {
    margin-bottom: 0;
    font-size: 60px;
    line-height: 30px;
  }

  .heading-24 {
    padding-right: 0;
    font-size: 12px;
    font-weight: 700;
    line-height: 120%;
  }

  .team-slider {
    border-bottom-style: none;
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .heading-team {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .centered-subheading {
    letter-spacing: 1px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 15px;
    font-weight: 400;
    line-height: 120%;
  }

  .team-block {
    flex-flow: row;
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 16px 10px;
  }

  .team-member-image-two {
    width: 80px;
    height: 80px;
    margin-bottom: 0;
    margin-right: 10px;
  }

  .team-block-info {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .team-member-name-two {
    font-size: 14px;
  }

  .team-member-bio {
    text-align: left;
    letter-spacing: .5px;
    font-size: 12px;
    font-weight: 400;
    line-height: 120%;
  }

  .team-member-sub {
    text-align: center;
    font-size: 10px;
    line-height: 130%;
  }

  .div-block-3 {
    margin-bottom: 20px;
  }

  .testimonial-column-dark {
    border-bottom-style: none;
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .testimonial-block-main {
    border-radius: 20px;
    flex-flow: row;
    padding: 16px;
  }

  .testimonial-main-image {
    width: 120px;
    height: 100%;
    margin-bottom: 32px;
    margin-right: 14px;
  }

  .margin-bottom-24px {
    color: var(--black-2);
    letter-spacing: .6px;
    font-size: 14px;
    line-height: 130%;
  }

  .testimonial-main-heading {
    margin-top: 0;
    font-size: 16px;
    line-height: 120%;
  }

  .testimonial-block {
    border-width: 0;
    padding: 16px;
  }

  .section-8 {
    padding: 40px 10px;
  }

  .flex-block-28 {
    margin-top: -60px;
  }

  .heading-25 {
    font-size: 14px;
  }

  .text-block-21 {
    letter-spacing: .5px;
    font-size: 10px;
    line-height: 120%;
  }

  .link {
    font-size: 12px;
    line-height: 100%;
  }

  .div-bt {
    margin-top: 20px;
  }

  .pricing-items {
    padding-top: 40px;
  }

  .pricing-card-two {
    padding: 15px;
  }

  .pricing-info {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .sub-cta {
    font-size: 14px;
  }

  .lottie-animation-13 {
    width: 240px;
  }

  .features-metrics {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .collection-item-4 {
    flex-flow: row;
    width: 100%;
  }

  .collection-list-4 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .cell-9 {
    display: none;
  }

  .slide-service {
    max-width: 50%;
  }

  .slide-nav-2 {
    padding-top: 20px;
  }

  .logos-title-small {
    border-bottom-style: none;
    padding: 20px;
  }

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

  .clients-wrapper-three {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: grid;
  }

  .clients-image-three {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .container-heading-sticky {
    margin-bottom: 0;
    top: 73px;
  }

  .value-section-adv {
    padding-top: 80px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-lp {
    font-size: 12px;
  }

  .paragraph-banner {
    text-align: center;
    max-width: 100%;
    font-size: 18px;
  }

  .image-48 {
    order: 1;
  }

  .heading-cta {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .flex-block-29, .footer-content-1 {
    justify-content: flex-start;
    align-items: center;
  }

  .container-30 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .div-block-5 {
    order: 0;
    justify-content: center;
    align-items: center;
  }

  .heading-banner-2 {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 130%;
  }

  .navbar_web-designer {
    background-color: #293332;
    padding-left: 8px;
    padding-right: 8px;
  }

  .navigation {
    box-shadow: none;
    margin-top: 8px;
    padding: 8px;
  }

  .nav-link-wrapper {
    display: none;
  }

  .navbar_cta-button_wd {
    grid-column-gap: 4px;
    background-color: #0000;
    border: 1px solid #fff;
    border-radius: 11px;
  }

  .navbar_cta-button_wd:hover {
    background-color: #3a7a73;
    text-decoration: none;
  }

  .text {
    color: #fff;
  }

  .section-hero-wd {
    height: 600px;
    min-height: auto;
    max-height: none;
    margin-top: 59px;
    display: flex;
  }

  .sub_wd {
    font-size: 10px;
  }

  .sub_wd.font-weight {
    font-size: 14px;
    display: none;
  }

  .sub_wd.project {
    display: none;
  }

  .h1_wd {
    letter-spacing: -.2px;
    font-weight: 300;
  }

  .hero-image-2 {
    min-height: 206px;
    display: none;
  }

  .image-service_wd {
    margin-bottom: 20px;
  }

  .section-projects-wd {
    width: 100vw;
  }

  .container_wd {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .h2_wd {
    font-size: 20px;
  }

  .projects_wd {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap-reverse;
    height: auto;
  }

  .project-collum1_wd {
    width: 100%;
    height: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .project-wrapper-2_wd {
    grid-row-gap: 0px;
    margin-top: 0;
  }

  .h3_wd {
    z-index: 20;
    letter-spacing: .4px;
    align-self: center;
    margin-bottom: 0;
    position: relative;
  }

  .project-wrapper-3_wd {
    margin-top: 40px;
  }

  .project-collum2_wd {
    height: auto;
  }

  .section-designer-wd {
    width: 100vw;
  }

  .bio_image {
    min-height: 240px;
  }

  .bio-info_wd {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-sevices-wd {
    width: 100vw;
  }

  .button-style-3 {
    display: none;
  }

  .separator-2 {
    background-color: #32a499;
  }

  .feature-text_wd {
    font-family: Open Sans, sans-serif;
    font-size: 12px;
  }

  .feature-text_wd.cta {
    font-size: 14px;
    font-weight: 700;
  }

  .section-calendly-wd {
    width: 100vw;
  }

  .paragraph_wd {
    color: #ffffffab;
    text-align: justify;
    font-size: 12px;
    font-weight: 400;
    line-height: 140%;
  }

  .project-image_wd {
    height: 200px;
  }

  .h4_wd {
    margin-bottom: 0;
  }

  .heading-section-wrapper_wd {
    padding-top: 12px;
    top: 80px;
  }

  .stack-service_wd {
    max-width: 96vw;
  }

  .projects-wrapper_wd {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .carousel {
    min-width: 100%;
    overflow: hidden;
  }

  .carrossel-hero-image {
    background-image: url('../images/Hero-Image_mobile_1.avif');
    background-position: 0 0;
    background-size: contain;
    height: 100%;
  }

  .carrosel-image_wd {
    object-fit: contain;
    max-width: none;
    height: 100%;
    display: none;
    overflow: visible;
  }

  .filter-layer {
    background-image: radial-gradient(circle at 44% 66%, #0006 40%, #fff0 94%), linear-gradient(#0009, #0009);
    display: block;
  }

  .arrow-herro_wd {
    bottom: 8%;
  }

  .course-logo {
    max-height: 24px;
  }

  .carousel_certifications {
    grid-column-gap: 57px;
    grid-row-gap: 57px;
    min-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    overflow: hidden;
  }

  .corousel-logos-wrap.carrossel-hero-image {
    max-height: 24px;
  }

  .corousel-logos-wrap.carrossel-hero-image.remove-bgd {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    background-image: none;
    max-height: none;
  }

  .div-block-8 {
    padding-top: 4px;
  }

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

#w-node-_31567ff1-51e6-d854-a816-1fd9649d73ab-e18ba07a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31567ff1-51e6-d854-a816-1fd9649d73b0-e18ba07a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_31567ff1-51e6-d854-a816-1fd9649d73b4-e18ba07a, #w-node-_31567ff1-51e6-d854-a816-1fd9649d73be-e18ba07a, #w-node-_31567ff1-51e6-d854-a816-1fd9649d73c3-e18ba07a, #w-node-_88ed1a1f-c783-56c8-519f-99ae8848cc1f-e18ba07a, #w-node-de2da5c1-991e-6852-33ec-dda0c6b80458-e18ba07a, #w-node-e293244c-4e2a-adb4-bac9-660cb6dba02e-e18ba07a, #w-node-_890e48cf-221e-db8a-b5e2-3f20a7587d0f-e18ba07a, #w-node-_2e8c9cfa-5b6f-c950-988d-a8816926d813-e18ba07a, #w-node-_76e13999-5039-4db7-e35a-41070bbbac24-e18ba07a, #w-node-_7a0b76b5-ecd9-f40c-4574-cab15194b039-e18ba07a, #w-node-_19c4fa0e-8d99-1a3b-bb16-77d6309ee476-e18ba07a, #w-node-_1b4955e3-c4ca-b9b0-6794-fb82682a0032-e18ba07a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0ffcb7ab-818f-b5d8-9353-f5bdfac9e970-e18ba07a, #w-node-_0ffcb7ab-818f-b5d8-9353-f5bdfac9e97c-e18ba07a, #w-node-_0ffcb7ab-818f-b5d8-9353-f5bdfac9e986-e18ba07a, #w-node-_0ffcb7ab-818f-b5d8-9353-f5bdfac9e993-e18ba07a, #w-node-_0ffcb7ab-818f-b5d8-9353-f5bdfac9e99d-e18ba07a, #w-node-_0ffcb7ab-818f-b5d8-9353-f5bdfac9e9a7-e18ba07a {
  align-self: center;
}

#w-node-_704a6b62-f520-cf82-2b1e-292575ed3db0-13b2e507 {
  grid-template-rows: minmax(auto, .75fr) minmax(auto, .25fr) auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_704a6b62-f520-cf82-2b1e-292575ed3db1-13b2e507, #w-node-_243d868a-06de-da19-989a-aef7f1a3c628-13b2e507, #w-node-_0cd3e2e0-74b2-3b9b-b022-6329e9f7b648-13b2e507, #w-node-_1e678cd0-2b02-938e-41de-30dfd517e7c1-13b2e507 {
  grid-row: span 4 / span 4;
}

#w-node-_577801ca-a253-7c24-8403-69300041f964-13b2e507 {
  grid-row: span 3 / span 3;
}

#w-node-_10bd317c-fabd-bf90-43e8-a9941a793da9-13b2e507, #w-node-_10bd317c-fabd-bf90-43e8-a9941a793db3-13b2e507, #w-node-_10bd317c-fabd-bf90-43e8-a9941a793dbd-13b2e507 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee8d3f79-4c91-4d1a-10e1-ffd3916a4390-ff25ce98, #w-node-f614671d-a164-1747-f014-6fcb8e825cf5-ff25ce98, #w-node-_3f65b29d-bf7e-3027-51c1-cb8517368313-ff25ce98, #w-node-fba9d1ef-b9d5-3276-ccbc-faf07e4bd084-ff25ce98, #w-node-_16e518cf-0cf7-c770-eeca-b2b7c6660d75-ff25ce98, #w-node-bb166ca0-3415-cb27-cbdd-5544ee488acf-ff25ce98 {
  align-self: center;
}

#w-node-d6443ea6-0c1f-96e6-eab5-142746bc1182-86a7076f {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-d6443ea6-0c1f-96e6-eab5-142746bc1184-86a7076f, #w-node-d6443ea6-0c1f-96e6-eab5-142746bc11ac-86a7076f, #w-node-d6443ea6-0c1f-96e6-eab5-142746bc11de-86a7076f {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

#w-node-_704a6b62-f520-cf82-2b1e-292575ed3db0-a0667405 {
  grid-template-rows: minmax(auto, .75fr) minmax(auto, .25fr) auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_704a6b62-f520-cf82-2b1e-292575ed3db1-a0667405, #w-node-_243d868a-06de-da19-989a-aef7f1a3c628-a0667405, #w-node-_0cd3e2e0-74b2-3b9b-b022-6329e9f7b648-a0667405, #w-node-_1e678cd0-2b02-938e-41de-30dfd517e7c1-a0667405 {
  grid-row: span 4 / span 4;
}

#w-node-_577801ca-a253-7c24-8403-69300041f964-a0667405 {
  grid-row: span 3 / span 3;
}

#w-node-_10bd317c-fabd-bf90-43e8-a9941a793da9-a0667405, #w-node-_10bd317c-fabd-bf90-43e8-a9941a793db3-a0667405, #w-node-_10bd317c-fabd-bf90-43e8-a9941a793dbd-a0667405 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_704a6b62-f520-cf82-2b1e-292575ed3db0-13b2e507, #w-node-_704a6b62-f520-cf82-2b1e-292575ed3db0-a0667405 {
    grid-template-rows: minmax(auto, .75fr) minmax(auto, .25fr) auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_31567ff1-51e6-d854-a816-1fd9649d73ab-e18ba07a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_704a6b62-f520-cf82-2b1e-292575ed3db0-13b2e507 {
    grid-template-rows: minmax(auto, .75fr) minmax(auto, .25fr) auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  #w-node-_10bd317c-fabd-bf90-43e8-a9941a793da9-13b2e507 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_704a6b62-f520-cf82-2b1e-292575ed3db0-a0667405 {
    grid-template-rows: minmax(auto, .75fr) minmax(auto, .25fr) auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  #w-node-_10bd317c-fabd-bf90-43e8-a9941a793da9-a0667405 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_704a6b62-f520-cf82-2b1e-292575ed3db1-13b2e507, #w-node-_243d868a-06de-da19-989a-aef7f1a3c628-13b2e507, #w-node-_0cd3e2e0-74b2-3b9b-b022-6329e9f7b648-13b2e507 {
    grid-column: span 1 / span 1;
  }

  #w-node-_1e678cd0-2b02-938e-41de-30dfd517e7c1-13b2e507 {
    grid-column: span 2 / span 2;
  }

  #w-node-_704a6b62-f520-cf82-2b1e-292575ed3db1-a0667405, #w-node-_243d868a-06de-da19-989a-aef7f1a3c628-a0667405, #w-node-_0cd3e2e0-74b2-3b9b-b022-6329e9f7b648-a0667405 {
    grid-column: span 1 / span 1;
  }

  #w-node-_1e678cd0-2b02-938e-41de-30dfd517e7c1-a0667405 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_31567ff1-51e6-d854-a816-1fd9649d73ab-e18ba07a, #w-node-_31567ff1-51e6-d854-a816-1fd9649d73b0-e18ba07a, #w-node-_10bd317c-fabd-bf90-43e8-a9941a793da9-13b2e507 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d6443ea6-0c1f-96e6-eab5-142746bc1184-86a7076f, #w-node-d6443ea6-0c1f-96e6-eab5-142746bc11ac-86a7076f, #w-node-d6443ea6-0c1f-96e6-eab5-142746bc11de-86a7076f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_10bd317c-fabd-bf90-43e8-a9941a793da9-a0667405 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


