:root {
  --primary-200: #c1e7f6;
  --auxiliary-600: #dd5a21;
  --neutral-50: #f9fafb;
  --auxiliary-400: #ed8c65;
  --picton-blue-400: #3dbeef;
  --deep-cerulean-600: #157da8;
  --primary-900: #0f3042;
  --neutral-white: white;
  --neutral-400: #83a2ad;
  --neutral-950: #202b31;
  --primary-800: #164b64;
  --neutral-800: #4c6671;
  --primary-50: #f2fafd;
  --black: black;
  --auxiliary-50: #f7e9e7;
  --heading-h1: Manrope, sans-serif;
  --heading-h2: Manrope, sans-serif;
  --heading-h3: Manrope, sans-serif;
}

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

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

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

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figcaption {
  opacity: 1;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: var(--primary-200);
  color: var(--primary-200);
  width: 30%;
  height: 1px;
}

.divider.full {
  width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.divider.div-card {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  margin-top: 100px;
}

.section.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.section.cc-store-home-wrap {
  width: 100%;
  margin-top: -100px;
  margin-left: 0;
  margin-right: 0;
}

.section.full {
  background-image: linear-gradient(176deg, #f9fafb, #fff 24%, #c1e7f6 100%, #fff);
  margin-left: 0;
  margin-right: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  flex-flow: row;
  align-items: stretch;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container.owl-carousel-wrapper {
  display: none;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.paragraph-bigger.subtitle-p {
  opacity: .6;
  text-align: left;
  padding-right: 20%;
  font-family: Manrope, sans-serif;
  font-weight: 400;
  line-height: 150%;
}

.button {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

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

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

.button.button-auxiliary {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.button-auxiliary.cc-jumbo-white {
  background-color: var(--auxiliary-600);
  color: var(--neutral-50);
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  border-radius: 8px;
  font-family: Manrope, sans-serif;
  font-weight: 700;
  line-height: 130%;
}

.button.button-auxiliary.cc-jumbo-white:hover, .button.button-auxiliary.cc-jumbo-white:active, .button.button-auxiliary.cc-jumbo-white:focus {
  background-color: var(--auxiliary-400);
}

.button.cc-contact-us {
  z-index: 5;
  position: relative;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: rgba(255, 255, 255, .8);
}

.button.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

.button.btn-outline {
  margin-right: 20px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--picton-blue-400);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  transition-property: none;
  position: relative;
}

.button.btn-outline:hover {
  background-color: var(--picton-blue-400);
}

.button.btn-outline:focus {
  background-color: var(--deep-cerulean-600);
}


.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: .6;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.rich-text figcaption {
  opacity: .6;
}

.rich-text figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

.heading-h1 {
  color: var(--primary-900);
  text-align: left;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 130%;
}

.heading-h1.dark {
  color: var(--neutral-white);
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.menu {
  z-index: 0;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  justify-content: center;
  align-items: center;
}

.navigation-wrap {
  color: var(--neutral-white);
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation {
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(61, 190, 239, .2);
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 50px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0%;
  right: 0%;
}

.navigation-item {
  color: #fff;
  text-transform: none;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  transition-property: none;
  display: flex;
}

.navigation-item:hover {
  opacity: .9;
  color: var(--picton-blue-400);
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: var(--picton-blue-400);
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.navigation-item.bnt-orcamento {
  display: none;
}

.menu-button {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.logo-image {
  width: 148px;
  display: block;
}

.navigation-items {
  color: #fff;
  flex: none;
  display: flex;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.intro-header {
  color: #fff;
  background-color: #0f3042;
  background-image: url('../images/background-hero.webp');
  background-position: -230px 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  max-height: 840px;
  margin-bottom: 100px;
  display: flex;
}

.intro-header.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  height: 480px;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
}

.intro-content.cc-homepage {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  margin-bottom: 150px;
  padding-top: 238px;
  display: grid;
}

.motto-wrap {
  text-align: center;
  width: 80%;
  margin-bottom: 85px;
  margin-left: auto;
  margin-right: auto;
}

.about-story-wrap {
  text-align: center;
  width: 80%;
  margin: 80px auto;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 120px;
}

.section-heading-wrap {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.service-icon {
  margin-bottom: 30px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  border: 1px solid #eee;
  padding: 45px 50px 50px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid var(--neutral-400);
  border-radius: 8px;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.text-field.mensagem {
  height: 140px;
}

.text-field.filed-50 {
  width: 95%;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
  margin-bottom: 120px;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  background-color: #f4f4f4;
  height: 150px;
  margin-bottom: 30px;
}

.team-pic {
  background-color: #f4f4f4;
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 60px;
}

.team-member-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
  margin-bottom: 60px;
}

.project-name-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-overview-header.cc-project-3-header {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.project-pics {
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 80px;
}

.home-section-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-bottom: 30px;
  display: flex;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.about-grid {
  grid-column-gap: 39px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1.75fr 2fr;
  align-items: center;
  margin-bottom: 80px;
}

.about-grid.quote {
  grid-template-columns: 1fr 3.75fr;
  grid-template-areas: ". .";
  padding-top: 40px;
}

.intro-text {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: left;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: start;
  justify-items: start;
  width: 60ch;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
  font-family: Manrope, sans-serif;
  font-weight: 500;
  display: grid;
}

.collection-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: .25fr;
  align-content: flex-start;
  justify-content: center;
  align-items: start;
  justify-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
  display: grid;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.blog-heading {
  text-align: center;
  margin-bottom: 60px;
}

.wraptopico {
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

.collection-list-wrapper {
  margin-bottom: 0;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 30px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

._w-lightbox-caption {
  background-color: rgba(0, 0, 0, .6);
}

.hero-element-top {
  z-index: 0;
  margin-top: 28px;
  margin-left: 728px;
  position: absolute;
}

.hero-element-bottom {
  z-index: 0;
  margin-top: 292px;
  margin-left: 856px;
  position: absolute;
}

.body {
  color: var(--neutral-950);
  font-family: Manrope, sans-serif;
  font-weight: 400;
}
.bold-text {
  color: var(--deep-cerulean-600);
}

.grafico_1 {
  margin-left: 427px;
  position: absolute;
}

.grafico_2 {
  margin-top: 475px;
  margin-left: 642px;
  position: absolute;
}

.heading-h2 {
  color: var(--auxiliary-600);
  text-align: right;
  font-size: 36px;
  font-weight: 700;
  line-height: 130%;
}

.nome {
  margin-top: 20px;
}

.heading {
  letter-spacing: 0;
  -webkit-text-stroke-color: var(--primary-800);
  text-transform: none;
  font-weight: 800;
  line-height: 130%;
}

.text-block {
  color: var(--neutral-800);
}

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

.logos {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  padding-top: 40px;
}

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

.grid {
  grid-column-gap: 234px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  align-items: center;
  justify-items: center;
}

.grid.container {
  grid-column-gap: 261px;
  grid-row-gap: 261px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.heading-h3 {
  color: var(--auxiliary-600);
  flex: 0 auto;
  font-size: 36px;
  font-weight: 700;
  line-height: 150%;
}

.solucoes {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 100px;
}

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

.card {
  background-color: var(--primary-50);
  background-image: linear-gradient(146deg, #fff, #c1e7f6);
  border-radius: 10px;
  width: 270px;
  min-width: 270px;
  max-width: 270px;
  height: 330px;
  padding: 30px 25px;
  transition: all .125s;
  transform: translate(0);
}

.card:hover {
  transform: scale(.9);
}

.heading-3 {
  color: var(--deep-cerulean-600);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 800;
  line-height: 130%;
}

.text-block-3 {
  padding-top: 20px;
}

.div-block---50h {
  height: 50px;
}

.footer {
  background-color: var(--primary-900);
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

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

.footer-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  order: 0;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.footer-block {
  color: var(--neutral-white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

.footer-link:hover {
  color: var(--primary-200);
}

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

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

.footer-divider {
  background-color: var(--primary-800);
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: var(--deep-cerulean-600);
  text-align: center;
  font-size: 10px;
  line-height: 16px;
}

.column {
  padding-right: 185px;
}

.field-label {
  color: var(--neutral-400);
  letter-spacing: 0;
  text-transform: none;
  font-size: 14px;
  font-weight: 700;
}

.text-field-2 {
  border: 1px solid var(--neutral-400);
  border-radius: 8px;
}

.column-2 {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 0;
  display: block;
}

.columns {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.coluna2 {
  flex: 1;
  order: 0;
  align-self: auto;
}

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

.text-block-4 {
  color: var(--neutral-800);
  text-transform: uppercase;
  font-weight: 800;
}

.link {
  color: var(--picton-blue-400);
  transition-duration: .2s;
}

.link:hover {
  color: var(--deep-cerulean-600);
}

.div-block---40h {
  height: 40px;
}

.container-logos {
  flex-flow: column;
  align-items: stretch;
  width: 100%;
  max-width: 1140px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.owl-carousel-wrapper {
  justify-content: center;
  width: 890px;
  margin: 30px auto;
  display: flex;
}

.owl-carousel.owl-theme {
  justify-content: center;
  display: flex;
  position: relative;
}

.p-item {
  width: 215px;
  height: 143px;
  position: relative;
}

.image-4 {
  width: 100%;
  height: auto;
}

.icon {
  width: 40px;
}

.nav-menu-button {
  z-index: 98;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: fixed;
  top: 3rem;
  bottom: auto;
  left: auto;
  right: 3rem;
}

.d-117-line-wrapper {
  background-color: #e9e9e9;
  border-radius: 20px;
  width: 100%;
  height: 2px;
  position: absolute;
  overflow: hidden;
}

.d-117-first-line {
  transform-origin: 100%;
  background-color: #e9e9e9;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.d-117-second-line {
  transform-origin: 0%;
  background-color: #e9e9e9;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

@media screen and (min-width: 1280px) {
  .menu {
    display: flex;
  }

  .intro-header {
    background-position: 50%;
  }

  .intro-content.cc-homepage {
    padding-top: 250px;
  }

  .hero-element-top {
    margin-top: 39px;
    margin-left: 762px;
  }

  .hero-element-bottom {
    margin-top: 289px;
    margin-left: 904px;
  }
}

@media screen and (max-width: 991px) {
  .divider.full {
    width: 90%;
  }

  .section {
    margin-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .section.cc-store-home-wrap {
    overflow: clip;
  }

  .section.full {
    margin-top: 20px;
  }

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

  .container {
    width: 95%;
  }

  .container.owl-carousel-wrapper {
    display: block;
  }

  .container.desktop {
    display: none;
  }

  .paragraph-bigger.subtitle-p {
    font-size: 16px;
  }

  .button {
    justify-content: center;
  }

  .button.cc-contact-us, .button.btn-outline {
    display: none;
  }

  .paragraph-light {
    text-align: left;
  }

  .heading-h1 {
    font-size: 44px;
    line-height: 130%;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    filter: invert();
    color: var(--neutral-white);
    -webkit-text-stroke-color: var(--neutral-white);
  }

  .menu-icon:hover {
    filter: invert(70%);
  }

  .menu {
    justify-content: flex-end;
    margin-left: 30px;
  }

  .navigation-wrap {
    flex: 1;
    justify-content: space-around;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    background-color: var(--primary-900);
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .navigation-item.bnt-orcamento {
    display: flex;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    clear: none;
    background-color: rgba(0, 0, 0, 0);
  }

  .navigation-items {
    z-index: 3;
    background-color: #fff;
    margin-top: 80px;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .intro-header {
    background-position: 50%;
    justify-content: space-around;
  }

  .intro-content.cc-homepage {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 1;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    justify-content: flex-start;
    align-items: center;
    justify-items: start;
    margin-left: 32px;
    margin-right: 150px;
    display: flex;
  }

  .our-services-grid {
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .home-content-wrap {
    margin-top: 0;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    align-content: center;
    justify-content: center;
    justify-items: center;
    margin-bottom: 40px;
  }

  .about-grid.quote {
    flex-flow: column;
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
    display: flex;
  }

  .intro-text {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    width: auto;
  }

  .collection-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-content: start;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .wraptopico {
    text-align: left;
    width: 80%;
    padding-right: 15px;
  }

  .hero-element-top {
    margin-left: 504px;
  }

  .hero-element-bottom {
    margin-top: 182px;
    margin-left: 527px;
  }

  .grafico_1 {
    margin-top: -672px;
    margin-left: -8px;
  }

  .grafico_2 {
    margin-top: -153px;
    margin-left: 125px;
  }

  .heading-h2 {
    text-align: center;
    font-size: 29px;
  }

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

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

  .grid.container {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .solucoes {
    box-sizing: content-box;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

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

  .footer-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .footer-content {
    grid-column-gap: 60px;
    grid-template-columns: auto auto;
  }

  .column {
    padding-right: 10px;
  }

  .image {
    height: 90%;
  }

  .div-block {
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 0;
    margin-right: 0;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-store-home-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .container {
    text-align: center;
    flex-flow: column;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .heading-h1 {
    font-size: 32px;
    line-height: 150%;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

  .navigation-item {
    background-color: var(--primary-900);
    color: var(--picton-blue-400);
  }

  .navigation-item:hover {
    background-color: var(--neutral-white);
  }

  .menu-button.w--open {
    display: none;
  }

  .navigation-items {
    z-index: 30;
    flex: none;
    margin-top: 69px;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-header {
    background-position: 50%;
  }

  .intro-content {
    width: 80%;
  }

  .intro-content.cc-homepage {
    justify-content: flex-start;
    align-items: center;
    margin-right: 156px;
    padding-top: 180px;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .hero-element-top {
    margin-top: -4px;
    margin-left: 330px;
    padding-top: 138px;
  }

  .hero-element-bottom {
    margin-top: 276px;
    margin-left: 341px;
  }

  .grafico_1 {
    margin-top: -474px;
    margin-left: -12px;
    padding-top: 0;
  }

  .text-block, .heading-h3 {
    text-align: left;
  }

  .solucoes {
    object-fit: fill;
  }

  .heading-3 {
    text-align: left;
  }

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

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

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

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

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

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

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

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

  .container-logos {
    text-align: center;
  }

  .text-block-5, .text-block-6 {
    text-align: left;
  }

  .nav-menu-button {
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .section.cc-store-home-wrap {
    overflow: hidden;
  }

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

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .paragraph-light {
    text-align: left;
  }

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

  .logo-link.w--current {
    flex: 0 auto;
  }

  .menu {
    z-index: auto;
    margin-left: 15px;
  }

  .navigation-wrap {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

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

  .navigation-item {
    background-color: rgba(247, 248, 249, 0);
  }

  .navigation-item:hover {
    background-color: var(--neutral-white);
    color: var(--picton-blue-400);
  }

  .menu-button {
    flex: none;
  }

  .menu-button.w--open {
    flex: none;
    display: block;
  }

  .navigation-items {
    background-color: var(--primary-900);
    width: 100%;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .intro-header {
    background-position: 39%;
  }

  .intro-content.cc-homepage {
    margin-right: 0;
    padding-top: 220px;
    overflow: clip;
  }

  .status-message.cc-no-data, .contact-form-grid {
    width: 100%;
  }

  .text-field, .text-field.filed-50 {
    width: 260px;
  }

  .our-contacts {
    width: 90%;
  }

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

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

  .intro-text {
    overflow: clip;
  }

  .hero-element-top {
    box-sizing: content-box;
    width: 162px;
    margin-top: 276px;
    margin-left: 182px;
    padding-top: 0;
    padding-left: 17px;
    overflow: hidden;
  }

  .hero-element-bottom {
    margin-top: 364px;
    margin-left: 235px;
  }

  .grafico_1 {
    width: 200px;
    margin-top: -256px;
    margin-left: -26px;
  }

  .grafico_2 {
    width: 110px;
    margin-top: -109px;
    margin-left: 28px;
  }

  .logos {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr;
  }

  .grid.container {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-auto-flow: column;
    width: 90%;
    padding-left: 20px;
    padding-right: 0;
    display: flex;
  }

  .solucoes {
    overflow: clip;
  }

  .card {
    text-align: left;
    overflow: visible;
  }

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

  .column-2 {
    box-sizing: border-box;
    aspect-ratio: auto;
    flex: 1;
    display: block;
  }

  .columns {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

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

  .image-2 {
    overflow: clip;
  }

  .owl-carousel-wrapper {
    align-self: center;
    margin-top: 0;
  }

  .nav-menu-button {
    top: 3%;
    right: 6%;
  }
}

#w-node-_86e64837-0616-515b-4568-76c147234d34-828dde37 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_86e64837-0616-515b-4568-76c147234d3f-828dde37, #w-node-_86e64837-0616-515b-4568-76c147234d41-828dde37 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_86e64837-0616-515b-4568-76c147234d4c-828dde37 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_773111ae-bf4b-2e46-9200-31929d622608-51e627e8, #w-node-_773111ae-bf4b-2e46-9200-31929d622611-51e627e8, #w-node-_773111ae-bf4b-2e46-9200-31929d62261c-51e627e8, #w-node-_5d43fe16-2e3c-833b-370d-67e0355a7622-51e627e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118e6-828dde3a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118ec-828dde3a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118f2-828dde3a {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118f8-828dde3a {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118fe-828dde3a {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b11905-828dde3a {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be705858e-828dde3c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-828dde3c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cb4222c2-e34c-f4e1-7796-79bb93a2fb08-828dde3c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-cb4222c2-e34c-f4e1-7796-79bb93a2fb15-828dde3c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cb4222c2-e34c-f4e1-7796-79bb93a2fb22-828dde3c {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-828dde3e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-828dde3e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-828dde3f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-828dde3f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-828dde40 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-828dde40 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2878ffd7-26fe-9471-3c4e-7763e2d38cdc-828dde41 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2878ffd7-26fe-9471-3c4e-7763e2d38ce3-828dde41 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_2878ffd7-26fe-9471-3c4e-7763e2d38cea-828dde41 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce9803c-828dde43 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce98043-828dde43 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce9804a-828dde43 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce98051-828dde43 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce98058-828dde43 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce9805f-828dde43 {
  grid-area: 2 / 3 / 3 / 4;
}

@media screen and (max-width: 991px) {
  #w-node-_86e64837-0616-515b-4568-76c147234d34-828dde37 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d3f-828dde37 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d41-828dde37 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d4c-828dde37 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f2-828dde3a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f8-828dde3a {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118fe-828dde3a {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b11905-828dde3a {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-828dde3c, #w-node-cb4222c2-e34c-f4e1-7796-79bb93a2fb15-828dde3c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-cb4222c2-e34c-f4e1-7796-79bb93a2fb22-828dde3c {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_421df62a-c217-12af-eee8-27f88a387928-828dde3e, #w-node-_421df62a-c217-12af-eee8-27f88a387928-828dde3f, #w-node-_421df62a-c217-12af-eee8-27f88a387928-828dde40, #w-node-c28cc763-f708-1e61-f196-6bd9fce9804a-828dde43 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98051-828dde43 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98058-828dde43 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce9805f-828dde43 {
    grid-area: 3 / 2 / 4 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ca1212d8-4247-8b87-bc90-543393b118ec-828dde3a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f2-828dde3a {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f8-828dde3a {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118fe-828dde3a {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b11905-828dde3a {
    grid-area: 5 / 1 / 6 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c28cc763-f708-1e61-f196-6bd9fce98043-828dde43 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce9804a-828dde43 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98051-828dde43 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98058-828dde43 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce9805f-828dde43 {
    grid-area: 6 / 1 / 7 / 2;
  }
}


