:root {
  --waves-library--branco: white;
  --waves-library--font-1: Petrovsans, Arial, sans-serif;
  --waves-library--black: #131313;
  --waves-library--dark-elevation: #e7e6e6;
  --waves-library--font-2: "IBM Plex Sans", sans-serif;
  --corpo-1: 18px;
  --corpo-1-h: 155%;
  --waves-library--azul-1: #1f2736;
  --waves-library--azul-2: #273669;
  --waves-library--cinza-1: #b4b4b2;
  --waves-library--azul-3: #3b485e;
  --waves-library--cinza-2: #e7e6e6;
  --corpo-2: 16px;
}

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

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

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

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

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

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

.waves---nav-cta {
  border: 1px none var(--waves-library--branco);
  font-family: var(--waves-library--font-1);
  background-color: #13131300;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 38px;
  padding: 4px 24px;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.waves---nav-buttons-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves---nav-link {
  font-family: var(--waves-library--font-1);
  color: var(--waves-library--branco);
  letter-spacing: 1px;
  padding: 12px 16px;
}

.waves---nav-link:hover {
  opacity: .7;
  color: var(--waves-library--dark-elevation);
  transform: scale(.9);
}

.waves---dropdown-link {
  text-align: center;
}

.waves-dropdown-list.w--open {
  background-color: var(--waves-library--branco);
  border: 1px solid #1313131a;
  border-radius: 4px;
}

.waves-icon-drodpdown {
  width: 24px;
  height: 24px;
}

.waves-dropdown-toggle {
  grid-column-gap: 6px;
  justify-content: center;
  align-items: center;
  padding: 12px 8px 12px 16px;
  display: flex;
}

.waves---nav-menu, .waves-right-nav-4 {
  grid-column-gap: 16px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves---brand {
  max-width: none;
  height: 100%;
}

.waves---nav-brand-link {
  height: 24px;
}

.waves---nav-brand-link.w--current {
  transition: all .4s;
}

.waves---nav-brand-link.w--current:hover {
  opacity: .7;
  transform: scale(.9);
}

.waves-master-nav-4 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.waves---nav-container {
  max-width: 1440px;
  height: 100%;
  padding-left: 24px;
  padding-right: 24px;
}

.waves-navbar-4 {
  background-color: #fff0;
  border-bottom: 1px #13131333;
  height: 80px;
  margin-top: 20px;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.waves-divider-nav-4 {
  background-color: #1313130d;
  border-radius: 5px;
  width: 100%;
  height: 1px;
}

.waves-icon-24 {
  filter: invert();
  width: 24px;
  height: 24px;
}

.waves-icon-24.icons2 {
  width: 50px;
  height: 50px;
}

.waves-right-top-nav-4 {
  grid-column-gap: 24px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves---paragraph-small {
  font-family: var(--waves-library--font-2);
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}

.waves---icon-text-vertical {
  grid-column-gap: 8px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.waves-left-top-nav-4 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.waves-inside-top-nav-4 {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.waves-master-top-navbar-4 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 75px;
}

.waves-wrapper-navbar-4 {
  z-index: 102;
  background-color: var(--waves-library--branco);
  flex-direction: column;
  display: block;
  position: relative;
}

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

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

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

.waves---subtitle {
  font-family: var(--waves-library--font-2);
  color: var(--waves-library--dark-elevation);
  font-size: var(--corpo-1);
  line-height: var(--corpo-1-h);
}

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

.waves---mega-heading-1 {
  font-family: var(--waves-library--font-1);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 62px;
  font-weight: 600;
  line-height: 115%;
}

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

.waves---main-container {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
}

.waves-gradient-hero-5 {
  background-image: linear-gradient(180deg, #1313131a 22%, #1f273666 77%, var(--waves-library--azul-1));
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.waves-section-hero-5 {
  color: var(--waves-library--branco);
  background-image: url('../images/HERO-12.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 15vh;
  padding-left: 25vh;
  display: flex;
  position: relative;
}

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

.waves---cta-dark:hover {
  background-color: #131313e6;
}

.waves---cta-dark.wide-cta {
  background-color: var(--waves-library--azul-2);
  font-family: var(--waves-library--font-2);
  min-width: 200px;
  font-weight: 400;
}

.waves---cta-dark.wide-cta:hover {
  background-color: var(--waves-library--cinza-1);
}

.waves---cta-dark.wide-cta.button2 {
  background-color: var(--waves-library--azul-3);
}

.waves---cta-dark.wide-cta.button2:hover {
  background-color: var(--waves-library--azul-2);
}

.waves---paragraph-big {
  font-family: var(--waves-library--font-2);
  color: var(--waves-library--dark-elevation);
  font-size: var(--corpo-1);
  line-height: var(--corpo-1-h);
}

.waves---heading-2-no-margins {
  font-family: var(--waves-library--font-1);
  color: var(--waves-library--azul-2);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 600;
  line-height: 130%;
}

.waves---heading-2-no-margins.white {
  color: var(--waves-library--branco);
}

.waves---heading-2-no-margins.text2 {
  text-align: left;
}

.waves---content-image-halves {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 520px;
  display: flex;
}

.waves-image-features-3 {
  border-radius: 14px;
  width: 100%;
}

.waves---grid-image-halves {
  grid-column-gap: 40px;
  grid-template-rows: auto;
}

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

.waves---section-medium {
  background-color: var(--waves-library--branco);
  background-image: none;
  padding-top: 100px;
  padding-bottom: 100px;
}

.waves---section-medium.bg-black {
  background-color: var(--waves-library--branco);
}

.waves---section-medium.section1 {
  background-image: radial-gradient(circle farthest-corner at 50% 130%, var(--waves-library--azul-2), var(--waves-library--azul-1) 46%);
  padding-bottom: 140px;
}

.waves---section-medium.sectioncontato {
  background-color: var(--waves-library--branco);
}

.waves---section-medium.sectiondiferenciais, .waves---section-medium.sectionbeneficios {
  background-color: var(--waves-library--cinza-2);
  background-image: radial-gradient(circle farthest-corner at 50% 0%, var(--waves-library--branco), #fff0);
}

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

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

.udesly-section-2 {
  background-color: #fff;
  padding: 50px 5% 0;
  position: relative;
}

.udesly-section-2.section-2 {
  background-color: #080808;
  padding-top: 220px;
  padding-bottom: 140px;
}

.udesly-section-2.section-3 {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 140px;
}

.udesly-grid-three-column {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.udesly-grid-three-column.grid-1 {
  grid-template-columns: 1fr 1fr 1fr;
}

.udesly-grid-three-column.grid-2 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.udesly-udesly-text-semibold {
  color: #fff;
  letter-spacing: normal;
  max-width: 300px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}

.udesly-feature {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.udesly-text-extrabold {
  color: #fff;
  letter-spacing: 1.1px;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 58px;
}

.udesly-text-extrabold.txt-black {
  color: #000;
  font-size: 42px;
}

.udesly-title-wrapper-centered {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.udesly-icon-block-medium {
  background-color: var(--waves-library--azul-2);
  border: 1px #e6e6e6;
  border-radius: 15%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.waves---heading-3-no-margins {
  font-family: var(--waves-library--font-2);
  color: var(--waves-library--azul-2);
  -webkit-text-decoration-color: var(--waves-library--black);
  text-decoration-color: var(--waves-library--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.waves-icon-32 {
  width: 32px;
  height: 32px;
}

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

.waves-tile-features-6 {
  grid-row-gap: 16px;
  border: 1px solid var(--waves-library--branco);
  background-color: #fff0;
  background-image: linear-gradient(310deg, #0000, #fff);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 36px 32px;
  display: flex;
}

.waves---grid-features-6 {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 80px;
}

.waves---grid-features-6.grid1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.waves---limit-510 {
  max-width: 510px;
}

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

.waves---center-heading.text2 {
  justify-content: flex-start;
  align-items: flex-start;
}

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

.waves-bottom-right-footer-1 {
  grid-column-gap: 24px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves-bottom-right-footer-1.icons2 {
  justify-content: space-between;
  align-items: center;
}

.waves-bottom-footer-1 {
  color: var(--waves-library--branco);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.waves-divider-footer-1 {
  background-color: var(--waves-library--azul-3);
  width: 100%;
  height: 1px;
  margin-top: 64px;
  margin-bottom: 32px;
}

.waves-link-footer-1 {
  color: var(--waves-library--branco);
  text-decoration: none;
}

.waves-top-right-footer-1 {
  grid-column-gap: 32px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves-brand-footer-1 {
  height: 100%;
}

.waves-brand-link-footer-1 {
  height: 52px;
}

.waves-top-footer-1 {
  color: var(--waves-library--branco);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.waves-footer-1 {
  background-color: var(--waves-library--azul-1);
  background-image: radial-gradient(circle farthest-corner at 50% -20%, var(--waves-library--azul-2), var(--waves-library--azul-1));
  padding-top: 80px;
  padding-bottom: 64px;
}

.waves-content-blog-2 {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves-image-blog-2 {
  object-fit: cover;
  border-radius: 8px;
  flex: none;
  width: 200px;
  height: 200px;
}

.waves-tile-blog-2 {
  grid-column-gap: 32px;
  background-color: #e9e9e978;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  padding: 24px 32px 24px 24px;
  text-decoration: none;
  display: flex;
}

.waves-grid-blog-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 64px;
}

.waves---sides-heading-button {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.udesly-slider-large {
  background-color: #0000;
  border-radius: 6px;
  min-height: 450px;
  overflow: hidden;
}

.udesly-hide {
  display: none;
}

.txt-h3-black {
  color: #000;
}

.udesly-image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding-top: 0;
}

.udesly-arrow {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #fafafa;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: flex;
}

.udesly-arrow.udesly-right-property {
  transition: all .25s ease-out;
  right: 24px;
}

.udesly-arrow.udesly-right-property:hover {
  transform: translate(3px)scale(1.1);
}

.udesly-arrow.udesly-left-property {
  transition: all .25s ease-out;
  left: 24px;
}

.udesly-arrow.udesly-left-property:hover {
  transform: scale(1.1)translate(-3px);
}

.paragraph {
  color: #3e3e3e;
  font-family: Montserrat, sans-serif;
}

.heading-3 {
  color: #000;
  font-family: Montserrat, sans-serif;
}

.div-block {
  padding-bottom: 100px;
}

.udesly-slide {
  height: auto;
  margin-right: 32px;
}

.udesly-slide.udesly-large {
  height: 100%;
}

.title-h2 {
  padding-bottom: 40px;
}

.text-span {
  color: #3e3e3e;
}

.spark-centered-900 {
  text-align: center;
  width: 900px;
  max-width: 100%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.spark-centered-900.spark-no-bottom-margin {
  text-align: center;
  margin-bottom: 0;
}

.heading-6 {
  font-family: var(--waves-library--font-2);
  color: var(--waves-library--azul-2);
  font-weight: 400;
}

.spark-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-container.spark-left-aligned {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-span-15 {
  font-family: var(--waves-library--font-2);
  color: var(--waves-library--azul-3);
  font-size: var(--corpo-2);
  line-height: var(--corpo-1-h);
  font-weight: 400;
}

.text-span-12 {
  color: #cbbba0;
  font-size: 46px;
  font-weight: 700;
}

.image-13 {
  padding: 60px 20px;
}

.cell-3 {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--waves-library--dark-elevation);
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
}

.text-block {
  font-family: var(--waves-library--font-2);
  color: var(--waves-library--azul-3);
  font-size: var(--corpo-2);
  line-height: var(--corpo-1-h);
  text-align: center;
}

.text-span-13 {
  color: #cbbba0;
}

.quick-stack {
  text-decoration: none;
}

.quick-stack.tabela1 {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  margin-bottom: 40px;
}

.spark-secondary-paragraph-4 {
  color: #000000c2;
  margin-bottom: 64px;
}

.heading-5 {
  font-family: var(--waves-library--font-2);
  color: var(--waves-library--azul-2);
  font-weight: 400;
}

.image-2 {
  color: #00263b;
  object-fit: contain;
  width: 36px;
  max-width: none;
  height: 36px;
  margin-right: 40px;
  padding-bottom: 0;
  padding-right: 0;
}

.cell-5 {
  border-bottom: 1px solid var(--waves-library--dark-elevation);
  font-family: var(--waves-library--font-2);
  color: #fff;
  text-align: center;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 40px;
}

.div-large {
  text-align: center;
  align-self: center;
  padding-top: 100px;
}

.spark-lightbox {
  color: #039ebc;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  margin-top: auto;
  text-decoration: none;
  display: flex;
  position: relative;
}

.spark-lightbox:hover {
  opacity: 1;
}

.heading-7 {
  font-family: var(--waves-library--font-2);
  color: var(--waves-library--branco);
  font-size: 32px;
  font-weight: 500;
}

.heading-7.red {
  color: #fc0301;
}

.heading-7.blue {
  color: #05d303;
}

.spark-section {
  background-color: #000;
  width: 100%;
  padding: 140px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.cell-4 {
  border-bottom: 1px solid var(--waves-library--dark-elevation);
  justify-content: flex-start;
  align-items: flex-start;
}

.spark-900-width-2 {
  text-align: center;
  align-self: center;
  width: 952px;
  max-width: 100%;
}

.spark-900-width-2.section-div-2 {
  text-align: center;
  align-self: center;
  width: 900px;
}

.waves---paragraph-big-2 {
  font-family: var(--waves-library--font-2);
  font-size: var(--corpo-2);
  line-height: var(--corpo-1-h);
}

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

.waves---grid-cta-3 {
  grid-column-gap: 80px;
  grid-template-rows: auto;
}

.waves-master-cta-3 {
  background-color: var(--waves-library--black);
  color: var(--waves-library--branco);
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px;
  display: flex;
}

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

.waves---paragraph-regular {
  font-size: 18px;
  line-height: 130%;
}

.waves---heading-3-no-margins-2 {
  font-family: var(--waves-library--font-2);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.waves-icon-64 {
  width: 64px;
  height: 64px;
}

.waves-tile-contact-3 {
  grid-row-gap: 16px;
  border: 1px solid var(--waves-library--branco);
  background-color: var(--waves-library--cinza-2);
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  padding: 40px 24px;
  transition: all .4s;
  display: flex;
}

.waves-tile-contact-3:hover {
  border-color: var(--waves-library--azul-1);
  background-color: var(--waves-library--branco);
  transform: scale(.9);
}

.waves-grid-contact-3 {
  grid-column-gap: 32px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 64px;
}

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

.text-block-2, .text-block-3, .text-block-4 {
  font-family: var(--waves-library--font-2);
  color: var(--waves-library--azul-3);
  font-size: var(--corpo-2);
  line-height: var(--corpo-1-h);
}

.waves---expand-line {
  background-color: var(--waves-library--black);
  width: 16px;
  height: 2px;
}

.waves---expand-line.vertical {
  width: 2px;
  height: 16px;
  position: absolute;
}

.waves---expand-icon-wrap {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  display: flex;
}

.waves-expanded-text {
  font-family: var(--waves-library--font-2);
  color: var(--waves-library--azul-3);
  font-size: var(--corpo-2);
  line-height: var(--corpo-1-h);
  margin-bottom: 0;
}

.waves---expand-space {
  height: 24px;
}

.waves---expandable-open {
  transform-origin: 50% 0;
}

.waves---paragraph-regular-2 {
  font-family: var(--waves-library--font-2);
  color: var(--waves-library--azul-2);
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
}

.waves---expandable-content {
  width: 100%;
  height: auto;
  margin-right: 24px;
}

.waves---expandable-item {
  border-top: 1px solid var(--waves-library--dark-elevation);
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.waves---expandable-wrap {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.waves-expandable-master-faq-2 {
  width: 100%;
  max-width: 545px;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
}

.waves---paragraph-big-3 {
  color: var(--waves-library--cinza-1);
  font-size: var(--corpo-2);
  line-height: var(--corpo-1-h);
}

.waves---heading-2-no-margins-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

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

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

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

.waves---section-medium-2.sectionfornecedor {
  background-color: var(--waves-library--branco);
}

.div-block-2 {
  margin-top: 40px;
}

.heading-8 {
  font-family: var(--waves-library--font-2);
  color: var(--waves-library--azul-2);
}

.text-block-5 {
  font-family: var(--waves-library--font-2);
  color: var(--waves-library--azul-3);
  font-size: var(--corpo-2);
  line-height: var(--corpo-1-h);
}

.text-block-6 {
  color: var(--waves-library--azul-3);
  font-size: var(--corpo-2);
  line-height: var(--corpo-1-h);
}

.text-block-7, .text-block-8 {
  font-family: var(--waves-library--font-2);
  font-size: var(--corpo-2);
  line-height: var(--corpo-1-h);
}

.div-block-3 {
  background-color: var(--waves-library--azul-2);
  border-radius: 0;
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
}

.heading-9 {
  font-family: var(--waves-library--font-2);
  color: var(--waves-library--azul-2);
  font-weight: 400;
}

.code-embed {
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
}

.containimg {
  background-color: var(--waves-library--azul-1);
  background-image: radial-gradient(circle farthest-corner at 100% 50%, var(--waves-library--azul-2), var(--waves-library--azul-1));
  border-radius: 20px;
  width: 1102px;
  max-width: none;
  margin-top: 40px;
  margin-bottom: 40px;
}

.waves---heading-3-no-margins-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.waves-name-wrap-testimonial-4 {
  grid-row-gap: 8px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves---testimonial-text-big {
  font-family: var(--waves-library--font-2);
  font-size: 32px;
  line-height: 130%;
}

.waves-bottom-testimonial-4 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 180px;
  display: flex;
}

.waves-logo-testimonial-4 {
  height: 30px;
}

.waves-right-testimonial-4 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.waves-image-testiomnial-4 {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

.waves-grid-testimoials-4 {
  grid-column-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: .9fr 1.1fr;
}

.waves-master-testimonial-4 {
  background-color: var(--waves-library--azul-1);
  background-image: radial-gradient(circle farthest-corner at 100% 0%, var(--waves-library--azul-2), var(--waves-library--azul-1));
  color: var(--waves-library--branco);
  border-radius: 24px;
  padding: 62px;
}

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

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

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

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

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

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

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

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

.image-14 {
  border-radius: 10px;
  margin-bottom: 20px;
}

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

.waves---nav-buttons-right-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves---nav-link-2 {
  padding: 12px 16px;
}

.waves---dropdown-link-2 {
  text-align: center;
}

.waves-dropdown-list-2.w--open {
  background-color: var(--waves-library--branco);
  border: 1px solid #1313131a;
  border-radius: 4px;
}

.waves-icon-drodpdown-2 {
  width: 24px;
  height: 24px;
}

.waves-dropdown-toggle-2 {
  grid-column-gap: 6px;
  justify-content: center;
  align-items: center;
  padding: 12px 8px 12px 16px;
  display: flex;
}

.waves---nav-menu-2, .waves-right-nav-1 {
  grid-column-gap: 16px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves---brand-2 {
  max-width: none;
  height: 100%;
}

.waves---nav-brand-link-2 {
  height: 24px;
}

.waves-master-nav-1 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.waves---nav-container-2 {
  max-width: 1440px;
  height: 100%;
  padding-left: 24px;
  padding-right: 24px;
}

.waves-navbar-1 {
  z-index: 105;
  background-color: #fff0;
  border-bottom: 1px #13131333;
  height: 80px;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.spark-small-icon {
  flex: none;
  width: 24px;
  height: 24px;
  padding-top: 4px;
  padding-bottom: 0;
  display: inline-block;
}

.spark-small-icon.spark-primary-color {
  color: #00263b;
}

.spark-checked-item {
  grid-column-gap: 16px;
  color: #000000c2;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  font-size: 18px;
  line-height: 26px;
  display: flex;
}

.spark-flex-column {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.spark-hero-sub-paragraph-2 {
  font-family: var(--waves-library--font-2);
  font-size: var(--corpo-1);
  line-height: var(--corpo-1-h);
  width: 100%;
  margin-top: 10px;
  margin-bottom: 64px;
}

.spark-hero-section-image {
  border-radius: 8px;
  flex: 0 auto;
  width: 500px;
  max-width: 100%;
  display: block;
}

.spark-flex-row-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.spark-flex-row-2.spark-5-spacing {
  grid-column-gap: 5%;
  align-items: center;
}

.spark-flex-row-2.spark-5-spacing.spark-flipped-row {
  flex-direction: row-reverse;
}

.spark-hero-section-left-side-2 {
  width: auto;
}

.heading-10 {
  font-family: var(--waves-library--font-2);
}

.text-block-9 {
  font-family: var(--waves-library--font-2);
  font-size: var(--corpo-2);
  line-height: var(--corpo-1-h);
}

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

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

.quick-stack-2 {
  grid-column-gap: 40px;
  width: 1102px;
  margin-bottom: 60px;
}

.video {
  height: 500px;
}

.link-block {
  color: var(--waves-library--azul-2);
  text-decoration: none;
}

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

.close-live-chat-container:hover {
  filter: invert();
}

.live-chat-text {
  color: #fff;
  text-decoration: none;
}

.livechat-button {
  background-color: #9aca8c;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 42px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.livechat-button:hover {
  background-color: #62b259;
  transform: scale(1.1);
}

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

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

.live-chat-top-text {
  letter-spacing: 0;
  font-size: 12px;
  font-weight: 500;
  position: static;
}

.live-chat-top-text.block {
  color: #b0b0b0;
  margin-bottom: 10px;
  font-size: 12px;
}

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

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

.whatsapp-container:hover {
  background-color: #62b259;
  transform: scale(1.05);
}

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

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

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

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

.live-chat-bottom-text.block {
  margin-bottom: 5px;
  font-size: 12px;
}

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

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

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

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

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

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

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

.waves-section-hero-6 {
  color: var(--waves-library--branco);
  background-image: url('../images/OBRA-7.webp');
  background-position: 50%;
  background-size: cover;
  padding-top: 340px;
  padding-bottom: 88px;
  position: relative;
}

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

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

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

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

.div-block-4, .code-embed-2 {
  border-radius: 0;
}

@media screen and (min-width: 1920px) {
  .livechat-button {
    transition: all .2s;
  }

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

  .whatsapp-chat {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .waves---hamburger-icon {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
  }

  .waves---menu-button {
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    padding: 0;
    display: flex;
  }

  .waves---menu-button.w--open {
    background-color: var(--waves-library--black);
    border-radius: 6px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    padding: 0;
    display: flex;
  }

  .waves---nav-buttons-right {
    grid-column-gap: 8px;
  }

  .waves---nav-link {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 20px;
    display: flex;
  }

  .waves---dropdown-link {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 20px;
  }

  .waves-dropdown-list.w--open {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    position: static;
  }

  .waves-dropdown-toggle {
    padding-right: 16px;
    font-size: 20px;
  }

  .waves---nav-menu {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #273669c4;
    border: 1px solid #1313131a;
    border-radius: 8px;
    margin-top: 4px;
  }

  .waves-right-nav-4 {
    background-color: #0000;
    width: 40px;
    height: 40px;
  }

  .waves---nav-brand-link {
    padding-left: 0;
  }

  .waves-navbar-4 {
    display: none;
    position: relative;
  }

  .waves-right-top-nav-4 {
    grid-column-gap: 18px;
  }

  .waves-left-top-nav-4 {
    grid-row-gap: 12px;
    flex-wrap: wrap;
  }

  .waves-master-top-navbar-4 {
    height: auto;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .waves---mega-heading-1 {
    font-size: 62px;
    line-height: 110%;
  }

  .waves-title-wrap-hero-5 {
    max-width: 520px;
  }

  .waves-section-hero-5 {
    padding-top: 240px;
    padding-left: 5vh;
  }

  .waves---content-image-halves {
    text-align: center;
    align-items: center;
  }

  .waves-image-features-3 {
    max-width: 470px;
  }

  .waves---grid-image-halves {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .udesly-grid-three-column {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .udesly-udesly-text-semibold {
    font-size: 14px;
  }

  .udesly-title-wrapper-centered {
    margin-bottom: 0;
  }

  .waves---grid-features-6 {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---grid-features-6.grid1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    max-width: none;
  }

  .waves---grid-features-6.grid2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    max-width: none;
  }

  .waves-bottom-footer-1 {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .waves-divider-footer-1 {
    margin-top: 40px;
  }

  .waves-top-footer-1 {
    grid-row-gap: 40px;
    flex-direction: column;
  }

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

  .waves---sides-heading-button {
    grid-row-gap: 32px;
    text-align: center;
    flex-flow: row;
  }

  .spark-container.spark-left-aligned {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .spark-section {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .waves---grid-cta-3 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .waves-master-cta-3 {
    padding: 80px 64px;
  }

  .waves-grid-contact-3 {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .containimg {
    width: auto;
    margin-left: 25px;
    margin-right: 25px;
  }

  .waves-bottom-testimonial-4 {
    margin-top: 64px;
  }

  .waves-grid-testimoials-4 {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .waves---hamburger-icon-2 {
    background-color: #0000;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
  }

  .waves---menu-button-2 {
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    padding: 0;
    display: flex;
  }

  .waves---menu-button-2.w--open {
    background-color: #13131300;
    border-radius: 6px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    padding: 0;
    display: flex;
  }

  .waves---nav-buttons-right-2 {
    grid-column-gap: 8px;
  }

  .waves---nav-link-2 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 20px;
    display: flex;
  }

  .waves---dropdown-link-2 {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 20px;
  }

  .waves-dropdown-list-2.w--open {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    position: static;
  }

  .waves-dropdown-toggle-2 {
    padding-right: 16px;
    font-size: 20px;
  }

  .waves---nav-dropdown {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---nav-menu-2 {
    background-color: var(--waves-library--branco);
    border: 1px solid #1313131a;
    border-radius: 8px;
    margin-top: 4px;
  }

  .waves---nav-brand-link-2 {
    padding-left: 0;
  }

  .spark-hero-section-image {
    width: 100%;
    max-width: 60%;
  }

  .spark-flex-row-2.spark-5-spacing {
    grid-row-gap: 2rem;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .spark-flex-row-2.spark-5-spacing.spark-flipped-row {
    flex-direction: column-reverse;
  }

  .spark-hero-section-left-side-2 {
    width: 100%;
  }

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

  .quick-stack-2 {
    width: auto;
  }

  .whatsapp-block {
    bottom: 20px;
    right: 20px;
  }

  .waves---mega-heading-2 {
    font-size: 72px;
    line-height: 110%;
  }

  .waves-section-hero-6 {
    padding-top: 240px;
  }
}

@media screen and (max-width: 767px) {
  .waves---nav-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .waves-right-top-nav-4 {
    grid-row-gap: 12px;
    flex-wrap: wrap;
    max-width: 130px;
    display: none;
  }

  .waves---subtitle {
    font-size: 22px;
    line-height: 34px;
  }

  .waves---mega-heading-1 {
    font-size: 56px;
  }

  .waves-title-wrap-hero-5 {
    text-align: center;
    align-items: center;
  }

  .waves---main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .waves---heading-2-no-margins {
    font-size: 44px;
    line-height: 125%;
  }

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

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

  .udesly-grid-three-column {
    grid-template-columns: 1fr;
  }

  .waves---main-container-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves-top-right-footer-1 {
    grid-row-gap: 32px;
    flex-wrap: wrap;
  }

  .waves---main-container-4 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves-image-blog-2 {
    width: 100%;
    height: 320px;
  }

  .waves-tile-blog-2 {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
  }

  .waves---main-container-5 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .udesly-slider-large {
    min-height: 240px;
  }

  .udesly-slide {
    margin-right: 0;
  }

  .spark-container {
    width: 100%;
  }

  .spark-secondary-paragraph-4 {
    margin-bottom: 32px;
  }

  .spark-lightbox {
    margin-top: 64px;
  }

  .spark-section {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .waves---main-container-6, .waves---main-container-7 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---heading-2-no-margins-2 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---main-container-8 {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .waves---testimonial-text-big {
    font-size: 26px;
  }

  .waves-master-testimonial-4 {
    padding: 20px 32px;
  }

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

  .waves---nav-container-2 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .spark-hero-sub-paragraph-2 {
    margin-bottom: 32px;
  }

  .spark-hero-section-image {
    width: 100%;
    max-width: 100%;
  }

  .spark-flex-row-2 {
    flex-direction: column;
  }

  .spark-flex-row-2.spark-5-spacing {
    grid-row-gap: 24px;
    flex-direction: column-reverse;
  }

  .spark-flex-row-2.spark-5-spacing.spark-flipped-row {
    flex-direction: column-reverse;
  }

  .spark-hero-section-left-side-2 {
    width: 100%;
  }

  .whatsapp-block {
    bottom: 15px;
    right: 15px;
  }

  .waves---mega-heading-2 {
    font-size: 56px;
  }

  .waves---subtitle-2 {
    font-size: 22px;
    line-height: 34px;
  }

  .waves---main-container-9 {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .waves-title-wrap-hero-6 {
    text-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .waves---nav-cta {
    display: none;
  }

  .waves---subtitle {
    font-size: 20px;
  }

  .waves---mega-heading-1 {
    font-size: 36px;
  }

  .waves-section-hero-5 {
    padding-bottom: 48px;
    padding-right: 5vh;
  }

  .waves---cta-dark.wide-cta {
    display: none;
  }

  .waves---heading-2-no-margins {
    font-size: 34px;
  }

  .waves---heading-2-no-margins.text2 {
    text-align: center;
  }

  .waves---content-image-halves {
    align-items: stretch;
  }

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

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

  .udesly-container-2 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .udesly-section-2, .udesly-section-2.section-2, .udesly-section-2.section-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .udesly-grid-three-column.grid-1 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .udesly-grid-three-column.grid-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .udesly-udesly-text-semibold {
    font-size: 18px;
  }

  .udesly-text-extrabold {
    text-align: center;
    font-size: 42px;
  }

  .udesly-title-wrapper-centered {
    margin-bottom: 40px;
  }

  .waves---heading-3-no-margins {
    font-size: 22px;
  }

  .waves---grid-features-6.grid2 {
    grid-template-columns: 1fr;
  }

  .waves---center-heading.text2 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .waves-bottom-right-footer-1 {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .waves-bottom-right-footer-1.icons2 {
    grid-column-gap: 16px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .waves-top-right-footer-1 {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .waves-image-blog-2 {
    height: 62vw;
  }

  .waves-tile-blog-2 {
    padding: 16px;
  }

  .waves---sides-heading-button {
    flex-flow: row;
  }

  .paragraph {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .spark-centered-900 {
    margin-bottom: 64px;
  }

  .text-span-12 {
    font-size: 36px;
  }

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

  .text-block, .cell-5 {
    font-size: 12px;
  }

  .spark-lightbox {
    margin-top: 32px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-7.red, .heading-7.blue {
    font-size: 22px;
  }

  .spark-section {
    padding: 64px 20px;
  }

  .spark-900-width-2.section-div-2 {
    text-align: center;
    align-self: center;
  }

  .waves-master-cta-3 {
    padding: 16px 16px 32px;
  }

  .waves---heading-3-no-margins-2 {
    font-size: 22px;
  }

  .waves---expand-line {
    flex: none;
  }

  .waves---expand-line.vertical {
    transform-origin: 50%;
    flex: none;
  }

  .waves---expand-icon-wrap {
    flex: none;
  }

  .waves-expanded-text {
    font-size: 16px;
    line-height: 24px;
  }

  .waves---expandable-content {
    flex: 0 auto;
    max-width: none;
  }

  .waves---heading-2-no-margins-2 {
    font-size: 34px;
  }

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

  .containimg {
    margin-left: auto;
    margin-right: auto;
  }

  .waves---heading-3-no-margins-3, .waves---testimonial-text-big {
    font-size: 22px;
  }

  .waves-grid-testimoials-4 {
    grid-row-gap: 32px;
  }

  .waves-master-testimonial-4 {
    padding: 19px;
  }

  .waves-small-image-wrap-gallery-3.last-image-top-grid {
    display: none;
  }

  .waves-bottom-gird-gallery-3 {
    grid-template-columns: .8fr 1.2fr .7fr;
    height: 30vh;
  }

  .waves-top-grid-gallery-3 {
    grid-template-columns: .7fr 1.2fr .8fr;
    height: 30vh;
    margin-bottom: 16px;
  }

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

  .waves---nav-cta-2 {
    display: none;
  }

  .spark-checked-item {
    grid-column-gap: 8px;
  }

  .spark-hero-sub-paragraph-2 {
    text-align: center;
  }

  .spark-flex-row-2 {
    align-items: flex-start;
  }

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

  .whatsapp-chat {
    width: 100%;
    height: 40vh;
    position: relative;
  }

  .whatsapp-block {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    bottom: 0;
    right: 0;
  }

  .whatsapp-container {
    width: 40px;
    height: 40px;
    bottom: 10px;
    right: 0;
  }

  .whatsapp-icon {
    max-width: 60%;
  }

  .waves---mega-heading-2 {
    font-size: 36px;
  }

  .waves---subtitle-2 {
    font-size: 20px;
  }

  .waves-section-hero-6 {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    padding-bottom: 48px;
  }

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

#w-node-_5517d080-8bb0-f418-274c-5d4443e4c36c-f265b5b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5517d080-8bb0-f418-274c-5d4443e4c36d-f265b5b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_010a0b77-5e7f-9a37-17a0-6dd3a9f2e558-f265b5b4 {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 4fr minmax(200px, 1.25fr) 1.25fr;
}

#w-node-eda22fe7-ea69-9478-d793-65e5e9993061-f265b5b4, #w-node-_9f611441-b037-7f49-8863-eda8879e38cf-f265b5b4, #w-node-_2c27f83e-2cf8-70fd-d9fc-c12bedddaf89-f265b5b4, #w-node-_75f92076-e194-6219-c484-9a7a08ee434f-f265b5b4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_6e76e34d-f418-54e2-64b4-3e87826588da-f265b5b4, #w-node-_6e76e34d-f418-54e2-64b4-3e87826588db-f265b5b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2ec1a117-0970-b3fe-56ea-89538fd6f3ca-f265b5b4, #w-node-_2ec1a117-0970-b3fe-56ea-89538fd6f3cc-f265b5b4, #w-node-_2ec1a117-0970-b3fe-56ea-89538fd6f3ce-f265b5b4, #w-node-_2ec1a117-0970-b3fe-56ea-89538fd6f3d0-f265b5b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_2ec1a117-0970-b3fe-56ea-89538fd6f3d3-f265b5b4, #w-node-_2ec1a117-0970-b3fe-56ea-89538fd6f3d5-f265b5b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_2ec1a117-0970-b3fe-56ea-89538fd6f3d7-f265b5b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_2ec1a117-0970-b3fe-56ea-89538fd6f3d9-f265b5b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_3f4cdec3-672c-9ec3-f8c6-1e51ba5b9c74-f265b5b4, #w-node-_3f4cdec3-672c-9ec3-f8c6-1e51ba5b9c7b-f265b5b4, #w-node-_3f4cdec3-672c-9ec3-f8c6-1e51ba5b9c82-f265b5b4, #w-node-_4e1ddd1d-0e57-c36a-fb94-dae8a6d5b511-f265b5b4, #w-node-_33449f13-131c-9c2f-3b1e-a95c80f2c3dc-fdffbbba, #w-node-_33449f13-131c-9c2f-3b1e-a95c80f2c3e4-fdffbbba, #w-node-_33449f13-131c-9c2f-3b1e-a95c80f2c3ec-fdffbbba, #w-node-_6dd14ee5-1863-e8b9-b6fc-ba9f33e058ca-fdffbbba, #w-node-_9d97763c-b711-fa6c-1340-c754683738ec-fdffbbba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_5517d080-8bb0-f418-274c-5d4443e4c36c-f265b5b4 {
    place-self: center;
  }

  #w-node-eda22fe7-ea69-9478-d793-65e5e9993061-f265b5b4, #w-node-_9f611441-b037-7f49-8863-eda8879e38cf-f265b5b4, #w-node-_2c27f83e-2cf8-70fd-d9fc-c12bedddaf89-f265b5b4, #w-node-_75f92076-e194-6219-c484-9a7a08ee434f-f265b5b4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_010a0b77-5e7f-9a37-17a0-6dd3a9f2e558-f265b5b4 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 4fr 4fr 4fr;
  }
}


@font-face {
  font-family: 'Petrovsans';
  src: url('../fonts/PetrovSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Petrovsans';
  src: url('../fonts/PetrovSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Petrovsans';
  src: url('../fonts/PetrovSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Petrovsans';
  src: url('../fonts/PetrovSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}