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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
  text-align: center;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Libre Franklin', sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Libre Franklin', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

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

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
}

p {
  margin-bottom: 10px;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: 'IBM Plex Mono', sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

img {
  display: inline-block;
  max-width: 100%;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-color: #5ab963 #5ab963 #5ab963 #e6e6e6;
  border-left-style: solid;
  border-left-width: 5px;
  font-family: 'IBM Plex Mono', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

figcaption {
  margin-top: 5px;
  text-align: center;
}

.navigation {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(rgba(1, 1, 1, 0)));
  background-image: linear-gradient(180deg, #000, rgba(1, 1, 1, 0));
}

.navigation-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90px;
  max-width: 1440px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  margin-top: 0px;
  padding: 120px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#010101), color-stop(50%, rgba(1, 1, 1, 0.49)), to(#010101)), url('../images/semiconductores_hero-section.jpg');
  background-image: linear-gradient(180deg, #010101, rgba(1, 1, 1, 0.49) 50%, #010101), url('../images/semiconductores_hero-section.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  -o-object-fit: cover;
  object-fit: cover;
}

.header.login {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(1, 1, 1, 0.62), rgba(1, 1, 1, 0.84) 50%, #010101), url('../images/img_login.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.header.reset_password {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, 0.79), rgba(1, 1, 1, 0.87) 40%, #010101), url('../images/nicolas-thomas-CBydtQDjaJc-unsplash-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

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

.navigation-link {
  margin-right: 15px;
  margin-left: 15px;
  font-family: 'Libre Franklin', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  text-decoration: none;
}

.bullet {
  width: 4px;
  height: 4px;
  margin-right: 15px;
  margin-left: 15px;
  border-radius: 50%;
  background-color: #fff;
}

.navigation-button {
  margin-left: 15px;
  border: 2px solid #fff;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-family: 'Libre Franklin', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}

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

.header-content {
  width: 40%;
  max-width: none;
  margin: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  text-align: center;
}

.h1 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  font-size: 80px;
  line-height: 78px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.h1.cc-black {
  margin-top: 15px;
  margin-bottom: 60px;
  color: #000;
  text-align: center;
}

.h1.login {
  font-size: 38px;
}

.paragraph {
  display: block;
  max-width: none;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 46px;
  font-weight: 400;
}

.paragraph.cc-gray {
  color: #999;
}

.button {
  margin-top: 50px;
  padding: 15px 30px;
  border-radius: 4px;
  background-color: #5ab963;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: 'Libre Franklin', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  font-weight: 800;
}

.button:hover {
  background-color: #48944f;
}

.button.cc-cta {
  margin-top: 0px;
}

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

.button.cc-banner:hover {
  background-color: #e6e6e6;
}

.container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

.container.cc-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.cc-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.container.cc-footer {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container.cc-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.cc-blogpost {
  display: block;
  max-width: 770px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.cc-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.team-section {
  position: relative;
  z-index: 500;
  display: block;
  overflow: visible;
  width: auto;
  margin: auto;
  padding: 0% 30px 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#010101), color-stop(52%, rgba(1, 1, 1, 0.13)), to(#010101)), url('../images/placa_team-section.jpg');
  background-image: linear-gradient(180deg, #010101, rgba(1, 1, 1, 0.13) 52%, #010101), url('../images/placa_team-section.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Libre Franklin', sans-serif;
  color: #b3b3b3;
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
}

.h2.cc-center {
  margin-bottom: 40px;
}

.h2.cc-2-rows {
  margin-bottom: 25px;
}

.h2.cc-white-text {
  color: #fff;
}

.h2.text-span.cc-post-text {
  margin-bottom: 15px;
}

.h2-container {
  width: 50%;
  margin-bottom: 90px;
}

.h2-container.cc-center {
  width: 65%;
  margin-bottom: 0px;
  text-align: center;
}

.h2-container.cc-questions {
  margin-bottom: 60px;
}

.text-span {
  color: #000;
  font-weight: 800;
}

.text-span.cc-white-text {
  color: #fff;
}

.feature-item-container {
  height: 330px;
  padding: 50px 40px;
  border: 1px solid #f7f7f7;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}

.collection-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.collection-list.cc-feature-row {
  margin-bottom: -20px;
}

.h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Libre Franklin', sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.h3.cc-cta {
  margin-bottom: 0px;
  color: #5ab963;
}

.h3.cc-header {
  margin-bottom: 0px;
  color: #fff;
  text-decoration: none;
}

.h3.cc-pricing {
  width: 100%;
}

.h3.cc-team-title {
  width: 100%;
  margin-bottom: 0px;
}

.h3.cc-latest-posts {
  margin-bottom: 40px;
}

.slider-section {
  position: relative;
  display: none;
  margin-top: 360px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  background-color: #fafafa;
}

.slider {
  height: 720px;
  max-width: 1440px;
  margin-top: -360px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.slide-nav {
  font-size: 6px;
}

.icon {
  width: 30px;
  height: 30px;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

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

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

.body {
  overflow: visible;
  background-color: #010101;
  -o-object-fit: fill;
  object-fit: fill;
}

.about {
  display: none;
  padding: 115px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fafafa;
}

.link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'IBM Plex Mono', sans-serif;
  color: #5ab963;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.link:hover {
  color: #48944f;
}

.separator {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.separator.cc-background-grey {
  display: none;
  background-color: #fafafa;
}

.line-color {
  height: 1px;
  background-color: #e6e6e6;
}

.premium {
  display: none;
  padding: 120px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fafafa;
}

.premium.cc-background {
  background-color: transparent;
}

._2-row-image.cc-bottom {
  margin-right: 0px;
}

._2-row-image.cc-row-spacing {
  margin-right: 100px;
}

._2-row-text {
  max-width: 370px;
  margin-right: 100px;
}

._2-row-text.cc-bottom {
  margin-right: 100px;
}

._2-row-text.cc-bottom.cc-reverse {
  margin-right: 0px;
  margin-left: 100px;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.row.cc-bottom {
  margin-top: 90px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.row.cc-bottom.cc-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.row.cc-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

._2-row-action-text {
  margin-top: 110px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.cta {
  display: none;
  padding: 150px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fafafa;
}

.cta-line {
  width: 30px;
  height: 2px;
  margin-left: 20px;
  background-color: #5ab963;
}

.cta-line.cc-header {
  background-color: #fff;
}

.cta-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-left-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0px;
  z-index: -400;
  display: block;
  padding: 120px 30px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #010101;
}

.footer-column {
  display: none;
  width: 50%;
}

.footer-column.cc-footer {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-footer-credits {
  margin-top: 15px;
  font-family: 'Libre Franklin', sans-serif;
  color: #666;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
}

.footer-links-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.link-footer {
  margin-bottom: 25px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'Libre Franklin', sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  text-decoration: none;
}

.link-footer:hover {
  color: hsla(0, 0%, 100%, 0.7);
}

.link-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15px;
  height: 15px;
  margin-right: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.collection-item {
  width: 33.33333333%;
  padding-right: 10px;
  padding-left: 10px;
}

.collection-item.cc-feature-row {
  width: 25%;
  margin-bottom: 20px;
}

.feature-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-bottom: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-button {
  display: none;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  height: 28px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-icon-piece {
  position: relative;
  width: 100%;
  height: 2px;
  background-color: #000;
}

.nav-icon-piece.top {
  position: absolute;
  -webkit-transform: translate(0px, -8px);
  -ms-transform: translate(0px, -8px);
  transform: translate(0px, -8px);
}

.nav-icon-piece.bottom {
  position: absolute;
  -webkit-transform: translate(0px, 8px);
  -ms-transform: translate(0px, 8px);
  transform: translate(0px, 8px);
}

.header-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -90px;
  padding: 180px 30px 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #5ab963;
}

.header-inner.cc-header-extra {
  padding-bottom: 210px;
}

.header-inner-content {
  width: 57%;
}

.inner-category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.premium-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  max-height: 720px;
  padding: 120px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/image-premium-banner.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.premium-banner-inner {
  max-width: 370px;
  padding: 60px 50px;
  background-color: #5ab963;
}

.premium-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 120px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.premium-image-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-height: 720px;
  max-width: 1440px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.premium-image-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1170px;
  margin-top: -60px;
  margin-bottom: 120px;
  padding: 40px 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #f7f7f7;
  background-color: #fff;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05);
}

.image-banner {
  margin-right: 60px;
}

.container-quote {
  width: 70%;
  text-align: center;
}

.block-quote {
  border-left: 0px none transparent;
  font-family: 'Libre Franklin', sans-serif;
  color: #5ab963;
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
}

.author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.text-block {
  margin-left: 20px;
  font-family: 'IBM Plex Mono', sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.container-pricing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.pricing-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33333333%;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  border: 1px solid #f7f7f7;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}

.pricing-block:hover {
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.14);
}

.price {
  font-family: 'Libre Franklin', sans-serif;
  color: #000;
  font-size: 72px;
  line-height: 78px;
  font-weight: 800;
}

.price-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.currency {
  margin-top: 40px;
  margin-left: 10px;
  font-family: 'IBM Plex Mono', sans-serif;
  color: #999;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.small-text {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'IBM Plex Mono', sans-serif;
  color: #000;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}

.small-text.cc-light {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #999;
}

.pricing-block-separator {
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #5ab963;
}

.pricing-info {
  padding: 50px 40px 40px;
}

.button-pricing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #5ab963;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: 'Libre Franklin', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  font-weight: 800;
}

.button-pricing:hover {
  background-color: #48944f;
}

.container-facts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.facts {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fact-block {
  padding: 50px 40px;
  border: 1px solid #f7f7f7;
  background-color: #fff;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05);
}

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

.facts-gray-background {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 70%;
  background-color: #fafafa;
}

.faq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 120px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fafafa;
}

.container-questions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: -30px -10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.question-block {
  width: 50%;
  margin: 30px 50px 30px 10px;
}

.container-facts-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding-right: 10px;
  padding-left: 10px;
}

.header-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -120px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 115px 30px 75px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.goals-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.goals-container-inner {
  width: 33.33333333%;
  margin-right: 10px;
  margin-left: 10px;
}

.team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 120px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.collection-list-2 {
  margin: -10px;
}

.team-member {
  padding-top: 10px;
  padding-bottom: 10px;
}

.team-inner-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05);
}

.team-avatar {
  width: 100%;
  height: 100%;
}

.team-member-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 30px 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.our-goals {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 120px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-posts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -120px;
  margin-bottom: 120px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-posts-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33333333%;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.post-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.blog-posts-item-container {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  background-color: #fff;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05);
  text-decoration: none;
}

.post-info {
  padding: 30px;
}

.post-date {
  margin-bottom: 10px;
  font-family: 'IBM Plex Mono', sans-serif;
  color: #000;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

.header-blog {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -90px;
  padding-top: 90px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-image {
  position: relative;
  z-index: 1;
  max-height: 750px;
  max-width: 1440px;
}

.header-color {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 75%;
  background-color: #5ab963;
}

.content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 90px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 120px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.contact-info {
  width: 50%;
  margin-top: -10px;
  margin-bottom: -10px;
}

.contact-info-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
}

.contact-info-text {
  width: 25%;
  font-family: 'IBM Plex Mono', sans-serif;
  color: #999;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.contact-info-text.cc-text-black {
  width: auto;
  color: #000;
}

.form-input {
  width: 50%;
  margin-top: -10px;
  margin-bottom: -10px;
}

.text-field {
  height: 60px;
  padding-right: 0px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #e6e6e6;
  font-family: 'IBM Plex Mono', sans-serif;
  color: #b3b3b3;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

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

.text-field:active {
  color: #000;
}

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

.text-field::-webkit-input-placeholder {
  color: #b3b3b3;
}

.text-field:-ms-input-placeholder {
  color: #b3b3b3;
}

.text-field::-ms-input-placeholder {
  color: #b3b3b3;
}

.text-field::placeholder {
  color: #b3b3b3;
}

.rich-text {
  font-family: 'IBM Plex Mono', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
}

.rich-text h2 {
  font-family: 'Libre Franklin', sans-serif;
  font-size: 24px;
  font-weight: 800;
}

.rich-text p {
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: 'IBM Plex Mono', sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 24px;
}

.rich-text img {
  margin-top: 30px;
  margin-bottom: 30px;
}

.rich-text figcaption {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: 'Libre Franklin', sans-serif;
  color: #777;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
}

.logo {
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu {
  z-index: 100000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  position: relative;
  overflow: hidden;
  height: 1px;
  padding: 20px 20px 40px;
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  border-bottom: 0px none #fff;
}

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

.latest-posts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 90px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.style-guide-label {
  margin-bottom: 20px;
  padding-bottom: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px solid #777;
  color: #777;
  font-size: 13px;
  line-height: 14px;
}

.image-licensing {
  padding: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.05);
  line-height: 24px;
}

.sticky-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  padding: 20px;
  background-color: #f4f4f4;
}

.nav-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin: 0px;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  -ms-grid-columns: 1fr max-content max-content max-content;
  grid-template-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: 1fr max-content max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-logo-link {
  display: block;
  height: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.nav-logo {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.nav-link-2 {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  color: #444;
  text-decoration: none;
}

.nav-link-2:hover {
  text-decoration: underline;
}

.hero-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px, 50% 50%;
  color: #fff;
}

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.cards-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.cards-grid-container {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.cards-image-mask {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  border-radius: 0%;
}

.cards-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.feature-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.feature-image-mask {
  width: 100%;
  margin-right: 40px;
}

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

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

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

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

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

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  color: #444;
  text-decoration: none;
}

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

.grid {
  margin-top: 60px;
  margin-right: -100px;
  margin-left: -100px;
  grid-column-gap: 22px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.button-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 70px;
  height: 70px;
  margin-right: 10%;
  margin-bottom: 20px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/arrow-icon.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.name-team {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 17px;
  letter-spacing: 2px;
  text-decoration: none;
}

.team-card {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: none;
  width: 0px;
  height: 70px;
  margin: 5px 40px 5px 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 0px;
  border-radius: 2px;
  background-color: transparent;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  -o-object-fit: cover;
  object-fit: cover;
}

.team-card:hover {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 0px;
  padding: 20px 0px;
  border-radius: 2px;
  background-color: transparent;
}

.title-section {
  margin-bottom: 40px;
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
}

.subtitle-section {
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.investment-team-list {
  padding-right: 0px;
  padding-left: 0px;
}

.team-list {
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 60px;
}

.extended-team-list {
  padding-right: 0px;
  padding-left: 0px;
}

.paragraph-2 {
  position: relative;
  display: block;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 27px;
}

.popup-biography {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: inline-block;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  background-color: #853b3b;
  text-align: left;
  -o-object-fit: cover;
  object-fit: cover;
}

.modal-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100000;
  display: none;
  width: 100%;
  height: 100vh;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(1, 1, 1, 0);
}

.modal-wrapper.team1 {
  display: none;
}

.modal-wrapper.team2 {
  display: none;
}

.modal-wrapper.team3 {
  display: none;
}

.modal-wrapper.team4 {
  display: none;
}

.modal-wrapper.team5 {
  display: none;
}

.modal-wrapper.team6 {
  display: none;
}

.modal-wrapper.team7 {
  display: none;
}

.modal-wrapper.team8 {
  display: none;
}

.modal-wrapper.team9 {
  display: none;
}

.modal-wrapper.team10 {
  display: none;
}

.modal-wrapper.team11 {
  display: none;
}

.modal-wrapper.team12 {
  display: none;
}

.modal-wrapper.team13 {
  display: none;
}

.modal-wrapper.team14 {
  display: none;
}

.modal-biography {
  width: 800px;
  margin: 15% auto 0px;
  clear: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.name-biography {
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: rgba(1, 1, 1, 0);
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 46px;
  line-height: 40px;
  font-weight: 700;
}

.paragraph-3 {
  color: #fff;
}

.text-biography {
  position: relative;
  z-index: 999999;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 39px;
  font-weight: 300;
}

.modal-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -14;
  display: block;
  height: 100%;
  padding-top: 220px;
  background-color: rgba(1, 1, 1, 0.61);
  -o-object-fit: fill;
  object-fit: fill;
}

.paragraph-4 {
  color: #fff;
}

.block-quote-2 {
  color: #fff;
}

.link-block {
  position: static;
  left: 800px;
  display: block;
  width: auto;
  margin-right: 0px;
  margin-bottom: 60px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
  text-align: right;
}

.link-block:hover {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.heading {
  color: #fff;
}

.collection-list-wrapper-2 {
  display: block;
}

.heading-2 {
  color: #fff;
}

.div-block {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.modal-prueba {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  background-color: rgba(1, 1, 1, 0.23);
}

.heading-3 {
  background-color: #010101;
  color: #fff;
}

.collection-list-wrapper-3 {
  display: none;
}

.team-close-button {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 100px;
  margin-right: 100px;
  margin-left: 0px;
  padding: 20px;
  -webkit-transition: -webkit-transform 400ms ease-in-out;
  transition: -webkit-transform 400ms ease-in-out;
  transition: transform 400ms ease-in-out;
  transition: transform 400ms ease-in-out, -webkit-transform 400ms ease-in-out;
  cursor: pointer;
}

.team-close-button:hover {
  -webkit-transform: rotate(-90deg) scale(1.4);
  -ms-transform: rotate(-90deg) scale(1.4);
  transform: rotate(-90deg) scale(1.4);
}

.team-close-button:active {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.collection-team-list {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 6px;
  grid-row-gap: 5px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.collection-list-4 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.collection-list-wrapper-4 {
  display: none;
}

.portfolio-section {
  position: static;
  z-index: 0;
  display: block;
  overflow: hidden;
  padding: 20px 30px 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #010101;
}

.timeline {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  padding-top: 20px;
  padding-bottom: 40px;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.line {
  position: relative;
  left: 0px;
  width: 80px;
  height: 1px;
  margin-top: 0px;
  margin-left: 0px;
  background-color: #fff;
}

.stats {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 780px;
  margin: 40px auto 100px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.stat-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.stat-number {
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  font-size: 70px;
  line-height: 70px;
}

.stat-category {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  letter-spacing: 2px;
}

.brands-grid {
  display: -ms-grid;
  display: grid;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.5);
  text-decoration: none;
}

.image-4 {
  max-width: 200px;
  margin-top: 25px;
  margin-bottom: 35px;
  opacity: 0.6;
}

.line-timeline {
  position: relative;
  left: -263px;
  width: 1000px;
  height: 1px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
}

.focus-section {
  position: static;
  z-index: 1000;
  display: none;
  overflow: visible;
  margin-bottom: 0px;
  padding: 0px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #010101;
}

.summary {
  max-width: 60%;
  margin-right: auto;
  margin-left: auto;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  text-align: center;
}

.container-focus {
  position: static;
  top: 0px;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  max-width: 1400px;
  margin: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-focus.cc-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-focus.cc-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.container-focus.cc-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container-focus.cc-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-focus.cc-blogpost {
  display: block;
  max-width: 770px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-focus.cc-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.photos-industries-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-bottom: 220px;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1.25fr 1.25fr 1.25fr 1.25fr 1.25fr;
  grid-template-columns: 1.25fr 1.25fr 1.25fr 1.25fr 1.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.photo-industry {
  position: relative;
  width: auto;
  height: 350px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  -webkit-filter: grayscale(100%) brightness(70%);
  filter: grayscale(100%) brightness(70%);
}

.photo-industry._1 {
  position: relative;
  width: auto;
  height: 350px;
  background-image: url('../images/laptop.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: -webkit-filter 200ms ease-out;
  transition: -webkit-filter 200ms ease-out;
  transition: filter 200ms ease-out;
  transition: filter 200ms ease-out, -webkit-filter 200ms ease-out;
}

.photo-industry._1:hover {
  -webkit-filter: grayscale(100%) brightness(120%);
  filter: grayscale(100%) brightness(120%);
}

.photo-industry._3 {
  width: auto;
  height: 350px;
  background-image: url('../images/industrial-2.jpg');
  background-position: 0% 100%;
  background-size: cover;
  -webkit-transition: -webkit-filter 200ms ease-out;
  transition: -webkit-filter 200ms ease-out;
  transition: filter 200ms ease-out;
  transition: filter 200ms ease-out, -webkit-filter 200ms ease-out;
}

.photo-industry._3:hover {
  -webkit-filter: grayscale(100%) brightness(110%);
  filter: grayscale(100%) brightness(110%);
}

.photo-industry._5 {
  width: auto;
  background-image: url('../images/automotive-2.jpg');
  background-position: 100% 100%;
  background-size: cover;
  -webkit-transition: -webkit-filter 200ms ease-out;
  transition: -webkit-filter 200ms ease-out;
  transition: filter 200ms ease-out;
  transition: filter 200ms ease-out, -webkit-filter 200ms ease-out;
}

.photo-industry._5:hover {
  -webkit-filter: grayscale(100%) brightness(120%);
  filter: grayscale(100%) brightness(120%);
}

.image-5 {
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.image-6 {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.image-7 {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.image-8 {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.image-9 {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.photo-industry-down {
  position: relative;
  top: 100px;
  width: auto;
  height: auto;
  padding: 5px 0px;
  -webkit-filter: grayscale(100%) brightness(70%);
  filter: grayscale(100%) brightness(70%);
}

.photo-industry-down._2 {
  width: auto;
  height: 350px;
  padding-right: 0px;
  background-image: url('../images/phone.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: -webkit-filter 200ms ease-out;
  transition: -webkit-filter 200ms ease-out;
  transition: filter 200ms ease-out;
  transition: filter 200ms ease-out, -webkit-filter 200ms ease-out;
}

.photo-industry-down._2:hover {
  -webkit-filter: grayscale(100%) brightness(120%);
  filter: grayscale(100%) brightness(120%);
}

.photo-industry-down._4 {
  width: auto;
  height: 350px;
  background-image: url('../images/consumer-2.jpg');
  background-position: 50% 100%;
  background-size: cover;
  -webkit-filter: grayscale(100%) brightness(100%);
  filter: grayscale(100%) brightness(100%);
  -webkit-transition: -webkit-filter 200ms ease-out;
  transition: -webkit-filter 200ms ease-out;
  transition: filter 200ms ease-out;
  transition: filter 200ms ease-out, -webkit-filter 200ms ease-out;
}

.photo-industry-down._4:hover {
  -webkit-filter: grayscale(100%) brightness(161%);
  filter: grayscale(100%) brightness(161%);
}

.image-10 {
  max-width: 100%;
  padding: 10px 8px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.collection-item-2 {
  display: block;
}

.collection-list-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.collection-list-wrapper-5 {
  display: none;
  margin-top: 100px;
}

.image-11 {
  display: none;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.image-12 {
  display: none;
  width: 250px;
  height: 350px;
  background-image: url('../images/brechtbelgium-12-june-2019-playstation-600w-1427071493-2.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.image-13 {
  display: none;
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.image-14 {
  display: none;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.image-15 {
  display: none;
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.prueba-focus {
  display: block;
  margin-top: 300px;
}

.prueba-photo {
  position: relative;
  left: 104px;
  top: 102px;
  z-index: 10;
  width: 500px;
  height: 500px;
  background-image: url('../images/laptop.jpg');
  background-position: 0px 0px;
  background-size: cover;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.prueba-photo-1 {
  position: relative;
  left: 429px;
  top: 238px;
  width: 250px;
  height: 250px;
  background-image: url('../images/machine_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.prueba-photo-2 {
  position: relative;
  top: -75px;
  z-index: 5;
  width: 350px;
  height: 350px;
  background-image: url('../images/phone.jpg');
  background-position: 100% 50%;
  background-size: cover;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.prueba-photo-3 {
  position: relative;
  left: -71px;
  top: -184px;
  width: 300px;
  height: 300px;
  background-image: url('../images/control.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.prueba-photo-4 {
  position: relative;
  left: -114px;
  top: 48px;
  width: 400px;
  height: 400px;
  background-image: url('../images/auto.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.div-block-2 {
  position: relative;
  right: 632px;
  width: 100px;
  height: 100px;
  background-color: #fff;
  -o-object-fit: cover;
  object-fit: cover;
}

.cuadro-blanco {
  position: relative;
  left: 163px;
  top: -18px;
  right: 0px;
  display: none;
  width: 9%;
  height: 100px;
  margin-left: 0vw;
  background-color: #fff;
  opacity: 0.34;
}

.modal-wrapper-compute {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 109900;
  display: none;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: rgba(1, 1, 1, 0);
}

.modal-device {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 1300px;
  margin: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-description-device {
  position: relative;
  z-index: 999999;
  width: auto;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
}

.illustration-device {
  overflow: hidden;
  width: 160%;
  height: auto;
  margin-right: 10px;
  padding-top: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.compute {
  display: block;
  width: auto;
}

.close-button {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  margin-top: 100px;
  margin-right: 100px;
  margin-left: 0px;
  padding: 20px;
  -webkit-transition: -webkit-transform 400ms ease-in-out;
  transition: -webkit-transform 400ms ease-in-out;
  transition: transform 400ms ease-in-out;
  transition: transform 400ms ease-in-out, -webkit-transform 400ms ease-in-out;
  cursor: pointer;
}

.close-button:hover {
  -webkit-transform: rotate(-90deg) scale(1.4);
  -ms-transform: rotate(-90deg) scale(1.4);
  transform: rotate(-90deg) scale(1.4);
}

.close-button:active {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.left-arrow-2 {
  display: none;
}

.right-arrow-2 {
  display: none;
}

.card-slider_card {
  position: relative;
  width: 340px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 0px;
  background-color: #010101;
}

.card-new {
  position: relative;
  width: 300px;
}

.collection-item-3 {
  display: block;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.media-section {
  width: 100vh;
  padding-top: 140px;
  padding-bottom: 140px;
}

.slider_wrapper {
  padding-top: 0px;
  background-color: transparent;
}

.slide-nav-2 {
  margin-top: 0px;
}

.card-slider_mask {
  overflow: visible;
  width: 340px;
  padding-left: 6vw;
}

.collection-list-wrapper-6 {
  display: none;
}

.card-slider_image {
  width: 100%;
  height: 160px;
  padding-right: 40px;
  padding-left: 40px;
  border-radius: 3px;
  background-color: #fff;
  -o-object-fit: contain;
  object-fit: contain;
}

.title_new {
  background-color: transparent;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 23px;
}

.date_new {
  font-family: Lato, sans-serif;
  color: hsla(0, 0%, 100%, 0.51);
  font-size: 14px;
}

.card_new_content {
  padding: 20px;
}

.card_content {
  height: 380px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.13);
  border-radius: 2px;
}

.button-3 {
  padding-left: 0px;
  background-color: rgba(56, 152, 236, 0);
}

.crad_button {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: -21%;
  margin-top: 20px;
  margin-left: 20px;
  padding-left: 0px;
  background-color: transparent;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.variant-focus {
  display: -ms-grid;
  display: grid;
  width: 100vw;
  margin-top: 140px;
  margin-left: 0%;
  grid-auto-columns: 1fr;
  grid-column-gap: 130px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1.25fr 1.25fr 1.25fr 1.25fr 1.25fr;
  grid-template-columns: 1.25fr 1.25fr 1.25fr 1.25fr 1.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.devices-focus {
  position: relative;
  left: -68px;
  top: -119px;
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  font-size: 59px;
  line-height: 60px;
  letter-spacing: 1px;
  text-shadow: 2px 2px 17px rgba(1, 1, 1, 0.47);
}

.image-device-focus {
  width: 100%;
  height: 450px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -o-object-fit: cover;
  object-fit: cover;
}

.focus-section-copy {
  position: relative;
  display: block;
  margin-bottom: 140px;
  padding: 140px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.scroll-horizontal-section {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100vw;
  height: 200vw;
}

.container-scroll-horizantal {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  overflow: hidden;
  width: 100vw;
  padding-top: 220px;
  padding-bottom: 220px;
  padding-left: 10%;
}

.horizontal-scroll-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 300vw;
}

.device-block {
  display: inline-block;
  width: 400px;
  height: 400px;
  margin-right: 30px;
  background-color: #d3baba;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.device-block._1 {
  width: 400px;
  background-image: url('../images/laptop.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.device-block._2 {
  background-image: url('../images/phone.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.device-block._3 {
  background-image: url('../images/machine.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.device-block._4 {
  background-image: url('../images/control.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.device-block._5 {
  background-image: url('../images/auto.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.focus-section-_industries {
  position: relative;
  display: block;
  overflow: hidden;
  height: 200vh;
}

.container-focus-section {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  overflow: hidden;
  width: 100vw;
  background-color: #b94444;
}

.focus-section-horizontal-scroll {
  position: relative;
  display: none;
  overflow: visible;
  width: auto;
  height: 400vh;
  max-width: none;
  margin-top: 0px;
  background-color: #010101;
}

.focus-container-horizontal-scroll {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}

.focus-container-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  overflow: hidden;
  width: 100vw;
  padding: 80px 10% 140px;
}

.focus-content {
  width: 300vw;
  margin-top: 140px;
}

.focus-block {
  display: inline-block;
  overflow: visible;
  width: 500px;
  height: 500px;
  margin-right: 140px;
  background-color: transparent;
  -webkit-filter: brightness(73%);
  filter: brightness(73%);
  -webkit-transition: -webkit-filter 400ms ease-out;
  transition: -webkit-filter 400ms ease-out;
  transition: filter 400ms ease-out;
  transition: filter 400ms ease-out, -webkit-filter 400ms ease-out;
  cursor: pointer;
}

.focus-block:hover {
  background-color: transparent;
  -webkit-filter: brightness(116%);
  filter: brightness(116%);
}

.focus-image {
  overflow: hidden;
  width: 500px;
  height: 500px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
}

.focus-image._1 {
  background-image: url('../images/laptop.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.focus-image._2 {
  background-image: url('../images/phone.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.focus-image._4 {
  background-image: url('../images/control.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.focus-text {
  position: relative;
  left: -73px;
  top: -121px;
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  font-size: 56px;
  line-height: 60px;
  text-transform: uppercase;
  text-shadow: 6px 6px 60px #010101;
}

.image-17 {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
}

.modal-title {
  position: static;
  left: -73px;
  top: -121px;
  margin-bottom: 20px;
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  font-size: 56px;
  line-height: 60px;
  text-align: left;
  text-transform: uppercase;
  text-shadow: 6px 6px 60px #010101;
}

.white-line {
  position: absolute;
  left: -507px;
  width: 1000px;
  height: 1px;
  background-color: #fff;
  color: #fff;
}

.title-section-footer {
  margin-bottom: 20px;
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 60px;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.footer-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 14em;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  opacity: 0.8;
}

.location {
  max-width: none;
  margin-top: 80px;
  margin-right: 0px;
}

.location.paloalto {
  margin-top: 70px;
}

.location.beijing {
  margin-top: 30px;
}

.location-title {
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.footer-subtitle {
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.addres-text {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.contact-data {
  margin-top: 7px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
}

.phone-contact {
  margin-top: 20px;
}

.copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.copyright-text {
  font-family: Lato, sans-serif;
  color: hsla(0, 0%, 100%, 0.4);
}

.legal-links {
  margin-left: 60px;
  padding-right: 0px;
  font-family: Lato, sans-serif;
  color: hsla(0, 0%, 100%, 0.4);
  text-decoration: none;
}

.media_section {
  position: static;
  z-index: 0;
  display: block;
  overflow: hidden;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0px;
  padding-bottom: 140px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(50%, rgba(1, 1, 1, 0.78)), to(#010101)), url('../images/media-bg.jpg');
  background-image: linear-gradient(180deg, #000, rgba(1, 1, 1, 0.78) 50%, #010101), url('../images/media-bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.media_slider {
  display: block;
  overflow: visible;
  height: auto;
  margin-top: 100px;
  padding-left: 7.5vw;
  background-color: transparent;
}

.left-arrow-3 {
  display: none;
}

.right-arrow-3 {
  display: none;
}

.media_bullets {
  position: static;
  display: block;
  margin-top: 80px;
  padding-top: 0px;
  padding-right: 7.5vw;
}

.media_card {
  width: 350px;
  max-width: 92.5vw;
  margin-right: 60px;
  border-radius: 4px;
  background-color: transparent;
  cursor: pointer;
}

.media_slider_mask {
  overflow: visible;
  width: 350px;
  height: auto;
  margin-top: 40px;
}

.card_image {
  width: 100%;
  height: 120px;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 4px;
  background-color: transparent;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.date_media {
  font-family: Lato, sans-serif;
  color: hsla(0, 0%, 100%, 0.6);
}

.title_media {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}

.button_media {
  margin-top: 20px;
  margin-bottom: 20px;
}

.media_card_content {
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 0px;
}

.button_bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -1;
  height: 50px;
  margin-left: 0px;
  border-radius: 2px;
  background-color: #005e9d;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.button_card {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 0px;
  text-decoration: none;
}

.button_label_bew {
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
}

.media_slider_cms {
  display: block;
}

.media_slider_cms_item {
  height: 380px;
  border-radius: 2px;
}

.card_image_logos {
  display: inline-block;
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-radius: 4px;
  background-color: #fff;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.image-18 {
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}

.card-image-logos {
  width: 100%;
  height: 120px;
  margin-bottom: 20px;
  padding-bottom: 0px;
  border-radius: 4px;
  background-color: #fff;
  -o-object-fit: contain;
  object-fit: contain;
}

.team-section-copy {
  display: none;
  overflow: hidden;
  width: auto;
  padding: 120px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/placa_team-section.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.team-card-copy {
  display: block;
  margin: 10px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 30px;
  border-radius: 4px;
  background-color: hsla(0, 0%, 100%, 0.15);
  -webkit-transition: padding-left 300ms ease-out, -webkit-transform 300ms ease-out;
  transition: padding-left 300ms ease-out, -webkit-transform 300ms ease-out;
  transition: padding-left 300ms ease-out, transform 300ms ease-out;
  transition: padding-left 300ms ease-out, transform 300ms ease-out, -webkit-transform 300ms ease-out;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.team-card-copy:hover {
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 10px;
  padding: 42px 0px 42px 50px;
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.right-arrow-4 {
  display: none;
}

.left-arrow-4 {
  display: none;
}

.prueba-grila-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.card-1 {
  width: 350px;
  height: 400px;
  margin-right: 5px;
  margin-left: 5px;
}

.slider_news {
  display: block;
}

.slider_news_list {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 6px;
  grid-row-gap: 5px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.slider_news_item {
  padding-right: 0px;
  padding-left: 0px;
}

.team-card-copy {
  display: block;
  margin: 5px 40px 5px 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 0px;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: background-color 300ms ease-out, padding-left 300ms ease-out, -webkit-transform 300ms ease-out;
  transition: background-color 300ms ease-out, padding-left 300ms ease-out, -webkit-transform 300ms ease-out;
  transition: background-color 300ms ease-out, padding-left 300ms ease-out, transform 300ms ease-out;
  transition: background-color 300ms ease-out, padding-left 300ms ease-out, transform 300ms ease-out, -webkit-transform 300ms ease-out;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.team-card-copy:hover {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 0px;
  padding: 30px 0px 30px 30px;
  background-color: hsla(0, 0%, 100%, 0.12);
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.slider-2 {
  display: none;
  background-color: transparent;
}

.slide-4 {
  padding-top: 40px;
}

.container-footer {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

.container-footer.cc-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-footer.cc-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.container-footer.cc-footer {
  display: block;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container-footer.cc-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-footer.cc-blogpost {
  display: block;
  max-width: 770px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-footer.cc-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.team-card-content {
  position: relative;
  display: block;
  width: auto;
  height: auto;
  margin: 2px 40px 2px 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0px;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: background-color 300ms ease-out, padding 300ms ease-out;
  transition: background-color 300ms ease-out, padding 300ms ease-out;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.team-card-content:hover {
  width: auto;
  height: auto;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: 0px;
  padding: 15px 0px 15px 15px;
  border-radius: 2px;
  background-color: transparent;
}

.nav-line {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 120px;
  height: 1px;
  background-color: #fff;
  -webkit-transform: translate(-57px, 0px);
  -ms-transform: translate(-57px, 0px);
  transform: translate(-57px, 0px);
}

.modal-wrapper-communications {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 109900;
  display: block;
  height: 100%;
  padding-top: 0px;
  background-color: rgba(1, 1, 1, 0);
}

.modal-wrapper-industrial {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 109900;
  display: block;
  height: 100%;
  padding-top: 0px;
  background-color: rgba(1, 1, 1, 0);
}

.modal-wrapper-consumer {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 109900;
  display: block;
  height: 100%;
  padding-top: 0px;
  background-color: rgba(1, 1, 1, 0);
}

.modal-wrapper-automotive {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 109900;
  display: block;
  height: 100%;
  padding-top: 0px;
  background-color: rgba(1, 1, 1, 0);
}

.modal-wrapper-phone {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 109900;
  display: none;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: rgba(1, 1, 1, 0);
}

.phone {
  display: block;
  width: auto;
}

.modal-wrapper-machine {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 109900;
  display: none;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: rgba(1, 1, 1, 0);
}

.machine {
  display: block;
  width: auto;
}

.modal-wrapper-game {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 109900;
  display: none;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: rgba(1, 1, 1, 0);
}

.game {
  display: block;
  width: auto;
}

.modal-wrapper-auto {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 109900;
  display: none;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: rgba(1, 1, 1, 0);
}

.auto {
  display: block;
  width: auto;
}

.modal-wrapper-new {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100000;
  display: none;
  width: 100%;
  height: 100vh;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(1, 1, 1, 0);
}

.modal-title-new {
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: rgba(1, 1, 1, 0);
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 46px;
  line-height: 40px;
  font-weight: 700;
}

.modal-text-new {
  position: relative;
  z-index: 999999;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 39px;
  font-weight: 300;
}

.illustration-device-game {
  overflow: hidden;
  width: 160%;
  height: auto;
  margin-right: 60px;
  padding-top: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.modal-wrapper-media {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100000;
  display: none;
  overflow: scroll;
  width: 100%;
  height: 100vh;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #010101;
}

.modal-wrapper-media.team2 {
  display: none;
}

.modal-wrapper-media.team3 {
  display: none;
}

.modal-wrapper-media.team4 {
  display: none;
}

.modal-wrapper-media.team5 {
  display: none;
}

.modal-wrapper-media.team6 {
  display: none;
}

.modal-wrapper-media.team7 {
  display: none;
}

.modal-wrapper-media.team8 {
  display: none;
}

.modal-wrapper-media.team9 {
  display: none;
}

.modal-wrapper-media.team10 {
  display: none;
}

.modal-wrapper-media.team11 {
  display: none;
}

.modal-wrapper-media.team12 {
  display: none;
}

.modal-wrapper-media.team13 {
  display: none;
}

.modal-wrapper-media.team14 {
  display: none;
}

.modal-wrapper-media._1 {
  display: none;
}

.modal-wrapper-media._2 {
  display: none;
  overflow: scroll;
}

.modal-wrapper-media._3 {
  display: none;
  overflow: scroll;
}

.modal-wrapper-media._4 {
  display: none;
  overflow: scroll;
}

.modal-wrapper-media._5 {
  display: none;
  overflow: scroll;
}

.modal-wrapper-media._6 {
  display: none;
}

.modal-wrapper-media._7 {
  display: none;
  overflow: visible;
}

.modal-wrapper-media._8 {
  display: none;
}

.modal-wrapper-media._9 {
  display: none;
}

.media-close-button {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 30px;
  margin-right: 30px;
  margin-left: 0px;
  padding: 20px;
  border-bottom-left-radius: 4px;
  -webkit-transition: -webkit-transform 400ms ease-in-out;
  transition: -webkit-transform 400ms ease-in-out;
  transition: transform 400ms ease-in-out;
  transition: transform 400ms ease-in-out, -webkit-transform 400ms ease-in-out;
  cursor: pointer;
}

.media-close-button:hover {
  -webkit-transform: rotate(-90deg) scale(1.4);
  -ms-transform: rotate(-90deg) scale(1.4);
  transform: rotate(-90deg) scale(1.4);
}

.media-close-button:active {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.modal-media {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: visible;
  width: auto;
  max-width: 1000px;
  margin: 5% auto 0px;
  padding-bottom: 40px;
  float: none;
  clear: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.modal-media-content {
  margin-top: 40px;
}

.media-title {
  margin-top: 10px;
  margin-bottom: 40px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: rgba(1, 1, 1, 0);
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

.media-text {
  position: static;
  z-index: 999999;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 31px;
  font-weight: 400;
  text-decoration: none;
}

.link-2 {
  background-color: transparent;
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}

.media-image-1 {
  width: 100%;
  height: 300px;
  max-width: none;
  border-radius: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-inline {
  max-width: 70%;
}

.link-3 {
  color: #fff;
  font-weight: 700;
}

.rectangle-black {
  width: 100%;
  height: 75px;
}

.media-image-logo {
  width: 100%;
  height: 300px;
  max-width: none;
  padding: 40px 220px;
  border-radius: 4px;
  background-color: #fff;
  -o-object-fit: cover;
  object-fit: cover;
}

.link-4 {
  color: #fff;
}

.link-5 {
  color: #fff;
  text-decoration: none;
}

.link-6 {
  color: #fff;
  text-decoration: none;
}

.quote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
}

.quote-text {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 27px;
  text-align: center;
}

.media-text-quote {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 28px;
  font-style: italic;
  font-weight: 300;
}

.link-7 {
  color: #fff;
  text-decoration: underline;
}

.media-subtitle {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 26px;
}

.cta-indutries {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  padding-bottom: 20px;
  padding-left: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(1, 1, 1, 0.64)));
  background-image: linear-gradient(180deg, transparent, rgba(1, 1, 1, 0.64));
}

.more-icon {
  width: 21px;
  margin-right: 10px;
  padding-left: 0px;
}

.cta-focus-text {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 17px;
}

.cta-focus-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.languages {
  position: absolute;
  left: auto;
  top: 0%;
  right: 5%;
  bottom: 0%;
  padding-top: 25%;
  padding-bottom: 25%;
}

.language_item {
  margin-top: 10px;
  margin-bottom: 10px;
  opacity: 0.49;
  text-decoration: none;
}

.language_item.w--current {
  opacity: 1;
}

.language_text {
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.languages_divider {
  width: 20px;
  height: 1px;
  background-color: #fff;
}

.description_portfolio {
  position: static;
  top: -61px;
  display: none;
  margin-top: -95px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
}

.map {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: -300;
  margin: 40px 100px 140px;
  padding-left: 0px;
  opacity: 0.09;
  -o-object-fit: cover;
  object-fit: cover;
}

.footer_izquierda {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer_derecha {
  max-width: 300px;
}

.section {
  background-color: #010101;
}

.focus_section {
  display: none;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #010101;
}

.title_focus_section {
  max-width: 800px;
  margin-top: 0px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 38px;
  font-weight: 400;
}

.device_ilustration {
  position: relative;
  top: 0px;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 240px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #010101;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(60%, #010101), to(rgba(1, 1, 1, 0.68)));
  background-image: linear-gradient(180deg, #000, #010101 60%, rgba(1, 1, 1, 0.68));
  -webkit-perspective-origin: 50% 100%;
  perspective-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-19 {
  -webkit-perspective-origin: 50% 0%;
  perspective-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -o-object-fit: cover;
  object-fit: cover;
}

.grid_devices {
  display: -ms-grid;
  display: grid;
  width: 90%;
  margin-top: 100px;
  margin-bottom: 100px;
  grid-auto-columns: 1fr;
  grid-column-gap: 46px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1.5fr 1.5fr 1.5fr 1.5fr 1.5fr;
  grid-template-columns: 1.5fr 1.5fr 1.5fr 1.5fr 1.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid_devices.second {
  justify-items: center;
  -ms-grid-columns: 1.75fr 1.75fr;
  grid-template-columns: 1.75fr 1.75fr;
}

.focus_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: -80px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.device_name {
  margin-top: 0px;
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
}

.device {
  position: static;
}

.description_device {
  position: relative;
  left: 0%;
  top: -49%;
  right: 0%;
  bottom: auto;
  z-index: 0;
  display: block;
}

.text_description_device {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
}

.focus_section-2 {
  display: block;
  margin: auto auto 15%;
  padding-top: 0%;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #010101;
}

.focus_content-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.title_focus_section-2 {
  position: relative;
  z-index: 90000;
  max-width: 800px;
  margin-top: 3%;
  margin-bottom: 2%;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 38px;
  font-weight: 400;
}

.grid_devices-2 {
  display: -ms-grid;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 90%;
  max-width: 1400px;
  margin-top: 0px;
  margin-bottom: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1.5fr 1.5fr 1.5fr;
  grid-template-columns: 1.5fr 1.5fr 1.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid_devices-2.second {
  justify-items: center;
  -ms-grid-columns: 1.75fr 1.75fr;
  grid-template-columns: 1.75fr 1.75fr;
}

.device-2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@keyframes fadein{
  from { opacity:0; }
  to { opacity:1; }
}

@-webkit-keyframes fadein{
  from { opacity:0; }
  to { opacity:1; }
}

.device-2:hover .description_device-2 {
  -webkit-animation: 0.5s forwards fadein;
  animation: 0.5s forwards fadein;
}

.device_ilustration-2 {
  position: relative;
  top: 0px;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-right: 20%;
  padding-bottom: 0px;
  padding-left: 20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: transparent;
  -webkit-perspective-origin: 50% 100%;
  perspective-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.device_ilustration-2._3 {
  width: 100%;
}

.device_ilustration-2._1 {
  z-index: 100;
  padding-right: 25%;
  padding-left: 25%;
}

.description_device-2 {
  position: relative;
  left: 0%;
  top: -49%;
  right: 0%;
  bottom: auto;
  z-index: 0;
  display: block;
  width: 100%;
  margin-bottom: -128px;
  -webkit-transform: translate(0px, -38px);
  -ms-transform: translate(0px, -38px);
  transform: translate(0px, -38px);
  opacity: 0;
}

.image-19-2 {
  -webkit-perspective-origin: 50% 0%;
  perspective-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -o-object-fit: contain;
  object-fit: contain;
}

.device_name-2 {
  margin-top: 0px;
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
}

.text_description_device-2 {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

.grid_devices-3 {
  display: -ms-grid;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 70%;
  max-width: 1400px;
  margin-top: 0px;
  margin-bottom: 5%;
  grid-auto-columns: 1fr;
  grid-column-gap: 46px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1.5fr 1.5fr;
  grid-template-columns: 1.5fr 1.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid_devices-3.second {
  justify-items: center;
  -ms-grid-columns: 1.75fr 1.75fr;
  grid-template-columns: 1.75fr 1.75fr;
}

.form {
  text-align: left;
}

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

.field-label {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 18px;
  text-transform: none;
}

.text_input {
  height: 60px;
  margin-bottom: 10px;
  padding-left: 50px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.55);
  border-radius: 5px;
  background-color: hsla(0, 0%, 100%, 0.2);
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
}

.text_input:focus {
  border-width: 3px;
}

.login_button {
  display: block;
  width: 100%;
  height: 60px;
  margin-top: 40px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 5px;
  background-color: #005e9d;
  -webkit-transition: background-color 500ms cubic-bezier(.25, .46, .45, .94);
  transition: background-color 500ms cubic-bezier(.25, .46, .45, .94);
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.login_button:hover {
  background-color: #044a79;
}

.input {
  margin-bottom: 30px;
}

.image-20 {
  position: absolute;
  left: 10px;
  top: 24%;
  right: auto;
  bottom: 0%;
  z-index: 10;
  display: block;
  background-color: transparent;
}

.input_content {
  position: relative;
}

.forgot_password_link {
  -webkit-transition: opacity 800ms ease-in-out;
  transition: opacity 800ms ease-in-out;
  font-family: Lato, sans-serif;
  color: hsla(0, 0%, 100%, 0.59);
  font-size: 16px;
  text-decoration: none;
}

.forgot_password_link:hover {
  color: #fff;
}

.text_input_reset_password {
  height: 60px;
  margin-bottom: 10px;
  padding-left: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.55);
  border-radius: 5px;
  background-color: hsla(0, 0%, 100%, 0.2);
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
}

.text_input_reset_password:focus {
  border-width: 3px;
}

.container-2 {
  max-width: 1180px;
  margin-top: 148px;
  padding-right: 20px;
  padding-left: 20px;
}

.table_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.table_actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.title_table_heading {
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.table_button {
  margin-left: 0px;
  padding-left: 36px;
  border: 1px solid #fff;
  border-radius: 5px;
  background-color: transparent;
  background-image: url('../images/date_range-24px.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.button_table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 40px;
  margin-left: 20px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 5px;
  -webkit-transition: border-width 300ms ease-in-out, background-color 300ms ease-in-out;
  transition: border-width 300ms ease-in-out, background-color 300ms ease-in-out;
}

.button_table:hover {
  border-width: 2px;
  background-color: hsla(0, 0%, 100%, 0.2);
}

.image-21 {
  margin-right: 15px;
  opacity: 1;
}

.label_button_table {
  opacity: 1;
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.table_header_content {
  display: -ms-grid;
  display: grid;
  padding-top: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 2fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.table_header_subtitle {
  margin-left: 0px;
  font-family: Lato, sans-serif;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.table_header_data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 140px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.table_header_document {
  margin-left: 0px;
  font-family: Lato, sans-serif;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.line_table {
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #fff;
}

.line_table._1 {
  background-color: hsla(0, 0%, 100%, 0.2);
}

.table_item {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 2fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.document_name {
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 700;
}

.data_document {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.size_data {
  font-family: Lato, sans-serif;
  color: #fff;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}

.date_data {
  font-family: Lato, sans-serif;
  color: #fff;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}

.button_download {
  position: static;
  left: 15px;
  top: auto;
  right: 15px;
  bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 40px;
  margin-left: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0px solid #fff;
  border-radius: 5px;
  background-color: #005e9d;
  -webkit-transition: background-color 325ms ease-in-out;
  transition: background-color 325ms ease-in-out;
}

.button_download:hover {
  background-color: #044a79;
}

.section-files {
  margin-bottom: 300px;
}

.section-files._1 {
  display: none;
}

.table_item_square {
  position: relative;
  display: block;
  height: 220px;
  padding: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 2fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.5);
}

.size_data_square {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  font-family: Lato, sans-serif;
  color: #fff;
  font-style: normal;
  font-weight: 700;
  text-align: left;
}

.date_data_square {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
}

.table_square {
  display: -ms-grid;
  display: grid;
  margin-top: 30px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.tag_table {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 15px;
  margin-right: 15px;
  padding: 5px 10px;
  border-radius: 20px;
  background-color: hsla(0, 0%, 100%, 0.19);
}

.data_hour_content {
  margin-bottom: 20px;
}

.hour_data_square {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 13px;
  font-style: italic;
  font-weight: 300;
  text-align: left;
}

.button_download_square {
  position: absolute;
  left: 15px;
  top: auto;
  right: 15px;
  bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 40px;
  margin-left: 0px;
  padding-right: 20px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0px solid #fff;
  border-radius: 5px;
  background-color: rgba(0, 94, 157, 0);
  -webkit-transition: background-color 325ms ease-in-out;
  transition: background-color 325ms ease-in-out;
  text-decoration: none;
}

.button_download_square:hover {
  background-color: rgba(0, 94, 157, 0);
}

.button_download_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.input_content_field {
  position: relative;
}

.year_subtitle {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 24px;
  text-align: left;
}

.q_subtitle {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
}

.title-email {
  margin-bottom: 10px;
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 60px;
  font-weight: 700;
  text-align: left;
  text-transform: none;
}

.container-3 {
  padding-top: 100px;
}

.text_email {
  margin-top: 100px;
  margin-bottom: 140px;
}

.paragraph-_email {
  position: relative;
  display: block;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 30px;
}

.link_email {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  color: hsla(0, 0%, 100%, 0.56);
  font-size: 17px;
  line-height: 30px;
}

.button_email {
  display: inline-block;
  height: 60px;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 25px 30px 20px;
  border-radius: 4px;
  background-color: #005e9d;
  font-family: 'Josefin Sans', sans-serif;
  line-height: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.copyright-text_email {
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Lato, sans-serif;
  color: hsla(0, 0%, 100%, 0.4);
}

.line_table_email {
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #fff;
}

.line_table_email._1 {
  background-color: hsla(0, 0%, 100%, 0.2);
}

@media screen and (max-width: 991px) {
  .navigation {
    z-index: 999;
    padding-right: 10px;
  }
  .header {
    padding-right: 60px;
    padding-left: 60px;
  }
  .bullet {
    display: none;
  }
  .navigation-button {
    width: 75%;
    margin: 20px 30px;
  }
  .header-content {
    width: 60%;
  }
  .container.cc-contact {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .team-section {
    background-repeat: repeat, no-repeat;
  }
  .h2-container {
    width: 80%;
  }
  .h2-container.cc-center {
    width: 80%;
  }
  .feature-item-container {
    height: auto;
  }
  .collection-list {
    margin-right: -5px;
    margin-left: -5px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .slider-section {
    margin-top: 240px;
  }
  .slider {
    height: 480px;
    margin-top: -240px;
  }
  ._2-row-image {
    max-width: 50%;
    margin-right: 30px;
  }
  ._2-row-image.cc-row-spacing {
    margin-right: 50px;
  }
  ._2-row-image.cc-row-reverse {
    margin-right: 0px;
  }
  ._2-row-text {
    margin-right: 0px;
  }
  ._2-row-text.cc-bottom {
    margin-right: 50px;
  }
  ._2-row-text.cc-bottom.cc-reverse {
    margin-left: 50px;
  }
  ._2-row-text.cc-row-reverse {
    margin-right: 50px;
  }
  .collection-item {
    width: 33.33333333%;
    padding-right: 5px;
    padding-left: 5px;
  }
  .collection-item.cc-feature-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
  }
  .header-inner-content {
    width: 80%;
  }
  .premium-image-container {
    margin-top: 0px;
  }
  .container-quote {
    width: 100%;
  }
  .container-pricing {
    margin-top: -10px;
    margin-bottom: -10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .pricing-block {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .container-facts {
    margin: -10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .fact-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .container-facts-inner {
    width: 50%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .team {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .collection-list-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .team-member {
    width: 33.33333333%;
  }
  .blog-posts-item {
    width: 50%;
  }
  .header-color {
    height: 85%;
  }
  .contact-intro {
    padding-bottom: 110px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contact-info {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .form-input {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .logo.w--current {
    width: 140px;
  }
  .nav-menu {
    height: 100vh;
    margin-top: -90px;
    margin-bottom: 0px;
    padding-top: 100px;
    padding-bottom: 30px;
    background-color: #010101;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
  }
  .nav-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .icon-2 {
    color: #fff;
    font-size: 32px;
  }
  .menu-button:active {
    background-color: #010101;
  }
  .menu-button.w--open {
    background-color: #010101;
  }
  .cards-grid-container {
    grid-column-gap: 20px;
  }
  .footer-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .grid {
    max-width: 96%;
    margin-right: auto;
    margin-left: auto;
    grid-auto-flow: row;
    grid-column-gap: 27px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .title-section {
    font-size: 50px;
  }
  .modal-wrapper {
    z-index: 1000000;
    display: block;
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .modal-wrapper.team1 {
    display: none;
  }
  .modal-wrapper.team2 {
    display: none;
  }
  .modal-biography {
    width: auto;
    margin-right: 40px;
    margin-left: 40px;
  }
  .modal-background {
    width: 100vw;
  }
  .modal-content {
    max-width: 90%;
  }
  .team-close-button {
    margin-top: 60px;
    margin-right: 60px;
    margin-left: 600px;
  }
  .collection-team-list {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .collection-list-4 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .brands-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .summary {
    max-width: 80%;
    font-size: 36px;
  }
  .container-focus.cc-contact {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .photos-industries-grid {
    padding-bottom: 40px;
    grid-row-gap: 24px;
    -ms-grid-columns: 1.25fr 1.25fr;
    grid-template-columns: 1.25fr 1.25fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .photo-industry._1 {
    height: 450px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }
  .photo-industry._3 {
    height: 450px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }
  .photo-industry._5 {
    height: 450px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }
  .photo-industry-down._2 {
    height: 450px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }
  .photo-industry-down._4 {
    height: 450px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }
  .modal-wrapper-compute {
    display: none;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 100px;
  }
  .modal-device {
    width: auto;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .text-description-device {
    font-size: 28px;
    line-height: 40px;
    text-align: center;
  }
  .illustration-device {
    width: 60%;
  }
  .close-button {
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 600px;
  }
  .modal-title {
    font-size: 50px;
    text-align: center;
  }
  .white-line {
    left: -727px;
    width: 1000px;
  }
  .title-section-footer {
    font-size: 50px;
  }
  .footer-content {
    grid-column-gap: 24px;
    -ms-grid-columns: 1.5fr 1.75fr 1.25fr;
    grid-template-columns: 1.5fr 1.75fr 1.25fr;
  }
  .location {
    max-width: 400px;
    margin-right: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .copyright {
    margin-top: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .other-links {
    margin-bottom: 30px;
  }
  .copyright-text {
    margin-bottom: 0px;
  }
  .legal-links {
    margin-right: 60px;
    margin-left: 0px;
  }
  .media_section {
    padding-top: 60px;
  }
  .media_bullets {
    margin-top: 60px;
  }
  .media_card {
    width: 300px;
    margin-right: 40px;
  }
  .container-footer.cc-contact {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .modal-wrapper-communications {
    display: none;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .modal-wrapper-industrial {
    display: none;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .modal-wrapper-consumer {
    display: none;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .modal-wrapper-automotive {
    display: none;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .modal-wrapper-phone {
    display: none;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 100px;
  }
  .modal-wrapper-machine {
    display: none;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 100px;
  }
  .modal-wrapper-game {
    display: none;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 100px;
  }
  .modal-wrapper-auto {
    display: none;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 100px;
  }
  .modal-wrapper-new {
    display: none;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .illustration-device-game {
    width: 60%;
  }
  .modal-wrapper-media {
    display: block;
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
  }
  .modal-wrapper-media._1 {
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
  }
  .media-close-button {
    z-index: 99990;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 600px;
  }
  .modal-media {
    width: auto;
    margin-right: 20px;
    margin-left: 20px;
  }
  .modal-media-content {
    max-width: none;
  }
  .image-inline {
    max-width: 100%;
  }
  .languages {
    left: auto;
    top: 35px;
    right: 130px;
    bottom: auto;
    z-index: 10000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0%;
    padding-bottom: 0%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .language_item {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
  }
  .language_item.w--current {
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
  }
  .languages_divider {
    width: 1px;
    height: 20px;
  }
  .map {
    top: 58px;
    width: 800px;
    max-width: none;
    margin: 140px 0px 0px;
  }
  .title_focus_section {
    max-width: 600px;
  }
  .grid_devices {
    grid-column-gap: 97px;
    grid-row-gap: 85px;
    -ms-grid-columns: 1.5fr 1.5fr;
    grid-template-columns: 1.5fr 1.5fr;
  }
  .description_device {
    display: none;
  }
  .title_focus_section-2 {
    max-width: 600px;
  }
  .grid_devices-2 {
    display: grid;
    grid-column-gap: 17px;
    grid-row-gap: 85px;
    -ms-grid-columns: 1.5fr 1.5fr 1fr;
    grid-template-columns: 1.5fr 1.5fr 1fr;
  }
  .description_device-2 {
    display: none;
  }
  .grid_devices-3 {
    display: grid;
    width: 80%;
    grid-column-gap: 97px;
    grid-row-gap: 85px;
    -ms-grid-columns: 1.5fr 1.5fr;
    grid-template-columns: 1.5fr 1.5fr;
  }
  .container-2 {
    max-width: 700px;
  }
  .table_title {
    margin-bottom: 20px;
  }
  .image-21 {
    margin-right: 10px;
  }
  .table_header {
    display: none;
  }
  .line_table {
    display: none;
    margin-right: auto;
    margin-left: auto;
  }
  .line_table._1 {
    display: block;
  }
  .table_item {
    -ms-grid-columns: 30% 10% 15% 10% 20%;
    grid-template-columns: 30% 10% 15% 10% 20%;
  }
  .document_name {
    width: 100%;
  }
  .button_download {
    padding-left: 10px;
  }
  .table_square {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .title-email {
    font-size: 50px;
  }
  .container-3 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .copyright-text_email {
    margin-bottom: 0px;
  }
  .line_table_email {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .line_table_email._1 {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .header {
    height: 100vh;
    padding-top: 210px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .navigation-links {
    display: none;
  }
  .header-content {
    width: 80%;
  }
  .h1 {
    font-size: 60px;
    line-height: 54px;
  }
  .h1.cc-black {
    margin-bottom: 50px;
  }
  .paragraph {
    line-height: 40px;
  }
  .container.cc-cta {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .container.cc-footer {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .team-section {
    padding-top: 60px;
    background-size: auto, 1200px;
    background-repeat: repeat, no-repeat;
  }
  .h2-container {
    width: 100%;
    margin-bottom: 60px;
  }
  .h2-container.cc-center {
    width: 100%;
  }
  .feature-item-container {
    height: auto;
  }
  .collection-list {
    margin: -10px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .slider-section {
    margin-top: 150px;
  }
  .slider {
    height: 300px;
    margin-top: -150px;
  }
  .about {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .premium {
    padding-top: 60px;
    padding-bottom: 90px;
  }
  ._2-row-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 60px;
  }
  ._2-row-image.cc-row-spacing {
    margin-right: 0px;
  }
  ._2-row-text {
    margin-right: 0px;
  }
  ._2-row-text.cc-bottom {
    margin-right: 0px;
  }
  ._2-row-text.cc-bottom.cc-reverse {
    margin-left: 0px;
  }
  ._2-row-text.cc-row-reverse {
    margin-right: 0px;
  }
  .row {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  ._2-row-action-text {
    margin-top: 50px;
  }
  .cta {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .cta-column {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .footer {
    position: static;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .footer-column {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .footer-column.cc-footer {
    width: 100%;
  }
  .collection-item {
    width: 100%;
    margin: 10px 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .collection-item.cc-feature-row {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .nav-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .nav-icon-piece {
    background-color: #fff;
  }
  .nav-icon-piece.top {
    background-color: #fff;
  }
  .collection-list-wrapper.cc-feature-row {
    margin-bottom: -60px;
  }
  .header-inner {
    padding-top: 150px;
    padding-bottom: 60px;
  }
  .header-inner.cc-header-extra {
    padding-bottom: 180px;
  }
  .header-inner-content {
    width: 100%;
  }
  .premium-intro {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .premium-image-container {
    margin-bottom: 90px;
  }
  .about-intro {
    padding-top: 85px;
    padding-bottom: 45px;
  }
  .goals-container {
    margin-top: -15px;
    margin-bottom: -25px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .goals-container-inner {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .team-member {
    width: 50%;
  }
  .our-goals {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .blog-posts-item {
    width: 100%;
  }
  .header-color {
    height: 85%;
  }
  .content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .contact-intro {
    padding-top: 90px;
    padding-bottom: 80px;
  }
  .contact-info-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .contact-info-text {
    width: 100%;
  }
  .logo.w--current {
    width: 120px;
  }
  .sticky-nav {
    position: relative;
  }
  .nav-grid {
    text-align: center;
  }
  .hero-overlay {
    padding: 40px 20px;
  }
  .cards-section {
    padding: 40px 20px;
  }
  .cards-grid-container {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .feature-section {
    padding: 40px 20px;
  }
  .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .feature-image-mask {
    margin-right: 0px;
  }
  .feature-image {
    margin-right: auto;
    margin-left: auto;
  }
  .footer-2 {
    padding: 40px 20px;
  }
  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .name-team {
    font-size: 20px;
  }
  .title-section {
    font-size: 40px;
  }
  .modal-wrapper {
    display: block;
    max-width: none;
    padding-top: 25%;
  }
  .modal-biography {
    max-width: 90%;
  }
  .team-close-button {
    width: 80px;
    max-width: none;
    margin-left: 420px;
  }
  .team-close-button:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .collection-team-list {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .collection-list-4 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .brands-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .summary {
    max-width: 100%;
    font-size: 32px;
    line-height: 44px;
  }
  .container-focus.cc-cta {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .container-focus.cc-footer {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .photos-industries-grid {
    margin-bottom: 0px;
    padding-bottom: 100px;
  }
  .photo-industry._1 {
    height: 350px;
  }
  .photo-industry._3 {
    height: 350px;
  }
  .photo-industry._5 {
    height: 350px;
  }
  .photo-industry-down._2 {
    height: 350px;
  }
  .photo-industry-down._4 {
    height: 350px;
  }
  .modal-wrapper-compute {
    display: none;
    max-width: none;
    padding-top: 20%;
  }
  .modal-device {
    max-width: 90%;
    padding-top: 0px;
  }
  .text-description-device {
    font-size: 28px;
    line-height: 42px;
  }
  .illustration-device {
    width: 80%;
  }
  .close-button {
    width: 80px;
    max-width: none;
    margin-left: 420px;
  }
  .close-button:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .modal-title {
    font-size: 40px;
  }
  .white-line {
    left: -835px;
  }
  .title-section-footer {
    font-size: 40px;
  }
  .footer-content {
    grid-row-gap: 60px;
    -ms-grid-columns: 2fr 1.75fr;
    grid-template-columns: 2fr 1.75fr;
  }
  .copyright {
    margin-top: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .other-links {
    margin-bottom: 30px;
  }
  .copyright-text {
    margin-bottom: 0px;
  }
  .team-section-copy {
    padding-top: 60px;
  }
  .slider_news_list {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .container-footer.cc-cta {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .container-footer.cc-footer {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .modal-wrapper-communications {
    display: none;
    max-width: none;
    padding-top: 25%;
  }
  .modal-wrapper-industrial {
    display: none;
    max-width: none;
    padding-top: 25%;
  }
  .modal-wrapper-consumer {
    display: none;
    max-width: none;
    padding-top: 25%;
  }
  .modal-wrapper-automotive {
    display: none;
    max-width: none;
    padding-top: 25%;
  }
  .modal-wrapper-phone {
    display: none;
    max-width: none;
    padding-top: 20%;
  }
  .modal-wrapper-machine {
    display: none;
    max-width: none;
    padding-top: 20%;
  }
  .modal-wrapper-game {
    display: none;
    max-width: none;
    padding-top: 20%;
  }
  .modal-wrapper-auto {
    display: none;
    max-width: none;
    padding-top: 20%;
  }
  .modal-wrapper-new {
    display: none;
    max-width: none;
    padding-top: 25%;
  }
  .illustration-device-game {
    width: 80%;
  }
  .modal-wrapper-media {
    display: block;
    max-width: none;
    padding-top: 25%;
  }
  .media-close-button {
    width: 80px;
    max-width: none;
    margin-left: 420px;
  }
  .media-close-button:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .modal-media {
    width: 100%;
    max-width: none;
  }
  .image-inline {
    max-width: 100%;
  }
  .media-image-logo {
    width: 100%;
    height: 200px;
    max-width: none;
    padding: 20px;
  }
  .cta-indutries {
    padding-left: 10px;
  }
  .map {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: -150%;
    z-index: -200;
    width: auto;
    margin-top: 0px;
    opacity: 0.09;
  }
  .footer_izquierda {
    margin-right: 20px;
    padding-right: 0px;
  }
  .title_focus_section {
    max-width: 450px;
    font-size: 24px;
    line-height: 32px;
  }
  .grid_devices {
    margin-top: 60px;
    grid-row-gap: 50px;
  }
  .title_focus_section-2 {
    max-width: 450px;
    font-size: 24px;
    line-height: 32px;
  }
  .grid_devices-2 {
    margin-top: 60px;
    grid-row-gap: 50px;
  }
  .grid_devices-3 {
    margin-top: 60px;
    grid-row-gap: 50px;
  }
  .table_item {
    grid-column-gap: 10px;
    -ms-grid-columns: 20% 20% 20% 30%;
    grid-template-columns: 20% 20% 20% 30%;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .table_square {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .title-email {
    font-size: 40px;
  }
  .copyright-text_email {
    margin-top: 20px;
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 479px) {
  .navigation {
    z-index: 900;
    padding-right: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(59%, #000), to(#010101));
    background-image: linear-gradient(180deg, #000, #000 59%, #010101);
  }
  .navigation-container {
    height: 60px;
    padding-right: 10px;
    padding-left: 15px;
  }
  .header {
    height: 100vh;
    margin-top: -60px;
    padding-top: 140px;
    padding-bottom: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#010101), color-stop(50%, rgba(1, 1, 1, 0.7)), to(#010101)), url('../images/semiconductores_hero-section.jpg');
    background-image: linear-gradient(180deg, #010101, rgba(1, 1, 1, 0.7) 50%, #010101), url('../images/semiconductores_hero-section.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }
  .header-content {
    width: 100%;
  }
  .h1 {
    margin-bottom: 10px;
    font-size: 39px;
    line-height: 42px;
    letter-spacing: 0px;
  }
  .paragraph {
    font-size: 18px;
    line-height: 30px;
  }
  .team-section {
    padding-top: 20px;
    padding-bottom: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(51%, rgba(1, 1, 1, 0.6)), to(#010101)), url('../images/placa_team-section.jpg');
    background-image: linear-gradient(180deg, #000, rgba(1, 1, 1, 0.6) 51%, #010101), url('../images/placa_team-section.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, 1200px;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }
  .h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .slider-section {
    margin-top: 75px;
  }
  .slider {
    height: 150px;
    margin-top: -75px;
  }
  ._2-row-image {
    margin-bottom: 60px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  ._2-row-text {
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  ._2-row-text.cc-bottom {
    margin-right: 0px;
  }
  ._2-row-text.cc-bottom.cc-reverse {
    margin-left: 0px;
  }
  .row.cc-bottom {
    margin-top: 60px;
  }
  .footer-column {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-links-list {
    width: 50%;
  }
  .footer-social {
    width: 50%;
  }
  .header-inner {
    margin-top: -60px;
    padding-top: 120px;
    padding-bottom: 60px;
  }
  .header-inner.cc-header-extra {
    padding-bottom: 150px;
  }
  .premium-banner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .premium-banner-inner {
    padding-right: 30px;
    padding-left: 30px;
  }
  .premium-intro {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .premium-image-container {
    margin-bottom: 60px;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .image-banner {
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .faq {
    padding-top: 90px;
    padding-bottom: 60px;
  }
  .container-questions {
    margin: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .question-block {
    width: 100%;
    margin: 15px 0px;
  }
  .container-facts-inner {
    width: 100%;
  }
  .team-member {
    width: 100%;
  }
  .blog-posts {
    margin-top: -90px;
    margin-bottom: 90px;
  }
  .header-color {
    height: 85%;
  }
  .contact-intro {
    padding-bottom: 80px;
  }
  .logo.w--current {
    width: 108px;
  }
  .nav-menu {
    padding-top: 120px;
  }
  .menu-button {
    padding: 0px;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .sticky-nav {
    padding: 0px;
  }
  .nav-grid {
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 100px;
    grid-template-rows: 100px;
  }
  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }
  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c4c4c4;
  }
  .centered-container {
    text-align: left;
  }
  .cards-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .footer-2 {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }
  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-logo-link {
    height: 60px;
  }
  .footer-heading {
    margin-top: 20px;
  }
  .grid {
    max-width: 100%;
    margin-top: 30px;
    grid-row-gap: 8px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .button-2 {
    margin-right: 0%;
  }
  .name-team {
    font-size: 16px;
    letter-spacing: 1px;
  }
  .team-card {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
  }
  .team-card:hover {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
  }
  .title-section {
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
  }
  .subtitle-section {
    margin-bottom: 10px;
    margin-left: 0px;
  }
  .team-list {
    margin-top: 60px;
    margin-bottom: 60px;
    margin-left: 0px;
  }
  .modal-wrapper {
    display: block;
  }
  .modal-wrapper.team1 {
    z-index: 1000000;
    display: none;
  }
  .modal-biography {
    max-width: 90%;
  }
  .name-biography {
    padding-bottom: 10px;
    font-size: 30px;
  }
  .text-biography {
    font-size: 18px;
    line-height: 28px;
  }
  .collection-list-wrapper-2 {
    margin-right: -20px;
    margin-left: -20px;
  }
  .team-close-button {
    margin-top: 20px;
    margin-right: 10px;
    margin-left: 75%;
  }
  .team-close-button:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .collection-team-list {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .collection-list-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  .collection-list-wrapper-4 {
    margin-right: -20px;
    margin-left: -20px;
  }
  .portfolio-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .stats {
    margin-top: 20px;
    margin-bottom: 60px;
  }
  .stat-detail {
    margin-right: 20px;
    margin-left: 20px;
  }
  .stat-number {
    font-size: 50px;
    font-weight: 700;
  }
  .stat-category {
    font-size: 12px;
    text-align: center;
    letter-spacing: 1px;
  }
  .brands-grid {
    -ms-grid-columns: 0.75fr 0.75fr;
    grid-template-columns: 0.75fr 0.75fr;
  }
  .image-4 {
    max-width: 110px;
    opacity: 1;
  }
  .focus-section {
    padding-top: 60px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .summary {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 28px;
    line-height: 38px;
  }
  .container-focus {
    width: 100%;
  }
  .photos-industries-grid {
    margin-top: 40px;
    margin-bottom: 0px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
  .photo-industry._1 {
    height: 250px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }
  .photo-industry._3 {
    height: 250px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }
  .photo-industry._5 {
    height: 250px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }
  .photo-industry-down._2 {
    height: 250px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }
  .photo-industry-down._4 {
    height: 250px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }
  .modal-wrapper-compute {
    display: none;
  }
  .modal-device {
    max-width: 90%;
  }
  .text-description-device {
    font-size: 18px;
    line-height: 28px;
  }
  .illustration-device {
    width: 100%;
    margin-right: 0px;
  }
  .close-button {
    margin-top: 10px;
    margin-left: 75%;
  }
  .close-button:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .modal-title {
    font-size: 26px;
    line-height: 24px;
  }
  .white-line {
    left: -347px;
    width: 400px;
  }
  .title-section-footer {
    margin-bottom: 20px;
    margin-left: 0px;
    font-size: 30px;
    line-height: 40px;
    text-align: left;
  }
  .footer-content {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 50px;
    -ms-grid-columns: 2fr;
    grid-template-columns: 2fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .location {
    margin-top: 50px;
  }
  .location.beijing {
    margin-top: 50px;
  }
  .location-title {
    margin-bottom: 10px;
    font-size: 22px;
  }
  .contact-data {
    margin-top: 5px;
  }
  .phone-contact {
    margin-top: 20px;
  }
  .copyright {
    margin-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .other-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .legal-links {
    margin-bottom: 10px;
  }
  .media_section {
    padding-bottom: 20px;
  }
  .media_slider {
    margin-top: 60px;
  }
  .media_bullets {
    margin-top: 40px;
  }
  .media_card {
    width: 280px;
    margin-right: 24px;
  }
  .media_slider_mask {
    width: 350px;
    margin-top: 20px;
  }
  .team-section-copy {
    padding-top: 100px;
  }
  .team-card-copy {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
  }
  .team-card-copy:hover {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
  }
  .slider_news {
    margin-right: -20px;
    margin-left: -20px;
  }
  .slider_news_list {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .team-card-copy {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
  }
  .team-card-copy:hover {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
  }
  .team-card-content {
    margin-right: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .team-card-content:hover {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
  }
  .modal-wrapper-communications {
    display: none;
  }
  .modal-wrapper-industrial {
    display: none;
  }
  .modal-wrapper-consumer {
    display: none;
  }
  .modal-wrapper-automotive {
    display: none;
  }
  .modal-wrapper-phone {
    display: none;
  }
  .modal-wrapper-machine {
    display: none;
  }
  .modal-wrapper-game {
    display: none;
  }
  .modal-wrapper-auto {
    display: none;
  }
  .modal-wrapper-new {
    display: none;
  }
  .modal-title-new {
    padding-bottom: 10px;
    font-size: 30px;
  }
  .modal-text-new {
    font-size: 18px;
    line-height: 28px;
  }
  .illustration-device-game {
    width: 100%;
    margin-right: 0px;
  }
  .modal-wrapper-media {
    display: block;
  }
  .modal-wrapper-media._1 {
    display: none;
  }
  .media-close-button {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 75%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  }
  .media-close-button:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .modal-media {
    max-width: none;
    margin-top: 0%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .modal-media-content {
    max-width: none;
    padding-right: 20px;
    padding-left: 20px;
  }
  .media-title {
    padding-bottom: 10px;
    font-size: 24px;
    line-height: 32px;
  }
  .media-text {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
  }
  .cta-indutries {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 6px;
  }
  .more-icon {
    margin-right: 6px;
    margin-bottom: 0px;
  }
  .cta-focus-text {
    font-size: 16px;
  }
  .cta-focus-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .languages {
    top: 21px;
    right: 60px;
  }
  .map {
    display: none;
    opacity: 0.09;
  }
  .title_focus_section {
    max-width: 300px;
    font-size: 20px;
    line-height: 30px;
  }
  .grid_devices {
    -ms-grid-columns: 1.5fr;
    grid-template-columns: 1.5fr;
  }
  .title_focus_section-2 {
    max-width: 300px;
    font-size: 20px;
    line-height: 30px;
  }
  .grid_devices-2 {
    width: 100%;
    grid-column-gap: 0px;
    grid-row-gap: 7px;
    -ms-grid-columns: 1.5fr 1fr 1fr;
    grid-template-columns: 1.5fr 1fr 1fr;
  }
  .grid_devices-3 {
    width: 100%;
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1.5fr 1.5fr;
    grid-template-columns: 1.5fr 1.5fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .table_title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .button_table {
    margin-left: 0px;
    padding-right: 13px;
    padding-left: 13px;
  }
  .button_table._1 {
    margin-right: 10px;
  }
  .image-21 {
    display: none;
  }
  .image-21._1 {
    display: block;
  }
  .table_item {
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .button_download {
    -ms-grid-columns: 20% 20% 20%;
    grid-template-columns: 20% 20% 20%;
  }
  .button_download._1 {
    margin-right: 10px;
  }
  .section-files {
    margin-bottom: 60px;
  }
  .table_square {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .button_download_square {
    margin-left: 0px;
    padding-right: 13px;
    padding-left: 13px;
  }
  .button_download_square._1 {
    margin-right: 10px;
  }
  .title-email {
    margin-bottom: 20px;
    margin-left: 0px;
    font-size: 30px;
    line-height: 40px;
    text-align: left;
  }
  .container-3 {
    padding-top: 60px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .text_email {
    margin-top: 60px;
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  #w-node-44b8dde07577-5f3b623a {
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  #w-node-74c6cc44107b-5f3b623a {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-fe531104fe1d-5c329a0b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-fe531104fe2d-5c329a0b {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }
}
