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

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

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

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

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

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

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

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

p {
  margin-bottom: 10px;
}

a {
  display: block;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #1a1b1f;
  text-decoration: underline;
}

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 {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

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

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

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

.divider {
  height: 1px;
  background-color: #d24726;
  color: #d24726;
}

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

.section {
  display: block;
  margin: 52px auto;
  padding-top: 0px;
  text-align: center;
}

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

.section.cc-store-home-wrap {
  display: block;
  margin: 0px 0px 20px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.section.depoimento {
  display: block;
  margin: 60px 0px 52px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.section.cc-empresarial-1---image-left {
  display: block;
  margin-right: 0px;
  margin-bottom: 52px;
  margin-left: 0px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.section.cc-empresarial-1---image-right {
  display: block;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 60px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #f3f3f3;
}

.section.cc-empresas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #f3f3f3;
}

.styleguide-block {
  display: block;
  margin-top: 80px;
  margin-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.container-parceiros {
  display: block;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 2em;
  background-color: transparent;
}

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

.paragraph-bigger {
  margin-bottom: 52px;
  opacity: 1;
  color: #718ead;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
  text-align: center;
}

.paragraph-bigger.cc-bigger-light {
  opacity: 0.6;
  color: #3f5b78;
}

.paragraph-bigger.cc-bigger-white-light {
  margin-right: auto;
  opacity: 0.6;
  color: #3f5b78;
  text-align: left;
}

.paragraph-bigger.cc-vantagens {
  margin-bottom: 20px;
}

.button {
  padding: 12px 16px;
  border-style: solid;
  border-width: 4px;
  border-color: #3f5b78;
  border-radius: 0px;
  background-color: #3f5b78;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #718ead;
  color: #fff;
}

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

.button.cc-jumbo-button {
  max-height: none;
  max-width: none;
  min-height: 0px;
  min-width: 90%;
  margin-right: 10px;
  padding: 16px 35px;
  border-style: solid;
  border-width: 4px;
  border-color: #3f5b78;
  background-color: #3f5b78;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.button.cc-jumbo-button:hover {
  background-color: #718ead;
}

.button.cc-jumbo-button.cc-jumbo-white {
  background-color: #fff;
  color: #000;
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

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

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

.button.cc-white-button:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.button.cc-white-button:active {
  background-color: hsla(0, 0%, 100%, 0.9);
}

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

.button.cc-jumbo-button-outlined.cc-jumbo-white {
  background-color: #fff;
  color: #000;
}

.button.cc-jumbo-button-outlined.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button.cc-jumbo-button-outlined.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

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

.label.cc-styleguide-label {
  margin-bottom: 25px;
  color: #3f5b78;
}

.label.cc-styleguide-label.cc-mentoria {
  margin-bottom: 8px;
  text-align: left;
}

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

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

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

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

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

.paragraph-light {
  padding-bottom: 0px;
  opacity: 0.6;
}

.paragraph-light.cc-tabs {
  padding-bottom: 24px;
}

.paragraph-light.cc-depoimentos {
  margin-top: 40px;
}

.heading-jumbo {
  overflow: visible;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 10px;
  color: #3f5b78;
  font-size: 64px;
  line-height: 60px;
  text-align: left;
  text-transform: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.heading-jumbo.cc-white-heading-jumbo {
  color: #fff;
}

.heading-jumbo.centered {
  text-align: center;
}

.heading-jumbo-small {
  margin-top: 10px;
  margin-bottom: 15px;
  color: #3f5b78;
  font-size: 36px;
  line-height: 50px;
  font-weight: 700;
  text-transform: uppercase;
}

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

.styleguide-header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 460px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1b1f;
  color: #fff;
  text-align: center;
}

.paragraph-small {
  margin-bottom: 20px;
  color: #000;
  font-size: 14px;
  line-height: 26px;
}

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

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

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

.menu {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navigation {
  position: -webkit-sticky;
  position: sticky;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  box-shadow: 3px 3px 8px 0 rgba(113, 142, 173, 0.24);
}

.navigation-item {
  padding-top: 9px;
  padding-bottom: 9px;
  opacity: 0.6;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.navigation-item:hover {
  background-color: hsla(0, 0%, 100%, 0.6);
  opacity: 0.9;
}

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

.navigation-item:focus {
  background-color: #718ead;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

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

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

.menu-button {
  text-align: right;
}

.logo-image {
  display: block;
}

.navigation-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: right;
}

.footer-wrap {
  display: block;
  padding-top: 24px;
  padding-bottom: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.webflow-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.5;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  text-align: center;
  text-decoration: none;
}

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

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

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

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

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

.intro-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: transparent;
  color: #fff;
}

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

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

.intro-content.cc-homepage {
  position: relative;
  bottom: auto;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: auto;
  max-width: none;
  margin: 0px auto 1em;
  padding-right: 2em;
  padding-bottom: 1em;
  padding-left: 2em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: transparent;
  background-image: url('../images/empresas_1.png');
  background-position: 100% 0%;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: left;
}



.intro-content2.cc-homepage {
  position: relative;
  bottom: auto;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: auto;
  max-width: none;
  margin: 0px auto 1em;
  padding-right: 2em;
  padding-bottom: 1em;
  padding-left: 2em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: transparent;
  background-image: url('../images/empresas_1.png_');
  background-position: 100% 0%;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: left;
}

.intro-content.cc-homepage.cc-empresa {
  margin-bottom: 0em;
  color: #f3f3f3;
}

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

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

.advantages {
  margin-bottom: 52px;
  grid-auto-flow: row;
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  -ms-grid-rows: auto 60px auto;
  grid-template-areas: ". . ."
    ". . .";
  -ms-grid-columns: 1fr 80px 1fr 80px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

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

.service-icon {
  width: 60px;
  height: auto;
  margin: auto;
  color: #3f5b78;
}

.service-icon.cc-yt {
  padding-top: 7px;
  padding-bottom: 7px;
}

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

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

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

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

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

.contact-form-grid {
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 2.5fr 80px 1fr;
  grid-template-columns: 2.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.get-in-touch-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-field {
  margin-bottom: 18px;
  padding: 21px 20px;
  border: 1px solid #e4e4e4;
  border-radius: 0px;
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
  font-size: 14px;
  line-height: 26px;
}

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

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

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

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

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

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

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

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

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

.contact-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

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

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

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

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

.our-numbers {
  margin-bottom: 32px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-flow: column;
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-areas: ". . .";
  -ms-grid-columns: 1fr 80px 1fr 80px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}

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

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

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

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

.team-member-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.projects-grid {
  margin-bottom: 60px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-areas: "."
    "."
    ".";
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 30px auto 30px auto;
  grid-template-rows: auto auto auto;
}

.project-name-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

.project-details-grid {
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 80px 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

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

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

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

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

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

.blog-item {
  display: block;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

.protected-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.protected-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

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

._404-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1b1f;
}

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

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

.home-section-wrap {
  margin-bottom: 30px;
}

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

.about-grid {
  margin-bottom: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 80px 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.about-grid.cc-about-2 {
  grid-template-areas: ". .";
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
}

.intro-text {
  display: block;
  width: 50%;
  margin: 44px auto;
  padding-right: 1em;
  padding-left: 1em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}


.intro-text2 {
  display: block;
  width: 70%;
  margin: 44px 50 44 50;
  padding-right: 1em;
  padding-left: 1em;
  -webkit-box-flex: 0;
  -webkit-flex: 0;
  -ms-flex: 0;
  flex: 0;
  text-align: left;
}

.collection-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

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

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

.blog-preview-wrap {
  width: 33.33%;
  padding-right: 45px;
  padding-bottom: 30px;
  padding-left: 15px;
}

.collection-list-wrapper {
  margin-bottom: 120px;
}

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

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

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

.tabed-panel {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-right: 20px;
  padding-left: 20px;
}

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

.tabs-button {
  max-width: 200px;
  min-height: 128px;
  min-width: 200px;
  margin: 8px;
  padding: 8px 20px;
  background-color: #718ead;
  box-shadow: 3px 3px 8px 0 #c9c9c9;
}

.tabs-button.w--current {
  max-width: 200px;
  min-height: 128px;
  margin: 8px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #3f5b78;
  box-shadow: none;
}

.tabs-button.w--current:active {
  box-shadow: none;
}

.tab-link-tab-2 {
  max-width: 200px;
  min-height: 128px;
  margin: 8px;
  padding: 8px 20px;
  background-color: #718ead;
  box-shadow: 3px 3px 8px 0 #c9c9c9;
  color: #fff;
}

.tab-link-tab-2:hover {
  background-color: #3f5b78;
  color: #fff;
}

.tab-link-tab-2.w--current {
  background-color: #3f5b78;
  box-shadow: none;
}

.tab-link-tab-3 {
  max-width: 200px;
  min-height: 128px;
  margin: 8px;
  padding: 8px 20px;
  background-color: #718ead;
  box-shadow: 3px 3px 8px 0 #c9c9c9;
  color: #fff;
}

.tab-link-tab-3:hover {
  background-color: #3f5b78;
  color: #fff;
}

.tab-link-tab-3.w--current {
  background-color: #3f5b78;
  box-shadow: none;
}

.tab-link-tab-4 {
  max-width: 200px;
  min-height: 128px;
  margin: 8px;
  padding: 8px 20px;
  background-color: #718ead;
  box-shadow: 3px 3px 8px 0 #c9c9c9;
  color: #fff;
}

.tab-link-tab-4:hover {
  background-color: #3f5b78;
  color: #fff;
}

.tab-link-tab-4.w--current {
  background-color: #3f5b78;
  box-shadow: none;
}

.text-block {
  max-width: 250px;
  text-align: center;
}

.text-block:hover {
  color: #fff;
}

.tab-link-tab-5 {
  top: auto;
  max-width: 200px;
  min-height: 128px;
  margin: 8px;
  padding: 8px 20px;
  background-color: #718ead;
  box-shadow: 3px 3px 8px 0 #c9c9c9;
  color: #fff;
}

.tab-link-tab-5:hover {
  background-color: #3f5b78;
}

.tab-link-tab-5.w--current {
  background-color: #3f5b78;
  box-shadow: none;
}

.text-block-2 {
  color: #fff;
  text-align: center;
}

.text-block-3 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: auto;
  text-align: center;
}

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

.text-block-4:hover {
  color: #fff;
}

.text-block-5 {
  position: relative;
  max-width: 200px;
  color: #fff;
  text-align: center;
}

.text-block-5:hover {
  color: #fff;
}

.outlined-button {
  padding: 12px 16px;
  border-style: solid;
  border-width: 4px;
  border-color: #3f5b78;
  border-radius: 0px;
  background-color: #fff;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  color: #3f5b78;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.outlined-button:hover {
  background-color: #718ead;
  color: #fff;
}

.outlined-button:active {
  background-color: #cecdcf;
}

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

.outlined-button.cc-jumbo-button.cc-jumbo-white {
  background-color: #fff;
  color: #000;
}

.outlined-button.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.outlined-button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

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

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

.outlined-button.cc-white-button:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.outlined-button.cc-white-button:active {
  background-color: hsla(0, 0%, 100%, 0.9);
}

.outlined-button.outlined-cc-jumbo-button {
  max-width: none;
  min-width: 90%;
  padding: 16px 35px;
  border-style: solid;
  border-width: 4px;
  border-color: #3f5b78;
  background-color: #fff;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.outlined-button.outlined-cc-jumbo-button:hover {
  background-color: #718ead;
}

.outlined-button.outlined-cc-jumbo-button:active {
  background-color: #cecdcf;
}

.outlined-button.outlined-cc-jumbo-button.cc-jumbo-white {
  background-color: #fff;
  color: #000;
}

.outlined-button.outlined-cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.outlined-button.outlined-cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.text-block-6 {
  color: #3f5b78;
}

.text-block-6:hover {
  color: #fff;
}

.text-block-7 {
  color: #3f5b78;
}

.text-block-7:hover {
  color: #fff;
}

.tab-pane-tab-1 {
  margin-top: 8px;
}

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

.paragraph {
  color: #000;
  text-align: left;
}

.column {
  padding-top: 12px;
  padding-right: 8px;
  padding-left: 0px;
  text-align: left;
}

.column.cc-centered {
  padding-right: 0px;
  text-align: center;
}

.column-2 {
  padding-top: 12px;
  padding-right: 8px;
  padding-left: 8px;
  text-align: left;
}

.column-2.cc-centered {
  text-align: center;
}

.image {
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: visible;
  height: auto;
  min-height: 0%;
  margin-top: auto;
  margin-bottom: auto;
  text-align: left;
}

.image.shadow {
  box-shadow: -15px 13px 0 1px #ffb400;
}

.column-3 {
  overflow: visible;
  margin-top: 0px;
  margin-bottom: auto;
  padding-right: 0px;
  text-align: right;
  -o-object-fit: fill;
  object-fit: fill;
}

.column-4 {
  display: block;
  margin-top: 0px;
  margin-bottom: auto;
  padding-right: 0px;
  padding-left: 0px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.image-5 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: -1;
  margin-right: auto;
  opacity: 1;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-3 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  display: block;
  max-height: none;
  min-height: 0px;
  float: none;
  clear: none;
  opacity: 1;
}

.columns-sections {
  margin-right: 300px;
  margin-left: 300px;
  padding-top: 20px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.columns-2 {
  position: static;
  display: inline;
  opacity: 1;
}

.button-gold {
  padding: 12px 25px;
  border-style: solid;
  border-width: 4px;
  border-color: #3f5b78;
  border-radius: 0px;
  background-color: #3f5b78;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

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

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

.button-gold.cc-jumbo-button {
  max-height: none;
  max-width: none;
  min-height: 0px;
  min-width: 90%;
  margin-right: 10px;
  padding: 16px 35px;
  border-style: solid;
  border-width: 4px;
  border-color: #ffb400;
  background-color: #ffb400;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.button-gold.cc-jumbo-button.cc-jumbo-white {
  background-color: #fff;
  color: #000;
}

.button-gold.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button-gold.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

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

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

.button-gold.cc-white-button:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.button-gold.cc-white-button:active {
  background-color: hsla(0, 0%, 100%, 0.9);
}

.button-gold.cc-jumbo-button-outlined {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button-gold.cc-jumbo-button-outlined.cc-jumbo-white {
  background-color: #fff;
  color: #000;
}

.button-gold.cc-jumbo-button-outlined.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button-gold.cc-jumbo-button-outlined.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.outlined-button-orange {
  padding: 12px 16px;
  border-style: solid;
  border-width: 4px;
  border-color: #ffb400;
  border-radius: 0px;
  background-color: #fff;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  color: #ffb400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.outlined-button-orange:hover {
  background-color: #cecdcf;
  color: #fff;
}

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

.outlined-button-orange.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.outlined-button-orange.cc-jumbo-button.cc-jumbo-white {
  background-color: #fff;
  color: #000;
}

.outlined-button-orange.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.outlined-button-orange.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

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

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

.outlined-button-orange.cc-white-button:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.outlined-button-orange.cc-white-button:active {
  background-color: hsla(0, 0%, 100%, 0.9);
}

.outlined-button-orange.outlined-cc-jumbo-button {
  max-width: none;
  min-width: 90%;
  padding: 16px 35px;
  border-style: solid;
  border-width: 4px;
  border-color: #3f5b78;
  background-color: #fff;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.outlined-button-orange.outlined-cc-jumbo-button:hover {
  background-color: #718ead;
}

.outlined-button-orange.outlined-cc-jumbo-button:active {
  background-color: #cecdcf;
}

.outlined-button-orange.outlined-cc-jumbo-button.cc-jumbo-white {
  background-color: #fff;
  color: #000;
}

.outlined-button-orange.outlined-cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.outlined-button-orange.outlined-cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.outlined-button-orange.cc-small-btn {
  padding: 8px;
}

.button-orange {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  min-width: 0%;
  margin-top: 0px;
  margin-right: 0px;
  padding: 12px 16px;
  clear: none;
  border-style: solid;
  border-width: 4px;
  border-color: #ffb400;
  border-radius: 0px;
  background-color: #ffb400;
  box-shadow: 3px 3px 8px 0 #c9c9c9;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-orange:hover {
  background-color: #cecdcf;
  color: #fff;
}

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

.button-orange.cc-jumbo-button {
  max-height: none;
  max-width: none;
  min-height: 0px;
  min-width: 90%;
  margin-right: 10px;
  padding: 16px 35px;
  border-style: solid;
  border-width: 4px;
  border-color: #3f5b78;
  background-color: #3f5b78;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.button-orange.cc-jumbo-button:hover {
  background-color: #718ead;
}

.button-orange.cc-jumbo-button.cc-jumbo-white {
  background-color: #fff;
  color: #000;
}

.button-orange.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button-orange.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

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

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

.button-orange.cc-white-button:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.button-orange.cc-white-button:active {
  background-color: hsla(0, 0%, 100%, 0.9);
}

.button-orange.cc-jumbo-button-outlined {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button-orange.cc-jumbo-button-outlined.cc-jumbo-white {
  background-color: #fff;
  color: #000;
}

.button-orange.cc-jumbo-button-outlined.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button-orange.cc-jumbo-button-outlined.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.text-block-8 {
  font-weight: 600;
}

.text-block-9 {
  font-weight: 600;
}

.text-block-10 {
  font-weight: 600;
}

.text-block-11 {
  font-weight: 600;
}

.intro-image {
  width: auto;
  margin: 44px auto;
  padding-left: 1em;
}

.intro-image.image {
  position: static;
  display: block;
  width: 50%;
  padding-left: 0em;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.body {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.testimonial-reading {
  margin-top: 12px;
  margin-bottom: 20px;
  color: #3f5b78;
  font-weight: 400;
}

.image-4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -999;
  margin-right: auto;
  opacity: 0.4;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.container-2 {
  display: inline;
}

.image-1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: auto;
  margin-right: auto;
  opacity: 0.19;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.inverted-container {
  display: inline;
}

.image-right {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: auto;
  margin-right: auto;
  opacity: 0.6;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.trilhas {
  margin-bottom: 0px;
  justify-items: center;
  grid-auto-flow: row;
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-areas: ". . ."
    ". . .";
  -ms-grid-columns: 1fr 80px 1fr 80px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.tabs-content {
  padding-top: 20px;
}

.description {
  display: block;
}

.div-trilhas {
  position: static;
  padding: 16px;
  background-color: #f1f1f1;
}

.div-block {
  margin-right: auto;
  margin-left: auto;
}

.div-block.trilha-button {
  display: inline-block;
  margin-top: auto;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-copy {
  margin-right: auto;
  margin-left: auto;
}

.div-block-copy.trilha-button {
  display: inline-block;
  margin-top: auto;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.trilha-button {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.div-numeros {
  margin-bottom: 30px;
}

.outras-conexoes-grid {
  margin-top: 40px;
  margin-bottom: 0px;
  grid-auto-flow: row;
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  grid-template-areas: ". . ."
    ". . .";
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr 40px 1fr 40px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nesw {
  margin-bottom: 120px;
  grid-auto-flow: column;
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-areas: ". . .";
  -ms-grid-columns: 1fr 80px 1fr 80px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}

.small-container {
  width: 45%;
  margin-right: auto;
  margin-left: auto;
}

.text-block-12 {
  color: rgba(186, 204, 224, 0.73);
}

.wrapper {
  width: 100%;
  max-width: 1300px;
}

.wrapper.large-top {
  display: block;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.success-message {
  height: 126px;
  padding-top: 41px;
  border-radius: 5px;
  background-color: #141c27;
  box-shadow: inset 0 0 0 1px #243652;
  color: #516581;
  font-size: 16px;
  font-weight: 500;
}

.white-highlight {
  color: #fff;
}

.email {
  height: 55px;
  margin-bottom: 16px;
  border-radius: 0px;
  font-size: 18px;
  text-align: center;
}

.email:hover {
  box-shadow: 0 0 14px 0 #709fff, inset 0 0 0 2px rgba(0, 119, 255, 0.28);
}

.email:focus {
  box-shadow: 0 0 14px 0 #709fff;
}

.submit-button {
  height: 52px;
  border-radius: 0px;
  background-color: #ffb400;
  box-shadow: 3px 3px 8px 0 #c9c9c9;
  font-size: 20px;
  font-weight: 500;
}

.error-message {
  margin-top: 16px;
  border-radius: 4px;
  background-color: #ffe0ad;
  color: #9e2921;
  text-align: center;
}

.form-block {
  width: 45%;
  margin: 3em auto 0px;
}

.centered {
  text-align: center;
}

.centered.blue {
  color: #00f6ff;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.newsletter {
  display: block;
  margin-top: 44px;
  margin-bottom: 44px;
  padding: 60px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f3f3f3;
}

.heading {
  color: #3f5b78;
  text-align: center;
}

.tabs-menu {
  margin-bottom: 40px;
}

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

.image-6 {
  margin: 8px auto;
}

.image-7 {
  margin-right: auto;
  margin-left: auto;
  padding-top: 17px;
  padding-bottom: 0px;
}

.div-block-2 {
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 16px;
  background-color: #fff;
  box-shadow: 0 0 7px 2px #d8d8d8;
}

.grid-parceiros {
  margin-top: 0px;
  margin-bottom: 42px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section-testimonial-empresarial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 62px;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 52px;
  background-color: #f3f3f3;
  text-align: center;
}

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

.section-testimonial-empresarial.cc-store-home-wrap {
  display: block;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.section-testimonial-empresarial.depoimento {
  display: block;
  margin-right: 0px;
  margin-bottom: 44px;
  margin-left: 0px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.section-testimonial-empresarial.cc-empresarial-1---image-left {
  display: block;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.section-testimonial-empresarial.cc-empresarial-1---image-right {
  display: block;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #f3f3f3;
}

.section-testimonial-empresarial.cc-empresas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #f3f3f3;
}

.grid-parceiros-academicos {
  margin-top: 0px;
  margin-bottom: 90px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-8 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.advantages-icon {
  width: auto;
  height: 100px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}

.div-block-social {
  margin: 0px;
  padding: 24px 12px 12px;
  background-color: transparent;
}

.section-vantagens {
  display: block;
  margin: 52px auto;
  text-align: center;
}

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

.section-vantagens.cc-store-home-wrap {
  display: block;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.section-vantagens.depoimento {
  display: block;
  margin-right: 0px;
  margin-bottom: 44px;
  margin-left: 0px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.section-vantagens.cc-empresarial-1---image-left {
  display: block;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.section-vantagens.cc-empresarial-1---image-right {
  display: block;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #f3f3f3;
}

.section-vantagens.cc-empresas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #f3f3f3;
}

.paragraph-bigger-darker-bkg {
  margin-top: 60px;
  margin-bottom: 41px;
  background-color: #f3f3f3;
  opacity: 1;
  color: #718ead;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
  text-align: center;
}

.paragraph-bigger-darker-bkg.cc-bigger-light {
  opacity: 0.6;
  color: #3f5b78;
}

.paragraph-bigger-darker-bkg.cc-bigger-white-light {
  margin-right: auto;
  opacity: 0.6;
  color: #3f5b78;
  text-align: left;
}

.columns {
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

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

.intro-content-img-right.cc-homepage {
  position: relative;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: auto;
  max-width: 1140px;
  margin: 0px auto 1em;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: transparent;
  text-align: left;
}

.intro-content-img-right.cc-homepage.cc-empresa {
  margin-bottom: 0em;
  color: #f3f3f3;
}

.divider_red {
  height: 2px;
  margin: 120px 35%;
  background-color: #d24726;
}

.divider_red.cc-first-divider {
  margin-top: -32px;
  background-color: transparent;
}

.div-block-3 {
  display: block;
  margin-top: auto;
  margin-bottom: auto;
}

.div-block-4 {
  margin-top: auto;
  margin-bottom: auto;
}

.div-block-5 {
  margin-top: auto;
  margin-bottom: auto;
}

.heading-2 {
  margin-bottom: 52px;
  color: #3f5b78;
}

.image-9 {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.text-block-2-copy {
  color: #fff;
  text-align: center;
}

.div-block-7 {
  position: relative;
  display: block;
  max-height: 70px;
  max-width: 100px;
  min-height: 70px;
  min-width: 100px;
  margin: auto auto 16px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-reas {
  display: block;
  margin: 52px auto;
  text-align: center;
}

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

.section-reas.cc-store-home-wrap {
  display: block;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.section-reas.depoimento {
  display: block;
  margin-right: 0px;
  margin-bottom: 44px;
  margin-left: 0px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.section-reas.cc-empresarial-1---image-left {
  display: block;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.section-reas.cc-empresarial-1---image-right {
  display: block;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #f3f3f3;
}

.section-reas.cc-empresas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #f3f3f3;
}

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

.intro.cc-homepage {
  position: relative;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: auto;
  max-width: none;
  margin: 0px auto 1em;
  padding-right: 2em;
  padding-bottom: 1em;
  padding-left: 2em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: transparent;
  background-image: url('../images/empresas.png');
  background-position: 100% 0%;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: left;
}

.intro.cc-homepage.cc-empresa {
  margin-bottom: 0em;
  color: #f3f3f3;
}

.intro-depomento-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.intro-depomento-2.cc-homepage {
  position: relative;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: auto;
  max-width: none;
  margin: 0px auto 1em;
  padding-right: 2em;
  padding-bottom: 1em;
  padding-left: 2em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: transparent;
  text-align: left;
}

.intro-depomento-2.cc-homepage.cc-empresa {
  margin-bottom: 0em;
  color: #f3f3f3;
}

.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.content-mentoria.cc-homepage {
  position: relative;
  bottom: auto;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: auto;
  max-width: none;
  margin: 0px auto 1em;
  padding-right: 2em;
  padding-bottom: 1em;
  padding-left: 2em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: transparent;
  background-image: url('../images/little-girl-home-during-online-school-copy.png');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: left;
}

.content-mentoria.cc-homepage.cc-empresa {
  margin-bottom: 0em;
  color: #f3f3f3;
}

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

.content-empresas.cc-homepage {
  position: relative;
  bottom: auto;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: auto;
  max-width: none;
  margin: 0px auto 1em;
  padding-right: 2em;
  padding-bottom: 1em;
  padding-left: 2em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: transparent;
  background-image: url('../images/empresas.png');
  background-position: 100% 0%;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: left;
}

.content-empresas.cc-homepage.cc-empresa {
  margin-bottom: 0em;
  background-image: url('../images/mentoria.png');
  background-size: cover;
  color: #f3f3f3;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -o-object-fit: fill;
  object-fit: fill;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

.navigation-2 {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #3f5b78;
}

.button-2 {
  padding: 12px 25px;
  border-radius: 0px;
  background-color: #1a1b1f;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

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

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

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

.image-10 {
  position: static;
  top: 140px;
  overflow: auto;
  margin-right: 0px;
  margin-left: auto;
  text-align: right;
}

.intro-image-left {
  width: auto;
  margin: 44px auto;
  padding-left: 1em;
}

.intro-image-left.image {
  position: static;
  display: block;
  width: 50%;
  padding-left: 0em;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.heading-3 {
  color: #3f5b78;
}

.outlined-button.cc-small-btn {
  padding: 8px;
}

.image-areas {
  width: 250px;
  height: auto;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}

.image-areas.cc-shadow-blue {
  box-shadow: 15px 13px 0 1px #3f5b78;
}

.image-areas.cc-shadow-orange {
  box-shadow: -14px 14px 0 1px #ffb400;
}

.heading-4 {
  color: #3f5b78;
}

.heading-5 {
  color: #3f5b78;
}

.heading-6 {
  color: #3f5b78;
}

.heading-7 {
  color: #3f5b78;
}

.heading-8 {
  color: #3f5b78;
}

.heading-9 {
  color: #3f5b78;
}

.heading-10 {
  color: #3f5b78;
}

.heading-11 {
  color: #3f5b78;
}

.heading-12 {
  color: #3f5b78;
}

.container-depoimento-empresas {
  display: block;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding: 32px 2em;
  background-color: transparent;
}

.container-vantagens {
  display: block;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding: 32px 2em;
  background-color: transparent;
}

.div-block-depoimentos-empresas {
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 24px 16px 16px;
  background-color: #fff;
  box-shadow: 0 0 7px 2px #d8d8d8;
}

.divider_grey {
  height: 2px;
  margin: 60px 35%;
  background-color: #cecdcf;
}

@media screen and (min-width: 1440px) {
  .paragraph-bigger {
    margin-bottom: 40px;
  }

  .section-heading-wrap {
    margin-bottom: 64px;
  }

  .advantages-icon {
    width: auto;
  }

  .container-4 {
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 20px;
  }

  .heading-3 {
    font-weight: 400;
  }

  .image-areas {
    width: 250px;
  }
}

@media screen and (min-width: 1920px) {
  .section {
    display: inline;
  }

  .intro-content.cc-homepage {
    padding-right: 12em;
    padding-left: 12em;
  }

  .outras-conexoes-grid {
    grid-auto-flow: column;
    grid-row-gap: 80px;
  }

  .section-testimonial-empresarial {
    padding-bottom: 44px;
  }

  .section-vantagens {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .intro-content-img-right.cc-homepage {
    padding-right: 0em;
    padding-left: 0em;
  }

  .divider_red {
    width: 20%;
    height: 1px;
    max-height: 1px;
    min-height: 1px;
    margin: 120px auto;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #d24726;
  }

  .section-reas {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .intro.cc-homepage {
    padding-right: 12em;
    padding-left: 12em;
  }

  .intro-depomento-2.cc-homepage {
    padding-right: 12em;
    padding-left: 12em;
  }

  .content-mentoria.cc-homepage {
    padding-right: 12em;
    padding-left: 12em;
    background-position: 100% 50%;
    background-repeat: no-repeat;
  }

  .content-empresas.cc-homepage {
    padding-right: 12em;
    padding-left: 12em;
  }

  .image-10 {
    margin-left: 776px;
  }

  .divider_grey {
    width: 20%;
    height: 1px;
    max-height: 1px;
    min-height: 1px;
    margin: 40px auto;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #d24726;
  }
}

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section.cc-store-home-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .section.depoimento {
    display: block;
    margin-right: 22px;
    margin-left: 22px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section.cc-empresarial-1---image-left {
    display: block;
  }

  .section.cc-empresarial-1---image-right {
    display: block;
  }

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

  .button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button.cc-contact-us {
    display: block;
  }

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

  .paragraph-small {
    color: #000;
  }

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

  .menu-icon {
    display: block;
  }

  .menu {
    position: static;
    margin-left: 30px;
  }

  .navigation-wrap {
    background-color: transparent;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    padding: 15px 30px;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    text-align: center;
  }

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

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

  .menu-button {
    padding: 0px;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .navigation-items {
    background-color: #fff;
  }

  .navigation-items.w--open {
    background-color: #3f5b78;
  }

  .cta-text {
    width: auto;
  }

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

  .intro-content.cc-homepage {
    display: block;
    padding-right: 1em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .advantages {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-template-areas: ". ."
      ". ."
      ". .";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    text-align: center;
  }

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

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

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

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

  .our-numbers {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-auto-flow: column;
    grid-auto-columns: 0.5fr;
    grid-row-gap: 0px;
    grid-template-areas: "."
      "."
      ".";
    -ms-grid-columns: 1.75fr;
    grid-template-columns: 1.75fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .team-members {
    grid-template-areas: ". ."
      ". ."
      ". .";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

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

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

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

  .about-grid {
    grid-row-gap: 50px;
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .about-grid.cc-about-2 {
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .intro-text {
    display: inline-block;
    width: auto;
    padding-right: 1em;
    padding-bottom: 20px;
    background-color: hsla(0, 0%, 100%, 0.76);
  }

  .collection-wrap {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .blog-preview-wrap {
    width: 80%;
    padding-right: 15px;
    text-align: center;
  }

  .tabbed-panel-heading {
    padding-right: 20px;
    padding-left: 20px;
  }

  .outlined-button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .outlined-button.cc-contact-us {
    display: none;
  }

  .column {
    text-align: center;
  }

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

  .image {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    overflow: auto;
    height: auto;
    min-height: 0px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: none;
    text-align: left;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .column-3 {
    display: block;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .column-4 {
    display: block;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .image-5 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .columns-sections {
    margin: 100px;
  }

  .columns-2 {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .button-gold {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button-gold.cc-contact-us {
    display: none;
  }

  .outlined-button-orange {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .outlined-button-orange.cc-contact-us {
    display: none;
  }

  .button-orange {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button-orange.cc-contact-us {
    display: none;
  }

  .intro-image {
    width: auto;
  }

  .intro-image.image {
    width: 80%;
    margin-bottom: -11px;
    padding-right: 1em;
    text-align: center;
  }

  .image-4 {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    z-index: 0;
    opacity: 0.19;
  }

  .container-2 {
    display: inline;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .image-1 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .inverted-container {
    display: inline;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .image-right {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: -1;
  }

  .trilhas {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-auto-flow: row;
    grid-auto-columns: 0.25fr;
    grid-column-gap: 33px;
    grid-row-gap: 28px;
    grid-template-areas: ". ."
      ". ."
      ". .";
    -ms-grid-columns: 2fr 33px 2fr;
    grid-template-columns: 2fr 2fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    text-align: center;
  }

  .div-trilhas {
    display: block;
  }

  .outras-conexoes-grid {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-template-areas: ". ."
      ". ."
      ". .";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    text-align: center;
  }

  .nesw {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-auto-flow: row;
    grid-row-gap: 0px;
    grid-template-areas: "."
      "."
      ".";
    -ms-grid-columns: 0.25fr;
    grid-template-columns: 0.25fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .small-container {
    width: 70%;
  }

  .form-block {
    width: 70%;
  }

  .grid-parceiros {
    margin-right: 20px;
    margin-left: 20px;
  }

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

  .section-testimonial-empresarial.cc-store-home-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .section-testimonial-empresarial.depoimento {
    display: block;
    margin-right: auto;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-testimonial-empresarial.cc-empresarial-1---image-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .section-testimonial-empresarial.cc-empresarial-1---image-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .grid-parceiros-academicos {
    margin-right: 20px;
    margin-left: 20px;
  }

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

  .div-block-social {
    padding-top: 52px;
  }

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

  .section-vantagens.cc-store-home-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .section-vantagens.depoimento {
    display: block;
    margin-right: auto;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-vantagens.cc-empresarial-1---image-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .section-vantagens.cc-empresarial-1---image-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .intro-content-img-right.cc-homepage {
    display: block;
    padding-right: 1em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .section-reas.cc-store-home-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .section-reas.depoimento {
    display: block;
    margin-right: auto;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-reas.cc-empresarial-1---image-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .section-reas.cc-empresarial-1---image-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .intro.cc-homepage {
    display: block;
    padding-right: 1em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .intro-depomento-2 {
    display: block;
  }

  .intro-depomento-2.cc-homepage {
    display: block;
    padding-right: 1em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content-mentoria.cc-homepage {
    display: block;
    padding-right: 1em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-repeat: no-repeat;
  }

  .content-empresas.cc-homepage {
    display: block;
    padding-right: 1em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .navigation-2 {
    padding: 25px 30px;
  }

  .button-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button-2.cc-contact-us {
    display: none;
  }

  .image-10 {
    margin-right: auto;
    text-align: center;
  }

  .intro-image-left {
    width: auto;
  }

  .intro-image-left.image {
    width: 80%;
    margin-bottom: -11px;
    padding-right: 1em;
    text-align: center;
  }

  .image-areas {
    display: inline-block;
  }
}

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

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

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

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

  .section.depoimento {
    margin-right: auto;
    margin-left: auto;
  }

  .section.cc-empresarial-1---image-left {
    margin-right: auto;
    margin-left: auto;
  }

  .section.cc-empresarial-1---image-right {
    margin-right: auto;
    margin-left: auto;
  }

  .container-parceiros {
    padding-right: 1em;
    padding-left: 1em;
    text-align: center;
  }

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

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

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

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

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

  .navigation {
    padding: 20px 30px;
  }

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

  .intro-content {
    width: 80%;
  }

  .intro-content.cc-homepage {
    display: block;
    padding-left: 1em;
    background-size: cover;
  }

  .advantages {
    grid-row-gap: 60px;
    grid-template-areas: "."
      "."
      "."
      "."
      "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 60px auto 60px auto 60px auto 60px auto 60px auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

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

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

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

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

  .our-numbers {
    display: inline-block;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-auto-flow: column;
    grid-auto-columns: 0.25fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .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 {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

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

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

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

  ._404-wrap {
    padding: 30px;
  }

  .intro-text {
    position: relative;
    z-index: 1;
    padding-top: 1em;
    padding-bottom: 1em;
    background-color: hsla(0, 0%, 100%, 0.76);
  }

  .tabed-panel {
    padding-right: 0px;
    padding-left: 0px;
  }

  .tabbed-panel-heading {
    padding-right: 0px;
    padding-left: 0px;
  }

  .tabs-button {
    max-width: none;
    min-height: auto;
  }

  .tabs-button.w--current {
    min-height: auto;
  }

  .tab-link-tab-2 {
    max-width: none;
    min-height: auto;
  }

  .tab-link-tab-3 {
    max-width: none;
    min-height: auto;
  }

  .tab-link-tab-4 {
    max-width: none;
    min-height: auto;
  }

  .tab-link-tab-5 {
    max-width: none;
    min-height: auto;
  }

  .column {
    padding-right: 0px;
  }

  .column-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .image {
    position: relative;
  }

  .image.cc-fisrt-image {
    position: absolute;
    z-index: -1;
  }

  .image-5 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    z-index: 0;
  }

  .columns-sections {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
  }

  .outlined-button-orange {
    min-width: 100%;
    text-align: center;
  }

  .button-orange {
    min-width: 100%;
    margin-bottom: 20px;
  }

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

  .image-4 {
    z-index: 0;
  }

  .image-right {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    z-index: 0;
  }

  .trilhas {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 80px;
    grid-row-gap: 60px;
    grid-template-areas: "."
      "."
      "."
      "."
      "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .outras-conexoes-grid {
    grid-row-gap: 60px;
    grid-template-areas: "."
      "."
      "."
      "."
      "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 60px auto 60px auto 60px auto 60px auto 60px auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .nesw {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-auto-flow: column;
    grid-column-gap: 80px;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .small-container {
    width: 100%;
  }

  .form-block {
    width: 100%;
  }

  .centered {
    text-align: left;
  }

  .grid-parceiros {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .section-testimonial-empresarial {
    margin-right: 15px;
    margin-left: 15px;
  }

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

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

  .section-testimonial-empresarial.cc-store-home-wrap {
    margin-right: auto;
    margin-left: auto;
  }

  .section-testimonial-empresarial.depoimento {
    margin-right: auto;
    margin-left: auto;
  }

  .section-testimonial-empresarial.cc-empresarial-1---image-left {
    margin-right: auto;
    margin-left: auto;
  }

  .section-testimonial-empresarial.cc-empresarial-1---image-right {
    margin-right: auto;
    margin-left: auto;
  }

  .section-vantagens {
    margin-right: 15px;
    margin-left: 15px;
  }

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

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

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

  .section-vantagens.depoimento {
    margin-right: auto;
    margin-left: auto;
  }

  .section-vantagens.cc-empresarial-1---image-left {
    margin-right: auto;
    margin-left: auto;
  }

  .section-vantagens.cc-empresarial-1---image-right {
    margin-right: auto;
    margin-left: auto;
  }

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

  .columns {
    margin-right: 0px;
    padding-right: 0px;
  }

  .intro-content-img-right {
    width: 80%;
  }

  .intro-content-img-right.cc-homepage {
    display: block;
    padding-left: 1em;
  }

  .section-reas {
    margin-right: 15px;
    margin-left: 15px;
  }

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

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

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

  .section-reas.depoimento {
    margin-right: auto;
    margin-left: auto;
  }

  .section-reas.cc-empresarial-1---image-left {
    margin-right: auto;
    margin-left: auto;
  }

  .section-reas.cc-empresarial-1---image-right {
    margin-right: auto;
    margin-left: auto;
  }

  .intro {
    width: 80%;
  }

  .intro.cc-homepage {
    display: block;
    padding-left: 1em;
  }

  .intro-depomento-2 {
    width: 80%;
  }

  .intro-depomento-2.cc-homepage {
    display: block;
    padding-left: 1em;
  }

  .content-mentoria {
    width: 80%;
  }

  .content-mentoria.cc-homepage {
    display: block;
    padding-left: 1em;
    background-position: 100% 50%;
    background-size: cover;
  }

  .content-empresas {
    width: 80%;
  }

  .content-empresas.cc-homepage {
    display: block;
    padding-left: 1em;
  }

  .navigation-2 {
    padding: 20px 30px;
  }

  .container-depoimento-empresas {
    padding-right: 1em;
    padding-left: 1em;
    text-align: center;
  }

  .container-vantagens {
    padding-right: 1em;
    padding-left: 1em;
    text-align: center;
  }
}

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

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

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

  .section.depoimento {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
  }

  .section.cc-empresarial-1---image-left {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
  }

  .section.cc-empresarial-1---image-right {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
  }

  .paragraph-bigger.cc-bigger-light {
    padding: 12px;
  }

  .button.cc-contact-us {
    padding: 8px;
  }

  .label.cc-light {
    padding-right: 11px;
    padding-left: 11px;
  }

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

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .menu {
    margin-left: 15px;
  }

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

  .menu-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .menu-button.w--open {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

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

  .intro-content.cc-homepage {
    padding-right: 1em;
    padding-left: 1em;
    background-position: 50% 50%;
    background-size: cover;
    text-align: left;
  }

  .status-message.cc-no-data {
    width: 100%;
  }

  .contact-form-grid {
    width: 100%;
  }

  .our-numbers {
    width: 90%;
    grid-auto-flow: column;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .team-members {
    grid-template-areas: "."
      "."
      "."
      "."
      "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

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

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

  .blog-item {
    width: 100%;
    max-width: none;
  }

  .intro-text {
    position: static;
    display: block;
    padding-right: 1em;
    padding-left: 1em;
    background-color: hsla(0, 0%, 100%, 0.76);
    color: #f3f3f3;
    text-align: left;
  }

  .intro-text.cc-mobile {
    padding-right: 0.9em;
    padding-left: 1.1em;
  }

  .work-heading {
    padding-right: 12px;
    padding-left: 12px;
  }

  .tabbed-panel-heading {
    padding: 0px;
  }

  .tabs-button {
    max-width: none;
    min-height: 0px;
    margin-right: auto;
    margin-left: auto;
  }

  .tabs-button.w--current {
    max-width: none;
    min-height: 0px;
    margin-right: auto;
    margin-left: auto;
  }

  .tab-link-tab-2 {
    max-width: none;
    min-height: 0px;
    margin-right: auto;
    margin-left: auto;
  }

  .tab-link-tab-2.w--current {
    max-width: none;
    min-height: 0px;
  }

  .tab-link-tab-3 {
    max-width: none;
    min-height: 0px;
    min-width: 0px;
    margin-right: auto;
    margin-left: auto;
  }

  .tab-link-tab-4 {
    max-width: none;
    min-height: 0px;
    margin-right: auto;
    margin-left: auto;
  }

  .tab-link-tab-5 {
    max-width: none;
    min-height: 0px;
    margin-right: auto;
    margin-left: auto;
  }

  .text-block-3 {
    display: block;
    margin-bottom: 0px;
  }

  .text-block-5 {
    margin-right: auto;
    margin-left: auto;
  }

  .column {
    margin-top: 8px;
    margin-bottom: 8px;
    padding-right: 0px;
    text-align: center;
  }

  .column-2 {
    padding-right: 0px;
  }

  .image {
    position: static;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: block;
  }

  .image.cc-fisrt-image {
    position: absolute;
    z-index: -1;
  }

  .image.shadow {
    padding-left: 20px;
  }

  .image-5 {
    z-index: -1;
  }

  .image-3 {
    opacity: 0.49;
  }

  .columns-sections {
    margin-right: 0px;
    padding-right: 0px;
    text-align: left;
  }

  .outlined-button-orange {
    min-width: 100%;
  }

  .button-orange {
    min-width: 100%;
    text-align: left;
  }

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

  .intro-image {
    padding-right: 1em;
  }

  .intro-image.image {
    width: auto;
  }

  .image-right {
    z-index: -10;
  }

  .trilhas {
    grid-column-gap: 24px;
    -ms-grid-columns: 2.75fr;
    grid-template-columns: 2.75fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .nesw {
    width: 90%;
    grid-auto-flow: column;
  }

  .email {
    font-size: 16px;
  }

  .submit-button {
    font-size: 18px;
  }

  .form-block {
    margin-top: 1.5em;
  }

  .grid-parceiros {
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    grid-template-areas: ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .section-testimonial-empresarial.cc-store-home-wrap {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
  }

  .section-testimonial-empresarial.depoimento {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
  }

  .section-testimonial-empresarial.cc-empresarial-1---image-left {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
  }

  .section-testimonial-empresarial.cc-empresarial-1---image-right {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
  }

  .grid-parceiros-academicos {
    grid-auto-flow: row;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .section-vantagens.cc-store-home-wrap {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
  }

  .section-vantagens.depoimento {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
  }

  .section-vantagens.cc-empresarial-1---image-left {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
  }

  .section-vantagens.cc-empresarial-1---image-right {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
  }

  .columns {
    margin-right: 0px;
    padding-right: 0px;
    text-align: center;
  }

  .intro-content-img-right.cc-homepage {
    padding-right: 1em;
    padding-left: 1em;
    text-align: left;
  }

  .tab-pane-tab-6 {
    margin-right: auto;
    margin-left: auto;
  }

  .section-reas.cc-store-home-wrap {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
  }

  .section-reas.depoimento {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
  }

  .section-reas.cc-empresarial-1---image-left {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
  }

  .section-reas.cc-empresarial-1---image-right {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
  }

  .intro.cc-homepage {
    padding-right: 1em;
    padding-left: 1em;
    text-align: left;
  }

  .intro-depomento-2.cc-homepage {
    padding-right: 1em;
    padding-left: 1em;
    text-align: left;
  }

  .content-mentoria.cc-homepage {
    padding-right: 1em;
    padding-left: 1em;
    background-position: 100% 50%;
    background-size: cover;
    text-align: left;
  }

  .content-empresas.cc-homepage {
    padding-right: 1em;
    padding-left: 1em;
    text-align: left;
  }

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

  .intro-image-left {
    padding-right: 1em;
  }

  .intro-image-left.image {
    width: auto;
  }

  .container-depoimento-empresas {
    padding-right: 0.4em;
    padding-left: 0.4em;
  }

  .div-block-depoimentos-empresas {
    padding-right: 28px;
    padding-left: 28px;
  }
}

#w-node-_49a47451-540c-64f3-a126-3b7285d033eb-5298df15 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_49a47451-540c-64f3-a126-3b7285d033f1-5298df15 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_49a47451-540c-64f3-a126-3b7285d033f7-5298df15 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_49a47451-540c-64f3-a126-3b7285d03403-5298df15 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_49a47451-540c-64f3-a126-3b7285d0340a-5298df15 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cb4e6a84-dd2d-19b6-30b6-e1ccc2943996-5298df15 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-fe3a4bf7-1c76-51c9-20ec-782edf1d4cc1-5298df15 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_761a12a4-5389-be2a-a7f9-f7ce17259506-5298df15 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-ff1e445c-bdb0-e770-3128-18871cae542d-5298df15 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-ab006921-f34b-ee74-300c-badbdb11753b-5298df15 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-ab006921-f34b-ee74-300c-badbdb117541-5298df15 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-ab006921-f34b-ee74-300c-badbdb117547-5298df15 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_4798d558-6c92-294c-4b30-e8723172147e-5298df15 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_4798d558-6c92-294c-4b30-e87231721484-5298df15 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_4798d558-6c92-294c-4b30-e8723172148a-5298df15 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_4798d558-6c92-294c-4b30-e87231721490-5298df15 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_4798d558-6c92-294c-4b30-e87231721496-5298df15 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_4798d558-6c92-294c-4b30-e8723172149d-5298df15 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_6b02596b-4c97-e240-2989-092eff9aa17b-5298df15 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_118faad8-64f7-026e-0fcb-3c982bd02dfb-5298df15 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_6314b960-231a-808f-91be-8da30935abdb-5298df15 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_92505491-a8fa-087f-e5e1-c69a9f01f530-5298df15 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-db56c3b2-a696-ad32-bdfa-b4d1e84d4026-5298df15 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_5da9cba7-a4d5-9842-f7b4-5936b9968f55-5298df15 {
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-aea9095c-20d4-ef6e-27f1-f05aa701ba8b-5298df15 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_8f5b64c1-169b-c8f0-15d4-dc32d850516e-5298df15 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-e1a86d7c-57a6-0b26-0e2a-b0a724577a30-5298df15 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_5c392b72-8839-e9b1-d5c0-33da0b39242c-5298df15 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_158182f7-c573-f6ab-c531-da93659032e5-5298df15 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_206ba2ac-565a-5a23-9392-591e2d7b349b-5298df15 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-a204deb2-2ceb-70ca-97d9-7fb084cfcea1-5298df15 {
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-c286ed97-edfd-1dfe-5615-7e18f256e225-5298df15 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-c286ed97-edfd-1dfe-5615-7e18f256e22b-5298df15 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-c286ed97-edfd-1dfe-5615-7e18f256e231-5298df15 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-c286ed97-edfd-1dfe-5615-7e18f256e237-5298df15 {
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-column-span: 1;
  grid-column-end: 7;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-c286ed97-edfd-1dfe-5615-7e18f256e23d-5298df15 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-c286ed97-edfd-1dfe-5615-7e18f256e244-5298df15 {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 991px) {
  #w-node-_49a47451-540c-64f3-a126-3b7285d033f7-5298df15 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_49a47451-540c-64f3-a126-3b7285d03403-5298df15 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_49a47451-540c-64f3-a126-3b7285d0340a-5298df15 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-ab006921-f34b-ee74-300c-badbdb117541-5298df15 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-ab006921-f34b-ee74-300c-badbdb117547-5298df15 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-_4798d558-6c92-294c-4b30-e8723172148a-5298df15 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_4798d558-6c92-294c-4b30-e87231721490-5298df15 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-_4798d558-6c92-294c-4b30-e87231721496-5298df15 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_4798d558-6c92-294c-4b30-e8723172149d-5298df15 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-c286ed97-edfd-1dfe-5615-7e18f256e231-5298df15 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-c286ed97-edfd-1dfe-5615-7e18f256e237-5298df15 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-c286ed97-edfd-1dfe-5615-7e18f256e23d-5298df15 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-c286ed97-edfd-1dfe-5615-7e18f256e244-5298df15 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_49a47451-540c-64f3-a126-3b7285d033f1-5298df15 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_49a47451-540c-64f3-a126-3b7285d033f7-5298df15 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-_49a47451-540c-64f3-a126-3b7285d03403-5298df15 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-_49a47451-540c-64f3-a126-3b7285d0340a-5298df15 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }

  #w-node-_4798d558-6c92-294c-4b30-e87231721484-5298df15 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_4798d558-6c92-294c-4b30-e8723172148a-5298df15 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-_4798d558-6c92-294c-4b30-e87231721490-5298df15 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
  }

  #w-node-_4798d558-6c92-294c-4b30-e87231721496-5298df15 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-_4798d558-6c92-294c-4b30-e8723172149d-5298df15 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }

  #w-node-_5c392b72-8839-e9b1-d5c0-33da0b39242c-5298df15 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-c286ed97-edfd-1dfe-5615-7e18f256e22b-5298df15 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-c286ed97-edfd-1dfe-5615-7e18f256e231-5298df15 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-c286ed97-edfd-1dfe-5615-7e18f256e237-5298df15 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
  }

  #w-node-c286ed97-edfd-1dfe-5615-7e18f256e23d-5298df15 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-c286ed97-edfd-1dfe-5615-7e18f256e244-5298df15 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8f5b64c1-169b-c8f0-15d4-dc32d850516e-5298df15 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}