*,
*::before,
*::after {
  box-sizing: border-box;
}
* {
  margin: 0;
}
html,
body {
  height: 100%;
}
body {
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
}
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}
input,
button,
textarea,
select {
  font: inherit;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #0e2339;
}
#svelte {
  min-height: 100%;
}
h1 {
  margin: 50px 0 10px;
  font-size: 3em;
}
@media (max-width: 400px) {
  h1 {
    font-size: 2em;
  }
}
a {
  text-decoration: none;
}
h1 a {
  color: inherit;
}
@media (max-width: 500px) {
  body {
    zoom: 0.9;
  }
}
html {
  scroll-behavior: smooth;
}
.text {
  max-width: 700px;
  font-size: 20px;
  padding: 0 10px;
}
@media (min-width: 900px) {
  .text {
    padding: 0 20px;
  }
}
.text p {
  font-family: serif;
}
.text li {
  font-family: serif;
  margin-top: 0.5em;
}
.text h3 {
  margin: 30px 0 20px -20px;
}
.text h3 span {
  display: inline;
  line-height: 47px;
  background-color: #fff;
  padding: 8px 16px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
/*box-shadow: 1px 1px 0 0 white, 8px 8px 0 0 black;*/
  border: 3px solid #0e2339;
  box-shadow: 6px 6px 0 0 #0e2339;
}
.text h2 {
  margin: 30px 0 30px -20px;
  scroll-margin-top: 90px;
}
.text h2 span {
  display: inline;
  line-height: 54px;
  border: 3px solid #0e2339;
  background-color: #3baaff;
  color: #0e2339;
  padding: 8px 16px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  box-shadow: 6px 6px 0 0 #0e2339;
}
.text h2 + h3 {
  display: table;
  margin-top: 0;
}
.text h4 {
  font-size: 1.2em;
}
.text h5 {
  font-size: 1em;
}
.text h6 {
  font-size: 1em;
  font-family: serif;
  font-variant: italic;
}
.text p {
  margin: 0.8em 0 0.2em;
}
.text a {
  text-decoration: underline;
  color: #0e2339;
}
.text .block-img {
  text-align: center;
}
.text img:after {
  content: attr(alt) " " attr(copyright);
}
.summary a {
  display: block;
  margin: 0.5em 0;
}
.summary a:hover {
  text-decoration: underline;
}
.profiles-item:hover ~ .profile-arrow {
  opacity: 0.3;
}
.p1:hover ~ .f1,
.p1:hover ~ .f2 {
  opacity: 1;
}
.p1:hover ~ .f1 .file,
.p1:hover ~ .f2 .file {
  animation-play-state: running !important;
}
.p2:hover ~ .f1,
.p2:hover ~ .f3 {
  opacity: 1;
}
.p2:hover ~ .f1 .file,
.p2:hover ~ .f3 .file {
  animation-play-state: running !important;
}
.p3:hover ~ .f3,
.p3:hover ~ .f2 {
  opacity: 1;
}
.p3:hover ~ .f3 .file,
.p3:hover ~ .f2 .file {
  animation-play-state: running !important;
}
.nav > div {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.modelText {
  text-align: center;
}
.modelText a {
  color: #0e2339;
}
#nomalab {
  position: absolute;
  left: 305px;
  top: 40px;
}
@media (max-width: 1280px) {
  #nomalab {
    display: none;
  }
}
h1 {
  text-align: center;
}
section {
  padding: 40px 20px;
}
@media (max-width: 1000px) {
  section {
    padding: 10px 20px;
  }
}
.section-triangle {
  width: 100%;
  height: 40px;
}
.blue-section {
  background: #318cd3;
}
.dark-section {
  background: #13334f;
}
.dark-section h1 {
  color: #3baaff;
}
.home {
  color: #0e2339;
  max-width: 800px;
  margin: 0 auto;
  padding: 4em 0;
  position: relative;
}
@media (min-width: 1000px) {
  .home {
    max-width: 980px;
    padding: 9em 4em 6em 0;
  }
}
.home-illustration {
  position: absolute;
  bottom: -140px;
  right: 0;
  z-index: 7;
}
@media (max-width: 1000px) {
  .home-illustration {
    display: none;
  }
}
.slogan-line1 {
  font-size: 3em;
  font-weight: bold;
}
@media (min-width: 1000px) {
  .slogan-line1 {
    max-width: 80%;
  }
}
@media (max-width: 600px) {
  .slogan-line1 {
    font-size: 2em;
  }
}
.slogan-line2 {
  font-size: 1.5em;
  font-weight: 600;
}
@media (max-width: 600px) {
  .slogan-line2 {
    font-size: 1.2em;
  }
}
.header-traduction {
  margin: 0 auto;
  text-align: right;
  padding: 4em 2em 0 0;
  width: 100%;
  max-width: 980px;
}
.home-demo {
  display: inline-block;
  padding-top: 3em;
  position: relative;
}
.home-demo-label {
  background: #3baaff;
  color: #fff;
  font-size: 1.2em;
  font-weight: 600;
  padding: 0.6em 1em;
}
.home-demo-icon {
  float: right;
  display: inline-block;
  padding: 0 10px;
}
.home-demo-hover {
  display: none;
  position: absolute;
  pointer-events: none;
  top: 120%;
  left: 0;
  width: 100%;
  border: 3px solid #3baaff;
  padding: 0.5em 1em;
  background: #fff;
  color: #318cd3;
}
.home-demo-hover:before {
  content: ' ';
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
  right: 5px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #3baaff;
}
.home-demo:hover > .home-demo-hover {
  display: block;
}

.home-contactus {
  margin: 4em auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 2em;
  gap: 2em;
  border-top: 2px solid #b0ddff;
}

.home-contactus-text {
  flex-shrink: 1;
}
.home-contactus .home-demo {
  padding-top: 0 !important;
}

.wrapper {
  display: flex;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
  max-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .wrapper {
    flex-direction: column;
    align-items: center;
  }
}
.item {
  margin: 0.5em;
  padding: 6px;
  display: flex;
  flex-direction: column;
  flex-basis: 30%;
}
@media (max-width: 1000px) {
  .item {
    flex-basis: 60%;
  }
}
@media (max-width: 600px) {
  .item {
    flex-basis: 80%;
  }
}
.blue-section {
  text-align: center;
}
.blue-section h1 {
  display: inline-block;
  padding: 0 10px;
  margin: 1em 0;
  background: #0e2339;
  color: #318cd3;
  outline: 4px solid #318cd3;
  box-shadow: 8px 8px 0 0 #0e2339;
}
.services-wrapper {
  display: flex;
  flex-direction: row;
}
@media (min-width: 1000px) {
  .services-wrapper {
    flex-wrap: nowrap;
  }
}
.services-item {
  color: #fff;
  flex: 1 1;
  min-width: 240px;
  max-width: 400px;
}
.services-item img {
  width: 150px;
  margin: 0 auto;
}
.services-item h2 {
  font-size: 20px;
}
.services-item h2 span {
  display: inline;
  line-height: 43px;
  background-color: #d7eeff;
  border: 3px solid #0e2339;
  color: #0e2339;
  padding: 8px 16px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  box-shadow: 6px 6px 0 0 #0e2339;
}
.services-item:hover h2 span {
  background-color: #fff;
}
.services-item-text {
  color: #13334f;
  font-size: 1.2em;
  margin-top: 1em;
}
.clients {
  display: flex;
  flex-direction: column;
}
.clients-nav {
  text-align: center;
}
.clients-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  height: 200px;
}
.clients-scroller {
  display: flex;
  flex-grow: 1;
  padding: 50px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  flex-wrap: nowrap;
  transition: 500ms left ease-in-out;
}
.clients-item {
  display: flex;
  flex-direction: column;
  height: 200px;
  width: 8.3333%;
  flex-basis: 8.3333%;
  text-align: center;
  flex-shrink: 0;
}
@media (max-width: 1280px) {
  .clients-item {
    width: 12.5%;
    flex-basis: 12.5%;
  }
}
@media (max-width: 1000px) {
  .clients-item {
    width: 25%;
    flex-basis: 25%;
  }
}
.clients-logo {
  display: block;
  max-width: 80%;
  margin: 10px auto;
}
.clients-prev {
  padding: 10px 20px;
  background: #cfd1d5;
  color: #0e2339;
}
.clients-next {
  padding: 10px 20px;
  background: #cfd1d5;
  color: #0e2339;
}
.clients-prev:hover,
.clients-next:hover {
  background: #b7bbc0;
  cursor: pointer;
}
.modelText {
  margin: 0 auto;
  color: #0e2339;
  max-width: 36em;
  font-weight: bold;
  font-size: 1.1em;
}
.article-list {
  max-width: 760px;
  margin: 0 auto;
}
.article {
  display: flex;
  flex-direction: column;
  padding: 20px;
  text-decoration: none;
  color: #555d68;
  border: 5px solid #fff;
  margin-top: 6px;
}
.article:hover {
  color: #0e2339;
  border: 5px solid #e7e8ea;
}
@media (min-width: 1000px) {
  .article-desc {
    flex-grow: 1;
  }
}
.article-title {
  font-weight: 700;
  font-size: 1.8em;
}
.article-subtitle {
  font-weight: 500;
  font-size: 1.3em;
}
.article-publication,
.video-publication {
  color: #9fa4ab;
}
.video-illustration-img {
  width: 100%;
}
.video-list {
  display: flex;
  justify-content: center;
  flex-direction: row;
  gap: 20px;
}
@media (max-width: 800px) {
  .video-list {
    flex-wrap: wrap;
  }
}
.video-link {
  max-width: 360px;
  color: #555d68;
}
.video:hover {
  color: #0e2339;
}
.video-title {
  font-weight: 700;
  font-size: 1.1em;
}
.video-subtitle {
  font-weight: 500;
  font-style: italic;
}
.profiles-wrapper {
  text-wrap: balance;
}
.profiles-item {
  color: #62bbff;
  font-size: 1.2em;
}
.profiles-item h2 {
  color: #fff;
}
.profiles-illustration {
  border: 5px solid #0e2339;
}
.tt h1 {
  padding: 0 10px;
  background: #83ef50;
  color: #13334f;
  outline: 4px solid #13334f;
  box-shadow: 8px 8px 0 0 #83ef50;
}
.profile-label {
  padding-top: 0.6em;
}
.profile-label span {
  font-size: 0.8em;
  font-weight: 500;
  transition: background 500ms;
  display: inline;
  background: #318cd3;
  box-shadow: 6px 6px 0 0 #318cd3;
  color: #13334f;
  outline: 3px solid #13334f;
  padding: 0.3em 0.5em;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 1.5em;
}
.profiles-item:hover .profile-label span {
  background: #83ef50;
  box-shadow: 6px 6px 0 0 #83ef50;
}
@media (max-width: 1000px) {
  .profiles-item p {
    max-width: 500px;
  }
}
@media (min-width: 1000px) {
  .profile-grid {
    padding: 50px 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 0px 0px;
    grid-auto-flow: row;
    grid-template-areas: "p1 p1 f1 f1 p2 p2" "f2 f2 tt tt f3 f3" "f2 f2 p3 p3 f3 f3";
  }
  .tt h1 {
    display: inline;
  }
  .p1 {
    grid-area: p1;
  }
  .p2 {
    grid-area: p2;
  }
  .p3 {
    grid-area: p3;
  }
  .tt {
    grid-area: tt;
    align-self: center;
  }
  .f1 {
    grid-area: f1;
    align-self: center;
    justify-self: center;
  }
  .f2 {
    grid-area: f2;
    align-self: center;
    justify-self: end;
  }
  .f3 {
    grid-area: f3;
    align-self: center;
    justify-self: start;
  }
  .f1 .file {
    animation: animF1 1s ease-in-out infinite;
  }
  .f2 .file {
    animation: animF2 1s ease-in-out infinite;
  }
  .f3 .file {
    animation: animF3 1s ease-in-out infinite;
  }
  .file {
    opacity: 0;
    transform-origin: center;
    animation-play-state: paused !important;
  }
}
@media (max-width: 1000px) {
  .profile-arrow {
    display: none;
  }
}
.section-link {
  text-align: center;
}
.triangle {
  display: block;
  width: 100%;
  height: 100%;
}
.logo {
  z-index: 10;
}
@media (min-width: 1280px) {
  .logo {
    position: sticky;
    top: -70px;
  }
}
.triangle-wrapper {
  position: absolute;
  z-index: 9;
  pointer-events: none;
  overflow: hidden;
}
@media (min-width: 1280px) {
  .triangle-wrapper {
    top: 0;
    left: 0;
    min-width: 800px;
    max-width: 100%;
  }
}
@media (max-width: 1280px) {
  .triangle-wrapper {
    top: 0;
    left: -330px;
    max-width: 800px;
  }
}
.nomalab-logo {
  position: absolute;
  top: 105px;
  left: 165px;
  z-index: 9;
}
@media (max-width: 1280px) {
  .nomalab-logo {
    top: 30px;
    left: 30px;
  }
}
.nomalab:hover .nomalab-shape {
  fill: #65cc35;
}
.nomalab:hover .logotype-fwd {
  fill: #318cd3;
}
section nav {
  text-align: right;
  margin: 0 auto;
  max-width: 860px;
}
@media (max-width: 1000px) {
  section nav {
    text-align: center;
  }
}
section nav a {
  padding: 10px;
  font-size: 1em;
  font-weight: bold;
  color: #0e2339;
}
section nav a:hover {
  border-bottom: 2px solid #62bbff;
}
.menu {
  padding: 40px 40px 10px 80px;
  background: #3baaff;
  position: sticky;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  text-align: center;
}
@media (min-width: 1000px) {
  .menu {
    justify-content: flex-end;
    gap: 10px;
    top: -20px;
    z-index: 8;
    padding-left: 50%;
  }
}
@media (max-width: 1000px) {
  .menu {
    top: -150px;
    z-index: 8;
    padding: 160px 20px 10px 20px;
  }
}
.header-triangle {
  width: 100%;
  height: 40px;
}
.menu a {
  white-space: nowrap;
  flex-grow: 1;
  flex-shrink: 1;
  color: #fff;
  font-weight: 600;
  padding: 0.2em 0.3em;
  border: 3px solid transparent;
  text-shadow: 1px 1px 0 #276ea7;
}
.menu a:hover,
.menu a:active {
  border-bottom: 3px solid #1d507b;
}
.menu .header-login {
  background: #fff;
  color: #318cd3;
  border-bottom: 0px !important;
  text-shadow: none;
}
@media (max-width: 1000px) {
  .menu .header-login {
    position: absolute;
    top: 70px;
    right: 20px;
  }
}
.header-login:hover {
  color: #1d507b;
}
.header-publication {
  color: #878e96;
}
.menu-triangle {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 5;
}
@media (min-width: 1000px) {
  .main {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    height: 100%;
    min-height: 100%;
    position: relative;
  }
}
@media (max-width: 1000px) {
  .nav {
    display: none;
  }
}
@media (min-width: 1000px) {
  .nav {
    background: #e7e8ea;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    width: 33%;
    flex-basis: 33%;
    max-width: 700px;
    min-height: 100%;
  }
}
.nav-triangle {
  display: none;
}
@media (min-width: 1000px) {
  .nav-triangle {
    width: 40px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 33%;
    z-index: 2;
  }
}
@media (min-width: 1489px) {
  .nav-triangle {
    left: 33%;
  }
}
@media (min-width: 2132px) {
  .nav-triangle {
    left: 700px;
  }
}
.content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-basis: 67%;
}
.page {
  min-height: 100%;
}
footer {
  background: linear-gradient(150deg, #0e2339 25%, rgba(14,35,57,0) 80%), url("/footer-bg.svg") repeat;
  display: flex;
  flex-direction: column;
}
.footer-triangles {
  display: flex;
  flex-direction: row;
}
.footer-triangle-blue {
  width: calc(33% + 40px);
  max-width: 740px;
  height: calc(33vw / 4);
  max-height: 185px;
}
@media (max-width: 1000px) {
  .footer-triangle-blue {
    display: none;
  }
}
.footer-triangle-white {
  flex-grow: 1;
  height: 40px;
}
.footer-content {
  flex-grow: 1;
}
@media (min-width: 1000px) {
  .footer-content {
    display: flex;
    flex-direction: row;
  }
}
@media (min-width: 1000px) {
  .footer-logo {
    width: 50%;
    display: flex;
    justify-content: flex-end;
  }
}
.footer-logo img {
  max-width: 50%;
}
.footer-credits {
  padding: 40px;
  text-align: center;
  text-shadow: 1px 1px 2px #0e2339;
  color: rgba(255,255,255,0.7);
  background: rgba(14,35,57,0.8);
}
.footer-credits a {
  color: #3baaff;
}
.footer-credits a:hover {
  color: #b0ddff;
}
.footer-sitemap {
  display: block;
  padding: 20px 80px;
  width: 200px;
  font-size: 1.2em;
}
@media (max-width: 600px) {
  .footer-sitemap {
    font-size: 1em;
    padding: 20px 10px;
  }
}
.footer-link {
  display: inline-block;
  white-space: nowrap;
  padding: 0.4em;
  margin: -3px 0 0 0;
  color: #0e2339;
  text-decoration: none;
  background: #fff;
  border: 3px solid #0e2339;
}
.footer-link:hover {
  background: #3baaff;
}
.footer-link.alt {
  background: #3baaff;
  color: #fff;
  border: 3px solid #0e2339;
}
.footer-link.alt:hover {
  background: #e7e8ea;
}
.hide {
  display: none;
}
.cookies-consent {
  position: fixed;
  display: flex;
  flex-direction: column;
  bottom: 1em;
  left: 1em;
  right: 1em;
  padding: 0.5em 1em;
  background: #fff;
  border-radius: 0.5em;
  box-shadow: 0 3px 10px rgba(0,0,0,0.5);
  z-index: 999;
}
.cookies-consent-buttons {
  display: flex;
  gap: 1em;
  align-items: center;
}
@media (min-width: 900px) {
  .cookies-consent {
    flex-direction: row;
    align-items: center;
  }
  .cookies-consent p {
    flex: 1;
  }
}
.logo-label-noma {
  fill: #fff;
  paint-order: stroke;
}
.logo-label-lab {
  fill: #3baaff;
  paint-order: stroke;
}
.logo-icon-white {
  fill: #fff;
}
.logo-icon-black {
  fill: #1b2b40;
}
.logo-icon-blue {
  fill: #3baaff;
}
.logo-icon:hover .logo-label-lab {
  fill: #fff;
}
.container {
  padding: 10px 20px 20px 20px;
}
@media (min-width: 700px) {
  .container {
    padding: 10px 40px 40px 80px;
  }
}
.attachments {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  padding: 40px 40px 40px 80px;
}
.attachment {
  background: #d7eeff;
  padding: 15px;
  text-decoration: none;
  color: #1d507b;
}
@media (min-width: 1500px) {
  .attachment {
    max-width: 400px;
    width: calc(50% - 10px);
  }
}
.attachment-title {
  font-size: 1.2em;
  font-weight: bold;
}
.attachment-desc {
  padding: 10px 0 20px;
}
.attachment-download {
  display: inline-block;
  padding: 7px 15px;
  color: #62bbff;
  background: #13334f;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}
.attachment-download:hover {
  color: #fff;
  background: #0e2339;
}
.header {
  position: relative;
  justify-content: flex-end;
  background: linear-gradient(150deg, #0e2339 25%, rgba(14,35,57,0) 80%), url("/footer-bg.svg") repeat;
  padding: 40px 40px 50px 80px;
}
@media (max-width: 1000px) {
  .header {
    padding: 200px 20px 50px;
  }
}
.header-title {
  max-width: 800px;
  line-height: 35px;
  padding: 20px 0;
}
.header h1 {
  display: inline;
  border: 4px solid #0e2339;
  background-color: #fff;
  line-height: 70px;
  padding: 5px 10px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  box-shadow: 7px 7px 0 0 #0e2339;
}
.header h2 {
  display: inline;
  border: 4px solid #0e2339;
  background-color: #3baaff;
  line-height: 42px;
  padding: 5px 10px;
  margin-top: 5px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  box-shadow: 7px 7px 0 0 #0e2339;
}
.header-triangle {
  position: absolute;
  left: 0;
  right: 0;
  height: 40px;
}
.header .header-triangle {
  bottom: 0;
}
.header-traduction {
  text-align: right;
}
.header-traduction a {
  padding: 4px 8px;
  background: #fff;
  color: #0e2339;
}
.header-traduction a:hover {
  background: #b0ddff;
}
.header-publication {
  clear: left;
  color: #878e96;
}
.slices {
  padding: 2em;
}
@media (min-width: 1000px) {
  .slices {
    width: 80%;
    min-width: 280px;
    max-width: 480px;
    padding: 240px 40px 40px 0;
  }
}
.slice {
  margin: 0 0 2em;
}
.sticky {
  text-align: center;
}
@media (max-width: 1000px) {
  .sticky {
    padding-top: 100px;
  }
}
@media (min-width: 1000px) {
  .sticky {
    position: sticky;
    top: 180px;
  }
}
.summary {
  color: #b7bbc0;
  text-align: left;
  padding: 10px 20px;
}
.summary a {
  color: #232d3a;
}
.demo {
  padding: 10px;
  background: #276ea7;
  font-size: 1.2em;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.demo img {
  width: 3em;
  margin: 0.5em;
}
.demo .button {
  display: block;
  text-align: center;
  padding: 0.5em 1em;
  margin: 0.5em;
  background: #3baaff;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
.demo .button:hover {
  background: #62bbff;
}
.blog-home h1 {
  padding: 20px;
  text-align: center;
}
.blog-home section {
  padding: 20px 40px 20px 80px;
}
@media (max-width: 1000px) {
  .blog-home section {
    padding: 10px 20px;
  }
}
.blog-home section.alt {
  background: #e7e8ea;
}
.blog-home .header {
  padding: 40px 40px 10px 80px;
  background: #e7e8ea;
}
@media (max-width: 1000px) {
  .blog-home .header {
    padding: 200px 20px 10px 20px;
  }
}
.blog-home .header-triangle {
  width: 100%;
  height: 40px;
}
.blog-home .header-traduction {
  text-align: right;
}
.blog-home .header-publication {
  color: #878e96;
}
.blog-home .article {
  display: flex;
  flex-direction: column;
  padding: 20px;
  text-decoration: none;
  color: #555d68;
}
@media (min-width: 1000px) {
  .blog-home .article {
    flex-direction: row;
  }
}
.blog-home .article:hover {
  color: #0e2339;
}
@media (min-width: 1000px) {
  .blog-home .article-illustration {
    max-width: 33%;
    margin-right: 20px;
  }
  .blog-home .article-desc {
    flex-grow: 1;
  }
}
.blog-home .article-list {
  max-width: 800px;
  margin: 0 auto;
}
.blog-home .article-illustration-img {
  max-width: 100%;
}
.blog-home .article-title {
  font-weight: 700;
  font-size: 1.8em;
}
.blog-home .article-subtitle {
  font-weight: 500;
  font-size: 1.3em;
}
.blog-home .article-publication,
.blog-home .video-publication {
  color: #9fa4ab;
}
.blog-home .video-illustration-img {
  width: 100%;
}
.blog-home .video-list {
  display: flex;
  justify-content: center;
  flex-direction: row;
  gap: 20px;
}
.blog-home .video-link {
  width: 300px;
  color: #555d68;
}
.blog-home .video:hover {
  color: #0e2339;
}
.blog-home .video-title {
  font-weight: 900;
  font-size: 1.1em;
}
.blog-home .video-subtitle {
  font-weight: 500;
  font-style: italic;
}
.video .header {
  justify-content: flex-end;
  background: #e7e8ea;
  padding: 40px 40px 40px 80px;
}
.video .header-title {
  line-height: 35px;
  padding: 20px 0;
  max-width: 720px;
  margin: 0 auto;
}
.video .header h1 {
  display: inline;
  border: 4px solid #0e2339;
  background-color: #fff;
  line-height: 59px;
  padding: 0 10px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  box-shadow: 7px 7px 0 0 #0e2339;
}
.video .header h2 {
  display: inline;
  border: 4px solid #0e2339;
  background-color: #3baaff;
  padding: 0 10px;
  margin-top: 5px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  box-shadow: 7px 7px 0 0 #0e2339;
}
.video .header-triangle {
  width: 100%;
  height: 40px;
}
.video .header-traduction {
  text-align: right;
}
.video .header-publication {
  color: #878e96;
  max-width: 720px;
  margin: 0 auto;
}
.video .container {
  max-width: 720px;
  margin: 0 auto;
}
.video .attachments {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  padding: 40px 40px 40px 80px;
}
.video .attachment {
  background: #b0ddff;
  padding: 15px;
  text-decoration: none;
  color: #0e2339;
}
@media (min-width: 1500px) {
  .video .attachment {
    max-width: 400px;
    width: calc(50% - 10px);
  }
}
.video .attachment-title {
  font-size: 1.2em;
  font-weight: bold;
}
.video .attachment-desc {
  padding: 10px 0 20px;
}
.video .attachment-download {
  display: inline-block;
  padding: 7px 15px;
  color: #62bbff;
  background: #13334f;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}
.video .attachment-download:hover {
  color: #fff;
  background: #0e2339;
}
.video .video-frame iframe {
  width: 720px !important;
  height: 405px !important;
  max-width: 100%;
}
h3 span:empty {
  display: none;
}
.errorPage {
  font-size: 2em;
  text-align: center;
  padding: 3em;
}
.new-solution {
  display: flex;
  gap: 10px;
  flex-basis: 50%;
  color: #0e2339;
}
.new-solutions {
  text-wrap: balance;
  max-width: 980px;
  margin: 10px auto;
  padding: 4em 0;
}
@media (min-width: 1000px) {
  .new-solutions {
    max-width: 980px;
    padding: 1em 0 2em;
  }
}
.new-solutions-title {
  font-weight: 900;
  font-size: 2em;
  margin: 1em auto 3em;
  max-width: 600px;
  text-align: center;
}
.new-solutions-title b,
.new-solutions-title i,
.new-solutions-title em,
.new-solutions-title strong {
  font-weight: 900;
  border-bottom: 4px solid #83ef50;
}
.new-solutions-list {
  display: flex;
  gap: 30px;
  flex-direction: column;
}
@media (min-width: 1000px) {
  .new-solutions-list {
    flex-direction: row;
  }
}
.new-solution-logo {
  padding-top: 15px;
  height: 90px;
}
@media (max-width: 500px) {
  .new-solution-logo {
    max-width: 20vw;
  }
}
.new-solution-content {
  display: flex;
  flex-direction: column;
}
.new-solution-title {
  font-weight: bold;
  font-size: 2em;
}
@media (max-width: 500px) {
  .new-solution-title {
    font-size: 1.2em;
  }
}
.new-solution-desc {
  color: #878e96;
  flex-grow: 1;
}
.new-solution-button {
  margin-top: 10px;
  display: inline-block;
  padding: 5px 10px;
  background: #62bbff;
  color: #fff;
}
.new-solution:hover {
  color: #3baaff;
}
.new-solution:hover .new-service-button {
  background: #3baaff;
}
.pub {
  position: relative;
}
.pub-svg {
  position: absolute;
  top: -90px;
  left: 0px;
  pointer-events: none;
}
.platform {
  background: #b0ddff;
  text-wrap: balance;
}
.platform .section {
  max-width: 800px;
  margin: 10px auto;
  padding: 4em 0;
}
@media (min-width: 1000px) {
  .platform .section {
    max-width: 980px;
    padding: 5em 0 2em;
  }
}
.login-home {
  margin: 1em auto;
  text-align: center;
}
.login-home-button {
  background: #3baaff;
  padding: 0.5em 1em;
  font-weight: 500;
  font-size: 1.2em;
  color: #fff;
}
.login-home-button:hover {
  background: #318cd3;
}
.why-nomalab {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 3em auto 2em;
}
@-moz-keyframes animF1 {
  from {
    transform: translate3d(-100px, 0, 0) scale(1);
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: scale(2.2);
  }
  to {
    transform: translate3d(100px, 0, 0) scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes animF1 {
  from {
    transform: translate3d(-100px, 0, 0) scale(1);
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: scale(2.2);
  }
  to {
    transform: translate3d(100px, 0, 0) scale(1);
    opacity: 0;
  }
}
@-o-keyframes animF1 {
  from {
    transform: translate3d(-100px, 0, 0) scale(1);
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: scale(2.2);
  }
  to {
    transform: translate3d(100px, 0, 0) scale(1);
    opacity: 0;
  }
}
@keyframes animF1 {
  from {
    transform: translate3d(-100px, 0, 0) scale(1);
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: scale(2.2);
  }
  to {
    transform: translate3d(100px, 0, 0) scale(1);
    opacity: 0;
  }
}
@-moz-keyframes animF2 {
  from {
    transform: translate3d(-30px, -70px, 0) scale(1);
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: scale(2.2);
  }
  to {
    transform: translate3d(70px, 30px, 0) scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes animF2 {
  from {
    transform: translate3d(-30px, -70px, 0) scale(1);
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: scale(2.2);
  }
  to {
    transform: translate3d(70px, 30px, 0) scale(1);
    opacity: 0;
  }
}
@-o-keyframes animF2 {
  from {
    transform: translate3d(-30px, -70px, 0) scale(1);
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: scale(2.2);
  }
  to {
    transform: translate3d(70px, 30px, 0) scale(1);
    opacity: 0;
  }
}
@keyframes animF2 {
  from {
    transform: translate3d(-30px, -70px, 0) scale(1);
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: scale(2.2);
  }
  to {
    transform: translate3d(70px, 30px, 0) scale(1);
    opacity: 0;
  }
}
@-moz-keyframes animF3 {
  from {
    transform: translate3d(-80px, 30px, 0) scale(1);
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: scale(2.2);
  }
  to {
    transform: translate3d(30px, -60px, 0) scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes animF3 {
  from {
    transform: translate3d(-80px, 30px, 0) scale(1);
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: scale(2.2);
  }
  to {
    transform: translate3d(30px, -60px, 0) scale(1);
    opacity: 0;
  }
}
@-o-keyframes animF3 {
  from {
    transform: translate3d(-80px, 30px, 0) scale(1);
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: scale(2.2);
  }
  to {
    transform: translate3d(30px, -60px, 0) scale(1);
    opacity: 0;
  }
}
@keyframes animF3 {
  from {
    transform: translate3d(-80px, 30px, 0) scale(1);
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: scale(2.2);
  }
  to {
    transform: translate3d(30px, -60px, 0) scale(1);
    opacity: 0;
  }
}
