:root {
  --black: #1c1c1c;
  --bg-white: white;
  --red: #96211d;
  --bg-light: #f5f5f7;
  --grey-dark: #616161;
  --grey-med: #919191;
  --grey-light: #e4e4e4;
}

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

.first-button {
  background-color: #181818;
  align-items: center;
  margin-top: 10px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.div-testimoninal {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--black);
  border: 3px solid #181818;
  grid-template: ". ."
                 ". ."
                 ". ."
                 / auto 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  margin-bottom: 4px;
  padding: 30px 40px 40px;
  display: grid;
}

.div-technology-container {
  cursor: pointer;
  background-color: #181818;
  padding: 30px 50px 10px 40px;
  position: relative;
}

.div-card-gd {
  z-index: 1;
  min-height: 400px;
  background-color: #181818;
  background-image: url('../images/Contenido-copy-min.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 30px 30px 10px;
  display: flex;
  position: relative;
}

.div-inputoutput {
  background-color: #181818;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  padding: 16px 16px 16px 30px;
  display: flex;
  position: relative;
}

.div-color {
  background-color: #181818;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 30px;
  display: flex;
  position: relative;
}

.div-pictures {
  filter: saturate(0%);
  cursor: pointer;
  background-image: url('../images/reflejo2-min.jpg');
  background-position: 50%;
  background-size: cover;
  position: relative;
}

.body {
  background-color: var(--bg-white);
}

.sticky-nav {
  background-color: #fff;
  padding-left: 80px;
  padding-right: 80px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .07);
}

.nav-btn {
  color: var(--red);
  text-align: center;
  letter-spacing: .3px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, .24);
  border-radius: 200px;
  margin-left: 10px;
  padding: 14px 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  transition: all .15s;
}

.nav-btn:hover {
  background-color: var(--red);
  color: #fff;
  border-color: rgba(0, 0, 0, .24);
}

.brand {
  z-index: 1;
  float: none;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #fff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 20px;
  margin-top: 0;
  padding: 0 9px;
  font-size: 32px;
  font-weight: 700;
  line-height: 45px;
  display: inline-block;
  position: static;
}

.brand.dark {
  color: #000;
  border-style: none;
  border-color: #363636;
  font-size: 30px;
  line-height: 44px;
}

.right-cta {
  width: auto;
  text-align: right;
  flex: none;
  margin-left: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.logo-flex {
  width: 75%;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

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

.navigation-items.holder {
  float: left;
  margin-left: 20px;
  margin-right: 0;
  padding-top: 2px;
  display: inline-block;
  left: 16px;
}

.sticky {
  z-index: 1;
  border-radius: 8px;
  align-items: center;
  margin-top: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  position: relative;
}

.nav-link {
  color: var(--black);
  letter-spacing: .3px;
  text-transform: none;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-decoration: none;
}

.nav-link:hover {
  color: #000;
}

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

.nav-link.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.nav-link.w--current:active {
  opacity: .7;
  color: #32343a;
}

.content-hero-div {
  margin-top: 0;
  padding-right: 10%;
}

.right-content {
  width: 60%;
  background-color: rgba(0, 0, 0, 0);
  align-self: center;
  padding: 12.5% 10% 12.5% 8%;
  position: relative;
  overflow: hidden;
}

.cursor {
  width: 3px;
  height: 36px;
  background-color: rgba(44, 29, 18, .14);
  margin-top: 0;
  margin-bottom: 12px;
  margin-left: 5px;
}

.left-image {
  width: 40%;
  background-image: linear-gradient(to bottom, transparent 77%, var(--red)), url('../images/386425427_342350371690779_4945485754821588943_n.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
  overflow: hidden;
}

.typed {
  color: #000;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 58px;
  line-height: 68px;
}

.subheader {
  width: 88%;
  color: #181818;
  text-align: left;
  margin-top: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.hero-section {
  background-color: var(--bg-light);
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

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

.headline {
  color: #000;
  flex: none;
  margin-top: 0;
  margin-bottom: 25px;
  margin-left: 5px;
  font-size: 58px;
  line-height: 68px;
}

.cta {
  background-color: var(--red);
  letter-spacing: .3px;
  border-radius: 200px;
  margin-top: 31px;
  margin-left: 0;
  margin-right: 0;
  padding: 13px 34px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  transition: all .15s;
  display: inline-block;
}

.cta:hover {
  background-color: #000;
  transform: translate(0, -2px);
}

.cta.white {
  color: #0f0f0f;
  background-color: #fff;
  border-radius: 200px;
}

.cta.center {
  margin-left: auto;
  margin-right: auto;
}

.section-header {
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 52px;
  font-weight: 700;
  line-height: 58px;
}

.section-header.light {
  color: #fff;
  margin-bottom: 20px;
}

.check-icon {
  margin-right: 10px;
}

.body-paragraph {
  color: #363636;
  font-size: 19px;
  font-weight: 400;
  line-height: 25px;
  position: relative;
}

.body-paragraph.quote {
  color: #cecece;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
}

.service-features {
  border-top: 1px solid rgba(0, 0, 0, .12);
  margin-top: 30px;
  padding-top: 30px;
}

.small-header {
  color: #000;
  margin-bottom: 25px;
  font-size: 19px;
  font-weight: 600;
}

.intro-section {
  padding: 80px 10% 160px;
  position: relative;
  overflow: visible;
}

.intro-div {
  max-width: 1600px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  column-gap: 40px;
}

.right-panel {
  width: 50%;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  align-self: center;
  position: relative;
}

.left-content {
  width: 50%;
  padding-right: 0%;
}

.check-holder {
  align-items: center;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.bottom-div {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.expert-section {
  padding: 20px 10% 100px;
}

.upper-head {
  color: #bcbcbc;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 500;
}

.designer-description {
  width: 50%;
  background-color: var(--black);
  flex-direction: column;
  align-items: flex-start;
  padding: 5%;
  display: flex;
  position: relative;
}

.designer-image {
  width: 50%;
  background-image: url('../images/305999571_177197631542516_8887085161487260954_n.jpg');
  background-position: 50% 33%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 22%;
  padding-bottom: 21%;
}

.split-div {
  width: 100%;
  max-width: 1600px;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.service-div {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
}

.services-section {
  padding-bottom: 0;
  padding-left: 10%;
  padding-right: 10%;
}

.service-header {
  color: #000;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
}

.services-header {
  width: 50%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.service-box-holder {
  max-width: 1200px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 120px;
  display: flex;
}

.service-paragraph {
  color: #363636;
  font-size: 17px;
  line-height: 21px;
}

.service-box {
  width: 29%;
  text-align: center;
  padding-left: 1%;
  padding-right: 1%;
}

.cards-section {
  background-color: #fff;
  padding: 120px 10% 280px;
  overflow: hidden;
}

.centred-holder {
  text-align: center;
}

.title-header {
  width: 50%;
  text-align: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}

.title-header.allproducts {
  margin-top: 80px;
}

.testimonial-name {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

.navigation-item {
  color: #2e2e2e;
  letter-spacing: .3px;
  text-transform: none;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-decoration: none;
  display: inline-block;
}

.navigation-item:hover {
  color: #000;
}

.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-link {
  z-index: 1;
  float: none;
  color: #1b1b1b;
  margin-top: 0;
  font-size: 30px;
  font-weight: 800;
  line-height: 36px;
  display: inline-block;
  position: static;
}

.footer-content {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.testimonial-right {
  width: 50%;
  background-image: url('../images/testimonial-img.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 17%;
  padding-bottom: 17%;
}

.testimonial-left {
  width: 50%;
  background-color: #222;
  flex-direction: column;
  align-items: flex-start;
  padding: 5%;
  display: flex;
  position: relative;
}

.testimonial-holder {
  justify-content: space-between;
  align-items: center;
  margin-bottom: -90px;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  position: relative;
  top: -143px;
}

.footer-links {
  justify-content: center;
  display: inline-block;
}

.middle-cta-div {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.footer-section {
  background-color: var(--bg-light);
  padding: 0 10% 20px;
  position: relative;
  overflow: visible;
}

.footer-section.products {
  padding-top: 20px;
}

.final-cta {
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  margin-bottom: 20px;
  padding-top: 100px;
  padding-bottom: 130px;
}

.image {
  height: 40px;
}

.image.big {
  height: 48px;
}

.text-block {
  line-height: 1.4;
}

.product-tab-menu-small {
  border-bottom: 1px solid #d2d2d7;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 32px;
  padding-top: 24px;
  padding-bottom: 24px;
  display: none;
}

.product-sidebar {
  background-color: #fff;
  align-items: stretch;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.product-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.product-image._1 {
  object-position: 100% 50%;
}

.product-image-large {
  height: 540px;
  border-radius: 8px;
  overflow: hidden;
}

.product-detail-tab {
  color: #87878c;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  margin: 4px;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.product-detail-tab.w--current {
  color: #1e1e20;
  background-color: rgba(0, 0, 0, 0);
  border-color: #000;
}

.product-badge {
  color: #fff;
  text-align: center;
  background-color: #d0011d;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  display: flex;
}

.product-new {
  color: #d0011d;
  letter-spacing: -.01em;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 24px;
}

.product-new.label {
  text-align: right;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: auto;
  right: 0%;
}

.product-delivery {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 48px 32px;
  display: none;
}

.paragraph-regular {
  letter-spacing: -.02em;
  font-size: 16px;
  line-height: 24px;
}

.paragraph-regular.text-weight-medium {
  font-weight: 500;
}

.margin-bottom-08 {
  margin-bottom: 8px;
}

.feature-icon-small {
  width: 70px;
  margin-right: 16px;
}

.product-title-wrapper {
  text-align: center;
  margin-bottom: 72px;
}

.product-card {
  width: 100%;
  height: 320px;
  background-color: #f5f5f7;
  border-radius: 8px;
  margin-bottom: 16px;
  position: relative;
  overflow: hidden;
}

.breadcrumb-wrapper {
  height: 100px;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.product-image-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.product-detail-small {
  grid-column-gap: 16px;
  grid-row-gap: 44px;
}

.paragraph-small {
  letter-spacing: -.01em;
  font-size: 14px;
  line-height: 24px;
}

.product-description-image {
  width: 90%;
  border-radius: 24px;
}

.product-button-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  display: flex;
}

.button-cart {
  width: 100%;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  padding: 12px 24px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.product-feature-card {
  border: 1px solid #d2d2d7;
  border-radius: 8px;
  align-items: center;
  padding: 16px 32px;
  display: flex;
}

.product-grid-image-large {
  grid-template-rows: auto;
  margin-bottom: 16px;
}

.product-detail {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 24px;
}

.paragraph-large {
  letter-spacing: -.02em;
  font-size: 18px;
  line-height: 1.5;
}

.paragraph-large.text-weight-medium {
  font-weight: 500;
}

.paragraph-large.text-weight-semibold {
  font-weight: 600;
}

.product-grid-image-small {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 40px;
}

.grid-three-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.product-heading-detail {
  color: #b3b3b3;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.heading-detail-large {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.product-grid-small {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.section-regular {
  padding: 92px 5%;
  position: relative;
}

.section-regular.full {
  height: 100vh;
}

.product-recommended {
  color: #1e1e20;
  margin-bottom: 32px;
}

.product-grid-detail {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #1e1e20;
  grid-template-rows: auto;
  grid-template-columns: 2.2fr 1fr;
  margin-bottom: 92px;
}

.product-card-outline {
  background-color: #fff;
  border: 1px solid #d2d2d7;
  border-radius: 8px;
  align-items: stretch;
  margin-bottom: 16px;
  padding: 24px;
}

.product-video-header {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 48px;
  display: flex;
}

.container-large {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-large.center {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.h5-heading {
  letter-spacing: -.02em;
  font-size: 32px;
  line-height: 1.5;
}

.product-image-small {
  height: 280px;
  border-radius: 8px;
  overflow: hidden;
}

.product-related {
  margin-bottom: 120px;
}

.red-span {
  color: var(--red);
}

.service-icon {
  height: 64px;
  margin-bottom: 16px;
}

.div-block {
  position: relative;
}

.paragraph {
  margin-top: 24px;
  font-size: 16px;
  line-height: 1.5;
}

.success-message {
  background-color: #c4eecb;
  border-radius: 12px;
  padding: 14px 18px;
}

.input-field {
  max-width: 100%;
  min-height: 56px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 32px;
  transition: border-color .3s;
}

.input-field:focus {
  border-color: #000;
}

.overline {
  color: #030711;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.container-large-2 {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.wrap-v-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.form-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.section-large {
  padding: 120px 5%;
  position: relative;
}

.testimonial-user-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: none;
}

.form-label {
  color: #4b5563;
  letter-spacing: 1.28px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-weight: 500;
  line-height: 24px;
}

.form-block {
  margin-bottom: 0;
}

.paragraph-regular-2 {
  color: #030711;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 32px;
}

.paragraph-regular-2.text-color-gray-600 {
  color: #4b5563;
}

.image-cover-2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 100% 0%;
}

.avatar-l {
  width: 64px;
  height: 64px;
  min-height: 64px;
  min-width: 64px;
  background-color: #e34f5d;
  border-radius: 100px;
  overflow: hidden;
}

.paragraph-large-2 {
  color: #030711;
  letter-spacing: -.3px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.form-testimonial {
  width: 100%;
  max-width: 528px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--bg-light);
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  padding: 48px;
  display: flex;
}

.error-message {
  background-color: #fde7e7;
  border-radius: 12px;
  padding: 12px 16px;
}

.form-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
}

.wrap-v-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.form-button-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.h1-heading {
  color: var(--black);
  letter-spacing: -1.6px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 72px;
}

.h5-heading-2 {
  color: #030711;
  letter-spacing: -.48px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}

.action-l {
  color: #030711;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.paragraph-large-3 {
  letter-spacing: -.02em;
  font-size: 18px;
  line-height: 32px;
}

.paragraph-large-3.text-color-gray-800 {
  color: #323c3e;
}

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

.button-small {
  outline-offset: 0px;
  color: #323c3e;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 99px;
  outline: 1px solid #ccd4d6;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button-small:hover {
  color: #fff;
  background-color: #1c2122;
  outline-color: #1c2122;
}

.contact-icon-wrapper {
  width: 64px;
  height: 64px;
  background-color: #e9eced;
  border-radius: 99px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: 24px;
  display: flex;
}

.contact-icon-wrapper.hide {
  display: none;
}

.icon-medium {
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-text-underline {
  color: var(--black);
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.contact-item {
  align-items: flex-start;
  display: flex;
}

.contact-info-wrapper {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr .75fr;
  grid-auto-columns: 1fr;
  margin-top: 120px;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  text-align: left;
}

.link {
  color: var(--black);
}

.html-embed {
  color: var(--black);
  transition: all .3s;
}

.html-embed:hover {
  color: var(--red);
}

.link-block {
  height: 40px;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .first-button {
    background-color: #4451f6;
  }

  .div-testimoninal {
    grid-row-gap: 30px;
    margin-top: 80px;
    margin-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .f-grid-four-column {
    grid-template-columns: 1fr 1fr;
  }

  .div-technology-container {
    border: 3px solid #181818;
    align-self: center;
  }

  .div-card-gd {
    min-height: 300px;
  }

  .div-color {
    justify-content: center;
    padding-left: 30px;
  }

  .sticky-nav {
    padding-left: 4%;
    padding-right: 4%;
  }

  .nav-btn {
    margin-left: 0;
    margin-right: 10px;
  }

  .brand {
    color: #000;
    border-color: #363636;
    font-size: 26px;
    line-height: 39px;
  }

  .brand.w--current {
    flex: 1;
  }

  .menu-button {
    z-index: 5;
    padding: 0;
  }

  .menu-button.w--open {
    z-index: 5;
    background-color: rgba(0, 0, 0, 0);
    transform: rotate(90deg);
  }

  .menu-icon {
    display: block;
    position: relative;
  }

  .logo-flex {
    width: auto;
    margin-right: auto;
  }

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

  .navigation-items.holder {
    z-index: 1;
    width: 100%;
    margin-left: 0;
    padding-top: 90px;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .sticky {
    z-index: auto;
    justify-content: space-between;
    margin-top: 0;
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
  }

  .nav-link {
    text-align: center;
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 26px;
    transition: color .15s;
    display: block;
  }

  .content-hero-div {
    padding-right: 0%;
  }

  .right-content {
    width: 100%;
    padding: 130px 5% 60px;
  }

  .left-image {
    width: 100%;
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .typed {
    font-size: 52px;
    line-height: 62px;
  }

  .hero-section {
    flex-direction: column-reverse;
  }

  .headline {
    font-size: 52px;
    line-height: 62px;
  }

  .section-header, .section-header.light {
    font-size: 46px;
    line-height: 54px;
  }

  .intro-section {
    padding-bottom: 40px;
    padding-left: 5%;
    padding-right: 5%;
    overflow: hidden;
  }

  .intro-div {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }

  .right-panel {
    width: 100%;
  }

  .left-content {
    width: 100%;
    margin-bottom: 50px;
    padding-right: 0%;
  }

  .expert-section {
    padding-bottom: 50px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .designer-description {
    width: 100%;
    padding: 45px 50px;
  }

  .designer-image {
    width: 100%;
    padding-top: 287px;
    padding-bottom: 286px;
  }

  .split-div {
    flex-flow: column-reverse wrap;
  }

  .services-section {
    padding-left: 5%;
    padding-right: 5%;
  }

  .services-header {
    width: 80%;
  }

  .service-box-holder {
    flex-wrap: wrap;
    padding-bottom: 80px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .service-box {
    width: 100%;
    margin-bottom: 20px;
  }

  .cards-section {
    padding-top: 90px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .title-header {
    width: 80%;
    margin-bottom: 50px;
  }

  .testimonial-name {
    margin-bottom: 0;
  }

  .navigation-item {
    transition: color .15s;
  }

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

  .testimonial-right {
    width: 100%;
    padding-top: 194px;
    padding-bottom: 194px;
  }

  .testimonial-left {
    width: 100%;
    padding: 45px 50px;
  }

  .testimonial-holder {
    margin-bottom: -100px;
    padding-left: 0%;
    padding-right: 0%;
    top: -201px;
  }

  .footer-section {
    padding-left: 5%;
    padding-right: 5%;
  }

  .final-cta {
    padding-top: 0;
    padding-bottom: 100px;
  }

  .product-card {
    height: 380px;
  }

  .product-detail {
    grid-template-columns: 1fr;
  }

  .grid-three-column, .product-grid-small {
    grid-template-columns: 1fr 1fr;
  }

  .product-grid-detail {
    grid-template-columns: 1fr;
  }

  .section-large {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .form-testimonial {
    max-width: none;
  }

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

  .contact-icon-wrapper.hide {
    background-color: rgba(0, 0, 0, 0);
    display: block;
  }

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

@media screen and (max-width: 767px) {

  .div-inputoutput {
    padding-left: 20px;
    padding-right: 20px;
  }

  .f-grid-four-column {
    grid-template-columns: 1fr 1fr !important;
  }

  .f-logo-plain {
    padding: 0px !important;
  }

  .contact-info-wrapper, .f-grid-four-column {
    grid-template-columns: 1fr;
  }

  .brand {
    font-size: 25px;
    font-weight: 600;
    line-height: 37px;
  }

  .content-hero-div {
    padding-right: 0%;
  }

  .left-image {
    padding-top: 190px;
    padding-bottom: 190px;
  }

  .typed {
    font-size: 48px;
    line-height: 58px;
  }

  .subheader {
    width: 95%;
  }

  .headline {
    font-size: 48px;
    line-height: 58px;
  }

  .section-header, .section-header.light {
    line-height: 50px;
  }

  .intro-section {
    padding-top: 70px;
  }

  .designer-description {
    padding-left: 40px;
    padding-right: 40px;
  }

  .designer-image {
    padding-top: 215px;
    padding-bottom: 215px;
  }

  .service-box-holder {
    padding-bottom: 70px;
    padding-left: 15%;
    padding-right: 15%;
  }

  .cards-section {
    padding-top: 80px;
  }

  .navigation-item {
    margin-left: 0;
    margin-right: 30px;
  }

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

  .footer-content {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .testimonial-left {
    padding-left: 40px;
    padding-right: 40px;
  }

  .testimonial-holder {
    margin-bottom: -120px;
  }

  .footer-links {
    margin-top: 15px;
  }

  .final-cta {
    padding-bottom: 80px;
        text-align: center;
  }

  .product-detail, .grid-three-column {
    grid-template-columns: 1fr;
  }

  .section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .product-image-small {
    height: 220px;
  }

  .section-large {
    padding-top: 72px;
    padding-bottom: 72px;
    overflow: hidden;
  }

  .h1-heading {
    font-size: 54px;
    line-height: 62px;
  }
}

@media screen and (max-width: 479px) {
  .div-testimoninal {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-technology-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .f-grid-four-column {
    grid-template-columns: 1fr 1fr !important;
  }

  .f-logo-plain {
    padding: 0px !important;
  }

  .div-inputoutput {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .div-color {
    justify-content: flex-start;
  }

  .nav-btn {
    display: none;
  }

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

  .navigation-items.holder {
    height: 100vh;
  }

  .sticky {
    padding-left: 15px;
    padding-right: 15px;
  }

  .left-image {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .typed {
    margin-bottom: 5px;
    font-size: 40px;
    line-height: 50px;
  }

  .typed-div {
    flex-wrap: wrap;
  }

  .headline {
    width: 100%;
    margin-left: 0;
    font-size: 40px;
    line-height: 50px;
  }

  .section-header, .section-header.light {
    font-size: 38px;
    line-height: 44px;
  }

  .intro-section {
    padding-top: 50px;
  }

  .expert-section {
    padding-bottom: 30px;
  }

  .designer-description {
    padding: 35px 28px;
  }

  .designer-image {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .service-box-holder {
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .cards-section {
    padding-top: 70px;
  }

  .title-header {
    width: 100%;
  }

  .navigation-item {
    margin-bottom: 10px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .testimonial-right {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .testimonial-left {
    padding: 35px 28px;
  }

  .testimonial-holder {
    margin-bottom: -140px;
  }

  .footer-links {
    text-align: center;
  }

  .final-cta {
    padding-bottom: 60px;
    padding-left: 4%;
    padding-right: 4%;
  }

  .product-image-large {
    height: 320px;
  }

  .product-card {
    height: 200px;
  }

  .product-description-image {
    width: 100%;
  }

  .product-grid-image-large, .product-grid-image-small, .product-grid-small {
    grid-template-columns: 1fr;
  }

  .product-image-small {
    height: 240px;
  }

  .section-large {
    padding-top: 120px;
  }

  .testimonial-user-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .form-testimonial {
    padding: 24px;
  }

  .form-button-wrap {
    flex-direction: column;
    align-items: stretch;
  }

  .h1-heading {
    font-size: 32px;
  }

  .h5-heading-2 {
    font-size: 20px;
  }

  .contact-icon-wrapper.hide {
    background-color: rgba(0, 0, 0, 0);
  }

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

#w-node-_17f50713-00a3-996d-fbae-5b8e774e59d4-94a76b12, #w-node-_17f50713-00a3-996d-fbae-5b8e774e59dc-94a76b12, #w-node-_17f50713-00a3-996d-fbae-5b8e774e59e4-94a76b12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7083dfb3-f80d-4c5f-125d-0753daabfa24-daabf9fc {
  justify-self: start;
}

#w-node-_9f739534-48f7-7eb6-e110-08061c7ab511-d7306f07 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9f739534-48f7-7eb6-e110-08061c7ab513-d7306f07 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9f739534-48f7-7eb6-e110-08061c7ab518-d7306f07, #w-node-_9f739534-48f7-7eb6-e110-08061c7ab51a-d7306f07, #w-node-_9f739534-48f7-7eb6-e110-08061c7ab51c-d7306f07, #w-node-_9f739534-48f7-7eb6-e110-08061c7ab533-d7306f07, #w-node-_9f739534-48f7-7eb6-e110-08061c7ab53c-d7306f07, #w-node-_9f739534-48f7-7eb6-e110-08061c7ab53e-d7306f07, #w-node-_9f739534-48f7-7eb6-e110-08061c7ab543-d7306f07, #w-node-_9f739534-48f7-7eb6-e110-08061c7ab548-d7306f07, #w-node-_9f739534-48f7-7eb6-e110-08061c7ab54d-d7306f07, #w-node-_9f739534-48f7-7eb6-e110-08061c7ab552-d7306f07, #w-node-_9f739534-48f7-7eb6-e110-08061c7ab557-d7306f07, #w-node-_9f739534-48f7-7eb6-e110-08061c7ab625-d7306f07, #w-node-_41d2a269-3a62-8a3f-53df-0a620c580ab4-d7306f07, #w-node-_41d2a269-3a62-8a3f-53df-0a620c580abc-d7306f07, #w-node-_41d2a269-3a62-8a3f-53df-0a620c580ac4-d7306f07, #w-node-_2609dac2-4f03-b09a-7189-a1f827be8dbe-276bf1a6, #w-node-_2609dac2-4f03-b09a-7189-a1f827be8dc6-276bf1a6, #w-node-_2609dac2-4f03-b09a-7189-a1f827be8dce-276bf1a6, #w-node-_9f739534-48f7-7eb6-e110-08061c7ab511-c8811916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9f739534-48f7-7eb6-e110-08061c7ab513-c8811916 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9f739534-48f7-7eb6-e110-08061c7ab518-c8811916, #w-node-_9f739534-48f7-7eb6-e110-08061c7ab51a-c8811916, #w-node-_9f739534-48f7-7eb6-e110-08061c7ab51c-c8811916, #w-node-_9f739534-48f7-7eb6-e110-08061c7ab533-c8811916, #w-node-_9f739534-48f7-7eb6-e110-08061c7ab53c-c8811916, #w-node-_9f739534-48f7-7eb6-e110-08061c7ab53e-c8811916, #w-node-_9f739534-48f7-7eb6-e110-08061c7ab543-c8811916, #w-node-_9f739534-48f7-7eb6-e110-08061c7ab548-c8811916, #w-node-_9f739534-48f7-7eb6-e110-08061c7ab54d-c8811916, #w-node-_9f739534-48f7-7eb6-e110-08061c7ab552-c8811916, #w-node-_9f739534-48f7-7eb6-e110-08061c7ab557-c8811916, #w-node-_9f739534-48f7-7eb6-e110-08061c7ab625-c8811916, #w-node-b233e8d8-dea2-4d6b-8e49-c349f7ec0bd8-c8811916, #w-node-b233e8d8-dea2-4d6b-8e49-c349f7ec0be0-c8811916, #w-node-b233e8d8-dea2-4d6b-8e49-c349f7ec0be8-c8811916, #w-node-_9f739534-48f7-7eb6-e110-08061c7ab511-2c8776e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9f739534-48f7-7eb6-e110-08061c7ab513-2c8776e0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9f739534-48f7-7eb6-e110-08061c7ab518-2c8776e0, #w-node-_9f739534-48f7-7eb6-e110-08061c7ab51a-2c8776e0, #w-node-_9f739534-48f7-7eb6-e110-08061c7ab51c-2c8776e0, #w-node-_9f739534-48f7-7eb6-e110-08061c7ab533-2c8776e0, #w-node-_9f739534-48f7-7eb6-e110-08061c7ab53c-2c8776e0, #w-node-_9f739534-48f7-7eb6-e110-08061c7ab543-2c8776e0, #w-node-_9f739534-48f7-7eb6-e110-08061c7ab548-2c8776e0, #w-node-_9f739534-48f7-7eb6-e110-08061c7ab54d-2c8776e0, #w-node-_9f739534-48f7-7eb6-e110-08061c7ab552-2c8776e0, #w-node-_9f739534-48f7-7eb6-e110-08061c7ab625-2c8776e0, #w-node-_70fd0f1d-88e3-7760-e1b9-b3714eaffcb3-2c8776e0, #w-node-_70fd0f1d-88e3-7760-e1b9-b3714eaffcbb-2c8776e0, #w-node-_70fd0f1d-88e3-7760-e1b9-b3714eaffcc3-2c8776e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_109a4f66-3663-a42a-0d6e-f07271932fa1-2a281fca {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_109a4f66-3663-a42a-0d6e-f07271932f7f-c7fb7477 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}


.logos-section {
  padding: 80px 10%;
  position: relative;
  overflow: visible;
}

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-title-wrapper-center {
  z-index: 5;
  width: 100%;
  max-width: 580px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-title-wrapper-center.margin-bottom-48 {
  margin-bottom: 48px;
}

.f-grid-four-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_41d7a526-85f9-3275-f62c-39c9d19f2fc5-94a76b12, #w-node-_41d7a526-85f9-3275-f62c-39c9d19f2fc7-94a76b12, #w-node-_41d7a526-85f9-3275-f62c-39c9d19f2fc9-94a76b12, #w-node-_41d7a526-85f9-3275-f62c-39c9d19f2fcb-94a76b12, #w-node-_17f50713-00a3-996d-fbae-5b8e774e59d4-94a76b12, #w-node-_17f50713-00a3-996d-fbae-5b8e774e59dc-94a76b12, #w-node-_17f50713-00a3-996d-fbae-5b8e774e59e4-94a76b12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.f-logo-plain {
  min-height: 96px;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
}