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

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

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

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

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

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

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

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

p {
  margin-bottom: 10px;
}

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

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

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

li {
  margin-bottom: 10px;
}

img {
  display: block;
  width: auto;
  height: 448px;
}

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

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

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

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

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

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

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

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

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

.container {
  width: 100%;
  max-width: 1120px;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
}

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

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

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

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

.heading-jumbo {
  position: static;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter;
  color: #323232;
  font-size: 64px;
  line-height: 80px;
  font-weight: 600;
  text-transform: none;
}

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

.label {
  margin-bottom: 10px;
  font-family: Chivo, sans-serif;
  color: #292a7a;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

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

.paragraph-light {
  opacity: 1;
  font-family: Chivo, sans-serif;
  color: #292a7a;
  font-weight: 400;
}

.paragraph-light.email {
  color: #d5251d;
  font-weight: 700;
}

.hero-home {
  margin-right: 30px;
  margin-left: 30px;
}

.hero-home.cc-contact {
  padding-right: 80px;
  padding-left: 80px;
  background-color: #f4f4f4;
}

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

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

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

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

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

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

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

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

.paragraph-bigger.cc-bigger-light {
  opacity: 0.6;
  font-family: Inter;
  color: #323232;
}

.h2-divider {
  height: 1px;
  margin-bottom: 24px;
  background-color: #d7d8d7;
}

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

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

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

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

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

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

.navigation-item.w--current {
  opacity: 1;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #373234;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  text-transform: none;
}

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

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

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

.navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.logo-image {
  display: block;
  width: 160px;
  height: 24px;
}

.navigation-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.intro-wrap {
  margin-top: 100px;
  margin-bottom: 80px;
}

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

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

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

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

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

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

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

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

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

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

.status-message.cc-success-message {
  background-color: #292a7a;
}

.status-message.cc-error-message {
  background-color: rgba(213, 37, 29, 0.1);
}

.contact {
  padding-top: 80px;
  padding-bottom: 90px;
  color: #e53a2f;
}

.contact:hover {
  color: #e53a2f;
}

.contact-headline {
  width: 70%;
  margin-bottom: 40px;
}

.contact-form-grid {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
}

.contact-form-wrap {
  width: 70%;
}

.footer-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #323232;
}

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

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

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

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

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

.protected-heading {
  margin-bottom: 30px;
  font-family: Inter;
  color: #373234;
  font-weight: 700;
}

.body {
  border-style: none;
  border-width: 1px;
  border-color: #292a7a;
  border-radius: 24px;
  background-color: #fff;
  -webkit-transition: color 1000ms ease, background-color 1000ms ease, -webkit-transform 1000ms ease;
  transition: color 1000ms ease, background-color 1000ms ease, -webkit-transform 1000ms ease;
  transition: transform 1000ms ease, color 1000ms ease, background-color 1000ms ease;
  transition: transform 1000ms ease, color 1000ms ease, background-color 1000ms ease, -webkit-transform 1000ms ease;
  font-family: Inter;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
}

.writing {
  width: 85vw;
  margin: 24px auto 96px;
  text-align: left;
}

.nav-link {
  font-family: Inter;
  color: #191919;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.23px;
}

.nav-link.current {
  color: #ef5130;
  font-weight: 700;
}

.nav-link.current.w--current {
  color: #ef5130;
}

.h3-dark-left {
  margin-bottom: 8px;
  font-family: Inter;
  color: #323232;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.3px;
}

.h3-dark-left.h3-dark-center {
  text-align: center;
}

.story-image {
  padding-bottom: 16px;
  -webkit-transition: box-shadow 550ms ease;
  transition: box-shadow 550ms ease;
}

.story-image:hover {
  box-shadow: 0 5px 14px 0 rgba(117, 107, 111, 0.3);
}

.image-2 {
  padding-bottom: 16px;
}

.h2-dark-l {
  position: relative;
  width: auto;
  margin-top: 0px;
  margin-bottom: 15px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Inter;
  color: #191919;
  font-size: 38px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0px;
}

.paragraph-reg {
  display: block;
  margin: 0px auto 0px 0px;
  padding-top: 0px;
  font-family: Inter;
  color: #323232;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
}

.paragraph-reg.about-paragraph {
  display: block;
  width: 50vw;
  margin-right: auto;
  margin-left: auto;
}

.primary-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  height: 64px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: #323232;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 200ms cubic-bezier(.55, .085, .68, .53);
  transition: all 200ms cubic-bezier(.55, .085, .68, .53);
  font-family: Inter;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
}

.primary-button:hover {
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(50, 50, 50, 0.2);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.primary-button.projects {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition-property: none;
  transition-property: none;
}

.primary-button.projects:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.primary-button.projects.thumbnail-button {
  width: 280px;
  height: 64px;
  margin-top: 0px;
  margin-bottom: 24px;
  border: 4px none #000;
  border-radius: 12px;
  background-color: #323232;
  font-family: Inter;
  color: #fff;
  font-weight: 600;
}

.primary-button.projects.outline-button {
  width: 280px;
  height: 64px;
  margin-top: 0px;
  margin-bottom: 64px;
  border-radius: 12px;
  background-color: #191919;
  font-family: Inter;
  font-weight: 700;
}

.primary-button.projects.thumbnail-button-wtw {
  width: 280px;
  height: 64px;
  margin-top: 0px;
  margin-bottom: 24px;
  border: 4px solid #000;
  border-radius: 12px;
  background-color: transparent;
  font-family: Inter;
  color: #191919;
  font-weight: 600;
}

.primary-button.projects.outline-button {
  width: 280px;
  height: 64px;
  margin-top: 0px;
  margin-bottom: 24px;
  border-style: solid;
  border-width: 4px;
  border-color: #323232;
  border-radius: 12px;
  background-color: transparent;
  font-family: Inter;
  color: #323232;
  font-weight: 600;
}

.columns {
  margin-bottom: 48px;
  padding-bottom: 0px;
}

.section-3 {
  width: 100%;
}

.text-block-3 {
  margin-bottom: 4px;
  font-family: Inter;
  color: #f7f3f0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

.paragraph-reg-white {
  margin-bottom: 0px;
  font-family: Inter;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
}

.div-block {
  height: 1px;
  background-color: rgba(247, 243, 240, 0.5);
}

.columns-2 {
  margin-top: 16px;
  margin-bottom: 40px;
}

.image-3 {
  width: 107px;
  height: 16px;
  margin-top: 12px;
  margin-right: auto;
  margin-left: auto;
}

.columns-3 {
  display: inline-block;
  width: 40%;
  float: right;
}

.social-logo {
  overflow: visible;
  width: 48px;
  height: 48px;
  padding: 0px;
}

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

.text-block-4.paragraph-reg-white {
  display: block;
  margin-top: 24px;
  margin-right: 32px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-left: 0px;
  float: right;
  clear: both;
  font-size: 18px;
}

.image-4 {
  height: auto;
  margin-bottom: 16px;
  float: none;
  clear: left;
}

.image-4.project-image {
  background-color: transparent;
  -webkit-transition: box-shadow 575ms ease;
  transition: box-shadow 575ms ease;
}

.image-4.project-image:hover {
  box-shadow: 0 5px 14px 0 rgba(117, 107, 111, 0.3);
}

.column-2 {
  margin-bottom: 0px;
}

.column-3 {
  clear: none;
}

.column-4 {
  clear: left;
}

.project-thumbnail {
  margin-bottom: 40px;
}

.project-thumbnail.last-thumbnail {
  margin-bottom: 64px;
}

.h1-dark {
  margin-bottom: 40px;
  margin-left: 0px;
  font-family: Inter;
  color: #323232;
  font-size: 56px;
  line-height: 72px;
  font-weight: 700;
}

.h1-dark.h1-project {
  margin-bottom: 24px;
  font-size: 48px;
}

.section-4 {
  background-color: transparent;
}

.strike {
  color: #ef5130;
  text-decoration: none;
}

.h1-highlight {
  color: #ef5130;
}

.project-hero {
  width: 100vw;
  margin-right: auto;
  margin-left: auto;
}

.container-2 {
  margin-top: 16px;
}

.h2-quote {
  font-family: Inter;
  color: #767676;
  font-size: 34px;
  line-height: 56px;
  font-style: italic;
  font-weight: 400;
  text-align: left;
}

.grid-2 {
  grid-row-gap: 12px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 48px 12px 48px 12px 48px 12px 48px;
  grid-template-rows: 48px 48px 48px 48px;
}

.project-caption {
  font-family: Inter;
  color: #756b6f;
  font-size: 14px;
  font-weight: 400;
}

.strong-caption {
  font-family: Inter;
  color: #373234;
  font-size: 20px;
  font-weight: 600;
}

.project-intro {
  margin-top: 16px;
  margin-bottom: 40px;
}

.caption-title {
  font-family: Tiemposheadline;
  color: #373234;
}

.caption-text {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #756b6f;
  font-size: 14px;
  line-height: 22px;
}

.caption-text.caption-text-right {
  text-align: right;
}

.columns-7 {
  margin-bottom: 40px;
}

.img_left {
  margin-bottom: 40px;
}

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

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

.columns-9 {
  margin-bottom: 40px;
}

.narrow-paragraph {
  letter-spacing: -0.3px;
}

.text-block-6 {
  text-align: right;
}

.text-block-6.caption-title {
  text-align: right;
}

.img_right {
  margin-bottom: 40px;
}

.image-7 {
  margin-bottom: 8px;
}

.columns-10 {
  margin-bottom: 50px;
}

.coppel-content {
  margin-bottom: 72px;
}

.coppel_content {
  margin-bottom: 72px;
  border-radius: 24px;
}

.image-11 {
  margin-bottom: 16px;
}

.div-block-2 {
  margin-bottom: 40px;
}

.image-12 {
  margin-bottom: 8px;
}

.columns-11 {
  margin-bottom: 40px;
}

.image-13 {
  margin-bottom: 16px;
}

.image-14 {
  margin-bottom: 8px;
}

.section-6 {
  float: right;
}

.image-15 {
  position: relative;
  height: 50vh;
  margin-top: 40px;
}

.container-5 {
  position: relative;
  background-color: transparent;
}

.h1-about {
  width: 42vw;
  margin-top: 120px;
  margin-left: 16px;
  padding-top: 40px;
  padding-right: 6px;
  padding-bottom: 0px;
  font-family: Tiemposheadline;
  font-size: 38px;
  line-height: 56px;
  letter-spacing: 0.2px;
}

.h1-about.about-h1 {
  color: #373234;
}

.div-block-3 {
  display: block;
  width: 45vw;
  height: 320px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  background-color: #fff;
}

.about-highlight {
  color: #e53a2f;
}

.about-me {
  margin-top: 40px;
  color: #e53a2f;
}

.container-6 {
  margin-bottom: 48px;
}

.container-7 {
  margin-bottom: 80px;
}

.image-21 {
  margin-bottom: 72px;
}

.container-8 {
  display: none;
}

.div-block-5 {
  padding-bottom: 0px;
  background-color: #323232;
}

.text-block-7 {
  margin-bottom: 8px;
  font-family: Inter;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.text-block-8 {
  font-family: Inter;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.div-block-6 {
  margin-bottom: 24px;
  padding: 22px;
}

.line {
  width: 90%;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  background-color: #fff;
  color: #fff;
}

.image-22 {
  height: 16px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-7 {
  margin-bottom: 40px;
  padding: 22px;
}

.div-block-8 {
  margin-top: 16px;
  padding-bottom: 27px;
}

.social-link {
  line-height: 40px;
  font-weight: 400;
}

.social-link:hover {
  color: #e53a2f;
}

.column-19 {
  margin-top: 128px;
  margin-bottom: 0px;
}

.columns-13 {
  margin-bottom: 72px;
}

.link-block {
  background-color: transparent;
  color: transparent;
  text-decoration: underline;
}

.link-block-2 {
  color: transparent;
}

.link-block-3 {
  color: transparent;
}

.link-block-4 {
  color: transparent;
}

.link-block-5 {
  color: transparent;
}

.body-2 {
  background-color: #fafafa;
}

.div-block-9 {
  background-color: #323232;
}

.ux-work {
  height: auto;
  margin-bottom: 80px;
  background-color: transparent;
  color: transparent;
  font-style: normal;
  text-decoration: none;
}

.div-block-10 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 5fr 1fr;
  grid-template-columns: 5fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.grid-3 {
  grid-column-gap: 32px;
  grid-template-areas: "." "Area";
}

.project_large {
  margin-bottom: 64px;
  grid-template-areas: "Area ." ". ." "Area-2 Area-2";
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.container-coppel {
  height: 448px;
  border-radius: 24px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f1f0), to(#dfe1df));
  background-image: linear-gradient(180deg, #f0f1f0, #dfe1df);
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.container-coppel:hover {
  box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.25);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.grid-5 {
  grid-template-areas: ". Area";
  -ms-grid-columns: 1fr 0.75fr;
  grid-template-columns: 1fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.thumbnail_big_text {
  display: block;
  height: auto;
  padding-bottom: 40px;
  padding-left: 32px;
  color: transparent;
  text-decoration: none;
}

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

.div-block-12 {
  margin-bottom: 40px;
}

.text-block-9 {
  padding-bottom: 0px;
  color: transparent;
  text-decoration: none;
}

.text-block-9:hover {
  text-decoration: none;
}

.h2-dark-thumbnail {
  position: relative;
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Inter;
  color: #191919;
  font-size: 34px;
  line-height: 48px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0px;
}

.img_project_large {
  height: 448px;
}

.grid-6 {
  grid-column-gap: 16px;
  grid-template-areas: "Area-2 ." "Area Area";
}

.heading {
  font-size: 24px;
  line-height: 48px;
  font-weight: 600;
  letter-spacing: 0.38px;
}

.heading.paragraph-reg-white {
  font-size: 16px;
}

.text-block-10 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.38px;
}

.heading-2 {
  font-size: 24px;
  line-height: 40px;
  font-weight: 600;
  letter-spacing: 0.38px;
}

.text-block-11 {
  margin-bottom: 12px;
  font-weight: 400;
}

.subscribe-form {
  padding-top: 40px;
  padding-bottom: 100px;
}

.centered-container {
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 0 4px 8px 0 #ced0ce;
  text-align: center;
}

.subscribe-form-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.subscribe-form-input-wrapper {
  text-align: left;
}

.subscribe-form-input {
  width: 326px;
  height: 44px;
  margin: -5px 0px 0px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.1);
  border-radius: 8px;
  background-color: hsla(0, 0%, 100%, 0.75);
  color: #323232;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
}

.subscribe-form-input:active {
  color: #fff;
  font-style: normal;
}

.subscribe-form-input:focus {
  font-weight: 400;
}

.field-label {
  font-family: Inter;
  text-transform: none;
}

.submit-button {
  margin-left: 16px;
  padding-right: 16px;
  padding-left: 16px;
  border-radius: 9px;
  background-color: #fff;
  color: #191919;
  text-align: center;
}

.image-24 {
  height: 48px;
  margin-right: 4px;
}

.image-25 {
  height: 48px;
  margin-right: 4px;
  margin-left: 4px;
}

.image-26 {
  height: 48px;
  margin-right: 4px;
  margin-left: 4px;
}

.image-27 {
  height: 48px;
  margin-left: 4px;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  margin-bottom: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.thumbnail-half-white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 448px;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 24px;
  background-image: url('../images/WP.png');
  background-size: cover;
}

.h2-thumbnail-left {
  font-size: 34px;
  line-height: 48px;
}

.text-block-12 {
  line-height: 32px;
  font-weight: 400;
}

.thumbnail-text {
  display: block;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: 24px;
  padding: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-14 {
  background-image: url('../images/USC.png');
  background-position: 0px 0px;
  background-size: cover;
}

.wp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 448px;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 24px;
  background-image: url('../images/WP.png');
  background-size: cover;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.wp:hover {
  box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.25);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.usc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 448px;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border: 1px none #000;
  border-radius: 24px;
  background-image: url('../images/USC.png');
  background-size: cover;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.usc:hover {
  box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.25);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.writing-home {
  margin-bottom: 32px;
  grid-template-areas: "Area";
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.thumbnail-writing-kickoff {
  height: 424px;
  border-radius: 24px;
  background-color: #323232;
  background-image: url('../images/WritingKickoffs.png');
  background-position: 100% 100%;
  background-size: auto 320px;
  background-repeat: no-repeat;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.thumbnail-writing-kickoff:hover {
  box-shadow: 0 16px 24px 0 rgba(50, 50, 50, 0.25);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.h3-white-left {
  margin-bottom: 8px;
  font-family: Inter;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 0.3px;
}

.h3-white-left.h3-dark-center {
  text-align: center;
}

.writing-thumbnail-body {
  margin: 0px 12px 0px 16px;
  padding-top: 24px;
}

.thumbnaill-writing-title-white {
  margin-right: 0px;
  padding-right: 0px;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}

.thumbnail-writing-whiteboard {
  height: 424px;
  border: 1px solid transparent;
  border-radius: 24px;
  background-color: #fff;
  background-image: url('../images/WritingWhiteboards.png');
  background-position: 100% 100%;
  background-size: auto 300px;
  background-repeat: no-repeat;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.thumbnail-writing-whiteboard:hover {
  box-shadow: 0 16px 24px 0 rgba(50, 50, 50, 0.25);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.thumbnail-writing-interviewing {
  height: 424px;
  border-radius: 24px;
  background-color: #ede6e3;
  background-image: url('../images/WritingInterviewing.png');
  background-position: 100% 100%;
  background-size: auto 320px;
  background-repeat: no-repeat;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.thumbnail-writing-interviewing:hover {
  box-shadow: 0 8px 24px 0 rgba(50, 50, 50, 0.25);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.h2-thumbnail-left-white {
  color: #fff;
  font-size: 34px;
  line-height: 48px;
  font-weight: 600;
}

.thumbnaill-text-dark {
  display: block;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: 24px;
  padding: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.thumbnaill-text-white {
  display: block;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: 24px;
  padding: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.thumbnail-project-subtitle-dark {
  margin-bottom: 0px;
  font-family: Inter;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
}

.thumbnail-project-text-subtitle-dark {
  display: block;
  margin: 0px auto 0px 0px;
  font-family: Inter;
  color: #323232;
  line-height: 32px;
  font-weight: 400;
}

.thumbnail-project-text-subtitle-dark.about-paragraph {
  display: block;
  width: 40vw;
  margin-right: auto;
  margin-left: auto;
}

.thumbnail-project-subtitle-white {
  margin-bottom: 0px;
  font-family: Inter;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
}

.thumbnail-writing-text-white {
  margin-bottom: 0px;
  font-family: Inter;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
}

.thumbnail-writing-text-subtitle-dark {
  display: block;
  margin: 0px auto 0px 0px;
  font-family: Inter;
  color: #323232;
  line-height: 32px;
  font-weight: 400;
}

.thumbnail-writing-text-subtitle-dark.about-paragraph {
  display: block;
  width: 40vw;
  margin-right: auto;
  margin-left: auto;
}

.thumbnail-project-text-title-dark {
  color: #191919;
  font-size: 34px;
  line-height: 48px;
  text-decoration: none;
}

.thumbnaill-writing-title-dark {
  margin-right: 0px;
  padding-right: 0px;
  color: #323232;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

.wtw-bg {
  grid-template-areas: ". Area";
  -ms-grid-columns: 1fr 0.75fr;
  grid-template-columns: 1fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #f1f2eb;
}

.writing-columns {
  margin-bottom: 64px;
}

.thumbnail-writing-storytelling {
  height: 424px;
  border-radius: 24px;
  background-color: #f1f2eb;
  background-image: url('../images/WritingStorytelling.png');
  background-position: 100% 100%;
  background-size: auto 320px;
  background-repeat: no-repeat;
  box-shadow: 0 8px 24px 0 rgba(50, 50, 50, 0.1);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.thumbnail-writing-storytelling:hover {
  box-shadow: 0 16px 24px 0 rgba(50, 50, 50, 0.25);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.thumbnail-writing-mental {
  height: 424px;
  border: 1px solid transparent;
  border-radius: 24px;
  background-color: rgba(168, 224, 255, 0.5);
  background-image: url('../images/WritingMental.png');
  background-position: 100% 100%;
  background-size: auto 300px;
  background-repeat: no-repeat;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.thumbnail-writing-mental:hover {
  box-shadow: 0 16px 24px 0 rgba(50, 50, 50, 0.25);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.div-block-17 {
  display: block;
  width: 655px;
  height: 258px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 0 4px 8px 0 #ced0ce;
  text-align: center;
}

.container-9 {
  margin-bottom: 96px;
}

.h3-dark-c {
  margin-bottom: 0px;
  padding-top: 24px;
  padding-bottom: 40px;
  font-family: Inter;
  color: #323232;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.3px;
}

.h3-dark-c.h3-dark-center {
  text-align: center;
}

.subscribe-form-flex-2 {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.subscribe-form-input-2 {
  width: 200px;
  height: 44px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #323232;
  border-radius: 12px;
  background-color: transparent;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
}

.field-label-2 {
  font-weight: 400;
  text-transform: none;
}

.newsletter-button {
  display: block;
  width: 200px;
  height: 44px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  border-radius: 12px;
  background-color: #323232;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  font-family: Inter;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

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

.newsletter-button.projects {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition-property: none;
  transition-property: none;
}

.newsletter-button.projects:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.newsletter-button.projects.thumbnail-button {
  width: 320px;
  margin-top: 0px;
  border-radius: 12px;
  background-color: #191919;
  font-family: Inter;
  font-weight: 700;
}

.home-writing {
  height: auto;
  margin-bottom: 80px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: transparent;
}

.home-writing:hover {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.form-block {
  display: block;
}

.subscribe-form-body {
  width: 400px;
  height: 44px;
  margin: -5px 0px 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #323232;
  border-radius: 8px;
  background-color: transparent;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
}

.subscribe-form-body:active {
  color: #fff;
  font-style: normal;
}

.subscribe-form-body:focus {
  font-weight: 400;
}

.field-label-dark {
  font-family: Inter;
  color: #323232;
  font-size: 16px;
  letter-spacing: 0.5px;
  text-transform: none;
}

.subscribe-form-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 64px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.submit-button-body {
  width: 200px;
  margin-left: 16px;
  padding-right: 16px;
  padding-left: 16px;
  border-radius: 9px;
  background-color: #323232;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.subscribe-form-input-wrapper-b {
  text-align: left;
}

.writing-columns-home {
  margin-bottom: 64px;
}

.writing-w {
  margin-bottom: 32px;
  grid-template-areas: "Area ." "Area-2 Area-3";
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.contact-content {
  -ms-grid-columns: 2.25fr 1fr;
  grid-template-columns: 2.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-28 {
  width: auto;
  height: auto;
  border-radius: 24px;
  box-shadow: 0 16px 32px 0 rgba(50, 50, 50, 0.1);
}

.h1-dark-copy {
  margin-bottom: 40px;
  margin-left: 0px;
  font-family: Inter;
  color: #323232;
  font-size: 56px;
  line-height: 72px;
  font-weight: 700;
}

.h1-dark-copy.h1-project {
  margin-bottom: 24px;
  font-size: 48px;
}

.h1-dark-bio {
  margin-bottom: 40px;
  margin-left: 0px;
  font-family: Inter;
  color: #323232;
  font-size: 56px;
  line-height: 72px;
  font-weight: 700;
}

.h1-dark-bio.h1-project {
  margin-bottom: 24px;
  font-size: 48px;
}

.h2-dark-c {
  position: relative;
  width: auto;
  margin-top: 0px;
  margin-bottom: 15px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Inter;
  color: #191919;
  font-size: 38px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0px;
}

.logos {
  height: 120px;
  margin-top: 24px;
  margin-bottom: 64px;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 0 4px 8px 0 #ced0ce;
}

.image-29 {
  display: block;
  height: 108px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  text-align: center;
}

.h2-dark-bio {
  position: relative;
  width: auto;
  margin-top: 0px;
  margin-bottom: 15px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Inter;
  color: #191919;
  font-size: 38px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0px;
}

.paragraph-reg-bio {
  display: block;
  margin: 0px auto 0px 0px;
  font-family: Inter;
  color: #323232;
  line-height: 32px;
  font-weight: 400;
}

.paragraph-reg-bio.about-paragraph {
  display: block;
  width: 50vw;
  margin-right: auto;
  margin-left: auto;
}

.container-10 {
  margin-top: 64px;
}

.ataraxis-cta {
  -ms-grid-columns: 2.25fr 1fr;
  grid-template-columns: 2.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.caption-ataraxis {
  display: block;
  margin: 0px auto 0px 0px;
  font-family: Inter;
  color: #767676;
  font-size: 14px;
  line-height: 32px;
  font-weight: 400;
}

.caption-ataraxis.about-paragraph {
  display: block;
  width: 50vw;
  margin-right: auto;
  margin-left: auto;
}

.ataraxis-body-cluster {
  margin-bottom: 56px;
  padding-right: 40px;
  padding-left: 40px;
}

.paragraph-reg-ataraxis {
  display: block;
  margin: -17px auto 0px 0px;
  padding-top: 0px;
  font-family: Inter;
  color: #323232;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
}

.paragraph-reg-ataraxis.about-paragraph {
  display: block;
  width: 50vw;
  margin-right: auto;
  margin-left: auto;
}

.h1-dark-ataraxis {
  margin-bottom: 40px;
  margin-left: 0px;
  font-family: Inter;
  color: #323232;
  font-size: 56px;
  line-height: 72px;
  font-weight: 700;
}

.h1-dark-ataraxis.h1-project {
  margin-bottom: 24px;
  font-size: 48px;
}

.h2-dark-ataraxis {
  position: relative;
  width: auto;
  margin-top: 0px;
  margin-bottom: 15px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Inter;
  color: #191919;
  font-size: 38px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0px;
}

.centered-container-end {
  margin-bottom: 72px;
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 0 4px 8px 0 #ced0ce;
  text-align: center;
}

.case-study-hero {
  height: 512px;
  background-image: url('../images/Coppel_Hero.png');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.grid-9 {
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.coppel-grid-testing {
  margin-bottom: 48px;
  -ms-grid-columns: 1fr 0.75fr;
  grid-template-columns: 1fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.img-coppel-store {
  height: 376px;
  border-radius: 24px;
  background-image: url('../images/Coppel_Store.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.case-study-img-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.case-study-img-subtitle {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.img-caption {
  display: block;
  width: 100%;
  margin-top: 302px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-20 {
  margin-top: 16px;
}

.h3-dark-left-case-study {
  margin-bottom: 8px;
  font-family: Inter;
  color: #323232;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.3px;
}

.h3-dark-left-case-study.h3-dark-center {
  text-align: center;
}

.coppel-grid-call {
  margin-bottom: 48px;
  -ms-grid-columns: 3fr 1fr;
  grid-template-columns: 3fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.img-coppel-artifacts {
  height: 376px;
  border-radius: 24px;
  background-image: url('../images/Coppel_Artifacts.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-caption-long {
  display: block;
  width: 100%;
  margin-top: 340px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -o-object-fit: fill;
  object-fit: fill;
}

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

.img-coppel-workflow {
  height: 556px;
  border-radius: 24px;
  background-image: url('../images/Coppel_Workflow.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.coppel-user-flows {
  height: 576px;
  margin-bottom: 48px;
  border-radius: 24px;
  background-image: url('../images/Coppel_User_Flow.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.coppel-wires {
  height: 440px;
  margin-bottom: 64px;
  border-radius: 24px;
  background-image: url('../images/Coppel_Wires.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.coppel-final-product {
  margin-top: 16px;
  margin-bottom: 32px;
}

.coppel-mocks {
  height: 600px;
  margin-bottom: 32px;
  border-radius: 24px;
  background-image: url('../images/Coppel_Mocks.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.img-coppel-testing {
  height: 320px;
  border-radius: 24px;
  background-image: url('../images/Coppel_Testing.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.coppel-ds-img {
  height: 600px;
  margin-bottom: 32px;
  border-radius: 24px;
  background-image: url('../images/Coppel_DS.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.img-coppel-flows {
  height: 376px;
  border-radius: 24px;
  background-image: url('../images/Coppel_Flows.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-caption-store {
  display: block;
  width: 100%;
  margin-top: 280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -o-object-fit: fill;
  object-fit: fill;
}

.h3-dark-left-bio {
  margin-bottom: 8px;
  font-family: Inter;
  color: #323232;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.3px;
}

.h3-dark-left-bio.h3-dark-center {
  text-align: center;
}

.h3-dark-left-copy {
  margin-bottom: 8px;
  font-family: Inter;
  color: #323232;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.3px;
}

.h3-dark-left-copy.h3-dark-center {
  text-align: center;
}

.paragraph-reg-case-study {
  display: block;
  margin: 0px auto 0px 0px;
  padding-top: 0px;
  font-family: Inter;
  color: #323232;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
}

.paragraph-reg-case-study.about-paragraph {
  display: block;
  width: 50vw;
  margin-right: auto;
  margin-left: auto;
}

.h1-dark-case-study {
  margin-bottom: 40px;
  margin-left: 0px;
  font-family: Inter;
  color: #323232;
  font-size: 56px;
  line-height: 72px;
  font-weight: 700;
}

.h1-dark-case-study.h1-project {
  margin-bottom: 24px;
  font-size: 48px;
}

.div-block-21 {
  padding-bottom: 0px;
  background-color: #323232;
}

.text-block-13 {
  margin-bottom: 8px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.h1-dark-2 {
  margin-bottom: 40px;
  margin-left: 0px;
  color: #373234;
  font-size: 56px;
  line-height: 80px;
}

.text-block-14 {
  font-family: Inter;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.contact-caption {
  display: block;
  margin: 0px auto 16px 0px;
  font-family: Inter;
  color: rgba(55, 50, 52, 0.85);
  font-weight: 400;
}

.social-link-2 {
  line-height: 40px;
  font-weight: 400;
}

.social-link-2:hover {
  color: #e53a2f;
}

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

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

.contact-container {
  width: 100%;
  max-width: 1120px;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
}

.case-study-hero-copy {
  height: 512px;
  background-image: url('../images/Coppel_Hero.png');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.case-study-hero-usc {
  height: 512px;
  background-image: url('../images/USC_Hero.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.usc_content {
  margin-bottom: 72px;
  border-style: none;
  border-width: 1px;
  border-color: #323232;
  border-radius: 24px;
}

.usc-content {
  margin-bottom: 40px;
}

.usc-1 {
  height: 376px;
  border-radius: 24px;
  background-image: url('../images/USC_1.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.usc-grid-call {
  margin-bottom: 48px;
  -ms-grid-columns: 3fr 1fr;
  grid-template-columns: 3fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.usc-process {
  height: 440px;
  margin-bottom: 64px;
  border-radius: 24px;
  background-image: url('../images/USC_2.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.img-full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.usc-grid-treshold {
  margin-bottom: 48px;
  -ms-grid-columns: 3fr 1fr;
  grid-template-columns: 3fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.usc-personas {
  height: 440px;
  margin-bottom: 64px;
  border-radius: 24px;
  background-image: url('../images/USC_3.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.usc-grid-problem-space {
  margin-bottom: 48px;
  -ms-grid-columns: 3fr 1fr;
  grid-template-columns: 3fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.img-caption-coppel-long {
  display: block;
  width: 100%;
  margin-top: 288px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -o-object-fit: fill;
  object-fit: fill;
}

.usc-sketches {
  height: 440px;
  margin-bottom: 64px;
  border-radius: 24px;
  background-image: url('../images/USC_4.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.usc-grid-double {
  margin-bottom: 48px;
  -ms-grid-columns: 0.75fr 0.75fr;
  grid-template-columns: 0.75fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.img-usc-wires {
  height: 520px;
  border-radius: 24px;
  background-image: url('../images/USC_5.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-usc-map {
  height: 376px;
  border-radius: 24px;
  background-image: url('../images/Coppel_Flows.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-caption-usc-double {
  display: block;
  width: 100%;
  margin-top: 396px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -o-object-fit: fill;
  object-fit: fill;
}

.img-usc-int-map {
  height: 520px;
  border-radius: 24px;
  background-image: url('../images/USC_6.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-usc-ds {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.usc-ds {
  height: 440px;
  margin-bottom: 64px;
  border-radius: 24px;
  background-image: url('../images/USC_7.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.usc-testing {
  height: 440px;
  margin-bottom: 64px;
  border-radius: 24px;
  background-image: url('../images/USC_8.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.img-usc-test {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.img-caption-long-usc {
  display: block;
  width: 100%;
  margin-top: 340px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -o-object-fit: fill;
  object-fit: fill;
}

.case-study-hero-wp {
  height: 512px;
  background-image: url('../images/WP1.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.wp_content {
  margin-bottom: 72px;
  border-style: none;
  border-width: 1px;
  border-color: #323232;
  border-radius: 24px;
}

.wp-content {
  margin-bottom: 40px;
}

.wp-2 {
  height: 376px;
  border-radius: 24px;
  background-image: url('../images/WP2.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.wp-grid-1 {
  margin-bottom: 48px;
  -ms-grid-columns: 1fr 0.75fr;
  grid-template-columns: 1fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.wp-grid-ia {
  margin-bottom: 48px;
  -ms-grid-columns: 3fr 1fr;
  grid-template-columns: 3fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.wp-process {
  height: 520px;
  margin-bottom: 64px;
  border-radius: 24px;
  background-image: url('../images/WP3.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.wp-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.img-caption-long-wp {
  display: block;
  width: 100%;
  margin-top: 440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -o-object-fit: fill;
  object-fit: fill;
}

.img-full-520 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.wp-grid-ordeal {
  margin-bottom: 48px;
  -ms-grid-columns: 3fr 1fr;
  grid-template-columns: 3fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.wp-spreadsheet {
  height: 520px;
  margin-bottom: 64px;
  border-radius: 24px;
  background-image: url('../images/WP4.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.img-caption-long-w {
  display: block;
  width: 100%;
  margin-top: 432px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -o-object-fit: fill;
  object-fit: fill;
}

.wp-grid-behemoth {
  margin-bottom: 48px;
  -ms-grid-columns: 3fr 1fr;
  grid-template-columns: 3fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.wp-sitemap {
  height: 440px;
  margin-bottom: 64px;
  border-radius: 24px;
  background-image: url('../images/WP5.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.img-caption-long-340 {
  display: block;
  width: 100%;
  margin-top: 340px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -o-object-fit: fill;
  object-fit: fill;
}

.wp-wireframes {
  height: 440px;
  margin-bottom: 64px;
  border-radius: 24px;
  background-image: url('../images/WP6.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.wp-grid-outcomes {
  margin-bottom: 48px;
  -ms-grid-columns: 3fr 1fr;
  grid-template-columns: 3fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.wp-mocks {
  height: 800px;
  margin-bottom: 64px;
  border-radius: 24px;
  background-image: url('../images/WP7.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.case-study-hero-wtw {
  height: 512px;
  background-image: url('../images/1.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.wtw_content {
  margin-bottom: 72px;
  border-style: none;
  border-width: 1px;
  border-color: #323232;
  border-radius: 24px;
}

.wtw-content {
  margin-bottom: 40px;
}

.wtw-2 {
  height: 376px;
  border-radius: 24px;
  background-image: url('../images/2.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-caption-1-wtw {
  display: block;
  width: 100%;
  margin-top: 296px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -o-object-fit: fill;
  object-fit: fill;
}

.wtw-grid-double {
  margin-bottom: 48px;
  -ms-grid-columns: 0.75fr 0.75fr;
  grid-template-columns: 0.75fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.img-wtw-2 {
  height: 520px;
  border-radius: 24px;
  background-image: url('../images/4.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-wtw3 {
  height: 520px;
  border-radius: 24px;
  background-image: url('../images/3.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.wtw-grid-ordeal {
  margin-bottom: 48px;
  -ms-grid-columns: 3fr 1fr;
  grid-template-columns: 3fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.wtw-storyboard {
  height: 520px;
  margin-bottom: 64px;
  border-radius: 24px;
  background-image: url('../images/5.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.wtw-mocks {
  height: 440px;
  margin-bottom: 64px;
  border-radius: 24px;
  background-image: url('../images/6.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.img-caption-long-wtw {
  display: block;
  width: 100%;
  margin-top: 432px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -o-object-fit: fill;
  object-fit: fill;
}

.img-caption-long-340-wtw {
  display: block;
  width: 100%;
  margin-top: 340px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -o-object-fit: fill;
  object-fit: fill;
}

.link-block-6 {
  text-decoration: none;
}

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

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

.button-primary-stories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  height: 64px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: #323232;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 200ms cubic-bezier(.55, .085, .68, .53);
  transition: all 200ms cubic-bezier(.55, .085, .68, .53);
  font-family: Inter;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

.button-primary-stories:hover {
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(50, 50, 50, 0.2);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.button-primary-stories.projects {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition-property: none;
  transition-property: none;
}

.button-primary-stories.projects:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.button-primary-stories.projects.thumbnail-button {
  width: 280px;
  height: 64px;
  margin-top: 0px;
  margin-bottom: 24px;
  border: 4px none #000;
  border-radius: 12px;
  background-color: #323232;
  font-family: Inter;
  color: #fff;
  font-weight: 600;
}

.button-primary-stories.projects.outline-button {
  width: 280px;
  height: 64px;
  margin-top: 0px;
  margin-bottom: 64px;
  border-radius: 12px;
  background-color: #191919;
  font-family: Inter;
  font-weight: 700;
}

.button-primary-stories.projects.thumbnail-button-wtw {
  width: 280px;
  height: 64px;
  margin-top: 0px;
  margin-bottom: 24px;
  border: 4px solid #000;
  border-radius: 12px;
  background-color: transparent;
  font-family: Inter;
  color: #191919;
  font-weight: 600;
}

.button-primary-stories.projects.outline-button {
  width: 280px;
  height: 64px;
  margin-top: 0px;
  margin-bottom: 24px;
  border-style: solid;
  border-width: 4px;
  border-color: #323232;
  border-radius: 12px;
  background-color: transparent;
  font-family: Inter;
  color: #323232;
  font-weight: 600;
}

.story-kickoff {
  text-decoration: none;
}

.story-whiteboard {
  text-decoration: none;
}

.story-interviewing {
  -webkit-transition-property: all;
  transition-property: all;
  text-decoration: none;
}

.container-wtw {
  height: 448px;
  border-radius: 24px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f1f0), to(#dfe1df));
  background-image: linear-gradient(180deg, #f0f1f0, #dfe1df);
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.container-wtw:hover {
  box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.25);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

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

.container-wtw-2 {
  height: 448px;
  border-radius: 24px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f1f0), to(#dfe1df));
  background-image: linear-gradient(180deg, #f0f1f0, #dfe1df);
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.container-wtw-2:hover {
  box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.25);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.story-storytelling {
  text-decoration: none;
}

.story-mental {
  text-decoration: none;
}

.button-primary-manifesto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  height: 64px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: #323232;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 200ms cubic-bezier(.55, .085, .68, .53);
  transition: all 200ms cubic-bezier(.55, .085, .68, .53);
  font-family: Inter;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

.button-primary-manifesto:hover {
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(50, 50, 50, 0.2);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.button-primary-manifesto.projects {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition-property: none;
  transition-property: none;
}

.button-primary-manifesto.projects:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.button-primary-manifesto.projects.thumbnail-button {
  width: 280px;
  height: 64px;
  margin-top: 0px;
  margin-bottom: 24px;
  border: 4px none #000;
  border-radius: 12px;
  background-color: #323232;
  font-family: Inter;
  color: #fff;
  font-weight: 600;
}

.button-primary-manifesto.projects.outline-button {
  width: 280px;
  height: 64px;
  margin-top: 0px;
  margin-bottom: 64px;
  border-radius: 12px;
  background-color: #191919;
  font-family: Inter;
  font-weight: 700;
}

.button-primary-manifesto.projects.thumbnail-button-wtw {
  width: 280px;
  height: 64px;
  margin-top: 0px;
  margin-bottom: 24px;
  border: 4px solid #000;
  border-radius: 12px;
  background-color: transparent;
  font-family: Inter;
  color: #191919;
  font-weight: 600;
}

.button-primary-manifesto.projects.outline-button {
  width: 280px;
  height: 64px;
  margin-top: 0px;
  margin-bottom: 24px;
  border-style: solid;
  border-width: 4px;
  border-color: #323232;
  border-radius: 12px;
  background-color: transparent;
  font-family: Inter;
  color: #323232;
  font-weight: 600;
}

.button-secondary-usc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  height: 64px;
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 4px solid #000;
  border-radius: 12px;
  background-color: #fafafa;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 200ms cubic-bezier(.55, .085, .68, .53);
  transition: all 200ms cubic-bezier(.55, .085, .68, .53);
  font-family: Inter;
  color: #323232;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

.button-secondary-usc:hover {
  border-style: none;
  background-color: #323232;
  box-shadow: 0 4px 8px 0 rgba(50, 50, 50, 0.2);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #fff;
  font-weight: 700;
}

.button-secondary-usc.projects {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition-property: none;
  transition-property: none;
}

.button-secondary-usc.projects:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.button-secondary-usc.projects.thumbnail-button {
  width: 280px;
  height: 64px;
  margin-top: 0px;
  margin-bottom: 24px;
  border: 4px none #000;
  border-radius: 12px;
  background-color: #323232;
  font-family: Inter;
  color: #fff;
  font-weight: 600;
}

.button-secondary-usc.projects.outline-button {
  width: 280px;
  height: 64px;
  margin-top: 0px;
  margin-bottom: 64px;
  border-radius: 12px;
  background-color: #191919;
  font-family: Inter;
  font-weight: 700;
}

.button-secondary-usc.projects.thumbnail-button-wtw {
  width: 280px;
  height: 64px;
  margin-top: 0px;
  margin-bottom: 24px;
  border: 4px solid #000;
  border-radius: 12px;
  background-color: transparent;
  font-family: Inter;
  color: #191919;
  font-weight: 600;
}

.button-secondary-usc.projects.outline-button {
  width: 280px;
  height: 64px;
  margin-top: 0px;
  margin-bottom: 24px;
  border-style: solid;
  border-width: 4px;
  border-color: #323232;
  border-radius: 12px;
  background-color: transparent;
  font-family: Inter;
  color: #323232;
  font-weight: 600;
}

.button-secondary-wtw {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  height: 64px;
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 4px solid #000;
  border-radius: 12px;
  background-color: #fafafa;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 200ms cubic-bezier(.55, .085, .68, .53);
  transition: all 200ms cubic-bezier(.55, .085, .68, .53);
  font-family: Inter;
  color: #323232;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

.button-secondary-wtw:hover {
  border-style: none;
  background-color: #323232;
  box-shadow: 0 4px 8px 0 rgba(50, 50, 50, 0.2);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #fff;
  font-weight: 700;
}

.button-secondary-wtw.projects {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition-property: none;
  transition-property: none;
}

.button-secondary-wtw.projects:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.button-secondary-wtw.projects.thumbnail-button {
  width: 280px;
  height: 64px;
  margin-top: 0px;
  margin-bottom: 24px;
  border: 4px none #000;
  border-radius: 12px;
  background-color: #323232;
  font-family: Inter;
  color: #fff;
  font-weight: 600;
}

.button-secondary-wtw.projects.outline-button {
  width: 280px;
  height: 64px;
  margin-top: 0px;
  margin-bottom: 64px;
  border-radius: 12px;
  background-color: #191919;
  font-family: Inter;
  font-weight: 700;
}

.button-secondary-wtw.projects.thumbnail-button-wtw {
  width: 280px;
  height: 64px;
  margin-top: 0px;
  margin-bottom: 24px;
  border: 4px solid #000;
  border-radius: 12px;
  background-color: transparent;
  font-family: Inter;
  color: #191919;
  font-weight: 600;
}

.button-secondary-wtw.projects.outline-button {
  width: 280px;
  height: 64px;
  margin-top: 0px;
  margin-bottom: 24px;
  border-style: solid;
  border-width: 4px;
  border-color: #323232;
  border-radius: 12px;
  background-color: transparent;
  font-family: Inter;
  color: #323232;
  font-weight: 600;
}

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

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

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

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

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

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

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

.primary-button-404 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  height: 64px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: #323232;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 200ms cubic-bezier(.55, .085, .68, .53);
  transition: all 200ms cubic-bezier(.55, .085, .68, .53);
  font-family: Inter;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
}

.primary-button-404:hover {
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(50, 50, 50, 0.2);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.primary-button-404.projects {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition-property: none;
  transition-property: none;
}

.primary-button-404.projects:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.primary-button-404.projects.thumbnail-button {
  width: 280px;
  height: 64px;
  margin-top: 0px;
  margin-bottom: 24px;
  border: 4px none #000;
  border-radius: 12px;
  background-color: #323232;
  font-family: Inter;
  color: #fff;
  font-weight: 600;
}

.primary-button-404.projects.outline-button {
  width: 280px;
  height: 64px;
  margin-top: 0px;
  margin-bottom: 64px;
  border-radius: 12px;
  background-color: #191919;
  font-family: Inter;
  font-weight: 700;
}

.primary-button-404.projects.thumbnail-button-wtw {
  width: 280px;
  height: 64px;
  margin-top: 0px;
  margin-bottom: 24px;
  border: 4px solid #000;
  border-radius: 12px;
  background-color: transparent;
  font-family: Inter;
  color: #191919;
  font-weight: 600;
}

.primary-button-404.projects.outline-button {
  width: 280px;
  height: 64px;
  margin-top: 0px;
  margin-bottom: 24px;
  border-style: solid;
  border-width: 4px;
  border-color: #323232;
  border-radius: 12px;
  background-color: transparent;
  font-family: Inter;
  color: #323232;
  font-weight: 600;
}

.body-3 {
  background-color: #fafafa;
}

.error-message {
  border-radius: 8px;
  background-color: rgba(239, 81, 48, 0.1);
}

.text-block-16 {
  color: #ef5130;
  font-size: 16px;
  font-weight: 700;
}

.success-message {
  border-radius: 8px;
  background-color: rgba(237, 230, 227, 0.1);
}

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

.text-block-18 {
  color: #323232;
  font-weight: 700;
}

.success-message-2 {
  background-color: rgba(215, 216, 215, 0.2);
}

.error-message-2 {
  margin-top: -40px;
  padding-top: 0px;
  background-color: transparent;
}

.text-block-19 {
  color: #ef5130;
  font-weight: 700;
}

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

.logo-image-2 {
  display: block;
  height: 40px;
}

.navigation-item-2 {
  padding-top: 9px;
  padding-bottom: 9px;
  opacity: 1;
  font-family: Chivo, sans-serif;
  color: #2d2d2d;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: none;
}

.navigation-item-2:hover {
  opacity: 0.9;
}

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

.navigation-item-2.w--current {
  opacity: 1;
  color: #d8232a;
  font-size: 18px;
  font-weight: 700;
  text-transform: none;
}

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

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

.navigation-item-2.current-nav {
  color: #d8232a;
  font-weight: 700;
}

.heading-jumbo-2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Chivo, sans-serif;
  font-size: 64px;
  line-height: 80px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

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

.text-block.paragraph_regular_white_center {
  margin-bottom: 40px;
  font-family: Chivo, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.25px;
}

.button_primary_hero {
  display: block;
  width: 200px;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #ad1c21;
  border-radius: 6px;
  background-color: #d8232a;
  font-family: Chivo, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.button_primary_hero:hover {
  background-color: #fff;
  color: #d8232a;
  font-weight: 700;
}

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

.text_container {
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 160px;
  -o-object-fit: fill;
  object-fit: fill;
}

.intro-wrap-2 {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

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

.section.hero {
  height: 600px;
  margin-right: 0px;
  margin-bottom: 64px;
  margin-left: 0px;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.17)), to(rgba(0, 0, 0, 0.17))), url('../images/Hero.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.17), rgba(0, 0, 0, 0.17)), url('../images/Hero.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section.hero.section_services {
  height: 420px;
}

.section.hero.section_projects {
  height: 480px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/WhatsApp-Image-2020-04-11-at-16.10.01.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/WhatsApp-Image-2020-04-11-at-16.10.01.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section.hero.section_contact {
  height: 420px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(45, 45, 45, 0.75)), to(rgba(45, 45, 45, 0.75))), url('../images/Image_Placeholder_Hero-1.png');
  background-image: linear-gradient(180deg, rgba(45, 45, 45, 0.75), rgba(45, 45, 45, 0.75)), url('../images/Image_Placeholder_Hero-1.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section.hero.hero_ponto {
  height: 420px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65))), url('../images/slide-inicio-8.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url('../images/slide-inicio-8.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section.hero.hero_kanti {
  height: 420px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65))), url('../images/banner-render.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url('../images/banner-render.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section.hero.hero_impala {
  height: 420px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65))), url('../images/large_01_impala_SIZE.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url('../images/large_01_impala_SIZE.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section.hero.hero_impala {
  height: 420px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65))), url('../images/large_01_impala_SIZE.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url('../images/large_01_impala_SIZE.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section.hero.hero_dist {
  height: 420px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65))), url('../images/IMG_7744.JPG');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url('../images/IMG_7744.JPG');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section.hero.hero_ruta {
  height: 420px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65))), url('../images/WhatsApp-Image-2020-04-04-at-18.00.41.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url('../images/WhatsApp-Image-2020-04-04-at-18.00.41.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section.hero.hero_via {
  height: 420px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65))), url('../images/30728958_102817157245127_8673957015736811520_o.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url('../images/30728958_102817157245127_8673957015736811520_o.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.bold-text {
  font-family: Chivo, sans-serif;
  color: #fff;
  text-align: center;
}

.project-thumbnail-1 {
  height: 496px;
  background-image: url('../images/slide-inicio-8.jpg');
  background-position: 100% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-thumbnail-1:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(45, 45, 45, 0.75)), to(rgba(45, 45, 45, 0.75))), url('../images/slide-inicio-8.jpg');
  background-image: linear-gradient(180deg, rgba(45, 45, 45, 0.75), rgba(45, 45, 45, 0.75)), url('../images/slide-inicio-8.jpg');
  background-position: 0px 0px, 100% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.text-block-20 {
  font-family: Chivo, sans-serif;
  color: #536066;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
}

.div-block-22 {
  width: 120px;
  height: 4px;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #d8232a;
  border-radius: 5px;
}

.div-block-22.divider {
  margin-bottom: 16px;
  border-style: none;
  background-color: #d8232a;
}

.text-block-2 {
  margin-bottom: 16px;
  color: #2a2d78;
  text-align: center;
}

.project-thumbnail-2 {
  height: 240px;
  background-image: url('../images/banner-render.jpg');
  background-position: 100% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-thumbnail-2:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(45, 45, 45, 0.75)), to(rgba(45, 45, 45, 0.75))), url('../images/banner-render.jpg');
  background-image: linear-gradient(180deg, rgba(45, 45, 45, 0.75), rgba(45, 45, 45, 0.75)), url('../images/banner-render.jpg');
  background-position: 0px 0px, 100% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.services_image_1 {
  height: 100px;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  padding-top: 24px;
}

.services_grid {
  margin-bottom: 80px;
}

.text_service_grid {
  color: #536066;
  letter-spacing: 0.5px;
}

.project_thumbnail_text_2 {
  margin-top: 112px;
  margin-right: auto;
  margin-left: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(45, 45, 45, 0.25)), to(rgba(45, 45, 45, 0.25)));
  background-image: linear-gradient(180deg, rgba(45, 45, 45, 0.25), rgba(45, 45, 45, 0.25));
  opacity: 1;
  text-align: center;
}

.project_thumbnail_text_2:hover {
  opacity: 1;
}

.project-thumbnail-3 {
  height: 240px;
  background-image: url('../images/large_01_impala_SIZE.jpg');
  background-position: 100% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-thumbnail-3:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(45, 45, 45, 0.75)), to(rgba(45, 45, 45, 0.75))), url('../images/large_01_impala_SIZE.jpg');
  background-image: linear-gradient(180deg, rgba(45, 45, 45, 0.75), rgba(45, 45, 45, 0.75)), url('../images/large_01_impala_SIZE.jpg');
  background-position: 0px 0px, 100% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

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

.project-thumbnail-4 {
  height: 360px;
  background-image: url('../images/IMG_7744.JPG');
  background-position: 100% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-thumbnail-4:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(45, 45, 45, 0.75)), to(rgba(45, 45, 45, 0.75))), url('../images/IMG_7744.JPG');
  background-image: linear-gradient(180deg, rgba(45, 45, 45, 0.75), rgba(45, 45, 45, 0.75)), url('../images/IMG_7744.JPG');
  background-position: 0px 0px, 100% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.services_title {
  margin-bottom: 32px;
}

.button_secondary_services {
  display: block;
  width: 360px;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 2px;
  border-color: #2a2d78;
  border-radius: 6px;
  background-color: transparent;
  font-family: Chivo, sans-serif;
  color: #2a2d78;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5px;
}

.button_secondary_services:hover {
  border-color: #d8232a;
  background-color: #d8232a;
  color: #fff;
  font-weight: 700;
}

.home_services {
  margin-bottom: 72px;
}

.home-body {
  -webkit-transition: all 500ms ease-in;
  transition: all 500ms ease-in;
}

.services_image_4 {
  height: 100px;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  padding-top: 24px;
}

.service_text_description {
  margin-bottom: 32px;
  padding-right: 16px;
  padding-bottom: 0px;
  padding-left: 16px;
  font-family: Chivo, sans-serif;
  color: #536066;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
}

.project_thumbnail_subtitle {
  font-family: Chivo, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.project_thumbnail_text_6 {
  margin-top: 156px;
  margin-right: auto;
  margin-left: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(45, 45, 45, 0.25)), to(rgba(45, 45, 45, 0.25)));
  background-image: linear-gradient(180deg, rgba(45, 45, 45, 0.25), rgba(45, 45, 45, 0.25));
  opacity: 1;
  text-align: center;
}

.project_thumbnail_text_6:hover {
  opacity: 1;
}

.services_image_6 {
  height: 100px;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  padding-top: 24px;
}

.services_image_5 {
  height: 100px;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  padding-top: 24px;
}

.text-block-21 {
  margin-bottom: 16px;
  padding-right: 16px;
  padding-left: 16px;
  font-family: Chivo, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.services_image_1-copy {
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  padding-top: 24px;
}

.services_image_1-copy._2 {
  height: 100px;
}

.project_thumbnail_title {
  font-family: Chivo, sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.grid-1 {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(83, 96, 102, 0.2);
}

.bold-text-2 {
  font-family: Chivo, sans-serif;
  font-size: 28px;
  text-transform: uppercase;
}

.project_thumbnail_text_4 {
  margin-top: 178px;
  margin-right: auto;
  margin-left: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(45, 45, 45, 0.25)), to(rgba(45, 45, 45, 0.25)));
  background-image: linear-gradient(180deg, rgba(45, 45, 45, 0.25), rgba(45, 45, 45, 0.25));
  opacity: 1;
  text-align: center;
}

.project_thumbnail_text_4:hover {
  opacity: 1;
}

.projects_title {
  margin-bottom: 32px;
}

.grid-10 {
  margin-bottom: 40px;
  grid-row-gap: 16px;
  grid-template-areas: "Area ." "Area ." "Area-2 Area-2";
  -ms-grid-rows: auto 16px auto 16px auto;
  grid-template-rows: auto auto auto;
}

.services_image_3 {
  height: 100px;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  padding-top: 24px;
}

.project_thumbnail_text {
  margin-top: 220px;
  margin-right: auto;
  margin-left: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(45, 45, 45, 0.25)), to(rgba(45, 45, 45, 0.25)));
  background-image: linear-gradient(180deg, rgba(45, 45, 45, 0.25), rgba(45, 45, 45, 0.25));
  opacity: 1;
  text-align: center;
  text-decoration: none;
}

.project_thumbnail_text:hover {
  opacity: 1;
}

.footer_insta {
  height: auto;
}

.bold-text-8 {
  font-family: Chivo, sans-serif;
  color: #fff;
}

.text-block-5 {
  margin-bottom: 33px;
  color: #536066;
  font-size: 30px;
  line-height: 39px;
  text-align: center;
}

.footer_twitter {
  height: auto;
}

.footer_address {
  margin-bottom: 16px;
  font-family: Chivo, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1.23px;
}

.footer_facebook {
  height: auto;
}

.link {
  margin-bottom: 12px;
  color: #fff;
  letter-spacing: 1.23px;
}

.link.link-footer {
  font-family: Chivo, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.link.link-footer:hover {
  color: #d8232a;
}

.text-block-22 {
  margin-bottom: 16px;
  font-family: Chivo, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.23px;
}

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

.bold-text-9 {
  color: #d8232a;
}

.image {
  height: 28px;
  margin-bottom: 13px;
}

.contact-footer {
  margin-left: 0px;
}

.footer-wrap-2 {
  display: block;
  height: 360px;
  padding: 40px 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #141a20;
}

.bannercta {
  height: 480px;
}

.banner_cta_body {
  display: block;
  margin-top: 71px;
  padding-top: 120px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer_linkedin {
  height: auto;
}

.banner_home_hero_cta {
  height: 500px;
  background-image: url('../images/BannerCTA.png');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.text-block-23 {
  font-family: Chivo, sans-serif;
  color: #fff;
  line-height: 26px;
  font-weight: 400;
}

.sitemap {
  margin-left: 64px;
}

.grid-4 {
  margin-left: 32px;
  padding-top: 40px;
  grid-column-gap: 11px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text_container_services {
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 160px;
  -o-object-fit: fill;
  object-fit: fill;
}

.section_services_grid {
  font-family: Chivo, sans-serif;
  font-weight: 400;
}

.grid_services {
  margin-bottom: 72px;
  grid-column-gap: 87px;
  grid-row-gap: 72px;
  -ms-grid-rows: auto auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto auto;
}

.text_subtitle_services_grid {
  margin-bottom: 8px;
  font-family: Chivo, sans-serif;
  color: #292a7a;
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
}

.divider_services {
  width: 120px;
  height: 4px;
  margin-bottom: 32px;
  background-color: #d8232a;
}

.text_services_description {
  margin-bottom: 32px;
  color: #2d2d2d;
}

.image-30 {
  height: 420px;
}

.image_terraceria {
  height: 400px;
}

.image_concretos {
  height: 420px;
}

.image_geo {
  height: 420px;
}

.image_bank {
  height: 400px;
}

.image_suelo {
  height: 400px;
}

.image-31 {
  height: 400px;
}

.button_secondary_services_home {
  display: block;
  width: 360px;
  margin: 0px auto 40px;
  border-style: solid;
  border-width: 2px;
  border-color: #2a2d78;
  border-radius: 6px;
  background-color: transparent;
  font-family: Chivo, sans-serif;
  color: #2a2d78;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5px;
}

.button_secondary_services_home:hover {
  border-color: #d8232a;
  background-color: #d8232a;
  color: #fff;
  font-weight: 700;
}

.contact-form-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact-form-grid-2 {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

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

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

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

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

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

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

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

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

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

.text-field-2.cc-contact-field {
  margin-bottom: 25px;
  border-color: #292a7a;
  border-radius: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.button-2.button_primary_hero {
  width: 400px;
  margin-left: 0px;
  border-radius: 8px;
  background-color: #d8232a;
}

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

.field-label-3 {
  font-family: Chivo, sans-serif;
  color: #292a7a;
  font-size: 14px;
  font-weight: 700;
}

.field-label-4 {
  font-family: Chivo, sans-serif;
  color: #292a7a;
  font-size: 14px;
  font-weight: 700;
}

.field-label-5 {
  font-family: Chivo, sans-serif;
  color: #292a7a;
  font-size: 14px;
  font-weight: 700;
}

.contact_intri {
  margin-bottom: 80px;
}

.grid-10-copy {
  margin-bottom: 40px;
  grid-row-gap: 16px;
  grid-template-areas: "Area ." "Area ." "Area-2 Area-2";
  -ms-grid-rows: auto 16px auto 16px auto;
  grid-template-rows: auto auto auto;
}

.other-projects {
  margin-bottom: 40px;
  grid-row-gap: 16px;
  grid-template-areas: "Area ." "Area ." "Area-2 Area-2";
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.project-thumbnail-5-copy {
  height: 400px;
  background-image: url('../images/slide-inicio-8.jpg');
  background-position: 100% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-thumbnail-5-copy:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(45, 45, 45, 0.75)), to(rgba(45, 45, 45, 0.75))), url('../images/slide-inicio-8.jpg');
  background-image: linear-gradient(180deg, rgba(45, 45, 45, 0.75), rgba(45, 45, 45, 0.75)), url('../images/slide-inicio-8.jpg');
  background-position: 0px 0px, 100% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.project-thumbnail-2-copy {
  height: 400px;
  background-image: url('../images/banner-render.jpg');
  background-position: 100% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-thumbnail-2-copy:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(45, 45, 45, 0.75)), to(rgba(45, 45, 45, 0.75))), url('../images/banner-render.jpg');
  background-image: linear-gradient(180deg, rgba(45, 45, 45, 0.75), rgba(45, 45, 45, 0.75)), url('../images/banner-render.jpg');
  background-position: 0px 0px, 100% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.grid-12 {
  margin-bottom: 36px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.project-thumbnail-6 {
  height: 400px;
  background-image: url('../images/Imagenes-Nokia-2011-445.jpg');
  background-position: 100% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-thumbnail-6:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(45, 45, 45, 0.75)), to(rgba(45, 45, 45, 0.75))), url('../images/Imagenes-Nokia-2011-445.jpg');
  background-image: linear-gradient(180deg, rgba(45, 45, 45, 0.75), rgba(45, 45, 45, 0.75)), url('../images/Imagenes-Nokia-2011-445.jpg');
  background-position: 0px 0px, 100% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.project-thumbnail-5 {
  height: 400px;
  background-image: url('../images/WhatsApp-Image-2020-04-04-at-18.00.41.jpeg');
  background-position: 100% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-thumbnail-5:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(45, 45, 45, 0.75)), to(rgba(45, 45, 45, 0.75))), url('../images/WhatsApp-Image-2020-04-04-at-18.00.41.jpeg');
  background-image: linear-gradient(180deg, rgba(45, 45, 45, 0.75), rgba(45, 45, 45, 0.75)), url('../images/WhatsApp-Image-2020-04-04-at-18.00.41.jpeg');
  background-position: 0px 0px, 100% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

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

.intro_ponto {
  margin-bottom: 80px;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.normas {
  margin-top: 80px;
  margin-bottom: 80px;
}

.grid-13 {
  margin-top: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.astm {
  height: 130px;
}

.aci {
  height: 130px;
}

.nom {
  height: 130px;
}

.onncce {
  height: 130px;
}

.clients {
  margin-top: 80px;
  margin-bottom: 80px;
}

.grid_clients {
  margin-top: 40px;
  grid-column-gap: 32px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.udec {
  height: 100px;
}

.soriana {
  width: auto;
  height: 48px;
}

.cfe {
  height: 48px;
}

.sct {
  height: 80px;
}

.image-32 {
  height: 56px;
}

.image-33 {
  height: 48px;
}

.ocupa {
  height: 80px;
}

.ferromex {
  height: 40px;
}

.grid_kanti {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: "Area Area";
  -ms-grid-rows: auto 16px auto;
  grid-template-rows: auto auto;
}

.container-12 {
  margin-bottom: 80px;
}

.impala_1 {
  height: 486px;
}

.impala_3 {
  height: 448px;
}

.div-block-24 {
  height: 486px;
  background-image: url('../images/IMG_7744.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.grid_dist {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: "Area Area";
  -ms-grid-rows: auto 16px auto;
  grid-template-rows: auto auto;
}

.div-block-24-copy {
  height: 486px;
  background-image: url('../images/large_01_impala_SIZE.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.container_dist {
  margin-bottom: 80px;
}

.grid_ruta {
  margin-bottom: 80px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: "Area Area";
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid_impala {
  margin-bottom: 80px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: "Area Area";
  -ms-grid-rows: auto 16px auto;
  grid-template-rows: auto auto;
}

.container_impala {
  margin-bottom: 80px;
}

.dist {
  height: 486px;
  background-image: url('../images/IMG_7744.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.dist_2 {
  height: 320px;
}

.container_ruta {
  margin-bottom: 40px;
}

.ruta_1 {
  height: 486px;
  background-image: url('../images/WhatsApp-Image-2020-04-04-at-18.00.41.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.dist_3 {
  height: 320px;
}

.project_thumbnail_text_5 {
  margin-top: 156px;
  margin-right: auto;
  margin-left: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(45, 45, 45, 0.25)), to(rgba(45, 45, 45, 0.25)));
  background-image: linear-gradient(180deg, rgba(45, 45, 45, 0.25), rgba(45, 45, 45, 0.25));
  opacity: 1;
  text-align: center;
}

.project_thumbnail_text_5:hover {
  opacity: 1;
}

.project_thumbnail_text_impala {
  margin-top: 94px;
  margin-right: auto;
  margin-left: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(45, 45, 45, 0.25)), to(rgba(45, 45, 45, 0.25)));
  background-image: linear-gradient(180deg, rgba(45, 45, 45, 0.25), rgba(45, 45, 45, 0.25));
  opacity: 1;
  text-align: center;
}

.project_thumbnail_text_impala:hover {
  opacity: 1;
}

.project_thumbnail_text_kanti {
  margin-top: 112px;
  margin-right: auto;
  margin-left: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(45, 45, 45, 0.25)), to(rgba(45, 45, 45, 0.25)));
  background-image: linear-gradient(180deg, rgba(45, 45, 45, 0.25), rgba(45, 45, 45, 0.25));
  opacity: 1;
  text-align: center;
}

.project_thumbnail_text_kanti:hover {
  opacity: 1;
}

.project_thumbnail_text_imp {
  margin-top: 92px;
  margin-right: auto;
  margin-left: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(45, 45, 45, 0.25)), to(rgba(45, 45, 45, 0.25)));
  background-image: linear-gradient(180deg, rgba(45, 45, 45, 0.25), rgba(45, 45, 45, 0.25));
  opacity: 1;
  text-align: center;
}

.project_thumbnail_text_imp:hover {
  opacity: 1;
}

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

.grid_other_pr_ponto {
  margin-bottom: 40px;
  grid-row-gap: 16px;
  grid-template-areas: "Area" "Area";
  -ms-grid-rows: auto 16px auto;
  grid-template-rows: auto auto;
}

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

.other_projects_grid_kanti {
  margin-bottom: 40px;
  grid-row-gap: 16px;
  grid-template-areas: "Area ." "Area ." "Area-2 Area-2";
  -ms-grid-rows: auto 16px auto 16px auto;
  grid-template-rows: auto auto auto;
}

.impala_kanti {
  height: 496px;
  background-image: url('../images/large_01_impala_SIZE.jpg');
  background-position: 100% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.impala_kanti:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(45, 45, 45, 0.75)), to(rgba(45, 45, 45, 0.75))), url('../images/large_01_impala_SIZE.jpg');
  background-image: linear-gradient(180deg, rgba(45, 45, 45, 0.75), rgba(45, 45, 45, 0.75)), url('../images/large_01_impala_SIZE.jpg');
  background-position: 0px 0px, 100% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.project_thumbnail_text_imp_kanti {
  margin-top: 220px;
  margin-right: auto;
  margin-left: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(45, 45, 45, 0.25)), to(rgba(45, 45, 45, 0.25)));
  background-image: linear-gradient(180deg, rgba(45, 45, 45, 0.25), rgba(45, 45, 45, 0.25));
  opacity: 1;
  text-align: center;
}

.project_thumbnail_text_imp_kanti:hover {
  opacity: 1;
}

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

.grid_other_pr_impala {
  margin-bottom: 40px;
  grid-row-gap: 16px;
  grid-template-areas: "Area ." "Area ." "Area-2 Area-2";
  -ms-grid-rows: auto 16px auto 16px auto;
  grid-template-rows: auto auto auto;
}

.project-thumbnail-kanti-impala {
  height: 496px;
  background-image: url('../images/banner-render.jpg');
  background-position: 100% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-thumbnail-kanti-impala:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(45, 45, 45, 0.75)), to(rgba(45, 45, 45, 0.75))), url('../images/banner-render.jpg');
  background-image: linear-gradient(180deg, rgba(45, 45, 45, 0.75), rgba(45, 45, 45, 0.75)), url('../images/banner-render.jpg');
  background-position: 0px 0px, 100% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.project_thumbnail_text-kanti-imp {
  margin-top: 220px;
  margin-right: auto;
  margin-left: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(45, 45, 45, 0.25)), to(rgba(45, 45, 45, 0.25)));
  background-image: linear-gradient(180deg, rgba(45, 45, 45, 0.25), rgba(45, 45, 45, 0.25));
  opacity: 1;
  text-align: center;
}

.project_thumbnail_text-kanti-imp:hover {
  opacity: 1;
}

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

.grid_other_pr {
  margin-bottom: 40px;
  grid-row-gap: 16px;
  grid-template-areas: "Area" "Area";
  -ms-grid-rows: auto 16px auto;
  grid-template-rows: auto auto;
}

.via {
  height: 486px;
  background-image: url('../images/WhatsApp-Image-2020-04-04-at-18.00.41.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.via_1 {
  height: 486px;
  background-image: url('../images/Imagenes-Nokia-2011-445.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.via_2 {
  height: 486px;
  background-image: url('../images/Imagenes-Nokia-2011-441.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.container_via {
  margin-bottom: 80px;
}

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

.grid_rt {
  margin-bottom: 36px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.services_image_7 {
  height: 100px;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  padding-top: 24px;
}

.services_image_8 {
  height: 100px;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  padding-top: 24px;
}

.image-31-copy {
  height: 400px;
}

.text-block-24 {
  font-family: Chivo, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.text-block-25 {
  font-family: Chivo, sans-serif;
  color: #d5251d;
  font-weight: 700;
}

.image-31-copy-copy {
  height: 400px;
}

.icon_service {
  height: 100px;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  padding-top: 24px;
}

.grid-8 {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(83, 96, 102, 0.2);
}

.grid-7 {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(83, 96, 102, 0.2);
}

.icon_service1 {
  height: 100px;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  padding-top: 24px;
}

.icon_service2 {
  height: 100px;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  padding-top: 24px;
}

@media screen and (max-width: 991px) {
  .styleguide-block {
    text-align: center;
  }
  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }
  .hero-home.cc-contact {
    padding-right: 0px;
    padding-left: 0px;
  }
  .button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .logo-link.w--current {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .menu-icon {
    display: block;
  }
  .navigation-item {
    padding: 15px 30px;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    text-align: center;
  }
  .navigation-item:hover {
    background-color: #f7f8f9;
  }
  .navigation-item:active {
    background-color: #eef0f3;
  }
  .navigation-items {
    background-color: transparent;
  }
  .navigation {
    padding: 25px 30px;
  }
  .navigation.nav-link {
    background-color: transparent;
  }
  .menu-button {
    padding: 0px;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .navigation-wrap {
    margin-right: 0px;
  }
  .contact {
    width: auto;
    padding: 30px 50px 40px;
  }
  .contact-headline {
    width: 100%;
  }
  .contact-form-wrap {
    width: 100%;
  }
  .h3-dark-left {
    font-size: 18px;
  }
  .h2-dark-l {
    font-size: 32px;
  }
  .paragraph-reg {
    display: inline;
    width: 75vw;
    margin-left: 0px;
  }
  .paragraph-reg.about-paragraph {
    width: 65vw;
  }
  .section-3 {
    margin: 0px 48px;
  }
  .h1-dark {
    margin-left: 0px;
    font-size: 40px;
    line-height: 64px;
  }
  .h2-quote {
    margin-top: 56px;
    font-size: 24px;
    line-height: 40px;
  }
  .coppel-content {
    margin-bottom: 32px;
    padding-right: 24px;
    padding-left: 24px;
  }
  .image-15 {
    position: absolute;
    height: 35vh;
    margin-right: 0px;
    margin-left: -480px;
  }
  .h1-about {
    position: relative;
    width: 50vw;
    margin-top: 40px;
    margin-left: 16px;
    padding-top: 16px;
    font-size: 32px;
    line-height: 48px;
  }
  .div-block-3 {
    width: 55vw;
    height: 280px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
  }
  .container-coppel {
    height: 356px;
  }
  .h2-dark-thumbnail {
    font-size: 32px;
  }
  .img_project_large {
    height: auto;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .grid-6 {
    grid-auto-flow: row;
    grid-template-areas: "Area-2 Area-2" "Newsletter Newsletter" "Area Area";
    -ms-grid-columns: 3fr;
    grid-template-columns: 3fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .subscribe-form-input {
    width: 400px;
    padding-right: 16px;
  }
  .thumbnail-writing-kickoff {
    height: 360px;
    background-size: auto 240px;
  }
  .h3-white-left {
    font-size: 18px;
    line-height: 28px;
  }
  .thumbnail-writing-whiteboard {
    height: 360px;
    background-size: auto 280px;
  }
  .thumbnail-writing-interviewing {
    height: 360px;
    background-size: auto 280px;
  }
  .div-block-15 {
    text-align: left;
  }
  .thumbnail-project-text-subtitle-dark {
    display: inline;
    width: 75vw;
    margin-left: 0px;
  }
  .thumbnail-project-text-subtitle-dark.about-paragraph {
    width: 65vw;
  }
  .thumbnail-writing-text-subtitle-dark {
    display: inline;
    width: auto;
    margin-left: 0px;
  }
  .thumbnail-writing-text-subtitle-dark.about-paragraph {
    width: 65vw;
  }
  .thumbnail-writing-storytelling {
    height: 360px;
    background-size: auto 240px;
  }
  .thumbnail-writing-mental {
    height: 360px;
    background-size: auto 280px;
  }
  .h3-dark-c {
    font-size: 24px;
  }
  .subscribe-form-body {
    width: 400px;
    padding-right: 16px;
  }
  .writing-w {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .h1-dark-copy {
    margin-left: 0px;
    font-size: 40px;
    line-height: 64px;
  }
  .h1-dark-bio {
    margin-left: 0px;
    font-size: 40px;
    line-height: 64px;
  }
  .h2-dark-c {
    font-size: 32px;
  }
  .h2-dark-bio {
    font-size: 32px;
  }
  .paragraph-reg-bio {
    display: inline;
    width: 75vw;
    margin-left: 0px;
  }
  .paragraph-reg-bio.about-paragraph {
    width: 65vw;
  }
  .caption-ataraxis {
    display: inline;
    width: 75vw;
    margin-left: 0px;
  }
  .caption-ataraxis.about-paragraph {
    width: 65vw;
  }
  .paragraph-reg-ataraxis {
    display: inline;
    width: 75vw;
    margin-left: 0px;
  }
  .paragraph-reg-ataraxis.about-paragraph {
    width: 65vw;
  }
  .h1-dark-ataraxis {
    margin-bottom: 16px;
    margin-left: 0px;
    font-size: 40px;
    line-height: 64px;
  }
  .h2-dark-ataraxis {
    padding-bottom: 8px;
    font-size: 32px;
  }
  .case-study-hero {
    height: 320px;
    background-size: cover;
  }
  .coppel-grid-testing {
    margin-bottom: 24px;
    grid-row-gap: 32px;
    grid-template-areas: "Area";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .img-coppel-store {
    margin-right: 64px;
    margin-left: 64px;
  }
  .div-block-20 {
    margin-top: 8px;
  }
  .h3-dark-left-case-study {
    font-size: 24px;
  }
  .coppel-grid-call {
    margin-bottom: 32px;
    -ms-grid-columns: 5.25fr;
    grid-template-columns: 5.25fr;
  }
  .img-coppel-artifacts {
    margin-right: 64px;
    margin-left: 64px;
  }
  .img-caption-long {
    margin-top: 280px;
  }
  .coppel-user-flows {
    height: 320px;
    margin-bottom: 32px;
  }
  .coppel-wires {
    height: 320px;
    margin-bottom: 40px;
  }
  .coppel-mocks {
    height: 480px;
  }
  .coppel-ds-img {
    height: 400px;
  }
  .img-coppel-flows {
    margin-right: 64px;
    margin-left: 64px;
  }
  .h3-dark-left-bio {
    font-size: 18px;
  }
  .h3-dark-left-copy {
    font-size: 18px;
  }
  .case-study-intro {
    padding-right: 24px;
    padding-left: 24px;
  }
  .paragraph-reg-case-study {
    display: inline;
    width: 75vw;
    margin-left: 0px;
  }
  .paragraph-reg-case-study.about-paragraph {
    width: 65vw;
  }
  .h1-dark-case-study {
    margin-left: 0px;
    font-size: 40px;
    line-height: 64px;
  }
  .h1-dark-2 {
    margin-left: 0px;
    font-size: 40px;
    line-height: 64px;
  }
  .contact-caption {
    display: inline;
    width: 75vw;
    margin-left: 0px;
  }
  .contact-section.cc-contact {
    padding-right: 0px;
    padding-left: 0px;
  }
  .case-study-hero-copy {
    height: 320px;
    background-size: cover;
  }
  .case-study-hero-usc {
    height: 320px;
    background-size: cover;
  }
  .usc-content {
    margin-bottom: 32px;
    padding-right: 24px;
    padding-left: 24px;
  }
  .usc-1 {
    margin-right: 64px;
    margin-left: 64px;
  }
  .usc-grid-call {
    margin-bottom: 32px;
    -ms-grid-columns: 5.25fr;
    grid-template-columns: 5.25fr;
  }
  .usc-process {
    height: 320px;
    margin-bottom: 40px;
  }
  .usc-grid-treshold {
    margin-bottom: 32px;
    -ms-grid-columns: 5.25fr;
    grid-template-columns: 5.25fr;
  }
  .usc-personas {
    height: 320px;
    margin-bottom: 40px;
  }
  .usc-grid-problem-space {
    margin-bottom: 32px;
    -ms-grid-columns: 5.25fr;
    grid-template-columns: 5.25fr;
  }
  .img-caption-coppel-long {
    margin-top: 280px;
  }
  .usc-sketches {
    height: 320px;
    margin-bottom: 40px;
  }
  .usc-grid-double {
    margin-bottom: 24px;
    grid-row-gap: 32px;
    grid-template-areas: "Area";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .img-usc-wires {
    height: 320px;
    margin-right: 64px;
    margin-left: 64px;
  }
  .img-usc-map {
    margin-right: 64px;
    margin-left: 64px;
  }
  .img-caption-usc-double {
    margin-top: 216px;
  }
  .img-usc-int-map {
    display: none;
    height: 320px;
    margin-right: 64px;
    margin-left: 64px;
    background-size: cover;
  }
  .usc-ds {
    height: 320px;
    margin-bottom: 40px;
  }
  .usc-testing {
    height: 320px;
    margin-bottom: 40px;
  }
  .img-caption-long-usc {
    margin-top: 224px;
  }
  .bold-text-7 {
    font-weight: 600;
  }
  .case-study-hero-wp {
    height: 320px;
    background-size: cover;
  }
  .wp-content {
    margin-bottom: 32px;
    padding-right: 24px;
    padding-left: 24px;
  }
  .wp-2 {
    margin-right: 64px;
    margin-left: 64px;
  }
  .wp-grid-1 {
    margin-bottom: 24px;
    grid-row-gap: 32px;
    grid-template-areas: "Area";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .wp-grid-ia {
    margin-bottom: 32px;
    -ms-grid-columns: 5.25fr;
    grid-template-columns: 5.25fr;
  }
  .wp-process {
    height: 320px;
    margin-bottom: 40px;
  }
  .img-caption-long-wp {
    margin-top: 224px;
  }
  .wp-grid-ordeal {
    margin-bottom: 32px;
    -ms-grid-columns: 5.25fr;
    grid-template-columns: 5.25fr;
  }
  .wp-spreadsheet {
    height: 320px;
    margin-bottom: 40px;
  }
  .img-caption-long-w {
    margin-top: 224px;
  }
  .wp-grid-behemoth {
    margin-bottom: 32px;
    -ms-grid-columns: 5.25fr;
    grid-template-columns: 5.25fr;
  }
  .wp-sitemap {
    height: 320px;
    margin-bottom: 40px;
  }
  .img-caption-long-340 {
    margin-top: 224px;
  }
  .wp-wireframes {
    height: 320px;
    margin-bottom: 40px;
  }
  .wp-grid-outcomes {
    margin-bottom: 32px;
    -ms-grid-columns: 5.25fr;
    grid-template-columns: 5.25fr;
  }
  .wp-mocks {
    height: 520px;
    margin-bottom: 40px;
  }
  .case-study-hero-wtw {
    height: 320px;
    background-size: cover;
  }
  .wtw-content {
    margin-bottom: 32px;
    padding-right: 24px;
    padding-left: 24px;
  }
  .wtw-2 {
    margin-right: 64px;
    margin-left: 64px;
  }
  .wtw-grid-double {
    margin-bottom: 24px;
    grid-row-gap: 32px;
    grid-template-areas: "Area";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .img-wtw-2 {
    height: 320px;
    margin-right: 64px;
    margin-left: 64px;
  }
  .img-wtw3 {
    display: none;
    height: 320px;
    margin-right: 64px;
    margin-left: 64px;
    background-size: cover;
  }
  .wtw-grid-ordeal {
    margin-bottom: 32px;
    -ms-grid-columns: 5.25fr;
    grid-template-columns: 5.25fr;
  }
  .wtw-storyboard {
    height: 320px;
    margin-bottom: 40px;
  }
  .wtw-mocks {
    height: 320px;
    margin-bottom: 40px;
  }
  .img-caption-long-wtw {
    margin-top: 224px;
  }
  .img-caption-long-340-wtw {
    margin-top: 224px;
  }
  .container-wtw {
    height: 356px;
  }
  .container-wtw-2 {
    height: 356px;
  }
  .button-primary-password {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .navigation-items-2 {
    background-color: #fff;
  }
  .navigation-item-2 {
    padding: 15px 30px;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    text-align: center;
  }
  .navigation-item-2:hover {
    background-color: #f7f8f9;
  }
  .navigation-item-2:active {
    background-color: #eef0f3;
  }
  .menu-icon-2 {
    display: block;
    height: 48px;
  }
  .heading-jumbo-2 {
    font-size: 56px;
    line-height: 70px;
  }
  .text_container {
    margin-right: 47px;
    margin-left: 40px;
    padding-top: 80px;
  }
  .section.hero {
    height: 480px;
  }
  .bold-text {
    font-size: 44px;
    line-height: 56px;
  }
  .projects-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .button_secondary_services {
    width: 320px;
  }
  .footer_address {
    font-size: 16px;
  }
  .grid-11 {
    grid-template-areas: "Area Area" "Area-2 Area-2";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .footer-wrap-2 {
    height: 580px;
  }
  .sitemap {
    display: none;
  }
  .text_container_services {
    margin-right: 47px;
    margin-left: 40px;
    padding-top: 140px;
  }
  .section_services_grid {
    margin-right: 24px;
    margin-left: 24px;
  }
  .grid_services {
    margin-right: 0px;
    padding-right: 0px;
    grid-column-gap: 33px;
    -ms-grid-columns: 2.5fr 1fr;
    grid-template-columns: 2.5fr 1fr;
  }
  .text_subtitle_services_grid {
    font-size: 24px;
  }
  .text_services_description {
    font-size: 16px;
  }
  .image_terraceria {
    width: 320px;
    height: 320px;
  }
  .image_concretos {
    width: 320px;
    height: 320px;
  }
  .image_geo {
    width: 320px;
    height: 320px;
  }
  .image_bank {
    height: 320px;
  }
  .image_suelo {
    width: 320px;
    height: 320px;
  }
  .image-31 {
    width: 320px;
    height: 320px;
  }
  .button_secondary_services_home {
    width: 320px;
  }
  .get-in-touch-form {
    text-align: left;
  }
  .contact-form-grid-3 {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 50px;
    grid-template-areas: "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }
  .button-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .projects-grid_2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .grid-13 {
    margin-right: 80px;
    margin-left: 80px;
    grid-row-gap: 31px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .astm {
    height: 100px;
  }
  .aci {
    height: 100px;
  }
  .nom {
    height: 100px;
  }
  .onncce {
    height: 100px;
  }
  .grid_clients {
    grid-row-gap: 26px;
    grid-template-areas: ". . ." ". . ." "Area Area Area";
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto 26px auto 26px auto;
    grid-template-rows: auto auto auto;
  }
  .ocupa {
    display: none;
  }
  .ferromex {
    height: 32px;
  }
  .other_pro_ponto_1 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .other_projects_div_grid_kanti {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .other_pr_impala {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .other_pr_div_dist {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .projects-grid_ruta {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .projects-grid_via {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .image-31-copy {
    width: 320px;
    height: 320px;
  }
  .image-31-copy-copy {
    width: 320px;
    height: 320px;
  }
}

@media screen and (max-width: 767px) {
  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }
  .rich-text {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }
  .container {
    text-align: center;
  }
  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }
  .hero-home {
    margin-right: 15px;
    margin-left: 15px;
  }
  .hero-home.cc-contact {
    padding: 15px;
  }
  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }
  .logo-link {
    padding-left: 0px;
  }
  .menu-icon {
    height: 32px;
  }
  .navigation-items {
    background-color: #fafafa;
    font-size: 32px;
    text-align: center;
  }
  .navigation {
    padding: 20px 30px;
  }
  .navigation.nav-link {
    background-color: transparent;
  }
  .text-field.cc-textarea {
    text-align: left;
  }
  .contact {
    padding-right: 30px;
    padding-left: 30px;
  }
  .contact-form-grid {
    grid-column-gap: 30px;
    grid-template-areas: "." "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .contact-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact-form-wrap {
    text-align: left;
  }
  .footer-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .utility-page-wrap {
    padding: 15px;
  }
  ._404-wrap {
    padding: 30px;
  }
  .writing {
    margin-top: -32px;
  }
  .nav-link {
    margin-bottom: 40px;
    font-size: 32px;
    font-weight: 600;
    text-align: center;
  }
  .nav-link.current.w--current {
    font-size: 32px;
    text-align: center;
  }
  .h3-dark-left {
    line-height: 32px;
    letter-spacing: 0px;
  }
  .h3-dark-left.h3-dark-center {
    display: none;
  }
  .paragraph-reg {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .paragraph-reg.about-paragraph {
    width: 75vw;
  }
  .columns {
    margin-bottom: 0px;
  }
  .paragraph-reg-white {
    display: none;
  }
  .social-logo {
    display: inline;
  }
  .text-block-4.paragraph-reg-white {
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 12px;
  }
  .column-3 {
    display: none;
  }
  .column-4 {
    display: none;
  }
  .h1-dark.h1-project {
    margin-right: 24px;
    margin-left: 24px;
    font-size: 36px;
  }
  .section-4 {
    margin-top: -72px;
    padding: 0px 31px;
  }
  .column-5 {
    display: none;
  }
  .column-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .column-7 {
    margin-bottom: 24px;
  }
  .column-8 {
    margin-bottom: 24px;
  }
  .h2-quote {
    margin-top: 16px;
    margin-right: 24px;
    margin-left: 24px;
    font-size: 24px;
    line-height: 40px;
  }
  .grid-2 {
    margin-right: 24px;
    margin-left: 24px;
    grid-row-gap: 12px;
    grid-template-areas: ".";
    -ms-grid-columns: 0.75fr 1fr;
    grid-template-columns: 0.75fr 1fr;
    -ms-grid-rows: 48px 12px 48px 12px 0px 12px 0px;
    grid-template-rows: 48px 48px 0px 0px;
  }
  .img_right {
    display: none;
  }
  .image-7 {
    text-align: left;
  }
  .column-9 {
    padding-right: 10px;
  }
  .column-10 {
    display: none;
  }
  .column-11 {
    display: none;
  }
  .column-12 {
    display: none;
  }
  .column-13 {
    display: none;
  }
  .column-14 {
    display: none;
  }
  .image-8 {
    display: none;
  }
  .column-15 {
    display: none;
  }
  .column-16 {
    display: none;
  }
  .coppel_content {
    margin-top: -24px;
    margin-right: 24px;
    margin-left: 24px;
  }
  .column-17 {
    margin-bottom: 16px;
  }
  .bold-text-3 {
    line-height: 24px;
  }
  .column-18 {
    margin-bottom: 72px;
  }
  .ux_projects {
    margin-bottom: 0px;
  }
  .image-9 {
    margin-bottom: 16px;
  }
  .image-10 {
    margin-bottom: 16px;
  }
  .image-15 {
    display: none;
  }
  .container-5 {
    display: none;
  }
  .h1-about {
    display: none;
    width: 70vw;
    text-align: center;
  }
  .div-block-3 {
    background-color: transparent;
  }
  .image-21 {
    display: none;
  }
  .div-block-5 {
    margin-bottom: 40px;
  }
  .div-block-6 {
    width: auto;
    margin-bottom: 8px;
  }
  .div-block-7 {
    margin-bottom: 8px;
  }
  .columns-13 {
    margin-right: auto;
    margin-left: auto;
  }
  .ux-work {
    margin-bottom: 64px;
  }
  .project_large {
    margin-right: 16px;
    margin-left: 16px;
    grid-template-areas: "Area" "Area-2";
  }
  .container-coppel {
    height: 276px;
  }
  .thumbnail_big_text {
    display: block;
  }
  .div-block-12 {
    margin-right: 16px;
    margin-left: 16px;
  }
  .text-block-9 {
    text-align: left;
  }
  .grid-6 {
    grid-template-areas: "Area-2 Area-2" "Newsletter Newsletter" "Area Area";
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .subscribe-form {
    padding: 40px 20px;
  }
  .subscribe-form-input {
    width: 300px;
  }
  .wp {
    height: 320px;
  }
  .usc {
    height: 320px;
    background-repeat: no-repeat;
  }
  .writing-home {
    margin-right: 16px;
    margin-left: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .thumbnail-writing-kickoff {
    height: 320px;
  }
  .h3-white-left {
    line-height: 32px;
    letter-spacing: 0px;
  }
  .h3-white-left.h3-dark-center {
    display: none;
  }
  .thumbnail-writing-whiteboard {
    height: 320px;
  }
  .thumbnail-writing-interviewing {
    display: block;
    height: 320px;
  }
  .h2-thumbnail-left-white {
    font-size: 28px;
    line-height: 36px;
    text-align: left;
  }
  .thumbnaill-text-dark {
    text-align: left;
  }
  .thumbnail-project-subtitle-dark {
    display: none;
  }
  .thumbnail-project-text-subtitle-dark {
    display: none;
    margin-right: auto;
    margin-left: auto;
  }
  .thumbnail-project-text-subtitle-dark.about-paragraph {
    width: 75vw;
  }
  .thumbnail-project-subtitle-white {
    display: none;
  }
  .thumbnail-writing-text-white {
    display: block;
  }
  .thumbnail-writing-text-subtitle-dark {
    display: block;
    width: auto;
    margin-right: auto;
    margin-left: auto;
  }
  .thumbnail-writing-text-subtitle-dark.about-paragraph {
    width: 75vw;
  }
  .div-block-16 {
    display: none;
  }
  .thumbnail-project-text-title-dark {
    font-size: 28px;
    line-height: 36px;
  }
  .wtw-bg {
    display: -ms-grid;
    display: grid;
    height: 9px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 0.75fr;
    grid-template-columns: 1fr 0.75fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    background-color: #f1f2eb;
  }
  .writing-columns {
    margin-bottom: 0px;
  }
  .thumbnail-writing-storytelling {
    height: 320px;
  }
  .thumbnail-writing-mental {
    height: 320px;
  }
  .h3-dark-c {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0px;
  }
  .h3-dark-c.h3-dark-center {
    display: none;
  }
  .home-writing {
    margin-bottom: 64px;
  }
  .subscribe-form-body {
    width: 300px;
  }
  .submit-button-body {
    width: 160px;
  }
  .writing-columns-home {
    margin-bottom: 0px;
  }
  .writing-w {
    margin-right: 16px;
    margin-left: 16px;
    grid-template-areas: "Area ." "Area-2 Area-3";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .h1-dark-copy.h1-project {
    margin-right: 24px;
    margin-left: 24px;
    font-size: 36px;
  }
  .h1-dark-bio {
    text-align: left;
  }
  .h1-dark-bio.h1-project {
    margin-right: 24px;
    margin-left: 24px;
    font-size: 36px;
  }
  .paragraph-reg-bio {
    display: none;
    margin-right: auto;
    margin-left: auto;
  }
  .paragraph-reg-bio.about-paragraph {
    width: 75vw;
  }
  .caption-ataraxis {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .caption-ataraxis.about-paragraph {
    width: 75vw;
  }
  .paragraph-reg-ataraxis {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .paragraph-reg-ataraxis.about-paragraph {
    width: 75vw;
  }
  .h1-dark-ataraxis.h1-project {
    margin-right: 24px;
    margin-left: 24px;
    font-size: 36px;
  }
  .grid-9 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .img-coppel-store {
    margin-right: 32px;
    margin-left: 32px;
  }
  .h3-case-study-left {
    font-size: 20px;
  }
  .h3-dark-left-case-study {
    width: 75vw;
    margin-right: auto;
    margin-left: auto;
    line-height: 32px;
    letter-spacing: 0px;
  }
  .h3-dark-left-case-study.h3-dark-center {
    display: none;
  }
  .img-coppel-artifacts {
    margin-right: 32px;
    margin-left: 32px;
  }
  .img-caption-long {
    margin-top: 264px;
  }
  .coppel-mocks {
    height: 320px;
  }
  .img-coppel-flows {
    margin-right: 32px;
    margin-left: 32px;
  }
  .h3-dark-left-bio {
    line-height: 32px;
    letter-spacing: 0px;
  }
  .h3-dark-left-bio.h3-dark-center {
    display: none;
  }
  .h3-dark-left-copy {
    line-height: 32px;
    letter-spacing: 0px;
  }
  .h3-dark-left-copy.h3-dark-center {
    display: none;
  }
  .paragraph-reg-case-study {
    display: block;
    width: 75vw;
    margin-right: auto;
    margin-left: auto;
  }
  .paragraph-reg-case-study.about-paragraph {
    width: 75vw;
  }
  .h1-dark-case-study.h1-project {
    margin-right: 24px;
    margin-left: 24px;
    font-size: 36px;
  }
  .div-block-21 {
    margin-bottom: 40px;
  }
  .contact-caption {
    margin-right: auto;
    margin-left: auto;
  }
  .contact-section {
    margin-right: 15px;
    margin-left: 15px;
  }
  .contact-section.cc-contact {
    padding: 15px;
  }
  .contact-container {
    text-align: center;
  }
  .usc_content {
    margin-top: -24px;
    margin-right: 24px;
    margin-left: 24px;
  }
  .usc-1 {
    margin-right: 32px;
    margin-left: 32px;
  }
  .img-caption-coppel-long {
    margin-top: 264px;
  }
  .img-usc-wires {
    margin-right: 32px;
    margin-left: 32px;
  }
  .img-usc-map {
    margin-right: 32px;
    margin-left: 32px;
  }
  .img-caption-usc-double {
    margin-top: 180px;
  }
  .img-usc-int-map {
    margin-right: 32px;
    margin-left: 32px;
  }
  .img-caption-long-usc {
    margin-top: 208px;
  }
  .wp_content {
    margin-top: -24px;
    margin-right: 24px;
    margin-left: 24px;
  }
  .wp-2 {
    margin-right: 32px;
    margin-left: 32px;
  }
  .img-caption-long-wp {
    margin-top: 208px;
  }
  .img-caption-long-w {
    margin-top: 208px;
  }
  .img-caption-long-340 {
    margin-top: 208px;
  }
  .wtw_content {
    margin-top: -24px;
    margin-right: 24px;
    margin-left: 24px;
  }
  .wtw-2 {
    margin-right: 32px;
    margin-left: 32px;
  }
  .img-wtw-2 {
    margin-right: 32px;
    margin-left: 32px;
  }
  .img-wtw3 {
    margin-right: 32px;
    margin-left: 32px;
  }
  .img-caption-long-wtw {
    display: none;
    margin-top: 208px;
  }
  .img-caption-long-340-wtw {
    margin-top: 215px;
  }
  .container-wtw {
    display: block;
    height: 276px;
  }
  .link-wtw {
    display: none;
  }
  .text-block-15 {
    text-align: left;
  }
  .container-wtw-2 {
    display: block;
    height: 276px;
    background-image: none;
  }
  .heading-jumbo-2 {
    font-size: 50px;
    line-height: 64px;
  }
  .container-11 {
    text-align: center;
  }
  .text_container {
    padding-top: 27px;
  }
  .section {
    margin-right: 15px;
    margin-left: 15px;
  }
  .projects {
    padding-right: 24px;
    padding-left: 24px;
  }
  .services_grid {
    padding-right: 32px;
    padding-left: 33px;
  }
  .button_secondary_services {
    display: none;
  }
  .project_thumbnail_subtitle {
    display: none;
  }
  .image {
    margin-right: auto;
    margin-left: auto;
  }
  .footer-wrap-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .text-block-23 {
    display: none;
  }
  .text_container_services {
    padding-top: 160px;
  }
  .grid_services {
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  }
  .image_terraceria {
    width: 100%;
  }
  .image_concretos {
    width: 100%;
  }
  .image_geo {
    width: 100%;
  }
  .image_bank {
    display: none;
  }
  .image_suelo {
    width: 100%;
  }
  .image-31 {
    display: none;
    width: 100%;
  }
  .button_secondary_services_home {
    display: none;
  }
  .contact-form-2 {
    padding: 40px 20px;
  }
  .text-field-2.cc-contact-field {
    text-align: left;
  }
  .text-field-2.cc-textarea {
    text-align: left;
  }
  .contact-form-wrap-2 {
    padding: 30px;
  }
  .contact_intri {
    padding-right: 32px;
    padding-left: 33px;
  }
  .intro_ponto {
    padding-right: 32px;
    padding-left: 33px;
  }
  .normas {
    padding-right: 32px;
    padding-left: 33px;
  }
  .clients {
    padding-right: 32px;
    padding-left: 33px;
  }
  .grid_kanti {
    margin-bottom: 40px;
  }
  .kanti_1 {
    height: 410px;
  }
  .impala_3 {
    height: 300px;
  }
  .imp_2 {
    height: 300px;
  }
  .div-block-24-copy {
    height: 320px;
  }
  .grid_ruta {
    margin-right: 40px;
    margin-left: 40px;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .grid_impala {
    margin-right: 24px;
    margin-left: 24px;
  }
  .dist {
    height: 320px;
  }
  .grid-14 {
    margin-right: 40px;
    margin-left: 40px;
  }
  .image-34 {
    height: 320px;
  }
  .dist_3 {
    height: 322px;
  }
  .other_projects_ponto {
    padding-right: 24px;
    padding-left: 24px;
  }
  .other_pr_ponto {
    padding-right: 24px;
    padding-left: 24px;
  }
  .other_projects_kanti {
    padding-right: 24px;
    padding-left: 24px;
  }
  .other_pr_dist {
    padding-right: 24px;
    padding-left: 24px;
  }
  .projects_other_ruta {
    padding-right: 24px;
    padding-left: 24px;
  }
  .projects_other_via {
    padding-right: 24px;
    padding-left: 24px;
  }
  .image-31-copy {
    width: 100%;
  }
  .image-31-copy-copy {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .rich-text {
    width: 100%;
    max-width: none;
  }
  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }
  .button {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .menu-icon {
    width: 36px;
    height: 32px;
  }
  .navigation-items {
    background-color: #fafafa;
  }
  .navigation {
    padding-right: 20px;
    padding-left: 20px;
  }
  .menu-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .menu-button.w--open {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .intro-wrap {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .text-field {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .contact {
    padding-right: 15px;
    padding-left: 15px;
  }
  .contact-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact-form-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-wrap {
    padding-top: 16px;
    padding-right: 24px;
    padding-left: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .nav-link {
    background-color: #fafafa;
  }
  .h2-dark-l {
    margin-bottom: 0px;
    font-size: 24px;
  }
  .paragraph-reg {
    margin-top: 16px;
    margin-right: auto;
    margin-left: auto;
  }
  .paragraph-reg.about-paragraph {
    width: 85vw;
  }
  .primary-button {
    width: 240px;
    font-size: 18px;
  }
  .primary-button.projects.thumbnail-button {
    width: 280px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px;
  }
  .primary-button.projects.outline-button {
    width: 280px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px;
  }
  .primary-button.projects.thumbnail-button-wtw {
    width: 280px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px;
  }
  .primary-button.projects.outline-button {
    width: 280px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px;
  }
  .h1-dark {
    font-size: 28px;
    line-height: 40px;
  }
  .column-7 {
    margin-bottom: 24px;
  }
  .img_right {
    display: block;
  }
  .coppel-content {
    padding-right: 0px;
    padding-left: 0px;
  }
  .coppel_content {
    margin-top: 0px;
    margin-right: 16px;
    margin-left: 16px;
  }
  .image-15 {
    height: 240px;
  }
  .h1-about {
    width: 100vw;
    margin-right: auto;
    margin-left: auto;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
  }
  .project_large {
    grid-template-areas: "Area Area" "Area-2 Area-2" "Area-3 Area-3";
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .container-coppel {
    height: 320px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .grid-5 {
    grid-template-areas: "Area-2 Area";
    -ms-grid-columns: 0.25fr 1.75fr;
    grid-template-columns: 0.25fr 1.75fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .thumbnail_big_text {
    position: relative;
    padding-bottom: 16px;
    padding-left: 16px;
  }
  .h2-dark-thumbnail {
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
  }
  .img_project_large {
    display: block;
    width: auto;
    height: 320px;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .heading-2.h3-white-left {
    margin-bottom: 24px;
    text-align: center;
  }
  .text-block-11 {
    display: none;
    margin-bottom: 24px;
  }
  .subscribe-form {
    padding-top: 16px;
  }
  .centered-container {
    text-align: left;
  }
  .subscribe-form-flex {
    display: block;
  }
  .subscribe-form-input-wrapper {
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .subscribe-form-input {
    display: block;
    width: 100%;
  }
  .submit-button {
    display: block;
    width: 100%;
    margin-top: 16px;
    margin-left: 0px;
  }
  .wp {
    margin-right: 0px;
    margin-left: 0px;
  }
  .writing-home {
    grid-auto-columns: 0.25fr;
    grid-template-areas: "Area-3 Area-3" "Area-2 Area-2" "Area-4 Area-4";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .h2-thumbnail-left-white {
    font-size: 24px;
  }
  .thumbnaill-text-dark {
    margin-bottom: 40px;
    margin-left: 24px;
  }
  .thumbnaill-text-white {
    margin-bottom: 40px;
  }
  .div-block-15 {
    margin-bottom: 0px;
  }
  .thumbnail-project-text-subtitle-dark {
    margin-top: 16px;
    margin-right: auto;
    margin-left: auto;
  }
  .thumbnail-project-text-subtitle-dark.about-paragraph {
    width: 85vw;
  }
  .thumbnail-writing-text-subtitle-dark {
    margin-top: 16px;
    margin-right: auto;
    margin-left: auto;
  }
  .thumbnail-writing-text-subtitle-dark.about-paragraph {
    width: 85vw;
  }
  .thumbnail-project-text-title-dark {
    font-size: 24px;
    text-align: left;
    text-shadow: 1px 1px 1px rgba(50, 50, 50, 0.2);
  }
  .wtw-bg {
    grid-template-areas: "Area-2 Area";
    -ms-grid-columns: 0.25fr 1.75fr;
    grid-template-columns: 0.25fr 1.75fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .thumbnail-writing-mental {
    display: block;
  }
  .h3-dark-c {
    padding-bottom: 32px;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
  }
  .subscribe-form-input-2 {
    width: 100%;
  }
  .newsletter-button {
    width: 240px;
    font-size: 18px;
  }
  .newsletter-button.projects.thumbnail-button {
    width: 280px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px;
  }
  .subscribe-form-body {
    display: inline-block;
    width: 256px;
    margin-right: auto;
    margin-left: 12px;
  }
  .field-label-dark {
    width: 240px;
    margin-left: 12px;
  }
  .subscribe-form-b {
    display: block;
    margin-right: auto;
    margin-bottom: 32px;
    margin-left: auto;
  }
  .submit-button-body {
    display: block;
    width: 256px;
    margin-top: 16px;
    margin-right: auto;
    margin-left: auto;
  }
  .subscribe-form-input-wrapper-b {
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .writing-w {
    grid-auto-columns: 0.25fr;
    grid-template-areas: "Area-3 Area-3" "Area-2 Area-2" "Area-4 Area-4" "Area-5 Area-5" "Area-6 Area-6";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }
  .contact-content {
    grid-template-areas: "Area Area";
  }
  .image-28 {
    margin-top: 32px;
    padding-right: 24px;
    padding-left: 24px;
  }
  .h1-dark-copy {
    font-size: 28px;
    line-height: 40px;
  }
  .h1-dark-bio {
    display: none;
    font-size: 28px;
    line-height: 40px;
  }
  .h2-dark-c {
    margin-bottom: 0px;
    font-size: 24px;
  }
  .logos {
    display: none;
  }
  .h2-bio {
    line-height: 24px;
  }
  .h2-dark-bio {
    margin-top: -24px;
    margin-bottom: 0px;
    font-size: 24px;
    line-height: 36px;
  }
  .paragraph-reg-bio {
    margin-top: 16px;
    margin-right: auto;
    margin-left: auto;
  }
  .paragraph-reg-bio.about-paragraph {
    width: 85vw;
    font-size: 16px;
    line-height: 28px;
  }
  .ataraxis-cta {
    -ms-grid-columns: 2.25fr;
    grid-template-columns: 2.25fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .caption-ataraxis {
    margin-top: 16px;
    margin-right: auto;
    margin-left: auto;
  }
  .caption-ataraxis.about-paragraph {
    width: 85vw;
  }
  .ataraxis-body-cluster {
    margin-bottom: 32px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .paragraph-reg-ataraxis {
    width: 100vw;
    margin-top: -24px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px;
    padding-left: 16px;
    font-size: 16px;
    line-height: 32px;
  }
  .paragraph-reg-ataraxis.about-paragraph {
    width: 85vw;
  }
  .h1-dark-ataraxis {
    font-size: 28px;
    line-height: 40px;
  }
  .h2-dark-ataraxis {
    width: 100%;
    margin-bottom: 0px;
    font-size: 24px;
    line-height: 32px;
  }
  .bold-text-4 {
    font-size: 20px;
  }
  .centered-container-end {
    text-align: left;
  }
  .case-study-hero {
    display: none;
  }
  .coppel-grid-testing {
    grid-template-areas: "Area";
  }
  .img-coppel-store {
    height: 240px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .h3-dark-left-case-study {
    width: 90vw;
  }
  .img-coppel-artifacts {
    height: 240px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .img-caption-long {
    display: none;
  }
  .img-coppel-flows {
    height: 320px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .img-caption-store {
    display: none;
  }
  .case-study-intro {
    display: none;
  }
  .paragraph-reg-case-study {
    width: 90vw;
    margin-top: 16px;
    margin-right: auto;
  }
  .paragraph-reg-case-study.about-paragraph {
    width: 85vw;
  }
  .h1-dark-case-study {
    font-size: 28px;
    line-height: 40px;
  }
  .h1-dark-case-study.h1-project {
    margin-bottom: 0px;
    line-height: 48px;
  }
  .h1-dark-2 {
    font-size: 24px;
    line-height: 40px;
  }
  .contact-caption {
    margin-top: 16px;
    margin-right: auto;
    margin-left: auto;
  }
  .case-study-hero-copy {
    display: none;
  }
  .case-study-hero-usc {
    display: none;
  }
  .usc_content {
    margin-top: 0px;
    margin-right: 16px;
    margin-left: 16px;
  }
  .usc-content {
    padding-right: 0px;
    padding-left: 0px;
  }
  .usc-1 {
    height: 240px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .img-caption-coppel-long {
    display: none;
  }
  .usc-grid-double {
    grid-template-areas: "Area";
  }
  .img-usc-wires {
    height: 240px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .img-usc-map {
    height: 320px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .img-caption-usc-double {
    display: none;
  }
  .img-usc-int-map {
    height: 240px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .img-caption-long-usc {
    display: none;
  }
  .case-study-hero-wp {
    display: none;
  }
  .wp_content {
    margin-top: 0px;
    margin-right: 16px;
    margin-left: 16px;
  }
  .wp-content {
    padding-right: 0px;
    padding-left: 0px;
  }
  .wp-2 {
    height: 240px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .wp-grid-1 {
    grid-template-areas: "Area";
  }
  .img-caption-long-wp {
    display: none;
  }
  .img-caption-long-w {
    display: none;
  }
  .img-caption-long-340 {
    display: none;
  }
  .case-study-hero-wtw {
    display: none;
  }
  .wtw_content {
    margin-top: 0px;
    margin-right: 16px;
    margin-left: 16px;
  }
  .wtw-content {
    padding-right: 0px;
    padding-left: 0px;
  }
  .wtw-2 {
    height: 240px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .img-caption-1-wtw {
    display: none;
  }
  .wtw-grid-double {
    grid-template-areas: "Area";
  }
  .img-wtw-2 {
    height: 240px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .img-wtw3 {
    height: 240px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .img-caption-long-wtw {
    display: none;
  }
  .img-caption-long-340-wtw {
    display: none;
  }
  .button-primary-stories {
    width: 240px;
    font-size: 18px;
  }
  .button-primary-stories.projects.thumbnail-button {
    width: 280px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px;
  }
  .button-primary-stories.projects.outline-button {
    width: 280px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px;
  }
  .button-primary-stories.projects.thumbnail-button-wtw {
    width: 280px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px;
  }
  .button-primary-stories.projects.outline-button {
    width: 280px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px;
  }
  .container-wtw {
    height: 320px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .container-wtw-2 {
    height: 320px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .button-primary-manifesto {
    width: 240px;
    font-size: 18px;
  }
  .button-primary-manifesto.projects.thumbnail-button {
    width: 280px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px;
  }
  .button-primary-manifesto.projects.outline-button {
    width: 280px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px;
  }
  .button-primary-manifesto.projects.thumbnail-button-wtw {
    width: 280px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px;
  }
  .button-primary-manifesto.projects.outline-button {
    width: 280px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px;
  }
  .button-secondary-usc {
    width: 240px;
    font-size: 18px;
  }
  .button-secondary-usc.projects.thumbnail-button {
    width: 280px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px;
  }
  .button-secondary-usc.projects.outline-button {
    width: 280px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px;
  }
  .button-secondary-usc.projects.thumbnail-button-wtw {
    width: 280px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px;
  }
  .button-secondary-usc.projects.outline-button {
    width: 280px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px;
  }
  .button-secondary-wtw {
    width: 240px;
    font-size: 18px;
  }
  .button-secondary-wtw.projects.thumbnail-button {
    width: 280px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px;
  }
  .button-secondary-wtw.projects.outline-button {
    width: 280px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px;
  }
  .button-secondary-wtw.projects.thumbnail-button-wtw {
    width: 280px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px;
  }
  .button-secondary-wtw.projects.outline-button {
    width: 280px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px;
  }
  .button-primary-password {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .primary-button-404 {
    width: 240px;
    font-size: 18px;
  }
  .primary-button-404.projects.thumbnail-button {
    width: 280px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px;
  }
  .primary-button-404.projects.outline-button {
    width: 280px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px;
  }
  .primary-button-404.projects.thumbnail-button-wtw {
    width: 280px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px;
  }
  .primary-button-404.projects.outline-button {
    width: 280px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px;
  }
  .heading-jumbo-2 {
    font-size: 24px;
    line-height: 48px;
  }
  .text_container {
    padding-top: 64px;
  }
  .bold-text {
    font-size: 32px;
    line-height: 36px;
  }
  .project-thumbnail-1 {
    height: 240px;
  }
  .text-block-20 {
    font-size: 14px;
    line-height: 24px;
  }
  .services_image_1 {
    padding-top: 8px;
  }
  .services_grid {
    padding-right: 24px;
    padding-left: 24px;
  }
  .text_service_grid {
    font-size: 16px;
  }
  .project_thumbnail_text_2 {
    margin-top: 110px;
  }
  .projects-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .project-thumbnail-4 {
    height: 240px;
  }
  .button_secondary_services {
    width: 240px;
    margin-top: -48px;
  }
  .services_image_4 {
    padding-top: 8px;
  }
  .project_thumbnail_text_6 {
    margin-top: 111px;
  }
  .services_image_6 {
    padding-top: 8px;
  }
  .services_image_5 {
    padding-top: 8px;
  }
  .services_image_1-copy._2 {
    padding-top: 8px;
  }
  .project_thumbnail_title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .project_thumbnail_text_4 {
    margin-top: 111px;
  }
  .grid-10 {
    grid-template-areas: "Area Area" ". ." "Area-2 Area-2";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
  .services_image_3 {
    padding-top: 8px;
  }
  .project_thumbnail_text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 120px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .grid-11 {
    grid-template-areas: "Area Area" "Area-2 Area-2";
  }
  .footer-wrap-2 {
    padding-right: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .grid-4 {
    margin-left: 0px;
  }
  .text_container_services {
    padding-top: 140px;
  }
  .grid_services {
    margin-bottom: 8px;
  }
  .text_subtitle_services_grid {
    font-size: 22px;
    line-height: 32px;
  }
  .bold-text-10 {
    font-size: 22px;
  }
  .button_secondary_services_home {
    width: 240px;
    margin-top: -48px;
  }
  .contact-form-grid-3 {
    width: 100%;
  }
  .contact_intri {
    padding-right: 24px;
    padding-left: 24px;
  }
  .grid-10-copy {
    grid-template-areas: "Area Area" ". ." "Area-2 Area-2";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
  .other-projects {
    grid-template-areas: "Area Area" ". ." "Area-2 Area-2";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
  .project-thumbnail-5-copy {
    height: 240px;
  }
  .project-thumbnail-6 {
    height: 240px;
  }
  .project-thumbnail-5 {
    height: 240px;
  }
  .projects-grid_2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .intro_ponto {
    padding-right: 24px;
    padding-left: 24px;
  }
  .normas {
    padding-right: 24px;
    padding-left: 24px;
  }
  .grid-13 {
    margin-right: 16px;
    margin-left: 16px;
  }
  .clients {
    padding-right: 24px;
    padding-left: 24px;
  }
  .bold-text-11 {
    display: none;
  }
  .grid_kanti {
    margin-right: 24px;
    margin-left: 24px;
  }
  .kanti_1 {
    height: 320px;
  }
  .kanti_2 {
    height: 360px;
  }
  .impala_3 {
    height: 240px;
  }
  .imp_2 {
    height: 240px;
  }
  .div-block-24-copy {
    height: 240px;
  }
  .grid_ruta {
    margin-right: 24px;
    margin-left: 24px;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .grid_impala {
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .dist {
    height: 240px;
  }
  .dist_2 {
    height: 240px;
  }
  .ruta_1 {
    height: 240px;
  }
  .grid-14 {
    margin-right: 24px;
    margin-left: 24px;
  }
  .image-34 {
    height: 240px;
  }
  .dist_3 {
    height: 240px;
  }
  .project_thumbnail_text_5 {
    margin-top: 110px;
  }
  .project_thumbnail_text_impala {
    margin-top: 111px;
  }
  .project_thumbnail_text_kanti {
    margin-top: 110px;
  }
  .project_thumbnail_text_imp {
    margin-top: 111px;
  }
  .other_pro_ponto_1 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .grid_other_pr_ponto {
    grid-template-areas: "Area Area" "Area-3 Area-3" "Area-2 Area-2" "Area-4 Area-4";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
  .other_projects_div_grid_kanti {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .other_projects_grid_kanti {
    grid-template-areas: "Area Area" ". ." "Area-2 Area-2";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .impala_kanti {
    height: 240px;
  }
  .project_thumbnail_text_imp_kanti {
    margin-top: 111px;
  }
  .other_pr_impala {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .grid_other_pr_impala {
    grid-template-areas: "Area Area" ". ." "Area-2 Area-2";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .project-thumbnail-kanti-impala {
    height: 240px;
  }
  .project_thumbnail_text-kanti-imp {
    margin-top: 110px;
  }
  .other_pr_div_dist {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .grid_other_pr {
    grid-template-areas: "Area Area" ". ." "Area-2 Area-2";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .via {
    height: 240px;
  }
  .via_1 {
    height: 240px;
  }
  .via_2 {
    height: 240px;
  }
  .projects-grid_ruta {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .projects-grid_via {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .services_image_7 {
    padding-top: 8px;
  }
  .services_image_8 {
    padding-top: 8px;
  }
}

#w-node-eddcf04a8ead-7eb6c1e2 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-eddcf04a8eb3-7eb6c1e2 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-eddcf04a8eb9-7eb6c1e2 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-eddcf04a8ebf-7eb6c1e2 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-3c3c072700bd-7eb6c1e2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-89f6d305a64a-7eb6c1e2 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-14e5094fb66c-7eb6c1e2 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-7610e039735b-7eb6c1e2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-7610e039735c-7eb6c1e2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-7610e039735d-7eb6c1e2 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-7610e039735e-7eb6c1e2 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-5a9b15e18047-7eb6c1e2 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-ce0daf84bf33-7eb6c1e2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-9e1caaa800a0-7eb6c1e2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-1aee46351c07-7eb6c1e2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-26511a41702b-62b6c1e3 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-4c9a134ad499-62b6c1e3 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-4c9a134ad48d-62b6c1e3 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-4c9a134ad493-62b6c1e3 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-4c9a134ad4a1-62b6c1e3 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-4c9a134ad4a7-62b6c1e3 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-3461f9e2ae0a-e4b6c1e6 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-c4dbce790f37-e4b6c1e6 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-bbc28aa8996f-e4b6c1e6 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-baedadc384cb-e4b6c1e6 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-baedadc384d1-e4b6c1e6 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-baedadc384dd-e4b6c1e6 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-baedadc384e5-e4b6c1e6 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-baedadc384eb-e4b6c1e6 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-0129bae72de2-5ab6c1e8 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-0129bae72de8-5ab6c1e8 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-0129bae72dee-5ab6c1e8 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-0129bae72df4-5ab6c1e8 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-f6ee4b84ecbe-5ab6c1e8 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-0fa359526545-5ab6c1e8 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-4eb0cb0fa9b1-8cb6c1e9 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-4a9a287adda9-8cb6c1e9 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-2b00bd6f24bb-8cb6c1e9 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-2b00bd6f24c7-8cb6c1e9 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-2b00bd6f24cd-8cb6c1e9 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-2b00bd6f24d5-8cb6c1e9 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-2b00bd6f24db-8cb6c1e9 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-c55af9a45a80-6eb6c1ea {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-c55af9a45a98-6eb6c1ea {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-6c003e23669d-09b6c1eb {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-6c003e23669e-09b6c1eb {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-6c003e23669f-09b6c1eb {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-396fdde64115-09b6c1eb {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-396fdde6411b-09b6c1eb {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-396fdde64121-09b6c1eb {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-396fdde6412f-09b6c1eb {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-396fdde64135-09b6c1eb {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-47674492d542-19b6c1ec {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-52660c759d8f-19b6c1ec {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-52660c759d95-19b6c1ec {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-52660c759d9b-19b6c1ec {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-52660c759da1-19b6c1ec {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-52660c759daf-19b6c1ec {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-ec97a08e873b-15b6c1ed {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-f069aab12b19-15b6c1ed {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-dbd48c9e4407-15b6c1ed {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-dbd48c9e440d-15b6c1ed {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-dbd48c9e4413-15b6c1ed {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-dbd48c9e4419-15b6c1ed {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-dbd48c9e4421-15b6c1ed {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

@media screen and (max-width: 991px) {
  #w-node-be84b4260892-7eb6c1e2 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-89f6d305a64a-7eb6c1e2 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  #w-node-14e5094fb66c-7eb6c1e2 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  #w-node-5a9b15e18047-7eb6c1e2 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  #w-node-1aee46351c07-7eb6c1e2 {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }
  #w-node-9196c1202aef-c1202aed {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  #w-node-9196c1202afe-c1202aed {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  #w-node-9196c1202b0b-c1202aed {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  #w-node-c55af9a45a98-6eb6c1ea {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-4eb0cb0fa9b1-8cb6c1e9 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-4a9a287adda9-8cb6c1e9 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-6c003e23669e-09b6c1eb {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-6c003e23669f-09b6c1eb {
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-eddcf04a8ead-7eb6c1e2 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  #w-node-eddcf04a8eb3-7eb6c1e2 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  #w-node-eddcf04a8eb9-7eb6c1e2 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  #w-node-4c9a134ad48d-62b6c1e3 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  #w-node-4c9a134ad493-62b6c1e3 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  #w-node-4c9a134ad4a1-62b6c1e3 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  #w-node-4c9a134ad4a7-62b6c1e3 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  #w-node-c4dbce790f37-e4b6c1e6 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-bbc28aa8996f-e4b6c1e6 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-baedadc384cb-e4b6c1e6 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  #w-node-baedadc384d1-e4b6c1e6 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  #w-node-baedadc384e5-e4b6c1e6 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  #w-node-baedadc384eb-e4b6c1e6 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  #w-node-0129bae72de2-5ab6c1e8 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  #w-node-0129bae72de8-5ab6c1e8 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  #w-node-0129bae72dee-5ab6c1e8 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  #w-node-f6ee4b84ecbe-5ab6c1e8 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  #w-node-0fa359526545-5ab6c1e8 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  #w-node-2b00bd6f24bb-8cb6c1e9 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  #w-node-2b00bd6f24c7-8cb6c1e9 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  #w-node-2b00bd6f24d5-8cb6c1e9 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  #w-node-2b00bd6f24db-8cb6c1e9 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  #w-node-396fdde64115-09b6c1eb {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  #w-node-396fdde6411b-09b6c1eb {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  #w-node-396fdde64121-09b6c1eb {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  #w-node-396fdde6412f-09b6c1eb {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  #w-node-396fdde64135-09b6c1eb {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  #w-node-52660c759d8f-19b6c1ec {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  #w-node-52660c759d95-19b6c1ec {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  #w-node-52660c759d9b-19b6c1ec {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  #w-node-52660c759daf-19b6c1ec {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  #w-node-dbd48c9e4407-15b6c1ed {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  #w-node-dbd48c9e440d-15b6c1ed {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  #w-node-dbd48c9e4413-15b6c1ed {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  #w-node-dbd48c9e4421-15b6c1ed {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@font-face {
  font-family: 'Chivo';
  src: url('../fonts/Chivo-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Chivo';
  src: url('../fonts/Chivo-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}