:root {
  --gold: #ffe100;
  --black: #000;
  --midnight-blue: #031743;
  --white: white;
  --blue: #00226e;
  --gray: #131316;
}

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

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

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

.w-embed-youtubevideo {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

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

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

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

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

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

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

p {
  margin-bottom: 10px;
}

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

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

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

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

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

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

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

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

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

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

.section.cc-cta {
  z-index: 0;
  background-color: rgba(0, 34, 110, 0);
  border-radius: 0;
  margin-top: 60px;
  padding-left: 80px;
  padding-right: 80px;
  position: relative;
}

.section.cc-home-wrap {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

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

.container {
  width: auto;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 59px;
}

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

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

.paragraph-bigger.cc-bigger-light {
  opacity: 1;
  color: #fff;
  line-height: 30px;
}

.paragraph-bigger.cc-bigger-white-light {
  opacity: .7;
  margin-top: 20px;
  font-size: 30px;
  line-height: 50px;
}

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

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

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

.button.cc-jumbo-button {
  background-color: var(--gold);
  color: var(--black);
  margin-top: 20px;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-jumbo-button.cc-jumbo-white {
  background-color: var(--gold);
  color: var(--midnight-blue);
  letter-spacing: 1px;
  border-radius: 12px;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 8px 15px;
  font-size: 12px;
  font-weight: 900;
  display: flex;
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #c2ab02;
  padding-left: 15px;
  padding-right: 15px;
  transform: translate(0);
}

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

.button.cc-jumbo-button.cc-jumbo-white.celular {
  display: none;
}

.button.cc-jumbo-button.cc-jumbo-white.line {
  color: var(--white);
  background-color: rgba(255, 225, 0, 0);
  font-weight: 700;
}

.button.cc-jumbo-button.cc-jumbo-white.line:hover {
  margin-bottom: 40px;
  font-weight: 900;
}

.button.cc-contact-us {
  z-index: 5;
  background-color: var(--midnight-blue);
  color: var(--white);
  letter-spacing: 1px;
  border-radius: 10px;
  padding: 8px 15px;
  font-size: 10px;
  font-weight: 600;
  position: relative;
}

.button.cc-contact-us:hover {
  color: #fff;
  background-color: #010c25;
}

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

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

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

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

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

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

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

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

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

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

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

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

.paragraph-light {
  opacity: .6;
}

.heading-jumbo {
  color: var(--white);
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 55px;
  font-weight: 700;
  line-height: 65px;
}

.heading-jumbo-small {
  color: #fff;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 45px;
  font-weight: 800;
  line-height: 50px;
}

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

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

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

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

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

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

.menu {
  z-index: 0;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navigation-wrap {
  max-width: 1250px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.navigation {
  background-color: #fff;
  align-items: center;
  margin-top: 0;
  padding: 10px 50px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navigation-item {
  opacity: .8;
  color: var(--midnight-blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
  color: var(--midnight-blue);
  font-weight: 900;
}

.navigation-item:active {
  opacity: .8;
  color: var(--midnight-blue);
  font-weight: 700;
}

.navigation-item.w--current {
  opacity: 1;
  color: var(--midnight-blue);
  background-color: rgba(40, 40, 40, 0);
  font-weight: 900;
  text-decoration: none;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: var(--midnight-blue);
  text-decoration: none;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: var(--midnight-blue);
  font-weight: 700;
}

.navigation-item.celular {
  display: none;
}

.navigation-item.laptop {
  font-weight: 600;
}

.logo-image {
  display: block;
}

.navigation-items {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

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

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

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

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

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

.intro-header {
  height: auto;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  display: flex;
}

.intro-header.cc-subpage {
  height: 480px;
  background-color: var(--blue);
  color: #fff;
  background-image: none;
}

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

.intro-content.cc-homepage {
  width: auto;
  max-width: 1200px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

.our-services-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 2px solid rgba(0, 0, 0, .15);
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-bottom: 0;
  padding: 60px 25px;
}

.our-services-grid._3 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 100px;
  padding-bottom: 100px;
}

.our-services-grid._5 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.our-services-grid._12 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.our-services-grid._8 {
  padding-top: 100px;
  padding-bottom: 100px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.project-overview-header {
  height: 600px;
  background-color: var(--blue);
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._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 {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-bottom: 80px;
}

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

.intro-text {
  width: 80%;
  text-align: left;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.collection-wrap {
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

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

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

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

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

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

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

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

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

.background-video {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  padding: 208px;
  display: flex;
}

.image {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 115px;
}

.hero-heading-left {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px #e4ebf3;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: none;
  background-color: var(--midnight-blue);
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 45px;
}

.hero-wrapper {
  width: auto;
  max-width: 1200px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 0;
  display: flex;
  position: relative;
}

.hero-split {
  z-index: 2;
  max-width: 50%;
  color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 14px;
  display: flex;
  position: relative;
}

.hero-split.color {
  height: 100%;
  position: relative;
}

.margin-bottom-24px {
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.margin-bottom-24px.nop {
  margin-bottom: 10px;
}

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

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

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

.shadow-two {
  max-width: none;
  margin-right: 0;
  position: relative;
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.div-block {
  z-index: 0;
  width: 100%;
  background-color: rgba(3, 23, 67, 0);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.heading {
  color: var(--white);
  text-align: left;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 700;
}

.heading.blue {
  color: var(--gray);
  font-size: 40px;
  font-weight: 400;
}

.heading.blue.wef {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 0;
  line-height: 50px;
}

.list {
  margin-top: 0;
  font-size: 18px;
}

.grid {
  width: 50%;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: center;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
}

.grid-2 {
  width: 800px;
  grid-template-rows: auto;
  margin-left: auto;
  margin-right: auto;
}

.grid-2.margin {
  width: 100%;
  margin-top: 16px;
}

.software-block {
  width: 400px;
  height: 400px;
  background-color: var(--black);
}

.software-block._1-img {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.software-block._2-img {
  width: 100%;
  height: 400px;
  background-color: rgba(0, 0, 0, 0);
}

.software-block._3-img {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/carlos-muza-hpjSkU2UYSU-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
}

.software-block._4-img {
  width: 100%;
  background-image: url('../images/pankaj-patel-Ylk5n_nd9dA-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
}

.software-block._5-img {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/campaign-creators-gMsnXqILjp4-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
}

.section-2 {
  max-width: 1300px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  display: flex;
  position: relative;
}

.section-2.celular {
  display: none;
}

.dropdown {
  width: 100%;
  height: 100%;
  background-color: rgba(227, 200, 200, .16);
}

.dropdown-toggle {
  width: 100%;
  height: 100%;
  background-color: rgba(3, 23, 67, .85);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 20px;
  display: flex;
}

.dropdown-toggle.w--open {
  justify-content: flex-start;
  padding-top: 40px;
}

.dropdown-toggle.donttt.w--open {
  padding-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
}

.dropdown-toggle._2.w--open {
  padding-top: 60px;
}

.text-block {
  color: var(--gray);
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 600;
}

.image-2 {
  margin-bottom: 0;
}

.dropdown-list {
  padding-left: 0;
  padding-right: 0;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.dropdown-list.w--open {
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
}

.div-block-2 {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-around;
  align-items: flex-start;
  margin-bottom: 0;
  padding: 0;
  display: flex;
}

.div-block-2._18margin {
  justify-content: space-around;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
}

.div-block-2.dont {
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.list-item {
  color: var(--gray);
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.list-item.dont {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.list-2 {
  padding-right: 10px;
}

.list-2.dont {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 0;
}

.list-3 {
  flex: 1;
  padding-left: 0;
}

.list-4 {
  margin-left: 40px;
  padding-left: 0;
}

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

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

.form-div {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: flex;
}

.form-div.left {
  align-items: flex-start;
  padding-left: 0;
  padding-right: 10px;
}

.form-div.nop {
  margin-top: 10px;
  padding-left: 0;
}

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

.form-wrapper {
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.image-5 {
  z-index: -1;
  opacity: .2;
  margin-top: 20px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.footer-dark {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #e4ebf3;
  padding: 100px 68px 0;
  position: relative;
}

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

.footer-wrapper {
  width: 100%;
  max-width: 1300px;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  width: 80%;
  grid-column-gap: 22px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: auto 219px;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  display: grid;
}

.footer-block {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  padding-left: 0;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(55, 57, 66, .75);
}

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

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

.footer-divider {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  line-height: 16px;
}

.footer-copyright-center.lowkey {
  background-color: #f0f0f0;
  justify-content: center;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 12px;
  font-weight: 200;
  display: flex;
}

.text-block-2 {
  font-size: 13px;
}

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

.body {
  border-radius: 9px;
}

.form-rectangle {
  border-radius: 10px;
  padding: 20px;
}

.form-block {
  padding: 20px 55px 55px;
  display: none;
}

.html-embed {
  z-index: 10;
  background-color: #021743;
  position: relative;
}

.html-embed.nop {
  display: none;
}

.list-5, .list-6, .list-7, .list-8 {
  flex: 1;
}

.div-block-3 {
  justify-content: flex-start;
  align-items: center;
  margin-right: 0;
  padding: 11px;
  display: flex;
}

.image-6 {
  width: 10%;
}

.paragraph {
  margin-bottom: 0;
  margin-left: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.text-block-3 {
  margin-top: 40px;
  font-size: 20px;
  line-height: 30px;
}

.image-7 {
  background-color: #d1d1d1;
}

.image-8, .image-9 {
  width: 100%;
}

.image-10 {
  width: 50%;
}

.div-block-4 {
  border-bottom: 3px rgba(0, 0, 0, .1);
  padding-bottom: 40px;
}

.image-11 {
  width: 100%;
}

.image-12 {
  width: auto;
}

.image-13 {
  width: 65%;
}

.image-14 {
  width: 50%;
}

.image-15 {
  width: auto;
}

.quick-stack {
  width: 100%;
  max-width: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.quick-stack.up {
  border-top: 2px solid #dadada;
}

.quick-stack.up.down {
  border-bottom: 2px solid #dadada;
}

.text-block-4 {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.cell {
  background-color: #f1f1f1;
  border-right: 2px solid #dadada;
  justify-content: center;
  align-items: center;
  padding: 12px;
  font-weight: 500;
}

.cell.white {
  background-color: rgba(241, 241, 241, 0);
  border-bottom: 2px solid #dadada;
  align-items: flex-start;
  padding: 15px;
}

.cell.left {
  border-left: 2px solid #dadada;
}

.div-block-5 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-5 {
  background-color: var(--gold);
  border-radius: 10px;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.text-block-5:hover {
  background-color: #ffe100;
  font-weight: 700;
}

.link-block {
  border-radius: 10px;
  text-decoration: none;
}

.link-block:hover {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 5px;
  font-weight: 700;
}

._2 {
  display: block;
}

.image-16 {
  width: 400px;
}

.image-17 {
  width: 80%;
}

.quick-stack-2 {
  max-width: 1200px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.text-block-6 {
  text-align: center;
  margin-bottom: 15px;
  padding-right: 20px;
  font-size: 25px;
  font-weight: 400;
  line-height: 36px;
}

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

.text-span, .text-span-2 {
  font-weight: 700;
}

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

.cell-5 {
  border: 2px solid #dadada;
  justify-content: center;
  align-items: center;
  padding: 38px;
}

.map-2 {
  margin-left: 60px;
}

.hero {
  z-index: 5;
  height: 100%;
  max-width: none;
  background-color: rgba(4, 30, 88, .85);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.italic-text {
  color: var(--midnight-blue);
  -webkit-text-stroke-color: var(--gold);
}

.text-block-7 {
  margin-right: 5px;
  font-size: 10px;
  font-weight: 700;
  text-decoration: none;
}

.text-block-7.normal {
  font-weight: 500;
}

.text-block-7.normal:hover {
  font-weight: 700;
}

.bg {
  z-index: 1;
  height: 90vh;
  margin-top: 140px;
  position: relative;
}

.image-18 {
  width: 50%;
}

.image-19 {
  z-index: 1;
  opacity: .3;
  position: absolute;
  top: 2%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.background-video-2 {
  z-index: -1;
  height: 100%;
  background-color: var(--midnight-blue);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-20 {
  z-index: 2;
  width: 100%;
  opacity: 1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.div-block-6 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link {
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  text-decoration: none;
}

.page-content {
  position: relative;
}

.link-block-2 {
  width: 50px;
  height: 50px;
  position: fixed;
  top: auto;
  bottom: 2%;
  left: auto;
  right: 2%;
}

.image-21 {
  width: 40%;
}

.img {
  position: relative;
}

.image-22 {
  width: 100%;
  height: 200px;
}

.img-fondo {
  height: 125px;
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/kelly-sikkema-M98NRBuzbpc-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.img-fondo._2 {
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/nicole-geri-gMJ3tFOLvnA-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.img-fondo._4 {
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/carlos-muza-hpjSkU2UYSU-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.img-fondo._5 {
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/campaign-creators-gMsnXqILjp4-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.img-fondo._3 {
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/Diseno-sin-titulo-11.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.quick-stack-4 {
  max-width: 800px;
  grid-column-gap: 41px;
  padding: 0;
}

.quick-stack-4._40px {
  grid-column-gap: 54px;
  margin-top: 0;
}

.quick-stack-5 {
  max-width: 1200px;
  grid-column-gap: 55px;
  margin-bottom: 55px;
  padding: 0;
}

.list-12, .list-13 {
  padding-left: 20px;
}

.link-2 {
  margin-left: 5px;
}

.quick-stack-6 {
  max-width: 1200px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin: 20px auto;
  padding: 0;
}

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

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

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

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

  .container {
    padding: 25px;
  }

  .paragraph-bigger.cc-bigger-light {
    margin-bottom: 30px;
  }

  .paragraph-bigger.cc-bigger-white-light {
    font-size: 25px;
    line-height: 35px;
  }

  .button {
    justify-content: center;
  }

  .button.cc-jumbo-button.cc-jumbo-white {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .button.cc-jumbo-button.cc-jumbo-white.celular {
    width: 350px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .button.cc-jumbo-button.cc-jumbo-white.line {
    flex: none;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 20px;
  }

  .button.cc-jumbo-button.cc-jumbo-white.line:hover {
    margin-bottom: 0;
    font-weight: 700;
  }

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

  .heading-jumbo {
    font-size: 40px;
    font-weight: 800;
    line-height: 45px;
  }

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

  .menu-icon {
    background-color: #fff;
    font-size: 40px;
    display: block;
  }

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

  .navigation-wrap {
    background-color: rgba(255, 255, 255, 0);
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    opacity: 1;
    color: var(--white);
    text-align: center;
    mix-blend-mode: normal;
    background-color: rgba(255, 255, 255, 0);
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    padding: 15px 30px;
    font-weight: 700;
    transition-property: none;
  }

  .navigation-item:hover {
    opacity: 1;
    color: var(--gold);
    background-color: rgba(255, 255, 255, 0);
  }

  .navigation-item:active {
    opacity: 1;
    color: var(--midnight-blue);
    background-color: rgba(238, 240, 243, 0);
  }

  .navigation-item.celular {
    display: block;
  }

  .navigation-item.laptop {
    display: none;
  }

  .menu-button {
    flex: 0 auto;
    padding: 0;
    font-size: 20px;
  }

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

  .navigation-items {
    background-color: var(--midnight-blue);
    border: 1px solid #fff;
    border-top: 2px #fff;
    border-bottom-color: rgba(255, 255, 255, .5);
  }

  .cta-text {
    width: auto;
  }

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

  .intro-content.cc-homepage {
    width: 100%;
  }

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

  .our-services-grid._3 {
    grid-template-rows: auto auto;
  }

  .our-services-grid._12 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .our-services-grid._8 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

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

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

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

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

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

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

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

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

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

  .blog-item {
    width: 80%;
  }

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

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

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

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

  .intro-text {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

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

  .background-video {
    padding: 200px 59px 140px;
  }

  .image {
    padding: 37px;
  }

  .container-2 {
    max-width: none;
    padding: 45px 60px;
  }

  .hero-wrapper {
    z-index: 0;
    background-color: rgba(3, 23, 67, 0);
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    padding-top: 0;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom-24px {
    color: var(--white);
  }

  .shadow-two {
    width: 100%;
    position: static;
  }

  .div-block {
    display: none;
  }

  .heading {
    z-index: 1;
    color: var(--white);
    text-align: left;
    padding-top: 40px;
    font-size: 40px;
    font-weight: 800;
    position: relative;
  }

  .heading.black {
    color: var(--midnight-blue);
    text-align: center;
  }

  .heading.blue {
    padding-top: 0;
  }

  .heading.blue.wef {
    text-align: center;
  }

  .list {
    color: var(--white);
  }

  .grid {
    width: auto;
    grid-template-columns: 1fr;
  }

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

  .software-block._1-img {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .software-block._2-img {
    background-image: linear-gradient(rgba(3, 23, 67, .85), rgba(3, 23, 67, .85)), url('../images/nicole-geri-gMJ3tFOLvnA-unsplash.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .software-block._3-img {
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(rgba(3, 23, 67, .85), rgba(3, 23, 67, .85)), url('../images/carlos-muza-hpjSkU2UYSU-unsplash.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .software-block._4-img {
    background-image: linear-gradient(rgba(3, 23, 67, .85), rgba(3, 23, 67, .85)), url('../images/pankaj-patel-Ylk5n_nd9dA-unsplash.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .software-block._5-img {
    background-image: linear-gradient(rgba(3, 23, 67, .85), rgba(3, 23, 67, .85)), url('../images/campaign-creators-gMsnXqILjp4-unsplash.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-2 {
    flex-direction: column;
    display: flex;
  }

  .section-2.celular {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .text-block {
    font-weight: 700;
    line-height: 26px;
  }

  .div-block-2 {
    justify-content: space-around;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-2._18margin {
    padding-left: 100px;
    padding-right: 60px;
  }

  .div-block-2.dont {
    padding-left: 60px;
    padding-right: 60px;
  }

  .list-item {
    font-size: 14px;
    font-weight: 500;
  }

  .list-item.dont {
    font-weight: 600;
  }

  .list-2.dont {
    flex: 1;
    padding-left: 0;
    padding-right: 0;
  }

  .list-3 {
    flex: 1;
  }

  .list-4 {
    flex: 1;
    margin-left: 0;
  }

  .image-3 {
    z-index: 0;
    opacity: .2;
  }

  .image-5 {
    width: 65%;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .footer-dark {
    padding-top: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-3 {
    max-width: 728px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .footer-wrapper {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .footer-brand {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-content {
    grid-column-gap: 60px;
    grid-template-columns: auto;
    justify-items: start;
    padding-left: 40px;
  }

  .footer-block {
    margin-left: 0;
    padding-left: 0;
  }

  .list-5, .list-7, .list-8 {
    padding-left: 0;
  }

  .list-9, .list-10, .list-11 {
    flex: 1;
  }

  .quick-stack {
    width: auto;
  }

  .cell.white {
    border-bottom-style: solid;
  }

  .div-block-5 {
    max-width: none;
    overflow: scroll;
  }

  .image-16 {
    width: auto;
    margin-top: 20px;
  }

  .image-17 {
    width: 300px;
  }

  .cell-5 {
    padding: 29px;
  }

  .map-2 {
    margin-top: 40px;
    margin-left: 0;
  }

  .text-block-7 {
    font-weight: 500;
  }

  .text-block-7:hover {
    font-weight: 900;
  }

  .text-block-7.bbold {
    font-weight: 700;
  }

  .bg {
    height: 60vh;
  }

  .div-block-6 {
    width: 100%;
    flex-direction: row;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    display: flex;
  }

  .image-21 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .img {
    width: 100%;
  }

  .quick-stack-4._40px {
    width: 70%;
    max-width: 1200px;
  }

  .quick-stack-5 {
    width: 70%;
  }

  .list-13 {
    padding-left: 30px;
  }

  .quick-stack-6 {
    padding: 32px;
  }
}

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

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

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

  .container {
    text-align: center;
    padding: 19px;
  }

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

  .paragraph-bigger.cc-bigger-white-light {
    font-size: 20px;
    line-height: 30px;
  }

  .button.cc-jumbo-button.cc-jumbo-white.celular {
    width: auto;
  }

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

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

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

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

  .navigation {
    padding: 20px 30px;
  }

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

  .intro-content {
    width: 80%;
  }

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

  .our-services-grid._3 {
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .our-services-grid._5 {
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .our-services-grid._12 {
    grid-template-columns: 1fr 1fr 1fr;
  }

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

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

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

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

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

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

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

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

  .blog-detail-header-wrap {
    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 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image {
    width: 100%;
  }

  .hero-heading-left {
    margin-top: 0;
    padding: 10px 15px 60px;
  }

  .container-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero-split {
    padding-right: 0;
  }

  .margin-bottom-24px {
    font-size: 14px;
  }

  .shadow-two {
    width: 100%;
    margin-right: 0;
  }

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

  .heading.black {
    color: var(--midnight-blue);
    text-align: center;
  }

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

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

  .text-block {
    font-size: 14px;
    line-height: 22px;
  }

  .div-block-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-2._18margin {
    padding-left: 60px;
    padding-right: 0;
  }

  .div-block-2.dont {
    padding-right: 40px;
  }

  .list-item {
    font-size: 14px;
  }

  .list-item.dont {
    line-height: 26px;
  }

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

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

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

  .footer-block {
    align-items: flex-start;
  }

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

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

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

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

  .paragraph {
    font-size: 14px;
  }

  .text-block-4 {
    font-size: 15px;
  }

  .div-block-5 {
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    display: flex;
  }

  .cell-5 {
    padding: 25px;
  }

  .image-21 {
    width: 85%;
  }

  .quick-stack-4._40px, .quick-stack-5 {
    width: 80%;
  }

  .list-13 {
    padding-left: 20px;
  }

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

  .cell-6 {
    padding: 21px;
  }
}

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

  .section.cc-cta {
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .container {
    max-width: none;
    padding: 10px;
  }

  .paragraph-bigger.cc-bigger-white-light {
    margin-top: 10px;
    font-size: 18px;
    line-height: 26px;
  }

  .button.cc-jumbo-button.cc-jumbo-white {
    padding: 6px 10px;
    font-size: 10px;
    font-weight: 800;
  }

  .button.cc-jumbo-button.cc-jumbo-white.celular {
    width: auto;
  }

  .button.cc-jumbo-button.cc-jumbo-white.line {
    margin-top: 10px;
    margin-left: 0;
  }

  .button.cc-contact-us {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 12px;
  }

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

  .heading-jumbo {
    text-align: left;
    font-size: 20px;
    line-height: 30px;
  }

  .heading-jumbo-small {
    font-size: 25px;
    font-weight: 800;
    line-height: 35px;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation-wrap {
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
  }

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

  .navigation-item:hover {
    background-color: rgba(0, 0, 0, 0);
  }

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

  .logo-image {
    width: 55%;
  }

  .cta-text {
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
  }

  .cta-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .intro-header.cc-subpage {
    height: 400px;
  }

  .intro-content {
    width: auto;
    max-width: none;
  }

  .intro-content.cc-homepage {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 20px;
  }

  .our-services-grid, .our-services-grid._3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .our-services-grid._5 {
    grid-row-gap: 20px;
  }

  .our-services-grid._12 {
    grid-template-columns: 1fr 1fr;
  }

  .our-services-grid._8 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .our-contacts {
    width: 90%;
  }

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

  .project-overview-header {
    height: auto;
    margin-bottom: 60px;
    padding-top: 140px;
    padding-bottom: 140px;
  }

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

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

  .intro-text {
    padding-left: 0;
    padding-right: 0;
  }

  .background-video {
    padding-top: 180px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0;
  }

  .hero-heading-left {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container-2 {
    max-width: none;
    padding: 40px 20px;
  }

  .hero-split {
    align-items: flex-start;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom-24px {
    font-size: 13px;
    line-height: 23px;
  }

  .heading {
    padding-top: 0;
    font-size: 25px;
    line-height: 35px;
  }

  .heading.black {
    padding-top: 0;
    font-size: 22px;
  }

  .heading.blue {
    font-size: 25px;
  }

  .heading.blue.wef {
    font-weight: 700;
    line-height: 35px;
  }

  .list {
    font-size: 16px;
  }

  .software-block._2-img {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-2 {
    padding-top: 0;
  }

  .section-2.celular {
    padding-top: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .div-block-2 {
    padding-left: 0;
  }

  .div-block-2._18margin {
    padding-left: 0;
    padding-right: 10px;
  }

  .div-block-2.dont {
    padding-left: 30px;
    padding-right: 10px;
  }

  .list-item {
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
  }

  .list-item.dont {
    font-size: 12px;
    line-height: 22px;
  }

  .list-2.dont, .list-3, .list-4 {
    padding-left: 30px;
  }

  .footer-dark {
    padding-top: 60px;
  }

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

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

  .footer-brand {
    width: 80%;
  }

  .footer-content {
    width: 90%;
    padding-left: 20px;
  }

  .text-block-2 {
    font-size: 9px;
    font-weight: 800;
  }

  .html-embed {
    width: 100%;
  }

  .list-5, .list-6, .list-7, .list-8, .list-9, .list-10, .list-11 {
    padding-left: 30px;
  }

  .div-block-3 {
    margin-right: 10px;
    line-height: 26px;
  }

  .paragraph {
    font-size: 13px;
  }

  .text-block-3 {
    margin-top: 10px;
    font-size: 20px;
  }

  .text-block-4 {
    font-size: 15px;
  }

  .image-17 {
    width: 200px;
  }

  .text-block-6 {
    font-size: 18px;
    line-height: 28px;
  }

  .cell-5 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .map-2 {
    margin-left: 0;
  }

  .text-block-7.normal {
    font-size: 8px;
    font-weight: 600;
  }

  .text-block-7.bbold {
    font-size: 8px;
  }

  .bg {
    height: 50vh;
    margin-top: 100px;
  }

  .image-19 {
    opacity: .13;
  }

  .div-block-6 {
    width: 80%;
    flex-direction: column;
    align-items: flex-start;
  }

  .image-21 {
    width: 100%;
  }

  .img-fondo, .img-fondo._4, .img-fondo._3 {
    height: 100px;
  }

  .quick-stack-4._40px, .quick-stack-5 {
    width: 90%;
  }

  .cell-6 {
    padding: 12px;
  }

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

#w-node-_289da262-6ce5-9037-05a9-a5d757fac8f5-cb2ad047 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-dfe8a8a0-7805-e436-56bd-c4e8bbfbcb6a-cb2ad047 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_0a8c10cb-9dd8-bd55-3a36-10d3feccad57-cb2ad047, #w-node-_0ac79175-1496-3515-710c-f6383ff7c121-cb2ad047, #w-node-_87f0466a-0167-8df6-420e-228b018cbc4a-cb2ad047 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b1ab74d9-50f6-0f9a-559e-d189b541303f-cb2ad047 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_2f052551-7be1-9456-9e01-e8923dd1f554-cb2ad047, #w-node-b5b5cda3-4f46-9bf3-c66b-44e136d870f4-cb2ad047 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4ae4aedc-e103-78a9-3bd2-026ad8285572-cb2ad047 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_9616643a-4f9d-01ff-91a1-74d3998fe173-998fe16f {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_9616643a-4f9d-01ff-91a1-74d3998fe175-998fe16f, #w-node-_9616643a-4f9d-01ff-91a1-74d3998fe180-998fe16f, #w-node-df135a12-5e89-0e44-25f1-4866bea6dba0-cb2ad04a, #w-node-_43252647-1e5f-4306-38b0-11413ff48dc4-cb2ad04a, #w-node-_66df49eb-8445-8669-b784-28684103e671-cb2ad04a, #w-node-_751d2511-6801-28bf-dd06-b571241594e3-cb2ad04a, #w-node-_0927ab15-6f76-6377-5a8d-ff6c13f310b4-cb2ad04a, #w-node-_3cbebeca-25c0-12df-d05f-9fcc739b7936-cb2ad04a, #w-node-f305861c-1f33-5459-540c-007d2485692d-cb2ad04a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c860546-c4fc-590c-dbfa-79f526440cce-cb2ad04a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_6ff86597-8bb4-6c2f-a6f6-0fbcd6555501-cb2ad04a, #w-node-_13dbf02b-462d-cf2a-d3f2-af91719d8028-cb2ad04a, #w-node-fb3fe197-494e-902d-e30b-3a931b0a416e-cb2ad04a, #w-node-_65cbe59c-8ed0-d720-b9f5-563e8c4aa524-cb2ad04a, #w-node-_3bc7b93f-0223-8d1b-b377-49a0198d40c5-cb2ad04a, #w-node-bbe8ebf9-950b-d8e5-b7d5-d56571b851f0-cb2ad04a, #w-node-e58fcadc-2c1f-5af6-73ed-3d81985a6a40-cb2ad04a, #w-node-_903b0dc1-8c6c-433d-bcaa-5c0349d9deb7-cb2ad04a, #w-node-_9d273763-a2cb-df16-ec3e-3f8105e50441-cb2ad04a, #w-node-_116a60f4-0e00-2d99-9f39-e1ae1892c512-cb2ad04a, #w-node-b1dae2cb-0a5c-cbb3-79b4-e6c393d96846-cb2ad04a, #w-node-_57df64fc-35eb-6426-a7b2-1a18acf69bec-cb2ad04a, #w-node-_57b5b5d7-f76a-47d1-d2d7-017c5ecdfebd-cb2ad04a, #w-node-_34258a63-241d-5f22-8337-51b780c396c3-cb2ad04a, #w-node-_6313684e-ecd1-1225-568c-0dac0f7df7a8-cb2ad04a, #w-node-d69f8822-7e70-dd98-43e8-3fba6995f699-cb2ad04a, #w-node-_0fd0314d-60c3-996d-7edc-5e4d48f67bd8-cb2ad04a, #w-node-_6c8cc778-919c-01c5-246e-034e321a3cf7-cb2ad04a, #w-node-beb93a91-3149-da4a-9631-91a8ab1c1852-cb2ad04a, #w-node-d194a5db-1db7-237f-073a-766350e5a49c-cb2ad04a, #w-node-da9de6a4-ab36-c13d-94f8-87dc6138d48f-cb2ad04a, #w-node-_5349b83a-c2a2-26e9-836f-bfcd69f9333d-cb2ad04a, #w-node-_83f1a8f8-21c4-ae33-5ef0-6407b7f12bba-cb2ad04a, #w-node-_9fbe7d2d-a8de-5bb6-e6f5-04b73b3bcc41-cb2ad04a, #w-node-_415dcf12-40ae-7abc-2971-bc67d8c31c5e-cb2ad04a, #w-node-_703fbff7-9ea0-5d86-a0ee-07574fdaa4a1-cb2ad04a, #w-node-_38f188a9-7595-82e3-fc44-4575c35fe684-cb2ad04a, #w-node-_068c1464-5c9f-7e6b-7fdf-c3d8975a081e-cb2ad04a, #w-node-_8556ea04-b685-c42f-3ea1-a842b5c0a9fd-cb2ad04a, #w-node-_4f7b71f2-61b7-839e-5625-10f7882bd0b5-cb2ad04a, #w-node-c14ad4d7-de24-9704-4522-12b988a4d644-cb2ad04a, #w-node-c8f815f0-4435-7d9f-ee4d-2c02e5318352-cb2ad04a, #w-node-dec7eff3-cc23-3198-3bc4-b808363b8cd3-cb2ad04a, #w-node-f33613ed-839a-4869-43a7-d4dd5500683c-cb2ad04a, #w-node-ade64c61-1243-0334-0dd9-933d5eb13ff5-cb2ad04a, #w-node-_7fec99b1-b66f-12ce-cf5b-5b25bffc5ea9-cb2ad04a, #w-node-_0fb7ab88-b21b-52ad-4ae0-07a1eb62b9c7-cb2ad04a, #w-node-_2e7483e1-8230-3ffb-641f-8f053431c234-cb2ad04a, #w-node-e3e880f0-3a1b-f2ae-1a74-bb516105771d-cb2ad04a, #w-node-aad71e89-d8d3-29e7-bfd5-ed2484011252-cb2ad04a, #w-node-_5e2a8376-542a-642e-e2ed-f11c7650c525-cb2ad04a, #w-node-_67ec2557-06ef-b631-52ed-925ff47bb3ce-cb2ad04a, #w-node-_87e4e65a-9e3f-0b8d-d999-e50cc87f5a8c-cb2ad04a, #w-node-_1e6eb27f-1f94-ef03-5c39-495fbae05b2d-cb2ad04a, #w-node-c23e12d9-6579-791c-cd13-d2ffef5c7661-cb2ad04a, #w-node-_44c81e1e-36c2-2d74-07bc-477252fe99b7-cb2ad04a, #w-node-_41a710a0-bac0-fd0e-9a85-cdea2c95d5cf-cb2ad04a, #w-node-a7814b52-7424-4ca4-e01f-5717ba97447f-cb2ad04a, #w-node-_5132b461-ab5b-e8ff-0d86-80122fd2f5bf-cb2ad04a, #w-node-fd836d1a-7157-28fb-341d-61306e3c24e7-cb2ad04a, #w-node-_0004d4de-b200-8763-1fb3-b2d69f8a3034-cb2ad04a, #w-node-e7c4ede8-d0b5-30ba-027d-ba42928beb19-cb2ad04a, #w-node-c7818e0e-d6f4-b146-1b12-5ef5d1ee1148-cb2ad04a, #w-node-_3f44a31e-de6a-6235-0625-b7eadafbca0b-cb2ad04a, #w-node-b5e1a391-44d6-54bb-ec2d-30971c9af55b-cb2ad04a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

#w-node-db6d4ab3-ecb4-9638-c7b4-cba3b7e53814-d76b1d9e {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: .25fr .75fr 1fr 1fr .5fr .5fr;
}

#w-node-_168ab01f-1d45-62f1-8118-dd3bca982a9d-d76b1d9e {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-dfe8a8a0-7805-e436-56bd-c4e8bbfbcb6a-cb2ad047, #w-node-b1ab74d9-50f6-0f9a-559e-d189b541303f-cb2ad047 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4ae4aedc-e103-78a9-3bd2-026ad8285572-cb2ad047 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_9616643a-4f9d-01ff-91a1-74d3998fe180-998fe16f {
    justify-self: start;
  }

  #w-node-_421df62a-c217-12af-eee8-27f88a387928-cb2ad04e, #w-node-_421df62a-c217-12af-eee8-27f88a387928-cb2ad04f, #w-node-_421df62a-c217-12af-eee8-27f88a387928-cb2ad050 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4ae4aedc-e103-78a9-3bd2-026ad8285572-cb2ad047 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_289da262-6ce5-9037-05a9-a5d757fac8f5-cb2ad047 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9616643a-4f9d-01ff-91a1-74d3998fe173-998fe16f {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_168ab01f-1d45-62f1-8118-dd3bca982a9d-d76b1d9e {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }
}


