h2 {
  margin-top: 25px;
  margin-bottom: 25px;
  color: #97afc0;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 700;
}

h3 {
  margin-top: 30px;
  margin-bottom: 5px;
  font-family: 'Ideal Sans Pro', sans-serif;
  color: #3eb891;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 700;
}

h4 {
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: 'Ideal Sans Pro', sans-serif;
  color: #97afc0;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 700;
}

p {
  margin-top: 15px;
  margin-bottom: 25px;
}

a {
  color: #3eb891;
  font-weight: 400;
  text-decoration: underline;
}

li {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  font-family: 'Fakt Pro', sans-serif;
  font-size: 1.3rem;
  line-height: 1.9rem;
  font-weight: 300;
  list-style-type: square;
}

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

blockquote {
  margin: 40px 0px 40px -300px;
  padding: 40px;
  border-top: 1px solid #3eb891;
  border-bottom: 1px solid #3eb891;
  border-left: 0px none transparent;
  background-image: url('../images/quote-mark.svg');
  background-position: 25px 25px;
  background-size: 125px;
  background-repeat: no-repeat;
  color: #3eb891;
  font-size: 2rem;
  line-height: 2.6rem;
}

.body {
  background-color: #1e2524;
  font-family: 'Fakt Pro', sans-serif;
  color: #97afc0;
  font-size: 1rem;
  line-height: 1.3rem;
  font-weight: 400;
}

.body.allblack {
  background-color: #162221;
}

.header-nav {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 90px;
  min-height: 90px;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-top-width: 3px;
  border-top-color: #3db891;
  background-color: #1e2524;
}

.header-nav._2 {
  background-color: #162221;
}

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

.navbar-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.navbar-links {
  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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.logo {
  max-height: 64px;
  max-width: 128px;
  min-height: 56px;
  min-width: 128px;
  background-image: url('../images/neuma-logo.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.navbar-link {
  margin-right: 5px;
  margin-left: 5px;
  padding-right: 8px;
  padding-left: 8px;
  -webkit-transition: color 128ms cubic-bezier(.55, .055, .675, .19);
  transition: color 128ms cubic-bezier(.55, .055, .675, .19);
  color: rgba(234, 241, 246, 0.75);
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: none;
}

.navbar-link:hover {
  color: #eaf1f6;
  text-decoration: none;
}

.navbar-link.w--current {
  padding-bottom: 2px;
  border-bottom: 2px none #eaf1f6;
  -webkit-transition: color 128ms cubic-bezier(.55, .055, .675, .19), opacity 128ms cubic-bezier(.55, .055, .675, .19);
  transition: color 128ms cubic-bezier(.55, .055, .675, .19), opacity 128ms cubic-bezier(.55, .055, .675, .19);
  color: #eaf1f6;
  font-weight: 700;
  text-decoration: underline;
}

.cta {
  margin-right: 12px;
  margin-left: 12px;
  padding: 5px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(234, 241, 246, 0.9);
  border-radius: 1px;
  -webkit-transition: background-color 128ms cubic-bezier(.55, .055, .675, .19);
  transition: background-color 128ms cubic-bezier(.55, .055, .675, .19);
  color: rgba(234, 241, 246, 0.9);
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.cta:hover {
  border-style: solid;
  border-color: #eaf1f6;
  background-color: rgba(234, 241, 246, 0.04);
  color: #eaf1f6;
  text-decoration: none;
}

.footer {
  margin-top: 75px;
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #1e2524;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#131613));
  background-image: linear-gradient(180deg, transparent, #131613);
}

.footer.x {
  margin-top: 0px;
  padding-top: 45px;
  background-color: #222f30;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}

.footer-title {
  min-height: 30px;
  color: #3eb991;
  font-weight: 700;
}

.footer-actions {
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

.text-l {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2px;
  padding-bottom: 2px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #eaf1f6;
  font-size: 0.9rem;
  font-weight: 400;
}

.footer-link {
  padding-top: 2px;
  padding-bottom: 2px;
  -webkit-transition: color 128ms cubic-bezier(.55, .055, .675, .19), opacity 128ms cubic-bezier(.55, .055, .675, .19);
  transition: color 128ms cubic-bezier(.55, .055, .675, .19), opacity 128ms cubic-bezier(.55, .055, .675, .19);
  color: rgba(152, 175, 192, 0.6);
  font-size: 0.9rem;
  font-weight: 400;
  text-decoration: none;
}

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

.footer-links {
  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;
}

.line {
  max-height: 3px;
  min-height: 3px;
  min-width: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(30, 37, 36, 0)), color-stop(50%, rgba(234, 241, 246, 0.1)), to(rgba(30, 37, 36, 0)));
  background-image: linear-gradient(90deg, rgba(30, 37, 36, 0), rgba(234, 241, 246, 0.1) 50%, rgba(30, 37, 36, 0));
}

.separator {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 33px;
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.separator.social {
  margin-top: 0px;
  margin-bottom: 25px;
}

.footer-topbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.social-buttons {
  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-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.social-button {
  max-width: 36%;
  min-width: 36px;
}

.social-button.linkedin {
  background-image: url('../images/NI_LINKEDIN.svg');
  background-position: 50% 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.social-button.twitter {
  background-image: url('../images/NI_TWITTER.svg');
  background-position: 50% 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.social-button.messenger {
  background-image: url('../images/NI_MESSENGER.svg');
  background-position: 50% 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.social-button.facebook {
  background-image: url('../images/NI_FACEBOOK.svg');
  background-position: 50% 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.column-4 {
  padding-right: 15px;
  padding-left: 15px;
}

.footer-legal {
  padding-top: 5px;
  padding-bottom: 5px;
  color: rgba(234, 241, 246, 0.2);
  font-size: 0.7rem;
  line-height: 1.2rem;
  font-weight: 400;
  text-align: center;
}

.nvdia-badge {
  display: block;
  max-height: 64px;
  max-width: 128px;
  min-height: 56px;
  min-width: 128px;
  margin-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;
  border-radius: 2px;
  background-image: url('../images/NL_nvdia.png');
  background-position: 50% 50%;
  background-size: auto 120%;
  background-repeat: no-repeat;
}

.nvdia-badge:hover {
  background-image: linear-gradient(235deg, rgba(30, 37, 36, 0.15), rgba(227, 241, 246, 0.1)), url('../images/NL_nvdia.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto 120%;
  background-repeat: repeat, no-repeat;
}

.nvdia-badge:active {
  background-image: linear-gradient(178deg, rgba(30, 37, 36, 0.15), rgba(227, 241, 246, 0.1)), url('../images/NL_nvdia.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto 120%;
  background-repeat: repeat, no-repeat;
}

.clients-logo {
  max-width: 220px;
  min-height: 100px;
  min-width: 180px;
}

.clients-logo.royalmail {
  background-image: url('../images/NL_Royalmail.png');
  background-position: 50% 50%;
  background-size: contain;
}

.clients-logo.hsbc {
  background-image: url('../images/HSBC_logo.png');
  background-position: 50% 50%;
  background-size: auto 80%;
  background-repeat: no-repeat;
}

.clients-logo.invitech {
  background-image: url('../images/Invitech.png');
  background-position: 50% 50%;
  background-size: auto 80%;
  background-repeat: no-repeat;
}

.clients-logo.wellcome {
  background-image: url('../images/wellcome.png');
  background-position: 50% 50%;
  background-size: auto 55%;
  background-repeat: no-repeat;
}

.client-logos {
  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;
}

.info {
  margin-top: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: rgba(151, 175, 192, 0.65);
  font-size: 0.8rem;
  line-height: 1.2rem;
  font-weight: 500;
  text-align: center;
  text-transform: none;
}

.info.footer-bottom {
  padding-top: 80px;
  padding-bottom: 0px;
}

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

.primary-cta {
  margin: 25px 12px 25px 0px;
  padding: 5px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(8, 101, 86, 0.1);
  border-radius: 1px;
  background-color: #086;
  -webkit-transition: background-color 128ms cubic-bezier(.55, .055, .675, .19);
  transition: background-color 128ms cubic-bezier(.55, .055, .675, .19);
  color: #eaf1f6;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.primary-cta:hover {
  padding: 5px 10px;
  border-style: solid;
  border-color: #086556;
  background-color: #086556;
  color: #eaf1f6;
  text-decoration: none;
}

.primary-cta.pricing-cta {
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 30px;
}

.text-block {
  letter-spacing: 0px;
}

.text-block-2 {
  text-transform: none;
}

.footer-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 280px;
  margin-right: 0px;
  margin-bottom: 45px;
  margin-left: 0px;
  border-radius: 0px 0px 8px 8px;
  background-color: #1e2524;
}

.div-block-3 {
  padding: 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ni-contact {
  width: 100%;
  height: auto;
  min-height: 260px;
  min-width: auto;
  border-radius: 50%;
  background-color: transparent;
  background-image: url('../images/NI_Contact.png');
  background-position: 50% 0px;
  background-size: auto 90%;
  background-repeat: no-repeat;
}

.contact-illustration {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contact-lead {
  margin: 15px 0px;
  font-family: 'Ideal Sans Pro', sans-serif;
  color: #eaf1f6;
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 700;
}

.link-block {
  width: 100%;
  height: 100%;
}

.small-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  margin-top: 72px;
  -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;
}

.small-hero_text {
  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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nsh_title {
  width: auto;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
  padding-top: 0px;
  font-family: 'Ideal Sans Pro', sans-serif;
  color: #eaf1f6;
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 700;
  text-align: center;
}

.home-click {
  width: 100%;
  height: 100%;
}

.ni_circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: transparent;
}

.section {
  padding-top: 0px;
  padding-bottom: 25px;
  background-color: #162221;
}

.offerings {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.sh_illustration-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sh_illustration-container.careers {
  padding-top: 25px;
  padding-bottom: 25px;
}

.sh_illustration-container.why {
  padding-top: 25px;
  padding-bottom: 25px;
}

.offering-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mini-illustration {
  width: 72px;
  height: 72px;
  min-height: 72px;
  min-width: 72px;
  margin-right: 15px;
  margin-left: 15px;
}

.mini-illustration.mni-01 {
  min-height: 92px;
  min-width: 92px;
  background-image: url('../images/NI-C-001-remote.png');
  background-position: 50% 50%;
  background-size: 75% 75%;
  background-repeat: no-repeat;
}

.mini-illustration.mni-04 {
  min-height: 92px;
  min-width: 92px;
  background-image: url('../images/NI-C-004-salary.png');
  background-position: 50% 50%;
  background-size: 85% 85%;
  background-repeat: no-repeat;
}

.mini-illustration.mni-03 {
  min-height: 92px;
  min-width: 92px;
  background-image: url('../images/NI-C-003_learn.png');
  background-position: 50% 50%;
  background-size: 85% 85%;
  background-repeat: no-repeat;
}

.mini-illustration.mni-02 {
  min-height: 92px;
  min-width: 92px;
  background-image: url('../images/NI-C-002-future.png');
  background-position: 50% 50%;
  background-size: 70% 70%;
  background-repeat: no-repeat;
}

.mini-illustration.sni-03 {
  min-height: 92px;
  min-width: 92px;
  background-image: url('../images/NI-S-003-development.png');
  background-position: 50% 50%;
  background-size: 70% 70%;
  background-repeat: no-repeat;
}

.mini-illustration.sni-04 {
  min-height: 92px;
  min-width: 92px;
  background-image: url('../images/NI-S-004_aiasaservice.png');
  background-position: 50% 50%;
  background-size: 80% 80%;
  background-repeat: no-repeat;
}

.mini-illustration.sni-01 {
  min-height: 92px;
  min-width: 92px;
  background-image: url('../images/NI-S-001-scope.png');
  background-position: 50% 50%;
  background-size: 80% 80%;
  background-repeat: no-repeat;
}

.mini-illustration.sni-02 {
  min-height: 92px;
  min-width: 92px;
  background-image: url('../images/NI-S-002-consulting.png');
  background-position: 50% 50%;
  background-size: 55% 55%;
  background-repeat: no-repeat;
}

.heading-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2px;
  padding-bottom: 2px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #eaf1f6;
  font-size: 1rem;
  font-weight: 700;
  text-align: left;
}

.heading-1.centered {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.heading-1.centered.green100 {
  color: #3eb991;
}

.heading-1.green {
  color: #eaf1f6;
  font-size: 1.1rem;
  line-height: 1.4rem;
}

.heading-1.green.hero {
  margin-bottom: 5px;
  color: #fff;
  text-align: center;
}

.description-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2px;
  padding-bottom: 2px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #eaf1f6;
  font-size: 0.9rem;
  font-weight: 400;
  text-align: left;
}

.description-text.centered {
  text-align: center;
}

.description-text.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.center-illustration {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 165px;
  height: 165px;
  margin-top: -50px;
  margin-bottom: 0px;
  -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;
}

.center-illustration.contact-odd {
  width: 220px;
  height: 220px;
}

.center-illustration.careers {
  width: 200px;
  height: 200px;
  min-height: 200px;
  min-width: 200px;
}

.center-illustration.why {
  width: 200px;
  height: 200px;
  min-height: 200px;
  min-width: 200px;
}

.ni-rocket {
  position: static;
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/SH-02-Careers.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.section-2 {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #162221;
}

.subtitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2px;
  padding-bottom: 2px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #eaf1f6;
  font-size: 1rem;
  font-weight: 700;
  text-align: left;
}

.subtitle.centered {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Ideal Sans Pro', sans-serif;
  font-size: 1.4rem;
  line-height: 1.8rem;
  text-align: center;
}

.requirements-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 15px;
  padding-right: 40px;
  padding-bottom: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-illustration-requirements {
  width: 80px;
  height: 80px;
  min-height: 80px;
  min-width: 80px;
  margin-right: 15px;
  margin-left: 15px;
  border-radius: 50%;
}

.icon-illustration-requirements.ni-knowledge {
  background-image: url('../images/_Brain.svg');
  background-position: 50% 50%;
  background-size: 32px 32px;
  background-repeat: no-repeat;
}

.icon-illustration-requirements.ni-speaking {
  background-image: url('../images/_Message.svg');
  background-position: 50% 50%;
  background-size: 32px 32px;
  background-repeat: no-repeat;
}

.icon-illustration-requirements.ni-cool {
  background-image: url('../images/_Yeah.svg');
  background-position: 50% 50%;
  background-size: 32px 32px;
  background-repeat: no-repeat;
}

.icon-illustration-requirements.ni-happy {
  background-image: url('../images/_Happy.svg');
  background-position: 50% 50%;
  background-size: 32px 32px;
  background-repeat: no-repeat;
}

.ep_contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 50px;
  padding-bottom: 50px;
  -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;
  text-align: center;
}

.bot {
  width: 60%;
  height: 60%;
  border-radius: 50%;
  background-color: #3db891;
  background-image: url('../images/Tweet-bot.png');
  background-position: 50% 50%;
  background-size: 40px 40px;
  background-repeat: no-repeat;
}

.bot-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 96px;
  height: 96px;
  -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;
}

.ni-contactus {
  position: static;
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/SH-03-contact.png');
  background-position: 50% 50%;
  background-size: 95% 95%;
  background-repeat: no-repeat;
}

.section-copy {
  margin-bottom: -25px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #162221;
}

.contact-slides {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.clickable-text {
  display: block;
  padding-top: 2px;
  padding-bottom: 2px;
  -webkit-transition: opacity 200ms cubic-bezier(.55, .055, .675, .19);
  transition: opacity 200ms cubic-bezier(.55, .055, .675, .19);
  color: rgba(152, 175, 192, 0.6);
  font-size: 0.9rem;
  font-weight: 400;
  text-decoration: none;
}

.clickable-text:hover {
  color: #eaf1f6;
}

.bf-profile-pic {
  width: 90%;
  height: 90%;
  min-width: auto;
  border-radius: 50%;
  background-color: rgba(61, 184, 145, 0.15);
  background-image: url('../images/Balazs.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.balazs-profile-pic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 72px;
  height: 72px;
  margin-bottom: 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;
  border: 1.5px solid #3db891;
  border-radius: 50%;
}

.dropdown-icon {
  width: 36px;
  height: 36px;
  min-height: 36px;
  min-width: 36px;
  margin-right: 0px;
  margin-left: 0px;
  background-image: url('../images/_XS-UP.svg');
  background-position: 50% 50%;
  background-size: 28px 28px;
  background-repeat: no-repeat;
}

.descriptive-icon {
  width: 36px;
  height: 36px;
  min-height: 36px;
  min-width: 36px;
  margin-right: 10px;
  margin-left: 0px;
}

.descriptive-icon.rnn {
  background-image: url('../images/-timer.svg');
  background-position: 50% 50%;
  background-size: 28px 28px;
  background-repeat: no-repeat;
}

.descriptive-icon.cnn {
  background-image: url('../images/-lab.svg');
  background-position: 50% 50%;
  background-size: 28px 2828px;
  background-repeat: no-repeat;
}

.descriptive-icon.fnn {
  background-image: url('../images/-research.svg');
  background-position: 50% 50%;
  background-size: 28px 28px;
  background-repeat: no-repeat;
}

.descriptive-icon.gan {
  background-image: url('../images/-ai.svg');
  background-position: 50% 50%;
  background-size: 28px 2828px;
  background-repeat: no-repeat;
}

.descriptive-icon.drl {
  background-image: url('../images/-machinelearning.svg');
  background-position: 50% 50%;
  background-size: 28px 28px;
  background-repeat: no-repeat;
}

.descriptive-icon.hero-service_1 {
  width: 48px;
  height: 48px;
  min-height: 48px;
  min-width: 48px;
  margin-right: 0px;
  margin-bottom: 15px;
  background-image: url('../images/Scope.svg');
  background-position: 50% 50%;
  background-size: 44px 44px;
  background-repeat: no-repeat;
}

.descriptive-icon.hero-service_2 {
  width: 48px;
  height: 48px;
  min-height: 48px;
  min-width: 48px;
  margin-right: 0px;
  margin-bottom: 15px;
  background-image: url('../images/Source.svg');
  background-position: 50% 50%;
  background-size: 40px 40px;
  background-repeat: no-repeat;
}

.descriptive-icon.hero-service_3 {
  width: 48px;
  height: 48px;
  min-height: 48px;
  min-width: 48px;
  margin-right: 0px;
  margin-bottom: 15px;
  background-image: url('../images/magic.svg');
  background-position: 50% 50%;
  background-size: 44px 44px;
  background-repeat: no-repeat;
}

.small-hero-img {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #162221;
}

.small-hero-img.about {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #222f30;
}

.small-hero-img.why {
  padding-bottom: 40px;
}

.small-hero-img.whyfold {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #162221;
}

.tech-element-tab {
  padding-top: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tab-link-tech-terms {
  margin-right: 5px;
  margin-left: 5px;
  padding: 10px 25px;
  border-bottom: 4px solid transparent;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
  color: rgba(234, 241, 246, 0.8);
  font-weight: 400;
}

.tab-link-tech-terms:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.05)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05));
  color: rgba(234, 241, 246, 0.9);
}

.tab-link-tech-terms.w--current {
  margin-right: 5px;
  margin-left: 5px;
  padding: 10px 25px;
  border-bottom: 4px solid #3db891;
  background-color: transparent;
  background-image: none;
  font-weight: 600;
}

.tab-link-english {
  margin-right: 5px;
  margin-left: 5px;
  padding: 10px 25px;
  border-bottom: 4px solid transparent;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
  color: rgba(234, 241, 246, 0.8);
  font-weight: 400;
}

.tab-link-english:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.05)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05));
  color: rgba(234, 241, 246, 0.9);
}

.tab-link-english.w--current {
  border-bottom-color: #3db891;
  background-color: transparent;
  background-image: none;
  color: #eaf1f6;
  font-weight: 700;
}

.technology-dropdown_tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: border-color 128ms cubic-bezier(.55, .055, .675, .19);
  transition: border-color 128ms cubic-bezier(.55, .055, .675, .19);
}

.subs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  padding-top: 2px;
  padding-bottom: 2px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: rgba(234, 241, 246, 0.25);
  font-size: 0.6rem;
  line-height: 0.8rem;
  font-weight: 300;
  text-align: left;
}

.subs._2 {
  margin-right: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #5c717b;
  font-weight: 700;
}

.technology-dropdown-paragraph {
  margin: 0px;
  padding: 15px 10px;
  color: #eaf1ef;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
}

.contact-balazs {
  padding-top: 15px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#162221), to(#162221));
  background-image: linear-gradient(180deg, #162221, #162221);
}

.small-sub {
  margin-top: 15px;
}

.div-block-15 {
  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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nvdia-ip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 48px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sub {
  margin-top: 0px;
  text-align: center;
}

.sub.odd {
  padding-top: 10px;
  padding-bottom: 10px;
}

.ni-services {
  position: static;
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/SH-01-Services.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.serivices-fold {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #222f30;
}

.container_quote {
  padding: 20px;
  background-image: url('../images/quote-mark.svg');
  background-position: 0px 50%;
  background-size: 180px 180px;
  background-repeat: no-repeat;
}

.mini-text {
  padding-top: 25px;
  padding-bottom: 0px;
  color: #eaf1f6;
  font-size: 0.8rem;
  line-height: 1.2rem;
  font-weight: 400;
  text-align: center;
}

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

.clients_testimonial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 45px 20px;
  -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;
  text-align: center;
}

.speech-bubble {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 640px;
  padding: 25px 25px 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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #192324;
  font-family: 'Ideal Sans Pro', sans-serif;
  color: #eaf1f6;
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 300;
}

.speech-bubble.small {
  width: 500px;
}

.speech-bubble.small.lightened {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #162221;
}

.testimonial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 25px 25px 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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.tm-person-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-right: 5px;
  padding-left: 5px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #97afc0;
  font-size: 0.8rem;
  line-height: 1.2rem;
  text-align: left;
}

.div-block-20 {
  color: #eaf1f6;
  font-weight: 700;
}

.testimonial-picture {
  max-height: 48px;
  max-width: 48px;
  min-height: 48px;
  min-width: 48px;
  border-bottom: 1px solid #000;
  border-radius: 50%;
  background-image: url('../images/BD-RM.jpg');
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.testimonial-picture.rphe {
  background-image: url('../images/RPHE.jpeg');
  background-size: contain;
}

.pp-frame {
  padding: 0px;
  border-style: none;
  border-width: 1px;
  border-color: transparent #3db891 #3db891 transparent;
  border-radius: 50%;
}

.frame-arrow {
  width: 40px;
  height: 40px;
  border-radius: 2px;
  background-color: #192324;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.frame-arrow.small {
  width: 40px;
  background-color: #162221;
}

.speech-bubble_text {
  padding-bottom: 0px;
}

.team-fold {
  padding-top: 50px;
  padding-bottom: 25px;
  background-color: #222f30;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.title-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
  -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;
  text-align: center;
}

.title-bar.team {
  margin-bottom: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.members-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.team-member {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tm-picture {
  max-height: 72px;
  max-width: 72px;
  min-height: 72px;
  min-width: 72px;
  border-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #000;
  border-radius: 50%;
}

.tm-picture.mv {
  background-image: url('../images/MV_PP.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.tm-picture.acs {
  background-image: url('../images/ACS_PP.png');
  background-position: 50% 110%;
  background-size: 115% 115%;
  background-repeat: no-repeat;
}

.tm-picture.tp {
  background-image: url('../images/TP_PP.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.tm-picture.tf {
  background-image: url('../images/TF_PP.png');
  background-position: 50% 50%;
  background-size: 110% 110%;
}

.tm-picture.fb {
  background-image: url('../images/BF_PP.png');
  background-position: 50% 50%;
  background-size: 110% 110%;
  background-repeat: no-repeat;
}

.tm-picture.at {
  background-image: url('../images/agoston-torok-phd.png');
  background-position: 50% 50%;
  background-size: 110% 110%;
  background-repeat: no-repeat;
}

.tm-picture.jb {
  background-image: url('../images/JB_PP.png');
  background-size: 110% 110%;
  background-repeat: no-repeat;
}

.tm-picture.cb {
  background-image: url('../images/CB_PP.png');
  background-position: 50% -5%;
  background-size: 110% 110%;
  background-repeat: no-repeat;
}

.tm-picture.ns {
  background-image: url('../images/NS_PP.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.tm_card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  min-height: 112px;
  margin: 5px;
  padding: 10px;
  -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-style: solid;
  border-width: 1px;
  border-color: rgba(234, 241, 246, 0.1);
  border-radius: 4px;
  color: #eaf1f6;
}

.tm_card.cheat {
  border-style: none;
}

.title {
  width: auto;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
  padding-top: 0px;
  font-family: 'Ideal Sans Pro', sans-serif;
  color: #eaf1f6;
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 700;
  text-align: center;
}

.title.odd {
  margin-bottom: 0px;
}

.tm-name {
  margin-bottom: 0px;
  color: #eaf1f6;
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: 700;
}

.testimonial-person {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 10px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #97afc0;
  font-size: 0.8rem;
  line-height: 1.2rem;
  text-align: center;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

._404_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 50px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

._404_illustration {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

._404_tipo {
  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;
  font-family: 'Ideal Sans Pro', sans-serif;
  color: #eaf1f6;
  font-size: 8rem;
  line-height: 8rem;
  font-weight: 700;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.technology_fold {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #162221;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}

.anim-illustration {
  width: 90px;
  height: 90px;
  margin-right: 15px;
  margin-left: 15px;
}

.anim-illustration.mni-01 {
  width: 100px;
  height: 100px;
  min-height: 100px;
  min-width: 100px;
  margin-top: -100px;
  margin-right: 0px;
  margin-left: 0px;
  background-image: url('../images/NHS_01.png');
  background-position: 50% 50%;
  background-size: 85% 85%;
  background-repeat: no-repeat;
}

.anim-illustration.mni-02 {
  width: 100px;
  height: 100px;
  min-height: 100px;
  min-width: 100px;
  margin-top: -180px;
  margin-right: 0px;
  margin-left: 0px;
  background-image: url('../images/NHS_02.png');
  background-position: 50% 50%;
  background-size: 75% 75%;
  background-repeat: no-repeat;
}

.anim-illustration.sni-02 {
  width: 100px;
  height: 100px;
  min-height: 100px;
  min-width: 100px;
  margin-top: -180px;
  margin-right: 0px;
  margin-left: 0px;
  background-image: url('../images/NHS_04.png');
  background-position: 50% 50%;
  background-size: 65% 65%;
  background-repeat: no-repeat;
}

.anim-illustration.sni-03 {
  width: 100px;
  height: 100px;
  min-height: 100px;
  min-width: 100px;
  margin-top: -100px;
  margin-right: 0px;
  margin-left: 0px;
  background-image: url('../images/NHS_05.png');
  background-position: 50% 50%;
  background-size: 75% 75%;
  background-repeat: no-repeat;
}

.anim-illustration.sni-01 {
  width: 100px;
  height: 100px;
  min-height: 100px;
  min-width: 100px;
  margin-top: -200px;
  margin-right: 0px;
  margin-left: 0px;
  background-image: url('../images/NHS_03.png');
  background-position: 50% 50%;
  background-size: 85% 85%;
  background-repeat: no-repeat;
}

.container_technology-dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.technology-dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px;
  padding: 10px 15px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(234, 241, 246, 0.04);
  border-radius: 2px;
  -webkit-transition: opacity 128ms cubic-bezier(.55, .055, .675, .19);
  transition: opacity 128ms cubic-bezier(.55, .055, .675, .19);
  font-family: 'Fakt Pro', sans-serif;
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: 700;
  cursor: default;
}

.technology-dropdown:hover {
  border-color: rgba(234, 241, 246, 0.02);
}

.technology-dropdown-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  -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: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'Fakt Pro', sans-serif;
  color: #eaf1f6;
  cursor: pointer;
}

.technology-dropdown-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-29 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.padding_cheat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px;
  padding: 10px 15px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(234, 241, 246, 0);
  border-radius: 8px;
  font-family: 'Fakt Pro', sans-serif;
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: 700;
}

.partnership_fold {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #162221;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}

.partnership_fold.bg-color {
  background-color: #1b2526;
  background-image: none;
}

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

.card_news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 360px;
  margin: 10px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(234, 241, 246, 0.05);
  border-radius: 4px;
  -webkit-transition: border 128ms cubic-bezier(.755, .05, .855, .06);
  transition: border 128ms cubic-bezier(.755, .05, .855, .06);
}

.card_news:hover {
  border-width: 2px;
  border-color: #3db891;
  border-radius: 4px;
}

.logos {
  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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nhl_neuma {
  width: 104px;
  height: 104px;
  min-height: 104px;
  min-width: 104px;
  background-image: url('../images/L_NEUMA.png');
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.nhl_precognox {
  width: 104px;
  height: 104px;
  min-height: 104px;
  min-width: 104px;
  background-image: url('../images/L_PRCGNX.png');
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.nlp-heart {
  width: 36px;
  height: 36px;
  min-height: 36px;
  min-width: 36px;
  margin-right: 0px;
  margin-left: 0px;
  background-image: url('../images/_Heart.svg');
  background-position: 50% 50%;
  background-size: 26px;
  background-repeat: no-repeat;
}

.container-partners {
  padding: 20px 20px 45px;
  text-align: center;
}

.link {
  color: rgba(61, 184, 145, 0.85);
  text-decoration: none;
}

.link:hover {
  color: #3db891;
  text-decoration: underline;
}

.link:active {
  color: rgba(61, 184, 145, 0.95);
}

.clients_fold {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #222f30;
}

.clients_fold.black {
  background-color: #1b2526;
}

.articles_fold {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #222f30;
}

.articles_fold.bgfix {
  background-color: #1b2526;
}

.hello-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 35px;
  -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;
  font-family: 'Fakt Pro', sans-serif;
  color: #3db891;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: 400;
  text-align: center;
}

.hello-text.padding {
  padding-left: 35px;
}

.hello-text.why {
  margin-top: -15px;
  padding-top: 0px;
}

.hello-text.careers {
  padding-right: 120px;
  padding-left: 120px;
}

.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 25px;
  padding-right: 0px;
  padding-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  text-align: center;
}

.icon-illustration-contact {
  width: 80px;
  height: 80px;
  min-height: 80px;
  min-width: 80px;
  margin-right: 15px;
  margin-left: 16px;
  border-radius: 50%;
}

.icon-illustration-contact.ni-mail {
  margin-bottom: 0px;
  background-image: url('../images/_Mail.svg');
  background-position: 50% 50%;
  background-size: 32px 32px;
  background-repeat: no-repeat;
}

.icon-illustration-contact.ni-call {
  margin-bottom: 0px;
  background-image: url('../images/_Conversation.svg');
  background-position: 50% 50%;
  background-size: 32px 32px;
  background-repeat: no-repeat;
}

.icon-illustration-contact.ni-visit {
  margin-bottom: 0px;
  background-image: url('../images/_Globe.svg');
  background-position: 50% 50%;
  background-size: 32px 32px;
  background-repeat: no-repeat;
}

.icon-illustration-contact.ni-social {
  margin-top: 0px;
  margin-bottom: 0px;
  background-image: url('../images/_megafon.svg');
  background-position: 50% 50%;
  background-size: 32px 32px;
  background-repeat: no-repeat;
}

.footer-logo {
  width: 64px;
  height: 64px;
  min-height: 64px;
  min-width: 64px;
  background-image: url('../images/L_NEUMA.png');
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.card-contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-block-4 {
  width: 100%;
  color: rgba(151, 175, 192, 0.5);
  font-size: 0.8rem;
}

.pp_news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1.5px;
  border-color: rgba(234, 241, 246, 0.15);
  border-radius: 50%;
}

.div-block-31 {
  margin-top: 15px;
  margin-bottom: 5px;
  color: #eaf1f6;
  font-weight: 700;
}

.neuma_pp {
  width: 90%;
  height: 90%;
  min-width: auto;
  border-radius: 50%;
  background-color: #1e2524;
  background-image: url('../images/L_NEUMA.png');
  background-position: 50% 50%;
  background-size: 120% 120%;
  background-repeat: no-repeat;
}

.precognox_pp {
  width: 90%;
  height: 90%;
  min-width: auto;
  border-radius: 50%;
  background-color: #1e2524;
  background-image: url('../images/L_PRCGNX.png');
  background-position: 50% 50%;
  background-size: 120%;
  background-repeat: no-repeat;
}

.card-click {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-decoration: none;
}

.card-click.bg-nvdia {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 47, 48, 0.1)), to(rgba(30, 37, 36, 0.85))), -webkit-gradient(linear, left top, left bottom, from(rgba(30, 37, 36, 0.15)), to(rgba(30, 37, 36, 0.15))), url('../images/Inception_websites_FB-IG_2048X2048.jpg');
  background-image: linear-gradient(180deg, rgba(34, 47, 48, 0.1), rgba(30, 37, 36, 0.85)), linear-gradient(180deg, rgba(30, 37, 36, 0.15), rgba(30, 37, 36, 0.15)), url('../images/Inception_websites_FB-IG_2048X2048.jpg');
  background-position: 0px 0px, 0px 0px, 100% 100%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.card-click.phillipk {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 47, 48, 0.1)), to(rgba(30, 37, 36, 0.85))), -webkit-gradient(linear, left top, left bottom, from(rgba(30, 37, 36, 0.15)), to(rgba(30, 37, 36, 0.15))), url('../images/JapaneseOldPaper_mirror.png');
  background-image: linear-gradient(180deg, rgba(34, 47, 48, 0.1), rgba(30, 37, 36, 0.85)), linear-gradient(180deg, rgba(30, 37, 36, 0.15), rgba(30, 37, 36, 0.15)), url('../images/JapaneseOldPaper_mirror.png');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, 400px;
  background-repeat: repeat, repeat, no-repeat;
}

.card-click.a_online-media {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 47, 48, 0)), to(rgba(30, 37, 36, 0.85))), -webkit-gradient(linear, left top, left bottom, from(rgba(30, 37, 36, 0.15)), to(rgba(30, 37, 36, 0.15))), url('../images/online-media-article.jpg');
  background-image: linear-gradient(180deg, rgba(34, 47, 48, 0), rgba(30, 37, 36, 0.85)), linear-gradient(180deg, rgba(30, 37, 36, 0.15), rgba(30, 37, 36, 0.15)), url('../images/online-media-article.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.card-click.elmo {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 47, 48, 0.1)), to(rgba(30, 37, 36, 0.85))), -webkit-gradient(linear, left top, left bottom, from(rgba(30, 37, 36, 0.15)), to(rgba(30, 37, 36, 0.15))), url('../images/NI_elmo.png');
  background-image: linear-gradient(180deg, rgba(34, 47, 48, 0.1), rgba(30, 37, 36, 0.85)), linear-gradient(180deg, rgba(30, 37, 36, 0.15), rgba(30, 37, 36, 0.15)), url('../images/NI_elmo.png');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.card-click.bg-meme {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 47, 48, 0.1)), to(rgba(30, 37, 36, 0.85))), -webkit-gradient(linear, left top, left bottom, from(rgba(30, 37, 36, 0.15)), to(rgba(30, 37, 36, 0.15))), url('../images/NI_success-kid.jpg');
  background-image: linear-gradient(180deg, rgba(34, 47, 48, 0.1), rgba(30, 37, 36, 0.85)), linear-gradient(180deg, rgba(30, 37, 36, 0.15), rgba(30, 37, 36, 0.15)), url('../images/NI_success-kid.jpg');
  background-position: 0px 0px, 0px 0px, 100% 100%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.card-click.bg-medical {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 47, 48, 0)), to(rgba(30, 37, 36, 0.85))), -webkit-gradient(linear, left top, left bottom, from(rgba(30, 37, 36, 0.15)), to(rgba(30, 37, 36, 0.15))), url('../images/NI_med.png');
  background-image: linear-gradient(180deg, rgba(34, 47, 48, 0), rgba(30, 37, 36, 0.85)), linear-gradient(180deg, rgba(30, 37, 36, 0.15), rgba(30, 37, 36, 0.15)), url('../images/NI_med.png');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.card-click.a-telco {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 47, 48, 0.1)), to(rgba(30, 37, 36, 0.85))), -webkit-gradient(linear, left top, left bottom, from(rgba(30, 37, 36, 0.15)), to(rgba(30, 37, 36, 0.15))), url('../images/telco-article.jpg');
  background-image: linear-gradient(180deg, rgba(34, 47, 48, 0.1), rgba(30, 37, 36, 0.85)), linear-gradient(180deg, rgba(30, 37, 36, 0.15), rgba(30, 37, 36, 0.15)), url('../images/telco-article.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.card-click.a-medical {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 47, 48, 0.1)), to(rgba(30, 37, 36, 0.85))), -webkit-gradient(linear, left top, left bottom, from(rgba(30, 37, 36, 0.15)), to(rgba(30, 37, 36, 0.15))), url('../images/medical-article.jpg');
  background-image: linear-gradient(180deg, rgba(34, 47, 48, 0.1), rgba(30, 37, 36, 0.85)), linear-gradient(180deg, rgba(30, 37, 36, 0.15), rgba(30, 37, 36, 0.15)), url('../images/medical-article.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.card-click.a-aws-sagemaker {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 47, 48, 0.1)), to(rgba(30, 37, 36, 0.85))), -webkit-gradient(linear, left top, left bottom, from(rgba(30, 37, 36, 0.15)), to(rgba(30, 37, 36, 0.15))), url('../images/aws-sagemaker-article.png');
  background-image: linear-gradient(180deg, rgba(34, 47, 48, 0.1), rgba(30, 37, 36, 0.85)), linear-gradient(180deg, rgba(30, 37, 36, 0.15), rgba(30, 37, 36, 0.15)), url('../images/aws-sagemaker-article.png');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}


.legal_fold {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 35px;
  padding-bottom: 35px;
  border-bottom: 2px solid rgba(234, 241, 246, 0.05);
  background-color: #222f30;
}

.legal-title {
  margin-bottom: 15px;
  font-family: 'Fakt Pro', sans-serif;
  color: #3db891;
  font-size: 1.6rem;
  line-height: 1.8rem;
  font-weight: 300;
}

.div-block-33 {
  margin-bottom: 25px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.legal_heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: 'Fakt Pro', sans-serif;
  color: #eaf1f6;
  font-size: 0.9rem;
  line-height: 1.2rem;
  font-weight: 700;
  text-align: left;
}

.legal-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: 400;
  text-align: left;
}

.emphased-quote-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 35px;
  -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;
  font-family: 'Fakt Pro', sans-serif;
  color: #3db891;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 300;
  text-align: center;
}

.network-visualisation {
  width: 100%;
  min-height: 260px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  border-radius: 4px;
}

.network-visualisation.recurrent {
  background-image: url('../images/RNN_i.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.network-visualisation.convolutional {
  background-image: url('../images/CNN_i.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.network-visualisation.feedforward {
  background-image: url('../images/FFN_i.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.network-visualisation.reinforcement {
  background-image: url('../images/DRL_i.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.network-visualisation.generative {
  background-image: url('../images/GAN_i.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.sounds-interesting {
  padding-top: 15px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#162221), to(#162221));
  background-image: linear-gradient(180deg, #162221, #162221);
}

.contact-cards {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #162221;
}

.hero-title {
  width: auto;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
  padding-top: 0px;
  font-family: 'Ideal Sans Pro', sans-serif;
  color: #eaf1f6;
  font-size: 2.8rem;
  line-height: 3.2rem;
  font-weight: 700;
  text-align: left;
}

.hero-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2px;
  padding-bottom: 2px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #97afc0;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  text-align: left;
}

.hero_cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin: 25px 12px 25px 0px;
  padding: 5px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(8, 101, 86, 0.1);
  border-radius: 1px;
  background-color: #086;
  -webkit-transition: background-color 128ms cubic-bezier(.55, .055, .675, .19);
  transition: background-color 128ms cubic-bezier(.55, .055, .675, .19);
  color: #eaf1f6;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.hero_cta:hover {
  padding: 5px 10px;
  border-style: solid;
  border-color: #086556;
  background-color: #086556;
  color: #eaf1f6;
  text-decoration: none;
}

.hero-fold {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  padding-top: 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-color: #1e2524;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #1e2524), to(rgba(0, 0, 0, 0.7)));
  background-image: linear-gradient(180deg, #1e2524 20%, rgba(0, 0, 0, 0.7));
}

.container-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hero_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 400px;
  max-width: 1120px;
  min-width: 940px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.hero_illustration-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 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-image: url('../images/NHB_02.png'), url('../images/NHB_01.png');
  background-position: 50% 320%, 50% 120px;
  background-size: 360px 360px, 380px 380px;
  background-repeat: no-repeat, no-repeat;
}

.div-block-41 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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;
}

.hero-service-element {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-height: 300px;
  min-height: 272px;
  padding: 80px 20px 20px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #0d1413;
}

.hero-actions {
  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;
}

.padding-cheat {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 76%;
  margin-bottom: 25px;
  padding-bottom: 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;
}

.hero_services {
  display: block;
  height: auto;
  min-height: 40vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #0d1413;
}

.nvdia_pp {
  width: 90%;
  height: 90%;
  min-width: auto;
  border-radius: 50%;
  background-color: #1e2524;
  background-image: url('../images/NL_nvdia-logo.png');
  background-position: 50% 50%;
  background-size: 90% 90%;
  background-repeat: no-repeat;
}

.workflow {
  height: auto;
  max-width: 1280px;
  min-height: 720px;
  min-width: 85%;
  margin-top: 40px;
  padding: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/N_workflow-chart.png');
  background-position: 50% 0%;
  background-size: 103%;
  background-repeat: no-repeat;
  text-align: center;
}

.workflow-fold {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  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: 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;
  background-color: #162221;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}

.workflow-fold.bg-mod {
  padding-top: 80px;
  background-image: none;
}

.title-bar-workflow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.two-way-paragraph {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.illustration-snapshot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 320px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.illustration-snapshot.clouds {
  background-image: url('../images/NI-W-03-Cloud12.png');
  background-size: auto 120%;
}

.illustration-snapshot.opensource {
  background-image: url('../images/NI-W-04-opensource12.png');
  background-size: auto 120%;
}

.illustration-snapshot.integrate {
  background-image: url('../images/NI-W-02-Integrate12.png');
  background-size: auto 120%;
}

.illustration-snapshot.experiment {
  background-image: url('../images/NI-W-01-start12.png');
  background-size: auto 120%;
}

.illustration-snapshot.discover {
  background-image: url('../images/NI-W-01-discover12.png');
  background-size: auto 120%;
}

.illustration-snapshot.secure {
  background-image: url('../images/NI-W-05-secure12.png');
  background-size: auto 120%;
}

.side-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 32px;
  padding-left: 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.side-text-heading {
  font-family: 'Fakt Pro', sans-serif;
  color: #eaf1f6;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 700;
}

.side-text-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #97afc0;
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: 400;
  text-align: left;
}

.why-neuma-fold {
  margin-top: -40px;
  padding-top: 0px;
  padding-bottom: 25px;
  background-color: #162221;
}

.pricing-fold {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #162221;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}

.pricing-fold.bg-color {
  background-color: #1b2526;
  background-image: none;
}

.pricing-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
}

.pricing-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 8px 4px;
  padding: 8px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(234, 241, 246, 0.1);
  border-radius: 4px;
  text-align: center;
}

.pricing-card.emphasized {
  background-color: rgba(0, 0, 0, 0.15);
}

.pricing-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Fakt Pro', sans-serif;
  color: #97afc0;
  font-size: 2rem;
  line-height: 2.6rem;
  font-weight: 300;
  text-align: center;
}

.pricing-sub {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-bottom: 16px;
  color: #eaf1f6;
  font-size: 1.2rem;
  line-height: 1.6rem;
  text-align: center;
}

.bulletpoints {
  width: 100%;
  padding-top: 2px;
  padding-bottom: 2px;
  color: #97afc0;
  text-align: center;
}

.text-span {
  padding-right: 8px;
  color: #97afc0;
  font-size: 1rem;
  font-weight: 400;
}

.card-illustration {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 128px;
  height: 128px;
  margin-top: 16px;
  margin-bottom: 16px;
  -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;
}

.card-illustration-pricing {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.05);
}

.card-illustration-pricing.wall-e {
  background-color: rgba(0, 0, 0, 0.05);
  background-image: url('../images/Artboard-1112.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.card-illustration-pricing.giant {
  background-color: rgba(0, 0, 0, 0.05);
  background-image: url('../images/Artboard-10-copy12.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.pricing-card-title {
  margin-top: 16px;
  margin-bottom: 0px;
  font-family: 'Ideal Sans Pro', sans-serif;
  color: #eaf1f6;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 700;
}

.secondary-cta {
  margin-right: 12px;
  margin-left: 12px;
  padding: 5px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(234, 241, 246, 0.9);
  border-radius: 1px;
  -webkit-transition: background-color 128ms cubic-bezier(.55, .055, .675, .19);
  transition: background-color 128ms cubic-bezier(.55, .055, .675, .19);
  color: rgba(234, 241, 246, 0.9);
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: none;
}

.secondary-cta:hover {
  border-style: solid;
  border-color: #eaf1f6;
  background-color: rgba(234, 241, 246, 0.04);
  color: #eaf1f6;
  text-decoration: none;
}

.pricing-line {
  max-height: 3px;
  min-height: 3px;
  min-width: 100%;
  margin-top: 15px;
  margin-bottom: 20px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(30, 37, 36, 0)), color-stop(50%, rgba(234, 241, 246, 0.1)), to(rgba(30, 37, 36, 0)));
  background-image: linear-gradient(90deg, rgba(30, 37, 36, 0), rgba(234, 241, 246, 0.1) 50%, rgba(30, 37, 36, 0));
}

.ni-contract {
  position: static;
  width: 100%;
  height: 90%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/ni-why_us.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.small-hero-why {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  margin-top: 72px;
  -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-hero-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 72px;
  -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-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 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;
}

.blog-hero-first-view {
  margin-bottom: 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.blog-hero-pic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  -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-image: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 34, 33, 0.4)), to(rgba(22, 34, 33, 0.4))), url('../images/example-bg.png');
  background-image: linear-gradient(180deg, rgba(22, 34, 33, 0.4), rgba(22, 34, 33, 0.4)), url('../images/example-bg.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.blog-hero-pic.online-media-article {
  margin-bottom: 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 34, 33, 0.1)), to(rgba(22, 34, 33, 0.1))), url('../images/online-media-article.jpg');
  background-image: linear-gradient(180deg, rgba(22, 34, 33, 0.1), rgba(22, 34, 33, 0.1)), url('../images/online-media-article.jpg');
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.blog-hero-pic.telco-article {
  margin-bottom: 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 34, 33, 0.1)), to(rgba(22, 34, 33, 0.1))), url('../images/telco-article.jpg');
  background-image: linear-gradient(180deg, rgba(22, 34, 33, 0.1), rgba(22, 34, 33, 0.1)), url('../images/telco-article.jpg');
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.blog-hero-pic.medical-article {
  margin-bottom: 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 34, 33, 0.4)), to(rgba(22, 34, 33, 0.4))), url('../images/medical-article.jpg');
  background-image: linear-gradient(180deg, rgba(22, 34, 33, 0.4), rgba(22, 34, 33, 0.4)), url('../images/medical-article.jpg');
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.blog-hero-pic.aws-sagemaker-article {
  margin-bottom: 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 34, 33, 0.4)), to(rgba(22, 34, 33, 0.4))), url('../images/aws-sagemaker-article.png');
  background-image: linear-gradient(180deg, rgba(22, 34, 33, 0.4), rgba(22, 34, 33, 0.4)), url('../images/aws-sagemaker-article.png');
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}


.blog-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
}

.article-author-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 0px;
  padding-right: 5px;
  padding-left: 5px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #eaf1f6;
  font-size: 0.8rem;
  line-height: 1.2rem;
  text-align: left;
}

.blog-author-pp {
  max-height: 72px;
  max-width: 72px;
  min-height: 72px;
  min-width: 72px;
  border-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #000;
  border-radius: 50%;
}

.blog-author-pp.mv {
  background-image: url('../images/MV_PP.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.blog-author-pp.acs {
  background-image: url('../images/ACS_PP.png');
  background-position: 50% 110%;
  background-size: 115% 115%;
  background-repeat: no-repeat;
}

.blog-author-pp.tp {
  background-image: url('../images/TP_PP.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.blog-author-pp.tf {
  background-image: url('../images/TF_PP.png');
  background-position: 50% 50%;
  background-size: 110% 110%;
}

.blog-author-pp.fb {
  max-height: 50px;
  max-width: 50px;
  min-height: 60px;
  min-width: 60px;
  background-image: url('../images/BF_PP.png');
  background-position: 50% 50%;
  background-size: 110% 110%;
  background-repeat: no-repeat;
}

.blog-author-pp.jb {
  background-image: url('../images/JB_PP.png');
  background-size: 110% 110%;
  background-repeat: no-repeat;
}

.blog-author-pp.cb {
  background-image: url('../images/CB_PP.png');
  background-position: 50% -5%;
  background-size: 110% 110%;
  background-repeat: no-repeat;
}

.blog-author-pp.ns {
  background-image: url('../images/NS_PP.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.article-title-text {
  width: auto;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0px 25px;
  font-family: 'Ideal Sans Pro', sans-serif;
  color: #eaf1f6;
  font-size: 2.4rem;
  line-height: 3rem;
  font-weight: 700;
  text-align: left;
}

.blog-content-lead {
  padding: 15px 25px;
  font-family: 'Ideal Sans Pro', sans-serif;
  color: #eaf1f6;
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 300;
}

.blog-content-text {
  padding: 15px 25px 15px 300px;
  font-family: 'Fakt Pro', sans-serif;
  color: #eaf1f6;
  font-size: 1.3rem;
  line-height: 1.7rem;
  font-weight: 300;
}

.fb-app {
  width: 90%;
  height: 90%;
  min-width: auto;
  border-radius: 50%;
  background-color: #1e2524;
  background-image: url('../images/BF_PP.png');
  background-position: 50% 50%;
  background-size: 120%;
  background-repeat: no-repeat;
}

.workflow-transparent {
  height: auto;
  max-width: 1320px;
  min-height: 700px;
  min-width: 100%;
  margin-top: 40px;
  margin-left: 0px;
  padding: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/n-wf.png');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}

.scroll-indicator {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 50px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  color: rgba(151, 175, 192, 0.15);
  font-size: 0.8rem;
  line-height: 0.9rem;
}

.scroll-indicator-bar {
  width: 3px;
  height: 40px;
  margin-bottom: 15px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, rgba(234, 241, 246, 0.15)), to(transparent));
  background-image: linear-gradient(180deg, transparent, rgba(234, 241, 246, 0.15) 50%, transparent);
}

.ni-careers {
  position: static;
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/SH-02-Careers.png');
  background-position: 50% 50%;
  background-size: 95% 95%;
  background-repeat: no-repeat;
}

.share-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: rgba(30, 38, 37, 0.5);
  color: #1e2625;
}

.share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  padding-top: 2px;
  padding-bottom: 2px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: rgba(234, 241, 246, 0.25);
  font-size: 0.6rem;
  line-height: 0.8rem;
  font-weight: 300;
  text-align: left;
}

.share._2 {
  margin-right: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #eaf1f6;
  font-weight: 700;
}

.share-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  padding-right: 8px;
  padding-left: 8px;
  -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;
  color: rgba(234, 241, 246, 0.4);
  font-size: 0.8rem;
  line-height: 1.2rem;
  font-weight: 700;
}

.bold-text {
  color: #3db891;
}

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

@media (max-width: 991px) {
  blockquote {
    margin-left: 0px;
  }
  .header-nav {
    max-height: 88px;
    min-height: 72px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #1e2524;
  }
  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .column-3 {
    display: block;
  }
  .line {
    min-width: 100%;
  }
  .separator.social {
    margin-top: 0px;
    margin-bottom: 25px;
  }
  .primary-cta.pricing-cta {
    margin-top: 0px;
  }
  .contact-lead {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1.6rem;
    line-height: 1.9rem;
  }
  .small-hero {
    padding-right: 20px;
    padding-left: 20px;
  }
  .nsh_title {
    width: 100%;
    font-size: 2rem;
    line-height: 2.4rem;
  }
  .home-click {
    width: 100%;
    height: 100%;
  }
  .offerings {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .heading-1.green.hero {
    margin-bottom: 5px;
  }
  .description-text.centered.smaller {
    width: 60%;
  }
  .center-illustration {
    margin-bottom: 0px;
  }
  .section-2 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .requirements-card {
    padding-right: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .icon-illustration-requirements {
    margin-right: 5px;
  }
  .icon-illustration-requirements.ni-knowledge {
    margin-right: 15px;
  }
  .icon-illustration-requirements.ni-speaking {
    margin-right: 15px;
  }
  .icon-illustration-requirements.ni-cool {
    margin-right: 15px;
  }
  .icon-illustration-requirements.ni-happy {
    margin-right: 15px;
  }
  .contact-slides {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .dropdown-icon {
    margin-right: 5px;
  }
  .descriptive-icon {
    margin-right: 10px;
  }
  .technology-dropdown-paragraph {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .contact-balazs {
    padding-top: 0px;
  }
  .sub.odd {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .container_quote {
    background-position: 0px 0px;
    background-size: 180px 180px;
  }
  .mini-text {
    padding-top: 25px;
    padding-bottom: 0px;
  }
  .clients_testimonial {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .tm-person-name {
    padding-top: 0px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .frame-arrow {
    width: 40px;
    height: 40px;
  }
  .speech-bubble_text {
    padding-bottom: 15px;
  }
  .team-fold {
    padding: 35px 20px 15px;
  }
  .title-bar {
    margin-bottom: 25px;
  }
  .members-container {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tm-picture {
    max-height: 72px;
    max-width: 72px;
    min-height: 72px;
    min-width: 72px;
  }
  .tm_card {
    min-height: auto;
    margin: 5px 0px;
    padding: 15px 10px;
  }
  .tm_card.cheat {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .title {
    width: 100%;
    font-size: 2rem;
    line-height: 2.4rem;
  }
  .tm-name {
    margin-bottom: 0px;
  }
  .testimonial-person {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .technology_fold {
    padding-top: 70px;
  }
  .anim-illustration.mni-01 {
    width: 92px;
    height: 92px;
    min-height: 92px;
    min-width: 92px;
    margin-top: -100px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .anim-illustration.mni-02 {
    width: 92px;
    height: 92px;
    min-height: 92px;
    min-width: 92px;
    margin-top: -160px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .anim-illustration.sni-02 {
    width: 92px;
    height: 92px;
    min-height: 92px;
    min-width: 92px;
    margin-top: -160px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .anim-illustration.sni-03 {
    width: 92px;
    height: 92px;
    min-height: 92px;
    min-width: 92px;
    margin-top: -100px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .anim-illustration.sni-01 {
    width: 92px;
    height: 92px;
    min-height: 92px;
    min-width: 92px;
    margin-top: -200px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .container_technology-dropdown {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .technology-dropdown {
    width: 100%;
  }
  .padding_cheat {
    height: 0px;
    margin: 0px;
    padding: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .partnership_fold {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .card_news {
    min-height: 280px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .nlp-heart {
    margin-right: 5px;
  }
  .hello-text {
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 2rem;
  }
  .hello-text.padding {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 35px;
  }
  .hello-text.careers {
    padding-right: 20px;
    padding-left: 20px;
  }
  .contact {
    padding-right: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .icon-illustration-contact {
    margin-right: 5px;
  }
  .legal_fold {
    padding-right: 20px;
    padding-left: 20px;
  }
  .legal-title {
    margin-bottom: 15px;
  }
  .emphased-quote-text {
    padding: 0px;
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .network-visualisation {
    min-height: 360px;
  }
  .sounds-interesting {
    padding-top: 0px;
  }
  .contact-cards {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .hero-title {
    width: 100%;
    margin-bottom: 5px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 2.2rem;
    line-height: 2.6rem;
    text-align: center;
  }
  .hero-text {
    font-size: 1.2rem;
    line-height: 1.6rem;
    text-align: center;
  }
  .hero_cta {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .hero-fold {
    height: 556px;
    padding-top: 80px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .hero_content {
    display: block;
    width: 100%;
    height: 420px;
    min-width: 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;
  }
  .hero_illustration-container {
    width: 100%;
    height: 58%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 50% -17%, 50% 11%;
    background-size: auto 320px, auto 360px;
    background-repeat: no-repeat, no-repeat;
  }
  .div-block-41 {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hero-service-element {
    width: 100%;
    height: auto;
    max-height: auto;
    min-height: auto;
    margin-left: 0px;
    padding-top: 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .hero-actions {
    padding-top: 15px;
    padding-bottom: 40px;
  }
  .padding-cheat {
    width: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .container-13 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .hero_services {
    height: auto;
    min-height: auto;
  }
  .workflow {
    height: 520px;
    min-height: 500px;
    min-width: 85%;
  }
  .workflow-fold {
    display: block;
    overflow: visible;
  }
  .workflow-fold.bg-mod {
    display: none;
    padding-top: 0px;
  }
  .title-bar-workflow {
    margin-bottom: 25px;
  }
  .two-way-paragraph {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .side-text {
    padding-right: 24px;
    padding-left: 24px;
  }
  .pricing-fold {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .pricing-container {
    overflow: visible;
    padding-right: 20px;
    padding-left: 20px;
    -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;
  }
  .pricing-card {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .pricing-price {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0px;
    font-size: 2rem;
    line-height: 2rem;
  }
  .pricing-card-title {
    margin-bottom: 0px;
  }
  .pricing-line {
    min-width: 100%;
  }
  .ni-contract {
    height: 90%;
  }
  .small-hero-why {
    padding-right: 20px;
    padding-left: 20px;
  }
  .blog-hero-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .blog-hero {
    padding-right: 20px;
    padding-left: 20px;
  }
  .blog-hero-first-view {
    margin-bottom: 15px;
  }
  .blog-hero-pic {
    height: 360px;
  }
  .article-author-name {
    padding-top: 0px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .blog-author-pp {
    max-height: 72px;
    max-width: 72px;
    min-height: 72px;
    min-width: 72px;
  }
  .article-title-text {
    width: 100%;
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
  .blog-content-lead {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  .blog-content-text {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 25px;
  }
  .workflow-transparent {
    height: 520px;
    min-height: 500px;
    min-width: 85%;
  }
  .scroll-indicator {
    display: none;
  }
  .div-block-42 {
    width: 100%;
  }
}

@media (max-width: 767px) {
  p {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
  .header-nav {
    max-height: 72px;
    min-height: 72px;
    margin-top: 0px;
    padding: 6px 20px;
    border-top: 3px solid #3db891;
    background-color: #1e2524;
  }
  .container {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .cta.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 56px;
    margin-top: 25px;
    -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;
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
  .column-2 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .line {
    min-width: 100%;
  }
  .social-buttons {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .column-4 {
    padding: 15px;
  }
  .clients-logo {
    max-width: 140px;
    min-width: 160px;
  }
  .client-logos {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .info.footer-bottom {
    padding-top: 45px;
    font-size: 0.8rem;
  }
  .primary-cta.pricing-cta {
    margin-top: 0px;
  }
  .ni-contact {
    width: 280px;
    height: auto;
  }
  .contact-lead {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 1.3rem;
    line-height: 1.6rem;
  }
  .mobile-menu {
    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;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .dropdown {
    position: static;
  }
  .dropdown-list {
    position: static;
  }
  .dropdown-list.w--open {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    min-height: 100vh;
    margin-top: 72px;
    padding: 24px 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
    background-color: #1e2524;
  }
  .mobile-menu_element {
    margin: 12px 0px;
    padding: 12px 16px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    color: #eaf1f6;
    font-size: 1.2rem;
    line-height: 1.4rem;
    font-weight: 700;
  }
  .mobile-menu_element.w--current {
    color: #3db891;
  }
  .menu-in {
    width: 40px;
    height: 40px;
    background-image: url('../images/LIC_menu.svg');
    background-position: 50% 50%;
    background-size: 40px 40px;
    background-repeat: no-repeat;
  }
  .dropdown-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 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;
  }
  .menu-out {
    width: 40px;
    height: 40px;
    background-image: url('../images/_close.svg');
    background-position: 50% 50%;
    background-size: 40px 40px;
    background-repeat: no-repeat;
  }
  .nsh_title {
    width: 100%;
    padding-top: 0px;
    font-size: 2rem;
    line-height: 2.4rem;
    text-align: center;
  }
  .ni_circle {
    width: 165px;
    height: 165px;
    max-height: 165px;
    max-width: 165px;
    min-height: 165px;
    min-width: 165px;
  }
  .section {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .offerings {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .sh_illustration-container {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .offering-card {
    padding-top: 25px;
    padding-bottom: 25px;
    -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-align: center;
  }
  .heading-1 {
    width: auto;
    max-width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .heading-1.green {
    font-size: 1rem;
    line-height: 1.2rem;
  }
  .description-text {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .description-text.centered.smaller {
    width: 100%;
  }
  .div-block-12 {
    text-align: center;
  }
  .center-illustration {
    width: 100%;
    height: 100%;
    margin-bottom: 0px;
  }
  .center-illustration.contact-odd {
    width: 180px;
    height: 180px;
  }
  .center-illustration.careers {
    height: 160px;
    min-height: 160px;
  }
  .center-illustration.why {
    height: 160px;
    min-height: 160px;
  }
  .ni-rocket {
    width: 220px;
    height: 180px;
  }
  .section-2 {
    padding: 25px 20px;
  }
  .subtitle {
    width: auto;
    max-width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .requirements-card {
    padding: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: center;
  }
  .icon-illustration-requirements {
    margin-right: 0px;
    margin-left: 0px;
  }
  .icon-illustration-requirements.ni-knowledge {
    margin-right: 0px;
    margin-bottom: 0px;
  }
  .icon-illustration-requirements.ni-speaking {
    margin-right: 0px;
    margin-bottom: 0px;
  }
  .icon-illustration-requirements.ni-cool {
    margin-right: 0px;
    margin-bottom: 0px;
  }
  .icon-illustration-requirements.ni-happy {
    margin-right: 0px;
    margin-bottom: 0px;
  }
  .ep_contact {
    padding-right: 20px;
    padding-bottom: 25px;
    padding-left: 20px;
  }
  .section-copy {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .contact-slides {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
  }
  .dropdown-icon {
    margin-right: 0px;
    margin-left: 0px;
  }
  .descriptive-icon {
    margin-right: 10px;
    margin-left: 0px;
  }
  .small-hero-img {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .small-hero-img.about {
    padding-bottom: 0px;
  }
  .small-hero-img.whyfold {
    padding-bottom: 0px;
  }
  .subs {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }
  .contact-balazs {
    padding-top: 0px;
  }
  .small-sub {
    margin-top: 35px;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 1.4rem;
    text-align: center;
  }
  .div-block-15 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sub {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 1.4rem;
    text-align: center;
  }
  .sub.hero.small {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .sub.odd {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .serivices-fold {
    padding: 5px 20px;
  }
  .container_quote {
    padding: 15px 0px 0px;
    background-position: 0px 0px;
    background-size: 180px 180px;
  }
  .mini-text {
    padding-top: 25px;
    padding-bottom: 0px;
  }
  .clients_testimonial {
    padding-top: 0px;
    padding-bottom: 20px;
  }
  .speech-bubble {
    width: auto;
  }
  .speech-bubble.small {
    width: auto;
  }
  .tm-person-name {
    padding-top: 0px;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .frame-arrow {
    width: 40px;
    height: 40px;
  }
  .speech-bubble_text {
    padding-bottom: 15px;
  }
  .team-fold {
    padding: 35px 20px 15px;
  }
  .title-bar {
    margin-bottom: 25px;
    padding: 25px 20px;
  }
  .members-container {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .team-member {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .tm-picture {
    margin-right: 15px;
  }
  .tm_card {
    margin: 5px 0px;
    padding: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .title {
    width: 100%;
    padding-top: 0px;
    font-size: 2rem;
    line-height: 2.4rem;
    text-align: center;
  }
  .tm-name {
    margin-bottom: 0px;
  }
  .testimonial-person {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .technology_fold {
    padding-top: 45px;
  }
  .anim-illustration.mni-01 {
    width: 80px;
    height: 80px;
    min-height: 80px;
    min-width: 80px;
    margin-top: -125px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .anim-illustration.mni-02 {
    width: 80px;
    height: 80px;
    min-height: 80px;
    min-width: 80px;
    margin-top: -190px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .anim-illustration.sni-02 {
    width: 80px;
    height: 80px;
    min-height: 80px;
    min-width: 80px;
    margin-top: -190px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .anim-illustration.sni-03 {
    width: 80px;
    height: 80px;
    min-height: 80px;
    min-width: 80px;
    margin-top: -125px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .anim-illustration.sni-01 {
    width: 80px;
    height: 80px;
    min-height: 80px;
    min-width: 80px;
    margin-top: -200px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .container_technology-dropdown {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .technology-dropdown {
    margin-right: 0px;
    margin-left: 0px;
  }
  .padding_cheat {
    margin-right: 0px;
    margin-left: 0px;
  }
  .partnership_fold {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .container_news {
    overflow: auto;
  }
  .card_news {
    min-height: 280px;
    min-width: 240px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .nlp-heart {
    margin-right: 0px;
    margin-left: 0px;
  }
  .clients_fold {
    padding: 20px;
  }
  .articles_fold {
    padding-right: 20px;
    padding-left: 20px;
  }
  .company-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    min-width: 320px;
    margin-top: 0px;
    margin-bottom: 25px;
    padding-top: 0px;
    padding-bottom: 60px;
    -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;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .hello-text {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  .hello-text.padding {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .hello-text.why {
    padding-right: 0px;
    padding-left: 0px;
  }
  .contact {
    padding: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: center;
  }
  .icon-illustration-contact {
    margin-right: 0px;
    margin-left: 0px;
  }
  .legal_fold {
    padding-right: 30px;
    padding-left: 30px;
  }
  .legal-title {
    margin-bottom: 15px;
  }
  .div-block-33 {
    text-align: left;
  }
  .legal_heading {
    width: auto;
    max-width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }
  .legal-description {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }
  .emphased-quote-text {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 1.3rem;
    line-height: 1.7rem;
  }
  .network-visualisation {
    min-height: 300px;
  }
  .sounds-interesting {
    padding-top: 0px;
  }
  .contact-cards {
    padding: 0px 20px;
  }
  .hero-title {
    width: 100%;
    padding-top: 0px;
    font-size: 2.2rem;
    line-height: 2.6rem;
    text-align: center;
  }
  .hero-text {
    width: auto;
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.2rem;
    line-height: 1.6rem;
    text-align: center;
  }
  .hero_cta {
    padding-left: 10px;
  }
  .hero-fold {
    height: 600px;
    padding-top: 60px;
  }
  .hero_content {
    height: 460px;
  }
  .hero_illustration-container {
    height: 64%;
  }
  .div-block-41 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .hero-service-element {
    width: auto;
    min-height: auto;
    padding-top: 35px;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .container-13 {
    -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;
  }
  .hero_services {
    height: auto;
    padding-top: 45px;
    padding-bottom: 0px;
  }
  .workflow-fold {
    display: none;
  }
  .title-bar-workflow {
    margin-bottom: 25px;
    padding: 25px 20px;
  }
  .two-way-paragraph {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .illustration-snapshot {
    min-height: 240px;
    padding-top: 25px;
    padding-bottom: 25px;
    -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-align: center;
  }
  .illustration-snapshot.clouds {
    background-size: contain;
  }
  .illustration-snapshot.opensource {
    background-size: contain;
  }
  .illustration-snapshot.integrate {
    background-size: contain;
  }
  .illustration-snapshot.experiment {
    background-size: contain;
  }
  .illustration-snapshot.discover {
    background-size: contain;
  }
  .illustration-snapshot.secure {
    background-size: contain;
  }
  .side-text {
    padding-top: 25px;
    padding-bottom: 25px;
    -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-align: left;
  }
  .side-text-heading {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
  .side-text-description {
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0.9rem;
    line-height: 1.2rem;
    text-align: left;
  }
  .why-neuma-fold {
    padding: 5px 20px;
  }
  .pricing-fold {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .pricing-container {
    overflow: auto;
    padding-right: 12px;
    padding-left: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pricing-card {
    margin: 4px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .pricing-price {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 2rem;
    line-height: 1.7rem;
  }
  .pricing-sub {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 1.4rem;
    text-align: center;
  }
  .pricing-card-title {
    margin-bottom: 0px;
  }
  .pricing-line {
    min-width: 100%;
  }
  .ni-contract {
    width: 220px;
    height: 160px;
  }
  .blog-hero-pic {
    height: 320px;
  }
  .blog-hero-pic.online-media-article {
    margin-bottom: 25px;
  }
  .blog-hero-pic.telco-article {
    margin-bottom: 25px;
  }
  .blog-hero-pic.medical-article {
    margin-bottom: 25px;
  }
  .blog-hero-pic.aws-sagemaker-article {
    margin-bottom: 25px;
  }
  .article-author-name {
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .blog-author-pp {
    margin-right: 15px;
  }
  .article-title-text {
    width: 100%;
    padding: 0px 25px;
    font-size: 2rem;
    line-height: 2.6rem;
    text-align: left;
  }
  .blog-content {
    padding-right: 25px;
    padding-left: 25px;
  }
  .blog-content-lead {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
  .blog-content-text {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .share-container {
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .share {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }
  .share-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .bold-text {
    color: #3db891;
  }
}

@media (max-width: 479px) {
  li {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 0px;
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
  blockquote {
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 25px;
  }
  .header-nav {
    max-height: 72px;
    min-height: 72px;
    margin-top: 0px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-top: 3px solid #3db891;
    background-color: #1e2524;
  }
  .cta.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 48px;
    margin-top: 5px;
    -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;
    font-size: 1.2rem;
    line-height: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
  }
  .footer {
    margin-top: 25px;
  }
  .column-2 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .line {
    min-width: 100%;
  }
  .separator {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .separator.social {
    margin-bottom: 25px;
  }
  .footer-topbar {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .social-buttons {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .social-button.linkedin {
    min-width: 36px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .social-button.twitter {
    min-width: 36px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .social-button.messenger {
    min-width: 36px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .social-button.facebook {
    min-width: 36px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .column-4 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .nvdia-badge {
    max-width: 108px;
    min-width: 108px;
    background-size: auto 100%;
  }
  .nvdia-badge:hover {
    background-size: auto, auto 100%;
  }
  .clients-logo {
    max-width: 240px;
    min-height: 90px;
    min-width: 220px;
  }
  .clients-logo.royalmail {
    background-repeat: no-repeatundefined;
  }
  .client-logos {
    -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;
  }
  .info {
    padding-right: 25px;
    padding-left: 25px;
  }
  .info.footer-bottom {
    padding: 10px 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 0.8rem;
    line-height: 1.2rem;
  }
  .social_bar {
    height: 60px;
    margin-bottom: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .primary-cta {
    display: block;
    width: 100%;
    margin-top: 15px;
    margin-right: 0px;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 2px;
    background-color: #086;
    text-align: center;
  }
  .primary-cta:hover {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #086556;
  }
  .footer-contact {
    height: auto;
    min-height: 480px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-3 {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
  }
  .ni-contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 240px;
    min-height: 220px;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 50% 0px;
    background-size: auto 90%;
  }
  .contact-lead {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1.4rem;
    line-height: 1.7rem;
  }
  .dropdown-list.w--open {
    min-height: 96vh;
    padding: 0px 24px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .small-hero {
    max-height: 180px;
    min-height: 148px;
  }
  .nsh_title {
    width: 100%;
    padding-top: 0px;
    font-size: 2rem;
    line-height: 2.8rem;
    text-align: center;
  }
  .nsh_title._404 {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .ni_circle {
    width: 165px;
    height: 165px;
    max-height: 165px;
    max-width: 165px;
    min-height: 165px;
    min-width: 165px;
  }
  .offerings {
    margin-top: 0px;
    margin-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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .sh_illustration-container {
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sh_illustration-container.why {
    padding-top: 25px;
    padding-bottom: 0px;
  }
  .offering-card {
    width: auto;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .mini-illustration.mni-01 {
    min-height: 80px;
    min-width: 80px;
  }
  .mini-illustration.mni-04 {
    min-height: 80px;
    min-width: 80px;
  }
  .mini-illustration.mni-03 {
    min-height: 80px;
    min-width: 80px;
  }
  .mini-illustration.mni-02 {
    min-height: 80px;
    min-width: 80px;
  }
  .mini-illustration.sni-03 {
    min-height: 80px;
    min-width: 80px;
  }
  .mini-illustration.sni-04 {
    min-height: 80px;
    min-width: 80px;
  }
  .mini-illustration.sni-01 {
    min-height: 80px;
    min-width: 80px;
  }
  .mini-illustration.sni-02 {
    min-height: 80px;
    min-width: 80px;
  }
  .heading-1 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .description-text {
    text-align: center;
  }
  .description-text-container {
    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;
    text-align: center;
  }
  .center-illustration {
    width: 100%;
    height: 165px;
    margin-top: -40px;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .center-illustration.careers {
    height: 150px;
    min-height: 150px;
  }
  .center-illustration.why {
    height: 150px;
    min-height: 150px;
    margin-top: 0px;
  }
  .ni-rocket {
    width: 165px;
    height: 165px;
    background-size: 165px 165px;
  }
  .section-2 {
    padding-top: 25px;
  }
  .subtitle {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .subtitle.centered {
    width: auto;
  }
  .requirements-card {
    width: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .ep_contact {
    padding-bottom: 25px;
  }
  .bot {
    background-color: rgba(61, 184, 145, 0.75);
  }
  .ni-contactus {
    width: 165px;
    height: 165px;
    background-size: 90% 90%;
  }
  .contact-slides {
    margin-top: 0px;
    margin-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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .bf-profile-pic {
    background-color: rgba(61, 184, 145, 0.75);
  }
  .descriptive-icon {
    margin-right: 10px;
  }
  .tab-link-tech-terms {
    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-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .tab-link-tech-terms.w--current {
    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-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .tab-link-english {
    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-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .technology-dropdown_tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .subs {
    text-align: center;
  }
  .subs._2 {
    margin-right: 0px;
    -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;
    font-size: 0rem;
    line-height: 0.8rem;
  }
  .technology-dropdown-paragraph {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .tab-pane-tech-terms {
    width: auto;
  }
  .contact-balazs {
    padding-top: 0px;
  }
  .small-sub {
    margin-top: 15px;
  }
  .div-block-15 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sub {
    margin-top: 0px;
  }
  .sub.hero {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .sub.odd {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .ni-services {
    width: 100%;
    height: 100%;
    background-size: contain;
  }
  .serivices-fold {
    padding-top: 5px;
  }
  .container_quote {
    padding: 15px 0px 0px;
    background-position: 0px 0px;
    background-size: 104px 104px;
  }
  .mini-text {
    margin-bottom: 20px;
  }
  .clients_testimonial {
    padding: 0px;
  }
  .speech-bubble {
    width: auto;
    line-height: 1.6rem;
  }
  .speech-bubble.small.lightened {
    width: 296px;
  }
  .testimonial {
    padding-bottom: 25px;
  }
  .tm-person-name {
    padding-top: 0px;
    padding-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .frame-arrow {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 40px;
    height: 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;
    border-radius: 0px;
  }
  .speech-bubble_text {
    padding-bottom: 0px;
  }
  .team-fold {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .title-bar {
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .title-bar.team {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .title-bar.pricing {
    padding-top: 45px;
  }
  .members-container {
    padding: 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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .team-member {
    width: 100%;
  }
  .tm-picture {
    margin-right: 15px;
  }
  .tm_card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 5px 0px;
    padding: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .title {
    width: 100%;
    margin-bottom: 0px;
    padding-top: 0px;
    font-size: 1.8rem;
    line-height: 2.8rem;
    text-align: center;
  }
  .tm-name {
    margin-bottom: 0px;
  }
  .testimonial-person {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  ._404_container {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }
  .utility-container {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  ._404_illustration {
    -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;
  }
  ._404_tipo {
    padding-bottom: 25px;
    font-size: 6rem;
    line-height: 6rem;
  }
  .technology_fold {
    padding-top: 0px;
  }
  .anim-illustration.mni-01 {
    width: 68px;
    height: 68px;
    min-height: 68px;
    min-width: 68px;
    margin-top: 35px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .anim-illustration.mni-02 {
    width: 68px;
    height: 68px;
    min-height: 68px;
    min-width: 68px;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .anim-illustration.sni-02 {
    width: 68px;
    height: 68px;
    min-height: 68px;
    min-width: 68px;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .anim-illustration.sni-03 {
    width: 68px;
    height: 68px;
    min-height: 68px;
    min-width: 68px;
    margin-top: 35px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .anim-illustration.sni-01 {
    width: 68px;
    height: 68px;
    min-height: 68px;
    min-width: 68px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .container_technology-dropdown {
    padding-right: 10px;
    padding-left: 10px;
  }
  .technology-dropdown-head {
    font-size: 1rem;
  }
  .partnership_fold {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .container_news {
    overflow: auto;
    padding-right: 5px;
    padding-left: 5px;
  }
  .card_news {
    min-height: 280px;
    min-width: 220px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .container-partners {
    padding: 0px 0px 45px;
  }
  .articles_fold {
    padding: 45px 0px;
  }
  .company-info {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 0px 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .hello-text {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 1.3rem;
    line-height: 1.6rem;
    font-weight: 400;
  }
  .hello-text.padding {
    margin-top: 0px;
    padding-left: 0px;
  }
  .hello-text.careers {
    padding-right: 0px;
    padding-left: 0px;
  }
  .contact {
    width: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .footer-logo {
    width: 48px;
    height: 48px;
    min-height: 48px;
    min-width: 48px;
  }
  .neuma_pp {
    background-color: #1e2524;
  }
  .precognox_pp {
    background-color: #1e2524;
  }
  .legal-title {
    margin-bottom: 15px;
    line-height: 2rem;
  }
  .div-block-33 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .legal_heading {
    margin-bottom: 5px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }
  .legal-description {
    text-align: left;
  }
  .emphased-quote-text {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 1.2rem;
    line-height: 1.5rem;
    font-weight: 300;
  }
  .network-visualisation {
    width: 100%;
    min-height: 160px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .sounds-interesting {
    padding-top: 0px;
  }
  .contact-cards {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .hero-title {
    width: auto;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    padding-top: 0px;
    font-size: 1.6rem;
    line-height: 2.2rem;
    text-align: center;
  }
  .hero-text {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1rem;
    line-height: 1.4rem;
    text-align: center;
  }
  .hero_cta {
    display: block;
    width: 100%;
    margin-top: 15px;
    margin-right: 0px;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 2px;
    background-color: #086;
    text-align: center;
  }
  .hero_cta:hover {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #086556;
  }
  .hero-fold {
    height: auto;
    min-height: 540px;
  }
  .hero_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 500px;
  }
  .hero_illustration-container {
    width: 80%;
    height: 272px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-position: 50% 140%, 50% 50%;
    background-size: 260px 260px, 260px 260px;
  }
  .div-block-41 {
    margin-top: 28px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .hero-service-element {
    width: 100%;
    min-height: auto;
    padding: 35px 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .hero-actions {
    width: 100%;
    padding: 0px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hero_services {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .nvdia_pp {
    background-color: #1e2524;
  }
  .workflow {
    padding: 0px 0px 45px;
  }
  .workflow-fold {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .title-bar-workflow {
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .two-way-paragraph {
    margin-top: 0px;
    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-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;
  }
  .two-way-paragraph.leftie {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .illustration-snapshot {
    width: auto;
    min-height: 280px;
    min-width: 280px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .side-text {
    width: auto;
    padding: 0px 0px 25px;
  }
  .side-text-description {
    text-align: center;
  }
  .why-neuma-fold {
    margin-top: 0px;
    padding-top: 5px;
  }
  .pricing-fold {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .pricing-container {
    overflow: visible;
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pricing-card {
    min-width: 242px;
    margin-top: 4px;
    margin-bottom: 4px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .pricing-price {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 2rem;
    line-height: 1.5rem;
    font-weight: 300;
  }
  .pricing-sub {
    margin-top: 0px;
  }
  .card-illustration-pricing {
    background-color: rgba(234, 241, 246, 0.05);
  }
  .pricing-card-title {
    margin-bottom: 0px;
  }
  .secondary-cta {
    display: none;
  }
  .pricing-line {
    min-width: 100%;
  }
  .ni-contract {
    width: 220px;
    height: 160px;
    background-size: contain;
  }
  .small-hero-why {
    max-height: 180px;
    min-height: 148px;
    padding-top: 24px;
  }
  .blog-hero-container {
    max-height: 100%;
    min-height: auto;
    padding-top: 24px;
  }
  .blog-hero {
    max-height: 100%;
    min-height: 100%;
    margin-top: 0px;
    padding-top: 0px;
  }
  .blog-hero-first-view {
    margin-bottom: 0px;
  }
  .blog-hero-pic {
    height: 300px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .blog-hero-pic.online-media-article {
    margin-bottom: 25px;
  }
  .blog-hero-pic.telco-article {
    margin-bottom: 25px;
  }
  .blog-hero-pic.medical-article {
    margin-bottom: 25px;
  }
  .blog-hero-pic.aws-sagemaker-article {
    margin-bottom: 25px;
  }
  .blog-author {
    padding: 20px 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .article-author-name {
    margin-left: 0px;
    padding-top: 0px;
    padding-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .blog-author-pp {
    margin-right: 15px;
  }
  .article-title-text {
    width: 100%;
    padding: 0px;
    font-size: 1.8rem;
    line-height: 2.4rem;
    text-align: left;
  }
  .article-title-text._404 {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .blog-content {
    padding-right: 0px;
    padding-left: 0px;
  }
  .blog-content-lead {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
  .fb-app {
    background-color: #1e2524;
  }
  .workflow-transparent {
    padding: 0px 0px 45px;
  }
  .ni-careers {
    width: 165px;
    height: 165px;
    background-size: 90% 90%;
  }
  .share-container {
    padding: 10px 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .share {
    text-align: center;
  }
  .share._2 {
    margin-right: 0px;
    -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;
    font-size: 0rem;
    line-height: 0.8rem;
  }
  .share-text {
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-block-42 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@font-face {
  font-family: 'Fakt Pro';
  src: url('../fonts/FaktPro-Normal.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fakt Pro';
  src: url('../fonts/FaktPro-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Fakt Pro';
  src: url('../fonts/FaktPro-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Ideal Sans Pro';
  src: url('../fonts/IdealSans-Bold-Pro.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Ideal Sans Pro';
  src: url('../fonts/IdealSans-Black-Pro.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Ideal Sans Pro';
  src: url('../fonts/IdealSans-Book-Pro.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Ideal Sans Pro';
  src: url('../fonts/IdealSans-Light-Pro.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}