:root {
  --blue-2: #3b2cfd;
  --white: white;
  --black: black;
  --light-gray: #eaeaea;
  --gris-medio: #3c3d3f;
  --blue: #1c0bff00;
}

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

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-family: Source Code Pro, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Source Code Pro, sans-serif;
  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;
  font-family: Source Code Pro, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
}

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

a:hover {
  background-color: var(--blue-2);
  color: #fff;
}

a:active {
  color: #43464d;
}

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

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

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

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

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

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

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

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

.section {
  justify-content: center;
  margin: 50px 0 -50px;
  display: flex;
  position: static;
}

.section.cc-cta {
  text-align: center;
  background-color: #f4f4f4;
  background-image: none;
  align-items: center;
  height: 50vh;
  margin-left: 0;
  margin-right: 0;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.section.cc-home-wrap {
  background-image: url('../images/TEC_Monterrey_ITESM_sprint_Design_thinking-027.jpg');
  background-position: 100%;
  background-size: cover;
  justify-content: flex-end;
  align-items: center;
  height: 50vh;
  margin-top: 0;
  margin-bottom: 0;
}

.section.cc-store-home-wrap {
  min-height: 100px;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  overflow: hidden;
}

.section.footer {
  background-color: #0000;
  background-image: none;
}

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

.container {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin: 15px 0 0;
  padding: 0 55px;
  display: flex;
}

.container.footer {
  background-image: none;
  flex-direction: column;
}

.container.gyb {
  background-image: url('../images/Background-de-Crece-tu-negocio-07.png');
  background-position: 22% 0;
  background-repeat: no-repeat;
  background-size: auto 86.5%;
  background-attachment: scroll;
}

.paragraph-tiny {
  text-align: center;
  flex-direction: row;
  align-items: center;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-family: Source Code Pro, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

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

.paragraph-bigger.cc-bigger-white-light {
  opacity: .6;
  text-align: left;
  font-family: Source Code Pro, sans-serif;
  position: fixed;
}

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

.buttonzaso:hover {
  color: #fff;
  background-color: #1c0bff;
}

.buttonzaso:active {
  background-color: var(--blue-2);
}

.buttonzaso.cc-jumbo-button {
  display: flex;
}

.buttonzaso.cc-jumbo-button.cc-jumbo-white {
  color: #000;
  background-color: #1c0bff;
  flex: none;
  position: absolute;
  top: auto;
  bottom: -17%;
  left: 9%;
}

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

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

.buttonzaso.cc-contact-us {
  z-index: 5;
  border: 3px solid var(--blue-2);
  background-color: #1c0bff;
  font-family: Source Code Pro, sans-serif;
  font-weight: 900;
  position: static;
  right: 3px;
}

.buttonzaso.cc-contact-us:hover {
  border: 3px solid var(--blue-2);
  background-color: var(--white);
  color: var(--blue-2);
  font-weight: 900;
}

.buttonzaso.cc-contact-us:active {
  background-color: var(--blue-2);
  color: var(--white);
  border-width: 3px;
}

.buttonzaso.cc-contact-us.news {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.buttonzaso.cc-white-button:hover {
  background-color: #fffc;
}

.buttonzaso.cc-white-button:active {
  background-color: #ffffffe6;
}

.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;
  font-family: Source Code Pro, sans-serif;
}

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

.paragraph-light {
  opacity: 1;
  font-family: Source Code Pro, sans-serif;
  font-style: normal;
}

.heading-jumbo {
  text-align: left;
  letter-spacing: 5px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-right: 0;
  font-family: Source Code Pro, sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 80px;
  position: relative;
  inset: 0 auto 0% 0%;
}

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

.heading-jumbo-small {
  color: #fff;
  text-align: right;
  text-transform: none;
  width: 327.6px;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-left: 0;
  font-family: Source Code Pro, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
}

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

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

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

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

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

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

.logo-link.w--current:hover {
  background-color: var(--white);
}

.menu {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.navigation {
  background-color: #0000;
  align-items: center;
  padding: 20px 50px;
  display: flex;
}

.navigation-item {
  opacity: .6;
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Source Code Pro, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: block;
}

.navigation-item:hover {
  opacity: .9;
}

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

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

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

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

.logo-image {
  width: 75px;
  display: block;
  overflow: visible;
}

.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: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

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

.intro-header {
  color: #fff;
  white-space: normal;
  background-color: #f4f4f4;
  background-image: url('../images/cover.jpg');
  background-position: 0 0;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  height: 620px;
  margin: 0 -33px;
  padding-top: 37px;
  display: flex;
  position: static;
  overflow: hidden;
}

.intro-header.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), linear-gradient(#00000080, #00000080), url('../images/cover.jpg');
  background-position: 0 0, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat-y;
  background-size: 125px, auto, cover;
  height: 480px;
  font-family: Source Code Pro, sans-serif;
  transition: opacity .2s;
}

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

.intro-content.cc-homepage {
  height: 50%;
  margin-bottom: 20px;
}

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

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

.our-services-grid {
  grid-column-gap: 43px;
  grid-row-gap: 38px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-top: 49px;
  margin-bottom: 37px;
}

.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: 0 solid #eee;
  padding: 45px 50px 50px;
}

.contact-form-grid {
  grid-column-gap: 45px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2fr 1fr;
  align-items: start;
  margin-top: 53px;
  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::placeholder {
  color: #32343a66;
}

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

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

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

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

.contact-heading {
  border-bottom: 3px solid var(--blue-2);
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._404-wrap {
  background-color: var(--blue-2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

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

.home-content-wrap {
  margin-top: 80px;
  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%;
  margin-bottom: 1px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

.collection-wrap {
  flex-wrap: wrap;
  place-content: flex-start 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;
}

.text-block {
  color: #fff;
  text-transform: uppercase;
  font-family: Source Code Pro, sans-serif;
  font-size: 10px;
}

.text-block-2 {
  text-align: center;
  padding-right: 0;
  font-family: Source Code Pro, sans-serif;
  font-weight: 900;
}

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

.paragraph {
  font-family: Source Code Pro, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.text-block-3 {
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-right: 0;
  padding-right: 0;
  position: relative;
  inset: 46% auto -56px 0%;
}

.heading {
  font-family: Source Code Pro, sans-serif;
}

.heading.servicios {
  margin-left: 0;
  margin-right: 65px;
  font-size: 48px;
  font-weight: 700;
  display: block;
}

.slide {
  background-image: url('../images/TEC_Monterrey_ITESM_sprint_Design_thinking-028.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/TEC_Monterrey_ITESM_sprint_Design_thinking-040.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/TEC_Monterrey_ITESM_sprint_Design_thinking-057.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.slider {
  top: -68px;
}

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

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

.slide-4 {
  width: 150px;
  height: 150px;
}

.slider-2 {
  height: 150px;
}

.button {
  background-color: var(--white);
  color: var(--black);
  border: 2px solid #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 106px;
  font-weight: 700;
  line-height: 25px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, opacity .4s;
  overflow: visible;
}

.button:hover {
  color: var(--white);
  background-color: #0000;
}

.button:active {
  background-color: var(--white);
  color: var(--black);
  border-color: #0000;
}

.section-2 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container-2 {
  flex-flow: column;
  place-content: flex-start flex-end;
  align-items: flex-start;
  margin-top: -68px;
  display: flex;
}

.div-block {
  max-width: 50%;
  padding-top: 0;
  padding-bottom: 0;
}

.navbar {
  padding-top: 15px;
  padding-bottom: 15px;
}

.subtitulo-de-seccion {
  text-align: center;
  margin-top: 40px;
  margin-left: 30px;
  font-weight: 600;
}

.section-3 {
  background-color: var(--light-gray);
  min-height: 405px;
  max-height: 450px;
  margin-bottom: 0;
}

.slide-5 {
  background-color: var(--light-gray);
}

.slide-nav, .icon, .icon-2 {
  display: none;
}

.grid {
  grid-column-gap: 92px;
  grid-row-gap: 144px;
  grid-auto-flow: column;
  margin-bottom: 0;
  margin-left: 70px;
  margin-right: 70px;
}

.heading-3 {
  margin-bottom: 50px;
}

.slide-6, .slide-7 {
  background-color: var(--light-gray);
}

.image {
  text-align: left;
  white-space: normal;
  margin-left: 200px;
  display: block;
}

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

.heading-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 76px;
  margin-left: 35px;
  margin-right: 46px;
}

.div-block-2 {
  background-color: var(--blue-2);
  width: 90px;
  height: 3px;
  margin-left: 35px;
}

.columns-2 {
  min-height: 50vh;
}

.column-negro {
  background-color: var(--white);
  border: 1px solid #0000;
  align-items: center;
  min-height: 50vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.column-2 {
  background-color: var(--white);
  align-items: center;
  min-height: 50vh;
  display: flex;
}

.heading-5 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
}

.heading-6 {
  margin-top: -1px;
  font-weight: 400;
}

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

.paragraph-2 {
  margin-top: 26px;
  margin-bottom: 38px;
  font-style: normal;
}

.button-2 {
  border: 3px solid var(--blue-2);
  background-color: var(--blue-2);
  color: var(--white);
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 44px;
  margin-left: 0;
  margin-right: auto;
  padding-left: 35px;
  padding-right: 35px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .4s, opacity .4s;
  display: flex;
}

.button-2:hover {
  color: var(--blue-2);
  background-color: #0000;
}

.button-2:active {
  background-color: var(--blue-2);
  color: var(--white);
}

.column-azul {
  background-color: var(--black);
  background-image: linear-gradient(#0000005c, #0000005c), url('../images/TEC_Monterrey_ITESM_sprint_Design_thinking-047.jpg');
  background-position: 0 0, 60% 60%;
  background-size: auto, 1250px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  min-height: 50vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.column-3 {
  background-color: #0000;
  background-image: linear-gradient(#3b2cfd4d, #3b2cfd4d), url('../images/TEC_Monterrey_ITESM_sprint_Design_thinking-027.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  min-height: 50vh;
}

.boton-negro {
  background-color: var(--black);
  color: var(--white);
  border: 3px solid #000;
  padding-left: 35px;
  padding-right: 35px;
  font-weight: 700;
  transition: background-color .2s, opacity .2s;
}

.boton-negro:hover {
  color: var(--black);
  background-color: #0000;
}

.boton-negro:active {
  background-color: var(--black);
  color: var(--white);
}

.grid-2 {
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.container-4 {
  flex-direction: column;
  margin-top: 40px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.grid-3 {
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

.news-title {
  text-align: center;
  text-transform: uppercase;
  align-items: center;
  height: 90px;
  font-size: 18px;
  font-weight: 700;
  line-height: 25.2px;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.news-body {
  text-align: left;
  font-size: 14px;
  font-weight: 400;
}

.news-item {
  border-bottom: 0px solid var(--blue-2);
}

.heading-7 {
  border-bottom: 0px solid var(--blue-2);
  background-color: var(--light-gray);
  color: var(--gris-medio);
  text-align: center;
  text-indent: 25px;
  align-items: center;
  height: 170px;
  margin-bottom: 10px;
  padding: 10px 16px;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.heading-7.sharktank {
  padding-left: 12px;
  padding-right: 12px;
  font-size: 11px;
}

.image-2 {
  margin-left: auto;
  margin-right: auto;
}

.news-button {
  border: 3px solid var(--blue-2);
  background-color: var(--blue-2);
  text-align: center;
  width: 100%;
  margin-top: -10px;
  font-weight: 700;
  transition: background-color .4s, opacity .2s;
}

.news-button:hover {
  border: 3px solid var(--blue-2);
  color: var(--blue-2);
  background-color: #0000;
}

.news-button:active {
  background-color: var(--blue-2);
  color: var(--white);
}

.news-button.portfolio {
  width: auto;
  height: auto;
  margin-top: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

.section-4 {
  margin-bottom: 35px;
}

.div-block-3 {
  align-items: center;
  display: flex;
}

.div-block-4 {
  text-align: left;
  display: block;
}

.grid-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .75fr 2fr;
  justify-items: center;
  margin-bottom: 9px;
}

.paragraph-3 {
  color: #3c3d3fb3;
  margin-bottom: 0;
  padding-left: 35px;
  font-size: 12px;
  line-height: 18px;
  display: none;
}

.grid-5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  justify-content: stretch;
  justify-items: stretch;
}

.link-footer {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link-footer:hover {
  color: #32343a80;
}

.link-footer:active {
  color: var(--blue-2);
}

.link-footer:visited {
  border-bottom: 3px solid var(--blue-2);
}

.link-footer.w--current {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: border-width .2s, opacity .2s;
  display: flex;
}

.link-footer.w--current:hover {
  color: #00000080;
}

.link-footer.w--current:active {
  border-bottom: 0px solid var(--blue-2);
  color: var(--blue-2);
}

.section-5 {
  background-image: url('../images/IMG_0062.jpg');
  background-position: 100% 0;
  background-size: 150%;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  height: 100vh;
  display: flex;
}

.container-5 {
  flex: 1;
  justify-content: flex-end;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.div-block-5 {
  background-color: var(--blue-2);
  height: 3px;
  margin-top: 14px;
  margin-bottom: -12px;
}

.header-block {
  text-transform: uppercase;
  font-family: Source Code Pro, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 45px;
}

.div-block-6 {
  background-color: var(--blue-2);
  width: 3px;
  margin-top: 117px;
  margin-bottom: 20px;
  margin-left: 26px;
}

.text-block-4 {
  font-family: Source Code Pro, sans-serif;
  font-size: 14px;
}

.grid-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.grid-7 {
  grid-row-gap: 0px;
  grid-template: "Area-2"
                 "Area-3"
                 "Area-4"
                 "Area"
                 / 1fr;
  margin-bottom: 25px;
  margin-left: 21px;
  margin-right: 21px;
}

.container-6 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.div-block-7 {
  background-color: var(--blue-2);
  width: 75px;
  height: 75px;
  margin: -75px 0 0 -32px;
  display: flex;
}

.collection-list-wrapper-2 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.section-6 {
  margin-top: 64px;
}

.title-about-section {
  color: var(--black);
  margin-top: -3px;
  margin-bottom: 3px;
  margin-left: 40px;
  padding-right: 0;
  font-family: Source Code Pro, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.div-block-8 {
  background-color: var(--light-gray);
  justify-content: center;
  padding-top: 0;
  display: flex;
}

.collection-item {
  margin-bottom: 0;
}

.div-block-9 {
  padding: 15px;
}

.grid-8 {
  grid-template: "Area Area-2 Area-3 Area-4 Area-6"
                 "Area-7 Area-8 Area-9 Area-10 Area-11"
                 ". . . . Area-5"
                 / 1fr 1fr 1fr 1fr 1fr;
}

.image-3 {
  filter: grayscale();
  margin-left: auto;
  margin-right: auto;
}

.div-block-10 {
  background-color: var(--light-gray);
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 20px;
  display: flex;
}

.section-7 {
  background-image: linear-gradient(#ffffff38, #ffffff38), url('../images/TEC_Monterrey_ITESM_sprint_Design_thinking-028.jpg');
  background-position: 0 0, 100%;
  background-size: auto, 1250px;
  justify-content: flex-end;
  align-items: center;
  height: 50vh;
  display: flex;
}

.section-7.newsheader {
  background-image: linear-gradient(#0000, #0000), url('../images/TEC_Monterrey_ITESM_sprint_Design_thinking-028.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div-block-11 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 89px;
  margin-right: 220px;
  display: flex;
}

.paragraph-5 {
  color: var(--gris-medio);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -14px;
  font-family: Source Code Pro, sans-serif;
  font-size: 14px;
  display: flex;
}

.div-block-12 {
  background-color: var(--blue-2);
  width: 150px;
  height: 3px;
}

.grid-9 {
  grid-column-gap: 0px;
  grid-template: "Area Area-2"
                 ". ."
                 / .25fr 1.5fr;
  margin-bottom: 40px;
  margin-left: 12px;
  margin-right: 12px;
}

.div-block-13 {
  background-color: var(--black);
  width: 50px;
  height: 50px;
}

.div-block-14 {
  border-bottom: 3px solid var(--black);
  height: 50px;
}

.heading-8 {
  text-align: center;
  padding-bottom: 0;
  font-family: Source Code Pro, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.div-block-15 {
  background-color: var(--light-gray);
  padding: 0 16px;
}

.paragraph-6 {
  color: var(--gris-medio);
}

.image-4 {
  padding: 3px;
}

.collection-item-2 {
  margin-bottom: 40px;
}

.style-section {
  display: none;
}

.grid-10 {
  grid-row-gap: 11px;
  grid-template: ". ."
                 "Area Area-2" 1fr
                 / 1fr 4.5fr;
  margin-top: 60px;
}

.image-5 {
  padding-bottom: 0;
}

.div-block-16 {
  border-bottom: 3px solid var(--blue-2);
  background-image: linear-gradient(#3b2cfd40, #3b2cfd40);
  width: 100%;
  height: 250px;
  padding-bottom: 0;
  position: relative;
}

.heading-9 {
  border-top: 3px none var(--blue-2);
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Source Code Pro, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 40px;
}

.paragraph-7 {
  color: var(--gris-medio);
  text-align: left;
  margin-top: 0;
  margin-bottom: 25px;
  padding-left: 25px;
  padding-right: 0;
  font-family: Source Code Pro, sans-serif;
}

.collection-item-3 {
  margin-top: 50px;
}

.grid-11 {
  grid-row-gap: 6px;
  grid-template: ". . ."
                 "Area-2 Area-2 Area-2"
                 "Area Area Area"
                 / 1fr 1fr 1fr;
}

.paragraph-8 {
  color: #a1a1a1;
  text-align: left;
  margin-bottom: -30px;
  font-family: Source Code Pro, sans-serif;
}

.div-block-17 {
  height: 30px;
}

.button-3 {
  background-color: var(--blue-2);
}

.container-8 {
  padding-top: 40px;
}

.div-block-18 {
  height: 25px;
}

.bloque-de-blog {
  white-space: pre-wrap;
  margin-top: 0;
  font-family: Source Code Pro, sans-serif;
  font-style: normal;
  font-weight: 700;
}

.bloque-de-blog h2 {
  font-size: 24px;
  font-weight: 600;
}

.bloque-de-blog p {
  font-family: Source Code Pro, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.bloque-de-blog h5 {
  color: #1a1b1fb3;
  margin-top: -13px;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
}

.paragraph-9 {
  color: #1a1b1fd4;
  margin-top: -23px;
  display: none;
}

.heading-10 {
  margin-top: 0;
  font-family: Source Code Pro, sans-serif;
}

.grid-12 {
  grid-template: ". . . Area"
  / 1fr 1fr 1fr 1fr 1fr;
}

.div-block-19 {
  border-bottom: 3px solid var(--blue-2);
  width: 30px;
  height: 25px;
}

.grid-13 {
  grid-template-rows: auto;
}

.grid-14 {
  grid-column-gap: 55px;
  grid-row-gap: 65px;
  grid-template: "Area Area-2"
                 "Area-3 Area-4"
                 "Area-5 Area-6"
                 "Area-7 Area-7"
                 "Area-8 Area-8"
                 "Area-8 Area-8"
                 "Area-9 Area-9"
                 "Area-10 Area-11"
                 ". ."
                 / 1fr 1fr;
  align-items: center;
}

.rich-text-block {
  font-family: Source Code Pro, sans-serif;
}

.rich-text-block h2 {
  font-family: Source Code Pro, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.left-arrow {
  background-color: var(--blue-2);
  width: 50px;
  height: 50px;
  margin-top: 190px;
  margin-left: -25px;
  margin-right: -39px;
}

.right-arrow {
  background-color: var(--blue-2);
  width: 50px;
  height: 50px;
  margin-top: 190px;
  margin-right: -25px;
}

.slide-nav-2 {
  display: none;
}

.image-6 {
  background-image: url('../images/2.jpg');
  background-position: 50%;
  background-size: auto;
  width: 396px;
  height: 88.8792%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.slide-8 {
  background-color: var(--white);
  height: 90%;
  overflow: visible;
}

.slide-8.big {
  height: 200%;
}

.slide-8.lunas_1 {
  height: 500px;
}

.slide-8.rootmatepicture {
  height: 100%;
}

.slide-9 {
  background-image: url('../images/3.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-10 {
  background-image: url('../images/4.jpg');
  background-position: 50% 25%;
  background-size: cover;
}

.slider-blog.proceso {
  display: block;
}

.slider-blog.proceso.pp2 {
  background-color: var(--white);
}

.slider-blog.rp1 {
  background-color: #0000;
  display: block;
}

.slider-blog.rp1.rootmateslider {
  width: auto;
  height: auto;
}

.slider-blog.rp3 {
  display: none;
}

.slider-blog.pp3 {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.slider-blog.pp1 {
  background-color: #0000;
  flex-direction: column;
  display: flex;
}

.slider-blog.big {
  background-color: #0000;
  display: block;
}

.slider-blog.huge {
  display: block;
}

.slide-11 {
  background-image: url('../images/1.jpg');
  background-position: 0%;
  background-size: cover;
}

.slide-12 {
  background-image: url('../images/abraham_delarosa_arca_continental_coca_cola_service_design_empathy_mapping.jpg');
  background-position: 50% 80%;
  background-size: cover;
}

.left-arrow-2 {
  background-color: var(--blue-2);
  width: 50px;
  height: 50px;
  margin-top: 190px;
  margin-left: -25px;
}

.slide-nav-3 {
  display: none;
}

.right-arrow-2 {
  background-color: var(--blue-2);
  width: 50px;
  height: 50px;
  margin-top: 190px;
  margin-right: -25px;
}

.slide-14 {
  background-image: url('../images/abraham_delarosa_arca_continental_coca_cola_service_design_jorge_diego_product_design_2.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-14.rm1 {
  background-image: none;
}

.slider-4 {
  height: 650px;
}

.slider-4.sp1 {
  background-color: var(--white);
}

.slider-4.sp3, .slider-4.tsf, .slider-4.rqz {
  background-color: var(--white);
  height: 100%;
}

.right-arrow-3 {
  background-color: var(--blue-2);
  width: 50px;
  height: 50px;
  margin-right: -25px;
}

.left-arrow-3 {
  background-color: var(--blue-2);
  width: 50px;
  height: 50px;
  margin-left: -25px;
}

.slide-nav-4 {
  display: none;
}

.slide-15 {
  background-image: url('../images/abraham_delarosa_arca_continental_coca_cola_service_design_jorge_diego_product_design_3.jpg');
  background-position: 50% 70%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-15.rm2 {
  background-image: none;
}

.slide-16 {
  background-image: url('../images/abraham_delarosa_arca_continental_coca_cola_service_design_jorge_diego_product_design_4.jpg');
  background-position: 25%;
  background-size: contain;
  background-attachment: scroll;
}

.slide-16.rm3 {
  background-image: none;
}

.slide-17 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
}

.slide-18 {
  background-image: url('../images/15.jpg');
  background-position: 100% 100%;
  background-size: cover;
}

.slide-18.rm4 {
  background-image: none;
}

.slide-19 {
  background-image: url('../images/16.jpg');
  background-position: 100%;
  background-size: cover;
}

.slide-19.rm5 {
  background-image: none;
}

.slide-20 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
}

.image-7 {
  display: none;
}

.imp1.jm1 {
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 13px #3c3d3f57;
}

.imp1.rqz {
  margin-left: auto;
  margin-right: auto;
}

.s1pp3 {
  background-image: url('../images/abraham_de_la_rosa_tequila_sound_festival_look_and_feel.jpg');
  background-position: 50%;
  background-size: auto 120%;
}

.slide_tsf {
  padding-top: 20px;
}

.s3pp3 {
  background-image: url('../images/abraham_de_la_rosa_tequila_sound_festival_persona_map.jpg');
  background-position: 9%;
  background-size: auto 95%;
}

.s4pp3 {
  background-image: url('../images/abraham_de_la_rosa_tequila_sound_festival_persona_map_2..jpg');
  background-position: 9%;
  background-size: auto 95%;
}

.s5pp3 {
  background-image: url('../images/abraham_de_la_rosa_tequila_sound_festival_persona_map_3..jpg');
  background-position: 9%;
  background-size: auto 95%;
}

.s6pp3 {
  background-image: url('../images/abraham_de_la_rosa_tequila_sound_festival_design_sprint.jpg');
  background-position: 50%;
  background-size: auto 110%;
}

.s1resp3 {
  background-color: var(--white);
  background-image: url('../images/abraham_de_la_rosa_tequila_sound_festival_customer_journey_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 85%;
}

.s2resp3 {
  background-color: var(--white);
  background-image: url('../images/abraham_de_la_rosa_tequila_sound_festival_customer_journey_2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 85%;
}

.s3resp3 {
  background-color: var(--white);
  background-image: url('../images/abraham_de_la_rosa_tequila_sound_festival_persona_map_customer_journey_3..jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 85%;
}

.s4resp3 {
  background-color: var(--white);
  background-image: url('../images/abraham_de_la_rosa_tequila_sound_festival_experience_design_2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.s5resp3 {
  background-color: var(--white);
  background-image: url('../images/abraham_de_la_rosa_tequila_sound_festival_experience_design_3.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto 120%;
}

.s6resp3 {
  background-color: var(--white);
  background-image: url('../images/abraham_de_la_rosa_tequila_sound_festival_experience_design.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.video {
  margin-top: 46px;
}

.grid-15 {
  grid-template-rows: auto auto auto auto auto auto;
}

.div-block-20 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
}

.image-8 {
  display: block;
}

.div-block-21 {
  height: 80%;
}

.heading-11 {
  margin-top: -16px;
  margin-bottom: -16px;
}

.section-10 {
  display: none;
}

.text-block-5 {
  border-bottom: 3px solid var(--blue-2);
  background-color: var(--light-gray);
  text-align: center;
  padding-left: 2px;
  padding-right: 2px;
  font-family: Source Code Pro, sans-serif;
  font-size: 11px;
  font-weight: 500;
  display: inline-block;
}

.grid-16 {
  grid-template: "Area Area-2 Area-3 Area-3"
  / 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row dense;
  align-items: start;
}

.paragraph-10 {
  color: var(--black);
  font-style: italic;
  font-weight: 700;
}

.subt-tulo {
  color: #5e5e5e;
  margin-bottom: 40px;
  font-family: Source Code Pro, sans-serif;
}

.div-block-22 {
  height: 24px;
  position: relative;
}

.slider-picture {
  background-color: var(--white);
  width: 100%;
  height: 92%;
  margin-left: auto;
  margin-right: auto;
}

.slider-picture._2 {
  background-image: url('../images/abraham_delarosa_garage_mecanicos_domicilio_investigacion_5.jpg');
}

.slider-picture._3 {
  background-image: url('../images/abraham_delarosa_garage_mecanicos_domicilio_investigacion_4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-picture._5 {
  background-image: url('../images/abraham_delarosa_garage_mecanicos_domicilio_investigacion_2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-picture.large {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  height: auto;
}

.slider-picture.huge {
  height: 700px;
}

.slider-picture.tsf {
  background-color: var(--white);
  flex-wrap: wrap;
  align-items: center;
  height: 84%;
  display: flex;
}

.slider-picture.pg {
  background-color: var(--white);
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.paragraph-11 {
  text-align: left;
  height: 100%;
  margin-bottom: 0;
}

.pie-de-foto {
  z-index: 99;
  background-color: var(--light-gray);
  margin-bottom: 8px;
  padding: 8px;
  position: relative;
  top: -6px;
}

.pie-de-foto.bp {
  width: 55%;
  position: relative;
  top: -20px;
}

.pie-de-foto.bp.lunas {
  position: absolute;
  inset: auto 0% 0%;
}

.pie-de-foto.bp2 {
  float: right;
  width: 55%;
  position: relative;
  top: -20px;
}

.pie-de-foto.bs {
  width: 55%;
  position: absolute;
  inset: auto 0% 0%;
}

.pie-de-foto.bs_tsf {
  width: 55%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.pie-de-foto.bs_rqz {
  position: absolute;
  inset: auto auto 0% 0%;
}

.pie-de-foto.bp-rqz {
  display: inline-block;
  position: relative;
}

.mask-2 {
  height: 120%;
}

.image-9, .image-9.tall {
  margin-left: auto;
  margin-right: auto;
}

.paragraph-12 {
  font-style: normal;
}

.image-zoom {
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer {
  text-align: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo-link {
  flex: 0 auto;
  min-width: 60px;
  max-height: 60px;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

.footer-heading {
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.footer-link {
  color: #444;
  margin-bottom: 10px;
  font-family: Source Code Pro, sans-serif;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer__section {
  width: 100%;
  margin-right: 40px;
}

.art-culo {
  margin-left: -1px;
  margin-right: -1px;
}

.columns-4 {
  margin-top: 20px;
}

.big_button {
  background-color: var(--blue-2);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 75px;
  margin-top: 40px;
  margin-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.big_button:hover {
  color: var(--white);
  font-weight: 700;
  text-decoration: underline;
}

.paragraph-13 {
  text-align: center;
  font-size: 16px;
  font-style: normal;
}

.image-11, .image-12 {
  margin-left: auto;
  margin-right: auto;
}

.grid-arca {
  grid-column-gap: 55px;
  grid-row-gap: 65px;
  grid-template: "Area Area-2"
                 "Area-3 Area-4"
                 "Area-5 Area-5"
                 "Area-13 Area-13"
                 "Area-14 Area-14"
                 "Area-8 Area-8"
                 "Area-16 Area-16"
                 "Area-9 Area-9"
                 "Area-11 Area-11"
                 / 1fr 1fr;
  align-items: center;
}

.slider-5, .big-slide {
  height: 100%;
}

.big-slide.centered {
  align-items: center;
  display: flex;
}

.mask-3 {
  height: 500px;
}

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

.video-2 {
  position: absolute;
  inset: 0%;
}

.main_heading {
  margin-top: 60px;
  font-family: Source Code Pro, sans-serif;
}

.grupo-requiez {
  grid-column-gap: 55px;
  grid-row-gap: 65px;
  grid-template: "Area Area-2"
                 "Area-3 Area-4"
                 "Area-5 Area-6"
                 "Area-7 Area-7"
                 "Area-8 Area-8"
                 "Area-8 Area-8"
                 "Area-9 Area-9"
                 "Area-10 Area-11"
                 ". ."
                 / 1fr 1fr;
  align-items: center;
}

.grid_lunas {
  grid-column-gap: 55px;
  grid-row-gap: 65px;
  grid-template: "Area Area"
                 "Area-3 Area-4"
                 "Area-5 Area-5"
                 "Area-7 Area-7"
                 "Area-7 Area-7"
                 / 1fr 1fr;
  align-items: center;
}

.grid-tsf {
  grid-column-gap: 55px;
  grid-row-gap: 65px;
  grid-template: "Area Area"
                 "Area-2 Area-2"
                 "Area-3 Area-3"
                 "Area-4 Area-4"
                 "Area-5 Area-6"
                 "Area-8 Area-8"
                 "Area-9 Area-9"
                 "Area-10 Area-11"
                 ". ."
                 / 1fr 1fr;
  align-items: center;
}

.grupo-piagui {
  grid-column-gap: 55px;
  grid-row-gap: 65px;
  grid-template: "Area Area Area"
                 "Area-2 Area-2 Area-2"
                 "Area-4 Area-4 Area-4"
                 "Area-3 Area-3 Area-3"
                 "Area-5 Area-5 Area-5"
                 / 1fr;
  grid-auto-flow: column;
  align-items: center;
}

.grupo-cmic {
  grid-column-gap: 55px;
  grid-row-gap: 65px;
  grid-template: "Area Area-2"
                 "Area-3 Area-4"
                 "Area-5 Area-6"
                 "Area-7 Area-7"
                 "Area-8 Area-8"
                 "Area-8 Area-8"
                 "Area-9 Area-9"
                 "Area-10 Area-11"
                 ". ."
                 / 1fr 1fr;
  align-items: center;
}

.mask-4 {
  height: 446px;
}

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

.slide_big_tsf {
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 9px #3c3d3f85;
}

.slide_big_tsf.nsh {
  box-shadow: none;
}

.mask-6 {
  height: 100%;
  padding-top: 40px;
  overflow: hidden;
}

.grid-requiez {
  grid-column-gap: 55px;
  grid-row-gap: 65px;
  grid-template: "Area Area-12"
                 "Area-2 Area-2"
                 "Area-3 Area-13"
                 "Area-4 Area-4"
                 "Area-5 Area-5"
                 "Area-6 Area-6"
                 "Area-14 Area-14"
                 / 1fr 1fr;
  align-items: center;
}

.image-13 {
  margin-left: auto;
  margin-right: auto;
}

.slide_rqz {
  padding-top: 20px;
}

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

.slide_big_rqz.nsh {
  box-shadow: none;
}

.slide_pg {
  padding-top: 0;
}

.mask-pg {
  height: 100%;
  padding-top: 20px;
  overflow: hidden;
}

.slide_cmic {
  padding-top: 0;
}

.slide_big_cmic {
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 9px #3c3d3f85;
}

.slide_big_cmic.nsh {
  box-shadow: none;
}

.grid_experiencias {
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-areas: "Area Area"
                       "Area-2 Area-2"
                       "Area-3 Area-3"
                       "Area-4 Area-4"
                       "Area-5 Area-5"
                       "Area-6 Area-6"
                       "Area-7 Area-7"
                       "Area-8 Area-8";
  margin-top: 60px;
}

.project {
  height: 350px;
  position: relative;
}

.project.p1 {
  background-image: url('../images/abraham_delarosa_garage_mecanicos_domicilio_service_design_mockup.jpg');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 20px;
}

.project.p1:hover {
  color: var(--blue-2);
}

.project.p2 {
  background-image: url('../images/abraham_delarosa_arca_continental_coca_cola_service_design_jorge_diego_product_design_experience.jpg');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 20px;
}

.project.p2:hover {
  color: var(--blue-2);
}

.project.p3 {
  background-image: url('../images/Untitled-1.jpg');
  background-position: 50% 100%;
  background-size: cover;
  margin-bottom: 20px;
}

.project.p3:hover {
  color: var(--blue-2);
}

.project.p4 {
  background-image: url('../images/abraham_de_la_rosa_grupo_requiez_service_design_mockup3.-1.jpg');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 20px;
}

.project.p4:hover {
  color: var(--blue-2);
}

.project.p5 {
  background-image: url('../images/abraham_de_la_rosa_tequila_sound_festival_experience_design_1.jpg');
  background-position: 50% 21%;
  background-size: cover;
  margin-bottom: 20px;
}

.project.p5:hover {
  color: var(--blue-2);
}

.project.p6 {
  background-image: url('../images/abraham_delarosa_piagui_westies_wireframes_app_shoe_innovation_IOT.jpg');
  background-position: 50% 0;
  background-size: cover;
  margin-bottom: 20px;
}

.project.p6:hover {
  color: var(--blue-2);
}

.project.p7 {
  background-image: url('../images/CMIC_Customer-Journey-2.jpeg');
  background-position: 50% 28%;
  background-size: cover;
  margin-bottom: 20px;
}

.project.p7:hover {
  color: var(--blue-2);
}

.project.p8 {
  background-image: url('../images/abraham-de-la-rosa-innovation-business-design-rootmate-macetas-1.jpg');
  background-position: 50% 28%;
  background-size: cover;
  margin-bottom: 20px;
}

.project.p8:hover {
  color: var(--blue-2);
}

.project-info {
  background-color: var(--light-gray);
  flex-direction: column;
  width: 80%;
  height: 125px;
  padding: 20px;
  display: block;
  position: absolute;
  inset: auto 0% 0% -4%;
}

.project-info.tsf {
  height: 175px;
}

.project-info.rqz, .project-info.pg {
  height: 170px;
}

.project-info.rootmate {
  height: 165px;
}

.project_name {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 50.4px;
}

.project_subtitle {
  margin-top: 0;
  font-family: Source Code Pro, sans-serif;
  font-size: 24px;
  line-height: 33.6px;
}

.foto-bg {
  border-bottom: 3px solid var(--blue-2);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 250px;
  padding-bottom: 0;
  position: absolute;
}

.foto-bg.milenio {
  background-image: url('../images/abraham-rosa-abraham-linan-mauricio.jpeg');
  background-position: 50%;
}

.foto-bg.entrepreneur {
  background-image: url('../images/20180215193234-image.png');
  background-position: 50% 0;
  background-size: cover;
}

.foto-bg.shark {
  background-image: url('../images/Shark-Tank-1.png');
}

.foto-bg.medium {
  background-image: url('../images/abraham_delarosa_experiencia.jpg');
}

.overlay {
  border-bottom: 3px solid var(--blue-2);
  background-color: #3b2cfd82;
  width: 100%;
  height: 250px;
  padding-bottom: 0;
  position: absolute;
}

.certificates {
  margin-bottom: 66px;
  padding-bottom: 0;
}

.image-19, .image-20, .image-21 {
  filter: grayscale();
}

.wadiv {
  width: 110px;
  height: 110px;
  position: fixed;
  inset: auto 2% 2% auto;
}

.wabutton {
  background-color: var(--black);
  border-radius: 100%;
  width: 80%;
  height: 80%;
  position: relative;
  inset: auto 2% 2% auto;
}

.image-22 {
  width: 70%;
  height: 70%;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.dynamictext {
  width: 100%;
  height: auto;
}

.hide {
  display: none;
}

.mask-8, .slider-6 {
  height: auto;
}

.typedwithloopinfinity {
  letter-spacing: 5px;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  font-size: 55px;
  font-weight: 700;
  line-height: 80px;
  display: inline;
}

.div-block-24 {
  height: 180px;
}

.rootmate1, .rootmate2, .rootmate3, .rootmate3.tall, .rootmate6, .rootmate6.tall, .rootmate5, .rootmate5.tall {
  margin-left: auto;
  margin-right: auto;
}

.rootmate4 {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.rootmate4.tall {
  margin-left: auto;
  margin-right: auto;
}

.grid-rootmate {
  grid-column-gap: 55px;
  grid-row-gap: 65px;
  grid-template: "Area Area-2"
                 "Area-3 Area-3"
                 "Area-5 Area-5"
                 "Area-13 Area-13"
                 "Area-14 Area-14"
                 "Area-17 Area-17"
                 "Area-16 Area-16"
                 / 1fr 1fr;
  align-items: center;
}

.rootmateinfo.jm1 {
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 13px #3c3d3f57;
}

.rootmateinfo.rqz {
  margin-left: auto;
  margin-right: auto;
}

.rootmateinfo2.jm1 {
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 13px #3c3d3f57;
}

.rootmateinfo2.rqz {
  margin-left: auto;
  margin-right: auto;
}

.rootmateinfo3.jm1 {
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 13px #3c3d3f57;
}

.rootmateinfo3.rqz, .rootmate7, .rootmate8, .rootmate9, .rootmate10, .rootmate11 {
  margin-left: auto;
  margin-right: auto;
}

.grid-cmic {
  grid-column-gap: 55px;
  grid-row-gap: 65px;
  grid-template: "Area Area Area . ."
                 "Area-2 Area-2 Area-2 Area-2 Area-2"
                 "Area-4 Area-4 Area-4 Area-4 Area-4"
                 "Area-3 Area-3 Area-3 Area-3 Area-3"
                 "Area-5 Area-5 Area-5 Area-5 Area-5"
                 / 1fr;
  grid-auto-flow: column;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .section {
    margin-top: 0;
  }

  .section.cc-cta {
    margin-top: 21px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .container.gyb {
    background-size: auto 100%;
  }

  .paragraph-bigger.cc-bigger-light {
    margin-right: 0;
  }

  .buttonzaso {
    justify-content: center;
  }

  .buttonzaso.cc-contact-us {
    display: none;
  }

  .heading-jumbo {
    padding-left: 0;
    font-size: 56px;
    line-height: 70px;
    left: 3%;
  }

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

  .menu-icon {
    display: block;
  }

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

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

  .navigation {
    padding: 25px 30px;
  }

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

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

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

  .menu-button {
    padding: 0;
  }

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

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

  .cta-text {
    width: auto;
  }

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

  .intro-header {
    position: static;
  }

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

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

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

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

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

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

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

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

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

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

  .blog-item {
    width: 80%;
  }

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

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

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

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

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

  .text-block-3 {
    position: relative;
    left: 7%;
  }

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

  .button {
    z-index: auto;
    position: relative;
    top: -16px;
    left: 7%;
  }

  .image {
    margin-left: 79px;
  }

  .column-negro {
    max-height: 50vh;
  }

  .container-3 {
    flex-direction: column;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .paragraph-2 {
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .button-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .column-3 {
    min-height: 50vh;
  }

  .boton-negro {
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 44px;
    display: flex;
  }

  .news-title {
    height: auto;
    min-height: 120px;
  }

  .heading-7 {
    height: auto;
    min-height: 220px;
    max-height: 400px;
  }

  .news-button {
    width: auto;
    min-width: 229.9px;
    max-width: 300px;
  }

  .news-button.portfolio {
    max-width: none;
  }

  .grid-4 {
    grid-template-columns: .25fr 3fr;
  }

  .grid-5 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    font-family: Source Code Pro, sans-serif;
    font-size: 12px;
  }

  .section-5 {
    background-position: 100% 0;
    background-size: 180%;
  }

  .section-6 {
    margin-left: 31px;
  }

  .title-about-section {
    font-size: 18px;
  }

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

  .grid-8 {
    grid-column-gap: 12px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .paragraph-4 {
    margin-left: -9px;
  }

  .image-3 {
    padding-top: 0;
  }

  .div-block-10 {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .section-7.newsheader {
    background-image: linear-gradient(#0000, #0000), url('../images/TEC_Monterrey_ITESM_sprint_Design_thinking-028.jpg');
    background-position: 0 0, 50%;
  }

  .grid-9 {
    grid-template-columns: .25fr 2fr;
  }

  .collection-list-wrapper-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 29px;
    margin-right: 10px;
    display: block;
  }

  .container-7 {
    margin-top: 35px;
    margin-bottom: 35px;
    padding-left: 23px;
    padding-right: 23px;
  }

  .bloque-de-blog.lunas {
    margin-top: 0;
  }

  .grid-12 {
    grid-template-columns: 1fr 1fr 1fr .75fr;
  }

  .grid-14 {
    grid-column-gap: 36px;
    grid-template-columns: .75fr .5fr;
    grid-template-areas: "Area Area-2"
                         "Area-3 Area-4"
                         "Area-5 Area-6"
                         "Area-7 Area-7"
                         "Area-8 Area-8"
                         "Area-8 Area-8"
                         "Area-9 Area-9"
                         "Area-10 ."
                         "Area-11 .";
    grid-auto-flow: row;
    display: block;
  }

  .slide-8, .slide-8.lunas, .slide-8.lunas_1, .slider-blog.proceso.pp2 {
    height: 100%;
  }

  .slider-blog.rp1 {
    margin-bottom: 79px;
  }

  .slider-4.sp3 {
    display: flex;
  }

  .left-arrow-3 {
    align-self: auto;
  }

  .slide-19 {
    background-position: 70%;
  }

  .s1resp2 {
    height: 100%;
  }

  .text-block-5 {
    padding: 12px;
    line-height: 15.4px;
  }

  .grid-16 {
    grid-template-areas: "Area Area Area-2 Area-2 Area-3";
  }

  .slider-picture._4 {
    height: 100%;
  }

  .pie-de-foto {
    top: -18px;
  }

  .pie-de-foto.video {
    top: -89px;
  }

  .mask-2 {
    height: 350px;
  }

  .mask-2.rootmatemask {
    height: 500px;
  }

  .image-10 {
    margin-left: auto;
    margin-right: auto;
  }

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

  .grid-arca {
    display: block;
  }

  .big-slide.centered {
    justify-content: center;
    align-items: stretch;
    display: block;
  }

  .slide-21 {
    background-position: 70%;
  }

  .grid_lunas, .grupo-piagui {
    display: block;
  }

  .mask-4 {
    height: 133%;
    overflow: hidden;
  }

  .grid-requiez {
    display: block;
  }

  .image-14 {
    flex: 1;
    align-self: center;
    margin-top: 63px;
  }

  .project-info {
    inset: auto 0% 0%;
  }

  .project_name {
    font-size: 24px;
  }

  .project_subtitle {
    font-size: 18px;
  }

  .image-15 {
    margin-left: auto;
    margin-right: auto;
  }

  .typedwithloopinfinity {
    font-size: 56px;
    position: relative;
    left: 3%;
  }

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

  .grid-rootmate {
    display: block;
  }

  .rootmate7, .rootmate8, .rootmate9, .rootmate10, .rootmate11 {
    margin-left: auto;
    margin-right: auto;
  }

  .grid-cmic {
    display: block;
  }
}

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

  .container.footer {
    align-items: center;
    padding-top: 0;
  }

  .container.gyb {
    background-position: 0 10%;
    background-size: auto 65%;
  }

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

  .paragraph-bigger.cc-bigger-light {
    margin-right: 0;
  }

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

  .paragraph-light {
    opacity: 1;
  }

  .heading-jumbo {
    text-align: center;
    align-self: flex-start;
    font-size: 25px;
    line-height: 35px;
    position: relative;
    left: 52px;
    right: 0;
  }

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

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

  .navigation {
    padding: 20px 30px;
  }

  .webflow-link {
    margin-left: -27px;
  }

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

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

  .intro-content {
    width: 80%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  ._404-wrap {
    padding: 30px;
  }

  .text-block-3 {
    left: 0%;
  }

  .heading.servicios {
    text-align: right;
    margin-right: 1px;
  }

  .servicios {
    margin-left: 15px;
    margin-right: 15px;
  }

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

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

  .button {
    left: 0%;
  }

  .div-block {
    margin-left: 55px;
  }

  .subtitulo-de-seccion, .image {
    margin-left: 0;
  }

  .heading-4 {
    margin-top: 40px;
    margin-left: 13px;
    margin-right: 18px;
    font-size: 24px;
  }

  .news-title {
    margin-bottom: -20px;
  }

  .image-2 {
    margin-bottom: -22px;
  }

  .news-button {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }

  .paragraph-3 {
    margin-left: -67px;
  }

  .grid-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
    position: static;
    overflow: visible;
  }

  .column-4 {
    display: inline-block;
  }

  .section-5 {
    height: 100vw;
  }

  .container-5 {
    margin-bottom: 0;
    padding-right: 30px;
  }

  .grid-8 {
    grid-row-gap: 12px;
    grid-template-areas: "Area Area-2 Area-3 Area-4 Area-6"
                         "Area-5 Area-5 Area-5 Area-5 Area-5";
  }

  .div-block-11 {
    align-items: flex-end;
    margin-bottom: 42px;
    margin-right: 89px;
  }

  .grid-10 {
    padding: 44px;
    display: block;
  }

  .grid-11 {
    display: block;
  }

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

  .bloque-de-blog.lunas {
    margin-top: 64px;
  }

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

  .grid-14 {
    grid-template-rows: auto auto auto auto auto auto auto;
  }

  .slider-4 {
    height: 500px;
  }

  .right-arrow-3 {
    margin-right: -25px;
  }

  .section-9 {
    padding-left: 28px;
    padding-right: 28px;
  }

  .grid-16 {
    grid-template-areas: "Area Area Area-2 Area-2 Area-3 Area-3";
  }

  .pie-de-foto.bp {
    margin-top: -26px;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    align-self: center;
  }

  .footer-image {
    object-fit: contain;
    width: 60px;
    height: 60px;
  }

  .footer__section {
    text-align: center;
    align-self: center;
    margin-right: 0;
  }

  .grid-arca, .grupo-requiez, .grid_lunas, .grid-tsf, .grupo-piagui, .grupo-cmic {
    grid-template-rows: auto auto auto auto auto auto auto;
  }

  .mask-4 {
    height: 400px;
  }

  .grid-requiez {
    grid-template-rows: auto auto auto auto auto auto auto;
  }

  .slide_cmic {
    padding: 6px;
    overflow: hidden;
  }

  .grid_experiencias {
    padding: 19px;
  }

  .project-info {
    width: 100%;
    height: 100px;
  }

  .project-info.tsf, .project-info.rqz {
    height: 125px;
  }

  .project-info.pg {
    height: 100px;
  }

  .project-info.rootmate {
    height: 125px;
  }

  .project_name {
    font-size: 18px;
    line-height: 32px;
  }

  .project_subtitle {
    font-size: 14px;
  }

  .div-block-23 {
    text-align: center;
    display: block;
  }

  .image-16, .image-17, .image-18 {
    margin-left: auto;
    margin-right: auto;
  }

  .typedwithloopinfinity {
    text-align: center;
    font-size: 25px;
    line-height: 35px;
    left: 52px;
  }

  .grid-rootmate, .grid-cmic {
    grid-template-rows: auto auto auto auto auto auto auto;
  }
}

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

  .section {
    display: block;
  }

  .section.cc-home-wrap {
    background-position: 50%;
  }

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

  .container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .container.gyb {
    background-position: 50% 15%;
    background-size: auto 45%;
  }

  .paragraph-bigger.cc-bigger-light {
    margin-right: 0;
  }

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

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

  .heading-jumbo {
    text-align: left;
    align-self: center;
    font-size: 22px;
    line-height: 48px;
    left: auto;
  }

  .heading-jumbo-small {
    text-align: right;
    margin-bottom: 52px;
    padding-left: 164px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 30px;
  }

  .menu {
    margin-left: 15px;
  }

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

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

  .cta-text {
    margin-bottom: 13px;
  }

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

  .intro-header {
    background-position: 0%;
    margin-left: 0;
    margin-right: 0;
  }

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

  .our-contacts {
    width: 90%;
  }

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

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

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

  .text-block-3 {
    text-align: left;
    margin-top: 20px;
    padding-top: 0;
    position: relative;
  }

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

  .button {
    align-self: flex-start;
    margin-left: auto;
    margin-right: auto;
  }

  .container-2 {
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 0;
  }

  .div-block {
    flex-direction: column;
    align-self: center;
    align-items: center;
    max-width: 85%;
    margin-left: 0;
    display: flex;
  }

  .subtitulo-de-seccion {
    text-align: left;
    align-self: center;
    padding: 20px;
  }

  .section-3 {
    width: 100vw;
    min-height: 0;
    max-height: none;
    padding-bottom: 41px;
  }

  .slide-6 {
    height: 100%;
  }

  .image {
    flex: 0 auto;
    order: 0;
    align-self: flex-start;
    min-height: 100px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    display: block;
    position: static;
  }

  .columns {
    flex-flow: column;
    place-content: flex-start flex-end;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: static;
  }

  .heading-4 {
    text-align: left;
    flex: 1;
    align-items: center;
    margin: 0;
    display: flex;
  }

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

  .column-negro {
    margin-bottom: 55px;
  }

  .heading-6 {
    text-align: left;
    align-self: stretch;
    width: 100%;
    font-size: 30px;
    line-height: 42px;
  }

  .container-3 {
    align-items: flex-start;
    padding-left: 29px;
    padding-right: 29px;
  }

  .paragraph-2 {
    text-align: left;
    margin-bottom: 37px;
  }

  .column-azul {
    margin-top: 49px;
  }

  .container-4 {
    padding-left: 36px;
    padding-right: 36px;
  }

  .news-title {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .image-2 {
    margin-bottom: 3px;
  }

  .news-button.portfolio.mobile {
    width: 100%;
    min-width: auto;
  }

  .div-block-4 {
    display: flex;
  }

  .column-4 {
    flex-direction: row;
    order: -1;
    justify-content: center;
    align-items: stretch;
    height: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
    display: block;
    position: relative;
  }

  .column-5 {
    flex-direction: row;
    flex: 1;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    padding-bottom: 0;
    padding-left: 37px;
    padding-right: 37px;
    font-size: 12px;
    display: block;
    position: relative;
  }

  .section-5 {
    background-position: 70%;
    background-size: cover;
    justify-content: center;
    height: 50vh;
  }

  .container-5 {
    flex-direction: column;
    flex: 1;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 108px;
    font-size: 14px;
  }

  .div-block-5 {
    margin-top: 0;
  }

  .div-block-6 {
    margin-top: 102px;
  }

  .section-6 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-8 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .section-7.newsheader {
    background-image: linear-gradient(#0000, #0000), url('../images/TEC_Monterrey_ITESM_sprint_Design_thinking-028.jpg');
    background-position: 0 0, 40%;
  }

  .div-block-11 {
    margin-bottom: 96px;
    margin-right: 27px;
  }

  .grid-9 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-14 {
    height: 100%;
  }

  .heading-9 {
    text-align: center;
    font-size: 20px;
    line-height: 28px;
  }

  .paragraph-7 {
    text-align: center;
    padding-left: 0;
  }

  .container-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .slider-3 {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .columns-3 {
    flex-direction: column-reverse;
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
  }

  .container-8 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 4px;
    display: flex;
  }

  .section-8 {
    margin-top: 87px;
    position: relative;
  }

  .bloque-de-blog {
    margin-top: 20px;
  }

  .bloque-de-blog p {
    text-align: justify;
  }

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

  .grid-14 {
    grid-template-areas: ". ."
                         ". ."
                         "Area Area";
  }

  .left-arrow, .right-arrow {
    margin-top: 50%;
  }

  .slide-8 {
    height: 100%;
    position: relative;
  }

  .slide-8.lunas_1 {
    height: 100%;
  }

  .slide-8.rootmatepicture {
    height: 300px;
  }

  .slider-blog.rp1 {
    background-color: #0000;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .slider-blog.big {
    background-color: #0000;
    align-items: center;
    display: flex;
  }

  .slider-4 {
    height: 300px;
  }

  .right-arrow-3, .left-arrow-3 {
    margin-top: 66px;
  }

  .slide-15 {
    background-position: 50%;
  }

  .slide-16 {
    background-position: 100%;
  }

  .slide-17 {
    background-position: 0%;
  }

  .slide-18, .slide-19 {
    background-position: 50%;
  }

  .slide_tsf {
    padding-top: 0;
    overflow: hidden;
  }

  .text-block-5 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .grid-16 {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: relative;
  }

  .slider-picture {
    background-image: none;
    justify-content: center;
    align-items: center;
    height: auto;
    display: block;
  }

  .slider-picture._4 {
    background-image: none;
    background-size: auto;
    justify-content: center;
    align-items: center;
    height: auto;
    display: flex;
  }

  .slider-picture._5 {
    background-image: none;
  }

  .slider-picture.large {
    height: 80%;
    margin-top: 14%;
    display: flex;
    overflow: hidden;
  }

  .slider-picture.tsf {
    padding-top: 16px;
    padding-bottom: 16px;
  }

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

  .pie-de-foto {
    align-self: stretch;
    position: relative;
    inset: auto 0% 0%;
  }

  .pie-de-foto.bp {
    width: 100%;
    margin-top: 0;
  }

  .pie-de-foto.bs_tsf {
    width: 100%;
    inset: auto 0% 0%;
  }

  .mask-2 {
    height: 120%;
  }

  .mask-2.rootmatemask {
    height: 425px;
  }

  .image-9 {
    position: relative;
  }

  .italic-text {
    color: #898989;
    text-align: center;
    font-size: 12px;
  }

  .paragraph-12 {
    text-align: justify;
    font-style: normal;
  }

  .image-10 {
    position: relative;
  }

  .slider-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .image-zoom {
    margin-top: 15px;
    margin-bottom: 0;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .footer__section {
    text-align: left;
    align-self: center;
  }

  .grid-arca {
    grid-template-areas: ". ."
                         ". ."
                         "Area Area";
  }

  .slide-21 {
    background-position: 50%;
  }

  .grupo-requiez, .grid_lunas {
    grid-template-areas: ". ."
                         ". ."
                         "Area Area";
  }

  .grid-tsf {
    grid-template-areas: ". ."
                         ". ."
                         "Area Area";
    display: block;
  }

  .grupo-piagui, .grupo-cmic {
    grid-template-areas: ". ."
                         ". ."
                         "Area Area";
  }

  .mask-6 {
    height: 230px;
    padding-top: 0;
  }

  .grid-requiez {
    grid-template-areas: ". ."
                         ". ."
                         "Area Area";
  }

  .slide_rqz {
    padding-top: 0;
    overflow: hidden;
  }

  .grid_experiencias {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-areas: "Area Area"
                         "Area-2 Area-2"
                         "Area-3 Area-3"
                         "Area-4 Area-4"
                         "Area-5 Area-5"
                         "Area-6 Area-6"
                         "Area-7 Area-7"
                         "Area-8 Area-8";
  }

  .project.p1, .project.p2, .project.p3, .project.p4, .project.p5, .project.p6 {
    margin-bottom: 130px;
  }

  .project.p7 {
    height: 375px;
    margin-bottom: 20px;
  }

  .project.p8 {
    height: 398px;
  }

  .project-info {
    height: 125px;
    top: 250px;
  }

  .project-info.tsf, .project-info.rqz {
    height: 150px;
  }

  .project-info.pg {
    height: 125px;
    padding-left: 9px;
    padding-right: 9px;
  }

  .project-info.rootmate {
    height: 150px;
  }

  .project_name {
    margin-bottom: 13px;
    line-height: 25.2px;
  }

  .project_subtitle {
    line-height: 19.6px;
  }

  .mask-7 {
    background-color: var(--light-gray);
    flex: 0 auto;
    align-self: stretch;
  }

  .column-6 {
    padding-bottom: 32px;
  }

  .logo_exp {
    align-self: center;
    width: 75%;
    height: 75%;
  }

  .image-15 {
    margin-top: 25%;
  }

  .typedwithloopinfinity {
    text-align: left;
    font-size: 22px;
    line-height: 48px;
    left: auto;
  }

  .div-block-24 {
    flex-direction: column;
    justify-content: flex-start;
    align-self: center;
    align-items: flex-start;
    width: 85%;
    height: 100px;
    display: block;
  }

  .rootmate1 {
    margin-top: 0%;
  }

  .rootmate3, .rootmate6, .rootmate5, .rootmate4 {
    position: relative;
  }

  .grid-rootmate {
    grid-template-areas: ". ."
                         ". ."
                         "Area Area";
  }

  .rootmate7 {
    margin-top: 0%;
  }

  .rootmate8, .rootmate9, .rootmate10, .rootmate11 {
    margin-top: 25%;
  }

  .grid-cmic {
    grid-template-areas: ". ."
                         ". ."
                         "Area Area";
  }
}

#w-node-_9af530c8-cfa0-0465-32f9-f22b576d2b9f-ec0c5788, #w-node-_436a2807-c0f8-b30e-1fb6-89cab8796429-ec0c5788 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e2855710-e271-3c12-a8ee-9c4ad9317364-ec0c5788 {
  grid-area: Area;
}

#w-node-f772f951-212a-f59b-5ae0-ac9a50e15cd9-ec0c5788 {
  grid-area: Area-2;
}

#w-node-_10422c17-0e8e-62d4-ec17-8a4ce86a835c-ec0c5788 {
  grid-area: Area-3;
}

#w-node-da8c6ddd-7ea4-59c7-0d38-d76c362a1a59-ec0c5788 {
  grid-area: Area-4;
}

#w-node-_465cf048-5b02-ee82-957e-28327082e704-ec0c5788 {
  grid-area: Area-16;
}

#w-node-efa8e156-7bc7-8482-3806-72b2168a7f2e-ec0c5788 {
  grid-area: Area-5;
}

#w-node-_8e158b9c-a9f3-9b97-3e98-e7b7318a3ee5-ec0c5788 {
  grid-area: Area-13;
}

#w-node-_792d846b-9bd2-e553-00c6-37f4a100780e-ec0c5788 {
  grid-area: Area-14;
}

#w-node-_080f51cb-7134-8078-4df8-d6d766ed5394-ec0c5788 {
  grid-area: Area-8;
}

#w-node-c18d5541-7d9d-d0cf-de67-238890f9ce48-ec0c5788 {
  grid-area: Area-9;
}

#w-node-_480689d5-284d-7653-fde1-a47547df28c1-ec0c5788 {
  grid-area: Area-11;
}

#w-node-_6c76d7f6-10c8-5e75-c629-71bb2c506abd-8b0c578a {
  grid-area: Area;
}

#w-node-_8a37b64a-82b8-99b3-2a97-b0bf4a2f1ad5-8b0c578a {
  grid-area: Area-2;
}

#w-node-_6c76d7f6-10c8-5e75-c629-71bb2c506acf-8b0c578a {
  grid-area: Area-3;
}

#w-node-a8763aaa-a2d2-37fe-9d5b-5e1e020b432b-8b0c578a {
  grid-area: Area-4;
}

#w-node-_6c76d7f6-10c8-5e75-c629-71bb2c506ae3-8b0c578a {
  grid-area: Area-5;
}

#w-node-_6c76d7f6-10c8-5e75-c629-71bb2c506ae8-8b0c578a {
  grid-area: Area-6;
}

#w-node-_97e2e2e6-2d08-46d6-26bd-b1da4d34f3be-8b0c578a {
  grid-area: Area-8;
}

#w-node-_58145f2d-5c22-00ae-e7b7-189811402764-1c0c5786 {
  grid-column-start: span .989583;
  grid-column-end: span .989583;
  grid-row-start: span .989583;
  grid-row-end: span .989583;
  justify-self: end;
}

#w-node-_58145f2d-5c22-00ae-e7b7-189811402769-1c0c5786 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-dda87d8e-78a6-4115-4555-f0d5f76a82c1-1c0c5786 {
  justify-self: end;
}

#w-node-_861375e9-1383-2366-8f00-99177ead4bb1-1c0c5786 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-e19ae742-44f9-4b05-2e5e-282f58970eec-1c0c5786 {
  justify-self: end;
}

#w-node-e19ae742-44f9-4b05-2e5e-282f58970ef1-1c0c5786 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_779bc962-a097-bd0c-ca93-23bef470a0b1-1c0c5786 {
  justify-self: end;
}

#w-node-_779bc962-a097-bd0c-ca93-23bef470a0b6-1c0c5786 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_366e72f1-2130-aac6-ab37-9958c5733952-1c0c5786 {
  justify-self: end;
}

#w-node-_366e72f1-2130-aac6-ab37-9958c5733957-1c0c5786 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_072a92e2-ff81-2c77-3bca-cfa5283a5a3f-1c0c5786 {
  justify-self: end;
}

#w-node-_072a92e2-ff81-2c77-3bca-cfa5283a5a44-1c0c5786 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_567421f1-7733-6b03-7b02-2b59a819998d-7f0c578b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_79ab7e45-70c6-d0cb-af97-d3dc329a7a02-7f0c578b {
  grid-area: Area-2;
}

#w-node-_5f733366-e7bb-1fcf-70f2-cfa0154be146-7f0c578b {
  grid-area: Area;
  align-self: stretch;
}

#w-node-_9cd441d6-82ec-d4e2-baef-c89910f951a2-7f0c578b {
  align-self: end;
}

#w-node-_276fcb49-8861-d9b5-5fdf-a271a4d8b545-7f0c578b {
  grid-area: Area-2;
  align-self: end;
}

#w-node-c7b41e61-5ebc-41e1-ee44-0dfeebb83584-7f0c578b {
  grid-area: Area;
}

#w-node-_990b5250-c824-5890-8771-129f7bb965f4-7f0c578b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_990b5250-c824-5890-8771-129f7bb965f6-7f0c578b {
  grid-area: Area-2;
}

#w-node-_990b5250-c824-5890-8771-129f7bb965fb-7f0c578b {
  grid-area: Area;
  align-self: stretch;
}

#w-node-_990b5250-c824-5890-8771-129f7bb965ed-7f0c578b {
  align-self: end;
}

#w-node-_990b5250-c824-5890-8771-129f7bb965ef-7f0c578b {
  grid-area: Area-2;
  align-self: end;
}

#w-node-_990b5250-c824-5890-8771-129f7bb965f2-7f0c578b {
  grid-area: Area;
}

#w-node-ed44400e-ff31-6941-10dd-5a9e2091ea44-7f0c578b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ed44400e-ff31-6941-10dd-5a9e2091ea46-7f0c578b {
  grid-area: Area-2;
}

#w-node-ed44400e-ff31-6941-10dd-5a9e2091ea4b-7f0c578b {
  grid-area: Area;
  align-self: stretch;
}

#w-node-ed44400e-ff31-6941-10dd-5a9e2091ea3d-7f0c578b {
  align-self: end;
}

#w-node-ed44400e-ff31-6941-10dd-5a9e2091ea3f-7f0c578b {
  grid-area: Area-2;
  align-self: end;
}

#w-node-ed44400e-ff31-6941-10dd-5a9e2091ea42-7f0c578b {
  grid-area: Area;
}

#w-node-f1465adf-6cea-a7ba-11b5-231d9b3c0904-7f0c578b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f1465adf-6cea-a7ba-11b5-231d9b3c0906-7f0c578b {
  grid-area: Area-2;
}

#w-node-f1465adf-6cea-a7ba-11b5-231d9b3c090b-7f0c578b {
  grid-area: Area;
  align-self: stretch;
}

#w-node-f1465adf-6cea-a7ba-11b5-231d9b3c08fd-7f0c578b {
  align-self: end;
}

#w-node-f1465adf-6cea-a7ba-11b5-231d9b3c08ff-7f0c578b {
  grid-area: Area-2;
  align-self: end;
}

#w-node-f1465adf-6cea-a7ba-11b5-231d9b3c0902-7f0c578b, #w-node-bd58bd00-c873-9513-47df-40d877e0521e-9d0c5781 {
  grid-area: Area;
}

#w-node-df9f2930-3656-1a0e-d6bd-5d67e275c5bb-9d0c5781 {
  grid-area: Area-2;
}

#w-node-f3628bb8-8d5f-3662-be73-081b2a4407c9-9d0c5781 {
  grid-area: Area-3;
}

#w-node-_505f9a01-c4be-1caf-4b7e-c8f0924dc914-9d0c5781 {
  grid-area: Area-4;
}

#w-node-_60be5748-4887-2cc8-ef19-d01de427b3fe-9d0c5781 {
  grid-area: Area-5;
}

#w-node-_68b4345e-97db-ea78-4154-949272e0ab9e-9d0c5781 {
  grid-area: Area-6;
}

#w-node-a5c337c3-0ca5-a546-0ff6-8615bdf37a60-9d0c5781 {
  grid-area: Area-7;
}

#w-node-_395e56e2-d8d1-0687-604a-d2a9d2e1118d-9d0c5781 {
  grid-area: Area-8;
}

#w-node-e8d78abd-f8ea-aa88-da51-435b62ef5f53-9d0c5781 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e8d78abd-f8ea-aa88-da51-435b62ef5f5b-9d0c5781 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-e8d78abd-f8ea-aa88-da51-435b62ef5f63-9d0c5781 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_97952b75-abc0-6ef6-4fb5-8477a4fecfab-550c5783 {
  grid-area: Area-2;
}

#w-node-c860ac9b-bb12-967c-ed16-a4cf332d04c2-550c5783 {
  grid-area: Area-3;
}

#w-node-_48ff98a6-9ec2-ca4c-fe44-28e840351a51-550c5783 {
  grid-area: Area-4;
}

#w-node-_5786a201-de8d-5e48-b907-3141624a5310-550c5783, #w-node-_6d36cb85-2964-ec28-6979-13103165ceb1-550c5783 {
  grid-area: Area;
}

#w-node-ce271a7b-dbd6-07c2-c96b-45c55e692d5a-550c5783 {
  grid-area: Area-2;
}

#w-node-_25e26455-925a-b342-43e7-54122d26f843-550c5783 {
  grid-area: Area-3;
  align-self: center;
}

#w-node-ff92faf0-c2cf-6539-dd64-0208f7e9a6ef-550c5783 {
  grid-area: Area-8;
  align-self: center;
}

#w-node-d674846d-4302-bc85-3e8c-091e757ca3eb-550c5783 {
  grid-area: Area-4;
  align-self: center;
}

#w-node-c26cdc31-3171-30e1-96b3-1cbf66914359-550c5783 {
  grid-area: Area-5;
}

#w-node-a42da2f4-ee26-aeb2-de33-201cbd18f83f-550c5783 {
  grid-area: Area-6;
  align-self: center;
}

#w-node-_53350df7-37bf-c1f0-9082-134e71c8d6f9-550c5783 {
  grid-area: Area-9;
  align-self: center;
}

#w-node-_421a135e-7d23-f8f4-992f-4559f6060458-550c5783 {
  grid-area: Area-10;
  align-self: center;
}

#w-node-db54c680-f03c-d92b-40f1-238a1457b4b0-550c5783 {
  grid-area: Area-11;
  align-self: center;
}

#w-node-_943d1406-c7df-c044-0d38-79e7b955a41f-550c5783 {
  grid-area: Area-7;
}

#w-node-_77addb16-c2b4-9ed4-e81a-e3c61d57d42c-1c0c577a, #w-node-_50010460-a0cc-6e2a-015d-c1b0de7397d2-1c0c577a, #w-node-af127dae-7d17-120c-cf46-4218cd04ee82-1c0c577a {
  order: 0;
}

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

#w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-0e0c5784 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_91bfbb1e-332d-5c5f-7806-b3aeedb6eeb3-f00c5789 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cb246b4e-bac3-e434-fa1e-41669b8450fa-f00c5789 {
  grid-area: Area;
}

#w-node-cb246b4e-bac3-e434-fa1e-41669b84510c-f00c5789 {
  grid-area: Area-3;
}

#w-node-cb246b4e-bac3-e434-fa1e-41669b845117-f00c5789 {
  grid-area: Area-4;
}

#w-node-cb246b4e-bac3-e434-fa1e-41669b845120-f00c5789 {
  grid-area: Area-5;
}

#w-node-cb246b4e-bac3-e434-fa1e-41669b845126-f00c5789 {
  grid-area: Area-7;
}

#w-node-_1843ed84-24d3-64b1-464b-93969e4c134c-e0f72dd4 {
  grid-area: Area;
}

#w-node-a9417839-27a1-cfad-f85f-d4f9ccd71489-e0f72dd4 {
  grid-area: Area-2;
}

#w-node-_726e1da8-b249-462f-455b-1d1dc06a3795-e0f72dd4 {
  grid-area: Area-3;
}

#w-node-_2ebe6e45-b2c2-0722-4bab-e84b66423387-e0f72dd4 {
  grid-area: Area;
}

#w-node-_2ebe6e45-b2c2-0722-4bab-e84b6642338f-e0f72dd4 {
  grid-area: Area-2;
}

#w-node-_2ebe6e45-b2c2-0722-4bab-e84b66423399-e0f72dd4 {
  grid-area: Area-3;
}

#w-node-_9e533729-c698-c0d0-067d-e5f05c835cf4-e0f72dd4 {
  grid-area: Area-4;
}

#w-node-_2ebe6e45-b2c2-0722-4bab-e84b664233ad-e0f72dd4 {
  grid-area: Area-5;
  align-self: start;
}

#w-node-_246fc71d-742b-fbac-a565-f46cf06629a7-e0f72dd4 {
  grid-area: Area-6;
}

#w-node-_523727d4-d019-2e9a-8141-ce8fec78e855-e0f72dd4 {
  grid-area: Area-7;
}

#w-node-_21b7b20d-21a8-b0e9-6c18-df7e12cffcbe-e0f72dd4 {
  grid-area: Area-8;
}

#w-node-e8780a34-8df6-b864-7a03-633fd8f5073c-e0f72dd4 {
  grid-area: Area-9;
}

#w-node-e9656d47-49c5-f7d1-059c-00ade9362b4e-e0f72dd4 {
  grid-area: Area-10;
}

#w-node-_13fe924c-c23c-3c9d-9823-0faa31e6f589-e0f72dd4 {
  grid-area: Area-11;
}

#w-node-e3276fbb-bc88-70db-8d5e-3d47e8c45374-80ea7dd1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0eac7038-0e0e-f0eb-42c5-d7e951246581-80ea7dd1 {
  grid-area: Area;
}

#w-node-_64c9d15d-0283-481f-b541-95e34c438c03-80ea7dd1 {
  grid-area: Area-12;
}

#w-node-_26d1c70e-6b61-9512-7366-87c6ff6c2251-80ea7dd1 {
  grid-area: Area-2;
}

#w-node-_0eac7038-0e0e-f0eb-42c5-d7e951246596-80ea7dd1 {
  grid-area: Area-3;
}

#w-node-a2461f5b-679d-f377-cd01-edf96d8519d9-80ea7dd1 {
  grid-area: Area-13;
}

#w-node-_0eac7038-0e0e-f0eb-42c5-d7e9512465a6-80ea7dd1 {
  grid-area: Area-4;
}

#w-node-_0eac7038-0e0e-f0eb-42c5-d7e9512465d7-80ea7dd1 {
  grid-area: Area-5;
}

#w-node-_33d380ec-1aff-6e7a-3a32-31c3f0f7608d-80ea7dd1 {
  grid-area: Area-6;
}

#w-node-_3d4ea67d-57f1-2b9f-29a3-db8ef0e3401f-80ea7dd1 {
  grid-area: Area-14;
}

#w-node-_48e8d8b4-6486-b94d-5c2f-893135c53848-e56dcb4a {
  grid-area: Area;
}

#w-node-_48e8d8b4-6486-b94d-5c2f-893135c5384a-e56dcb4a {
  grid-area: Area-2;
}

#w-node-_48e8d8b4-6486-b94d-5c2f-893135c5384e-e56dcb4a {
  grid-area: Area;
}

#w-node-_48e8d8b4-6486-b94d-5c2f-893135c5385d-e56dcb4a {
  grid-area: Area-2;
}

#w-node-_3b61bb50-4e87-58f0-d0b2-1045221c509f-e56dcb4a {
  grid-area: Area-4;
}

#w-node-_48e8d8b4-6486-b94d-5c2f-893135c5386b-e56dcb4a {
  grid-area: Area-3;
}

#w-node-bd7cdabd-abdc-5696-97aa-93a47875a5a0-e56dcb4a {
  grid-area: Area-5;
}

#w-node-a63d01cf-19b5-06c5-feda-79e16d9da57b-cbda2e65 {
  grid-area: Area;
}

#w-node-a63d01cf-19b5-06c5-feda-79e16d9da57d-cbda2e65 {
  grid-area: Area-2;
}

#w-node-_286a6454-354f-d3df-c575-992db67c6874-cbda2e65 {
  grid-area: Area;
}

#w-node-_83782ec6-66bb-14d4-d75f-b3623d2b8e7f-cbda2e65 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_286a6454-354f-d3df-c575-992db67c6879-cbda2e65 {
  grid-area: Area-2;
}

#w-node-_286a6454-354f-d3df-c575-992db67c6886-cbda2e65 {
  grid-area: Area-4;
}

#w-node-_286a6454-354f-d3df-c575-992db67c6880-cbda2e65 {
  grid-area: Area-3;
}

#w-node-_286a6454-354f-d3df-c575-992db67c68a2-cbda2e65 {
  grid-area: Area-5;
}

#w-node-_9af530c8-cfa0-0465-32f9-f22b576d2b9f-ca5a2bdf, #w-node-_436a2807-c0f8-b30e-1fb6-89cab8796429-ca5a2bdf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e2855710-e271-3c12-a8ee-9c4ad9317364-ca5a2bdf {
  grid-area: Area;
}

#w-node-f772f951-212a-f59b-5ae0-ac9a50e15cd9-ca5a2bdf {
  grid-area: Area-2;
  align-self: center;
}

#w-node-_10422c17-0e8e-62d4-ec17-8a4ce86a835c-ca5a2bdf {
  grid-area: Area-3;
}

#w-node-_465cf048-5b02-ee82-957e-28327082e704-ca5a2bdf {
  grid-area: Area-17;
}

#w-node-efa8e156-7bc7-8482-3806-72b2168a7f2e-ca5a2bdf {
  grid-area: Area-5;
}

#w-node-_8e158b9c-a9f3-9b97-3e98-e7b7318a3ee5-ca5a2bdf {
  grid-area: Area-13;
}

#w-node-_792d846b-9bd2-e553-00c6-37f4a100780e-ca5a2bdf {
  grid-area: Area-14;
}

#w-node-_480689d5-284d-7653-fde1-a47547df28c1-ca5a2bdf {
  grid-area: Area-16;
}

@media screen and (max-width: 991px) {
  #w-node-_377fa376-7d91-fe28-952b-d45d7f72f9ae-8b0c578a {
    grid-area: Area;
  }

  #w-node-_377fa376-7d91-fe28-952b-d45d7f72f9ac-8b0c578a {
    grid-area: Area-2;
  }

  #w-node-c26cdc31-3171-30e1-96b3-1cbf66914359-550c5783 {
    grid-area: Area-5;
  }

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

  #w-node-_1843ed84-24d3-64b1-464b-93969e4c134c-e0f72dd4 {
    grid-area: Area;
  }

  #w-node-a9417839-27a1-cfad-f85f-d4f9ccd71489-e0f72dd4 {
    grid-area: Area-2;
  }

  #w-node-_726e1da8-b249-462f-455b-1d1dc06a3795-e0f72dd4 {
    grid-area: Area-3;
  }

  #w-node-e3276fbb-bc88-70db-8d5e-3d47e8c45372-80ea7dd1 {
    grid-area: Area;
  }

  #w-node-e3276fbb-bc88-70db-8d5e-3d47e8c45374-80ea7dd1 {
    grid-area: Area-2;
  }

  #w-node-_48e8d8b4-6486-b94d-5c2f-893135c53848-e56dcb4a {
    grid-area: Area;
  }

  #w-node-_48e8d8b4-6486-b94d-5c2f-893135c5384a-e56dcb4a {
    grid-area: Area-2;
  }

  #w-node-a63d01cf-19b5-06c5-feda-79e16d9da57b-cbda2e65 {
    grid-area: Area;
  }

  #w-node-a63d01cf-19b5-06c5-feda-79e16d9da57d-cbda2e65 {
    grid-area: Area-2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e2855710-e271-3c12-a8ee-9c4ad9317364-ec0c5788 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_10422c17-0e8e-62d4-ec17-8a4ce86a835c-ec0c5788 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_465cf048-5b02-ee82-957e-28327082e704-ec0c5788, #w-node-_6c76d7f6-10c8-5e75-c629-71bb2c506abd-8b0c578a, #w-node-_6c76d7f6-10c8-5e75-c629-71bb2c506ac5-8b0c578a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6c76d7f6-10c8-5e75-c629-71bb2c506acf-8b0c578a {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_6c76d7f6-10c8-5e75-c629-71bb2c506ae3-8b0c578a, #w-node-_6c76d7f6-10c8-5e75-c629-71bb2c506ae8-8b0c578a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c26cdc31-3171-30e1-96b3-1cbf66914359-550c5783 {
    grid-area: Area-5;
  }

  #w-node-cb246b4e-bac3-e434-fa1e-41669b8450fa-f00c5789 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cb246b4e-bac3-e434-fa1e-41669b84510c-f00c5789 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-cb246b4e-bac3-e434-fa1e-41669b845117-f00c5789, #w-node-cb246b4e-bac3-e434-fa1e-41669b845120-f00c5789, #w-node-cb246b4e-bac3-e434-fa1e-41669b845125-f00c5789, #w-node-_2ebe6e45-b2c2-0722-4bab-e84b66423387-e0f72dd4, #w-node-_2ebe6e45-b2c2-0722-4bab-e84b6642338f-e0f72dd4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2ebe6e45-b2c2-0722-4bab-e84b66423399-e0f72dd4 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_9e533729-c698-c0d0-067d-e5f05c835cf4-e0f72dd4, #w-node-_2ebe6e45-b2c2-0722-4bab-e84b664233ad-e0f72dd4, #w-node-e9656d47-49c5-f7d1-059c-00ade9362b4e-e0f72dd4, #w-node-_0eac7038-0e0e-f0eb-42c5-d7e951246586-80ea7dd1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0eac7038-0e0e-f0eb-42c5-d7e951246596-80ea7dd1 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_48e8d8b4-6486-b94d-5c2f-893135c5384e-e56dcb4a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_48e8d8b4-6486-b94d-5c2f-893135c5385d-e56dcb4a {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_48e8d8b4-6486-b94d-5c2f-893135c5386b-e56dcb4a, #w-node-_48e8d8b4-6486-b94d-5c2f-893135c53870-e56dcb4a, #w-node-_286a6454-354f-d3df-c575-992db67c6874-cbda2e65 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_286a6454-354f-d3df-c575-992db67c6879-cbda2e65 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_286a6454-354f-d3df-c575-992db67c6880-cbda2e65, #w-node-_286a6454-354f-d3df-c575-992db67c6885-cbda2e65, #w-node-e2855710-e271-3c12-a8ee-9c4ad9317364-ca5a2bdf {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_10422c17-0e8e-62d4-ec17-8a4ce86a835c-ca5a2bdf {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_465cf048-5b02-ee82-957e-28327082e704-ca5a2bdf {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f772f951-212a-f59b-5ae0-ac9a50e15cd9-ec0c5788 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-_480689d5-284d-7653-fde1-a47547df28c1-ec0c5788, #w-node-a8763aaa-a2d2-37fe-9d5b-5e1e020b432b-8b0c578a, #w-node-_97e2e2e6-2d08-46d6-26bd-b1da4d34f3be-8b0c578a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_58145f2d-5c22-00ae-e7b7-189811402764-1c0c5786 {
    grid-area: Area;
    align-self: end;
  }

  #w-node-_58145f2d-5c22-00ae-e7b7-189811402766-1c0c5786 {
    grid-area: Area-2;
  }

  #w-node-dda87d8e-78a6-4115-4555-f0d5f76a82c1-1c0c5786 {
    grid-area: Area;
    align-self: end;
  }

  #w-node-_015bae85-1426-aeb1-156c-bad96fe7a055-1c0c5786 {
    grid-area: Area-2;
  }

  #w-node-e19ae742-44f9-4b05-2e5e-282f58970eec-1c0c5786 {
    grid-area: Area;
    align-self: end;
  }

  #w-node-e19ae742-44f9-4b05-2e5e-282f58970eee-1c0c5786 {
    grid-area: Area-2;
  }

  #w-node-_779bc962-a097-bd0c-ca93-23bef470a0b1-1c0c5786 {
    grid-area: Area;
    align-self: end;
  }

  #w-node-_779bc962-a097-bd0c-ca93-23bef470a0b3-1c0c5786 {
    grid-area: Area-2;
  }

  #w-node-_366e72f1-2130-aac6-ab37-9958c5733952-1c0c5786 {
    grid-area: Area;
    align-self: end;
  }

  #w-node-_366e72f1-2130-aac6-ab37-9958c5733954-1c0c5786 {
    grid-area: Area-2;
  }

  #w-node-_072a92e2-ff81-2c77-3bca-cfa5283a5a3f-1c0c5786 {
    grid-area: Area;
    align-self: end;
  }

  #w-node-_072a92e2-ff81-2c77-3bca-cfa5283a5a41-1c0c5786 {
    grid-area: Area-2;
  }

  #w-node-cb246b4e-bac3-e434-fa1e-41669b845126-f00c5789, #w-node-_2ebe6e45-b2c2-0722-4bab-e84b66423387-e0f72dd4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2ebe6e45-b2c2-0722-4bab-e84b6642338f-e0f72dd4 {
    align-self: center;
  }

  #w-node-_2ebe6e45-b2c2-0722-4bab-e84b66423399-e0f72dd4 {
    grid-area: Area;
    justify-self: auto;
  }

  #w-node-_9e533729-c698-c0d0-067d-e5f05c835cf4-e0f72dd4, #w-node-_2ebe6e45-b2c2-0722-4bab-e84b664233ad-e0f72dd4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_246fc71d-742b-fbac-a565-f46cf06629a7-e0f72dd4 {
    grid-area: span 2 / span 2 / span 2 / span 2;
    align-self: stretch;
  }

  #w-node-_523727d4-d019-2e9a-8141-ce8fec78e855-e0f72dd4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_21b7b20d-21a8-b0e9-6c18-df7e12cffcbe-e0f72dd4, #w-node-e8780a34-8df6-b864-7a03-633fd8f5073c-e0f72dd4 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-e9656d47-49c5-f7d1-059c-00ade9362b4e-e0f72dd4, #w-node-_13fe924c-c23c-3c9d-9823-0faa31e6f589-e0f72dd4, #w-node-_33d380ec-1aff-6e7a-3a32-31c3f0f7608d-80ea7dd1, #w-node-bd7cdabd-abdc-5696-97aa-93a47875a5a0-e56dcb4a, #w-node-_286a6454-354f-d3df-c575-992db67c6886-cbda2e65, #w-node-_286a6454-354f-d3df-c575-992db67c68a2-cbda2e65 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f772f951-212a-f59b-5ae0-ac9a50e15cd9-ca5a2bdf {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-_480689d5-284d-7653-fde1-a47547df28c1-ca5a2bdf {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


