:root {
  --dark-slate-blue: #16318d;
  --white: white;
  --blue: #2a4aba;
  --black: black;
  --grey: #ebebeb;
}

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

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

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

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

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

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

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

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

p {
  margin-bottom: 10px;
}

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

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

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

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

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

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

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

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

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

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

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

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

.container {
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

.button:hover {
  background-color: var(--dark-slate-blue);
  color: #fff;
}

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

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

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

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

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

.button.cc-contact-us {
  z-index: 5;
  background-color: var(--white);
  color: var(--blue);
  position: relative;
}

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

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

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

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

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

.label.cc-light {
  opacity: .6;
  color: #878787;
  text-align: center;
  margin-top: 60px;
  font-size: 12px;
}

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

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

.rich-text {
  letter-spacing: 0;
  column-count: auto;
  white-space: normal;
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  line-height: 24px;
}

.rich-text:active {
  column-count: 0;
  font-weight: 400;
}

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

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

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

.paragraph-light {
  opacity: .6;
  color: #0e0e0e;
  text-align: left;
  width: auto;
  font-size: 14px;
  line-height: 24px;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 500;
  line-height: 35px;
}

.heading-jumbo-small {
  color: var(--blue);
  text-align: center;
  text-transform: none;
  margin-top: 60px;
  margin-bottom: 15px;
  font-size: 25px;
  font-weight: 500;
  line-height: 28px;
  transition: opacity .2s;
}

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

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

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

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

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

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

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

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

.navigation {
  background-color: #2a4aba;
  align-items: center;
  padding: 30px 50px;
  display: flex;
}

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

.navigation-item:hover {
  opacity: 1;
  color: var(--white);
  font-weight: 700;
}

.navigation-item:active {
  opacity: 1;
  color: var(--white);
}

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

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

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

.logo-image {
  display: block;
}

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

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

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

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

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

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

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

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

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

.venta-header.cc-subpage {
  color: #fff;
  object-fit: fill;
  background-color: #000;
  background-image: url('../images/venta-de-teleprompter-2.jpg');
  background-position: 50%;
  background-size: auto;
  height: 480px;
}

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

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

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

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

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template: ". . ."
                 ". . ."
                 / 1fr 1fr 1fr 1fr;
  margin: 40px;
  padding-top: 0;
  padding-bottom: 0;
}

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

.service-icon {
  float: none;
  clear: none;
  margin-bottom: 30px;
  position: sticky;
}

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

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

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

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

.contact-form-wrap {
  background-color: #eaeaea;
  border: 1px solid #eee;
  border-radius: 20px;
  padding: 45px 50px 50px;
}

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

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

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

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

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

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

.text-field::placeholder {
  color: #32343a66;
}

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

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

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

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

.contact-heading {
  color: var(--blue);
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 500;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.section-heading {
  color: #2a4aba;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
                 ". Area"
                 / 1fr 1fr;
  align-items: center;
  margin-bottom: 40px;
}

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

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

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

.work-heading {
  color: var(--blue);
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 500;
}

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

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

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

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

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

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

._w-lightbox-caption {
  background-color: #0009;
}

.slide {
  text-align: center;
  -webkit-text-fill-color: inherit;
  object-fit: contain;
  background-image: url('../images/Teleprompter-de-Mexico-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1440px 550px;
  background-attachment: fixed;
  background-clip: border-box;
  width: 1440px;
  height: 300px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  position: static;
}

.slider {
  height: 800px;
}

.slider-2 {
  background-image: url('../images/Teleprompter-de-Mexico-1.png');
  background-position: 50%;
  background-size: auto;
  height: 550px;
}

.slide-2 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/alexa-exteriores.JPG');
  background-position: 70%;
  background-size: auto;
  background-clip: border-box;
  font-weight: 400;
}

.slide-1 {
  background-image: url('../images/shutterstock_34778692.jpg'), linear-gradient(#000, #fff);
  background-position: 50%, 0 0;
  background-size: 1269px, auto;
  margin-top: 0;
  margin-left: 0;
  position: static;
  overflow: visible;
}

.slide-3 {
  background-image: url('../images/Teleprompter-de-Mexico-3.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: auto;
}

.div-block, .column, .column-2, .section-2 {
  background-color: #2a4aba;
}

.heading {
  color: #fff;
  text-align: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  font-size: 30px;
  font-weight: 500;
  line-height: 55px;
}

.text-block {
  background-color: var(--blue);
  color: #fff;
  text-align: center;
  border-radius: 0 0 20px 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 40px;
}

.button-2 {
  clear: none;
  color: #2a4aba;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  position: static;
}

.container-2 {
  object-fit: fill;
  background-color: #fff;
  border-radius: 20px;
  overflow: visible;
}

.div-block-2 {
  background-color: var(--white);
  border-radius: 20px;
  width: 390px;
  height: 512px;
  position: relative;
  inset: 0% auto auto 0%;
}

.image {
  float: none;
  text-align: center;
  margin-left: 110px;
  margin-right: 110px;
  padding-top: 110px;
}

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

.gallery-overview {
  background-color: #0000;
  border: 1px #000;
  margin-top: -70px;
  margin-bottom: -78px;
  padding: 20px 30px 80px;
  position: relative;
}

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

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

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

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

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

.button-primary.outline-button {
  border: 1px none var(--blue);
  background-color: var(--blue);
  opacity: 1;
  color: var(--white);
  mix-blend-mode: normal;
  border-radius: 20px;
}

.button-primary.outline-button:hover {
  border-color: var(--dark-slate-blue);
  background-color: var(--dark-slate-blue);
  color: #fff;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto 5px;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image {
  width: 100%;
}

.gallery-image.shadow-two {
  width: 400%;
  margin-bottom: -22px;
  margin-left: 0;
}

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

.grid-2 {
  grid-template-rows: auto 10px;
  grid-template-columns: 1fr 1fr 1fr;
}

.section1000 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading {
  color: var(--blue);
  text-align: center;
  margin-bottom: 16px;
  font-size: 30px;
  font-weight: 500;
}

.pricing-description {
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-grid {
  grid-column-gap: 64px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.pricing-card-three {
  background-color: var(--blue);
  text-align: center;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-top: 10px;
  margin-bottom: 16px;
}

.pricing-card-text {
  color: var(--white);
  margin-bottom: 20px;
  padding: 5px;
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  color: var(--white);
  margin-bottom: 5px;
  margin-left: 2px;
  display: flex;
}

.container-4 {
  height: 50px;
}

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

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

.text-block-3 {
  font-size: 16px;
}

.text-block-4 {
  color: var(--blue);
  font-size: 12px;
}

.text-block-5 {
  color: var(--blue);
}

.text-block-6 {
  color: var(--blue);
  font-size: 12px;
}

.text-block-7 {
  color: var(--blue);
}

.text-block-8 {
  color: var(--blue);
  font-size: 12px;
}

.text-block-9 {
  color: var(--blue);
}

.text-block-10 {
  color: var(--blue);
  font-size: 12px;
}

.logos-title-large {
  background-color: var(--grey);
  border-bottom: 1px solid #e4ebf3;
  border-radius: 20px;
  margin-bottom: 40px;
  padding: 60px 30px;
  position: relative;
}

.clients-title {
  color: var(--blue);
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 500;
  line-height: 32px;
}

.clients-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 750px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.pricing-comparison {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.pricing-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template: ". ."
                 "Area Area-2"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.pricing-card {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 130px #96a3b51f;
}

.pricing-card.featured-pricing {
  z-index: 2;
  box-shadow: 0 4px 130px #96a3b54d;
}

.pricing-title {
  color: var(--blue);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.pricing-subtitle {
  color: #878787;
  text-transform: uppercase;
  white-space: normal;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
}

.pricing-price {
  margin-bottom: 8px;
  font-size: 17px;
  font-weight: 500;
  line-height: 32px;
}

.paragraph-regular {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular.margin-bottom-20 {
  margin-bottom: 20px;
}

.pricing-divider {
  background-color: #76879d1a;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  width: 1000px;
  height: 1px;
  margin: 56px -24px 30px;
  display: flex;
}

.pricing-feature-list {
  align-self: stretch;
}

.pricing-feature {
  background-image: url('../images/');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: stretch;
  margin-top: 16px;
  padding-left: 32px;
  font-size: 14px;
  line-height: 24px;
}

.pricing-tag {
  color: #3a4554;
  background-color: #fff;
  border-radius: 24px;
  padding: 7px 16px;
  position: absolute;
  top: -19px;
  box-shadow: 0 3px 10px #96a3b533;
}

.heading-3 {
  color: var(--blue);
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  line-height: 50px;
}

.centered-heading-2 {
  color: var(--blue);
  text-align: center;
  margin-bottom: 16px;
  font-size: 30px;
  font-weight: 500;
}

.pricing-grid-2 {
  grid-column-gap: 64px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.heading-4 {
  font-size: 17px;
}

.centered-heading-3 {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 30px;
  font-weight: 500;
}

.pricing-grid-3 {
  grid-column-gap: 64px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.pricing-card-three-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-image-2 {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-card-text-2 {
  margin-bottom: 20px;
}

.button-3 {
  background-color: var(--blue);
  color: var(--white);
  border-radius: 20px;
  font-size: 13px;
  position: relative;
  top: 40px;
  left: 120px;
  right: 120px;
}

.button-3:hover {
  background-color: var(--dark-slate-blue);
  color: var(--white);
}

.link, .link-2, .link-3 {
  color: var(--white);
  padding-bottom: 20px;
}

.grid-3 {
  background-color: #51f046;
  grid-template-columns: .25fr 1fr .25fr 1fr .25fr;
}

.team-slider {
  border: 1px solid var(--blue);
  background-color: var(--blue);
  border-radius: 20px;
  margin-top: -30px;
  padding: 80px 30px;
  position: relative;
}

.centered-subheading {
  max-width: 530px;
  color: var(--white);
  text-align: center;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  clear: left;
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  border-radius: 20px;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  color: var(--black);
  text-align: center;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 300;
}

.team-member-text {
  text-align: center;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 600;
}

.arrow-embed-2 {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.text-block-11, .text-block-12 {
  color: #3b3b3b;
  text-align: center;
  font-weight: 300;
}

.button-4 {
  background-color: var(--white);
  color: var(--blue);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 20px;
  margin-left: 30px;
  margin-right: 10%;
  font-size: 12px;
  font-weight: 400;
}

.button-4:hover {
  background-color: var(--dark-slate-blue);
  color: var(--white);
}

.footer-dark {
  background-color: #515151;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

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

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

.footer-content {
  grid-column-gap: 100px;
  grid-row-gap: 40px;
  text-align: left;
  flex: 0 auto;
  grid-template: ". Area-3 Area"
  / auto auto;
  grid-auto-columns: 1fr;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: grid;
  position: sticky;
  left: -95px;
}

.footer-block {
  color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  padding-top: 0;
  padding-left: 0;
  display: flex;
}

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

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

.footer-link:hover {
  color: #1a1b1fbf;
}

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

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

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

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

.video {
  margin-bottom: 40px;
}

.image-3 {
  object-fit: contain;
  width: 100%;
}

.hero-stack {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

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

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

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.hero-image.shadow-two {
  object-fit: scale-down;
}

.image-4 {
  object-fit: cover;
}

.heading-5 {
  opacity: 1;
  outline-offset: 0px;
  color: #463d3d;
  text-transform: none;
  mix-blend-mode: normal;
  border: 0 #000;
  outline: 3px #463d3d;
  margin-top: 30px;
  margin-left: 35px;
  margin-right: 40px;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}

.text-block-13 {
  color: var(--blue);
  text-align: center;
  padding: 60px 40px;
  font-size: 19px;
  font-weight: 500;
}

.container-6, .div-block-3 {
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.pricing-overview-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 0 30px 40px;
  position: relative;
}

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

.centered-heading-4 {
  text-align: center;
  margin-bottom: 16px;
}

.pricing-description-2 {
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-grid-4 {
  grid-column-gap: 64px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.pricing-card-three-3 {
  background-color: var(--blue);
  text-align: center;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-image-3 {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
  padding-top: 20px;
}

.pricing-card-text-3 {
  color: var(--white);
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 22px;
}

.text-link-arrow-2 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-3 {
  margin-left: 2px;
  display: flex;
}

.container-8 {
  margin-top: 60px;
}

.image-6 {
  border-radius: 20px;
  box-shadow: 0 2px 5px #0003;
}

.dov-block {
  margin-top: 60px;
  margin-bottom: 80px;
  padding-top: 30px;
  padding-bottom: 30px;
  line-height: 18px;
}

.column-3 {
  padding-left: 0;
  padding-right: 0;
}

.div-block-5 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.link-4 {
  color: var(--blue);
}

.link-4:hover {
  color: var(--dark-slate-blue);
}

.link-5 {
  color: var(--blue);
}

.link-5:hover {
  color: var(--dark-slate-blue);
}

.link-6 {
  color: var(--blue);
}

.link-6:hover {
  color: var(--dark-slate-blue);
}

.button-5 {
  float: none;
  text-align: center;
  margin: auto;
}

.text-block-14 {
  clear: both;
  color: var(--white);
  text-align: left;
  text-transform: none;
  background-color: #0000;
  margin-top: 50px;
  margin-left: 598px;
  margin-right: 60px;
  padding-left: 0;
  font-size: 26px;
  font-weight: 500;
  position: static;
}

.text-block-15 {
  color: var(--white);
  text-align: center;
  text-transform: none;
  margin-top: 150px;
  margin-left: 430px;
  margin-right: 20px;
  font-size: 26px;
  font-weight: 500;
}

.text-block-16 {
  color: var(--white);
  text-align: center;
  text-transform: none;
  margin-top: 180px;
  margin-left: 40px;
  margin-right: 40px;
  font-size: 26px;
  font-weight: 500;
}

.link-7, .link-8 {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
}

.heading-6 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.div-block-6 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.slide-nav {
  color: #2c44a3;
  -webkit-text-fill-color: inherit;
  background-color: #384b97;
  background-image: url('../images/teleprompter-a-piso.jpeg'), radial-gradient(circle, #000, #fff);
  background-position: 0 0, 0 0;
  background-size: 1269px, auto;
  background-clip: border-box;
}

.image-7 {
  background-image: url('../images/BLOG.jpg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 20px;
}

.image-8 {
  border-radius: 20px;
}

.paragraph {
  color: #606472;
  text-align: center;
  font-size: 12px;
}

.button-6 {
  background-color: var(--blue);
  text-align: center;
  border-radius: 20px;
  margin-left: 60px;
  margin-right: 60px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
}

.button-6:hover {
  background-color: var(--dark-slate-blue);
  color: var(--white);
}

.button-6.w--current {
  line-height: 18px;
}

.slide-4 {
  background-image: url('../images/tres-teles.JPG');
  background-position: 0 0;
  background-size: 800px;
}

.image-9 {
  background-image: url('../images/red-one-lente-normal.JPG');
  background-position: 0 0;
  background-size: auto;
}

.slide-5 {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.slide-6 {
  background-color: #241594;
  background-image: url('../images/IMG_4413.jpeg');
  background-position: 50% 10%;
  background-size: 1200px;
  position: static;
}

.slide-7 {
  background-image: url('../images/paola-rojas-nokia.JPG');
  background-position: 50% -40%;
  background-size: 1269px;
}

.slide-8 {
  -webkit-text-fill-color: inherit;
  object-position: 50% 50%;
  background-image: url('../images/No-Alucines-3.JPG');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: 1269px;
  background-attachment: fixed;
  background-clip: padding-box;
  border-radius: 0;
  width: 1269px;
  height: 600px;
  margin: -71px auto 11px -122px;
  padding-left: 2px;
  padding-right: 58px;
  font-size: 20px;
  position: static;
  bottom: -5px;
  overflow: visible;
}

.mask {
  background-image: linear-gradient(#000, #fff);
  margin-bottom: 19px;
}

.slide-9 {
  -webkit-text-fill-color: inherit;
  background-color: #999696;
  background-image: url('../images/WhatsApp-Image-2022-09-01-at-10.02.08.jpeg');
  background-position: 40% 30%;
  background-repeat: repeat;
  background-size: 1269px;
  background-clip: padding-box;
  margin: 0 49px -13px -2px;
  padding: 0 0 12px;
  position: static;
  top: -2px;
  left: 0;
}

.slide-10 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/teleprompterdepodium1.jpeg');
  background-position: 50% 30%;
  background-size: 1269px;
  background-clip: padding-box;
  width: 1269px;
  margin-top: 3px;
  margin-left: -33px;
  margin-right: -54px;
  padding-top: 405px;
  padding-left: 0;
  top: -2px;
  overflow: visible;
}

.heading-7 {
  text-align: left;
  letter-spacing: normal;
  object-fit: fill;
  object-position: 50% 50%;
  width: 500ch;
  min-width: 25px;
  margin-top: 350px;
  margin-bottom: -116px;
  margin-left: 200px;
  padding-top: 40px;
  padding-bottom: 0;
  font-size: 35px;
  font-style: normal;
  display: block;
  position: static;
  overflow: auto;
}

.heading-8 {
  white-space: normal;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/teleprompterdepodium1.jpeg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%, 0 0;
  background-size: auto, auto;
  background-clip: padding-box;
  margin: 268px 49px 22px 135px;
  padding: 0 30px 0 157px;
  font-size: 25px;
  font-weight: 400;
}

.heading-9 {
  margin-top: 284px;
  margin-bottom: 33px;
  padding-top: 6px;
  padding-bottom: 0;
  font-size: 20px;
  font-weight: 400;
}

.text-span {
  margin-top: 0;
  margin-right: -64px;
  padding-top: 130px;
  padding-right: 0;
  line-height: 12px;
  display: block;
}

.bold-text {
  text-align: center;
  margin-top: 53px;
  margin-bottom: -133px;
  margin-left: 1px;
  padding-top: 0;
  padding-left: 289px;
  display: block;
}

.heading-10 {
  color: #f4f5f7;
  text-align: left;
  margin: 414px 250px 1px 515px;
  padding-left: 41px;
  font-size: 25px;
  line-height: 30px;
}

.bold-text-2 {
  border: 1px none var(--white);
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
  font-weight: 400;
}

.frase {
  color: #f2f3f7;
  margin: -95px 300px 0 129px;
  padding: 0 0 0 34px;
  font-size: 15px;
  line-height: 27px;
  display: block;
}

.text-span-2 {
  text-align: left;
  width: 250px;
  min-width: 20px;
  max-width: 250px;
  min-height: 20px;
  margin-top: 279px;
  margin-left: 146px;
  margin-right: 66px;
  padding-left: 0;
  padding-right: 0;
  font-size: 25px;
  display: block;
}

.heading-12 {
  color: var(--white);
  margin: 121px 494px -23px -129px;
  padding: 0 41px 0 78px;
  font-size: 20px;
  font-weight: 400;
  display: block;
  position: relative;
  inset: 20px 40px 140px 300px;
}

.bold-text-3 {
  margin: 0 55px -6px 3px;
  padding-left: 0;
  padding-right: 3px;
  display: block;
}

.heading-13 {
  color: var(--white);
  margin: 396px -233px 0 -54px;
  padding: 0 381px 0 290px;
  font-size: 20px;
  line-height: 28px;
}

.subscript {
  margin-left: -31px;
  margin-right: 27px;
  padding-left: 0;
}

.image-10 {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#000, #fff);
  background-clip: padding-box;
  margin-top: 197px;
}

.heading-14 {
  margin-left: 3px;
  padding-right: 0;
}

.heading-15 {
  color: var(--white);
  margin-top: 1px;
  margin-bottom: -197px;
  padding-top: 0;
  padding-left: 22px;
  padding-right: 329px;
  font-size: 20px;
}

.icon {
  background-color: #4b4444;
  background-image: linear-gradient(#4b444480, #4b444480), linear-gradient(#4b4444, #4b4444);
}

.icon-2 {
  background-color: #4b4444;
}

.bold-text-4 {
  margin-left: -31px;
}

.slide-11 {
  margin-left: 23px;
  padding-left: 0;
}

.heading-16, .heading-17, .heading-18 {
  font-size: 15px;
}

.heading-19 {
  font-size: 20px;
  font-weight: 400;
}

.heading-20, .heading-21 {
  font-size: 15px;
}

.heading-22 {
  line-height: 20px;
}

.heading-23, .heading-24, .heading-25 {
  font-size: 20px;
}

.heading-26 {
  margin: -37px -51px 0 -3px;
  padding: 0 157px 0 49px;
  font-size: 20px;
}

.bold-text-5 {
  margin-left: 351px;
}

.heading-27 {
  padding-left: 0;
}

.heading-28 {
  margin-left: 299px;
  font-size: 18px;
  font-weight: 700;
}

.slide-12 {
  background-image: url('../images/teleprompter-a-piso.jpeg');
  background-position: 50%;
  background-size: auto;
  margin-left: -2px;
  margin-right: -44px;
  position: static;
}

.heading-29 {
  color: var(--white);
  margin-left: 325px;
}

.image-11 {
  width: 300px;
  max-width: 500px;
  margin-right: auto;
  padding-right: 60px;
  font-size: 60px;
  line-height: 40px;
}

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

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

  .button {
    justify-content: center;
  }

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

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

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

  .menu-icon {
    display: block;
  }

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

  .navigation-wrap {
    background-color: var(--blue);
  }

  .navigation {
    padding: 25px 30px;
  }

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

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

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

  .menu-button {
    padding: 0;
  }

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

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

  .cta-text {
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

  .blog-item {
    width: 80%;
  }

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

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

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

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

  .intro-text {
    width: auto;
  }

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

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

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

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .pricing-grid {
    grid-column-gap: 30px;
  }

  .clients-title {
    margin-bottom: 32px;
  }

  .pricing-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-card {
    width: 350px;
  }

  .pricing-grid-2, .pricing-grid-3 {
    grid-column-gap: 30px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

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

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

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

  .pricing-grid-4 {
    grid-column-gap: 30px;
  }

  .dov-block {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block-14 {
    margin-left: 353px;
  }

  .slide-nav {
    background-position: 0 0, 0 0;
  }

  .column-4, .column-5, .column-6 {
    position: static;
  }

  .column-7, .column-8 {
    padding-top: 5px;
  }

  .slide-7 {
    margin-left: 0;
  }

  .slide-8 {
    background-position: 50%;
    background-size: 1269px;
  }

  .slide-9 {
    background-position: 40% 20%;
  }

  .heading-8 {
    text-align: center;
    padding-left: 267px;
    padding-right: 50px;
    font-size: 22px;
    line-height: 10px;
  }

  .bold-text-2 {
    width: 200px;
    height: 200px;
    margin-bottom: -200px;
    margin-left: -97px;
    margin-right: 1px;
    padding-left: 0;
    display: block;
  }

  .text-span-2 {
    margin-top: 305px;
    margin-left: 106px;
  }

  .heading-12 {
    margin-right: 200px;
  }

  .heading-13 {
    margin-top: 386px;
    margin-left: 95px;
    margin-right: -251px;
    padding-left: 52px;
    padding-right: 350px;
  }

  .subscript {
    line-height: 40px;
  }

  .image-10 {
    margin-top: 142px;
  }

  .heading-28 {
    margin-left: 113px;
    margin-right: 21px;
  }

  .heading-29 {
    margin-left: 217px;
  }
}

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

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

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

  .container {
    text-align: center;
  }

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

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

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

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

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

  .navigation {
    padding: 20px 30px;
  }

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

  .intro-content {
    width: 80%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  ._404-wrap {
    padding: 30px;
  }

  .gallery-overview, .section1000, .logos-title-large {
    padding: 60px 15px;
  }

  .clients-wrapper {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: -20px;
  }

  .clients-image {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .pricing-comparison {
    padding: 60px 15px;
  }

  .pricing-wrapper {
    justify-items: stretch;
  }

  .pricing-card {
    width: auto;
  }

  .pricing-title {
    font-size: 34px;
    line-height: 42px;
  }

  .team-slider {
    padding: 60px 15px;
  }

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

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

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

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

  .footer-link:hover {
    color: #1a1b1fbf;
  }

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

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

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

  .hero-stack, .pricing-overview-2 {
    padding: 60px 15px;
  }

  .text-block-14 {
    margin-top: 7px;
    margin-left: 248px;
    margin-right: -64px;
  }

  .slide-nav {
    background-position: 0 0, 0 0;
  }

  .slide-6 {
    background-position: 20% 5%;
  }

  .slide-7 {
    background-position: 60% -60%;
  }

  .slide-8 {
    background-position: 50% 40%;
  }

  .slide-9 {
    background-position: 20% 20%;
  }

  .slide-10 {
    background-position: 50% 20%;
  }

  .bold-text {
    margin-top: -60px;
    margin-bottom: -130px;
    margin-left: -480px;
    padding-left: 463px;
    font-size: 18px;
  }

  .heading-10 {
    margin-left: 179px;
    margin-right: 159px;
  }

  .bold-text-2 {
    width: 200px;
    height: 70px;
    margin-left: 3px;
    padding-left: 0;
  }

  .text-span-2 {
    margin-left: 78px;
  }

  .heading-13 {
    margin-top: 358px;
    margin-left: 229px;
    margin-right: 100px;
    padding-left: 0;
    padding-right: 0;
    line-height: 30px;
    display: block;
  }

  .subscript {
    margin-top: -115px;
    margin-left: -217px;
    margin-right: 40px;
    display: block;
  }

  .image-10 {
    margin-top: 134px;
  }

  .heading-15 {
    margin-left: -200px;
    padding-left: 0;
    padding-right: 262px;
  }

  .heading-28 {
    margin: 22px 0 19px 82px;
    padding: 1px 0 0;
    font-size: 14px;
  }

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

  .heading-29 {
    margin-left: 34px;
  }
}

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

  .section.cc-store-home-wrap {
    padding-top: 104px;
  }

  .label.cc-light {
    margin-bottom: 5px;
    padding-top: 5px;
    font-size: 12px;
  }

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

  .paragraph-light {
    padding-left: 14px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 24px;
  }

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

  .heading-jumbo-small {
    margin-top: 40px;
    font-size: 17px;
    line-height: 24px;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation-wrap {
    background-color: var(--blue);
  }

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

  .navigation-item, .navigation-item.w--current {
    background-color: var(--blue);
  }

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

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

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template-rows: auto auto auto auto;
  }

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

  .our-contacts {
    width: 90%;
  }

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

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

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

  .section-heading {
    margin-bottom: 10px;
    margin-right: 2px;
    padding-left: 2px;
    font-size: 21px;
    line-height: 32px;
  }

  .work-heading {
    text-transform: uppercase;
    font-size: 24px;
    line-height: 32px;
  }

  .heading {
    font-size: 27px;
  }

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

  .gallery-overview {
    padding-top: 10px;
  }

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

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

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

  .text-block-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border: 0 solid #000;
    justify-content: space-between;
    padding-left: 14px;
    padding-right: 5px;
    font-size: 16px;
    line-height: 22px;
    display: flex;
  }

  .clients-title {
    text-transform: uppercase;
    font-size: 24px;
  }

  .clients-image {
    margin-left: 10px;
    margin-right: 10px;
  }

  .pricing-title {
    font-size: 20px;
    line-height: 32px;
  }

  .pricing-divider {
    justify-content: center;
    width: 120px;
    display: flex;
  }

  .centered-heading-2 {
    text-transform: uppercase;
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 32px;
  }

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

  .centered-heading-3 {
    margin-bottom: 24px;
    line-height: 30px;
  }

  .pricing-grid-3 {
    grid-template-columns: 1fr;
  }

  .button-3 {
    left: 80px;
  }

  .team-slider {
    margin-top: 40px;
  }

  .centered-subheading {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
  }

  .team-slide-wrapper {
    float: left;
    clear: none;
    width: 100%;
    margin-right: 0%;
    position: relative;
  }

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

  .heading-5 {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 16px;
    line-height: 25px;
  }

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

  .centered-heading-4 {
    margin-bottom: 24px;
  }

  .pricing-grid-4 {
    grid-template-columns: 1fr;
  }

  .image-5 {
    margin-left: 0;
    margin-right: 0;
  }

  .image-6 {
    margin-top: 25px;
  }

  .text-block-14 {
    text-align: center;
    margin-top: 39px;
    margin-left: 60px;
    font-size: 16px;
    line-height: 20px;
  }

  .slide-7 {
    background-position: 40% -40%;
    margin-left: 1px;
    padding-left: 0;
    position: static;
  }

  .slide-8 {
    background-position: 0%;
    background-size: auto;
  }

  .slide-10 {
    background-position: 85% 40%;
  }

  .heading-9 {
    width: 50px;
    height: 25px;
    margin-top: 246px;
    margin-left: 160px;
    margin-right: 1px;
    padding: 52px 160px 0 0;
  }

  .text-span {
    margin: 13px -80px -25px 0;
    padding: 123px 0 0;
    display: inline-block;
  }

  .bold-text {
    color: #0000;
    text-align: left;
    width: 12px;
    min-width: 20px;
    max-width: 10px;
    height: 20px;
    min-height: 20px;
    max-height: 10px;
    margin-top: -263px;
    margin-bottom: -5px;
    margin-left: -497px;
    padding: 1px 73px 0 480px;
    font-size: 10px;
    line-height: 0;
    display: block;
  }

  .heading-10 {
    margin-right: 2px;
  }

  .bold-text-2 {
    width: 200px;
    height: 100px;
    margin-left: -145px;
    margin-right: -46px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .text-span-2 {
    margin-top: 296px;
    margin-bottom: -26px;
    margin-left: 20px;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
  }

  .heading-11 {
    margin-right: -1px;
  }

  .heading-13 {
    margin: 371px 20px 0 101px;
    padding-bottom: 0;
    padding-left: 25px;
    font-size: 15px;
    line-height: 20px;
  }

  .subscript {
    margin-top: -113px;
    margin-left: -222px;
    margin-right: 8px;
  }

  .image-10 {
    margin-top: 207px;
  }

  .heading-28 {
    color: #1a1b1f12;
    margin-left: 37px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }
}

#w-node-c29cde2d-0a45-b64e-03b2-a93a9479d550-00214503, #w-node-_3962041b-4c78-43c9-7c75-07970b314848-00214503 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_56e0b692-e14c-fc83-6854-6a90f29a1217-00214503, #w-node-_56e0b692-e14c-fc83-6854-6a90f29a121c-00214503, #w-node-_56e0b692-e14c-fc83-6854-6a90f29a1221-00214503, #w-node-_56e0b692-e14c-fc83-6854-6a90f29a1226-00214503, #w-node-d772ecc6-4d25-6652-090f-43dafe2378df-00214503, #w-node-d772ecc6-4d25-6652-090f-43dafe2378e6-00214503, #w-node-d772ecc6-4d25-6652-090f-43dafe2378ef-00214503 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af4c1039-204a-368e-6a31-bbc3cd3fb6d6-d02144fa {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d73431b5-b10f-3075-5fb6-0b5e3ecb624e-d02144fa {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d73431b5-b10f-3075-5fb6-0b5e3ecb6254-d02144fa {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d73431b5-b10f-3075-5fb6-0b5e3ecb625a-d02144fa {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-fa2ebf24-b9d1-e2a8-17dd-0c9a7c68ff3f-d02144fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_57bda71b-b8aa-4109-5d1e-60d77c42cb97-d02144fa {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4695a1d4-3b1d-5fb3-499c-da85a2961c6a-d02144fa, #w-node-_4695a1d4-3b1d-5fb3-499c-da85a2961c71-d02144fa, #w-node-_4695a1d4-3b1d-5fb3-499c-da85a2961c7a-d02144fa, #w-node-_1dc93fd3-f0a5-e25a-c9b3-bfc8a62e513a-78214501 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1dc93fd3-f0a5-e25a-c9b3-bfc8a62e5141-78214501 {
  grid-area: Area-3;
  justify-self: start;
}

#w-node-_1dc93fd3-f0a5-e25a-c9b3-bfc8a62e514a-78214501 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

#w-node-_4da8ed7d-d341-638b-ce5e-d380f8b61393-d32144f2, #w-node-_4da8ed7d-d341-638b-ce5e-d380f8b61394-d32144f2, #w-node-_4da8ed7d-d341-638b-ce5e-d380f8b61398-d32144f2, #w-node-_4da8ed7d-d341-638b-ce5e-d380f8b61399-d32144f2, #w-node-_294a84bd-c328-8c59-e280-cd29fc34c24c-d32144f2, #w-node-a19ce646-cf3d-5003-b714-4c9815ebd0c3-d32144f2, #w-node-a19ce646-cf3d-5003-b714-4c9815ebd0c4-d32144f2, #w-node-a19ce646-cf3d-5003-b714-4c9815ebd0c5-d32144f2, #w-node-a19ce646-cf3d-5003-b714-4c9815ebd0c6-d32144f2, #w-node-a19ce646-cf3d-5003-b714-4c9815ebd0c7-d32144f2, #w-node-_91ee3b3b-bd79-7512-5b64-2236ca287718-d32144f2, #w-node-_91ee3b3b-bd79-7512-5b64-2236ca287726-d32144f2, #w-node-_91ee3b3b-bd79-7512-5b64-2236ca28772d-d32144f2, #w-node-_518fafc8-e720-4ccd-b6bb-32d084d28674-372144fb, #w-node-_518fafc8-e720-4ccd-b6bb-32d084d2867b-372144fb, #w-node-_518fafc8-e720-4ccd-b6bb-32d084d28684-372144fb, #w-node-dda88dba-00d1-2f9d-7892-07320df1aeb8-c12144fd, #w-node-dda88dba-00d1-2f9d-7892-07320df1aebf-c12144fd, #w-node-dda88dba-00d1-2f9d-7892-07320df1aec8-c12144fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

#w-node-_37403119-7cde-c67a-8247-1a23c1150479-7f2144fc, #w-node-_37403119-7cde-c67a-8247-1a23c1150480-7f2144fc, #w-node-_37403119-7cde-c67a-8247-1a23c1150489-7f2144fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-c29cde2d-0a45-b64e-03b2-a93a9479d550-00214503, #w-node-_3962041b-4c78-43c9-7c75-07970b314848-00214503, #w-node-af4c1039-204a-368e-6a31-bbc3cd3fb6d6-d02144fa {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-d73431b5-b10f-3075-5fb6-0b5e3ecb625a-d02144fa {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_57bda71b-b8aa-4109-5d1e-60d77c42cb97-d02144fa {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_421df62a-c217-12af-eee8-27f88a387928-7d2144fe, #w-node-_86e64837-0616-515b-4568-76c147234d34-d32144f2 {
    grid-area: 2 / 1 / 3 / 2;
  }

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

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

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

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

@media screen and (max-width: 767px) {
  #w-node-d73431b5-b10f-3075-5fb6-0b5e3ecb6254-d02144fa {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d73431b5-b10f-3075-5fb6-0b5e3ecb625a-d02144fa {
    grid-area: 3 / 1 / 4 / 2;
  }
}


