:root {
  --green-dark-500: #011c25;
  --turquoise-500: #26c8b9;
  --flowui-component-library-white: white;
  --flowui-component-library-gray-200: #f3f5fb;
  --flowui-component-library-grey-600: #393b6a;
  --turquoise-50-501: #e9faf8;
  --flowui-component-library-primary-base: #642eff;
  --flowui-component-library-gray-700: #282556;
  --green-300: #55676d;
  --green-50-51: #e6e8e9;
  --white-ffffff: white;
  --green-400: #344951;
  --flowui-component-library-gray-900: #160042;
  --green-50: #e6e8e9;
  --turquoise-600: #23b6a8;
}

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

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

.section-range-construction {
  background-color: #f45626;
}

.container-regular {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wrapper-range {
  margin-top: 12px;
  margin-bottom: 12px;
}

.text-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-range {
  margin-right: 6px;
}

.link {
  color: #fff;
  font-family: Public Sans, sans-serif;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.nav-menu {
  display: none;
}

.navbar-2 {
  height: 68px;
  align-items: center;
  display: block;
}

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

.navbar-logo-left {
  background-color: #fff;
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  width: 100%;
  max-width: 1140px;
  background-color: #8c8080;
  margin-bottom: 0;
  padding: 20px 24px;
}

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

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

.nav-menu-wrapper {
  display: none;
}

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

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

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

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[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-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

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

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

.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-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

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

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

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

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

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

.button-primary {
  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:hover {
  color: #fff;
  background-color: #32343a;
}

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

.image {
  width: 98px;
  height: 24px;
}

.section-image-heading {
  height: 297px;
  background-image: url('../images/Mask-group.webp');
  background-position: 0 0;
  background-size: auto;
  margin-top: -63px;
  margin-bottom: 0;
}

.section {
  height: 2973px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.wrapper-navbar {
  margin-top: 20px;
  margin-bottom: 20px;
}

.section-2 {
  background-color: #000;
}

.navbar-logo-left-2 {
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
}

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

.navbar-construcion {
  background-color: rgba(0, 0, 0, .5);
  margin-bottom: 0;
}

.wrapper-navbar-construction {
  margin: 20px;
}

.wrapper-content {
  justify-content: space-between;
  margin: 54px 20px;
  display: flex;
}

.content-text {
  width: 460px;
}

.contact-social {
  margin-bottom: 24px;
}

.facebook-construction {
  margin-bottom: 19px;
}

.linkedin-construction {
  display: flex;
}

.fillet-social {
  width: 16px;
  height: 2px;
  background-color: #26c8b9;
  margin-bottom: 24px;
}

.paragraph {
  color: #011c25;
  margin-bottom: 0;
  font-family: Public Sans, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.incon-text-facebook {
  display: flex;
}

.incon-facebook {
  align-items: center;
  display: block;
}

.paragraph-2 {
  color: #355362;
  align-items: center;
  margin-bottom: 0;
  font-family: Public Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.heading {
  color: #011c25;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Public Sans, sans-serif;
  line-height: 48px;
}

.paragraph-3 {
  color: #355362;
  margin-bottom: 32px;
  font-family: Public Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.button {
  color: #355362;
  background-color: rgba(56, 152, 236, 0);
  border: .5px solid #355362;
  border-radius: 80px;
  padding: 16px 30px;
  font-family: Public Sans, sans-serif;
  font-weight: 600;
  line-height: 24px;
}

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

.icon-instagram {
  margin-bottom: 12px;
  display: flex;
}

.footer-construction {
  background-color: #011c25;
}

.wrapper-footer-construction {
  justify-content: space-between;
  margin: 38px 20px;
  display: flex;
}

.brand-footer-construction {
  align-items: center;
  display: flex;
}

.policy-footer-construction {
  text-align: right;
  justify-content: flex-end;
  display: block;
}

.link-2 {
  color: #fff;
  font-family: Public Sans, sans-serif;
  font-size: 10px;
  line-height: 16px;
  text-decoration: underline;
}

.paragraph-4, .paragraph-5 {
  color: #fff;
}

.paragraph-6 {
  color: #fff;
  margin-bottom: 0;
  font-family: Public Sans, sans-serif;
  font-size: 10px;
  line-height: 16px;
}

.banner-navbar {
  background-color: var(--green-dark-500);
}

.rontainer-regular, .container-pattern {
  max-width: 1008px;
}

.wrapper-banner-navbar {
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
}

.link-banner {
  color: var(--turquoise-500);
  text-align: left;
  font-family: Public Sans, sans-serif;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.link-banner:hover {
  color: rgba(38, 200, 185, .9);
}

.f-navigation-button {
  background-color: var(--green-dark-500);
  outline-offset: 0px;
  color: var(--flowui-component-library-white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 0;
  outline: 2px solid rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.f-navigation-button:hover {
  background-color: var(--turquoise-500);
  color: var(--green-dark-500);
}

.f-navigation-content {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.f-navigation-link {
  color: var(--green-dark-500);
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  padding: 8px 24px;
  font-family: Public Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.f-navigation-link:hover {
  background-color: var(--turquoise-50-501);
  color: var(--turquoise-500);
  border-radius: 0;
}

.f-navigation-link.w--current {
  color: var(--flowui-component-library-primary-base);
}

.f-navigation-menu {
  grid-column-gap: 6px;
  align-items: center;
  display: flex;
  position: static;
}

.f-logo {
  width: 124px;
}

.f-navigation-container {
  width: 100%;
  max-width: 1008px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-navigation {
  width: 100%;
  min-height: 88px;
  background-color: var(--turquoise-50-501);
  align-items: center;
  padding: 24px 5%;
  display: flex;
}

.text-block {
  font-family: Public Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.wrapper-header {
  justify-content: space-between;
  margin-top: 120px;
  margin-bottom: 0;
  display: flex;
}

.content-header {
  width: 488px;
  flex-direction: column;
  justify-content: space-between;
  display: block;
}

.h1-heading {
  color: var(--green-dark-500);
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Public Sans, sans-serif;
  font-size: 54px;
  line-height: 72px;
}

.body-24px-regular {
  color: var(--green-300);
  margin-bottom: 32px;
  font-size: 20px;
  line-height: 32px;
}

.buttons-header {
  margin-bottom: 32px;
}

.button-header-know-more {
  background-color: var(--green-dark-500);
  margin-right: 32px;
  padding: 16px 46px;
  font-family: Public Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.button-header-know-more:hover {
  background-color: var(--turquoise-500);
  color: var(--green-dark-500);
}

.button-header-know-more.button-about {
  margin-right: 0;
}

.button-header-contactus {
  background-color: var(--green-50-51);
  color: var(--green-dark-500);
  padding: 16px 46px;
  font-family: Public Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.button-header-contactus:hover {
  background-color: var(--turquoise-50-501);
}

.data-header {
  display: flex;
}

._70-business {
  margin-right: 50px;
}

.h4-headline-24px {
  color: var(--turquoise-500);
  margin-top: 0;
  margin-bottom: 6px;
  font-family: Public Sans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.paragraph-7 {
  font-size: 16px;
}

.body-16px-regular {
  color: var(--green-300);
  margin-bottom: 0;
  font-family: Public Sans, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.body-16px-regular.body-doubts {
  margin-bottom: 12px;
}

.wrapper-partners {
  margin-top: 90px;
  margin-bottom: 90px;
}

.title-partners {
  margin-bottom: 64px;
}

.quick-stack-partners {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  margin-bottom: 32px;
  padding: 0;
}

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

.cell-partners-2, .cell-partners-3, .cell-partners-4, .cell-partners-5 {
  justify-content: center;
  align-items: center;
}

.body-20px-semibold {
  margin-bottom: 0;
  font-family: Public Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}

.body-20px-semibold.body-doubts {
  margin-bottom: 12px;
}

.section-about {
  background-color: var(--turquoise-50-501);
}

.wrapper-about {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 164px;
  margin-bottom: 164px;
  display: flex;
}

.image-about {
  width: auto;
}

.content-about {
  width: 384px;
}

.h2-headline-40px-bold {
  color: var(--green-dark-500);
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Public Sans, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 56px;
}

.h2-headline-40px-bold.title-white-solutions {
  color: #fff;
  font-weight: 600;
}

.h2-headline-40px-bold.headline-pillar {
  text-align: center;
  margin-bottom: 32px;
}

.tag-title {
  color: var(--turquoise-500);
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Public Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.tag-title.opportunity {
  margin-top: 0;
  margin-bottom: 12px;
}

.body-18px-normal {
  color: var(--green-300);
  margin-bottom: 0;
  font-family: Public Sans, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.body-18px-normal.body-about {
  margin-bottom: 32px;
}

.body-18px-normal.body-white-solutions {
  width: 504px;
  color: #fff;
}

.body-18px-normal.body-white-contact {
  color: #fff;
  margin-bottom: 32px;
}

.checks-about {
  margin-bottom: 32px;
}

.quick-stack {
  width: 340px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  padding: 0;
}

.check-1-about {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.cell-check-1-about {
  flex-direction: row;
  padding-right: 32px;
}

.checkbox-about {
  width: 24px;
  height: 24px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-right: 8px;
  display: flex;
}

.body-18px-semibold {
  margin-bottom: 0;
  font-family: Public Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.check-about {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.section-solutions {
  background-color: var(--green-dark-500);
  color: var(--green-dark-500);
}

.wrapper-solutions {
  margin-top: 124px;
  margin-bottom: 124px;
}

.text-solutions {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 64px;
  display: flex;
}

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

.cards-higher {
  width: 100%;
  height: 304px;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  display: flex;
}

.image-card-higher {
  margin-right: 32px;
}

.content-card-higher {
  width: 100%;
}

.link-image-higher {
  width: 288px;
  margin-right: 0;
}

.body-24px-semibold {
  margin-bottom: 24px;
  font-family: Public Sans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.card-higher-solutions {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  padding: 32px;
  display: flex;
}

.card-higher-solutions.card-bottom-solutions {
  margin-bottom: 0;
}

.link-image-solutions {
  margin-right: 32px;
}

.link-image-solutions.link-bottom-solutions {
  margin-left: 32px;
  margin-right: 0;
}

.div-block {
  width: 100%;
}

.content-card-solutions {
  flex: 1;
}

.paragraph-8 {
  margin-bottom: 0;
}

.heading-2 {
  color: #fff;
}

.wrapper-pillars {
  margin-top: 90px;
  margin-bottom: 64px;
}

.cards-pillars {
  margin-bottom: 100px;
  display: block;
}

.doubts-pillars {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.card-pillar {
  background-color: var(--turquoise-50-501);
  margin-right: 0;
  padding: 24px;
}

.card-pillar.pillar-2, .card-pillar.pillar-3 {
  height: 284px;
  margin-right: 20px;
}

.card-pillar.pillar-4 {
  height: 284px;
}

.card-pillar.pillar-1 {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  margin-right: 0;
  padding: 32px;
}

.card-pillar.pillar-1:hover {
  background-color: rgba(233, 250, 248, .7);
}

.h4-headline-20px {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 32px;
}

.icon-pillar {
  margin-bottom: 24px;
}

.pillars-1-2, .pillars-3-4 {
  display: flex;
}

.quick-stack-2 {
  padding: 0;
}

.heading-3 {
  text-align: center;
  margin-top: 0;
}

.content-doubts {
  width: 240px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-4 {
  text-align: left;
}

.users-doubts {
  margin-bottom: 16px;
}

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

.link-doubts {
  color: var(--green-dark-500);
  align-items: center;
  padding: 12px 20px;
  display: flex;
}

.link-doubts:hover {
  background-color: var(--turquoise-50-501);
  padding-left: 24px;
  padding-right: 24px;
}

.text-block-2 {
  color: var(--green-dark-500);
}

.text-block-3 {
  color: var(--green-dark-500);
  margin-top: 0;
  padding: 12px 20px;
  font-family: Public Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.text-block-3:hover {
  background-color: var(--turquoise-50-501);
}

.body-16px-semibold {
  font-family: Public Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.wrapper-specialist {
  background-color: var(--green-dark-500);
  background-image: url('../images/backgorund-specialist.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: space-between;
  align-items: center;
  margin-top: 64px;
  margin-bottom: 90px;
  padding: 32px;
  display: flex;
}

.content-specialist {
  width: 321px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-right: 0;
  padding: 0;
  display: flex;
}

.image-specialist {
  margin-left: 0;
}

.button-specialist {
  background-color: var(--turquoise-500);
  color: var(--green-dark-500);
  padding: 18px 48px;
  font-family: Public Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.button-specialist:hover {
  background-color: var(--turquoise-50-501);
}

.section-contact-us {
  background-color: var(--green-dark-500);
}

.wrapper-contact-us {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 132px;
  margin-bottom: 132px;
  display: flex;
}

.whatsapp-content {
  width: 384px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.form {
  background-color: #fff;
  padding: 32px;
}

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

.field-standard {
  width: 352px;
  height: 56px;
  color: var(--green-dark-500);
  background-color: #e6e8e9;
  border: .8px solid #b0b9bb;
  margin-bottom: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Public Sans, sans-serif;
}

.field-standard:hover {
  color: var(--green-dark-500);
  border-width: 1px;
}

.text-field-2 {
  width: 352px;
  margin-bottom: 16px;
}

.field-label-standard {
  color: var(--green-dark-500);
  font-family: Public Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.h3-28px-headline {
  color: var(--green-dark-500);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Public Sans, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
}

.submit-button {
  width: 352px;
  height: 56px;
  background-color: var(--turquoise-500);
  color: var(--green-dark-500);
  font-family: Public Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.submit-button:hover {
  background-color: var(--turquoise-50-501);
}

.checkbox-field {
  align-items: center;
  margin-top: 32px;
  margin-bottom: 32px;
  display: flex;
}

.checkbox-terms {
  width: 16px;
  height: 16px;
  border: 1px solid var(--green-300);
  background-color: var(--turquoise-50-501);
  border-radius: 0;
  margin-top: 0;
  margin-right: 8px;
}

.checkbox-terms.w--redirected-checked {
  border-color: var(--turquoise-500);
  background-color: var(--turquoise-500);
}

.checkbox-label {
  margin-bottom: 0;
  font-family: Public Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.link-3 {
  color: var(--green-dark-500);
}

.heading-4 {
  margin-top: 0;
}

.button-whatsapp {
  background-color: var(--turquoise-500);
  justify-content: center;
  align-items: center;
  margin-bottom: 64px;
  padding: 18px 32px;
  text-decoration: none;
  display: flex;
}

.button-whatsapp:hover {
  background-color: var(--turquoise-50-501);
}

.paragraph-10 {
  color: var(--green-dark-500);
  margin-bottom: 0;
  font-family: Public Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

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

.analyst-user {
  align-items: center;
  display: flex;
}

.name-analyst {
  color: var(--turquoise-500);
  margin-bottom: 0;
  font-family: Public Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.user-analyst {
  margin-right: 12px;
}

.wrapper-footer {
  margin-top: 68px;
  margin-bottom: 118px;
  display: flex;
}

.fillet-socialmedia {
  width: 16px;
  height: 2px;
  background-color: var(--turquoise-500);
  color: var(--turquoise-500);
  margin-bottom: 24px;
}

.icon-social-media {
  flex-direction: row;
  align-items: center;
  margin-bottom: 12px;
  text-decoration: none;
  display: flex;
}

.icon-socialmedia {
  margin-right: 8px;
}

.tex-map {
  color: var(--green-300);
  margin-bottom: 0;
  font-family: Public Sans, sans-serif;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.title-column {
  color: var(--green-dark-500);
  margin-bottom: 16px;
  font-family: Public Sans, sans-serif;
  font-weight: 600;
  line-height: 24px;
}

.title-column.title-site-map {
  margin-bottom: 24px;
}

.footer-column-1 {
  width: 488px;
}

.column-2-footer {
  width: 176px;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 32px;
  display: flex;
}

.column-2-footer.column-3 {
  margin-right: 0;
}

.link-site-map {
  color: var(--green-300);
  font-family: Public Sans, sans-serif;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.link-text-map {
  margin-bottom: 16px;
  text-decoration: none;
}

.secton-baseboard {
  background-color: var(--turquoise-50-501);
}

.wrapper-baseboard {
  justify-content: space-between;
  align-items: center;
  padding-top: 42px;
  padding-bottom: 42px;
  display: flex;
}

.copywriting {
  color: var(--green-dark-500);
  margin-bottom: 0;
  font-family: Public Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

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

.object-form {
  position: relative;
  top: -590px;
  right: -380px;
}

.section-heading-about {
  background-color: var(--green-dark-500);
}

.wrapper-heading-about {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 54px;
  margin-bottom: 54px;
  display: flex;
}

.content-heading-about {
  width: 384px;
}

.image-heading-about {
  width: 488px;
}

.heading-question {
  color: #fff;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Public Sans, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 56px;
}

.image-heading-aboutpage {
  object-fit: cover;
}

.text-block-question {
  color: var(--white-ffffff);
  margin-bottom: 32px;
  font-family: Public Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.wrapper-why {
  margin-top: 72px;
  margin-bottom: 72px;
}

.image-why {
  height: 364px;
  margin-bottom: 32px;
}

.content-why {
  justify-content: space-between;
  margin-bottom: 64px;
  display: flex;
}

.heading-6 {
  width: auto;
  color: var(--green-dark-500);
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Public Sans, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 56px;
}

.text-block-5 {
  width: 488px;
  color: var(--green-400);
  font-family: Public Sans, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.image-6 {
  object-fit: cover;
}

.cards-why {
  justify-content: space-between;
  display: flex;
}

.card-why {
  width: 488px;
  height: 489px;
  background-color: var(--green-dark-500);
  padding: 44px;
}

.headline-24-bold {
  color: var(--turquoise-500);
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Public Sans, sans-serif;
}

.icon-methodology {
  width: 44px;
  height: 44px;
  margin-bottom: 24px;
}

.text-methodology {
  color: #fff;
  align-items: flex-start;
  margin-bottom: 12px;
  display: flex;
}

.check-methodology {
  width: 24px;
  height: 24px;
  margin-right: 6px;
}

.text--16-regular {
  color: var(--white-ffffff);
  font-family: Public Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.wrapper-opportunity {
  margin-top: 72px;
  margin-bottom: 72px;
}

.title-opportunity.opportunity {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 64px;
  display: flex;
}

.content-opportunity {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.image-opportunity {
  width: 487px;
  height: 588px;
}

.opportunities {
  width: 488px;
  margin-top: 0;
}

.opportunity {
  width: auto;
  margin-bottom: 32px;
}

.opportunity._04 {
  margin-bottom: 0;
}

.heading-7 {
  color: var(--green-dark-500);
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Public Sans, sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.text-block-6 {
  color: var(--green-400);
  font-family: Public Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.section-our-business {
  background-color: var(--green-dark-500);
}

.wrapper-our-business {
  margin-top: 72px;
  margin-bottom: 72px;
}

.title-our-business {
  text-align: center;
}

.types-business {
  justify-content: space-between;
  margin-top: 64px;
  display: flex;
}

.grid-business {
  grid-column-gap: 0px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
}

.line-business {
  width: 32px;
  background-color: var(--turquoise-500);
  color: var(--white-ffffff);
}

.content-business {
  width: 456px;
  height: 392px;
  background-color: var(--green-dark-500);
}

.column-content-business {
  width: 456px;
}

.column {
  width: 64px;
}

.business-03 {
  height: 152px;
}

.business-02 {
  height: 296px;
}

.image-8 {
  object-fit: cover;
}

.business-01 {
  height: 392px;
}

.block-01 {
  height: 392px;
  background-color: var(--green-300);
}

.block-02 {
  height: 296px;
  background-color: var(--turquoise-500);
}

.block-03 {
  height: 152px;
  background-color: var(--green-300);
}

.block-04 {
  height: 392px;
  background-color: var(--turquoise-500);
}

.block-05 {
  height: 296px;
  background-color: var(--green-300);
}

.block-06 {
  height: 152px;
  background-color: var(--turquoise-500);
}

.wrapper-methodology {
  flex-direction: column;
  align-items: center;
  margin-top: 72px;
  margin-bottom: 72px;
  display: flex;
}

.title-methodology {
  width: 592px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 64px;
  display: flex;
}

.text-block-7 {
  color: var(--green-400);
  font-family: Public Sans, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.wrapper-provocation {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 72px;
  margin-bottom: 72px;
  display: flex;
}

.content-provocation {
  width: 488px;
}

.image-provocation {
  width: 487px;
  object-fit: cover;
}

.provocation {
  align-items: flex-start;
  margin-bottom: 24px;
  display: flex;
}

.image-9 {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.section-question {
  background-color: var(--turquoise-50-501);
}

.wrapper-question {
  height: 500px;
  background-image: url('../images/image-question.png');
  background-position: 0%;
  background-size: cover;
  margin-top: 72px;
  margin-bottom: 72px;
  padding: 32px;
}

.content-question {
  width: 436px;
  height: 100%;
  background-color: var(--green-dark-500);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.text-field-3 {
  width: 352px;
  height: 56px;
  color: var(--green-dark-500);
  background-color: #e6e8e9;
  border: .8px solid #b0b9bb;
  margin-bottom: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Public Sans, sans-serif;
}

.text-field-4 {
  width: 352px;
  height: 56px;
  color: var(--green-dark-500);
  background-color: #e6e8e9;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Public Sans, sans-serif;
}

@media screen and (max-width: 991px) {
  .container-2 {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    background-color: #fff;
    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 rgba(0, 0, 0, .05);
  }

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

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

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

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

  .nav-menu-wrapper-2 {
    background-color: rgba(0, 0, 0, 0);
  }

  .wrapper-content {
    justify-content: flex-start;
  }

  .content-text {
    width: 360px;
    max-width: 100%;
    margin-right: 64px;
  }

  .socialmidia {
    flex: 1;
    justify-content: flex-start;
    display: block;
  }

  .heading {
    margin-bottom: 24px;
  }

  .icon-instagram {
    margin-bottom: 12px;
  }

  .wrapper-banner-navbar {
    margin-left: 20px;
    margin-right: 20px;
  }

  .f-navigation-menu-button {
    border: 1px solid var(--flowui-component-library-gray-200);
    color: var(--flowui-component-library-grey-600);
    border-radius: 8px;
    padding: 10px;
  }

  .f-navigation-menu-button.w--open {
    background-color: var(--turquoise-500);
    border-color: #fff;
    border-radius: 0;
  }

  .f-navigation-content {
    width: auto;
    align-items: center;
    display: flex;
  }

  .f-navigation-link {
    width: 100%;
  }

  .f-navigation-menu {
    background-color: var(--turquoise-50-501);
    color: var(--flowui-component-library-grey-600);
    padding: 24px 12px;
    position: absolute;
  }

  .f-navigation-menu.w--open {
    background-color: var(--flowui-component-library-gray-700);
    border-color: #fff;
  }

  .f-navigation-logo-link {
    margin-right: 0;
  }

  .f-navigation {
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .wrapper-header {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin: 60px 20px 0;
    display: flex;
  }

  .content-header {
    width: 100%;
    margin-bottom: 32px;
    margin-right: 0;
  }

  .image-header {
    width: 432px;
    height: auto;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button-header-contactus {
    padding-left: 38px;
    padding-right: 28px;
  }

  .data-header {
    justify-content: center;
  }

  .wrapper-partners {
    flex-direction: column;
    align-items: center;
    margin: 60px 20px;
    display: flex;
  }

  .cell-partners-3, .cell-partners-4 {
    justify-content: center;
    align-items: center;
  }

  .cell-partners-5 {
    justify-content: center;
    align-items: flex-end;
  }

  .wrapper-about {
    flex-direction: column;
    align-items: center;
    margin: 60px 20px;
    display: flex;
  }

  .image-about {
    margin-bottom: 24px;
    margin-right: 0;
  }

  .content-about {
    width: auto;
    text-align: center;
    display: block;
  }

  .body-18px-normal.body-white-solutions {
    width: auto;
  }

  .body-18px-normal.body-white-contact {
    text-align: center;
  }

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

  .wrapper-solutions {
    margin: 60px 20px;
  }

  .text-solutions {
    margin-bottom: 32px;
    display: block;
  }

  .wrapper-pillars {
    margin: 60px 20px;
  }

  .card-pillar.pillar-2 {
    height: auto;
    margin-bottom: 0;
  }

  .card-pillar.pillar-3 {
    height: auto;
    margin-bottom: 20px;
  }

  .card-pillar.pillar-4 {
    height: auto;
  }

  .card-pillar.pillar-1 {
    height: 100%;
    margin-bottom: 0;
  }

  .pillars-1-2 {
    margin-bottom: -2px;
    display: flex;
  }

  .quick-stack-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .wrapper-specialist {
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }

  .content-specialist {
    width: auto;
    margin-bottom: 64px;
    margin-right: 0;
    padding: 0;
  }

  .image-specialist {
    width: 100%;
  }

  .wrapper-contact-us {
    flex-direction: column;
    align-items: center;
    margin: 100px 20px;
    display: flex;
  }

  .whatsapp-content {
    align-items: center;
    margin-top: 64px;
  }

  .field-standard, .submit-button {
    width: 100%;
  }

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

  .button-whatsapp:hover {
    background-color: var(--turquoise-50-501);
  }

  .wrapper-footer {
    margin-left: 20px;
    margin-right: 20px;
  }

  .title-column.title-site-map {
    margin-bottom: 24px;
  }

  .footer-column-1 {
    width: 488px;
    margin-right: 32px;
  }

  .link-text-map {
    text-decoration: none;
  }

  .wrapper-baseboard {
    margin-left: 20px;
    margin-right: 20px;
  }

  .object-form {
    top: -605px;
    right: -365px;
  }

  .wrapper-heading-about, .wrapper-why {
    margin-left: 20px;
    margin-right: 20px;
  }

  .image-why {
    height: auto;
    margin-bottom: 20px;
  }

  .content-why {
    margin-bottom: 20px;
    display: block;
  }

  .heading-6 {
    width: auto;
    margin-bottom: 24px;
  }

  .text-block-5 {
    width: auto;
  }

  .cards-why {
    display: block;
  }

  .card-why {
    width: auto;
    height: auto;
    margin-bottom: 20px;
  }

  .wrapper-opportunity {
    margin-left: 20px;
    margin-right: 20px;
  }

  .title-opportunity.opportunity {
    text-align: left;
    align-items: flex-start;
    margin-bottom: 32px;
  }

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

  .image-opportunity {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: fill;
    margin-bottom: 32px;
  }

  .opportunities {
    width: auto;
  }

  .image-7 {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
  }

  .wrapper-our-business {
    margin-left: 20px;
    margin-right: 20px;
  }

  .title-our-business {
    text-align: left;
  }

  .types-business {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: block;
  }

  .grid-business {
    display: block;
  }

  .column-content-business {
    width: auto;
  }

  .column {
    display: none;
  }

  .business-03 {
    height: auto;
  }

  .business-02, .business-01 {
    height: auto;
    margin-bottom: 32px;
  }

  .block-01, .block-03, .block-05 {
    display: none;
  }

  .wrapper-methodology {
    margin-left: 20px;
    margin-right: 20px;
  }

  .wrapper-provocation {
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }

  .content-provocation {
    width: auto;
    margin-bottom: 64px;
  }

  .image-provocation {
    width: auto;
  }

  .image-10 {
    width: 100%;
  }

  .wrapper-question {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

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

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .wrapper-content {
    display: block;
  }

  .content-text {
    width: auto;
    margin-bottom: 64px;
    margin-right: 0;
  }

  .paragraph-3 {
    margin-bottom: 32px;
  }

  .wrapper-header {
    display: block;
  }

  .content-header, .image-header {
    width: 100%;
  }

  .h1-heading.heading-32px, .body-24px-regular {
    text-align: left;
  }

  .button-header-contactus {
    padding-left: 40px;
    padding-right: 40px;
  }

  .wrapper-partners {
    align-items: flex-start;
  }

  .partners {
    width: 100%;
  }

  .cell-partners-2 {
    align-items: flex-end;
  }

  .cell-partners-3 {
    align-items: flex-start;
  }

  .cell-partners-4 {
    align-items: flex-end;
  }

  .body-18px-normal.body-white-solutions {
    width: auto;
  }

  .text-solutions {
    margin-bottom: 32px;
    display: block;
  }

  .card-higher-solutions {
    display: block;
  }

  .image-solutions-card {
    flex-direction: row;
    margin-bottom: 32px;
    display: flex;
  }

  .image-solutions-card.card-bottom-solutions {
    margin-bottom: 0;
  }

  .link-image-solutions {
    flex: 1;
    margin-right: 0;
  }

  .link-image-solutions.link-bottom-solutions {
    margin-left: 0;
  }

  .image-solutions {
    width: 100%;
  }

  .content-card-solutions.content-card-higher {
    margin-bottom: 32px;
  }

  .card-pillar.pillar-3 {
    margin-right: 0;
  }

  .footer-column-1 {
    width: 176px;
  }

  .column-2-footer.column-3 {
    margin-right: 0;
  }

  .wrapper-heading-about {
    display: block;
  }

  .content-heading-about, .image-heading-about {
    width: auto;
  }

  .heading-question {
    text-align: center;
  }

  .image-heading-aboutpage {
    width: 100%;
  }

  .image-why {
    height: auto;
  }

  .cards-why {
    display: block;
  }

  .card-why {
    width: auto;
    margin-bottom: 20px;
  }

  .title-opportunity.opportunity {
    text-align: left;
    align-items: flex-start;
    margin-bottom: 24px;
  }

  .title-methodology {
    width: auto;
  }

  .wrapper-provocation {
    display: block;
  }

  .content-provocation {
    width: auto;
    margin-bottom: 64px;
  }

  .image-provocation {
    width: auto;
  }

  .content-question {
    width: auto;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .container-2 {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

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

  .f-navigation-button {
    display: none;
  }

  .h1-heading.heading-32px {
    text-align: left;
    font-size: 40px;
    line-height: 56px;
  }

  .body-24px-regular {
    text-align: left;
  }

  .buttons-header {
    display: block;
  }

  .button-header-know-more {
    margin-bottom: 16px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .button-header-know-more.button-about {
    margin-left: 0;
  }

  .button-header-contactus {
    margin-left: 16px;
    margin-right: 16px;
    padding-left: 38px;
    padding-right: 38px;
  }

  .data-header {
    display: block;
  }

  ._70-business {
    margin-bottom: 32px;
    margin-right: 0;
  }

  .cell-partner-1, .cell-partners-2, .cell-partners-3, .cell-partners-4 {
    align-items: center;
  }

  .body-20px-semibold {
    text-align: left;
  }

  .wrapper-about {
    display: block;
  }

  .content-about {
    text-align: left;
  }

  .body-18px-normal.body-white-solutions {
    width: auto;
  }

  .body-18px-normal.body-white-contact {
    text-align: left;
  }

  .quick-stack {
    width: 100%;
  }

  .quick-soluctions {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cards-higher {
    width: auto;
    height: auto;
    padding-top: 20px;
    display: block;
  }

  .image-card-higher {
    margin-right: 0;
  }

  .link-image-higher {
    width: auto;
    height: auto;
  }

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

  .whatsapp-content {
    width: 100%;
    align-items: flex-start;
  }

  .form {
    padding: 24px;
  }

  .check-terms {
    flex-direction: row;
    align-items: flex-start;
    display: flex;
  }

  .checkbox-field {
    align-items: flex-start;
  }

  .checkbox-terms.w--redirected-checked {
    flex: none;
    margin-top: 6px;
  }

  .wrapper-footer {
    display: block;
  }

  .footer-column-1, .column-2-footer {
    width: 100%;
    margin-bottom: 32px;
    margin-right: 0;
  }

  .wrapper-baseboard {
    display: block;
  }

  .image-baseboard {
    margin-bottom: 24px;
  }

  .object-form {
    display: none;
    top: -615px;
    right: -245px;
  }

  .heading-question {
    font-size: 24px;
    line-height: 32px;
  }

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

  .title-opportunity.opportunity {
    text-align: left;
  }

  .title-methodology {
    text-align: left;
    align-items: flex-start;
  }

  .wrapper-question {
    height: auto;
  }
}

#w-node-_149b7d69-30f7-cf8f-7bb9-7e7013757541-fb5344e1, #w-node-c62eb591-6042-e010-8ad1-78e3f12f9c77-fb5344e1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-f3a8b5c2-6ceb-3d6e-a978-4038b02c31c5-fb5344e1 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

#w-node-_1d9a433c-ebdc-02fb-491e-bffca479f453-fb5344e1, #w-node-f5e8ef55-183a-ac01-f0de-a0654da5b479-fb5344e1, #w-node-_6c181210-050f-4549-4762-db9c6df78614-fb5344e1, #w-node-_5ccd7027-aebd-c514-e230-d40fbf74c4aa-fb5344e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0fd9452d-5955-b82e-cedd-072bc055f57b-fb5344e1 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_149b7d69-30f7-cf8f-7bb9-7e7013757541-fb5344e1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  #w-node-_0fd9452d-5955-b82e-cedd-072bc055f57b-fb5344e1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_9c75491e-acac-fc3e-cafa-1dcf841c5520-fb5344e1, #w-node-_8193cc63-b122-5170-2a2d-ad4487e4f1c7-fb5344e1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_149b7d69-30f7-cf8f-7bb9-7e7013757541-fb5344e1, #w-node-c62eb591-6042-e010-8ad1-78e3f12f9c77-fb5344e1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_149b7d69-30f7-cf8f-7bb9-7e7013757541-fb5344e1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_470d6916-1ce6-2306-516d-8893e9b794e2-fb5344e1, #w-node-_873c652a-d4a1-30ac-ccac-7b74bef3786c-fb5344e1, #w-node-_95efa6a5-591c-98fd-28d0-d95357edc28f-fb5344e1, #w-node-d9d22866-2fc0-caef-4188-4c1177ce01c4-fb5344e1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c62eb591-6042-e010-8ad1-78e3f12f9c77-fb5344e1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-c62eb591-6042-e010-8ad1-78e3f12f9c78-fb5344e1, #w-node-c62eb591-6042-e010-8ad1-78e3f12f9c7a-fb5344e1, #w-node-c62eb591-6042-e010-8ad1-78e3f12f9c7c-fb5344e1, #w-node-c62eb591-6042-e010-8ad1-78e3f12f9c7e-fb5344e1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f3a8b5c2-6ceb-3d6e-a978-4038b02c31c5-fb5344e1 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1d9a433c-ebdc-02fb-491e-bffca479f453-fb5344e1, #w-node-f5e8ef55-183a-ac01-f0de-a0654da5b479-fb5344e1, #w-node-_6c181210-050f-4549-4762-db9c6df78614-fb5344e1, #w-node-_5ccd7027-aebd-c514-e230-d40fbf74c4aa-fb5344e1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0fd9452d-5955-b82e-cedd-072bc055f57b-fb5344e1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9c75491e-acac-fc3e-cafa-1dcf841c5520-fb5344e1, #w-node-_8193cc63-b122-5170-2a2d-ad4487e4f1c7-fb5344e1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


