@charset "UTF-8";
*, ::after, ::before {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent; }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0; }

b, strong {
  font-weight: bolder; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }

a:hover {
  color: #0056b3;
  text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):focus {
  outline: 0; }

img {
  vertical-align: middle;
  border-style: none; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
  appearance: button; }

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  cursor: pointer; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2; }

.h1, h1 {
  font-size: 2.5rem; }

.h2, h2 {
  font-size: 2rem; }

.h3, h3 {
  font-size: 1.75rem; }

.h4, h4 {
  font-size: 1.5rem; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }
@media (min-width: 768px) {
  .container {
    max-width: 720px; } }
@media (min-width: 992px) {
  .container {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .container {
    max-width: 1140px; } }
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

@media (min-width: 576px) {
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; } }
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important; }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-md-first {
    -ms-flex-order: -1;
    order: -1; }

  .order-md-last {
    -ms-flex-order: 13;
    order: 13; }

  .order-md-0 {
    -ms-flex-order: 0;
    order: 0; }

  .order-md-1 {
    -ms-flex-order: 1;
    order: 1; }

  .order-md-2 {
    -ms-flex-order: 2;
    order: 2; }

  .order-md-3 {
    -ms-flex-order: 3;
    order: 3; }

  .order-md-4 {
    -ms-flex-order: 4;
    order: 4; }

  .order-md-5 {
    -ms-flex-order: 5;
    order: 5; }

  .order-md-6 {
    -ms-flex-order: 6;
    order: 6; }

  .order-md-7 {
    -ms-flex-order: 7;
    order: 7; }

  .order-md-8 {
    -ms-flex-order: 8;
    order: 8; }

  .order-md-9 {
    -ms-flex-order: 9;
    order: 9; }

  .order-md-10 {
    -ms-flex-order: 10;
    order: 10; }

  .order-md-11 {
    -ms-flex-order: 11;
    order: 11; }

  .order-md-12 {
    -ms-flex-order: 12;
    order: 12; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.333333%; }

  .offset-md-2 {
    margin-left: 16.666667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.333333%; }

  .offset-md-5 {
    margin-left: 41.666667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.333333%; }

  .offset-md-8 {
    margin-left: 66.666667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.333333%; }

  .offset-md-11 {
    margin-left: 91.666667%; } }
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-lg-first {
    -ms-flex-order: -1;
    order: -1; }

  .order-lg-last {
    -ms-flex-order: 13;
    order: 13; }

  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0; }

  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1; }

  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2; }

  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3; }

  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4; }

  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5; }

  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6; }

  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7; }

  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8; }

  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9; }

  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10; }

  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11; }

  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.333333%; }

  .offset-lg-2 {
    margin-left: 16.666667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.333333%; }

  .offset-lg-5 {
    margin-left: 41.666667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.333333%; }

  .offset-lg-8 {
    margin-left: 66.666667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.333333%; }

  .offset-lg-11 {
    margin-left: 91.666667%; } }
.mb-4, .my-4 {
  margin-bottom: 1.5rem !important; }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

.btn:hover {
  color: #212529;
  text-decoration: none; }

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.btn.disabled, .btn:disabled {
  opacity: 0.65; }

a.btn.disabled, fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc; }

.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf; }

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

.btn-group-sm > .btn, .btn-sm {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.mb-0, .my-0 {
  margin-bottom: 0 !important; }

.text-center {
  text-align: center !important; }

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important; }

code, kbd, pre, samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }

a > code {
  color: inherit; }

.collapse:not(.show) {
  display: none; }

.mt-4, .my-4 {
  margin-top: 1.5rem !important; }

.w-100 {
  width: 100% !important; }

html, body, ul {
  margin: 0;
  padding: 0; }

input, button {
  outline: none; }

button {
  cursor: pointer; }

ul, li {
  list-style: none; }

a {
  text-decoration: none; }

.clear {
  display: block;
  clear: both; }

.light-text {
  color: white; }

.right {
  float: right; }

.left {
  float: left; }

.center {
  text-align: center; }

*, .button {
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif; }

b, strong {
  font-weight: 600; }

h1, h2, h5, p {
  font-weight: 300; }

h3, h4 {
  font-weight: 400; }

h1, h2, h3, h4, h5 {
  margin: 0; }

h1 {
  font-size: 32px;
  line-height: 40px; }

h2 {
  font-size: 28px;
  line-height: 40px; }

h3 {
  font-size: 24px;
  line-height: 32px; }

h4 {
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 10px; }

h5 {
  font-size: 16px;
  line-height: 36px; }

p {
  font-size: 14px;
  line-height: 22px; }

section, header {
  padding-left: 20px;
  padding-right: 20px; }
  section main, header main {
    width: 100%;
    max-width: 100%; }

header {
  height: 80px; }

#hamburger {
  width: 40px;
  height: 40px; }

#mainNav {
  padding: 100px 0 0; }
  #mainNav h5 {
    margin-bottom: 1em; }
  #mainNav h3 {
    margin-bottom: 0.6em; }
  #mainNav main + main {
    margin-top: 40px; }
  #mainNav .left .button {
    height: 50px;
    line-height: 50px;
    font-size: 18px; }

nav.nav-menu {
  padding: 65px 0 0; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
:root {
  --tb-main-color: #2A7DEC;
  --tb-main-background: rgba(48, 86, 128, 0.08);
  --tb-main-color-filter: invert(37%) sepia(84%) saturate(891%) hue-rotate(184deg) brightness(105%) contrast(88%); }

body {
  background-color: white;
  line-height: 1.32; }

section {
  position: relative;
  background-color: white; }

section main, section div.main-div, header main, header div.main-div, footer main, footer div.main-div {
  position: relative;
  margin: auto;
  display: block;
  max-width: 1280px; }

p {
  font-size: 14px;
  font-weight: 400;
  margin: 0; }

a {
  color: #2a7dec; }
  a:hover {
    color: #2a7dec; }
  a strong {
    font-weight: 500; }

.button {
  display: inline-block;
  border-radius: 4px;
  padding: 10px 20px;
  line-height: 24px;
  color: white;
  background-color: var(--tb-main-color);
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-property: background-color, filter; }
  .button:hover {
    filter: brightness(1.3) contrast(0.9);
    color: white;
    text-decoration: none; }
  .button:focus {
    filter: brightness(1.3) contrast(0.9); }
  .button.accent {
    background-color: #fd7e14; }
    .button.accent:hover {
      background-color: #f9b115; }
    .button.accent:focus {
      background-color: #f9b115; }

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

#home header {
  background-color: unset;
  box-shadow: unset; }
  #home header .support-ukraine p {
    color: #fff; }
  #home header .logo {
    background-image: url(/images/industryos_logo_text_w.svg); }
  #home header .burger {
    filter: invert(100%) sepia(68%) saturate(0%) hue-rotate(350deg) brightness(113%) contrast(101%); }
  #home header .head-menu ul li.active a, #home header .head-menu ul li.active a:hover, #home header .head-menu ul li.active span.main-menu-link:hover {
    color: rgba(255, 255, 255, 0.5); }
  #home header .head-menu ul a {
    color: #fff; }
  #home header .head-menu ul a:not([href]), #home header .head-menu ul span.main-menu-link {
    color: #fff; }
    #home header .head-menu ul a:not([href]):hover, #home header .head-menu ul span.main-menu-link:hover {
      color: #fff; }
  #home header .head-menu ul .centered-sub .sub-menu li a {
    color: #212529; }
  #home header .head-menu ul .centered-sub .sub-menu li:hover a {
    color: #2A7DEC; }
  #home header .n-button.price {
    color: #fff;
    transition-duration: 0s;
    border: unset;
    background-color: rgba(255, 255, 255, 0.05); }
    #home header .n-button.price:hover {
      text-decoration: none;
      color: #212529;
      background-color: white; }
  #home header .n-button.try:hover {
    color: #2A7DEC;
    box-shadow: unset;
    background-color: #fff; }

#home #hero .achievement {
  position: absolute;
  top: 90px;
  right: 20px;
  z-index: 100; }
  #home #hero .achievement .achieve {
    width: 100%;
    height: auto; }
    @media (max-width: 768px) {
      #home #hero .achievement .achieve {
        width: 60px; } }

header {
  position: fixed;
  top: 0;
  left: 0;
  transition-duration: 0.3s;
  width: 100%;
  z-index: 8888;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1), 0 0 40px rgba(0, 0, 0, 0.1);
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  header .logo-burger {
    z-index: 1;
    flex: 0 0 220px; }
  header .head-menu {
    flex: 1;
    display: flex;
    justify-content: center; }
  @media screen and (min-width: 1280px) {
    header .head-menu ul li:hover .centered-sub {
      opacity: 1;
      transition-duration: 0.6s;
      z-index: 2; }
      header .head-menu ul li:hover .centered-sub .sub-menu {
        top: 84px;
        transition-delay: 0s; } }
  header .logo-burger {
    display: flex;
    height: 100%;
    align-items: center; }
  header .head-buttons {
    display: flex;
    flex-direction: row;
    display: flex;
    flex-direction: row-reverse;
    padding-right: 40px; }
    header .head-buttons .n-button {
      width: 110px;
      padding: 0;
      display: flex;
      align-items: center;
      justify-content: center; }
  header .head-menu {
    height: inherit;
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    header .head-menu .sub-menu-container {
      position: absolute;
      top: 84px;
      left: 0;
      transition: visibility, opacity ease-in-out;
      transition-duration: 0.3s;
      border-radius: 4px;
      box-shadow: 0 30px 60px -30px rgba(0, 0, 0, 0.3), 0 50px 100px -20px rgba(0, 0, 0, 0.25);
      background-color: #fff;
      visibility: hidden;
      opacity: 0; }
      header .head-menu .sub-menu-container.active {
        visibility: visible;
        opacity: 1;
        background-color: #f7f9fe; }
        header .head-menu .sub-menu-container.active.bounds-transition {
          transition: left ease-in-out 0.4s, width ease-in-out 0.4s, height ease-in-out 0.4s; }
        header .head-menu .sub-menu-container.active > div.open {
          opacity: 1;
          display: block;
          transition-property: display, opacity;
          transition-duration: 0.4s;
          transition-behavior: allow-discrete; }
@starting-style {
  header .head-menu .sub-menu-container.active > div.open {
    opacity: 0; } }
      header .head-menu .sub-menu-container > div {
        opacity: 0;
        display: none; }
      header .head-menu .sub-menu-container div#nav-cases .group:last-child .column {
        min-width: 320px; }
    header .head-menu .sub-menu-container .centered-sub, header .head-menu ul .centered-sub {
      width: max-content; }
      header .head-menu .sub-menu-container .centered-sub .sub-menu, header .head-menu ul .centered-sub .sub-menu {
        width: max-content;
        display: block;
        z-index: 1; }
        header .head-menu .sub-menu-container .centered-sub .sub-menu li, header .head-menu ul .centered-sub .sub-menu li {
          padding: 0; }
        header .head-menu .sub-menu-container .centered-sub .sub-menu .sub-groups, header .head-menu ul .centered-sub .sub-menu .sub-groups {
          display: flex;
          flex-direction: column;
          align-items: stretch; }
          header .head-menu .sub-menu-container .centered-sub .sub-menu .sub-groups .group, header .head-menu ul .centered-sub .sub-menu .sub-groups .group {
            display: flex;
            padding: 32px;
            gap: 36px;
            margin: 5px 5px 0; }
            header .head-menu .sub-menu-container .centered-sub .sub-menu .sub-groups .group:first-child, header .head-menu ul .centered-sub .sub-menu .sub-groups .group:first-child {
              border-radius: 4px;
              background-color: #fff; }
            header .head-menu .sub-menu-container .centered-sub .sub-menu .sub-groups .group:first-child:last-child, header .head-menu ul .centered-sub .sub-menu .sub-groups .group:first-child:last-child {
              margin: 0; }
              header .head-menu .sub-menu-container .centered-sub .sub-menu .sub-groups .group:first-child:last-child .column, header .head-menu ul .centered-sub .sub-menu .sub-groups .group:first-child:last-child .column {
                width: 100%;
                min-width: unset; }
            header .head-menu .sub-menu-container .centered-sub .sub-menu .sub-groups .group:not(only-child) .column, header .head-menu ul .centered-sub .sub-menu .sub-groups .group:not(only-child) .column {
              min-width: 250px; }
            header .head-menu .sub-menu-container .centered-sub .sub-menu .sub-groups .group .column, header .head-menu ul .centered-sub .sub-menu .sub-groups .group .column {
              display: flex;
              flex-direction: column;
              gap: 24px; }
              header .head-menu .sub-menu-container .centered-sub .sub-menu .sub-groups .group .column .group-name, header .head-menu ul .centered-sub .sub-menu .sub-groups .group .column .group-name {
                text-transform: uppercase;
                font-weight: 500;
                color: #305680;
                font-size: 14px;
                line-height: normal; }
        header .head-menu .sub-menu-container .centered-sub .sub-menu a, header .head-menu ul .centered-sub .sub-menu a {
          text-align: left;
          display: flex; }
          header .head-menu .sub-menu-container .centered-sub .sub-menu a:hover .sub-text span.item-heading, header .head-menu ul .centered-sub .sub-menu a:hover .sub-text span.item-heading {
            color: #2A7DEC; }
          header .head-menu .sub-menu-container .centered-sub .sub-menu a:hover .sub-text p, header .head-menu ul .centered-sub .sub-menu a:hover .sub-text p {
            color: #212529; }
          header .head-menu .sub-menu-container .centered-sub .sub-menu a.prof-lnk:hover .sub-text span.item-heading, header .head-menu ul .centered-sub .sub-menu a.prof-lnk:hover .sub-text span.item-heading {
            color: #1F8B4D; }
          header .head-menu .sub-menu-container .centered-sub .sub-menu a.com-lnk:hover .sub-text span.item-heading, header .head-menu ul .centered-sub .sub-menu a.com-lnk:hover .sub-text span.item-heading {
            color: #305680; }
          header .head-menu .sub-menu-container .centered-sub .sub-menu a.edge-lnk:hover .sub-text span.item-heading, header .head-menu ul .centered-sub .sub-menu a.edge-lnk:hover .sub-text span.item-heading {
            color: #009688; }
          header .head-menu .sub-menu-container .centered-sub .sub-menu a.gateway-lnk:hover .sub-text span.item-heading, header .head-menu ul .centered-sub .sub-menu a.gateway-lnk:hover .sub-text span.item-heading {
            color: #7A4DC3; }
          header .head-menu .sub-menu-container .centered-sub .sub-menu a.mobile-lnk:hover .sub-text span.item-heading, header .head-menu ul .centered-sub .sub-menu a.mobile-lnk:hover .sub-text span.item-heading {
            color: #305680; }
          header .head-menu .sub-menu-container .centered-sub .sub-menu a:last-child, header .head-menu ul .centered-sub .sub-menu a:last-child {
            margin-bottom: 0; }
          header .head-menu .sub-menu-container .centered-sub .sub-menu a .material-icons, header .head-menu ul .centered-sub .sub-menu a .material-icons {
            margin-right: 12px;
            flex-shrink: 0; }
          header .head-menu .sub-menu-container .centered-sub .sub-menu a .sub-text, header .head-menu ul .centered-sub .sub-menu a .sub-text {
            max-width: 284px; }
            header .head-menu .sub-menu-container .centered-sub .sub-menu a .sub-text h1, header .head-menu .sub-menu-container .centered-sub .sub-menu a .sub-text span.item-heading, header .head-menu ul .centered-sub .sub-menu a .sub-text h1, header .head-menu ul .centered-sub .sub-menu a .sub-text span.item-heading {
              color: #212529;
              font-size: 16px;
              font-weight: 400;
              line-height: 24px; }
            header .head-menu .sub-menu-container .centered-sub .sub-menu a .sub-text p, header .head-menu ul .centered-sub .sub-menu a .sub-text p {
              color: #899AAB;
              font-size: 14px;
              font-weight: 400;
              line-height: 24px;
              white-space: nowrap; }
          header .head-menu .sub-menu-container .centered-sub .sub-menu a img, header .head-menu ul .centered-sub .sub-menu a img {
            margin-right: 12px;
            height: fit-content; }
          header .head-menu .sub-menu-container .centered-sub .sub-menu a.small-link .sub-text, header .head-menu ul .centered-sub .sub-menu a.small-link .sub-text {
            padding: 0; }
            header .head-menu .sub-menu-container .centered-sub .sub-menu a.small-link .sub-text h1, header .head-menu .sub-menu-container .centered-sub .sub-menu a.small-link .sub-text span.item-heading, header .head-menu ul .centered-sub .sub-menu a.small-link .sub-text h1, header .head-menu ul .centered-sub .sub-menu a.small-link .sub-text span.item-heading {
              font-weight: 400;
              white-space: nowrap; }
          header .head-menu .sub-menu-container .centered-sub .sub-menu a.small-link:last-child, header .head-menu ul .centered-sub .sub-menu a.small-link:last-child {
            margin-bottom: 0; }
    header .head-menu ul {
      display: flex;
      align-items: center;
      justify-content: center; }
      header .head-menu ul li {
        cursor: default;
        display: flex;
        padding: 10px 14px 14px;
        align-items: center;
        height: calc(100% + 4px); }
        header .head-menu ul li a, header .head-menu ul li span.main-menu-link {
          text-align: center; }
        header .head-menu ul li:hover a {
          color: #2A7DEC; }
      header .head-menu ul li {
        margin: 0 10px; }
        header .head-menu ul li a.n-button {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          padding: 8px 24px;
          color: #fff !important;
          background-color: #2A7DEC !important;
          font-weight: 500;
          text-decoration: none;
          transition: all 0.3s ease; }
          header .head-menu ul li a.n-button:hover {
            background-color: #1a5bb5 !important;
            color: white !important; }
  header .support-ukraine {
    padding-right: 20px; }
    header .support-ukraine img {
      height: 31px; }
  header .logo {
    position: relative;
    float: left;
    display: block;
    width: 160px;
    height: 60px;
    top: 0;
    left: 0;
    transform: none;
    background-image: url(/images/industryos_logo_text.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    transition: background-image 0.3s; }

.indicator.active {
  transition-delay: 0s;
  transition-duration: 0.2s; }
  .indicator.active .line {
    transition-delay: 0s;
    transition-duration: 0.2s;
    width: 100%;
    left: 0;
    opacity: 1; }
  .indicator.active .head-arrow {
    transition-delay: 0.1s;
    transition-duration: 0.2s;
    opacity: 1; }

.indicator {
  width: 0;
  left: 0;
  border-radius: 2px;
  position: absolute;
  height: 4px;
  bottom: -4px;
  transition-delay: 0s;
  transition-duration: 0.2s;
  z-index: -1;
  padding: 0 14px;
  transition-property: none; }
  .indicator.left-transition {
    transition-property: left; }
  .indicator .head-arrow {
    position: absolute;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #2A7DEC;
    width: 8px;
    height: 100%;
    left: calc(50% - 4px);
    bottom: 4px;
    opacity: 0;
    transition-delay: 0s;
    transition-duration: 0.2s; }
  .indicator .line {
    position: relative;
    background-color: #2A7DEC;
    width: 0;
    height: 100%;
    left: 50%;
    opacity: 0;
    transition-duration: 0.2s; }

.n-button {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  height: 47px;
  transition-duration: 0.3s;
  text-decoration: none;
  border-radius: 4px;
  margin-left: 10px;
  padding: 11px 20px; }
  .n-button.price {
    border: solid 1px #EBEBEB;
    padding: 10px 11px;
    color: #212529;
    transition-duration: 0s;
    background-color: unset; }
    .n-button.price:hover {
      border: solid 2px #212529;
      text-decoration: none; }
  .n-button.try {
    background-color: #2A7DEC;
    color: white;
    padding: 11px 14px; }
    .n-button.try:hover {
      transition-duration: 0.3s;
      color: #fff;
      background-color: #2A7DEC;
      box-shadow: 0 18px 16px -10px rgba(42, 125, 236, 0.25);
      text-decoration: none; }
    .n-button.try:active {
      background-color: #4F97F8;
      transition-duration: 0s; }

.burger {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 22px;
  display: none;
  filter: unset;
  height: 47px;
  width: 47px;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  line-height: 0; }
  .burger .material-icons {
    font-size: 47px;
    line-height: 47px;
    vertical-align: middle;
    color: #305680; }
  @media screen and (max-width: 1024px) {
    .burger {
      height: 37px;
      width: 37px; }
      .burger .material-icons {
        font-size: 37px; } }
  .burger:focus {
    outline: none; }

#githubButtonContainer {
  display: none;
  position: relative;
  padding-left: 14px;
  float: left;
  height: 60px;
  align-items: center;
  align-content: center; }
  #githubButtonContainer span {
    height: 20px; }

#home.flip-nav header, #partners.flip-nav header {
  transition-duration: 0.3s;
  background-color: white;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1), 0 0 40px rgba(0, 0, 0, 0.1); }
  #home.flip-nav header .support-ukraine p, #partners.flip-nav header .support-ukraine p {
    color: #000; }
  #home.flip-nav header .logo, #partners.flip-nav header .logo {
    background-image: url(/images/industryos_logo_text.svg); }
  #home.flip-nav header .burger, #partners.flip-nav header .burger {
    filter: unset; }
  #home.flip-nav header .head-menu ul li.active a, #home.flip-nav header .head-menu ul li.active span.main-menu-link, #partners.flip-nav header .head-menu ul li.active a, #partners.flip-nav header .head-menu ul li.active span.main-menu-link {
    opacity: 1;
    color: #2A7DEC; }
  #home.flip-nav header .head-menu ul a, #home.flip-nav header .head-menu ul span.main-menu-link, #partners.flip-nav header .head-menu ul a, #partners.flip-nav header .head-menu ul span.main-menu-link {
    color: #212529; }
  #home.flip-nav header .head-menu ul .centered-sub .sub-menu li a, #partners.flip-nav header .head-menu ul .centered-sub .sub-menu li a {
    color: #212529; }
  #home.flip-nav header .head-menu ul .centered-sub .sub-menu li:hover a, #partners.flip-nav header .head-menu ul .centered-sub .sub-menu li:hover a {
    color: #2A7DEC; }
  #home.flip-nav header .n-button.price, #partners.flip-nav header .n-button.price {
    border: solid 1px #EBEBEB;
    color: #212529;
    background-color: unset; }
    #home.flip-nav header .n-button.price:hover, #partners.flip-nav header .n-button.price:hover {
      border: solid 2px #212529; }
  #home.flip-nav header .n-button.try:hover, #partners.flip-nav header .n-button.try:hover {
    color: #fff;
    background-color: #2A7DEC;
    box-shadow: 0 18px 16px -10px rgba(42, 125, 236, 0.25); }

#hero {
  text-align: center;
  padding-top: 80px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0; }
  #hero h5 {
    margin: 20px 0;
    line-height: 28px; }

.customer-logo {
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.12);
  width: 200px;
  height: 120px;
  min-width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center; }
  .customer-logo img {
    flex: 0 0 auto;
    object-fit: scale-down;
    max-width: 90%;
    max-height: 85%;
    vertical-align: middle; }

footer {
  width: 100%;
  background-color: #0F161D; }
  footer main, footer div.main-div {
    padding: 92px 0 78px; }
    footer main hr, footer div.main-div hr {
      border-top: 2px solid white;
      opacity: 0.1;
      margin-top: 54px; }
    footer main .deeper, footer div.main-div .deeper {
      margin-bottom: 60px;
      display: flex;
      justify-content: space-between; }
      footer main .deeper .footer-logo, footer div.main-div .deeper .footer-logo {
        background-image: url(/images/industryos_logo_text_w.svg);
        width: 180px;
        height: 60px;
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat; }
      footer main .deeper nav, footer div.main-div .deeper nav {
        display: flex;
        align-items: center;
        justify-content: right; }
        footer main .deeper nav a, footer div.main-div .deeper nav a {
          text-align: right;
          display: inline-block;
          margin: 0 14px;
          font-size: 16px;
          color: white;
          transition: 300ms; }
          footer main .deeper nav a:hover, footer div.main-div .deeper nav a:hover {
            color: white; }
          footer main .deeper nav a:last-child, footer div.main-div .deeper nav a:last-child {
            margin-right: 0; }
          footer main .deeper nav a:first-child, footer div.main-div .deeper nav a:first-child {
            margin-left: 0; }
  footer .newsletterSubsContainer {
    height: 106px;
    width: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: left; }
    footer .newsletterSubsContainer .footer-top-section {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      justify-content: space-between;
      width: 100%;
      gap: 30px; }
      @media (max-width: 655px) {
        footer .newsletterSubsContainer .footer-top-section {
          justify-content: center; } }
      footer .newsletterSubsContainer .footer-top-section .footer-top-img-section {
        display: flex;
        gap: 40px; }
    footer .newsletterSubsContainer .loading {
      margin: 0;
      height: 47px;
      padding: 0 18px; }
    footer .newsletterSubsContainer .subscribe {
      margin: 0;
      height: fit-content;
      padding: 13px 20px;
      transition-duration: unset; }
      footer .newsletterSubsContainer .subscribe:hover {
        transition-duration: unset;
        box-shadow: unset;
        background-color: #4F97F8; }
      footer .newsletterSubsContainer .subscribe:focus {
        outline: none; }
    footer .newsletterSubsContainer #mlb2-7341216 .subscribe-form {
      background: none !important;
      border: none !important;
      padding: 0;
      width: 520px !important; }
      @media (max-width: 768px) {
        footer .newsletterSubsContainer #mlb2-7341216 .subscribe-form {
          width: 100% !important; } }
      footer .newsletterSubsContainer #mlb2-7341216 .subscribe-form.horizontal {
        padding-bottom: 0;
        display: flex;
        flex-wrap: wrap; }
    footer .newsletterSubsContainer #mlb2-7341216 .form-section p {
      line-height: 150%;
      padding: 0 !important;
      margin: 0 0 10px 0; }
    footer .newsletterSubsContainer #mlb2-7341216 .form-section.mb10 {
      margin-bottom: 10px;
      float: left; }
    footer .newsletterSubsContainer #mlb2-7341216 .form-section.horizontal {
      float: left;
      margin-bottom: 10px;
      width: 70%; }
      @media (max-width: 768px) {
        footer .newsletterSubsContainer #mlb2-7341216 .form-section.horizontal {
          float: none;
          width: 100%;
          padding: 0; } }
      footer .newsletterSubsContainer #mlb2-7341216 .form-section.horizontal.ml-button-position {
        width: 30%;
        padding: 0; }
        @media (max-width: 768px) {
          footer .newsletterSubsContainer #mlb2-7341216 .form-section.horizontal.ml-button-position {
            float: none;
            width: 100%;
            padding: 0;
            margin-bottom: 20px; }
            footer .newsletterSubsContainer #mlb2-7341216 .form-section.horizontal.ml-button-position .button {
              width: 100%; } }
      footer .newsletterSubsContainer #mlb2-7341216 .form-section.horizontal .form-group {
        float: left;
        width: 100%;
        padding-right: 6px;
        box-sizing: border-box;
        margin: 0; }
        @media (max-width: 768px) {
          footer .newsletterSubsContainer #mlb2-7341216 .form-section.horizontal .form-group {
            padding: 0; } }
    footer .newsletterSubsContainer #mlb2-7341216.ml-subscribe-form .form-group.ml-error .form-control {
      border-color: red !important; }
    footer .newsletterSubsContainer #mlb2-7341216.ml-subscribe-form .form-group .form-control {
      background-color: white !important;
      height: 47px;
      width: 100%;
      font-size: 18px;
      line-height: 16px;
      font-weight: 400;
      color: #212529;
      border: 1px solid #fff;
      transition: 0.3s; }
      footer .newsletterSubsContainer #mlb2-7341216.ml-subscribe-form .form-group .form-control::-webkit-input-placeholder {
        color: #999 !important; }
      footer .newsletterSubsContainer #mlb2-7341216.ml-subscribe-form .form-group .form-control::-moz-placeholder {
        color: #999 !important; }
      footer .newsletterSubsContainer #mlb2-7341216.ml-subscribe-form .form-group .form-control:-ms-input-placeholder {
        color: #999 !important; }
      footer .newsletterSubsContainer #mlb2-7341216.ml-subscribe-form .form-group .form-control:-moz-placeholder {
        color: #999 !important; }
    footer .newsletterSubsContainer p {
      color: #6D7175;
      font-weight: 400; }
  footer .deepmost {
    display: flex;
    justify-content: space-between; }
    footer .deepmost .copyright {
      color: #847989;
      font-size: 14px; }
    footer .deepmost .social {
      width: fit-content;
      display: flex;
      text-align: right; }
      footer .deepmost .social a {
        width: auto;
        height: auto;
        display: inline-flex;
        align-items: center;
        margin-left: 16px; }
        footer .deepmost .social a:hover {
          filter: brightness(200%); }
      footer .deepmost .social .twitter {
        display: flex;
        justify-content: flex-start; }

section {
  background-color: white; }

dt {
  margin-bottom: 8px; }

dd {
  margin-bottom: 16px; }

.usecases-bottom-nav a {
  margin: 10px 20px 10px 0; }
  .usecases-bottom-nav a:last-of-type {
    margin-right: 0; }

@media screen and (max-width: 1500px) {
  header {
    margin: unset;
    width: 100%; }
    header .head-menu ul li {
      padding: 10px 10px 14px; }
    header .head-menu ul .indicator {
      padding: 0 10px; }
    header div .n-button {
      margin-left: 8px;
      font-size: 17px; } }
@media screen and (min-width: 1281px) and (max-width: 1400px) {
  header .head-menu ul {
    gap: 10px; }
    header .head-menu ul li {
      padding: 10px 6px 14px; }
      header .head-menu ul li a, header .head-menu ul li span.main-menu-link {
        font-size: 15px; } }
@media screen and (max-width: 1280px) {
  header .logo-burger {
    flex: 1;
    justify-content: center; }

  #home .opened-burger, #docs .opened-burger, #common .opened-burger {
    height: 100% !important;
    animation: fadeIn 0.3s ease-in-out;
    transition-duration: 0.3s;
    background-color: white;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1), 0 0 40px rgba(0, 0, 0, 0.1); }
    #home .opened-burger .burger .burger-icon, #docs .opened-burger .burger .burger-icon, #common .opened-burger .burger .burger-icon {
      display: none !important; }
    #home .opened-burger .burger .close-icon, #docs .opened-burger .burger .close-icon, #common .opened-burger .burger .close-icon {
      display: inline-block !important; }
    #home .opened-burger .support-ukraine p, #docs .opened-burger .support-ukraine p, #common .opened-burger .support-ukraine p {
      color: #000; }
    #home .opened-burger .logo, #home .opened-burger .burger, #docs .opened-burger .logo, #docs .opened-burger .burger, #common .opened-burger .logo, #common .opened-burger .burger {
      filter: unset; }
    #home .opened-burger .head-buttons, #docs .opened-burger .head-buttons, #common .opened-burger .head-buttons {
      display: flex; }
    #home .opened-burger .head-menu, #docs .opened-burger .head-menu, #common .opened-burger .head-menu {
      display: block;
      margin: 70px -30px 0;
      padding: 16px 30px 0;
      position: static;
      left: unset;
      transform: none; }
      #home .opened-burger .head-menu ul li:hover a, #home .opened-burger .head-menu ul li:hover span.main-menu-link, #docs .opened-burger .head-menu ul li:hover a, #docs .opened-burger .head-menu ul li:hover span.main-menu-link, #common .opened-burger .head-menu ul li:hover a, #common .opened-burger .head-menu ul li:hover span.main-menu-link {
        color: #2A7DEC !important; }
      #home .opened-burger .head-menu ul a, #home .opened-burger .head-menu ul a:not([href]), #home .opened-burger .head-menu ul span.main-menu-link, #docs .opened-burger .head-menu ul a, #docs .opened-burger .head-menu ul a:not([href]), #docs .opened-burger .head-menu ul span.main-menu-link, #common .opened-burger .head-menu ul a, #common .opened-burger .head-menu ul a:not([href]), #common .opened-burger .head-menu ul span.main-menu-link {
        color: #212529; }
      #home .opened-burger .head-menu ul .centered-sub, #docs .opened-burger .head-menu ul .centered-sub, #common .opened-burger .head-menu ul .centered-sub {
        margin: 0;
        width: 100%; }
        #home .opened-burger .head-menu ul .centered-sub .sub-menu, #docs .opened-burger .head-menu ul .centered-sub .sub-menu, #common .opened-burger .head-menu ul .centered-sub .sub-menu {
          background-color: unset; }
          #home .opened-burger .head-menu ul .centered-sub .sub-menu li a, #docs .opened-burger .head-menu ul .centered-sub .sub-menu li a, #common .opened-burger .head-menu ul .centered-sub .sub-menu li a {
            color: #212529; }
          #home .opened-burger .head-menu ul .centered-sub .sub-menu li:hover a, #docs .opened-burger .head-menu ul .centered-sub .sub-menu li:hover a, #common .opened-burger .head-menu ul .centered-sub .sub-menu li:hover a {
            color: #2A7DEC; }
    #home .opened-burger .n-button.price, #docs .opened-burger .n-button.price, #common .opened-burger .n-button.price {
      border: solid 1px #EBEBEB;
      color: #212529;
      background-color: unset; }
      #home .opened-burger .n-button.price:hover, #docs .opened-burger .n-button.price:hover, #common .opened-burger .n-button.price:hover {
        border: solid 2px #212529; }
    #home .opened-burger .n-button.try:hover, #docs .opened-burger .n-button.try:hover, #common .opened-burger .n-button.try:hover {
      color: #fff;
      background-color: #2A7DEC;
      box-shadow: 0 18px 16px -10px rgba(42, 125, 236, 0.25); }

  header {
    padding: 9px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: unset !important;
    transition-property: height; }
    header .logo-burger {
      flex: 0 0 auto;
      justify-content: flex-start; }
    header .burger {
      display: none; }
    header.opened-burger {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      z-index: 10000;
      background-color: #fff;
      display: flex;
      flex-direction: column;
      padding: 9px 30px;
      animation: fadeIn 0.3s ease-in-out; }
      header.opened-burger .logo-burger {
        flex-shrink: 0;
        position: relative;
        z-index: 2;
        background-color: #fff;
        box-shadow: 0 1px 0 rgba(48, 86, 128, 0.07);
        width: 100%;
        margin: 0 -30px;
        padding: 0 30px;
        height: 60px;
        justify-content: flex-end;
        display: flex;
        align-items: center; }
        header.opened-burger .logo-burger .logo {
          display: none; }
      header.opened-burger .burger {
        position: absolute;
        right: -8px;
        top: 50%;
        transform: translateY(-50%); }
        header.opened-burger .burger .burger-icon {
          display: none !important; }
        header.opened-burger .burger .close-icon {
          display: inline-block !important; }
      header.opened-burger .head-buttons {
        display: flex; }
      header.opened-burger .head-menu {
        display: block;
        margin: 0;
        padding: 0 30px 50px;
        position: relative;
        left: unset;
        transform: none;
        overflow-y: auto;
        flex: 1;
        -webkit-overflow-scrolling: touch; }
        header.opened-burger .head-menu ul {
          margin-top: 0; }
          header.opened-burger .head-menu ul li:first-child {
            padding-top: 0; }
        header.opened-burger .head-menu .centered-sub {
          justify-content: flex-start;
          opacity: 1;
          width: 100%; }
          header.opened-burger .head-menu .centered-sub .sub-menu {
            display: none;
            top: unset; }
    header .burger {
      display: none; }
    header .head-buttons {
      display: none; }
    header .head-menu {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      margin-top: 0;
      padding-right: 4px; }
      header .head-menu ul {
        display: flex;
        align-items: center;
        justify-content: flex-end; }
        header .head-menu ul li {
          height: unset;
          width: auto !important;
          justify-content: center;
          margin-left: 2px;
          display: block; }
          header .head-menu ul li:first-child {
            margin-left: 0; }
          header .head-menu ul li a:focus .centered-sub, header .head-menu ul li span.main-menu-link:focus .centered-sub {
            margin: 0; }
            header .head-menu ul li a:focus .centered-sub .sub-menu, header .head-menu ul li span.main-menu-link:focus .centered-sub .sub-menu {
              display: block; }
          header .head-menu ul li .centered-sub {
            margin: 0; }
            header .head-menu ul li .centered-sub .sub-menu {
              position: unset;
              box-shadow: unset;
              padding: 12px 0; }
              header .head-menu ul li .centered-sub .sub-menu.open-sub {
                display: flex;
                width: 100%;
                flex-wrap: wrap; }
                header .head-menu ul li .centered-sub .sub-menu.open-sub .sub-groups {
                  gap: 60px;
                  flex-flow: row wrap;
                  align-items: flex-start;
                  padding-left: 25px; }
                  header .head-menu ul li .centered-sub .sub-menu.open-sub .sub-groups .group {
                    flex-direction: column;
                    gap: 15px;
                    padding: 0; }
                    header .head-menu ul li .centered-sub .sub-menu.open-sub .sub-groups .group:first-child {
                      width: unset;
                      align-self: unset; }
                    header .head-menu ul li .centered-sub .sub-menu.open-sub .sub-groups .group .column {
                      gap: 15px; }
                      header .head-menu ul li .centered-sub .sub-menu.open-sub .sub-groups .group .column .small-link {
                        margin: 0; }
                      header .head-menu ul li .centered-sub .sub-menu.open-sub .sub-groups .group .column:not(:first-child) .group-name {
                        display: none; }
      header .head-menu .indicator {
        display: none; }
    header .n-button {
      display: block;
      margin: 0;
      padding: 6px 8px !important; }
      header .n-button .d-text {
        display: none; }
      header .n-button .m-icon {
        display: block !important;
        font-size: 24px;
        line-height: 24px; }

  header .logo {
    width: 60px !important;
    height: 60px !important;
    background-image: url(/images/industryos_logo.svg) !important; }

  footer {
    padding-top: 40px !important; }
    footer .main-div {
      padding: 0 20px !important;
      width: 100% !important;
      text-align: center !important; }
    footer .deeper, footer .deepmost {
      justify-content: center !important; }

  #docsContent #content .contact-form {
    margin-top: 40px !important;
    margin-bottom: 60px !important; }
  #docsContent footer .deeper {
    margin-bottom: 20px !important; } }
/* Material Icons Styling Overrides */
/* Base Material Icons styling */
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Default size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome */
  text-rendering: optimizeLegibility;
  /* Support for Firefox */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE */
  font-feature-settings: 'liga';
  /* Align icons properly with text */
  vertical-align: middle; }

/* Size modifiers to match Font Awesome sizes */
.material-icons.fa-sm,
.material-icons.small {
  font-size: 18px; }

.material-icons.fa-lg,
.material-icons.large {
  font-size: 32px; }

.material-icons.fa-2x {
  font-size: 48px; }

.material-icons.fa-3x {
  font-size: 72px; }

/* Arrow styling for carousels */
.material-icons.arrow {
  transition: opacity 0.3s ease; }

/* Blue chevron styling */
.blue-chevron {
  color: #2A7DEC !important; }

/* Ensure proper alignment in buttons */
button .material-icons,
a .material-icons {
  vertical-align: middle;
  line-height: inherit; }

/* Social network icons */
.footer-social-networks .material-icons {
  transition: color 0.3s ease; }

.footer-social-networks a:hover .material-icons {
  color: #2A7DEC !important; }

#home section {
  background: none; }
#home:not(.open-nav):not(.flip-nav) header::after {
  opacity: 0; }
#home #hero {
  height: 100vh;
  padding-top: 0px;
  position: relative;
  overflow: hidden;
  background: none; }
  #home #hero div:nth-child(1) {
    background-image: url(/video/tb-cover.webp) !important; }
  #home #hero .video-cover {
    position: absolute;
    z-index: -2;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    overflow: hidden;
    background-size: cover;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(/video/tb-cover.webp); }
  #home #hero #hero-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    background-color: rgba(0, 0, 0, 0.72); }
    #home #hero #hero-content .tb-title {
      margin-bottom: 20px;
      font-size: 22px;
      font-weight: 400;
      text-shadow: 0 0 18px rgba(0, 0, 0, 0.66); }
    #home #hero #hero-content .tb-sub-title {
      margin-bottom: 40px;
      font-size: 14px;
      line-height: 16px;
      text-shadow: 0 0 18px rgba(0, 0, 0, 0.66); }
    #home #hero #hero-content .learn-tb {
      cursor: pointer;
      line-height: 40px;
      font-size: 16px;
      padding: 0 15px;
      border: 1px solid white;
      background-color: transparent;
      transition: 0.6s;
      text-shadow: 0 0 18px rgba(0, 0, 0, 0.66); }
      #home #hero #hero-content .learn-tb:hover {
        background-color: white;
        color: #212631;
        text-shadow: none; }
    #home #hero #hero-content .tb-arrow {
      position: fixed;
      bottom: 40px;
      left: 0;
      right: 0;
      margin: auto;
      width: 40px;
      height: 40px;
      opacity: 1;
      z-index: 24;
      color: #fff; }
      #home #hero #hero-content .tb-arrow a {
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center; }
      #home #hero #hero-content .tb-arrow .material-icons {
        font-size: 40px; }
    #home #hero #hero-content.arrow-hidden .tb-arrow {
      display: none; }
#home #overflow {
  overflow: hidden; }
  @media (max-width: 768px) {
    #home #overflow #react {
      margin-top: 50px; } }
  #home #overflow #intro, #home #overflow #manage, #home #overflow #collect, #home #overflow #scada, #home #overflow #react, #home #overflow #products, #home #overflow #product-ecosystem, #home #overflow #dashboard_description, #home #overflow #rule-engine, #home #overflow #bottom-features, #home #overflow #data-pipelines, #home #overflow #mine-planning, #home #overflow #mine-execution {
    color: #212529;
    text-align: left;
    padding-top: 80px;
    padding-bottom: 80px; }
    @media (max-width: 768px) {
      #home #overflow #intro, #home #overflow #manage, #home #overflow #collect, #home #overflow #scada, #home #overflow #react, #home #overflow #products, #home #overflow #product-ecosystem, #home #overflow #dashboard_description, #home #overflow #rule-engine, #home #overflow #bottom-features, #home #overflow #data-pipelines, #home #overflow #mine-planning, #home #overflow #mine-execution {
        padding-top: 40px;
        padding-bottom: 40px; } }
    #home #overflow #intro h1, #home #overflow #intro h2.past-h1, #home #overflow #manage h1, #home #overflow #manage h2.past-h1, #home #overflow #collect h1, #home #overflow #collect h2.past-h1, #home #overflow #scada h1, #home #overflow #scada h2.past-h1, #home #overflow #react h1, #home #overflow #react h2.past-h1, #home #overflow #products h1, #home #overflow #products h2.past-h1, #home #overflow #product-ecosystem h1, #home #overflow #product-ecosystem h2.past-h1, #home #overflow #dashboard_description h1, #home #overflow #dashboard_description h2.past-h1, #home #overflow #rule-engine h1, #home #overflow #rule-engine h2.past-h1, #home #overflow #bottom-features h1, #home #overflow #bottom-features h2.past-h1, #home #overflow #data-pipelines h1, #home #overflow #data-pipelines h2.past-h1, #home #overflow #mine-planning h1, #home #overflow #mine-planning h2.past-h1, #home #overflow #mine-execution h1, #home #overflow #mine-execution h2.past-h1 {
      font-weight: 600;
      text-align: center;
      font-size: 32px;
      line-height: 52px; }
      #home #overflow #intro h1 a, #home #overflow #intro h2.past-h1 a, #home #overflow #manage h1 a, #home #overflow #manage h2.past-h1 a, #home #overflow #collect h1 a, #home #overflow #collect h2.past-h1 a, #home #overflow #scada h1 a, #home #overflow #scada h2.past-h1 a, #home #overflow #react h1 a, #home #overflow #react h2.past-h1 a, #home #overflow #products h1 a, #home #overflow #products h2.past-h1 a, #home #overflow #product-ecosystem h1 a, #home #overflow #product-ecosystem h2.past-h1 a, #home #overflow #dashboard_description h1 a, #home #overflow #dashboard_description h2.past-h1 a, #home #overflow #rule-engine h1 a, #home #overflow #rule-engine h2.past-h1 a, #home #overflow #bottom-features h1 a, #home #overflow #bottom-features h2.past-h1 a, #home #overflow #data-pipelines h1 a, #home #overflow #data-pipelines h2.past-h1 a, #home #overflow #mine-planning h1 a, #home #overflow #mine-planning h2.past-h1 a, #home #overflow #mine-execution h1 a, #home #overflow #mine-execution h2.past-h1 a {
        font-weight: 600;
        font-size: 32px; }
    #home #overflow #intro h2, #home #overflow #intro span.phrase-heading, #home #overflow #manage h2, #home #overflow #manage span.phrase-heading, #home #overflow #collect h2, #home #overflow #collect span.phrase-heading, #home #overflow #scada h2, #home #overflow #scada span.phrase-heading, #home #overflow #react h2, #home #overflow #react span.phrase-heading, #home #overflow #products h2, #home #overflow #products span.phrase-heading, #home #overflow #product-ecosystem h2, #home #overflow #product-ecosystem span.phrase-heading, #home #overflow #dashboard_description h2, #home #overflow #dashboard_description span.phrase-heading, #home #overflow #rule-engine h2, #home #overflow #rule-engine span.phrase-heading, #home #overflow #bottom-features h2, #home #overflow #bottom-features span.phrase-heading, #home #overflow #data-pipelines h2, #home #overflow #data-pipelines span.phrase-heading, #home #overflow #mine-planning h2, #home #overflow #mine-planning span.phrase-heading, #home #overflow #mine-execution h2, #home #overflow #mine-execution span.phrase-heading {
      font-weight: 500;
      line-height: 54px;
      font-size: 36px; }
    #home #overflow #intro h3, #home #overflow #manage h3, #home #overflow #collect h3, #home #overflow #scada h3, #home #overflow #react h3, #home #overflow #products h3, #home #overflow #product-ecosystem h3, #home #overflow #dashboard_description h3, #home #overflow #rule-engine h3, #home #overflow #bottom-features h3, #home #overflow #data-pipelines h3, #home #overflow #mine-planning h3, #home #overflow #mine-execution h3 {
      font-weight: 500;
      line-height: 54px;
      font-size: 36px; }
    #home #overflow #intro p, #home #overflow #manage p, #home #overflow #collect p, #home #overflow #scada p, #home #overflow #react p, #home #overflow #products p, #home #overflow #product-ecosystem p, #home #overflow #dashboard_description p, #home #overflow #rule-engine p, #home #overflow #bottom-features p, #home #overflow #data-pipelines p, #home #overflow #mine-planning p, #home #overflow #mine-execution p {
      color: #75767C;
      font-size: 18px;
      font-weight: normal;
      line-height: 27px;
      margin: 4px 0 18px; }
    #home #overflow #intro a, #home #overflow #manage a, #home #overflow #collect a, #home #overflow #scada a, #home #overflow #react a, #home #overflow #products a, #home #overflow #product-ecosystem a, #home #overflow #dashboard_description a, #home #overflow #rule-engine a, #home #overflow #bottom-features a, #home #overflow #data-pipelines a, #home #overflow #mine-planning a, #home #overflow #mine-execution a {
      color: #2A7DEC;
      font-weight: 500;
      font-size: 18px; }
    #home #overflow #intro img, #home #overflow #manage img, #home #overflow #collect img, #home #overflow #scada img, #home #overflow #react img, #home #overflow #products img, #home #overflow #product-ecosystem img, #home #overflow #dashboard_description img, #home #overflow #rule-engine img, #home #overflow #bottom-features img, #home #overflow #data-pipelines img, #home #overflow #mine-planning img, #home #overflow #mine-execution img {
      height: auto; }
  #home #overflow #intro {
    padding-top: 88px; }
    #home #overflow #intro .second {
      margin-top: 48px;
      color: #899AAB;
      font-size: 20px;
      line-height: 1.5em;
      font-weight: normal; }
      #home #overflow #intro .second.in-the-past-h1 {
        font-weight: 400;
        text-align: center; }
  #home #overflow #manage #features-top img, #home #overflow #manage #features-top-collect img, #home #overflow #manage #features-top-1 img, #home #overflow #manage #features-top-2 img, #home #overflow #manage #data-pipelines-content img, #home #overflow #manage #mine-planning-content img, #home #overflow #manage #mine-execution-content img, #home #overflow #collect #features-top img, #home #overflow #collect #features-top-collect img, #home #overflow #collect #features-top-1 img, #home #overflow #collect #features-top-2 img, #home #overflow #collect #data-pipelines-content img, #home #overflow #collect #mine-planning-content img, #home #overflow #collect #mine-execution-content img, #home #overflow #scada #features-top img, #home #overflow #scada #features-top-collect img, #home #overflow #scada #features-top-1 img, #home #overflow #scada #features-top-2 img, #home #overflow #scada #data-pipelines-content img, #home #overflow #scada #mine-planning-content img, #home #overflow #scada #mine-execution-content img, #home #overflow #react #features-top img, #home #overflow #react #features-top-collect img, #home #overflow #react #features-top-1 img, #home #overflow #react #features-top-2 img, #home #overflow #react #data-pipelines-content img, #home #overflow #react #mine-planning-content img, #home #overflow #react #mine-execution-content img, #home #overflow #data-pipelines #features-top img, #home #overflow #data-pipelines #features-top-collect img, #home #overflow #data-pipelines #features-top-1 img, #home #overflow #data-pipelines #features-top-2 img, #home #overflow #data-pipelines #data-pipelines-content img, #home #overflow #data-pipelines #mine-planning-content img, #home #overflow #data-pipelines #mine-execution-content img, #home #overflow #mine-planning #features-top img, #home #overflow #mine-planning #features-top-collect img, #home #overflow #mine-planning #features-top-1 img, #home #overflow #mine-planning #features-top-2 img, #home #overflow #mine-planning #data-pipelines-content img, #home #overflow #mine-planning #mine-planning-content img, #home #overflow #mine-planning #mine-execution-content img, #home #overflow #mine-execution #features-top img, #home #overflow #mine-execution #features-top-collect img, #home #overflow #mine-execution #features-top-1 img, #home #overflow #mine-execution #features-top-2 img, #home #overflow #mine-execution #data-pipelines-content img, #home #overflow #mine-execution #mine-planning-content img, #home #overflow #mine-execution #mine-execution-content img {
    border-radius: 6px;
    box-shadow: 0 50px 50px -20px rgba(0, 0, 0, 0.15), 0 0 30px 0 rgba(0, 0, 0, 0.05); }
  #home #overflow #manage #features-top .block, #home #overflow #manage #features-top-collect .block, #home #overflow #manage #features-top-1 .block, #home #overflow #manage #features-top-2 .block, #home #overflow #manage #data-pipelines-content .block, #home #overflow #manage #mine-planning-content .block, #home #overflow #manage #mine-execution-content .block, #home #overflow #collect #features-top .block, #home #overflow #collect #features-top-collect .block, #home #overflow #collect #features-top-1 .block, #home #overflow #collect #features-top-2 .block, #home #overflow #collect #data-pipelines-content .block, #home #overflow #collect #mine-planning-content .block, #home #overflow #collect #mine-execution-content .block, #home #overflow #scada #features-top .block, #home #overflow #scada #features-top-collect .block, #home #overflow #scada #features-top-1 .block, #home #overflow #scada #features-top-2 .block, #home #overflow #scada #data-pipelines-content .block, #home #overflow #scada #mine-planning-content .block, #home #overflow #scada #mine-execution-content .block, #home #overflow #react #features-top .block, #home #overflow #react #features-top-collect .block, #home #overflow #react #features-top-1 .block, #home #overflow #react #features-top-2 .block, #home #overflow #react #data-pipelines-content .block, #home #overflow #react #mine-planning-content .block, #home #overflow #react #mine-execution-content .block, #home #overflow #data-pipelines #features-top .block, #home #overflow #data-pipelines #features-top-collect .block, #home #overflow #data-pipelines #features-top-1 .block, #home #overflow #data-pipelines #features-top-2 .block, #home #overflow #data-pipelines #data-pipelines-content .block, #home #overflow #data-pipelines #mine-planning-content .block, #home #overflow #data-pipelines #mine-execution-content .block, #home #overflow #mine-planning #features-top .block, #home #overflow #mine-planning #features-top-collect .block, #home #overflow #mine-planning #features-top-1 .block, #home #overflow #mine-planning #features-top-2 .block, #home #overflow #mine-planning #data-pipelines-content .block, #home #overflow #mine-planning #mine-planning-content .block, #home #overflow #mine-planning #mine-execution-content .block, #home #overflow #mine-execution #features-top .block, #home #overflow #mine-execution #features-top-collect .block, #home #overflow #mine-execution #features-top-1 .block, #home #overflow #mine-execution #features-top-2 .block, #home #overflow #mine-execution #data-pipelines-content .block, #home #overflow #mine-execution #mine-planning-content .block, #home #overflow #mine-execution #mine-execution-content .block {
    justify-content: space-between;
    display: flex;
    align-items: center;
    flex-direction: column; }
    #home #overflow #manage #features-top .block .preview, #home #overflow #manage #features-top .block .manage, #home #overflow #manage #features-top .block .visualize, #home #overflow #manage #features-top .block .scada-svg, #home #overflow #manage #features-top-collect .block .preview, #home #overflow #manage #features-top-collect .block .manage, #home #overflow #manage #features-top-collect .block .visualize, #home #overflow #manage #features-top-collect .block .scada-svg, #home #overflow #manage #features-top-1 .block .preview, #home #overflow #manage #features-top-1 .block .manage, #home #overflow #manage #features-top-1 .block .visualize, #home #overflow #manage #features-top-1 .block .scada-svg, #home #overflow #manage #features-top-2 .block .preview, #home #overflow #manage #features-top-2 .block .manage, #home #overflow #manage #features-top-2 .block .visualize, #home #overflow #manage #features-top-2 .block .scada-svg, #home #overflow #manage #data-pipelines-content .block .preview, #home #overflow #manage #data-pipelines-content .block .manage, #home #overflow #manage #data-pipelines-content .block .visualize, #home #overflow #manage #data-pipelines-content .block .scada-svg, #home #overflow #manage #mine-planning-content .block .preview, #home #overflow #manage #mine-planning-content .block .manage, #home #overflow #manage #mine-planning-content .block .visualize, #home #overflow #manage #mine-planning-content .block .scada-svg, #home #overflow #manage #mine-execution-content .block .preview, #home #overflow #manage #mine-execution-content .block .manage, #home #overflow #manage #mine-execution-content .block .visualize, #home #overflow #manage #mine-execution-content .block .scada-svg, #home #overflow #collect #features-top .block .preview, #home #overflow #collect #features-top .block .manage, #home #overflow #collect #features-top .block .visualize, #home #overflow #collect #features-top .block .scada-svg, #home #overflow #collect #features-top-collect .block .preview, #home #overflow #collect #features-top-collect .block .manage, #home #overflow #collect #features-top-collect .block .visualize, #home #overflow #collect #features-top-collect .block .scada-svg, #home #overflow #collect #features-top-1 .block .preview, #home #overflow #collect #features-top-1 .block .manage, #home #overflow #collect #features-top-1 .block .visualize, #home #overflow #collect #features-top-1 .block .scada-svg, #home #overflow #collect #features-top-2 .block .preview, #home #overflow #collect #features-top-2 .block .manage, #home #overflow #collect #features-top-2 .block .visualize, #home #overflow #collect #features-top-2 .block .scada-svg, #home #overflow #collect #data-pipelines-content .block .preview, #home #overflow #collect #data-pipelines-content .block .manage, #home #overflow #collect #data-pipelines-content .block .visualize, #home #overflow #collect #data-pipelines-content .block .scada-svg, #home #overflow #collect #mine-planning-content .block .preview, #home #overflow #collect #mine-planning-content .block .manage, #home #overflow #collect #mine-planning-content .block .visualize, #home #overflow #collect #mine-planning-content .block .scada-svg, #home #overflow #collect #mine-execution-content .block .preview, #home #overflow #collect #mine-execution-content .block .manage, #home #overflow #collect #mine-execution-content .block .visualize, #home #overflow #collect #mine-execution-content .block .scada-svg, #home #overflow #scada #features-top .block .preview, #home #overflow #scada #features-top .block .manage, #home #overflow #scada #features-top .block .visualize, #home #overflow #scada #features-top .block .scada-svg, #home #overflow #scada #features-top-collect .block .preview, #home #overflow #scada #features-top-collect .block .manage, #home #overflow #scada #features-top-collect .block .visualize, #home #overflow #scada #features-top-collect .block .scada-svg, #home #overflow #scada #features-top-1 .block .preview, #home #overflow #scada #features-top-1 .block .manage, #home #overflow #scada #features-top-1 .block .visualize, #home #overflow #scada #features-top-1 .block .scada-svg, #home #overflow #scada #features-top-2 .block .preview, #home #overflow #scada #features-top-2 .block .manage, #home #overflow #scada #features-top-2 .block .visualize, #home #overflow #scada #features-top-2 .block .scada-svg, #home #overflow #scada #data-pipelines-content .block .preview, #home #overflow #scada #data-pipelines-content .block .manage, #home #overflow #scada #data-pipelines-content .block .visualize, #home #overflow #scada #data-pipelines-content .block .scada-svg, #home #overflow #scada #mine-planning-content .block .preview, #home #overflow #scada #mine-planning-content .block .manage, #home #overflow #scada #mine-planning-content .block .visualize, #home #overflow #scada #mine-planning-content .block .scada-svg, #home #overflow #scada #mine-execution-content .block .preview, #home #overflow #scada #mine-execution-content .block .manage, #home #overflow #scada #mine-execution-content .block .visualize, #home #overflow #scada #mine-execution-content .block .scada-svg, #home #overflow #react #features-top .block .preview, #home #overflow #react #features-top .block .manage, #home #overflow #react #features-top .block .visualize, #home #overflow #react #features-top .block .scada-svg, #home #overflow #react #features-top-collect .block .preview, #home #overflow #react #features-top-collect .block .manage, #home #overflow #react #features-top-collect .block .visualize, #home #overflow #react #features-top-collect .block .scada-svg, #home #overflow #react #features-top-1 .block .preview, #home #overflow #react #features-top-1 .block .manage, #home #overflow #react #features-top-1 .block .visualize, #home #overflow #react #features-top-1 .block .scada-svg, #home #overflow #react #features-top-2 .block .preview, #home #overflow #react #features-top-2 .block .manage, #home #overflow #react #features-top-2 .block .visualize, #home #overflow #react #features-top-2 .block .scada-svg, #home #overflow #react #data-pipelines-content .block .preview, #home #overflow #react #data-pipelines-content .block .manage, #home #overflow #react #data-pipelines-content .block .visualize, #home #overflow #react #data-pipelines-content .block .scada-svg, #home #overflow #react #mine-planning-content .block .preview, #home #overflow #react #mine-planning-content .block .manage, #home #overflow #react #mine-planning-content .block .visualize, #home #overflow #react #mine-planning-content .block .scada-svg, #home #overflow #react #mine-execution-content .block .preview, #home #overflow #react #mine-execution-content .block .manage, #home #overflow #react #mine-execution-content .block .visualize, #home #overflow #react #mine-execution-content .block .scada-svg, #home #overflow #data-pipelines #features-top .block .preview, #home #overflow #data-pipelines #features-top .block .manage, #home #overflow #data-pipelines #features-top .block .visualize, #home #overflow #data-pipelines #features-top .block .scada-svg, #home #overflow #data-pipelines #features-top-collect .block .preview, #home #overflow #data-pipelines #features-top-collect .block .manage, #home #overflow #data-pipelines #features-top-collect .block .visualize, #home #overflow #data-pipelines #features-top-collect .block .scada-svg, #home #overflow #data-pipelines #features-top-1 .block .preview, #home #overflow #data-pipelines #features-top-1 .block .manage, #home #overflow #data-pipelines #features-top-1 .block .visualize, #home #overflow #data-pipelines #features-top-1 .block .scada-svg, #home #overflow #data-pipelines #features-top-2 .block .preview, #home #overflow #data-pipelines #features-top-2 .block .manage, #home #overflow #data-pipelines #features-top-2 .block .visualize, #home #overflow #data-pipelines #features-top-2 .block .scada-svg, #home #overflow #data-pipelines #data-pipelines-content .block .preview, #home #overflow #data-pipelines #data-pipelines-content .block .manage, #home #overflow #data-pipelines #data-pipelines-content .block .visualize, #home #overflow #data-pipelines #data-pipelines-content .block .scada-svg, #home #overflow #data-pipelines #mine-planning-content .block .preview, #home #overflow #data-pipelines #mine-planning-content .block .manage, #home #overflow #data-pipelines #mine-planning-content .block .visualize, #home #overflow #data-pipelines #mine-planning-content .block .scada-svg, #home #overflow #data-pipelines #mine-execution-content .block .preview, #home #overflow #data-pipelines #mine-execution-content .block .manage, #home #overflow #data-pipelines #mine-execution-content .block .visualize, #home #overflow #data-pipelines #mine-execution-content .block .scada-svg, #home #overflow #mine-planning #features-top .block .preview, #home #overflow #mine-planning #features-top .block .manage, #home #overflow #mine-planning #features-top .block .visualize, #home #overflow #mine-planning #features-top .block .scada-svg, #home #overflow #mine-planning #features-top-collect .block .preview, #home #overflow #mine-planning #features-top-collect .block .manage, #home #overflow #mine-planning #features-top-collect .block .visualize, #home #overflow #mine-planning #features-top-collect .block .scada-svg, #home #overflow #mine-planning #features-top-1 .block .preview, #home #overflow #mine-planning #features-top-1 .block .manage, #home #overflow #mine-planning #features-top-1 .block .visualize, #home #overflow #mine-planning #features-top-1 .block .scada-svg, #home #overflow #mine-planning #features-top-2 .block .preview, #home #overflow #mine-planning #features-top-2 .block .manage, #home #overflow #mine-planning #features-top-2 .block .visualize, #home #overflow #mine-planning #features-top-2 .block .scada-svg, #home #overflow #mine-planning #data-pipelines-content .block .preview, #home #overflow #mine-planning #data-pipelines-content .block .manage, #home #overflow #mine-planning #data-pipelines-content .block .visualize, #home #overflow #mine-planning #data-pipelines-content .block .scada-svg, #home #overflow #mine-planning #mine-planning-content .block .preview, #home #overflow #mine-planning #mine-planning-content .block .manage, #home #overflow #mine-planning #mine-planning-content .block .visualize, #home #overflow #mine-planning #mine-planning-content .block .scada-svg, #home #overflow #mine-planning #mine-execution-content .block .preview, #home #overflow #mine-planning #mine-execution-content .block .manage, #home #overflow #mine-planning #mine-execution-content .block .visualize, #home #overflow #mine-planning #mine-execution-content .block .scada-svg, #home #overflow #mine-execution #features-top .block .preview, #home #overflow #mine-execution #features-top .block .manage, #home #overflow #mine-execution #features-top .block .visualize, #home #overflow #mine-execution #features-top .block .scada-svg, #home #overflow #mine-execution #features-top-collect .block .preview, #home #overflow #mine-execution #features-top-collect .block .manage, #home #overflow #mine-execution #features-top-collect .block .visualize, #home #overflow #mine-execution #features-top-collect .block .scada-svg, #home #overflow #mine-execution #features-top-1 .block .preview, #home #overflow #mine-execution #features-top-1 .block .manage, #home #overflow #mine-execution #features-top-1 .block .visualize, #home #overflow #mine-execution #features-top-1 .block .scada-svg, #home #overflow #mine-execution #features-top-2 .block .preview, #home #overflow #mine-execution #features-top-2 .block .manage, #home #overflow #mine-execution #features-top-2 .block .visualize, #home #overflow #mine-execution #features-top-2 .block .scada-svg, #home #overflow #mine-execution #data-pipelines-content .block .preview, #home #overflow #mine-execution #data-pipelines-content .block .manage, #home #overflow #mine-execution #data-pipelines-content .block .visualize, #home #overflow #mine-execution #data-pipelines-content .block .scada-svg, #home #overflow #mine-execution #mine-planning-content .block .preview, #home #overflow #mine-execution #mine-planning-content .block .manage, #home #overflow #mine-execution #mine-planning-content .block .visualize, #home #overflow #mine-execution #mine-planning-content .block .scada-svg, #home #overflow #mine-execution #mine-execution-content .block .preview, #home #overflow #mine-execution #mine-execution-content .block .manage, #home #overflow #mine-execution #mine-execution-content .block .visualize, #home #overflow #mine-execution #mine-execution-content .block .scada-svg {
      margin-top: 32px; }
    #home #overflow #manage #features-top .block img, #home #overflow #manage #features-top .block .manage, #home #overflow #manage #features-top .block .visualize, #home #overflow #manage #features-top .block .process, #home #overflow #manage #features-top .block .scada-svg, #home #overflow #manage #features-top-collect .block img, #home #overflow #manage #features-top-collect .block .manage, #home #overflow #manage #features-top-collect .block .visualize, #home #overflow #manage #features-top-collect .block .process, #home #overflow #manage #features-top-collect .block .scada-svg, #home #overflow #manage #features-top-1 .block img, #home #overflow #manage #features-top-1 .block .manage, #home #overflow #manage #features-top-1 .block .visualize, #home #overflow #manage #features-top-1 .block .process, #home #overflow #manage #features-top-1 .block .scada-svg, #home #overflow #manage #features-top-2 .block img, #home #overflow #manage #features-top-2 .block .manage, #home #overflow #manage #features-top-2 .block .visualize, #home #overflow #manage #features-top-2 .block .process, #home #overflow #manage #features-top-2 .block .scada-svg, #home #overflow #manage #data-pipelines-content .block img, #home #overflow #manage #data-pipelines-content .block .manage, #home #overflow #manage #data-pipelines-content .block .visualize, #home #overflow #manage #data-pipelines-content .block .process, #home #overflow #manage #data-pipelines-content .block .scada-svg, #home #overflow #manage #mine-planning-content .block img, #home #overflow #manage #mine-planning-content .block .manage, #home #overflow #manage #mine-planning-content .block .visualize, #home #overflow #manage #mine-planning-content .block .process, #home #overflow #manage #mine-planning-content .block .scada-svg, #home #overflow #manage #mine-execution-content .block img, #home #overflow #manage #mine-execution-content .block .manage, #home #overflow #manage #mine-execution-content .block .visualize, #home #overflow #manage #mine-execution-content .block .process, #home #overflow #manage #mine-execution-content .block .scada-svg, #home #overflow #collect #features-top .block img, #home #overflow #collect #features-top .block .manage, #home #overflow #collect #features-top .block .visualize, #home #overflow #collect #features-top .block .process, #home #overflow #collect #features-top .block .scada-svg, #home #overflow #collect #features-top-collect .block img, #home #overflow #collect #features-top-collect .block .manage, #home #overflow #collect #features-top-collect .block .visualize, #home #overflow #collect #features-top-collect .block .process, #home #overflow #collect #features-top-collect .block .scada-svg, #home #overflow #collect #features-top-1 .block img, #home #overflow #collect #features-top-1 .block .manage, #home #overflow #collect #features-top-1 .block .visualize, #home #overflow #collect #features-top-1 .block .process, #home #overflow #collect #features-top-1 .block .scada-svg, #home #overflow #collect #features-top-2 .block img, #home #overflow #collect #features-top-2 .block .manage, #home #overflow #collect #features-top-2 .block .visualize, #home #overflow #collect #features-top-2 .block .process, #home #overflow #collect #features-top-2 .block .scada-svg, #home #overflow #collect #data-pipelines-content .block img, #home #overflow #collect #data-pipelines-content .block .manage, #home #overflow #collect #data-pipelines-content .block .visualize, #home #overflow #collect #data-pipelines-content .block .process, #home #overflow #collect #data-pipelines-content .block .scada-svg, #home #overflow #collect #mine-planning-content .block img, #home #overflow #collect #mine-planning-content .block .manage, #home #overflow #collect #mine-planning-content .block .visualize, #home #overflow #collect #mine-planning-content .block .process, #home #overflow #collect #mine-planning-content .block .scada-svg, #home #overflow #collect #mine-execution-content .block img, #home #overflow #collect #mine-execution-content .block .manage, #home #overflow #collect #mine-execution-content .block .visualize, #home #overflow #collect #mine-execution-content .block .process, #home #overflow #collect #mine-execution-content .block .scada-svg, #home #overflow #scada #features-top .block img, #home #overflow #scada #features-top .block .manage, #home #overflow #scada #features-top .block .visualize, #home #overflow #scada #features-top .block .process, #home #overflow #scada #features-top .block .scada-svg, #home #overflow #scada #features-top-collect .block img, #home #overflow #scada #features-top-collect .block .manage, #home #overflow #scada #features-top-collect .block .visualize, #home #overflow #scada #features-top-collect .block .process, #home #overflow #scada #features-top-collect .block .scada-svg, #home #overflow #scada #features-top-1 .block img, #home #overflow #scada #features-top-1 .block .manage, #home #overflow #scada #features-top-1 .block .visualize, #home #overflow #scada #features-top-1 .block .process, #home #overflow #scada #features-top-1 .block .scada-svg, #home #overflow #scada #features-top-2 .block img, #home #overflow #scada #features-top-2 .block .manage, #home #overflow #scada #features-top-2 .block .visualize, #home #overflow #scada #features-top-2 .block .process, #home #overflow #scada #features-top-2 .block .scada-svg, #home #overflow #scada #data-pipelines-content .block img, #home #overflow #scada #data-pipelines-content .block .manage, #home #overflow #scada #data-pipelines-content .block .visualize, #home #overflow #scada #data-pipelines-content .block .process, #home #overflow #scada #data-pipelines-content .block .scada-svg, #home #overflow #scada #mine-planning-content .block img, #home #overflow #scada #mine-planning-content .block .manage, #home #overflow #scada #mine-planning-content .block .visualize, #home #overflow #scada #mine-planning-content .block .process, #home #overflow #scada #mine-planning-content .block .scada-svg, #home #overflow #scada #mine-execution-content .block img, #home #overflow #scada #mine-execution-content .block .manage, #home #overflow #scada #mine-execution-content .block .visualize, #home #overflow #scada #mine-execution-content .block .process, #home #overflow #scada #mine-execution-content .block .scada-svg, #home #overflow #react #features-top .block img, #home #overflow #react #features-top .block .manage, #home #overflow #react #features-top .block .visualize, #home #overflow #react #features-top .block .process, #home #overflow #react #features-top .block .scada-svg, #home #overflow #react #features-top-collect .block img, #home #overflow #react #features-top-collect .block .manage, #home #overflow #react #features-top-collect .block .visualize, #home #overflow #react #features-top-collect .block .process, #home #overflow #react #features-top-collect .block .scada-svg, #home #overflow #react #features-top-1 .block img, #home #overflow #react #features-top-1 .block .manage, #home #overflow #react #features-top-1 .block .visualize, #home #overflow #react #features-top-1 .block .process, #home #overflow #react #features-top-1 .block .scada-svg, #home #overflow #react #features-top-2 .block img, #home #overflow #react #features-top-2 .block .manage, #home #overflow #react #features-top-2 .block .visualize, #home #overflow #react #features-top-2 .block .process, #home #overflow #react #features-top-2 .block .scada-svg, #home #overflow #react #data-pipelines-content .block img, #home #overflow #react #data-pipelines-content .block .manage, #home #overflow #react #data-pipelines-content .block .visualize, #home #overflow #react #data-pipelines-content .block .process, #home #overflow #react #data-pipelines-content .block .scada-svg, #home #overflow #react #mine-planning-content .block img, #home #overflow #react #mine-planning-content .block .manage, #home #overflow #react #mine-planning-content .block .visualize, #home #overflow #react #mine-planning-content .block .process, #home #overflow #react #mine-planning-content .block .scada-svg, #home #overflow #react #mine-execution-content .block img, #home #overflow #react #mine-execution-content .block .manage, #home #overflow #react #mine-execution-content .block .visualize, #home #overflow #react #mine-execution-content .block .process, #home #overflow #react #mine-execution-content .block .scada-svg, #home #overflow #data-pipelines #features-top .block img, #home #overflow #data-pipelines #features-top .block .manage, #home #overflow #data-pipelines #features-top .block .visualize, #home #overflow #data-pipelines #features-top .block .process, #home #overflow #data-pipelines #features-top .block .scada-svg, #home #overflow #data-pipelines #features-top-collect .block img, #home #overflow #data-pipelines #features-top-collect .block .manage, #home #overflow #data-pipelines #features-top-collect .block .visualize, #home #overflow #data-pipelines #features-top-collect .block .process, #home #overflow #data-pipelines #features-top-collect .block .scada-svg, #home #overflow #data-pipelines #features-top-1 .block img, #home #overflow #data-pipelines #features-top-1 .block .manage, #home #overflow #data-pipelines #features-top-1 .block .visualize, #home #overflow #data-pipelines #features-top-1 .block .process, #home #overflow #data-pipelines #features-top-1 .block .scada-svg, #home #overflow #data-pipelines #features-top-2 .block img, #home #overflow #data-pipelines #features-top-2 .block .manage, #home #overflow #data-pipelines #features-top-2 .block .visualize, #home #overflow #data-pipelines #features-top-2 .block .process, #home #overflow #data-pipelines #features-top-2 .block .scada-svg, #home #overflow #data-pipelines #data-pipelines-content .block img, #home #overflow #data-pipelines #data-pipelines-content .block .manage, #home #overflow #data-pipelines #data-pipelines-content .block .visualize, #home #overflow #data-pipelines #data-pipelines-content .block .process, #home #overflow #data-pipelines #data-pipelines-content .block .scada-svg, #home #overflow #data-pipelines #mine-planning-content .block img, #home #overflow #data-pipelines #mine-planning-content .block .manage, #home #overflow #data-pipelines #mine-planning-content .block .visualize, #home #overflow #data-pipelines #mine-planning-content .block .process, #home #overflow #data-pipelines #mine-planning-content .block .scada-svg, #home #overflow #data-pipelines #mine-execution-content .block img, #home #overflow #data-pipelines #mine-execution-content .block .manage, #home #overflow #data-pipelines #mine-execution-content .block .visualize, #home #overflow #data-pipelines #mine-execution-content .block .process, #home #overflow #data-pipelines #mine-execution-content .block .scada-svg, #home #overflow #mine-planning #features-top .block img, #home #overflow #mine-planning #features-top .block .manage, #home #overflow #mine-planning #features-top .block .visualize, #home #overflow #mine-planning #features-top .block .process, #home #overflow #mine-planning #features-top .block .scada-svg, #home #overflow #mine-planning #features-top-collect .block img, #home #overflow #mine-planning #features-top-collect .block .manage, #home #overflow #mine-planning #features-top-collect .block .visualize, #home #overflow #mine-planning #features-top-collect .block .process, #home #overflow #mine-planning #features-top-collect .block .scada-svg, #home #overflow #mine-planning #features-top-1 .block img, #home #overflow #mine-planning #features-top-1 .block .manage, #home #overflow #mine-planning #features-top-1 .block .visualize, #home #overflow #mine-planning #features-top-1 .block .process, #home #overflow #mine-planning #features-top-1 .block .scada-svg, #home #overflow #mine-planning #features-top-2 .block img, #home #overflow #mine-planning #features-top-2 .block .manage, #home #overflow #mine-planning #features-top-2 .block .visualize, #home #overflow #mine-planning #features-top-2 .block .process, #home #overflow #mine-planning #features-top-2 .block .scada-svg, #home #overflow #mine-planning #data-pipelines-content .block img, #home #overflow #mine-planning #data-pipelines-content .block .manage, #home #overflow #mine-planning #data-pipelines-content .block .visualize, #home #overflow #mine-planning #data-pipelines-content .block .process, #home #overflow #mine-planning #data-pipelines-content .block .scada-svg, #home #overflow #mine-planning #mine-planning-content .block img, #home #overflow #mine-planning #mine-planning-content .block .manage, #home #overflow #mine-planning #mine-planning-content .block .visualize, #home #overflow #mine-planning #mine-planning-content .block .process, #home #overflow #mine-planning #mine-planning-content .block .scada-svg, #home #overflow #mine-planning #mine-execution-content .block img, #home #overflow #mine-planning #mine-execution-content .block .manage, #home #overflow #mine-planning #mine-execution-content .block .visualize, #home #overflow #mine-planning #mine-execution-content .block .process, #home #overflow #mine-planning #mine-execution-content .block .scada-svg, #home #overflow #mine-execution #features-top .block img, #home #overflow #mine-execution #features-top .block .manage, #home #overflow #mine-execution #features-top .block .visualize, #home #overflow #mine-execution #features-top .block .process, #home #overflow #mine-execution #features-top .block .scada-svg, #home #overflow #mine-execution #features-top-collect .block img, #home #overflow #mine-execution #features-top-collect .block .manage, #home #overflow #mine-execution #features-top-collect .block .visualize, #home #overflow #mine-execution #features-top-collect .block .process, #home #overflow #mine-execution #features-top-collect .block .scada-svg, #home #overflow #mine-execution #features-top-1 .block img, #home #overflow #mine-execution #features-top-1 .block .manage, #home #overflow #mine-execution #features-top-1 .block .visualize, #home #overflow #mine-execution #features-top-1 .block .process, #home #overflow #mine-execution #features-top-1 .block .scada-svg, #home #overflow #mine-execution #features-top-2 .block img, #home #overflow #mine-execution #features-top-2 .block .manage, #home #overflow #mine-execution #features-top-2 .block .visualize, #home #overflow #mine-execution #features-top-2 .block .process, #home #overflow #mine-execution #features-top-2 .block .scada-svg, #home #overflow #mine-execution #data-pipelines-content .block img, #home #overflow #mine-execution #data-pipelines-content .block .manage, #home #overflow #mine-execution #data-pipelines-content .block .visualize, #home #overflow #mine-execution #data-pipelines-content .block .process, #home #overflow #mine-execution #data-pipelines-content .block .scada-svg, #home #overflow #mine-execution #mine-planning-content .block img, #home #overflow #mine-execution #mine-planning-content .block .manage, #home #overflow #mine-execution #mine-planning-content .block .visualize, #home #overflow #mine-execution #mine-planning-content .block .process, #home #overflow #mine-execution #mine-planning-content .block .scada-svg, #home #overflow #mine-execution #mine-execution-content .block img, #home #overflow #mine-execution #mine-execution-content .block .manage, #home #overflow #mine-execution #mine-execution-content .block .visualize, #home #overflow #mine-execution #mine-execution-content .block .process, #home #overflow #mine-execution #mine-execution-content .block .scada-svg {
      order: 2; }
    #home #overflow #manage #features-top .block .feature-des, #home #overflow #manage #features-top-collect .block .feature-des, #home #overflow #manage #features-top-1 .block .feature-des, #home #overflow #manage #features-top-2 .block .feature-des, #home #overflow #manage #data-pipelines-content .block .feature-des, #home #overflow #manage #mine-planning-content .block .feature-des, #home #overflow #manage #mine-execution-content .block .feature-des, #home #overflow #collect #features-top .block .feature-des, #home #overflow #collect #features-top-collect .block .feature-des, #home #overflow #collect #features-top-1 .block .feature-des, #home #overflow #collect #features-top-2 .block .feature-des, #home #overflow #collect #data-pipelines-content .block .feature-des, #home #overflow #collect #mine-planning-content .block .feature-des, #home #overflow #collect #mine-execution-content .block .feature-des, #home #overflow #scada #features-top .block .feature-des, #home #overflow #scada #features-top-collect .block .feature-des, #home #overflow #scada #features-top-1 .block .feature-des, #home #overflow #scada #features-top-2 .block .feature-des, #home #overflow #scada #data-pipelines-content .block .feature-des, #home #overflow #scada #mine-planning-content .block .feature-des, #home #overflow #scada #mine-execution-content .block .feature-des, #home #overflow #react #features-top .block .feature-des, #home #overflow #react #features-top-collect .block .feature-des, #home #overflow #react #features-top-1 .block .feature-des, #home #overflow #react #features-top-2 .block .feature-des, #home #overflow #react #data-pipelines-content .block .feature-des, #home #overflow #react #mine-planning-content .block .feature-des, #home #overflow #react #mine-execution-content .block .feature-des, #home #overflow #data-pipelines #features-top .block .feature-des, #home #overflow #data-pipelines #features-top-collect .block .feature-des, #home #overflow #data-pipelines #features-top-1 .block .feature-des, #home #overflow #data-pipelines #features-top-2 .block .feature-des, #home #overflow #data-pipelines #data-pipelines-content .block .feature-des, #home #overflow #data-pipelines #mine-planning-content .block .feature-des, #home #overflow #data-pipelines #mine-execution-content .block .feature-des, #home #overflow #mine-planning #features-top .block .feature-des, #home #overflow #mine-planning #features-top-collect .block .feature-des, #home #overflow #mine-planning #features-top-1 .block .feature-des, #home #overflow #mine-planning #features-top-2 .block .feature-des, #home #overflow #mine-planning #data-pipelines-content .block .feature-des, #home #overflow #mine-planning #mine-planning-content .block .feature-des, #home #overflow #mine-planning #mine-execution-content .block .feature-des, #home #overflow #mine-execution #features-top .block .feature-des, #home #overflow #mine-execution #features-top-collect .block .feature-des, #home #overflow #mine-execution #features-top-1 .block .feature-des, #home #overflow #mine-execution #features-top-2 .block .feature-des, #home #overflow #mine-execution #data-pipelines-content .block .feature-des, #home #overflow #mine-execution #mine-planning-content .block .feature-des, #home #overflow #mine-execution #mine-execution-content .block .feature-des {
      order: 1; }
    #home #overflow #manage #features-top .block .feature-des, #home #overflow #manage #features-top .block img, #home #overflow #manage #features-top .block .manage, #home #overflow #manage #features-top .block .visualize, #home #overflow #manage #features-top .block .process, #home #overflow #manage #features-top-collect .block .feature-des, #home #overflow #manage #features-top-collect .block img, #home #overflow #manage #features-top-collect .block .manage, #home #overflow #manage #features-top-collect .block .visualize, #home #overflow #manage #features-top-collect .block .process, #home #overflow #manage #features-top-1 .block .feature-des, #home #overflow #manage #features-top-1 .block img, #home #overflow #manage #features-top-1 .block .manage, #home #overflow #manage #features-top-1 .block .visualize, #home #overflow #manage #features-top-1 .block .process, #home #overflow #manage #features-top-2 .block .feature-des, #home #overflow #manage #features-top-2 .block img, #home #overflow #manage #features-top-2 .block .manage, #home #overflow #manage #features-top-2 .block .visualize, #home #overflow #manage #features-top-2 .block .process, #home #overflow #manage #data-pipelines-content .block .feature-des, #home #overflow #manage #data-pipelines-content .block img, #home #overflow #manage #data-pipelines-content .block .manage, #home #overflow #manage #data-pipelines-content .block .visualize, #home #overflow #manage #data-pipelines-content .block .process, #home #overflow #manage #mine-planning-content .block .feature-des, #home #overflow #manage #mine-planning-content .block img, #home #overflow #manage #mine-planning-content .block .manage, #home #overflow #manage #mine-planning-content .block .visualize, #home #overflow #manage #mine-planning-content .block .process, #home #overflow #manage #mine-execution-content .block .feature-des, #home #overflow #manage #mine-execution-content .block img, #home #overflow #manage #mine-execution-content .block .manage, #home #overflow #manage #mine-execution-content .block .visualize, #home #overflow #manage #mine-execution-content .block .process, #home #overflow #collect #features-top .block .feature-des, #home #overflow #collect #features-top .block img, #home #overflow #collect #features-top .block .manage, #home #overflow #collect #features-top .block .visualize, #home #overflow #collect #features-top .block .process, #home #overflow #collect #features-top-collect .block .feature-des, #home #overflow #collect #features-top-collect .block img, #home #overflow #collect #features-top-collect .block .manage, #home #overflow #collect #features-top-collect .block .visualize, #home #overflow #collect #features-top-collect .block .process, #home #overflow #collect #features-top-1 .block .feature-des, #home #overflow #collect #features-top-1 .block img, #home #overflow #collect #features-top-1 .block .manage, #home #overflow #collect #features-top-1 .block .visualize, #home #overflow #collect #features-top-1 .block .process, #home #overflow #collect #features-top-2 .block .feature-des, #home #overflow #collect #features-top-2 .block img, #home #overflow #collect #features-top-2 .block .manage, #home #overflow #collect #features-top-2 .block .visualize, #home #overflow #collect #features-top-2 .block .process, #home #overflow #collect #data-pipelines-content .block .feature-des, #home #overflow #collect #data-pipelines-content .block img, #home #overflow #collect #data-pipelines-content .block .manage, #home #overflow #collect #data-pipelines-content .block .visualize, #home #overflow #collect #data-pipelines-content .block .process, #home #overflow #collect #mine-planning-content .block .feature-des, #home #overflow #collect #mine-planning-content .block img, #home #overflow #collect #mine-planning-content .block .manage, #home #overflow #collect #mine-planning-content .block .visualize, #home #overflow #collect #mine-planning-content .block .process, #home #overflow #collect #mine-execution-content .block .feature-des, #home #overflow #collect #mine-execution-content .block img, #home #overflow #collect #mine-execution-content .block .manage, #home #overflow #collect #mine-execution-content .block .visualize, #home #overflow #collect #mine-execution-content .block .process, #home #overflow #scada #features-top .block .feature-des, #home #overflow #scada #features-top .block img, #home #overflow #scada #features-top .block .manage, #home #overflow #scada #features-top .block .visualize, #home #overflow #scada #features-top .block .process, #home #overflow #scada #features-top-collect .block .feature-des, #home #overflow #scada #features-top-collect .block img, #home #overflow #scada #features-top-collect .block .manage, #home #overflow #scada #features-top-collect .block .visualize, #home #overflow #scada #features-top-collect .block .process, #home #overflow #scada #features-top-1 .block .feature-des, #home #overflow #scada #features-top-1 .block img, #home #overflow #scada #features-top-1 .block .manage, #home #overflow #scada #features-top-1 .block .visualize, #home #overflow #scada #features-top-1 .block .process, #home #overflow #scada #features-top-2 .block .feature-des, #home #overflow #scada #features-top-2 .block img, #home #overflow #scada #features-top-2 .block .manage, #home #overflow #scada #features-top-2 .block .visualize, #home #overflow #scada #features-top-2 .block .process, #home #overflow #scada #data-pipelines-content .block .feature-des, #home #overflow #scada #data-pipelines-content .block img, #home #overflow #scada #data-pipelines-content .block .manage, #home #overflow #scada #data-pipelines-content .block .visualize, #home #overflow #scada #data-pipelines-content .block .process, #home #overflow #scada #mine-planning-content .block .feature-des, #home #overflow #scada #mine-planning-content .block img, #home #overflow #scada #mine-planning-content .block .manage, #home #overflow #scada #mine-planning-content .block .visualize, #home #overflow #scada #mine-planning-content .block .process, #home #overflow #scada #mine-execution-content .block .feature-des, #home #overflow #scada #mine-execution-content .block img, #home #overflow #scada #mine-execution-content .block .manage, #home #overflow #scada #mine-execution-content .block .visualize, #home #overflow #scada #mine-execution-content .block .process, #home #overflow #react #features-top .block .feature-des, #home #overflow #react #features-top .block img, #home #overflow #react #features-top .block .manage, #home #overflow #react #features-top .block .visualize, #home #overflow #react #features-top .block .process, #home #overflow #react #features-top-collect .block .feature-des, #home #overflow #react #features-top-collect .block img, #home #overflow #react #features-top-collect .block .manage, #home #overflow #react #features-top-collect .block .visualize, #home #overflow #react #features-top-collect .block .process, #home #overflow #react #features-top-1 .block .feature-des, #home #overflow #react #features-top-1 .block img, #home #overflow #react #features-top-1 .block .manage, #home #overflow #react #features-top-1 .block .visualize, #home #overflow #react #features-top-1 .block .process, #home #overflow #react #features-top-2 .block .feature-des, #home #overflow #react #features-top-2 .block img, #home #overflow #react #features-top-2 .block .manage, #home #overflow #react #features-top-2 .block .visualize, #home #overflow #react #features-top-2 .block .process, #home #overflow #react #data-pipelines-content .block .feature-des, #home #overflow #react #data-pipelines-content .block img, #home #overflow #react #data-pipelines-content .block .manage, #home #overflow #react #data-pipelines-content .block .visualize, #home #overflow #react #data-pipelines-content .block .process, #home #overflow #react #mine-planning-content .block .feature-des, #home #overflow #react #mine-planning-content .block img, #home #overflow #react #mine-planning-content .block .manage, #home #overflow #react #mine-planning-content .block .visualize, #home #overflow #react #mine-planning-content .block .process, #home #overflow #react #mine-execution-content .block .feature-des, #home #overflow #react #mine-execution-content .block img, #home #overflow #react #mine-execution-content .block .manage, #home #overflow #react #mine-execution-content .block .visualize, #home #overflow #react #mine-execution-content .block .process, #home #overflow #data-pipelines #features-top .block .feature-des, #home #overflow #data-pipelines #features-top .block img, #home #overflow #data-pipelines #features-top .block .manage, #home #overflow #data-pipelines #features-top .block .visualize, #home #overflow #data-pipelines #features-top .block .process, #home #overflow #data-pipelines #features-top-collect .block .feature-des, #home #overflow #data-pipelines #features-top-collect .block img, #home #overflow #data-pipelines #features-top-collect .block .manage, #home #overflow #data-pipelines #features-top-collect .block .visualize, #home #overflow #data-pipelines #features-top-collect .block .process, #home #overflow #data-pipelines #features-top-1 .block .feature-des, #home #overflow #data-pipelines #features-top-1 .block img, #home #overflow #data-pipelines #features-top-1 .block .manage, #home #overflow #data-pipelines #features-top-1 .block .visualize, #home #overflow #data-pipelines #features-top-1 .block .process, #home #overflow #data-pipelines #features-top-2 .block .feature-des, #home #overflow #data-pipelines #features-top-2 .block img, #home #overflow #data-pipelines #features-top-2 .block .manage, #home #overflow #data-pipelines #features-top-2 .block .visualize, #home #overflow #data-pipelines #features-top-2 .block .process, #home #overflow #data-pipelines #data-pipelines-content .block .feature-des, #home #overflow #data-pipelines #data-pipelines-content .block img, #home #overflow #data-pipelines #data-pipelines-content .block .manage, #home #overflow #data-pipelines #data-pipelines-content .block .visualize, #home #overflow #data-pipelines #data-pipelines-content .block .process, #home #overflow #data-pipelines #mine-planning-content .block .feature-des, #home #overflow #data-pipelines #mine-planning-content .block img, #home #overflow #data-pipelines #mine-planning-content .block .manage, #home #overflow #data-pipelines #mine-planning-content .block .visualize, #home #overflow #data-pipelines #mine-planning-content .block .process, #home #overflow #data-pipelines #mine-execution-content .block .feature-des, #home #overflow #data-pipelines #mine-execution-content .block img, #home #overflow #data-pipelines #mine-execution-content .block .manage, #home #overflow #data-pipelines #mine-execution-content .block .visualize, #home #overflow #data-pipelines #mine-execution-content .block .process, #home #overflow #mine-planning #features-top .block .feature-des, #home #overflow #mine-planning #features-top .block img, #home #overflow #mine-planning #features-top .block .manage, #home #overflow #mine-planning #features-top .block .visualize, #home #overflow #mine-planning #features-top .block .process, #home #overflow #mine-planning #features-top-collect .block .feature-des, #home #overflow #mine-planning #features-top-collect .block img, #home #overflow #mine-planning #features-top-collect .block .manage, #home #overflow #mine-planning #features-top-collect .block .visualize, #home #overflow #mine-planning #features-top-collect .block .process, #home #overflow #mine-planning #features-top-1 .block .feature-des, #home #overflow #mine-planning #features-top-1 .block img, #home #overflow #mine-planning #features-top-1 .block .manage, #home #overflow #mine-planning #features-top-1 .block .visualize, #home #overflow #mine-planning #features-top-1 .block .process, #home #overflow #mine-planning #features-top-2 .block .feature-des, #home #overflow #mine-planning #features-top-2 .block img, #home #overflow #mine-planning #features-top-2 .block .manage, #home #overflow #mine-planning #features-top-2 .block .visualize, #home #overflow #mine-planning #features-top-2 .block .process, #home #overflow #mine-planning #data-pipelines-content .block .feature-des, #home #overflow #mine-planning #data-pipelines-content .block img, #home #overflow #mine-planning #data-pipelines-content .block .manage, #home #overflow #mine-planning #data-pipelines-content .block .visualize, #home #overflow #mine-planning #data-pipelines-content .block .process, #home #overflow #mine-planning #mine-planning-content .block .feature-des, #home #overflow #mine-planning #mine-planning-content .block img, #home #overflow #mine-planning #mine-planning-content .block .manage, #home #overflow #mine-planning #mine-planning-content .block .visualize, #home #overflow #mine-planning #mine-planning-content .block .process, #home #overflow #mine-planning #mine-execution-content .block .feature-des, #home #overflow #mine-planning #mine-execution-content .block img, #home #overflow #mine-planning #mine-execution-content .block .manage, #home #overflow #mine-planning #mine-execution-content .block .visualize, #home #overflow #mine-planning #mine-execution-content .block .process, #home #overflow #mine-execution #features-top .block .feature-des, #home #overflow #mine-execution #features-top .block img, #home #overflow #mine-execution #features-top .block .manage, #home #overflow #mine-execution #features-top .block .visualize, #home #overflow #mine-execution #features-top .block .process, #home #overflow #mine-execution #features-top-collect .block .feature-des, #home #overflow #mine-execution #features-top-collect .block img, #home #overflow #mine-execution #features-top-collect .block .manage, #home #overflow #mine-execution #features-top-collect .block .visualize, #home #overflow #mine-execution #features-top-collect .block .process, #home #overflow #mine-execution #features-top-1 .block .feature-des, #home #overflow #mine-execution #features-top-1 .block img, #home #overflow #mine-execution #features-top-1 .block .manage, #home #overflow #mine-execution #features-top-1 .block .visualize, #home #overflow #mine-execution #features-top-1 .block .process, #home #overflow #mine-execution #features-top-2 .block .feature-des, #home #overflow #mine-execution #features-top-2 .block img, #home #overflow #mine-execution #features-top-2 .block .manage, #home #overflow #mine-execution #features-top-2 .block .visualize, #home #overflow #mine-execution #features-top-2 .block .process, #home #overflow #mine-execution #data-pipelines-content .block .feature-des, #home #overflow #mine-execution #data-pipelines-content .block img, #home #overflow #mine-execution #data-pipelines-content .block .manage, #home #overflow #mine-execution #data-pipelines-content .block .visualize, #home #overflow #mine-execution #data-pipelines-content .block .process, #home #overflow #mine-execution #mine-planning-content .block .feature-des, #home #overflow #mine-execution #mine-planning-content .block img, #home #overflow #mine-execution #mine-planning-content .block .manage, #home #overflow #mine-execution #mine-planning-content .block .visualize, #home #overflow #mine-execution #mine-planning-content .block .process, #home #overflow #mine-execution #mine-execution-content .block .feature-des, #home #overflow #mine-execution #mine-execution-content .block img, #home #overflow #mine-execution #mine-execution-content .block .manage, #home #overflow #mine-execution #mine-execution-content .block .visualize, #home #overflow #mine-execution #mine-execution-content .block .process {
      width: 100%; }
    #home #overflow #manage #features-top .block .manage, #home #overflow #manage #features-top-collect .block .manage, #home #overflow #manage #features-top-1 .block .manage, #home #overflow #manage #features-top-2 .block .manage, #home #overflow #manage #data-pipelines-content .block .manage, #home #overflow #manage #mine-planning-content .block .manage, #home #overflow #manage #mine-execution-content .block .manage, #home #overflow #collect #features-top .block .manage, #home #overflow #collect #features-top-collect .block .manage, #home #overflow #collect #features-top-1 .block .manage, #home #overflow #collect #features-top-2 .block .manage, #home #overflow #collect #data-pipelines-content .block .manage, #home #overflow #collect #mine-planning-content .block .manage, #home #overflow #collect #mine-execution-content .block .manage, #home #overflow #scada #features-top .block .manage, #home #overflow #scada #features-top-collect .block .manage, #home #overflow #scada #features-top-1 .block .manage, #home #overflow #scada #features-top-2 .block .manage, #home #overflow #scada #data-pipelines-content .block .manage, #home #overflow #scada #mine-planning-content .block .manage, #home #overflow #scada #mine-execution-content .block .manage, #home #overflow #react #features-top .block .manage, #home #overflow #react #features-top-collect .block .manage, #home #overflow #react #features-top-1 .block .manage, #home #overflow #react #features-top-2 .block .manage, #home #overflow #react #data-pipelines-content .block .manage, #home #overflow #react #mine-planning-content .block .manage, #home #overflow #react #mine-execution-content .block .manage, #home #overflow #data-pipelines #features-top .block .manage, #home #overflow #data-pipelines #features-top-collect .block .manage, #home #overflow #data-pipelines #features-top-1 .block .manage, #home #overflow #data-pipelines #features-top-2 .block .manage, #home #overflow #data-pipelines #data-pipelines-content .block .manage, #home #overflow #data-pipelines #mine-planning-content .block .manage, #home #overflow #data-pipelines #mine-execution-content .block .manage, #home #overflow #mine-planning #features-top .block .manage, #home #overflow #mine-planning #features-top-collect .block .manage, #home #overflow #mine-planning #features-top-1 .block .manage, #home #overflow #mine-planning #features-top-2 .block .manage, #home #overflow #mine-planning #data-pipelines-content .block .manage, #home #overflow #mine-planning #mine-planning-content .block .manage, #home #overflow #mine-planning #mine-execution-content .block .manage, #home #overflow #mine-execution #features-top .block .manage, #home #overflow #mine-execution #features-top-collect .block .manage, #home #overflow #mine-execution #features-top-1 .block .manage, #home #overflow #mine-execution #features-top-2 .block .manage, #home #overflow #mine-execution #data-pipelines-content .block .manage, #home #overflow #mine-execution #mine-planning-content .block .manage, #home #overflow #mine-execution #mine-execution-content .block .manage {
      position: relative;
      display: inline-block; }
      #home #overflow #manage #features-top .block .manage .device-list, #home #overflow #manage #features-top-collect .block .manage .device-list, #home #overflow #manage #features-top-1 .block .manage .device-list, #home #overflow #manage #features-top-2 .block .manage .device-list, #home #overflow #manage #data-pipelines-content .block .manage .device-list, #home #overflow #manage #mine-planning-content .block .manage .device-list, #home #overflow #manage #mine-execution-content .block .manage .device-list, #home #overflow #collect #features-top .block .manage .device-list, #home #overflow #collect #features-top-collect .block .manage .device-list, #home #overflow #collect #features-top-1 .block .manage .device-list, #home #overflow #collect #features-top-2 .block .manage .device-list, #home #overflow #collect #data-pipelines-content .block .manage .device-list, #home #overflow #collect #mine-planning-content .block .manage .device-list, #home #overflow #collect #mine-execution-content .block .manage .device-list, #home #overflow #scada #features-top .block .manage .device-list, #home #overflow #scada #features-top-collect .block .manage .device-list, #home #overflow #scada #features-top-1 .block .manage .device-list, #home #overflow #scada #features-top-2 .block .manage .device-list, #home #overflow #scada #data-pipelines-content .block .manage .device-list, #home #overflow #scada #mine-planning-content .block .manage .device-list, #home #overflow #scada #mine-execution-content .block .manage .device-list, #home #overflow #react #features-top .block .manage .device-list, #home #overflow #react #features-top-collect .block .manage .device-list, #home #overflow #react #features-top-1 .block .manage .device-list, #home #overflow #react #features-top-2 .block .manage .device-list, #home #overflow #react #data-pipelines-content .block .manage .device-list, #home #overflow #react #mine-planning-content .block .manage .device-list, #home #overflow #react #mine-execution-content .block .manage .device-list, #home #overflow #data-pipelines #features-top .block .manage .device-list, #home #overflow #data-pipelines #features-top-collect .block .manage .device-list, #home #overflow #data-pipelines #features-top-1 .block .manage .device-list, #home #overflow #data-pipelines #features-top-2 .block .manage .device-list, #home #overflow #data-pipelines #data-pipelines-content .block .manage .device-list, #home #overflow #data-pipelines #mine-planning-content .block .manage .device-list, #home #overflow #data-pipelines #mine-execution-content .block .manage .device-list, #home #overflow #mine-planning #features-top .block .manage .device-list, #home #overflow #mine-planning #features-top-collect .block .manage .device-list, #home #overflow #mine-planning #features-top-1 .block .manage .device-list, #home #overflow #mine-planning #features-top-2 .block .manage .device-list, #home #overflow #mine-planning #data-pipelines-content .block .manage .device-list, #home #overflow #mine-planning #mine-planning-content .block .manage .device-list, #home #overflow #mine-planning #mine-execution-content .block .manage .device-list, #home #overflow #mine-execution #features-top .block .manage .device-list, #home #overflow #mine-execution #features-top-collect .block .manage .device-list, #home #overflow #mine-execution #features-top-1 .block .manage .device-list, #home #overflow #mine-execution #features-top-2 .block .manage .device-list, #home #overflow #mine-execution #data-pipelines-content .block .manage .device-list, #home #overflow #mine-execution #mine-planning-content .block .manage .device-list, #home #overflow #mine-execution #mine-execution-content .block .manage .device-list {
        margin: 14% 0;
        width: 100%;
        display: block;
        border-radius: 4px;
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.07); }
      #home #overflow #manage #features-top .block .manage .device-manage, #home #overflow #manage #features-top-collect .block .manage .device-manage, #home #overflow #manage #features-top-1 .block .manage .device-manage, #home #overflow #manage #features-top-2 .block .manage .device-manage, #home #overflow #manage #data-pipelines-content .block .manage .device-manage, #home #overflow #manage #mine-planning-content .block .manage .device-manage, #home #overflow #manage #mine-execution-content .block .manage .device-manage, #home #overflow #collect #features-top .block .manage .device-manage, #home #overflow #collect #features-top-collect .block .manage .device-manage, #home #overflow #collect #features-top-1 .block .manage .device-manage, #home #overflow #collect #features-top-2 .block .manage .device-manage, #home #overflow #collect #data-pipelines-content .block .manage .device-manage, #home #overflow #collect #mine-planning-content .block .manage .device-manage, #home #overflow #collect #mine-execution-content .block .manage .device-manage, #home #overflow #scada #features-top .block .manage .device-manage, #home #overflow #scada #features-top-collect .block .manage .device-manage, #home #overflow #scada #features-top-1 .block .manage .device-manage, #home #overflow #scada #features-top-2 .block .manage .device-manage, #home #overflow #scada #data-pipelines-content .block .manage .device-manage, #home #overflow #scada #mine-planning-content .block .manage .device-manage, #home #overflow #scada #mine-execution-content .block .manage .device-manage, #home #overflow #react #features-top .block .manage .device-manage, #home #overflow #react #features-top-collect .block .manage .device-manage, #home #overflow #react #features-top-1 .block .manage .device-manage, #home #overflow #react #features-top-2 .block .manage .device-manage, #home #overflow #react #data-pipelines-content .block .manage .device-manage, #home #overflow #react #mine-planning-content .block .manage .device-manage, #home #overflow #react #mine-execution-content .block .manage .device-manage, #home #overflow #data-pipelines #features-top .block .manage .device-manage, #home #overflow #data-pipelines #features-top-collect .block .manage .device-manage, #home #overflow #data-pipelines #features-top-1 .block .manage .device-manage, #home #overflow #data-pipelines #features-top-2 .block .manage .device-manage, #home #overflow #data-pipelines #data-pipelines-content .block .manage .device-manage, #home #overflow #data-pipelines #mine-planning-content .block .manage .device-manage, #home #overflow #data-pipelines #mine-execution-content .block .manage .device-manage, #home #overflow #mine-planning #features-top .block .manage .device-manage, #home #overflow #mine-planning #features-top-collect .block .manage .device-manage, #home #overflow #mine-planning #features-top-1 .block .manage .device-manage, #home #overflow #mine-planning #features-top-2 .block .manage .device-manage, #home #overflow #mine-planning #data-pipelines-content .block .manage .device-manage, #home #overflow #mine-planning #mine-planning-content .block .manage .device-manage, #home #overflow #mine-planning #mine-execution-content .block .manage .device-manage, #home #overflow #mine-execution #features-top .block .manage .device-manage, #home #overflow #mine-execution #features-top-collect .block .manage .device-manage, #home #overflow #mine-execution #features-top-1 .block .manage .device-manage, #home #overflow #mine-execution #features-top-2 .block .manage .device-manage, #home #overflow #mine-execution #data-pipelines-content .block .manage .device-manage, #home #overflow #mine-execution #mine-planning-content .block .manage .device-manage, #home #overflow #mine-execution #mine-execution-content .block .manage .device-manage {
        width: 87%;
        position: absolute;
        right: 0;
        top: 0; }
    #home #overflow #manage #features-top .block .visualize, #home #overflow #manage #features-top-collect .block .visualize, #home #overflow #manage #features-top-1 .block .visualize, #home #overflow #manage #features-top-2 .block .visualize, #home #overflow #manage #data-pipelines-content .block .visualize, #home #overflow #manage #mine-planning-content .block .visualize, #home #overflow #manage #mine-execution-content .block .visualize, #home #overflow #collect #features-top .block .visualize, #home #overflow #collect #features-top-collect .block .visualize, #home #overflow #collect #features-top-1 .block .visualize, #home #overflow #collect #features-top-2 .block .visualize, #home #overflow #collect #data-pipelines-content .block .visualize, #home #overflow #collect #mine-planning-content .block .visualize, #home #overflow #collect #mine-execution-content .block .visualize, #home #overflow #scada #features-top .block .visualize, #home #overflow #scada #features-top-collect .block .visualize, #home #overflow #scada #features-top-1 .block .visualize, #home #overflow #scada #features-top-2 .block .visualize, #home #overflow #scada #data-pipelines-content .block .visualize, #home #overflow #scada #mine-planning-content .block .visualize, #home #overflow #scada #mine-execution-content .block .visualize, #home #overflow #react #features-top .block .visualize, #home #overflow #react #features-top-collect .block .visualize, #home #overflow #react #features-top-1 .block .visualize, #home #overflow #react #features-top-2 .block .visualize, #home #overflow #react #data-pipelines-content .block .visualize, #home #overflow #react #mine-planning-content .block .visualize, #home #overflow #react #mine-execution-content .block .visualize, #home #overflow #data-pipelines #features-top .block .visualize, #home #overflow #data-pipelines #features-top-collect .block .visualize, #home #overflow #data-pipelines #features-top-1 .block .visualize, #home #overflow #data-pipelines #features-top-2 .block .visualize, #home #overflow #data-pipelines #data-pipelines-content .block .visualize, #home #overflow #data-pipelines #mine-planning-content .block .visualize, #home #overflow #data-pipelines #mine-execution-content .block .visualize, #home #overflow #mine-planning #features-top .block .visualize, #home #overflow #mine-planning #features-top-collect .block .visualize, #home #overflow #mine-planning #features-top-1 .block .visualize, #home #overflow #mine-planning #features-top-2 .block .visualize, #home #overflow #mine-planning #data-pipelines-content .block .visualize, #home #overflow #mine-planning #mine-planning-content .block .visualize, #home #overflow #mine-planning #mine-execution-content .block .visualize, #home #overflow #mine-execution #features-top .block .visualize, #home #overflow #mine-execution #features-top-collect .block .visualize, #home #overflow #mine-execution #features-top-1 .block .visualize, #home #overflow #mine-execution #features-top-2 .block .visualize, #home #overflow #mine-execution #data-pipelines-content .block .visualize, #home #overflow #mine-execution #mine-planning-content .block .visualize, #home #overflow #mine-execution #mine-execution-content .block .visualize {
      position: relative; }
      #home #overflow #manage #features-top .block .visualize .vis1, #home #overflow #manage #features-top-collect .block .visualize .vis1, #home #overflow #manage #features-top-1 .block .visualize .vis1, #home #overflow #manage #features-top-2 .block .visualize .vis1, #home #overflow #manage #data-pipelines-content .block .visualize .vis1, #home #overflow #manage #mine-planning-content .block .visualize .vis1, #home #overflow #manage #mine-execution-content .block .visualize .vis1, #home #overflow #collect #features-top .block .visualize .vis1, #home #overflow #collect #features-top-collect .block .visualize .vis1, #home #overflow #collect #features-top-1 .block .visualize .vis1, #home #overflow #collect #features-top-2 .block .visualize .vis1, #home #overflow #collect #data-pipelines-content .block .visualize .vis1, #home #overflow #collect #mine-planning-content .block .visualize .vis1, #home #overflow #collect #mine-execution-content .block .visualize .vis1, #home #overflow #scada #features-top .block .visualize .vis1, #home #overflow #scada #features-top-collect .block .visualize .vis1, #home #overflow #scada #features-top-1 .block .visualize .vis1, #home #overflow #scada #features-top-2 .block .visualize .vis1, #home #overflow #scada #data-pipelines-content .block .visualize .vis1, #home #overflow #scada #mine-planning-content .block .visualize .vis1, #home #overflow #scada #mine-execution-content .block .visualize .vis1, #home #overflow #react #features-top .block .visualize .vis1, #home #overflow #react #features-top-collect .block .visualize .vis1, #home #overflow #react #features-top-1 .block .visualize .vis1, #home #overflow #react #features-top-2 .block .visualize .vis1, #home #overflow #react #data-pipelines-content .block .visualize .vis1, #home #overflow #react #mine-planning-content .block .visualize .vis1, #home #overflow #react #mine-execution-content .block .visualize .vis1, #home #overflow #data-pipelines #features-top .block .visualize .vis1, #home #overflow #data-pipelines #features-top-collect .block .visualize .vis1, #home #overflow #data-pipelines #features-top-1 .block .visualize .vis1, #home #overflow #data-pipelines #features-top-2 .block .visualize .vis1, #home #overflow #data-pipelines #data-pipelines-content .block .visualize .vis1, #home #overflow #data-pipelines #mine-planning-content .block .visualize .vis1, #home #overflow #data-pipelines #mine-execution-content .block .visualize .vis1, #home #overflow #mine-planning #features-top .block .visualize .vis1, #home #overflow #mine-planning #features-top-collect .block .visualize .vis1, #home #overflow #mine-planning #features-top-1 .block .visualize .vis1, #home #overflow #mine-planning #features-top-2 .block .visualize .vis1, #home #overflow #mine-planning #data-pipelines-content .block .visualize .vis1, #home #overflow #mine-planning #mine-planning-content .block .visualize .vis1, #home #overflow #mine-planning #mine-execution-content .block .visualize .vis1, #home #overflow #mine-execution #features-top .block .visualize .vis1, #home #overflow #mine-execution #features-top-collect .block .visualize .vis1, #home #overflow #mine-execution #features-top-1 .block .visualize .vis1, #home #overflow #mine-execution #features-top-2 .block .visualize .vis1, #home #overflow #mine-execution #data-pipelines-content .block .visualize .vis1, #home #overflow #mine-execution #mine-planning-content .block .visualize .vis1, #home #overflow #mine-execution #mine-execution-content .block .visualize .vis1 {
        width: 100%;
        margin-bottom: 2%; }
      #home #overflow #manage #features-top .block .visualize .vis2, #home #overflow #manage #features-top-collect .block .visualize .vis2, #home #overflow #manage #features-top-1 .block .visualize .vis2, #home #overflow #manage #features-top-2 .block .visualize .vis2, #home #overflow #manage #data-pipelines-content .block .visualize .vis2, #home #overflow #manage #mine-planning-content .block .visualize .vis2, #home #overflow #manage #mine-execution-content .block .visualize .vis2, #home #overflow #collect #features-top .block .visualize .vis2, #home #overflow #collect #features-top-collect .block .visualize .vis2, #home #overflow #collect #features-top-1 .block .visualize .vis2, #home #overflow #collect #features-top-2 .block .visualize .vis2, #home #overflow #collect #data-pipelines-content .block .visualize .vis2, #home #overflow #collect #mine-planning-content .block .visualize .vis2, #home #overflow #collect #mine-execution-content .block .visualize .vis2, #home #overflow #scada #features-top .block .visualize .vis2, #home #overflow #scada #features-top-collect .block .visualize .vis2, #home #overflow #scada #features-top-1 .block .visualize .vis2, #home #overflow #scada #features-top-2 .block .visualize .vis2, #home #overflow #scada #data-pipelines-content .block .visualize .vis2, #home #overflow #scada #mine-planning-content .block .visualize .vis2, #home #overflow #scada #mine-execution-content .block .visualize .vis2, #home #overflow #react #features-top .block .visualize .vis2, #home #overflow #react #features-top-collect .block .visualize .vis2, #home #overflow #react #features-top-1 .block .visualize .vis2, #home #overflow #react #features-top-2 .block .visualize .vis2, #home #overflow #react #data-pipelines-content .block .visualize .vis2, #home #overflow #react #mine-planning-content .block .visualize .vis2, #home #overflow #react #mine-execution-content .block .visualize .vis2, #home #overflow #data-pipelines #features-top .block .visualize .vis2, #home #overflow #data-pipelines #features-top-collect .block .visualize .vis2, #home #overflow #data-pipelines #features-top-1 .block .visualize .vis2, #home #overflow #data-pipelines #features-top-2 .block .visualize .vis2, #home #overflow #data-pipelines #data-pipelines-content .block .visualize .vis2, #home #overflow #data-pipelines #mine-planning-content .block .visualize .vis2, #home #overflow #data-pipelines #mine-execution-content .block .visualize .vis2, #home #overflow #mine-planning #features-top .block .visualize .vis2, #home #overflow #mine-planning #features-top-collect .block .visualize .vis2, #home #overflow #mine-planning #features-top-1 .block .visualize .vis2, #home #overflow #mine-planning #features-top-2 .block .visualize .vis2, #home #overflow #mine-planning #data-pipelines-content .block .visualize .vis2, #home #overflow #mine-planning #mine-planning-content .block .visualize .vis2, #home #overflow #mine-planning #mine-execution-content .block .visualize .vis2, #home #overflow #mine-execution #features-top .block .visualize .vis2, #home #overflow #mine-execution #features-top-collect .block .visualize .vis2, #home #overflow #mine-execution #features-top-1 .block .visualize .vis2, #home #overflow #mine-execution #features-top-2 .block .visualize .vis2, #home #overflow #mine-execution #data-pipelines-content .block .visualize .vis2, #home #overflow #mine-execution #mine-planning-content .block .visualize .vis2, #home #overflow #mine-execution #mine-execution-content .block .visualize .vis2 {
        width: 68.5%; }
      #home #overflow #manage #features-top .block .visualize .vis3, #home #overflow #manage #features-top-collect .block .visualize .vis3, #home #overflow #manage #features-top-1 .block .visualize .vis3, #home #overflow #manage #features-top-2 .block .visualize .vis3, #home #overflow #manage #data-pipelines-content .block .visualize .vis3, #home #overflow #manage #mine-planning-content .block .visualize .vis3, #home #overflow #manage #mine-execution-content .block .visualize .vis3, #home #overflow #collect #features-top .block .visualize .vis3, #home #overflow #collect #features-top-collect .block .visualize .vis3, #home #overflow #collect #features-top-1 .block .visualize .vis3, #home #overflow #collect #features-top-2 .block .visualize .vis3, #home #overflow #collect #data-pipelines-content .block .visualize .vis3, #home #overflow #collect #mine-planning-content .block .visualize .vis3, #home #overflow #collect #mine-execution-content .block .visualize .vis3, #home #overflow #scada #features-top .block .visualize .vis3, #home #overflow #scada #features-top-collect .block .visualize .vis3, #home #overflow #scada #features-top-1 .block .visualize .vis3, #home #overflow #scada #features-top-2 .block .visualize .vis3, #home #overflow #scada #data-pipelines-content .block .visualize .vis3, #home #overflow #scada #mine-planning-content .block .visualize .vis3, #home #overflow #scada #mine-execution-content .block .visualize .vis3, #home #overflow #react #features-top .block .visualize .vis3, #home #overflow #react #features-top-collect .block .visualize .vis3, #home #overflow #react #features-top-1 .block .visualize .vis3, #home #overflow #react #features-top-2 .block .visualize .vis3, #home #overflow #react #data-pipelines-content .block .visualize .vis3, #home #overflow #react #mine-planning-content .block .visualize .vis3, #home #overflow #react #mine-execution-content .block .visualize .vis3, #home #overflow #data-pipelines #features-top .block .visualize .vis3, #home #overflow #data-pipelines #features-top-collect .block .visualize .vis3, #home #overflow #data-pipelines #features-top-1 .block .visualize .vis3, #home #overflow #data-pipelines #features-top-2 .block .visualize .vis3, #home #overflow #data-pipelines #data-pipelines-content .block .visualize .vis3, #home #overflow #data-pipelines #mine-planning-content .block .visualize .vis3, #home #overflow #data-pipelines #mine-execution-content .block .visualize .vis3, #home #overflow #mine-planning #features-top .block .visualize .vis3, #home #overflow #mine-planning #features-top-collect .block .visualize .vis3, #home #overflow #mine-planning #features-top-1 .block .visualize .vis3, #home #overflow #mine-planning #features-top-2 .block .visualize .vis3, #home #overflow #mine-planning #data-pipelines-content .block .visualize .vis3, #home #overflow #mine-planning #mine-planning-content .block .visualize .vis3, #home #overflow #mine-planning #mine-execution-content .block .visualize .vis3, #home #overflow #mine-execution #features-top .block .visualize .vis3, #home #overflow #mine-execution #features-top-collect .block .visualize .vis3, #home #overflow #mine-execution #features-top-1 .block .visualize .vis3, #home #overflow #mine-execution #features-top-2 .block .visualize .vis3, #home #overflow #mine-execution #data-pipelines-content .block .visualize .vis3, #home #overflow #mine-execution #mine-planning-content .block .visualize .vis3, #home #overflow #mine-execution #mine-execution-content .block .visualize .vis3 {
        width: 29.5%;
        position: absolute;
        right: 0; }
    #home #overflow #manage #features-top .block.scada .scada-mode-selector, #home #overflow #manage #features-top-collect .block.scada .scada-mode-selector, #home #overflow #manage #features-top-1 .block.scada .scada-mode-selector, #home #overflow #manage #features-top-2 .block.scada .scada-mode-selector, #home #overflow #manage #data-pipelines-content .block.scada .scada-mode-selector, #home #overflow #manage #mine-planning-content .block.scada .scada-mode-selector, #home #overflow #manage #mine-execution-content .block.scada .scada-mode-selector, #home #overflow #collect #features-top .block.scada .scada-mode-selector, #home #overflow #collect #features-top-collect .block.scada .scada-mode-selector, #home #overflow #collect #features-top-1 .block.scada .scada-mode-selector, #home #overflow #collect #features-top-2 .block.scada .scada-mode-selector, #home #overflow #collect #data-pipelines-content .block.scada .scada-mode-selector, #home #overflow #collect #mine-planning-content .block.scada .scada-mode-selector, #home #overflow #collect #mine-execution-content .block.scada .scada-mode-selector, #home #overflow #scada #features-top .block.scada .scada-mode-selector, #home #overflow #scada #features-top-collect .block.scada .scada-mode-selector, #home #overflow #scada #features-top-1 .block.scada .scada-mode-selector, #home #overflow #scada #features-top-2 .block.scada .scada-mode-selector, #home #overflow #scada #data-pipelines-content .block.scada .scada-mode-selector, #home #overflow #scada #mine-planning-content .block.scada .scada-mode-selector, #home #overflow #scada #mine-execution-content .block.scada .scada-mode-selector, #home #overflow #react #features-top .block.scada .scada-mode-selector, #home #overflow #react #features-top-collect .block.scada .scada-mode-selector, #home #overflow #react #features-top-1 .block.scada .scada-mode-selector, #home #overflow #react #features-top-2 .block.scada .scada-mode-selector, #home #overflow #react #data-pipelines-content .block.scada .scada-mode-selector, #home #overflow #react #mine-planning-content .block.scada .scada-mode-selector, #home #overflow #react #mine-execution-content .block.scada .scada-mode-selector, #home #overflow #data-pipelines #features-top .block.scada .scada-mode-selector, #home #overflow #data-pipelines #features-top-collect .block.scada .scada-mode-selector, #home #overflow #data-pipelines #features-top-1 .block.scada .scada-mode-selector, #home #overflow #data-pipelines #features-top-2 .block.scada .scada-mode-selector, #home #overflow #data-pipelines #data-pipelines-content .block.scada .scada-mode-selector, #home #overflow #data-pipelines #mine-planning-content .block.scada .scada-mode-selector, #home #overflow #data-pipelines #mine-execution-content .block.scada .scada-mode-selector, #home #overflow #mine-planning #features-top .block.scada .scada-mode-selector, #home #overflow #mine-planning #features-top-collect .block.scada .scada-mode-selector, #home #overflow #mine-planning #features-top-1 .block.scada .scada-mode-selector, #home #overflow #mine-planning #features-top-2 .block.scada .scada-mode-selector, #home #overflow #mine-planning #data-pipelines-content .block.scada .scada-mode-selector, #home #overflow #mine-planning #mine-planning-content .block.scada .scada-mode-selector, #home #overflow #mine-planning #mine-execution-content .block.scada .scada-mode-selector, #home #overflow #mine-execution #features-top .block.scada .scada-mode-selector, #home #overflow #mine-execution #features-top-collect .block.scada .scada-mode-selector, #home #overflow #mine-execution #features-top-1 .block.scada .scada-mode-selector, #home #overflow #mine-execution #features-top-2 .block.scada .scada-mode-selector, #home #overflow #mine-execution #data-pipelines-content .block.scada .scada-mode-selector, #home #overflow #mine-execution #mine-planning-content .block.scada .scada-mode-selector, #home #overflow #mine-execution #mine-execution-content .block.scada .scada-mode-selector {
      display: flex;
      border: 1px solid rgba(0, 0, 0, 0.08);
      height: 44px;
      max-width: 323px;
      border-radius: 26px;
      margin-bottom: 32px;
      background-color: rgba(42, 125, 236, 0.08); }
      @media (max-width: 480px) {
        #home #overflow #manage #features-top .block.scada .scada-mode-selector, #home #overflow #manage #features-top-collect .block.scada .scada-mode-selector, #home #overflow #manage #features-top-1 .block.scada .scada-mode-selector, #home #overflow #manage #features-top-2 .block.scada .scada-mode-selector, #home #overflow #manage #data-pipelines-content .block.scada .scada-mode-selector, #home #overflow #manage #mine-planning-content .block.scada .scada-mode-selector, #home #overflow #manage #mine-execution-content .block.scada .scada-mode-selector, #home #overflow #collect #features-top .block.scada .scada-mode-selector, #home #overflow #collect #features-top-collect .block.scada .scada-mode-selector, #home #overflow #collect #features-top-1 .block.scada .scada-mode-selector, #home #overflow #collect #features-top-2 .block.scada .scada-mode-selector, #home #overflow #collect #data-pipelines-content .block.scada .scada-mode-selector, #home #overflow #collect #mine-planning-content .block.scada .scada-mode-selector, #home #overflow #collect #mine-execution-content .block.scada .scada-mode-selector, #home #overflow #scada #features-top .block.scada .scada-mode-selector, #home #overflow #scada #features-top-collect .block.scada .scada-mode-selector, #home #overflow #scada #features-top-1 .block.scada .scada-mode-selector, #home #overflow #scada #features-top-2 .block.scada .scada-mode-selector, #home #overflow #scada #data-pipelines-content .block.scada .scada-mode-selector, #home #overflow #scada #mine-planning-content .block.scada .scada-mode-selector, #home #overflow #scada #mine-execution-content .block.scada .scada-mode-selector, #home #overflow #react #features-top .block.scada .scada-mode-selector, #home #overflow #react #features-top-collect .block.scada .scada-mode-selector, #home #overflow #react #features-top-1 .block.scada .scada-mode-selector, #home #overflow #react #features-top-2 .block.scada .scada-mode-selector, #home #overflow #react #data-pipelines-content .block.scada .scada-mode-selector, #home #overflow #react #mine-planning-content .block.scada .scada-mode-selector, #home #overflow #react #mine-execution-content .block.scada .scada-mode-selector, #home #overflow #data-pipelines #features-top .block.scada .scada-mode-selector, #home #overflow #data-pipelines #features-top-collect .block.scada .scada-mode-selector, #home #overflow #data-pipelines #features-top-1 .block.scada .scada-mode-selector, #home #overflow #data-pipelines #features-top-2 .block.scada .scada-mode-selector, #home #overflow #data-pipelines #data-pipelines-content .block.scada .scada-mode-selector, #home #overflow #data-pipelines #mine-planning-content .block.scada .scada-mode-selector, #home #overflow #data-pipelines #mine-execution-content .block.scada .scada-mode-selector, #home #overflow #mine-planning #features-top .block.scada .scada-mode-selector, #home #overflow #mine-planning #features-top-collect .block.scada .scada-mode-selector, #home #overflow #mine-planning #features-top-1 .block.scada .scada-mode-selector, #home #overflow #mine-planning #features-top-2 .block.scada .scada-mode-selector, #home #overflow #mine-planning #data-pipelines-content .block.scada .scada-mode-selector, #home #overflow #mine-planning #mine-planning-content .block.scada .scada-mode-selector, #home #overflow #mine-planning #mine-execution-content .block.scada .scada-mode-selector, #home #overflow #mine-execution #features-top .block.scada .scada-mode-selector, #home #overflow #mine-execution #features-top-collect .block.scada .scada-mode-selector, #home #overflow #mine-execution #features-top-1 .block.scada .scada-mode-selector, #home #overflow #mine-execution #features-top-2 .block.scada .scada-mode-selector, #home #overflow #mine-execution #data-pipelines-content .block.scada .scada-mode-selector, #home #overflow #mine-execution #mine-planning-content .block.scada .scada-mode-selector, #home #overflow #mine-execution #mine-execution-content .block.scada .scada-mode-selector {
          max-width: 275px; } }
      #home #overflow #manage #features-top .block.scada .scada-mode-selector .mode, #home #overflow #manage #features-top-collect .block.scada .scada-mode-selector .mode, #home #overflow #manage #features-top-1 .block.scada .scada-mode-selector .mode, #home #overflow #manage #features-top-2 .block.scada .scada-mode-selector .mode, #home #overflow #manage #data-pipelines-content .block.scada .scada-mode-selector .mode, #home #overflow #manage #mine-planning-content .block.scada .scada-mode-selector .mode, #home #overflow #manage #mine-execution-content .block.scada .scada-mode-selector .mode, #home #overflow #collect #features-top .block.scada .scada-mode-selector .mode, #home #overflow #collect #features-top-collect .block.scada .scada-mode-selector .mode, #home #overflow #collect #features-top-1 .block.scada .scada-mode-selector .mode, #home #overflow #collect #features-top-2 .block.scada .scada-mode-selector .mode, #home #overflow #collect #data-pipelines-content .block.scada .scada-mode-selector .mode, #home #overflow #collect #mine-planning-content .block.scada .scada-mode-selector .mode, #home #overflow #collect #mine-execution-content .block.scada .scada-mode-selector .mode, #home #overflow #scada #features-top .block.scada .scada-mode-selector .mode, #home #overflow #scada #features-top-collect .block.scada .scada-mode-selector .mode, #home #overflow #scada #features-top-1 .block.scada .scada-mode-selector .mode, #home #overflow #scada #features-top-2 .block.scada .scada-mode-selector .mode, #home #overflow #scada #data-pipelines-content .block.scada .scada-mode-selector .mode, #home #overflow #scada #mine-planning-content .block.scada .scada-mode-selector .mode, #home #overflow #scada #mine-execution-content .block.scada .scada-mode-selector .mode, #home #overflow #react #features-top .block.scada .scada-mode-selector .mode, #home #overflow #react #features-top-collect .block.scada .scada-mode-selector .mode, #home #overflow #react #features-top-1 .block.scada .scada-mode-selector .mode, #home #overflow #react #features-top-2 .block.scada .scada-mode-selector .mode, #home #overflow #react #data-pipelines-content .block.scada .scada-mode-selector .mode, #home #overflow #react #mine-planning-content .block.scada .scada-mode-selector .mode, #home #overflow #react #mine-execution-content .block.scada .scada-mode-selector .mode, #home #overflow #data-pipelines #features-top .block.scada .scada-mode-selector .mode, #home #overflow #data-pipelines #features-top-collect .block.scada .scada-mode-selector .mode, #home #overflow #data-pipelines #features-top-1 .block.scada .scada-mode-selector .mode, #home #overflow #data-pipelines #features-top-2 .block.scada .scada-mode-selector .mode, #home #overflow #data-pipelines #data-pipelines-content .block.scada .scada-mode-selector .mode, #home #overflow #data-pipelines #mine-planning-content .block.scada .scada-mode-selector .mode, #home #overflow #data-pipelines #mine-execution-content .block.scada .scada-mode-selector .mode, #home #overflow #mine-planning #features-top .block.scada .scada-mode-selector .mode, #home #overflow #mine-planning #features-top-collect .block.scada .scada-mode-selector .mode, #home #overflow #mine-planning #features-top-1 .block.scada .scada-mode-selector .mode, #home #overflow #mine-planning #features-top-2 .block.scada .scada-mode-selector .mode, #home #overflow #mine-planning #data-pipelines-content .block.scada .scada-mode-selector .mode, #home #overflow #mine-planning #mine-planning-content .block.scada .scada-mode-selector .mode, #home #overflow #mine-planning #mine-execution-content .block.scada .scada-mode-selector .mode, #home #overflow #mine-execution #features-top .block.scada .scada-mode-selector .mode, #home #overflow #mine-execution #features-top-collect .block.scada .scada-mode-selector .mode, #home #overflow #mine-execution #features-top-1 .block.scada .scada-mode-selector .mode, #home #overflow #mine-execution #features-top-2 .block.scada .scada-mode-selector .mode, #home #overflow #mine-execution #data-pipelines-content .block.scada .scada-mode-selector .mode, #home #overflow #mine-execution #mine-planning-content .block.scada .scada-mode-selector .mode, #home #overflow #mine-execution #mine-execution-content .block.scada .scada-mode-selector .mode {
        position: relative;
        color: #707275;
        cursor: pointer;
        height: 100%;
        display: flex;
        align-items: center;
        padding-left: 14px;
        padding-right: 12px; }
        #home #overflow #manage #features-top .block.scada .scada-mode-selector .mode:nth-of-type(1), #home #overflow #manage #features-top-collect .block.scada .scada-mode-selector .mode:nth-of-type(1), #home #overflow #manage #features-top-1 .block.scada .scada-mode-selector .mode:nth-of-type(1), #home #overflow #manage #features-top-2 .block.scada .scada-mode-selector .mode:nth-of-type(1), #home #overflow #manage #data-pipelines-content .block.scada .scada-mode-selector .mode:nth-of-type(1), #home #overflow #manage #mine-planning-content .block.scada .scada-mode-selector .mode:nth-of-type(1), #home #overflow #manage #mine-execution-content .block.scada .scada-mode-selector .mode:nth-of-type(1), #home #overflow #collect #features-top .block.scada .scada-mode-selector .mode:nth-of-type(1), #home #overflow #collect #features-top-collect .block.scada .scada-mode-selector .mode:nth-of-type(1), #home #overflow #collect #features-top-1 .block.scada .scada-mode-selector .mode:nth-of-type(1), #home #overflow #collect #features-top-2 .block.scada .scada-mode-selector .mode:nth-of-type(1), #home #overflow #collect #data-pipelines-content .block.scada .scada-mode-selector .mode:nth-of-type(1), #home #overflow #collect #mine-planning-content .block.scada .scada-mode-selector .mode:nth-of-type(1), #home #overflow #collect #mine-execution-content .block.scada .scada-mode-selector .mode:nth-of-type(1), #home #overflow #scada #features-top .block.scada .scada-mode-selector .mode:nth-of-type(1), #home #overflow #scada #features-top-collect .block.scada .scada-mode-selector .mode:nth-of-type(1), #home #overflow #scada #features-top-1 .block.scada .scada-mode-selector .mode:nth-of-type(1), #home #overflow #scada #features-top-2 .block.scada .scada-mode-selector .mode:nth-of-type(1), #home #overflow #scada #data-pipelines-content .block.scada .scada-mode-selector .mode:nth-of-type(1), #home #overflow #scada #mine-planning-content .block.scada .scada-mode-selector .mode:nth-of-type(1), #home #overflow #scada #mine-execution-content .block.scada .scada-mode-selector .mode:nth-of-type(1), #home #overflow #react #features-top .block.scada .scada-mode-selector .mode:nth-of-type(1), #home #overflow #react #features-top-collect .block.scada .scada-mode-selector .mode:nth-of-type(1), #home #overflow #react #features-top-1 .block.scada .scada-mode-selector .mode:nth-of-type(1), #home #overflow #react #features-top-2 .block.scada .scada-mode-selector .mode:nth-of-type(1), #home #overflow #react #data-pipelines-content .block.scada .scada-mode-selector .mode:nth-of-type(1), #home #overflow #react #mine-planning-content .block.scada .scada-mode-selector .mode:nth-of-type(1), #home #overflow #react #mine-execution-content .block.scada .scada-mode-selector .mode:nth-of-type(1), #home #overflow #data-pipelines #features-top .block.scada .scada-mode-selector .mode:nth-of-type(1), #home #overflow #data-pipelines #features-top-collect .block.scada .scada-mode-selector .mode:nth-of-type(1), #home #overflow #data-pipelines #features-top-1 .block.scada .scada-mode-selector .mode:nth-of-type(1), #home #overflow #data-pipelines #features-top-2 .block.scada .scada-mode-selector .mode:nth-of-type(1), #home #overflow #data-pipelines #data-pipelines-content .block.scada .scada-mode-selector .mode:nth-of-type(1), #home #overflow #data-pipelines #mine-planning-content .block.scada .scada-mode-selector .mode:nth-of-type(1), #home #overflow #data-pipelines #mine-execution-content .block.scada .scada-mode-selector .mode:nth-of-type(1), #home #overflow #mine-planning #features-top .block.scada .scada-mode-selector .mode:nth-of-type(1), #home #overflow #mine-planning #features-top-collect .block.scada .scada-mode-selector .mode:nth-of-type(1), #home #overflow #mine-planning #features-top-1 .block.scada .scada-mode-selector .mode:nth-of-type(1), #home #overflow #mine-planning #features-top-2 .block.scada .scada-mode-selector .mode:nth-of-type(1), #home #overflow #mine-planning #data-pipelines-content .block.scada .scada-mode-selector .mode:nth-of-type(1), #home #overflow #mine-planning #mine-planning-content .block.scada .scada-mode-selector .mode:nth-of-type(1), #home #overflow #mine-planning #mine-execution-content .block.scada .scada-mode-selector .mode:nth-of-type(1), #home #overflow #mine-execution #features-top .block.scada .scada-mode-selector .mode:nth-of-type(1), #home #overflow #mine-execution #features-top-collect .block.scada .scada-mode-selector .mode:nth-of-type(1), #home #overflow #mine-execution #features-top-1 .block.scada .scada-mode-selector .mode:nth-of-type(1), #home #overflow #mine-execution #features-top-2 .block.scada .scada-mode-selector .mode:nth-of-type(1), #home #overflow #mine-execution #data-pipelines-content .block.scada .scada-mode-selector .mode:nth-of-type(1), #home #overflow #mine-execution #mine-planning-content .block.scada .scada-mode-selector .mode:nth-of-type(1), #home #overflow #mine-execution #mine-execution-content .block.scada .scada-mode-selector .mode:nth-of-type(1) {
          margin-right: 0; }
        #home #overflow #manage #features-top .block.scada .scada-mode-selector .mode h3, #home #overflow #manage #features-top-collect .block.scada .scada-mode-selector .mode h3, #home #overflow #manage #features-top-1 .block.scada .scada-mode-selector .mode h3, #home #overflow #manage #features-top-2 .block.scada .scada-mode-selector .mode h3, #home #overflow #manage #data-pipelines-content .block.scada .scada-mode-selector .mode h3, #home #overflow #manage #mine-planning-content .block.scada .scada-mode-selector .mode h3, #home #overflow #manage #mine-execution-content .block.scada .scada-mode-selector .mode h3, #home #overflow #collect #features-top .block.scada .scada-mode-selector .mode h3, #home #overflow #collect #features-top-collect .block.scada .scada-mode-selector .mode h3, #home #overflow #collect #features-top-1 .block.scada .scada-mode-selector .mode h3, #home #overflow #collect #features-top-2 .block.scada .scada-mode-selector .mode h3, #home #overflow #collect #data-pipelines-content .block.scada .scada-mode-selector .mode h3, #home #overflow #collect #mine-planning-content .block.scada .scada-mode-selector .mode h3, #home #overflow #collect #mine-execution-content .block.scada .scada-mode-selector .mode h3, #home #overflow #scada #features-top .block.scada .scada-mode-selector .mode h3, #home #overflow #scada #features-top-collect .block.scada .scada-mode-selector .mode h3, #home #overflow #scada #features-top-1 .block.scada .scada-mode-selector .mode h3, #home #overflow #scada #features-top-2 .block.scada .scada-mode-selector .mode h3, #home #overflow #scada #data-pipelines-content .block.scada .scada-mode-selector .mode h3, #home #overflow #scada #mine-planning-content .block.scada .scada-mode-selector .mode h3, #home #overflow #scada #mine-execution-content .block.scada .scada-mode-selector .mode h3, #home #overflow #react #features-top .block.scada .scada-mode-selector .mode h3, #home #overflow #react #features-top-collect .block.scada .scada-mode-selector .mode h3, #home #overflow #react #features-top-1 .block.scada .scada-mode-selector .mode h3, #home #overflow #react #features-top-2 .block.scada .scada-mode-selector .mode h3, #home #overflow #react #data-pipelines-content .block.scada .scada-mode-selector .mode h3, #home #overflow #react #mine-planning-content .block.scada .scada-mode-selector .mode h3, #home #overflow #react #mine-execution-content .block.scada .scada-mode-selector .mode h3, #home #overflow #data-pipelines #features-top .block.scada .scada-mode-selector .mode h3, #home #overflow #data-pipelines #features-top-collect .block.scada .scada-mode-selector .mode h3, #home #overflow #data-pipelines #features-top-1 .block.scada .scada-mode-selector .mode h3, #home #overflow #data-pipelines #features-top-2 .block.scada .scada-mode-selector .mode h3, #home #overflow #data-pipelines #data-pipelines-content .block.scada .scada-mode-selector .mode h3, #home #overflow #data-pipelines #mine-planning-content .block.scada .scada-mode-selector .mode h3, #home #overflow #data-pipelines #mine-execution-content .block.scada .scada-mode-selector .mode h3, #home #overflow #mine-planning #features-top .block.scada .scada-mode-selector .mode h3, #home #overflow #mine-planning #features-top-collect .block.scada .scada-mode-selector .mode h3, #home #overflow #mine-planning #features-top-1 .block.scada .scada-mode-selector .mode h3, #home #overflow #mine-planning #features-top-2 .block.scada .scada-mode-selector .mode h3, #home #overflow #mine-planning #data-pipelines-content .block.scada .scada-mode-selector .mode h3, #home #overflow #mine-planning #mine-planning-content .block.scada .scada-mode-selector .mode h3, #home #overflow #mine-planning #mine-execution-content .block.scada .scada-mode-selector .mode h3, #home #overflow #mine-execution #features-top .block.scada .scada-mode-selector .mode h3, #home #overflow #mine-execution #features-top-collect .block.scada .scada-mode-selector .mode h3, #home #overflow #mine-execution #features-top-1 .block.scada .scada-mode-selector .mode h3, #home #overflow #mine-execution #features-top-2 .block.scada .scada-mode-selector .mode h3, #home #overflow #mine-execution #data-pipelines-content .block.scada .scada-mode-selector .mode h3, #home #overflow #mine-execution #mine-planning-content .block.scada .scada-mode-selector .mode h3, #home #overflow #mine-execution #mine-execution-content .block.scada .scada-mode-selector .mode h3 {
          font-weight: 500;
          font-size: 14px;
          line-height: 20px; }
          #home #overflow #manage #features-top .block.scada .scada-mode-selector .mode h3 a.faq-link:after, #home #overflow #manage #features-top-collect .block.scada .scada-mode-selector .mode h3 a.faq-link:after, #home #overflow #manage #features-top-1 .block.scada .scada-mode-selector .mode h3 a.faq-link:after, #home #overflow #manage #features-top-2 .block.scada .scada-mode-selector .mode h3 a.faq-link:after, #home #overflow #manage #data-pipelines-content .block.scada .scada-mode-selector .mode h3 a.faq-link:after, #home #overflow #manage #mine-planning-content .block.scada .scada-mode-selector .mode h3 a.faq-link:after, #home #overflow #manage #mine-execution-content .block.scada .scada-mode-selector .mode h3 a.faq-link:after, #home #overflow #collect #features-top .block.scada .scada-mode-selector .mode h3 a.faq-link:after, #home #overflow #collect #features-top-collect .block.scada .scada-mode-selector .mode h3 a.faq-link:after, #home #overflow #collect #features-top-1 .block.scada .scada-mode-selector .mode h3 a.faq-link:after, #home #overflow #collect #features-top-2 .block.scada .scada-mode-selector .mode h3 a.faq-link:after, #home #overflow #collect #data-pipelines-content .block.scada .scada-mode-selector .mode h3 a.faq-link:after, #home #overflow #collect #mine-planning-content .block.scada .scada-mode-selector .mode h3 a.faq-link:after, #home #overflow #collect #mine-execution-content .block.scada .scada-mode-selector .mode h3 a.faq-link:after, #home #overflow #scada #features-top .block.scada .scada-mode-selector .mode h3 a.faq-link:after, #home #overflow #scada #features-top-collect .block.scada .scada-mode-selector .mode h3 a.faq-link:after, #home #overflow #scada #features-top-1 .block.scada .scada-mode-selector .mode h3 a.faq-link:after, #home #overflow #scada #features-top-2 .block.scada .scada-mode-selector .mode h3 a.faq-link:after, #home #overflow #scada #data-pipelines-content .block.scada .scada-mode-selector .mode h3 a.faq-link:after, #home #overflow #scada #mine-planning-content .block.scada .scada-mode-selector .mode h3 a.faq-link:after, #home #overflow #scada #mine-execution-content .block.scada .scada-mode-selector .mode h3 a.faq-link:after, #home #overflow #react #features-top .block.scada .scada-mode-selector .mode h3 a.faq-link:after, #home #overflow #react #features-top-collect .block.scada .scada-mode-selector .mode h3 a.faq-link:after, #home #overflow #react #features-top-1 .block.scada .scada-mode-selector .mode h3 a.faq-link:after, #home #overflow #react #features-top-2 .block.scada .scada-mode-selector .mode h3 a.faq-link:after, #home #overflow #react #data-pipelines-content .block.scada .scada-mode-selector .mode h3 a.faq-link:after, #home #overflow #react #mine-planning-content .block.scada .scada-mode-selector .mode h3 a.faq-link:after, #home #overflow #react #mine-execution-content .block.scada .scada-mode-selector .mode h3 a.faq-link:after, #home #overflow #data-pipelines #features-top .block.scada .scada-mode-selector .mode h3 a.faq-link:after, #home #overflow #data-pipelines #features-top-collect .block.scada .scada-mode-selector .mode h3 a.faq-link:after, #home #overflow #data-pipelines #features-top-1 .block.scada .scada-mode-selector .mode h3 a.faq-link:after, #home #overflow #data-pipelines #features-top-2 .block.scada .scada-mode-selector .mode h3 a.faq-link:after, #home #overflow #data-pipelines #data-pipelines-content .block.scada .scada-mode-selector .mode h3 a.faq-link:after, #home #overflow #data-pipelines #mine-planning-content .block.scada .scada-mode-selector .mode h3 a.faq-link:after, #home #overflow #data-pipelines #mine-execution-content .block.scada .scada-mode-selector .mode h3 a.faq-link:after, #home #overflow #mine-planning #features-top .block.scada .scada-mode-selector .mode h3 a.faq-link:after, #home #overflow #mine-planning #features-top-collect .block.scada .scada-mode-selector .mode h3 a.faq-link:after, #home #overflow #mine-planning #features-top-1 .block.scada .scada-mode-selector .mode h3 a.faq-link:after, #home #overflow #mine-planning #features-top-2 .block.scada .scada-mode-selector .mode h3 a.faq-link:after, #home #overflow #mine-planning #data-pipelines-content .block.scada .scada-mode-selector .mode h3 a.faq-link:after, #home #overflow #mine-planning #mine-planning-content .block.scada .scada-mode-selector .mode h3 a.faq-link:after, #home #overflow #mine-planning #mine-execution-content .block.scada .scada-mode-selector .mode h3 a.faq-link:after, #home #overflow #mine-execution #features-top .block.scada .scada-mode-selector .mode h3 a.faq-link:after, #home #overflow #mine-execution #features-top-collect .block.scada .scada-mode-selector .mode h3 a.faq-link:after, #home #overflow #mine-execution #features-top-1 .block.scada .scada-mode-selector .mode h3 a.faq-link:after, #home #overflow #mine-execution #features-top-2 .block.scada .scada-mode-selector .mode h3 a.faq-link:after, #home #overflow #mine-execution #data-pipelines-content .block.scada .scada-mode-selector .mode h3 a.faq-link:after, #home #overflow #mine-execution #mine-planning-content .block.scada .scada-mode-selector .mode h3 a.faq-link:after, #home #overflow #mine-execution #mine-execution-content .block.scada .scada-mode-selector .mode h3 a.faq-link:after {
            margin-left: 2px; }
          @media (min-width: 480px) {
            #home #overflow #manage #features-top .block.scada .scada-mode-selector .mode h3, #home #overflow #manage #features-top-collect .block.scada .scada-mode-selector .mode h3, #home #overflow #manage #features-top-1 .block.scada .scada-mode-selector .mode h3, #home #overflow #manage #features-top-2 .block.scada .scada-mode-selector .mode h3, #home #overflow #manage #data-pipelines-content .block.scada .scada-mode-selector .mode h3, #home #overflow #manage #mine-planning-content .block.scada .scada-mode-selector .mode h3, #home #overflow #manage #mine-execution-content .block.scada .scada-mode-selector .mode h3, #home #overflow #collect #features-top .block.scada .scada-mode-selector .mode h3, #home #overflow #collect #features-top-collect .block.scada .scada-mode-selector .mode h3, #home #overflow #collect #features-top-1 .block.scada .scada-mode-selector .mode h3, #home #overflow #collect #features-top-2 .block.scada .scada-mode-selector .mode h3, #home #overflow #collect #data-pipelines-content .block.scada .scada-mode-selector .mode h3, #home #overflow #collect #mine-planning-content .block.scada .scada-mode-selector .mode h3, #home #overflow #collect #mine-execution-content .block.scada .scada-mode-selector .mode h3, #home #overflow #scada #features-top .block.scada .scada-mode-selector .mode h3, #home #overflow #scada #features-top-collect .block.scada .scada-mode-selector .mode h3, #home #overflow #scada #features-top-1 .block.scada .scada-mode-selector .mode h3, #home #overflow #scada #features-top-2 .block.scada .scada-mode-selector .mode h3, #home #overflow #scada #data-pipelines-content .block.scada .scada-mode-selector .mode h3, #home #overflow #scada #mine-planning-content .block.scada .scada-mode-selector .mode h3, #home #overflow #scada #mine-execution-content .block.scada .scada-mode-selector .mode h3, #home #overflow #react #features-top .block.scada .scada-mode-selector .mode h3, #home #overflow #react #features-top-collect .block.scada .scada-mode-selector .mode h3, #home #overflow #react #features-top-1 .block.scada .scada-mode-selector .mode h3, #home #overflow #react #features-top-2 .block.scada .scada-mode-selector .mode h3, #home #overflow #react #data-pipelines-content .block.scada .scada-mode-selector .mode h3, #home #overflow #react #mine-planning-content .block.scada .scada-mode-selector .mode h3, #home #overflow #react #mine-execution-content .block.scada .scada-mode-selector .mode h3, #home #overflow #data-pipelines #features-top .block.scada .scada-mode-selector .mode h3, #home #overflow #data-pipelines #features-top-collect .block.scada .scada-mode-selector .mode h3, #home #overflow #data-pipelines #features-top-1 .block.scada .scada-mode-selector .mode h3, #home #overflow #data-pipelines #features-top-2 .block.scada .scada-mode-selector .mode h3, #home #overflow #data-pipelines #data-pipelines-content .block.scada .scada-mode-selector .mode h3, #home #overflow #data-pipelines #mine-planning-content .block.scada .scada-mode-selector .mode h3, #home #overflow #data-pipelines #mine-execution-content .block.scada .scada-mode-selector .mode h3, #home #overflow #mine-planning #features-top .block.scada .scada-mode-selector .mode h3, #home #overflow #mine-planning #features-top-collect .block.scada .scada-mode-selector .mode h3, #home #overflow #mine-planning #features-top-1 .block.scada .scada-mode-selector .mode h3, #home #overflow #mine-planning #features-top-2 .block.scada .scada-mode-selector .mode h3, #home #overflow #mine-planning #data-pipelines-content .block.scada .scada-mode-selector .mode h3, #home #overflow #mine-planning #mine-planning-content .block.scada .scada-mode-selector .mode h3, #home #overflow #mine-planning #mine-execution-content .block.scada .scada-mode-selector .mode h3, #home #overflow #mine-execution #features-top .block.scada .scada-mode-selector .mode h3, #home #overflow #mine-execution #features-top-collect .block.scada .scada-mode-selector .mode h3, #home #overflow #mine-execution #features-top-1 .block.scada .scada-mode-selector .mode h3, #home #overflow #mine-execution #features-top-2 .block.scada .scada-mode-selector .mode h3, #home #overflow #mine-execution #data-pipelines-content .block.scada .scada-mode-selector .mode h3, #home #overflow #mine-execution #mine-planning-content .block.scada .scada-mode-selector .mode h3, #home #overflow #mine-execution #mine-execution-content .block.scada .scada-mode-selector .mode h3 {
              font-size: 18px;
              line-height: 27px; } }
        #home #overflow #manage #features-top .block.scada .scada-mode-selector .mode.active, #home #overflow #manage #features-top-collect .block.scada .scada-mode-selector .mode.active, #home #overflow #manage #features-top-1 .block.scada .scada-mode-selector .mode.active, #home #overflow #manage #features-top-2 .block.scada .scada-mode-selector .mode.active, #home #overflow #manage #data-pipelines-content .block.scada .scada-mode-selector .mode.active, #home #overflow #manage #mine-planning-content .block.scada .scada-mode-selector .mode.active, #home #overflow #manage #mine-execution-content .block.scada .scada-mode-selector .mode.active, #home #overflow #collect #features-top .block.scada .scada-mode-selector .mode.active, #home #overflow #collect #features-top-collect .block.scada .scada-mode-selector .mode.active, #home #overflow #collect #features-top-1 .block.scada .scada-mode-selector .mode.active, #home #overflow #collect #features-top-2 .block.scada .scada-mode-selector .mode.active, #home #overflow #collect #data-pipelines-content .block.scada .scada-mode-selector .mode.active, #home #overflow #collect #mine-planning-content .block.scada .scada-mode-selector .mode.active, #home #overflow #collect #mine-execution-content .block.scada .scada-mode-selector .mode.active, #home #overflow #scada #features-top .block.scada .scada-mode-selector .mode.active, #home #overflow #scada #features-top-collect .block.scada .scada-mode-selector .mode.active, #home #overflow #scada #features-top-1 .block.scada .scada-mode-selector .mode.active, #home #overflow #scada #features-top-2 .block.scada .scada-mode-selector .mode.active, #home #overflow #scada #data-pipelines-content .block.scada .scada-mode-selector .mode.active, #home #overflow #scada #mine-planning-content .block.scada .scada-mode-selector .mode.active, #home #overflow #scada #mine-execution-content .block.scada .scada-mode-selector .mode.active, #home #overflow #react #features-top .block.scada .scada-mode-selector .mode.active, #home #overflow #react #features-top-collect .block.scada .scada-mode-selector .mode.active, #home #overflow #react #features-top-1 .block.scada .scada-mode-selector .mode.active, #home #overflow #react #features-top-2 .block.scada .scada-mode-selector .mode.active, #home #overflow #react #data-pipelines-content .block.scada .scada-mode-selector .mode.active, #home #overflow #react #mine-planning-content .block.scada .scada-mode-selector .mode.active, #home #overflow #react #mine-execution-content .block.scada .scada-mode-selector .mode.active, #home #overflow #data-pipelines #features-top .block.scada .scada-mode-selector .mode.active, #home #overflow #data-pipelines #features-top-collect .block.scada .scada-mode-selector .mode.active, #home #overflow #data-pipelines #features-top-1 .block.scada .scada-mode-selector .mode.active, #home #overflow #data-pipelines #features-top-2 .block.scada .scada-mode-selector .mode.active, #home #overflow #data-pipelines #data-pipelines-content .block.scada .scada-mode-selector .mode.active, #home #overflow #data-pipelines #mine-planning-content .block.scada .scada-mode-selector .mode.active, #home #overflow #data-pipelines #mine-execution-content .block.scada .scada-mode-selector .mode.active, #home #overflow #mine-planning #features-top .block.scada .scada-mode-selector .mode.active, #home #overflow #mine-planning #features-top-collect .block.scada .scada-mode-selector .mode.active, #home #overflow #mine-planning #features-top-1 .block.scada .scada-mode-selector .mode.active, #home #overflow #mine-planning #features-top-2 .block.scada .scada-mode-selector .mode.active, #home #overflow #mine-planning #data-pipelines-content .block.scada .scada-mode-selector .mode.active, #home #overflow #mine-planning #mine-planning-content .block.scada .scada-mode-selector .mode.active, #home #overflow #mine-planning #mine-execution-content .block.scada .scada-mode-selector .mode.active, #home #overflow #mine-execution #features-top .block.scada .scada-mode-selector .mode.active, #home #overflow #mine-execution #features-top-collect .block.scada .scada-mode-selector .mode.active, #home #overflow #mine-execution #features-top-1 .block.scada .scada-mode-selector .mode.active, #home #overflow #mine-execution #features-top-2 .block.scada .scada-mode-selector .mode.active, #home #overflow #mine-execution #data-pipelines-content .block.scada .scada-mode-selector .mode.active, #home #overflow #mine-execution #mine-planning-content .block.scada .scada-mode-selector .mode.active, #home #overflow #mine-execution #mine-execution-content .block.scada .scada-mode-selector .mode.active {
          border-radius: 22px;
          color: #fff;
          background: #2A7DEC;
          box-shadow: 0 18px 16px -10px rgba(42, 125, 236, 0.25); }
          #home #overflow #manage #features-top .block.scada .scada-mode-selector .mode.active:before, #home #overflow #manage #features-top-collect .block.scada .scada-mode-selector .mode.active:before, #home #overflow #manage #features-top-1 .block.scada .scada-mode-selector .mode.active:before, #home #overflow #manage #features-top-2 .block.scada .scada-mode-selector .mode.active:before, #home #overflow #manage #data-pipelines-content .block.scada .scada-mode-selector .mode.active:before, #home #overflow #manage #mine-planning-content .block.scada .scada-mode-selector .mode.active:before, #home #overflow #manage #mine-execution-content .block.scada .scada-mode-selector .mode.active:before, #home #overflow #collect #features-top .block.scada .scada-mode-selector .mode.active:before, #home #overflow #collect #features-top-collect .block.scada .scada-mode-selector .mode.active:before, #home #overflow #collect #features-top-1 .block.scada .scada-mode-selector .mode.active:before, #home #overflow #collect #features-top-2 .block.scada .scada-mode-selector .mode.active:before, #home #overflow #collect #data-pipelines-content .block.scada .scada-mode-selector .mode.active:before, #home #overflow #collect #mine-planning-content .block.scada .scada-mode-selector .mode.active:before, #home #overflow #collect #mine-execution-content .block.scada .scada-mode-selector .mode.active:before, #home #overflow #scada #features-top .block.scada .scada-mode-selector .mode.active:before, #home #overflow #scada #features-top-collect .block.scada .scada-mode-selector .mode.active:before, #home #overflow #scada #features-top-1 .block.scada .scada-mode-selector .mode.active:before, #home #overflow #scada #features-top-2 .block.scada .scada-mode-selector .mode.active:before, #home #overflow #scada #data-pipelines-content .block.scada .scada-mode-selector .mode.active:before, #home #overflow #scada #mine-planning-content .block.scada .scada-mode-selector .mode.active:before, #home #overflow #scada #mine-execution-content .block.scada .scada-mode-selector .mode.active:before, #home #overflow #react #features-top .block.scada .scada-mode-selector .mode.active:before, #home #overflow #react #features-top-collect .block.scada .scada-mode-selector .mode.active:before, #home #overflow #react #features-top-1 .block.scada .scada-mode-selector .mode.active:before, #home #overflow #react #features-top-2 .block.scada .scada-mode-selector .mode.active:before, #home #overflow #react #data-pipelines-content .block.scada .scada-mode-selector .mode.active:before, #home #overflow #react #mine-planning-content .block.scada .scada-mode-selector .mode.active:before, #home #overflow #react #mine-execution-content .block.scada .scada-mode-selector .mode.active:before, #home #overflow #data-pipelines #features-top .block.scada .scada-mode-selector .mode.active:before, #home #overflow #data-pipelines #features-top-collect .block.scada .scada-mode-selector .mode.active:before, #home #overflow #data-pipelines #features-top-1 .block.scada .scada-mode-selector .mode.active:before, #home #overflow #data-pipelines #features-top-2 .block.scada .scada-mode-selector .mode.active:before, #home #overflow #data-pipelines #data-pipelines-content .block.scada .scada-mode-selector .mode.active:before, #home #overflow #data-pipelines #mine-planning-content .block.scada .scada-mode-selector .mode.active:before, #home #overflow #data-pipelines #mine-execution-content .block.scada .scada-mode-selector .mode.active:before, #home #overflow #mine-planning #features-top .block.scada .scada-mode-selector .mode.active:before, #home #overflow #mine-planning #features-top-collect .block.scada .scada-mode-selector .mode.active:before, #home #overflow #mine-planning #features-top-1 .block.scada .scada-mode-selector .mode.active:before, #home #overflow #mine-planning #features-top-2 .block.scada .scada-mode-selector .mode.active:before, #home #overflow #mine-planning #data-pipelines-content .block.scada .scada-mode-selector .mode.active:before, #home #overflow #mine-planning #mine-planning-content .block.scada .scada-mode-selector .mode.active:before, #home #overflow #mine-planning #mine-execution-content .block.scada .scada-mode-selector .mode.active:before, #home #overflow #mine-execution #features-top .block.scada .scada-mode-selector .mode.active:before, #home #overflow #mine-execution #features-top-collect .block.scada .scada-mode-selector .mode.active:before, #home #overflow #mine-execution #features-top-1 .block.scada .scada-mode-selector .mode.active:before, #home #overflow #mine-execution #features-top-2 .block.scada .scada-mode-selector .mode.active:before, #home #overflow #mine-execution #data-pipelines-content .block.scada .scada-mode-selector .mode.active:before, #home #overflow #mine-execution #mine-planning-content .block.scada .scada-mode-selector .mode.active:before, #home #overflow #mine-execution #mine-execution-content .block.scada .scada-mode-selector .mode.active:before {
            filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(242deg) brightness(107%) contrast(101%); }
          #home #overflow #manage #features-top .block.scada .scada-mode-selector .mode.active:after, #home #overflow #manage #features-top-collect .block.scada .scada-mode-selector .mode.active:after, #home #overflow #manage #features-top-1 .block.scada .scada-mode-selector .mode.active:after, #home #overflow #manage #features-top-2 .block.scada .scada-mode-selector .mode.active:after, #home #overflow #manage #data-pipelines-content .block.scada .scada-mode-selector .mode.active:after, #home #overflow #manage #mine-planning-content .block.scada .scada-mode-selector .mode.active:after, #home #overflow #manage #mine-execution-content .block.scada .scada-mode-selector .mode.active:after, #home #overflow #collect #features-top .block.scada .scada-mode-selector .mode.active:after, #home #overflow #collect #features-top-collect .block.scada .scada-mode-selector .mode.active:after, #home #overflow #collect #features-top-1 .block.scada .scada-mode-selector .mode.active:after, #home #overflow #collect #features-top-2 .block.scada .scada-mode-selector .mode.active:after, #home #overflow #collect #data-pipelines-content .block.scada .scada-mode-selector .mode.active:after, #home #overflow #collect #mine-planning-content .block.scada .scada-mode-selector .mode.active:after, #home #overflow #collect #mine-execution-content .block.scada .scada-mode-selector .mode.active:after, #home #overflow #scada #features-top .block.scada .scada-mode-selector .mode.active:after, #home #overflow #scada #features-top-collect .block.scada .scada-mode-selector .mode.active:after, #home #overflow #scada #features-top-1 .block.scada .scada-mode-selector .mode.active:after, #home #overflow #scada #features-top-2 .block.scada .scada-mode-selector .mode.active:after, #home #overflow #scada #data-pipelines-content .block.scada .scada-mode-selector .mode.active:after, #home #overflow #scada #mine-planning-content .block.scada .scada-mode-selector .mode.active:after, #home #overflow #scada #mine-execution-content .block.scada .scada-mode-selector .mode.active:after, #home #overflow #react #features-top .block.scada .scada-mode-selector .mode.active:after, #home #overflow #react #features-top-collect .block.scada .scada-mode-selector .mode.active:after, #home #overflow #react #features-top-1 .block.scada .scada-mode-selector .mode.active:after, #home #overflow #react #features-top-2 .block.scada .scada-mode-selector .mode.active:after, #home #overflow #react #data-pipelines-content .block.scada .scada-mode-selector .mode.active:after, #home #overflow #react #mine-planning-content .block.scada .scada-mode-selector .mode.active:after, #home #overflow #react #mine-execution-content .block.scada .scada-mode-selector .mode.active:after, #home #overflow #data-pipelines #features-top .block.scada .scada-mode-selector .mode.active:after, #home #overflow #data-pipelines #features-top-collect .block.scada .scada-mode-selector .mode.active:after, #home #overflow #data-pipelines #features-top-1 .block.scada .scada-mode-selector .mode.active:after, #home #overflow #data-pipelines #features-top-2 .block.scada .scada-mode-selector .mode.active:after, #home #overflow #data-pipelines #data-pipelines-content .block.scada .scada-mode-selector .mode.active:after, #home #overflow #data-pipelines #mine-planning-content .block.scada .scada-mode-selector .mode.active:after, #home #overflow #data-pipelines #mine-execution-content .block.scada .scada-mode-selector .mode.active:after, #home #overflow #mine-planning #features-top .block.scada .scada-mode-selector .mode.active:after, #home #overflow #mine-planning #features-top-collect .block.scada .scada-mode-selector .mode.active:after, #home #overflow #mine-planning #features-top-1 .block.scada .scada-mode-selector .mode.active:after, #home #overflow #mine-planning #features-top-2 .block.scada .scada-mode-selector .mode.active:after, #home #overflow #mine-planning #data-pipelines-content .block.scada .scada-mode-selector .mode.active:after, #home #overflow #mine-planning #mine-planning-content .block.scada .scada-mode-selector .mode.active:after, #home #overflow #mine-planning #mine-execution-content .block.scada .scada-mode-selector .mode.active:after, #home #overflow #mine-execution #features-top .block.scada .scada-mode-selector .mode.active:after, #home #overflow #mine-execution #features-top-collect .block.scada .scada-mode-selector .mode.active:after, #home #overflow #mine-execution #features-top-1 .block.scada .scada-mode-selector .mode.active:after, #home #overflow #mine-execution #features-top-2 .block.scada .scada-mode-selector .mode.active:after, #home #overflow #mine-execution #data-pipelines-content .block.scada .scada-mode-selector .mode.active:after, #home #overflow #mine-execution #mine-planning-content .block.scada .scada-mode-selector .mode.active:after, #home #overflow #mine-execution #mine-execution-content .block.scada .scada-mode-selector .mode.active:after {
            background-color: #fff; }
        #home #overflow #manage #features-top .block.scada .scada-mode-selector .mode:hover:not(.active), #home #overflow #manage #features-top-collect .block.scada .scada-mode-selector .mode:hover:not(.active), #home #overflow #manage #features-top-1 .block.scada .scada-mode-selector .mode:hover:not(.active), #home #overflow #manage #features-top-2 .block.scada .scada-mode-selector .mode:hover:not(.active), #home #overflow #manage #data-pipelines-content .block.scada .scada-mode-selector .mode:hover:not(.active), #home #overflow #manage #mine-planning-content .block.scada .scada-mode-selector .mode:hover:not(.active), #home #overflow #manage #mine-execution-content .block.scada .scada-mode-selector .mode:hover:not(.active), #home #overflow #collect #features-top .block.scada .scada-mode-selector .mode:hover:not(.active), #home #overflow #collect #features-top-collect .block.scada .scada-mode-selector .mode:hover:not(.active), #home #overflow #collect #features-top-1 .block.scada .scada-mode-selector .mode:hover:not(.active), #home #overflow #collect #features-top-2 .block.scada .scada-mode-selector .mode:hover:not(.active), #home #overflow #collect #data-pipelines-content .block.scada .scada-mode-selector .mode:hover:not(.active), #home #overflow #collect #mine-planning-content .block.scada .scada-mode-selector .mode:hover:not(.active), #home #overflow #collect #mine-execution-content .block.scada .scada-mode-selector .mode:hover:not(.active), #home #overflow #scada #features-top .block.scada .scada-mode-selector .mode:hover:not(.active), #home #overflow #scada #features-top-collect .block.scada .scada-mode-selector .mode:hover:not(.active), #home #overflow #scada #features-top-1 .block.scada .scada-mode-selector .mode:hover:not(.active), #home #overflow #scada #features-top-2 .block.scada .scada-mode-selector .mode:hover:not(.active), #home #overflow #scada #data-pipelines-content .block.scada .scada-mode-selector .mode:hover:not(.active), #home #overflow #scada #mine-planning-content .block.scada .scada-mode-selector .mode:hover:not(.active), #home #overflow #scada #mine-execution-content .block.scada .scada-mode-selector .mode:hover:not(.active), #home #overflow #react #features-top .block.scada .scada-mode-selector .mode:hover:not(.active), #home #overflow #react #features-top-collect .block.scada .scada-mode-selector .mode:hover:not(.active), #home #overflow #react #features-top-1 .block.scada .scada-mode-selector .mode:hover:not(.active), #home #overflow #react #features-top-2 .block.scada .scada-mode-selector .mode:hover:not(.active), #home #overflow #react #data-pipelines-content .block.scada .scada-mode-selector .mode:hover:not(.active), #home #overflow #react #mine-planning-content .block.scada .scada-mode-selector .mode:hover:not(.active), #home #overflow #react #mine-execution-content .block.scada .scada-mode-selector .mode:hover:not(.active), #home #overflow #data-pipelines #features-top .block.scada .scada-mode-selector .mode:hover:not(.active), #home #overflow #data-pipelines #features-top-collect .block.scada .scada-mode-selector .mode:hover:not(.active), #home #overflow #data-pipelines #features-top-1 .block.scada .scada-mode-selector .mode:hover:not(.active), #home #overflow #data-pipelines #features-top-2 .block.scada .scada-mode-selector .mode:hover:not(.active), #home #overflow #data-pipelines #data-pipelines-content .block.scada .scada-mode-selector .mode:hover:not(.active), #home #overflow #data-pipelines #mine-planning-content .block.scada .scada-mode-selector .mode:hover:not(.active), #home #overflow #data-pipelines #mine-execution-content .block.scada .scada-mode-selector .mode:hover:not(.active), #home #overflow #mine-planning #features-top .block.scada .scada-mode-selector .mode:hover:not(.active), #home #overflow #mine-planning #features-top-collect .block.scada .scada-mode-selector .mode:hover:not(.active), #home #overflow #mine-planning #features-top-1 .block.scada .scada-mode-selector .mode:hover:not(.active), #home #overflow #mine-planning #features-top-2 .block.scada .scada-mode-selector .mode:hover:not(.active), #home #overflow #mine-planning #data-pipelines-content .block.scada .scada-mode-selector .mode:hover:not(.active), #home #overflow #mine-planning #mine-planning-content .block.scada .scada-mode-selector .mode:hover:not(.active), #home #overflow #mine-planning #mine-execution-content .block.scada .scada-mode-selector .mode:hover:not(.active), #home #overflow #mine-execution #features-top .block.scada .scada-mode-selector .mode:hover:not(.active), #home #overflow #mine-execution #features-top-collect .block.scada .scada-mode-selector .mode:hover:not(.active), #home #overflow #mine-execution #features-top-1 .block.scada .scada-mode-selector .mode:hover:not(.active), #home #overflow #mine-execution #features-top-2 .block.scada .scada-mode-selector .mode:hover:not(.active), #home #overflow #mine-execution #data-pipelines-content .block.scada .scada-mode-selector .mode:hover:not(.active), #home #overflow #mine-execution #mine-planning-content .block.scada .scada-mode-selector .mode:hover:not(.active), #home #overflow #mine-execution #mine-execution-content .block.scada .scada-mode-selector .mode:hover:not(.active) {
          color: #000; }
          #home #overflow #manage #features-top .block.scada .scada-mode-selector .mode:hover:not(.active):before, #home #overflow #manage #features-top-collect .block.scada .scada-mode-selector .mode:hover:not(.active):before, #home #overflow #manage #features-top-1 .block.scada .scada-mode-selector .mode:hover:not(.active):before, #home #overflow #manage #features-top-2 .block.scada .scada-mode-selector .mode:hover:not(.active):before, #home #overflow #manage #data-pipelines-content .block.scada .scada-mode-selector .mode:hover:not(.active):before, #home #overflow #manage #mine-planning-content .block.scada .scada-mode-selector .mode:hover:not(.active):before, #home #overflow #manage #mine-execution-content .block.scada .scada-mode-selector .mode:hover:not(.active):before, #home #overflow #collect #features-top .block.scada .scada-mode-selector .mode:hover:not(.active):before, #home #overflow #collect #features-top-collect .block.scada .scada-mode-selector .mode:hover:not(.active):before, #home #overflow #collect #features-top-1 .block.scada .scada-mode-selector .mode:hover:not(.active):before, #home #overflow #collect #features-top-2 .block.scada .scada-mode-selector .mode:hover:not(.active):before, #home #overflow #collect #data-pipelines-content .block.scada .scada-mode-selector .mode:hover:not(.active):before, #home #overflow #collect #mine-planning-content .block.scada .scada-mode-selector .mode:hover:not(.active):before, #home #overflow #collect #mine-execution-content .block.scada .scada-mode-selector .mode:hover:not(.active):before, #home #overflow #scada #features-top .block.scada .scada-mode-selector .mode:hover:not(.active):before, #home #overflow #scada #features-top-collect .block.scada .scada-mode-selector .mode:hover:not(.active):before, #home #overflow #scada #features-top-1 .block.scada .scada-mode-selector .mode:hover:not(.active):before, #home #overflow #scada #features-top-2 .block.scada .scada-mode-selector .mode:hover:not(.active):before, #home #overflow #scada #data-pipelines-content .block.scada .scada-mode-selector .mode:hover:not(.active):before, #home #overflow #scada #mine-planning-content .block.scada .scada-mode-selector .mode:hover:not(.active):before, #home #overflow #scada #mine-execution-content .block.scada .scada-mode-selector .mode:hover:not(.active):before, #home #overflow #react #features-top .block.scada .scada-mode-selector .mode:hover:not(.active):before, #home #overflow #react #features-top-collect .block.scada .scada-mode-selector .mode:hover:not(.active):before, #home #overflow #react #features-top-1 .block.scada .scada-mode-selector .mode:hover:not(.active):before, #home #overflow #react #features-top-2 .block.scada .scada-mode-selector .mode:hover:not(.active):before, #home #overflow #react #data-pipelines-content .block.scada .scada-mode-selector .mode:hover:not(.active):before, #home #overflow #react #mine-planning-content .block.scada .scada-mode-selector .mode:hover:not(.active):before, #home #overflow #react #mine-execution-content .block.scada .scada-mode-selector .mode:hover:not(.active):before, #home #overflow #data-pipelines #features-top .block.scada .scada-mode-selector .mode:hover:not(.active):before, #home #overflow #data-pipelines #features-top-collect .block.scada .scada-mode-selector .mode:hover:not(.active):before, #home #overflow #data-pipelines #features-top-1 .block.scada .scada-mode-selector .mode:hover:not(.active):before, #home #overflow #data-pipelines #features-top-2 .block.scada .scada-mode-selector .mode:hover:not(.active):before, #home #overflow #data-pipelines #data-pipelines-content .block.scada .scada-mode-selector .mode:hover:not(.active):before, #home #overflow #data-pipelines #mine-planning-content .block.scada .scada-mode-selector .mode:hover:not(.active):before, #home #overflow #data-pipelines #mine-execution-content .block.scada .scada-mode-selector .mode:hover:not(.active):before, #home #overflow #mine-planning #features-top .block.scada .scada-mode-selector .mode:hover:not(.active):before, #home #overflow #mine-planning #features-top-collect .block.scada .scada-mode-selector .mode:hover:not(.active):before, #home #overflow #mine-planning #features-top-1 .block.scada .scada-mode-selector .mode:hover:not(.active):before, #home #overflow #mine-planning #features-top-2 .block.scada .scada-mode-selector .mode:hover:not(.active):before, #home #overflow #mine-planning #data-pipelines-content .block.scada .scada-mode-selector .mode:hover:not(.active):before, #home #overflow #mine-planning #mine-planning-content .block.scada .scada-mode-selector .mode:hover:not(.active):before, #home #overflow #mine-planning #mine-execution-content .block.scada .scada-mode-selector .mode:hover:not(.active):before, #home #overflow #mine-execution #features-top .block.scada .scada-mode-selector .mode:hover:not(.active):before, #home #overflow #mine-execution #features-top-collect .block.scada .scada-mode-selector .mode:hover:not(.active):before, #home #overflow #mine-execution #features-top-1 .block.scada .scada-mode-selector .mode:hover:not(.active):before, #home #overflow #mine-execution #features-top-2 .block.scada .scada-mode-selector .mode:hover:not(.active):before, #home #overflow #mine-execution #data-pipelines-content .block.scada .scada-mode-selector .mode:hover:not(.active):before, #home #overflow #mine-execution #mine-planning-content .block.scada .scada-mode-selector .mode:hover:not(.active):before, #home #overflow #mine-execution #mine-execution-content .block.scada .scada-mode-selector .mode:hover:not(.active):before {
            filter: invert(11%) sepia(10%) saturate(825%) hue-rotate(169deg) brightness(93%) contrast(90%); }
    #home #overflow #manage #features-top .block .scada-svg, #home #overflow #manage #features-top-collect .block .scada-svg, #home #overflow #manage #features-top-1 .block .scada-svg, #home #overflow #manage #features-top-2 .block .scada-svg, #home #overflow #manage #data-pipelines-content .block .scada-svg, #home #overflow #manage #mine-planning-content .block .scada-svg, #home #overflow #manage #mine-execution-content .block .scada-svg, #home #overflow #collect #features-top .block .scada-svg, #home #overflow #collect #features-top-collect .block .scada-svg, #home #overflow #collect #features-top-1 .block .scada-svg, #home #overflow #collect #features-top-2 .block .scada-svg, #home #overflow #collect #data-pipelines-content .block .scada-svg, #home #overflow #collect #mine-planning-content .block .scada-svg, #home #overflow #collect #mine-execution-content .block .scada-svg, #home #overflow #scada #features-top .block .scada-svg, #home #overflow #scada #features-top-collect .block .scada-svg, #home #overflow #scada #features-top-1 .block .scada-svg, #home #overflow #scada #features-top-2 .block .scada-svg, #home #overflow #scada #data-pipelines-content .block .scada-svg, #home #overflow #scada #mine-planning-content .block .scada-svg, #home #overflow #scada #mine-execution-content .block .scada-svg, #home #overflow #react #features-top .block .scada-svg, #home #overflow #react #features-top-collect .block .scada-svg, #home #overflow #react #features-top-1 .block .scada-svg, #home #overflow #react #features-top-2 .block .scada-svg, #home #overflow #react #data-pipelines-content .block .scada-svg, #home #overflow #react #mine-planning-content .block .scada-svg, #home #overflow #react #mine-execution-content .block .scada-svg, #home #overflow #data-pipelines #features-top .block .scada-svg, #home #overflow #data-pipelines #features-top-collect .block .scada-svg, #home #overflow #data-pipelines #features-top-1 .block .scada-svg, #home #overflow #data-pipelines #features-top-2 .block .scada-svg, #home #overflow #data-pipelines #data-pipelines-content .block .scada-svg, #home #overflow #data-pipelines #mine-planning-content .block .scada-svg, #home #overflow #data-pipelines #mine-execution-content .block .scada-svg, #home #overflow #mine-planning #features-top .block .scada-svg, #home #overflow #mine-planning #features-top-collect .block .scada-svg, #home #overflow #mine-planning #features-top-1 .block .scada-svg, #home #overflow #mine-planning #features-top-2 .block .scada-svg, #home #overflow #mine-planning #data-pipelines-content .block .scada-svg, #home #overflow #mine-planning #mine-planning-content .block .scada-svg, #home #overflow #mine-planning #mine-execution-content .block .scada-svg, #home #overflow #mine-execution #features-top .block .scada-svg, #home #overflow #mine-execution #features-top-collect .block .scada-svg, #home #overflow #mine-execution #features-top-1 .block .scada-svg, #home #overflow #mine-execution #features-top-2 .block .scada-svg, #home #overflow #mine-execution #data-pipelines-content .block .scada-svg, #home #overflow #mine-execution #mine-planning-content .block .scada-svg, #home #overflow #mine-execution #mine-execution-content .block .scada-svg {
      margin-top: 42px;
      width: 50%;
      z-index: -1;
      position: relative; }
      @media (max-width: 1024px) {
        #home #overflow #manage #features-top .block .scada-svg, #home #overflow #manage #features-top-collect .block .scada-svg, #home #overflow #manage #features-top-1 .block .scada-svg, #home #overflow #manage #features-top-2 .block .scada-svg, #home #overflow #manage #data-pipelines-content .block .scada-svg, #home #overflow #manage #mine-planning-content .block .scada-svg, #home #overflow #manage #mine-execution-content .block .scada-svg, #home #overflow #collect #features-top .block .scada-svg, #home #overflow #collect #features-top-collect .block .scada-svg, #home #overflow #collect #features-top-1 .block .scada-svg, #home #overflow #collect #features-top-2 .block .scada-svg, #home #overflow #collect #data-pipelines-content .block .scada-svg, #home #overflow #collect #mine-planning-content .block .scada-svg, #home #overflow #collect #mine-execution-content .block .scada-svg, #home #overflow #scada #features-top .block .scada-svg, #home #overflow #scada #features-top-collect .block .scada-svg, #home #overflow #scada #features-top-1 .block .scada-svg, #home #overflow #scada #features-top-2 .block .scada-svg, #home #overflow #scada #data-pipelines-content .block .scada-svg, #home #overflow #scada #mine-planning-content .block .scada-svg, #home #overflow #scada #mine-execution-content .block .scada-svg, #home #overflow #react #features-top .block .scada-svg, #home #overflow #react #features-top-collect .block .scada-svg, #home #overflow #react #features-top-1 .block .scada-svg, #home #overflow #react #features-top-2 .block .scada-svg, #home #overflow #react #data-pipelines-content .block .scada-svg, #home #overflow #react #mine-planning-content .block .scada-svg, #home #overflow #react #mine-execution-content .block .scada-svg, #home #overflow #data-pipelines #features-top .block .scada-svg, #home #overflow #data-pipelines #features-top-collect .block .scada-svg, #home #overflow #data-pipelines #features-top-1 .block .scada-svg, #home #overflow #data-pipelines #features-top-2 .block .scada-svg, #home #overflow #data-pipelines #data-pipelines-content .block .scada-svg, #home #overflow #data-pipelines #mine-planning-content .block .scada-svg, #home #overflow #data-pipelines #mine-execution-content .block .scada-svg, #home #overflow #mine-planning #features-top .block .scada-svg, #home #overflow #mine-planning #features-top-collect .block .scada-svg, #home #overflow #mine-planning #features-top-1 .block .scada-svg, #home #overflow #mine-planning #features-top-2 .block .scada-svg, #home #overflow #mine-planning #data-pipelines-content .block .scada-svg, #home #overflow #mine-planning #mine-planning-content .block .scada-svg, #home #overflow #mine-planning #mine-execution-content .block .scada-svg, #home #overflow #mine-execution #features-top .block .scada-svg, #home #overflow #mine-execution #features-top-collect .block .scada-svg, #home #overflow #mine-execution #features-top-1 .block .scada-svg, #home #overflow #mine-execution #features-top-2 .block .scada-svg, #home #overflow #mine-execution #data-pipelines-content .block .scada-svg, #home #overflow #mine-execution #mine-planning-content .block .scada-svg, #home #overflow #mine-execution #mine-execution-content .block .scada-svg {
          width: 76%; } }
      @media (max-width: 750px) {
        #home #overflow #manage #features-top .block .scada-svg, #home #overflow #manage #features-top-collect .block .scada-svg, #home #overflow #manage #features-top-1 .block .scada-svg, #home #overflow #manage #features-top-2 .block .scada-svg, #home #overflow #manage #data-pipelines-content .block .scada-svg, #home #overflow #manage #mine-planning-content .block .scada-svg, #home #overflow #manage #mine-execution-content .block .scada-svg, #home #overflow #collect #features-top .block .scada-svg, #home #overflow #collect #features-top-collect .block .scada-svg, #home #overflow #collect #features-top-1 .block .scada-svg, #home #overflow #collect #features-top-2 .block .scada-svg, #home #overflow #collect #data-pipelines-content .block .scada-svg, #home #overflow #collect #mine-planning-content .block .scada-svg, #home #overflow #collect #mine-execution-content .block .scada-svg, #home #overflow #scada #features-top .block .scada-svg, #home #overflow #scada #features-top-collect .block .scada-svg, #home #overflow #scada #features-top-1 .block .scada-svg, #home #overflow #scada #features-top-2 .block .scada-svg, #home #overflow #scada #data-pipelines-content .block .scada-svg, #home #overflow #scada #mine-planning-content .block .scada-svg, #home #overflow #scada #mine-execution-content .block .scada-svg, #home #overflow #react #features-top .block .scada-svg, #home #overflow #react #features-top-collect .block .scada-svg, #home #overflow #react #features-top-1 .block .scada-svg, #home #overflow #react #features-top-2 .block .scada-svg, #home #overflow #react #data-pipelines-content .block .scada-svg, #home #overflow #react #mine-planning-content .block .scada-svg, #home #overflow #react #mine-execution-content .block .scada-svg, #home #overflow #data-pipelines #features-top .block .scada-svg, #home #overflow #data-pipelines #features-top-collect .block .scada-svg, #home #overflow #data-pipelines #features-top-1 .block .scada-svg, #home #overflow #data-pipelines #features-top-2 .block .scada-svg, #home #overflow #data-pipelines #data-pipelines-content .block .scada-svg, #home #overflow #data-pipelines #mine-planning-content .block .scada-svg, #home #overflow #data-pipelines #mine-execution-content .block .scada-svg, #home #overflow #mine-planning #features-top .block .scada-svg, #home #overflow #mine-planning #features-top-collect .block .scada-svg, #home #overflow #mine-planning #features-top-1 .block .scada-svg, #home #overflow #mine-planning #features-top-2 .block .scada-svg, #home #overflow #mine-planning #data-pipelines-content .block .scada-svg, #home #overflow #mine-planning #mine-planning-content .block .scada-svg, #home #overflow #mine-planning #mine-execution-content .block .scada-svg, #home #overflow #mine-execution #features-top .block .scada-svg, #home #overflow #mine-execution #features-top-collect .block .scada-svg, #home #overflow #mine-execution #features-top-1 .block .scada-svg, #home #overflow #mine-execution #features-top-2 .block .scada-svg, #home #overflow #mine-execution #data-pipelines-content .block .scada-svg, #home #overflow #mine-execution #mine-planning-content .block .scada-svg, #home #overflow #mine-execution #mine-execution-content .block .scada-svg {
          width: 94%; } }
      @media (max-width: 1500px) {
        #home #overflow #manage #features-top .block .scada-svg, #home #overflow #manage #features-top-collect .block .scada-svg, #home #overflow #manage #features-top-1 .block .scada-svg, #home #overflow #manage #features-top-2 .block .scada-svg, #home #overflow #manage #data-pipelines-content .block .scada-svg, #home #overflow #manage #mine-planning-content .block .scada-svg, #home #overflow #manage #mine-execution-content .block .scada-svg, #home #overflow #collect #features-top .block .scada-svg, #home #overflow #collect #features-top-collect .block .scada-svg, #home #overflow #collect #features-top-1 .block .scada-svg, #home #overflow #collect #features-top-2 .block .scada-svg, #home #overflow #collect #data-pipelines-content .block .scada-svg, #home #overflow #collect #mine-planning-content .block .scada-svg, #home #overflow #collect #mine-execution-content .block .scada-svg, #home #overflow #scada #features-top .block .scada-svg, #home #overflow #scada #features-top-collect .block .scada-svg, #home #overflow #scada #features-top-1 .block .scada-svg, #home #overflow #scada #features-top-2 .block .scada-svg, #home #overflow #scada #data-pipelines-content .block .scada-svg, #home #overflow #scada #mine-planning-content .block .scada-svg, #home #overflow #scada #mine-execution-content .block .scada-svg, #home #overflow #react #features-top .block .scada-svg, #home #overflow #react #features-top-collect .block .scada-svg, #home #overflow #react #features-top-1 .block .scada-svg, #home #overflow #react #features-top-2 .block .scada-svg, #home #overflow #react #data-pipelines-content .block .scada-svg, #home #overflow #react #mine-planning-content .block .scada-svg, #home #overflow #react #mine-execution-content .block .scada-svg, #home #overflow #data-pipelines #features-top .block .scada-svg, #home #overflow #data-pipelines #features-top-collect .block .scada-svg, #home #overflow #data-pipelines #features-top-1 .block .scada-svg, #home #overflow #data-pipelines #features-top-2 .block .scada-svg, #home #overflow #data-pipelines #data-pipelines-content .block .scada-svg, #home #overflow #data-pipelines #mine-planning-content .block .scada-svg, #home #overflow #data-pipelines #mine-execution-content .block .scada-svg, #home #overflow #mine-planning #features-top .block .scada-svg, #home #overflow #mine-planning #features-top-collect .block .scada-svg, #home #overflow #mine-planning #features-top-1 .block .scada-svg, #home #overflow #mine-planning #features-top-2 .block .scada-svg, #home #overflow #mine-planning #data-pipelines-content .block .scada-svg, #home #overflow #mine-planning #mine-planning-content .block .scada-svg, #home #overflow #mine-planning #mine-execution-content .block .scada-svg, #home #overflow #mine-execution #features-top .block .scada-svg, #home #overflow #mine-execution #features-top-collect .block .scada-svg, #home #overflow #mine-execution #features-top-1 .block .scada-svg, #home #overflow #mine-execution #features-top-2 .block .scada-svg, #home #overflow #mine-execution #data-pipelines-content .block .scada-svg, #home #overflow #mine-execution #mine-planning-content .block .scada-svg, #home #overflow #mine-execution #mine-execution-content .block .scada-svg {
          z-index: 1; } }
      #home #overflow #manage #features-top .block .scada-svg img, #home #overflow #manage #features-top-collect .block .scada-svg img, #home #overflow #manage #features-top-1 .block .scada-svg img, #home #overflow #manage #features-top-2 .block .scada-svg img, #home #overflow #manage #data-pipelines-content .block .scada-svg img, #home #overflow #manage #mine-planning-content .block .scada-svg img, #home #overflow #manage #mine-execution-content .block .scada-svg img, #home #overflow #collect #features-top .block .scada-svg img, #home #overflow #collect #features-top-collect .block .scada-svg img, #home #overflow #collect #features-top-1 .block .scada-svg img, #home #overflow #collect #features-top-2 .block .scada-svg img, #home #overflow #collect #data-pipelines-content .block .scada-svg img, #home #overflow #collect #mine-planning-content .block .scada-svg img, #home #overflow #collect #mine-execution-content .block .scada-svg img, #home #overflow #scada #features-top .block .scada-svg img, #home #overflow #scada #features-top-collect .block .scada-svg img, #home #overflow #scada #features-top-1 .block .scada-svg img, #home #overflow #scada #features-top-2 .block .scada-svg img, #home #overflow #scada #data-pipelines-content .block .scada-svg img, #home #overflow #scada #mine-planning-content .block .scada-svg img, #home #overflow #scada #mine-execution-content .block .scada-svg img, #home #overflow #react #features-top .block .scada-svg img, #home #overflow #react #features-top-collect .block .scada-svg img, #home #overflow #react #features-top-1 .block .scada-svg img, #home #overflow #react #features-top-2 .block .scada-svg img, #home #overflow #react #data-pipelines-content .block .scada-svg img, #home #overflow #react #mine-planning-content .block .scada-svg img, #home #overflow #react #mine-execution-content .block .scada-svg img, #home #overflow #data-pipelines #features-top .block .scada-svg img, #home #overflow #data-pipelines #features-top-collect .block .scada-svg img, #home #overflow #data-pipelines #features-top-1 .block .scada-svg img, #home #overflow #data-pipelines #features-top-2 .block .scada-svg img, #home #overflow #data-pipelines #data-pipelines-content .block .scada-svg img, #home #overflow #data-pipelines #mine-planning-content .block .scada-svg img, #home #overflow #data-pipelines #mine-execution-content .block .scada-svg img, #home #overflow #mine-planning #features-top .block .scada-svg img, #home #overflow #mine-planning #features-top-collect .block .scada-svg img, #home #overflow #mine-planning #features-top-1 .block .scada-svg img, #home #overflow #mine-planning #features-top-2 .block .scada-svg img, #home #overflow #mine-planning #data-pipelines-content .block .scada-svg img, #home #overflow #mine-planning #mine-planning-content .block .scada-svg img, #home #overflow #mine-planning #mine-execution-content .block .scada-svg img, #home #overflow #mine-execution #features-top .block .scada-svg img, #home #overflow #mine-execution #features-top-collect .block .scada-svg img, #home #overflow #mine-execution #features-top-1 .block .scada-svg img, #home #overflow #mine-execution #features-top-2 .block .scada-svg img, #home #overflow #mine-execution #data-pipelines-content .block .scada-svg img, #home #overflow #mine-execution #mine-planning-content .block .scada-svg img, #home #overflow #mine-execution #mine-execution-content .block .scada-svg img {
        box-shadow: none !important; }
      #home #overflow #manage #features-top .block .scada-svg .scada-scheme, #home #overflow #manage #features-top-collect .block .scada-svg .scada-scheme, #home #overflow #manage #features-top-1 .block .scada-svg .scada-scheme, #home #overflow #manage #features-top-2 .block .scada-svg .scada-scheme, #home #overflow #manage #data-pipelines-content .block .scada-svg .scada-scheme, #home #overflow #manage #mine-planning-content .block .scada-svg .scada-scheme, #home #overflow #manage #mine-execution-content .block .scada-svg .scada-scheme, #home #overflow #collect #features-top .block .scada-svg .scada-scheme, #home #overflow #collect #features-top-collect .block .scada-svg .scada-scheme, #home #overflow #collect #features-top-1 .block .scada-svg .scada-scheme, #home #overflow #collect #features-top-2 .block .scada-svg .scada-scheme, #home #overflow #collect #data-pipelines-content .block .scada-svg .scada-scheme, #home #overflow #collect #mine-planning-content .block .scada-svg .scada-scheme, #home #overflow #collect #mine-execution-content .block .scada-svg .scada-scheme, #home #overflow #scada #features-top .block .scada-svg .scada-scheme, #home #overflow #scada #features-top-collect .block .scada-svg .scada-scheme, #home #overflow #scada #features-top-1 .block .scada-svg .scada-scheme, #home #overflow #scada #features-top-2 .block .scada-svg .scada-scheme, #home #overflow #scada #data-pipelines-content .block .scada-svg .scada-scheme, #home #overflow #scada #mine-planning-content .block .scada-svg .scada-scheme, #home #overflow #scada #mine-execution-content .block .scada-svg .scada-scheme, #home #overflow #react #features-top .block .scada-svg .scada-scheme, #home #overflow #react #features-top-collect .block .scada-svg .scada-scheme, #home #overflow #react #features-top-1 .block .scada-svg .scada-scheme, #home #overflow #react #features-top-2 .block .scada-svg .scada-scheme, #home #overflow #react #data-pipelines-content .block .scada-svg .scada-scheme, #home #overflow #react #mine-planning-content .block .scada-svg .scada-scheme, #home #overflow #react #mine-execution-content .block .scada-svg .scada-scheme, #home #overflow #data-pipelines #features-top .block .scada-svg .scada-scheme, #home #overflow #data-pipelines #features-top-collect .block .scada-svg .scada-scheme, #home #overflow #data-pipelines #features-top-1 .block .scada-svg .scada-scheme, #home #overflow #data-pipelines #features-top-2 .block .scada-svg .scada-scheme, #home #overflow #data-pipelines #data-pipelines-content .block .scada-svg .scada-scheme, #home #overflow #data-pipelines #mine-planning-content .block .scada-svg .scada-scheme, #home #overflow #data-pipelines #mine-execution-content .block .scada-svg .scada-scheme, #home #overflow #mine-planning #features-top .block .scada-svg .scada-scheme, #home #overflow #mine-planning #features-top-collect .block .scada-svg .scada-scheme, #home #overflow #mine-planning #features-top-1 .block .scada-svg .scada-scheme, #home #overflow #mine-planning #features-top-2 .block .scada-svg .scada-scheme, #home #overflow #mine-planning #data-pipelines-content .block .scada-svg .scada-scheme, #home #overflow #mine-planning #mine-planning-content .block .scada-svg .scada-scheme, #home #overflow #mine-planning #mine-execution-content .block .scada-svg .scada-scheme, #home #overflow #mine-execution #features-top .block .scada-svg .scada-scheme, #home #overflow #mine-execution #features-top-collect .block .scada-svg .scada-scheme, #home #overflow #mine-execution #features-top-1 .block .scada-svg .scada-scheme, #home #overflow #mine-execution #features-top-2 .block .scada-svg .scada-scheme, #home #overflow #mine-execution #data-pipelines-content .block .scada-svg .scada-scheme, #home #overflow #mine-execution #mine-planning-content .block .scada-svg .scada-scheme, #home #overflow #mine-execution #mine-execution-content .block .scada-svg .scada-scheme {
        z-index: -2;
        width: 163.8%; }
        #home #overflow #manage #features-top .block .scada-svg .scada-scheme.hidden, #home #overflow #manage #features-top-collect .block .scada-svg .scada-scheme.hidden, #home #overflow #manage #features-top-1 .block .scada-svg .scada-scheme.hidden, #home #overflow #manage #features-top-2 .block .scada-svg .scada-scheme.hidden, #home #overflow #manage #data-pipelines-content .block .scada-svg .scada-scheme.hidden, #home #overflow #manage #mine-planning-content .block .scada-svg .scada-scheme.hidden, #home #overflow #manage #mine-execution-content .block .scada-svg .scada-scheme.hidden, #home #overflow #collect #features-top .block .scada-svg .scada-scheme.hidden, #home #overflow #collect #features-top-collect .block .scada-svg .scada-scheme.hidden, #home #overflow #collect #features-top-1 .block .scada-svg .scada-scheme.hidden, #home #overflow #collect #features-top-2 .block .scada-svg .scada-scheme.hidden, #home #overflow #collect #data-pipelines-content .block .scada-svg .scada-scheme.hidden, #home #overflow #collect #mine-planning-content .block .scada-svg .scada-scheme.hidden, #home #overflow #collect #mine-execution-content .block .scada-svg .scada-scheme.hidden, #home #overflow #scada #features-top .block .scada-svg .scada-scheme.hidden, #home #overflow #scada #features-top-collect .block .scada-svg .scada-scheme.hidden, #home #overflow #scada #features-top-1 .block .scada-svg .scada-scheme.hidden, #home #overflow #scada #features-top-2 .block .scada-svg .scada-scheme.hidden, #home #overflow #scada #data-pipelines-content .block .scada-svg .scada-scheme.hidden, #home #overflow #scada #mine-planning-content .block .scada-svg .scada-scheme.hidden, #home #overflow #scada #mine-execution-content .block .scada-svg .scada-scheme.hidden, #home #overflow #react #features-top .block .scada-svg .scada-scheme.hidden, #home #overflow #react #features-top-collect .block .scada-svg .scada-scheme.hidden, #home #overflow #react #features-top-1 .block .scada-svg .scada-scheme.hidden, #home #overflow #react #features-top-2 .block .scada-svg .scada-scheme.hidden, #home #overflow #react #data-pipelines-content .block .scada-svg .scada-scheme.hidden, #home #overflow #react #mine-planning-content .block .scada-svg .scada-scheme.hidden, #home #overflow #react #mine-execution-content .block .scada-svg .scada-scheme.hidden, #home #overflow #data-pipelines #features-top .block .scada-svg .scada-scheme.hidden, #home #overflow #data-pipelines #features-top-collect .block .scada-svg .scada-scheme.hidden, #home #overflow #data-pipelines #features-top-1 .block .scada-svg .scada-scheme.hidden, #home #overflow #data-pipelines #features-top-2 .block .scada-svg .scada-scheme.hidden, #home #overflow #data-pipelines #data-pipelines-content .block .scada-svg .scada-scheme.hidden, #home #overflow #data-pipelines #mine-planning-content .block .scada-svg .scada-scheme.hidden, #home #overflow #data-pipelines #mine-execution-content .block .scada-svg .scada-scheme.hidden, #home #overflow #mine-planning #features-top .block .scada-svg .scada-scheme.hidden, #home #overflow #mine-planning #features-top-collect .block .scada-svg .scada-scheme.hidden, #home #overflow #mine-planning #features-top-1 .block .scada-svg .scada-scheme.hidden, #home #overflow #mine-planning #features-top-2 .block .scada-svg .scada-scheme.hidden, #home #overflow #mine-planning #data-pipelines-content .block .scada-svg .scada-scheme.hidden, #home #overflow #mine-planning #mine-planning-content .block .scada-svg .scada-scheme.hidden, #home #overflow #mine-planning #mine-execution-content .block .scada-svg .scada-scheme.hidden, #home #overflow #mine-execution #features-top .block .scada-svg .scada-scheme.hidden, #home #overflow #mine-execution #features-top-collect .block .scada-svg .scada-scheme.hidden, #home #overflow #mine-execution #features-top-1 .block .scada-svg .scada-scheme.hidden, #home #overflow #mine-execution #features-top-2 .block .scada-svg .scada-scheme.hidden, #home #overflow #mine-execution #data-pipelines-content .block .scada-svg .scada-scheme.hidden, #home #overflow #mine-execution #mine-planning-content .block .scada-svg .scada-scheme.hidden, #home #overflow #mine-execution #mine-execution-content .block .scada-svg .scada-scheme.hidden {
          display: none; }
      #home #overflow #manage #features-top .block .scada-svg .scada-fade, #home #overflow #manage #features-top-collect .block .scada-svg .scada-fade, #home #overflow #manage #features-top-1 .block .scada-svg .scada-fade, #home #overflow #manage #features-top-2 .block .scada-svg .scada-fade, #home #overflow #manage #data-pipelines-content .block .scada-svg .scada-fade, #home #overflow #manage #mine-planning-content .block .scada-svg .scada-fade, #home #overflow #manage #mine-execution-content .block .scada-svg .scada-fade, #home #overflow #collect #features-top .block .scada-svg .scada-fade, #home #overflow #collect #features-top-collect .block .scada-svg .scada-fade, #home #overflow #collect #features-top-1 .block .scada-svg .scada-fade, #home #overflow #collect #features-top-2 .block .scada-svg .scada-fade, #home #overflow #collect #data-pipelines-content .block .scada-svg .scada-fade, #home #overflow #collect #mine-planning-content .block .scada-svg .scada-fade, #home #overflow #collect #mine-execution-content .block .scada-svg .scada-fade, #home #overflow #scada #features-top .block .scada-svg .scada-fade, #home #overflow #scada #features-top-collect .block .scada-svg .scada-fade, #home #overflow #scada #features-top-1 .block .scada-svg .scada-fade, #home #overflow #scada #features-top-2 .block .scada-svg .scada-fade, #home #overflow #scada #data-pipelines-content .block .scada-svg .scada-fade, #home #overflow #scada #mine-planning-content .block .scada-svg .scada-fade, #home #overflow #scada #mine-execution-content .block .scada-svg .scada-fade, #home #overflow #react #features-top .block .scada-svg .scada-fade, #home #overflow #react #features-top-collect .block .scada-svg .scada-fade, #home #overflow #react #features-top-1 .block .scada-svg .scada-fade, #home #overflow #react #features-top-2 .block .scada-svg .scada-fade, #home #overflow #react #data-pipelines-content .block .scada-svg .scada-fade, #home #overflow #react #mine-planning-content .block .scada-svg .scada-fade, #home #overflow #react #mine-execution-content .block .scada-svg .scada-fade, #home #overflow #data-pipelines #features-top .block .scada-svg .scada-fade, #home #overflow #data-pipelines #features-top-collect .block .scada-svg .scada-fade, #home #overflow #data-pipelines #features-top-1 .block .scada-svg .scada-fade, #home #overflow #data-pipelines #features-top-2 .block .scada-svg .scada-fade, #home #overflow #data-pipelines #data-pipelines-content .block .scada-svg .scada-fade, #home #overflow #data-pipelines #mine-planning-content .block .scada-svg .scada-fade, #home #overflow #data-pipelines #mine-execution-content .block .scada-svg .scada-fade, #home #overflow #mine-planning #features-top .block .scada-svg .scada-fade, #home #overflow #mine-planning #features-top-collect .block .scada-svg .scada-fade, #home #overflow #mine-planning #features-top-1 .block .scada-svg .scada-fade, #home #overflow #mine-planning #features-top-2 .block .scada-svg .scada-fade, #home #overflow #mine-planning #data-pipelines-content .block .scada-svg .scada-fade, #home #overflow #mine-planning #mine-planning-content .block .scada-svg .scada-fade, #home #overflow #mine-planning #mine-execution-content .block .scada-svg .scada-fade, #home #overflow #mine-execution #features-top .block .scada-svg .scada-fade, #home #overflow #mine-execution #features-top-collect .block .scada-svg .scada-fade, #home #overflow #mine-execution #features-top-1 .block .scada-svg .scada-fade, #home #overflow #mine-execution #features-top-2 .block .scada-svg .scada-fade, #home #overflow #mine-execution #data-pipelines-content .block .scada-svg .scada-fade, #home #overflow #mine-execution #mine-planning-content .block .scada-svg .scada-fade, #home #overflow #mine-execution #mine-execution-content .block .scada-svg .scada-fade {
        width: 64.8%;
        height: 93.8%;
        position: absolute;
        top: 0;
        right: -498px;
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%); }
        @media (max-width: 1024px) {
          #home #overflow #manage #features-top .block .scada-svg .scada-fade, #home #overflow #manage #features-top-collect .block .scada-svg .scada-fade, #home #overflow #manage #features-top-1 .block .scada-svg .scada-fade, #home #overflow #manage #features-top-2 .block .scada-svg .scada-fade, #home #overflow #manage #data-pipelines-content .block .scada-svg .scada-fade, #home #overflow #manage #mine-planning-content .block .scada-svg .scada-fade, #home #overflow #manage #mine-execution-content .block .scada-svg .scada-fade, #home #overflow #collect #features-top .block .scada-svg .scada-fade, #home #overflow #collect #features-top-collect .block .scada-svg .scada-fade, #home #overflow #collect #features-top-1 .block .scada-svg .scada-fade, #home #overflow #collect #features-top-2 .block .scada-svg .scada-fade, #home #overflow #collect #data-pipelines-content .block .scada-svg .scada-fade, #home #overflow #collect #mine-planning-content .block .scada-svg .scada-fade, #home #overflow #collect #mine-execution-content .block .scada-svg .scada-fade, #home #overflow #scada #features-top .block .scada-svg .scada-fade, #home #overflow #scada #features-top-collect .block .scada-svg .scada-fade, #home #overflow #scada #features-top-1 .block .scada-svg .scada-fade, #home #overflow #scada #features-top-2 .block .scada-svg .scada-fade, #home #overflow #scada #data-pipelines-content .block .scada-svg .scada-fade, #home #overflow #scada #mine-planning-content .block .scada-svg .scada-fade, #home #overflow #scada #mine-execution-content .block .scada-svg .scada-fade, #home #overflow #react #features-top .block .scada-svg .scada-fade, #home #overflow #react #features-top-collect .block .scada-svg .scada-fade, #home #overflow #react #features-top-1 .block .scada-svg .scada-fade, #home #overflow #react #features-top-2 .block .scada-svg .scada-fade, #home #overflow #react #data-pipelines-content .block .scada-svg .scada-fade, #home #overflow #react #mine-planning-content .block .scada-svg .scada-fade, #home #overflow #react #mine-execution-content .block .scada-svg .scada-fade, #home #overflow #data-pipelines #features-top .block .scada-svg .scada-fade, #home #overflow #data-pipelines #features-top-collect .block .scada-svg .scada-fade, #home #overflow #data-pipelines #features-top-1 .block .scada-svg .scada-fade, #home #overflow #data-pipelines #features-top-2 .block .scada-svg .scada-fade, #home #overflow #data-pipelines #data-pipelines-content .block .scada-svg .scada-fade, #home #overflow #data-pipelines #mine-planning-content .block .scada-svg .scada-fade, #home #overflow #data-pipelines #mine-execution-content .block .scada-svg .scada-fade, #home #overflow #mine-planning #features-top .block .scada-svg .scada-fade, #home #overflow #mine-planning #features-top-collect .block .scada-svg .scada-fade, #home #overflow #mine-planning #features-top-1 .block .scada-svg .scada-fade, #home #overflow #mine-planning #features-top-2 .block .scada-svg .scada-fade, #home #overflow #mine-planning #data-pipelines-content .block .scada-svg .scada-fade, #home #overflow #mine-planning #mine-planning-content .block .scada-svg .scada-fade, #home #overflow #mine-planning #mine-execution-content .block .scada-svg .scada-fade, #home #overflow #mine-execution #features-top .block .scada-svg .scada-fade, #home #overflow #mine-execution #features-top-collect .block .scada-svg .scada-fade, #home #overflow #mine-execution #features-top-1 .block .scada-svg .scada-fade, #home #overflow #mine-execution #features-top-2 .block .scada-svg .scada-fade, #home #overflow #mine-execution #data-pipelines-content .block .scada-svg .scada-fade, #home #overflow #mine-execution #mine-planning-content .block .scada-svg .scada-fade, #home #overflow #mine-execution #mine-execution-content .block .scada-svg .scada-fade {
            display: none; } }
      #home #overflow #manage #features-top .block .scada-svg .scada-background, #home #overflow #manage #features-top-collect .block .scada-svg .scada-background, #home #overflow #manage #features-top-1 .block .scada-svg .scada-background, #home #overflow #manage #features-top-2 .block .scada-svg .scada-background, #home #overflow #manage #data-pipelines-content .block .scada-svg .scada-background, #home #overflow #manage #mine-planning-content .block .scada-svg .scada-background, #home #overflow #manage #mine-execution-content .block .scada-svg .scada-background, #home #overflow #collect #features-top .block .scada-svg .scada-background, #home #overflow #collect #features-top-collect .block .scada-svg .scada-background, #home #overflow #collect #features-top-1 .block .scada-svg .scada-background, #home #overflow #collect #features-top-2 .block .scada-svg .scada-background, #home #overflow #collect #data-pipelines-content .block .scada-svg .scada-background, #home #overflow #collect #mine-planning-content .block .scada-svg .scada-background, #home #overflow #collect #mine-execution-content .block .scada-svg .scada-background, #home #overflow #scada #features-top .block .scada-svg .scada-background, #home #overflow #scada #features-top-collect .block .scada-svg .scada-background, #home #overflow #scada #features-top-1 .block .scada-svg .scada-background, #home #overflow #scada #features-top-2 .block .scada-svg .scada-background, #home #overflow #scada #data-pipelines-content .block .scada-svg .scada-background, #home #overflow #scada #mine-planning-content .block .scada-svg .scada-background, #home #overflow #scada #mine-execution-content .block .scada-svg .scada-background, #home #overflow #react #features-top .block .scada-svg .scada-background, #home #overflow #react #features-top-collect .block .scada-svg .scada-background, #home #overflow #react #features-top-1 .block .scada-svg .scada-background, #home #overflow #react #features-top-2 .block .scada-svg .scada-background, #home #overflow #react #data-pipelines-content .block .scada-svg .scada-background, #home #overflow #react #mine-planning-content .block .scada-svg .scada-background, #home #overflow #react #mine-execution-content .block .scada-svg .scada-background, #home #overflow #data-pipelines #features-top .block .scada-svg .scada-background, #home #overflow #data-pipelines #features-top-collect .block .scada-svg .scada-background, #home #overflow #data-pipelines #features-top-1 .block .scada-svg .scada-background, #home #overflow #data-pipelines #features-top-2 .block .scada-svg .scada-background, #home #overflow #data-pipelines #data-pipelines-content .block .scada-svg .scada-background, #home #overflow #data-pipelines #mine-planning-content .block .scada-svg .scada-background, #home #overflow #data-pipelines #mine-execution-content .block .scada-svg .scada-background, #home #overflow #mine-planning #features-top .block .scada-svg .scada-background, #home #overflow #mine-planning #features-top-collect .block .scada-svg .scada-background, #home #overflow #mine-planning #features-top-1 .block .scada-svg .scada-background, #home #overflow #mine-planning #features-top-2 .block .scada-svg .scada-background, #home #overflow #mine-planning #data-pipelines-content .block .scada-svg .scada-background, #home #overflow #mine-planning #mine-planning-content .block .scada-svg .scada-background, #home #overflow #mine-planning #mine-execution-content .block .scada-svg .scada-background, #home #overflow #mine-execution #features-top .block .scada-svg .scada-background, #home #overflow #mine-execution #features-top-collect .block .scada-svg .scada-background, #home #overflow #mine-execution #features-top-1 .block .scada-svg .scada-background, #home #overflow #mine-execution #features-top-2 .block .scada-svg .scada-background, #home #overflow #mine-execution #data-pipelines-content .block .scada-svg .scada-background, #home #overflow #mine-execution #mine-planning-content .block .scada-svg .scada-background, #home #overflow #mine-execution #mine-execution-content .block .scada-svg .scada-background {
        position: absolute;
        top: 10.3%;
        z-index: -3;
        width: 96%;
        height: 73%;
        background-color: white;
        border-radius: 8px;
        box-shadow: 0 50px 50px -20px rgba(0, 0, 0, 0.15), 0px 0px 30px 0px rgba(0, 0, 0, 0.04); }
    #home #overflow #manage #features-top .block .process, #home #overflow #manage #features-top-collect .block .process, #home #overflow #manage #features-top-1 .block .process, #home #overflow #manage #features-top-2 .block .process, #home #overflow #manage #data-pipelines-content .block .process, #home #overflow #manage #mine-planning-content .block .process, #home #overflow #manage #mine-execution-content .block .process, #home #overflow #collect #features-top .block .process, #home #overflow #collect #features-top-collect .block .process, #home #overflow #collect #features-top-1 .block .process, #home #overflow #collect #features-top-2 .block .process, #home #overflow #collect #data-pipelines-content .block .process, #home #overflow #collect #mine-planning-content .block .process, #home #overflow #collect #mine-execution-content .block .process, #home #overflow #scada #features-top .block .process, #home #overflow #scada #features-top-collect .block .process, #home #overflow #scada #features-top-1 .block .process, #home #overflow #scada #features-top-2 .block .process, #home #overflow #scada #data-pipelines-content .block .process, #home #overflow #scada #mine-planning-content .block .process, #home #overflow #scada #mine-execution-content .block .process, #home #overflow #react #features-top .block .process, #home #overflow #react #features-top-collect .block .process, #home #overflow #react #features-top-1 .block .process, #home #overflow #react #features-top-2 .block .process, #home #overflow #react #data-pipelines-content .block .process, #home #overflow #react #mine-planning-content .block .process, #home #overflow #react #mine-execution-content .block .process, #home #overflow #data-pipelines #features-top .block .process, #home #overflow #data-pipelines #features-top-collect .block .process, #home #overflow #data-pipelines #features-top-1 .block .process, #home #overflow #data-pipelines #features-top-2 .block .process, #home #overflow #data-pipelines #data-pipelines-content .block .process, #home #overflow #data-pipelines #mine-planning-content .block .process, #home #overflow #data-pipelines #mine-execution-content .block .process, #home #overflow #mine-planning #features-top .block .process, #home #overflow #mine-planning #features-top-collect .block .process, #home #overflow #mine-planning #features-top-1 .block .process, #home #overflow #mine-planning #features-top-2 .block .process, #home #overflow #mine-planning #data-pipelines-content .block .process, #home #overflow #mine-planning #mine-planning-content .block .process, #home #overflow #mine-planning #mine-execution-content .block .process, #home #overflow #mine-execution #features-top .block .process, #home #overflow #mine-execution #features-top-collect .block .process, #home #overflow #mine-execution #features-top-1 .block .process, #home #overflow #mine-execution #features-top-2 .block .process, #home #overflow #mine-execution #data-pipelines-content .block .process, #home #overflow #mine-execution #mine-planning-content .block .process, #home #overflow #mine-execution #mine-execution-content .block .process {
      position: relative;
      display: inline-block; }
      #home #overflow #manage #features-top .block .process .react, #home #overflow #manage #features-top-collect .block .process .react, #home #overflow #manage #features-top-1 .block .process .react, #home #overflow #manage #features-top-2 .block .process .react, #home #overflow #manage #data-pipelines-content .block .process .react, #home #overflow #manage #mine-planning-content .block .process .react, #home #overflow #manage #mine-execution-content .block .process .react, #home #overflow #collect #features-top .block .process .react, #home #overflow #collect #features-top-collect .block .process .react, #home #overflow #collect #features-top-1 .block .process .react, #home #overflow #collect #features-top-2 .block .process .react, #home #overflow #collect #data-pipelines-content .block .process .react, #home #overflow #collect #mine-planning-content .block .process .react, #home #overflow #collect #mine-execution-content .block .process .react, #home #overflow #scada #features-top .block .process .react, #home #overflow #scada #features-top-collect .block .process .react, #home #overflow #scada #features-top-1 .block .process .react, #home #overflow #scada #features-top-2 .block .process .react, #home #overflow #scada #data-pipelines-content .block .process .react, #home #overflow #scada #mine-planning-content .block .process .react, #home #overflow #scada #mine-execution-content .block .process .react, #home #overflow #react #features-top .block .process .react, #home #overflow #react #features-top-collect .block .process .react, #home #overflow #react #features-top-1 .block .process .react, #home #overflow #react #features-top-2 .block .process .react, #home #overflow #react #data-pipelines-content .block .process .react, #home #overflow #react #mine-planning-content .block .process .react, #home #overflow #react #mine-execution-content .block .process .react, #home #overflow #data-pipelines #features-top .block .process .react, #home #overflow #data-pipelines #features-top-collect .block .process .react, #home #overflow #data-pipelines #features-top-1 .block .process .react, #home #overflow #data-pipelines #features-top-2 .block .process .react, #home #overflow #data-pipelines #data-pipelines-content .block .process .react, #home #overflow #data-pipelines #mine-planning-content .block .process .react, #home #overflow #data-pipelines #mine-execution-content .block .process .react, #home #overflow #mine-planning #features-top .block .process .react, #home #overflow #mine-planning #features-top-collect .block .process .react, #home #overflow #mine-planning #features-top-1 .block .process .react, #home #overflow #mine-planning #features-top-2 .block .process .react, #home #overflow #mine-planning #data-pipelines-content .block .process .react, #home #overflow #mine-planning #mine-planning-content .block .process .react, #home #overflow #mine-planning #mine-execution-content .block .process .react, #home #overflow #mine-execution #features-top .block .process .react, #home #overflow #mine-execution #features-top-collect .block .process .react, #home #overflow #mine-execution #features-top-1 .block .process .react, #home #overflow #mine-execution #features-top-2 .block .process .react, #home #overflow #mine-execution #data-pipelines-content .block .process .react, #home #overflow #mine-execution #mine-planning-content .block .process .react, #home #overflow #mine-execution #mine-execution-content .block .process .react {
        width: 167%;
        max-width: 1031px;
        border-radius: unset;
        position: absolute;
        box-shadow: unset;
        z-index: -1;
        left: -95%;
        top: 90%;
        transform: translateY(-50%); }
        @media (max-width: 1024px) {
          #home #overflow #manage #features-top .block .process .react, #home #overflow #manage #features-top-collect .block .process .react, #home #overflow #manage #features-top-1 .block .process .react, #home #overflow #manage #features-top-2 .block .process .react, #home #overflow #manage #data-pipelines-content .block .process .react, #home #overflow #manage #mine-planning-content .block .process .react, #home #overflow #manage #mine-execution-content .block .process .react, #home #overflow #collect #features-top .block .process .react, #home #overflow #collect #features-top-collect .block .process .react, #home #overflow #collect #features-top-1 .block .process .react, #home #overflow #collect #features-top-2 .block .process .react, #home #overflow #collect #data-pipelines-content .block .process .react, #home #overflow #collect #mine-planning-content .block .process .react, #home #overflow #collect #mine-execution-content .block .process .react, #home #overflow #scada #features-top .block .process .react, #home #overflow #scada #features-top-collect .block .process .react, #home #overflow #scada #features-top-1 .block .process .react, #home #overflow #scada #features-top-2 .block .process .react, #home #overflow #scada #data-pipelines-content .block .process .react, #home #overflow #scada #mine-planning-content .block .process .react, #home #overflow #scada #mine-execution-content .block .process .react, #home #overflow #react #features-top .block .process .react, #home #overflow #react #features-top-collect .block .process .react, #home #overflow #react #features-top-1 .block .process .react, #home #overflow #react #features-top-2 .block .process .react, #home #overflow #react #data-pipelines-content .block .process .react, #home #overflow #react #mine-planning-content .block .process .react, #home #overflow #react #mine-execution-content .block .process .react, #home #overflow #data-pipelines #features-top .block .process .react, #home #overflow #data-pipelines #features-top-collect .block .process .react, #home #overflow #data-pipelines #features-top-1 .block .process .react, #home #overflow #data-pipelines #features-top-2 .block .process .react, #home #overflow #data-pipelines #data-pipelines-content .block .process .react, #home #overflow #data-pipelines #mine-planning-content .block .process .react, #home #overflow #data-pipelines #mine-execution-content .block .process .react, #home #overflow #mine-planning #features-top .block .process .react, #home #overflow #mine-planning #features-top-collect .block .process .react, #home #overflow #mine-planning #features-top-1 .block .process .react, #home #overflow #mine-planning #features-top-2 .block .process .react, #home #overflow #mine-planning #data-pipelines-content .block .process .react, #home #overflow #mine-planning #mine-planning-content .block .process .react, #home #overflow #mine-planning #mine-execution-content .block .process .react, #home #overflow #mine-execution #features-top .block .process .react, #home #overflow #mine-execution #features-top-collect .block .process .react, #home #overflow #mine-execution #features-top-1 .block .process .react, #home #overflow #mine-execution #features-top-2 .block .process .react, #home #overflow #mine-execution #data-pipelines-content .block .process .react, #home #overflow #mine-execution #mine-planning-content .block .process .react, #home #overflow #mine-execution #mine-execution-content .block .process .react {
            left: -76%;
            top: 50%;
            transform: translateY(-50%); } }
      #home #overflow #manage #features-top .block .process .add-rule, #home #overflow #manage #features-top-collect .block .process .add-rule, #home #overflow #manage #features-top-1 .block .process .add-rule, #home #overflow #manage #features-top-2 .block .process .add-rule, #home #overflow #manage #data-pipelines-content .block .process .add-rule, #home #overflow #manage #mine-planning-content .block .process .add-rule, #home #overflow #manage #mine-execution-content .block .process .add-rule, #home #overflow #collect #features-top .block .process .add-rule, #home #overflow #collect #features-top-collect .block .process .add-rule, #home #overflow #collect #features-top-1 .block .process .add-rule, #home #overflow #collect #features-top-2 .block .process .add-rule, #home #overflow #collect #data-pipelines-content .block .process .add-rule, #home #overflow #collect #mine-planning-content .block .process .add-rule, #home #overflow #collect #mine-execution-content .block .process .add-rule, #home #overflow #scada #features-top .block .process .add-rule, #home #overflow #scada #features-top-collect .block .process .add-rule, #home #overflow #scada #features-top-1 .block .process .add-rule, #home #overflow #scada #features-top-2 .block .process .add-rule, #home #overflow #scada #data-pipelines-content .block .process .add-rule, #home #overflow #scada #mine-planning-content .block .process .add-rule, #home #overflow #scada #mine-execution-content .block .process .add-rule, #home #overflow #react #features-top .block .process .add-rule, #home #overflow #react #features-top-collect .block .process .add-rule, #home #overflow #react #features-top-1 .block .process .add-rule, #home #overflow #react #features-top-2 .block .process .add-rule, #home #overflow #react #data-pipelines-content .block .process .add-rule, #home #overflow #react #mine-planning-content .block .process .add-rule, #home #overflow #react #mine-execution-content .block .process .add-rule, #home #overflow #data-pipelines #features-top .block .process .add-rule, #home #overflow #data-pipelines #features-top-collect .block .process .add-rule, #home #overflow #data-pipelines #features-top-1 .block .process .add-rule, #home #overflow #data-pipelines #features-top-2 .block .process .add-rule, #home #overflow #data-pipelines #data-pipelines-content .block .process .add-rule, #home #overflow #data-pipelines #mine-planning-content .block .process .add-rule, #home #overflow #data-pipelines #mine-execution-content .block .process .add-rule, #home #overflow #mine-planning #features-top .block .process .add-rule, #home #overflow #mine-planning #features-top-collect .block .process .add-rule, #home #overflow #mine-planning #features-top-1 .block .process .add-rule, #home #overflow #mine-planning #features-top-2 .block .process .add-rule, #home #overflow #mine-planning #data-pipelines-content .block .process .add-rule, #home #overflow #mine-planning #mine-planning-content .block .process .add-rule, #home #overflow #mine-planning #mine-execution-content .block .process .add-rule, #home #overflow #mine-execution #features-top .block .process .add-rule, #home #overflow #mine-execution #features-top-collect .block .process .add-rule, #home #overflow #mine-execution #features-top-1 .block .process .add-rule, #home #overflow #mine-execution #features-top-2 .block .process .add-rule, #home #overflow #mine-execution #data-pipelines-content .block .process .add-rule, #home #overflow #mine-execution #mine-planning-content .block .process .add-rule, #home #overflow #mine-execution #mine-execution-content .block .process .add-rule {
        width: 100%; }
    #home #overflow #manage #features-top .block.dark .feature-des, #home #overflow #manage #features-top-collect .block.dark .feature-des, #home #overflow #manage #features-top-1 .block.dark .feature-des, #home #overflow #manage #features-top-2 .block.dark .feature-des, #home #overflow #manage #data-pipelines-content .block.dark .feature-des, #home #overflow #manage #mine-planning-content .block.dark .feature-des, #home #overflow #manage #mine-execution-content .block.dark .feature-des, #home #overflow #collect #features-top .block.dark .feature-des, #home #overflow #collect #features-top-collect .block.dark .feature-des, #home #overflow #collect #features-top-1 .block.dark .feature-des, #home #overflow #collect #features-top-2 .block.dark .feature-des, #home #overflow #collect #data-pipelines-content .block.dark .feature-des, #home #overflow #collect #mine-planning-content .block.dark .feature-des, #home #overflow #collect #mine-execution-content .block.dark .feature-des, #home #overflow #scada #features-top .block.dark .feature-des, #home #overflow #scada #features-top-collect .block.dark .feature-des, #home #overflow #scada #features-top-1 .block.dark .feature-des, #home #overflow #scada #features-top-2 .block.dark .feature-des, #home #overflow #scada #data-pipelines-content .block.dark .feature-des, #home #overflow #scada #mine-planning-content .block.dark .feature-des, #home #overflow #scada #mine-execution-content .block.dark .feature-des, #home #overflow #react #features-top .block.dark .feature-des, #home #overflow #react #features-top-collect .block.dark .feature-des, #home #overflow #react #features-top-1 .block.dark .feature-des, #home #overflow #react #features-top-2 .block.dark .feature-des, #home #overflow #react #data-pipelines-content .block.dark .feature-des, #home #overflow #react #mine-planning-content .block.dark .feature-des, #home #overflow #react #mine-execution-content .block.dark .feature-des, #home #overflow #data-pipelines #features-top .block.dark .feature-des, #home #overflow #data-pipelines #features-top-collect .block.dark .feature-des, #home #overflow #data-pipelines #features-top-1 .block.dark .feature-des, #home #overflow #data-pipelines #features-top-2 .block.dark .feature-des, #home #overflow #data-pipelines #data-pipelines-content .block.dark .feature-des, #home #overflow #data-pipelines #mine-planning-content .block.dark .feature-des, #home #overflow #data-pipelines #mine-execution-content .block.dark .feature-des, #home #overflow #mine-planning #features-top .block.dark .feature-des, #home #overflow #mine-planning #features-top-collect .block.dark .feature-des, #home #overflow #mine-planning #features-top-1 .block.dark .feature-des, #home #overflow #mine-planning #features-top-2 .block.dark .feature-des, #home #overflow #mine-planning #data-pipelines-content .block.dark .feature-des, #home #overflow #mine-planning #mine-planning-content .block.dark .feature-des, #home #overflow #mine-planning #mine-execution-content .block.dark .feature-des, #home #overflow #mine-execution #features-top .block.dark .feature-des, #home #overflow #mine-execution #features-top-collect .block.dark .feature-des, #home #overflow #mine-execution #features-top-1 .block.dark .feature-des, #home #overflow #mine-execution #features-top-2 .block.dark .feature-des, #home #overflow #mine-execution #data-pipelines-content .block.dark .feature-des, #home #overflow #mine-execution #mine-planning-content .block.dark .feature-des, #home #overflow #mine-execution #mine-execution-content .block.dark .feature-des {
      margin-bottom: 50px; }
      @media (max-width: 1024px) {
        #home #overflow #manage #features-top .block.dark .feature-des, #home #overflow #manage #features-top-collect .block.dark .feature-des, #home #overflow #manage #features-top-1 .block.dark .feature-des, #home #overflow #manage #features-top-2 .block.dark .feature-des, #home #overflow #manage #data-pipelines-content .block.dark .feature-des, #home #overflow #manage #mine-planning-content .block.dark .feature-des, #home #overflow #manage #mine-execution-content .block.dark .feature-des, #home #overflow #collect #features-top .block.dark .feature-des, #home #overflow #collect #features-top-collect .block.dark .feature-des, #home #overflow #collect #features-top-1 .block.dark .feature-des, #home #overflow #collect #features-top-2 .block.dark .feature-des, #home #overflow #collect #data-pipelines-content .block.dark .feature-des, #home #overflow #collect #mine-planning-content .block.dark .feature-des, #home #overflow #collect #mine-execution-content .block.dark .feature-des, #home #overflow #scada #features-top .block.dark .feature-des, #home #overflow #scada #features-top-collect .block.dark .feature-des, #home #overflow #scada #features-top-1 .block.dark .feature-des, #home #overflow #scada #features-top-2 .block.dark .feature-des, #home #overflow #scada #data-pipelines-content .block.dark .feature-des, #home #overflow #scada #mine-planning-content .block.dark .feature-des, #home #overflow #scada #mine-execution-content .block.dark .feature-des, #home #overflow #react #features-top .block.dark .feature-des, #home #overflow #react #features-top-collect .block.dark .feature-des, #home #overflow #react #features-top-1 .block.dark .feature-des, #home #overflow #react #features-top-2 .block.dark .feature-des, #home #overflow #react #data-pipelines-content .block.dark .feature-des, #home #overflow #react #mine-planning-content .block.dark .feature-des, #home #overflow #react #mine-execution-content .block.dark .feature-des, #home #overflow #data-pipelines #features-top .block.dark .feature-des, #home #overflow #data-pipelines #features-top-collect .block.dark .feature-des, #home #overflow #data-pipelines #features-top-1 .block.dark .feature-des, #home #overflow #data-pipelines #features-top-2 .block.dark .feature-des, #home #overflow #data-pipelines #data-pipelines-content .block.dark .feature-des, #home #overflow #data-pipelines #mine-planning-content .block.dark .feature-des, #home #overflow #data-pipelines #mine-execution-content .block.dark .feature-des, #home #overflow #mine-planning #features-top .block.dark .feature-des, #home #overflow #mine-planning #features-top-collect .block.dark .feature-des, #home #overflow #mine-planning #features-top-1 .block.dark .feature-des, #home #overflow #mine-planning #features-top-2 .block.dark .feature-des, #home #overflow #mine-planning #data-pipelines-content .block.dark .feature-des, #home #overflow #mine-planning #mine-planning-content .block.dark .feature-des, #home #overflow #mine-planning #mine-execution-content .block.dark .feature-des, #home #overflow #mine-execution #features-top .block.dark .feature-des, #home #overflow #mine-execution #features-top-collect .block.dark .feature-des, #home #overflow #mine-execution #features-top-1 .block.dark .feature-des, #home #overflow #mine-execution #features-top-2 .block.dark .feature-des, #home #overflow #mine-execution #data-pipelines-content .block.dark .feature-des, #home #overflow #mine-execution #mine-planning-content .block.dark .feature-des, #home #overflow #mine-execution #mine-execution-content .block.dark .feature-des {
          margin-bottom: 68px; } }
      #home #overflow #manage #features-top .block.dark .feature-des h2, #home #overflow #manage #features-top .block.dark .feature-des span.phrase-heading, #home #overflow #manage #features-top-collect .block.dark .feature-des h2, #home #overflow #manage #features-top-collect .block.dark .feature-des span.phrase-heading, #home #overflow #manage #features-top-1 .block.dark .feature-des h2, #home #overflow #manage #features-top-1 .block.dark .feature-des span.phrase-heading, #home #overflow #manage #features-top-2 .block.dark .feature-des h2, #home #overflow #manage #features-top-2 .block.dark .feature-des span.phrase-heading, #home #overflow #manage #data-pipelines-content .block.dark .feature-des h2, #home #overflow #manage #data-pipelines-content .block.dark .feature-des span.phrase-heading, #home #overflow #manage #mine-planning-content .block.dark .feature-des h2, #home #overflow #manage #mine-planning-content .block.dark .feature-des span.phrase-heading, #home #overflow #manage #mine-execution-content .block.dark .feature-des h2, #home #overflow #manage #mine-execution-content .block.dark .feature-des span.phrase-heading, #home #overflow #collect #features-top .block.dark .feature-des h2, #home #overflow #collect #features-top .block.dark .feature-des span.phrase-heading, #home #overflow #collect #features-top-collect .block.dark .feature-des h2, #home #overflow #collect #features-top-collect .block.dark .feature-des span.phrase-heading, #home #overflow #collect #features-top-1 .block.dark .feature-des h2, #home #overflow #collect #features-top-1 .block.dark .feature-des span.phrase-heading, #home #overflow #collect #features-top-2 .block.dark .feature-des h2, #home #overflow #collect #features-top-2 .block.dark .feature-des span.phrase-heading, #home #overflow #collect #data-pipelines-content .block.dark .feature-des h2, #home #overflow #collect #data-pipelines-content .block.dark .feature-des span.phrase-heading, #home #overflow #collect #mine-planning-content .block.dark .feature-des h2, #home #overflow #collect #mine-planning-content .block.dark .feature-des span.phrase-heading, #home #overflow #collect #mine-execution-content .block.dark .feature-des h2, #home #overflow #collect #mine-execution-content .block.dark .feature-des span.phrase-heading, #home #overflow #scada #features-top .block.dark .feature-des h2, #home #overflow #scada #features-top .block.dark .feature-des span.phrase-heading, #home #overflow #scada #features-top-collect .block.dark .feature-des h2, #home #overflow #scada #features-top-collect .block.dark .feature-des span.phrase-heading, #home #overflow #scada #features-top-1 .block.dark .feature-des h2, #home #overflow #scada #features-top-1 .block.dark .feature-des span.phrase-heading, #home #overflow #scada #features-top-2 .block.dark .feature-des h2, #home #overflow #scada #features-top-2 .block.dark .feature-des span.phrase-heading, #home #overflow #scada #data-pipelines-content .block.dark .feature-des h2, #home #overflow #scada #data-pipelines-content .block.dark .feature-des span.phrase-heading, #home #overflow #scada #mine-planning-content .block.dark .feature-des h2, #home #overflow #scada #mine-planning-content .block.dark .feature-des span.phrase-heading, #home #overflow #scada #mine-execution-content .block.dark .feature-des h2, #home #overflow #scada #mine-execution-content .block.dark .feature-des span.phrase-heading, #home #overflow #react #features-top .block.dark .feature-des h2, #home #overflow #react #features-top .block.dark .feature-des span.phrase-heading, #home #overflow #react #features-top-collect .block.dark .feature-des h2, #home #overflow #react #features-top-collect .block.dark .feature-des span.phrase-heading, #home #overflow #react #features-top-1 .block.dark .feature-des h2, #home #overflow #react #features-top-1 .block.dark .feature-des span.phrase-heading, #home #overflow #react #features-top-2 .block.dark .feature-des h2, #home #overflow #react #features-top-2 .block.dark .feature-des span.phrase-heading, #home #overflow #react #data-pipelines-content .block.dark .feature-des h2, #home #overflow #react #data-pipelines-content .block.dark .feature-des span.phrase-heading, #home #overflow #react #mine-planning-content .block.dark .feature-des h2, #home #overflow #react #mine-planning-content .block.dark .feature-des span.phrase-heading, #home #overflow #react #mine-execution-content .block.dark .feature-des h2, #home #overflow #react #mine-execution-content .block.dark .feature-des span.phrase-heading, #home #overflow #data-pipelines #features-top .block.dark .feature-des h2, #home #overflow #data-pipelines #features-top .block.dark .feature-des span.phrase-heading, #home #overflow #data-pipelines #features-top-collect .block.dark .feature-des h2, #home #overflow #data-pipelines #features-top-collect .block.dark .feature-des span.phrase-heading, #home #overflow #data-pipelines #features-top-1 .block.dark .feature-des h2, #home #overflow #data-pipelines #features-top-1 .block.dark .feature-des span.phrase-heading, #home #overflow #data-pipelines #features-top-2 .block.dark .feature-des h2, #home #overflow #data-pipelines #features-top-2 .block.dark .feature-des span.phrase-heading, #home #overflow #data-pipelines #data-pipelines-content .block.dark .feature-des h2, #home #overflow #data-pipelines #data-pipelines-content .block.dark .feature-des span.phrase-heading, #home #overflow #data-pipelines #mine-planning-content .block.dark .feature-des h2, #home #overflow #data-pipelines #mine-planning-content .block.dark .feature-des span.phrase-heading, #home #overflow #data-pipelines #mine-execution-content .block.dark .feature-des h2, #home #overflow #data-pipelines #mine-execution-content .block.dark .feature-des span.phrase-heading, #home #overflow #mine-planning #features-top .block.dark .feature-des h2, #home #overflow #mine-planning #features-top .block.dark .feature-des span.phrase-heading, #home #overflow #mine-planning #features-top-collect .block.dark .feature-des h2, #home #overflow #mine-planning #features-top-collect .block.dark .feature-des span.phrase-heading, #home #overflow #mine-planning #features-top-1 .block.dark .feature-des h2, #home #overflow #mine-planning #features-top-1 .block.dark .feature-des span.phrase-heading, #home #overflow #mine-planning #features-top-2 .block.dark .feature-des h2, #home #overflow #mine-planning #features-top-2 .block.dark .feature-des span.phrase-heading, #home #overflow #mine-planning #data-pipelines-content .block.dark .feature-des h2, #home #overflow #mine-planning #data-pipelines-content .block.dark .feature-des span.phrase-heading, #home #overflow #mine-planning #mine-planning-content .block.dark .feature-des h2, #home #overflow #mine-planning #mine-planning-content .block.dark .feature-des span.phrase-heading, #home #overflow #mine-planning #mine-execution-content .block.dark .feature-des h2, #home #overflow #mine-planning #mine-execution-content .block.dark .feature-des span.phrase-heading, #home #overflow #mine-execution #features-top .block.dark .feature-des h2, #home #overflow #mine-execution #features-top .block.dark .feature-des span.phrase-heading, #home #overflow #mine-execution #features-top-collect .block.dark .feature-des h2, #home #overflow #mine-execution #features-top-collect .block.dark .feature-des span.phrase-heading, #home #overflow #mine-execution #features-top-1 .block.dark .feature-des h2, #home #overflow #mine-execution #features-top-1 .block.dark .feature-des span.phrase-heading, #home #overflow #mine-execution #features-top-2 .block.dark .feature-des h2, #home #overflow #mine-execution #features-top-2 .block.dark .feature-des span.phrase-heading, #home #overflow #mine-execution #data-pipelines-content .block.dark .feature-des h2, #home #overflow #mine-execution #data-pipelines-content .block.dark .feature-des span.phrase-heading, #home #overflow #mine-execution #mine-planning-content .block.dark .feature-des h2, #home #overflow #mine-execution #mine-planning-content .block.dark .feature-des span.phrase-heading, #home #overflow #mine-execution #mine-execution-content .block.dark .feature-des h2, #home #overflow #mine-execution #mine-execution-content .block.dark .feature-des span.phrase-heading {
        color: white; }
      #home #overflow #manage #features-top .block.dark .feature-des p, #home #overflow #manage #features-top-collect .block.dark .feature-des p, #home #overflow #manage #features-top-1 .block.dark .feature-des p, #home #overflow #manage #features-top-2 .block.dark .feature-des p, #home #overflow #manage #data-pipelines-content .block.dark .feature-des p, #home #overflow #manage #mine-planning-content .block.dark .feature-des p, #home #overflow #manage #mine-execution-content .block.dark .feature-des p, #home #overflow #collect #features-top .block.dark .feature-des p, #home #overflow #collect #features-top-collect .block.dark .feature-des p, #home #overflow #collect #features-top-1 .block.dark .feature-des p, #home #overflow #collect #features-top-2 .block.dark .feature-des p, #home #overflow #collect #data-pipelines-content .block.dark .feature-des p, #home #overflow #collect #mine-planning-content .block.dark .feature-des p, #home #overflow #collect #mine-execution-content .block.dark .feature-des p, #home #overflow #scada #features-top .block.dark .feature-des p, #home #overflow #scada #features-top-collect .block.dark .feature-des p, #home #overflow #scada #features-top-1 .block.dark .feature-des p, #home #overflow #scada #features-top-2 .block.dark .feature-des p, #home #overflow #scada #data-pipelines-content .block.dark .feature-des p, #home #overflow #scada #mine-planning-content .block.dark .feature-des p, #home #overflow #scada #mine-execution-content .block.dark .feature-des p, #home #overflow #react #features-top .block.dark .feature-des p, #home #overflow #react #features-top-collect .block.dark .feature-des p, #home #overflow #react #features-top-1 .block.dark .feature-des p, #home #overflow #react #features-top-2 .block.dark .feature-des p, #home #overflow #react #data-pipelines-content .block.dark .feature-des p, #home #overflow #react #mine-planning-content .block.dark .feature-des p, #home #overflow #react #mine-execution-content .block.dark .feature-des p, #home #overflow #data-pipelines #features-top .block.dark .feature-des p, #home #overflow #data-pipelines #features-top-collect .block.dark .feature-des p, #home #overflow #data-pipelines #features-top-1 .block.dark .feature-des p, #home #overflow #data-pipelines #features-top-2 .block.dark .feature-des p, #home #overflow #data-pipelines #data-pipelines-content .block.dark .feature-des p, #home #overflow #data-pipelines #mine-planning-content .block.dark .feature-des p, #home #overflow #data-pipelines #mine-execution-content .block.dark .feature-des p, #home #overflow #mine-planning #features-top .block.dark .feature-des p, #home #overflow #mine-planning #features-top-collect .block.dark .feature-des p, #home #overflow #mine-planning #features-top-1 .block.dark .feature-des p, #home #overflow #mine-planning #features-top-2 .block.dark .feature-des p, #home #overflow #mine-planning #data-pipelines-content .block.dark .feature-des p, #home #overflow #mine-planning #mine-planning-content .block.dark .feature-des p, #home #overflow #mine-planning #mine-execution-content .block.dark .feature-des p, #home #overflow #mine-execution #features-top .block.dark .feature-des p, #home #overflow #mine-execution #features-top-collect .block.dark .feature-des p, #home #overflow #mine-execution #features-top-1 .block.dark .feature-des p, #home #overflow #mine-execution #features-top-2 .block.dark .feature-des p, #home #overflow #mine-execution #data-pipelines-content .block.dark .feature-des p, #home #overflow #mine-execution #mine-planning-content .block.dark .feature-des p, #home #overflow #mine-execution #mine-execution-content .block.dark .feature-des p {
        color: #A6A8B2; }
      #home #overflow #manage #features-top .block.dark .feature-des a, #home #overflow #manage #features-top-collect .block.dark .feature-des a, #home #overflow #manage #features-top-1 .block.dark .feature-des a, #home #overflow #manage #features-top-2 .block.dark .feature-des a, #home #overflow #manage #data-pipelines-content .block.dark .feature-des a, #home #overflow #manage #mine-planning-content .block.dark .feature-des a, #home #overflow #manage #mine-execution-content .block.dark .feature-des a, #home #overflow #collect #features-top .block.dark .feature-des a, #home #overflow #collect #features-top-collect .block.dark .feature-des a, #home #overflow #collect #features-top-1 .block.dark .feature-des a, #home #overflow #collect #features-top-2 .block.dark .feature-des a, #home #overflow #collect #data-pipelines-content .block.dark .feature-des a, #home #overflow #collect #mine-planning-content .block.dark .feature-des a, #home #overflow #collect #mine-execution-content .block.dark .feature-des a, #home #overflow #scada #features-top .block.dark .feature-des a, #home #overflow #scada #features-top-collect .block.dark .feature-des a, #home #overflow #scada #features-top-1 .block.dark .feature-des a, #home #overflow #scada #features-top-2 .block.dark .feature-des a, #home #overflow #scada #data-pipelines-content .block.dark .feature-des a, #home #overflow #scada #mine-planning-content .block.dark .feature-des a, #home #overflow #scada #mine-execution-content .block.dark .feature-des a, #home #overflow #react #features-top .block.dark .feature-des a, #home #overflow #react #features-top-collect .block.dark .feature-des a, #home #overflow #react #features-top-1 .block.dark .feature-des a, #home #overflow #react #features-top-2 .block.dark .feature-des a, #home #overflow #react #data-pipelines-content .block.dark .feature-des a, #home #overflow #react #mine-planning-content .block.dark .feature-des a, #home #overflow #react #mine-execution-content .block.dark .feature-des a, #home #overflow #data-pipelines #features-top .block.dark .feature-des a, #home #overflow #data-pipelines #features-top-collect .block.dark .feature-des a, #home #overflow #data-pipelines #features-top-1 .block.dark .feature-des a, #home #overflow #data-pipelines #features-top-2 .block.dark .feature-des a, #home #overflow #data-pipelines #data-pipelines-content .block.dark .feature-des a, #home #overflow #data-pipelines #mine-planning-content .block.dark .feature-des a, #home #overflow #data-pipelines #mine-execution-content .block.dark .feature-des a, #home #overflow #mine-planning #features-top .block.dark .feature-des a, #home #overflow #mine-planning #features-top-collect .block.dark .feature-des a, #home #overflow #mine-planning #features-top-1 .block.dark .feature-des a, #home #overflow #mine-planning #features-top-2 .block.dark .feature-des a, #home #overflow #mine-planning #data-pipelines-content .block.dark .feature-des a, #home #overflow #mine-planning #mine-planning-content .block.dark .feature-des a, #home #overflow #mine-planning #mine-execution-content .block.dark .feature-des a, #home #overflow #mine-execution #features-top .block.dark .feature-des a, #home #overflow #mine-execution #features-top-collect .block.dark .feature-des a, #home #overflow #mine-execution #features-top-1 .block.dark .feature-des a, #home #overflow #mine-execution #features-top-2 .block.dark .feature-des a, #home #overflow #mine-execution #data-pipelines-content .block.dark .feature-des a, #home #overflow #mine-execution #mine-planning-content .block.dark .feature-des a, #home #overflow #mine-execution #mine-execution-content .block.dark .feature-des a {
        color: white; }
        #home #overflow #manage #features-top .block.dark .feature-des a img, #home #overflow #manage #features-top-collect .block.dark .feature-des a img, #home #overflow #manage #features-top-1 .block.dark .feature-des a img, #home #overflow #manage #features-top-2 .block.dark .feature-des a img, #home #overflow #manage #data-pipelines-content .block.dark .feature-des a img, #home #overflow #manage #mine-planning-content .block.dark .feature-des a img, #home #overflow #manage #mine-execution-content .block.dark .feature-des a img, #home #overflow #collect #features-top .block.dark .feature-des a img, #home #overflow #collect #features-top-collect .block.dark .feature-des a img, #home #overflow #collect #features-top-1 .block.dark .feature-des a img, #home #overflow #collect #features-top-2 .block.dark .feature-des a img, #home #overflow #collect #data-pipelines-content .block.dark .feature-des a img, #home #overflow #collect #mine-planning-content .block.dark .feature-des a img, #home #overflow #collect #mine-execution-content .block.dark .feature-des a img, #home #overflow #scada #features-top .block.dark .feature-des a img, #home #overflow #scada #features-top-collect .block.dark .feature-des a img, #home #overflow #scada #features-top-1 .block.dark .feature-des a img, #home #overflow #scada #features-top-2 .block.dark .feature-des a img, #home #overflow #scada #data-pipelines-content .block.dark .feature-des a img, #home #overflow #scada #mine-planning-content .block.dark .feature-des a img, #home #overflow #scada #mine-execution-content .block.dark .feature-des a img, #home #overflow #react #features-top .block.dark .feature-des a img, #home #overflow #react #features-top-collect .block.dark .feature-des a img, #home #overflow #react #features-top-1 .block.dark .feature-des a img, #home #overflow #react #features-top-2 .block.dark .feature-des a img, #home #overflow #react #data-pipelines-content .block.dark .feature-des a img, #home #overflow #react #mine-planning-content .block.dark .feature-des a img, #home #overflow #react #mine-execution-content .block.dark .feature-des a img, #home #overflow #data-pipelines #features-top .block.dark .feature-des a img, #home #overflow #data-pipelines #features-top-collect .block.dark .feature-des a img, #home #overflow #data-pipelines #features-top-1 .block.dark .feature-des a img, #home #overflow #data-pipelines #features-top-2 .block.dark .feature-des a img, #home #overflow #data-pipelines #data-pipelines-content .block.dark .feature-des a img, #home #overflow #data-pipelines #mine-planning-content .block.dark .feature-des a img, #home #overflow #data-pipelines #mine-execution-content .block.dark .feature-des a img, #home #overflow #mine-planning #features-top .block.dark .feature-des a img, #home #overflow #mine-planning #features-top-collect .block.dark .feature-des a img, #home #overflow #mine-planning #features-top-1 .block.dark .feature-des a img, #home #overflow #mine-planning #features-top-2 .block.dark .feature-des a img, #home #overflow #mine-planning #data-pipelines-content .block.dark .feature-des a img, #home #overflow #mine-planning #mine-planning-content .block.dark .feature-des a img, #home #overflow #mine-planning #mine-execution-content .block.dark .feature-des a img, #home #overflow #mine-execution #features-top .block.dark .feature-des a img, #home #overflow #mine-execution #features-top-collect .block.dark .feature-des a img, #home #overflow #mine-execution #features-top-1 .block.dark .feature-des a img, #home #overflow #mine-execution #features-top-2 .block.dark .feature-des a img, #home #overflow #mine-execution #data-pipelines-content .block.dark .feature-des a img, #home #overflow #mine-execution #mine-planning-content .block.dark .feature-des a img, #home #overflow #mine-execution #mine-execution-content .block.dark .feature-des a img {
          filter: invert(98%) sepia(19%) saturate(109%) hue-rotate(232deg) brightness(115%) contrast(100%); }
        #home #overflow #manage #features-top .block.dark .feature-des a i, #home #overflow #manage #features-top-collect .block.dark .feature-des a i, #home #overflow #manage #features-top-1 .block.dark .feature-des a i, #home #overflow #manage #features-top-2 .block.dark .feature-des a i, #home #overflow #manage #data-pipelines-content .block.dark .feature-des a i, #home #overflow #manage #mine-planning-content .block.dark .feature-des a i, #home #overflow #manage #mine-execution-content .block.dark .feature-des a i, #home #overflow #collect #features-top .block.dark .feature-des a i, #home #overflow #collect #features-top-collect .block.dark .feature-des a i, #home #overflow #collect #features-top-1 .block.dark .feature-des a i, #home #overflow #collect #features-top-2 .block.dark .feature-des a i, #home #overflow #collect #data-pipelines-content .block.dark .feature-des a i, #home #overflow #collect #mine-planning-content .block.dark .feature-des a i, #home #overflow #collect #mine-execution-content .block.dark .feature-des a i, #home #overflow #scada #features-top .block.dark .feature-des a i, #home #overflow #scada #features-top-collect .block.dark .feature-des a i, #home #overflow #scada #features-top-1 .block.dark .feature-des a i, #home #overflow #scada #features-top-2 .block.dark .feature-des a i, #home #overflow #scada #data-pipelines-content .block.dark .feature-des a i, #home #overflow #scada #mine-planning-content .block.dark .feature-des a i, #home #overflow #scada #mine-execution-content .block.dark .feature-des a i, #home #overflow #react #features-top .block.dark .feature-des a i, #home #overflow #react #features-top-collect .block.dark .feature-des a i, #home #overflow #react #features-top-1 .block.dark .feature-des a i, #home #overflow #react #features-top-2 .block.dark .feature-des a i, #home #overflow #react #data-pipelines-content .block.dark .feature-des a i, #home #overflow #react #mine-planning-content .block.dark .feature-des a i, #home #overflow #react #mine-execution-content .block.dark .feature-des a i, #home #overflow #data-pipelines #features-top .block.dark .feature-des a i, #home #overflow #data-pipelines #features-top-collect .block.dark .feature-des a i, #home #overflow #data-pipelines #features-top-1 .block.dark .feature-des a i, #home #overflow #data-pipelines #features-top-2 .block.dark .feature-des a i, #home #overflow #data-pipelines #data-pipelines-content .block.dark .feature-des a i, #home #overflow #data-pipelines #mine-planning-content .block.dark .feature-des a i, #home #overflow #data-pipelines #mine-execution-content .block.dark .feature-des a i, #home #overflow #mine-planning #features-top .block.dark .feature-des a i, #home #overflow #mine-planning #features-top-collect .block.dark .feature-des a i, #home #overflow #mine-planning #features-top-1 .block.dark .feature-des a i, #home #overflow #mine-planning #features-top-2 .block.dark .feature-des a i, #home #overflow #mine-planning #data-pipelines-content .block.dark .feature-des a i, #home #overflow #mine-planning #mine-planning-content .block.dark .feature-des a i, #home #overflow #mine-planning #mine-execution-content .block.dark .feature-des a i, #home #overflow #mine-execution #features-top .block.dark .feature-des a i, #home #overflow #mine-execution #features-top-collect .block.dark .feature-des a i, #home #overflow #mine-execution #features-top-1 .block.dark .feature-des a i, #home #overflow #mine-execution #features-top-2 .block.dark .feature-des a i, #home #overflow #mine-execution #data-pipelines-content .block.dark .feature-des a i, #home #overflow #mine-execution #mine-planning-content .block.dark .feature-des a i, #home #overflow #mine-execution #mine-execution-content .block.dark .feature-des a i {
          filter: sepia(19%) saturate(109%) hue-rotate(232deg) brightness(115%) contrast(100%); }
    #home #overflow #manage #features-top .block.micro, #home #overflow #manage #features-top-collect .block.micro, #home #overflow #manage #features-top-1 .block.micro, #home #overflow #manage #features-top-2 .block.micro, #home #overflow #manage #data-pipelines-content .block.micro, #home #overflow #manage #mine-planning-content .block.micro, #home #overflow #manage #mine-execution-content .block.micro, #home #overflow #collect #features-top .block.micro, #home #overflow #collect #features-top-collect .block.micro, #home #overflow #collect #features-top-1 .block.micro, #home #overflow #collect #features-top-2 .block.micro, #home #overflow #collect #data-pipelines-content .block.micro, #home #overflow #collect #mine-planning-content .block.micro, #home #overflow #collect #mine-execution-content .block.micro, #home #overflow #scada #features-top .block.micro, #home #overflow #scada #features-top-collect .block.micro, #home #overflow #scada #features-top-1 .block.micro, #home #overflow #scada #features-top-2 .block.micro, #home #overflow #scada #data-pipelines-content .block.micro, #home #overflow #scada #mine-planning-content .block.micro, #home #overflow #scada #mine-execution-content .block.micro, #home #overflow #react #features-top .block.micro, #home #overflow #react #features-top-collect .block.micro, #home #overflow #react #features-top-1 .block.micro, #home #overflow #react #features-top-2 .block.micro, #home #overflow #react #data-pipelines-content .block.micro, #home #overflow #react #mine-planning-content .block.micro, #home #overflow #react #mine-execution-content .block.micro, #home #overflow #data-pipelines #features-top .block.micro, #home #overflow #data-pipelines #features-top-collect .block.micro, #home #overflow #data-pipelines #features-top-1 .block.micro, #home #overflow #data-pipelines #features-top-2 .block.micro, #home #overflow #data-pipelines #data-pipelines-content .block.micro, #home #overflow #data-pipelines #mine-planning-content .block.micro, #home #overflow #data-pipelines #mine-execution-content .block.micro, #home #overflow #mine-planning #features-top .block.micro, #home #overflow #mine-planning #features-top-collect .block.micro, #home #overflow #mine-planning #features-top-1 .block.micro, #home #overflow #mine-planning #features-top-2 .block.micro, #home #overflow #mine-planning #data-pipelines-content .block.micro, #home #overflow #mine-planning #mine-planning-content .block.micro, #home #overflow #mine-planning #mine-execution-content .block.micro, #home #overflow #mine-execution #features-top .block.micro, #home #overflow #mine-execution #features-top-collect .block.micro, #home #overflow #mine-execution #features-top-1 .block.micro, #home #overflow #mine-execution #features-top-2 .block.micro, #home #overflow #mine-execution #data-pipelines-content .block.micro, #home #overflow #mine-execution #mine-planning-content .block.micro, #home #overflow #mine-execution #mine-execution-content .block.micro {
      margin: 300px 0 100px 0; }
      @media (max-width: 1024px) {
        #home #overflow #manage #features-top .block.micro, #home #overflow #manage #features-top-collect .block.micro, #home #overflow #manage #features-top-1 .block.micro, #home #overflow #manage #features-top-2 .block.micro, #home #overflow #manage #data-pipelines-content .block.micro, #home #overflow #manage #mine-planning-content .block.micro, #home #overflow #manage #mine-execution-content .block.micro, #home #overflow #collect #features-top .block.micro, #home #overflow #collect #features-top-collect .block.micro, #home #overflow #collect #features-top-1 .block.micro, #home #overflow #collect #features-top-2 .block.micro, #home #overflow #collect #data-pipelines-content .block.micro, #home #overflow #collect #mine-planning-content .block.micro, #home #overflow #collect #mine-execution-content .block.micro, #home #overflow #scada #features-top .block.micro, #home #overflow #scada #features-top-collect .block.micro, #home #overflow #scada #features-top-1 .block.micro, #home #overflow #scada #features-top-2 .block.micro, #home #overflow #scada #data-pipelines-content .block.micro, #home #overflow #scada #mine-planning-content .block.micro, #home #overflow #scada #mine-execution-content .block.micro, #home #overflow #react #features-top .block.micro, #home #overflow #react #features-top-collect .block.micro, #home #overflow #react #features-top-1 .block.micro, #home #overflow #react #features-top-2 .block.micro, #home #overflow #react #data-pipelines-content .block.micro, #home #overflow #react #mine-planning-content .block.micro, #home #overflow #react #mine-execution-content .block.micro, #home #overflow #data-pipelines #features-top .block.micro, #home #overflow #data-pipelines #features-top-collect .block.micro, #home #overflow #data-pipelines #features-top-1 .block.micro, #home #overflow #data-pipelines #features-top-2 .block.micro, #home #overflow #data-pipelines #data-pipelines-content .block.micro, #home #overflow #data-pipelines #mine-planning-content .block.micro, #home #overflow #data-pipelines #mine-execution-content .block.micro, #home #overflow #mine-planning #features-top .block.micro, #home #overflow #mine-planning #features-top-collect .block.micro, #home #overflow #mine-planning #features-top-1 .block.micro, #home #overflow #mine-planning #features-top-2 .block.micro, #home #overflow #mine-planning #data-pipelines-content .block.micro, #home #overflow #mine-planning #mine-planning-content .block.micro, #home #overflow #mine-planning #mine-execution-content .block.micro, #home #overflow #mine-execution #features-top .block.micro, #home #overflow #mine-execution #features-top-collect .block.micro, #home #overflow #mine-execution #features-top-1 .block.micro, #home #overflow #mine-execution #features-top-2 .block.micro, #home #overflow #mine-execution #data-pipelines-content .block.micro, #home #overflow #mine-execution #mine-planning-content .block.micro, #home #overflow #mine-execution #mine-execution-content .block.micro {
          margin-top: 0; } }
      #home #overflow #manage #features-top .block.micro img, #home #overflow #manage #features-top-collect .block.micro img, #home #overflow #manage #features-top-1 .block.micro img, #home #overflow #manage #features-top-2 .block.micro img, #home #overflow #manage #data-pipelines-content .block.micro img, #home #overflow #manage #mine-planning-content .block.micro img, #home #overflow #manage #mine-execution-content .block.micro img, #home #overflow #collect #features-top .block.micro img, #home #overflow #collect #features-top-collect .block.micro img, #home #overflow #collect #features-top-1 .block.micro img, #home #overflow #collect #features-top-2 .block.micro img, #home #overflow #collect #data-pipelines-content .block.micro img, #home #overflow #collect #mine-planning-content .block.micro img, #home #overflow #collect #mine-execution-content .block.micro img, #home #overflow #scada #features-top .block.micro img, #home #overflow #scada #features-top-collect .block.micro img, #home #overflow #scada #features-top-1 .block.micro img, #home #overflow #scada #features-top-2 .block.micro img, #home #overflow #scada #data-pipelines-content .block.micro img, #home #overflow #scada #mine-planning-content .block.micro img, #home #overflow #scada #mine-execution-content .block.micro img, #home #overflow #react #features-top .block.micro img, #home #overflow #react #features-top-collect .block.micro img, #home #overflow #react #features-top-1 .block.micro img, #home #overflow #react #features-top-2 .block.micro img, #home #overflow #react #data-pipelines-content .block.micro img, #home #overflow #react #mine-planning-content .block.micro img, #home #overflow #react #mine-execution-content .block.micro img, #home #overflow #data-pipelines #features-top .block.micro img, #home #overflow #data-pipelines #features-top-collect .block.micro img, #home #overflow #data-pipelines #features-top-1 .block.micro img, #home #overflow #data-pipelines #features-top-2 .block.micro img, #home #overflow #data-pipelines #data-pipelines-content .block.micro img, #home #overflow #data-pipelines #mine-planning-content .block.micro img, #home #overflow #data-pipelines #mine-execution-content .block.micro img, #home #overflow #mine-planning #features-top .block.micro img, #home #overflow #mine-planning #features-top-collect .block.micro img, #home #overflow #mine-planning #features-top-1 .block.micro img, #home #overflow #mine-planning #features-top-2 .block.micro img, #home #overflow #mine-planning #data-pipelines-content .block.micro img, #home #overflow #mine-planning #mine-planning-content .block.micro img, #home #overflow #mine-planning #mine-execution-content .block.micro img, #home #overflow #mine-execution #features-top .block.micro img, #home #overflow #mine-execution #features-top-collect .block.micro img, #home #overflow #mine-execution #features-top-1 .block.micro img, #home #overflow #mine-execution #features-top-2 .block.micro img, #home #overflow #mine-execution #data-pipelines-content .block.micro img, #home #overflow #mine-execution #mine-planning-content .block.micro img, #home #overflow #mine-execution #mine-execution-content .block.micro img {
        box-shadow: unset;
        max-width: 569px; }
      #home #overflow #manage #features-top .block.micro .feature-des, #home #overflow #manage #features-top-collect .block.micro .feature-des, #home #overflow #manage #features-top-1 .block.micro .feature-des, #home #overflow #manage #features-top-2 .block.micro .feature-des, #home #overflow #manage #data-pipelines-content .block.micro .feature-des, #home #overflow #manage #mine-planning-content .block.micro .feature-des, #home #overflow #manage #mine-execution-content .block.micro .feature-des, #home #overflow #collect #features-top .block.micro .feature-des, #home #overflow #collect #features-top-collect .block.micro .feature-des, #home #overflow #collect #features-top-1 .block.micro .feature-des, #home #overflow #collect #features-top-2 .block.micro .feature-des, #home #overflow #collect #data-pipelines-content .block.micro .feature-des, #home #overflow #collect #mine-planning-content .block.micro .feature-des, #home #overflow #collect #mine-execution-content .block.micro .feature-des, #home #overflow #scada #features-top .block.micro .feature-des, #home #overflow #scada #features-top-collect .block.micro .feature-des, #home #overflow #scada #features-top-1 .block.micro .feature-des, #home #overflow #scada #features-top-2 .block.micro .feature-des, #home #overflow #scada #data-pipelines-content .block.micro .feature-des, #home #overflow #scada #mine-planning-content .block.micro .feature-des, #home #overflow #scada #mine-execution-content .block.micro .feature-des, #home #overflow #react #features-top .block.micro .feature-des, #home #overflow #react #features-top-collect .block.micro .feature-des, #home #overflow #react #features-top-1 .block.micro .feature-des, #home #overflow #react #features-top-2 .block.micro .feature-des, #home #overflow #react #data-pipelines-content .block.micro .feature-des, #home #overflow #react #mine-planning-content .block.micro .feature-des, #home #overflow #react #mine-execution-content .block.micro .feature-des, #home #overflow #data-pipelines #features-top .block.micro .feature-des, #home #overflow #data-pipelines #features-top-collect .block.micro .feature-des, #home #overflow #data-pipelines #features-top-1 .block.micro .feature-des, #home #overflow #data-pipelines #features-top-2 .block.micro .feature-des, #home #overflow #data-pipelines #data-pipelines-content .block.micro .feature-des, #home #overflow #data-pipelines #mine-planning-content .block.micro .feature-des, #home #overflow #data-pipelines #mine-execution-content .block.micro .feature-des, #home #overflow #mine-planning #features-top .block.micro .feature-des, #home #overflow #mine-planning #features-top-collect .block.micro .feature-des, #home #overflow #mine-planning #features-top-1 .block.micro .feature-des, #home #overflow #mine-planning #features-top-2 .block.micro .feature-des, #home #overflow #mine-planning #data-pipelines-content .block.micro .feature-des, #home #overflow #mine-planning #mine-planning-content .block.micro .feature-des, #home #overflow #mine-planning #mine-execution-content .block.micro .feature-des, #home #overflow #mine-execution #features-top .block.micro .feature-des, #home #overflow #mine-execution #features-top-collect .block.micro .feature-des, #home #overflow #mine-execution #features-top-1 .block.micro .feature-des, #home #overflow #mine-execution #features-top-2 .block.micro .feature-des, #home #overflow #mine-execution #data-pipelines-content .block.micro .feature-des, #home #overflow #mine-execution #mine-planning-content .block.micro .feature-des, #home #overflow #mine-execution #mine-execution-content .block.micro .feature-des {
        margin-bottom: 20px; }
  #home #overflow #scada .scada-fade {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #F7F9FC 100%); }
  #home #overflow #mine-execution .scada-fade {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #F7F9FC 100%); }
  #home #overflow #products, #home #overflow #product-ecosystem {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 56px; }
  #home #overflow #product-ecosystem {
    padding-top: 100px;
    margin-top: 100px; }
    @media (max-width: 768px) {
      #home #overflow #product-ecosystem {
        padding-top: 30px;
        padding-bottom: 20px; } }
    #home #overflow #product-ecosystem .product-title {
      color: white;
      text-align: center;
      margin-bottom: 72px; }
    #home #overflow #product-ecosystem .product-ecosystem-title {
      color: #212529;
      text-align: center;
      margin-bottom: 72px; }
    #home #overflow #product-ecosystem .product-list, #home #overflow #product-ecosystem .product-ecosystem-list {
      display: flex;
      margin: unset; }
      #home #overflow #product-ecosystem .product-list div, #home #overflow #product-ecosystem .product-ecosystem-list div {
        color: #212529;
        background-color: white;
        box-shadow: 0 50px 50px -20px rgba(0, 0, 0, 0.15), 0 0 30px 0 rgba(0, 0, 0, 0.05);
        border-radius: 6px;
        padding: 40px;
        text-align: center;
        flex: 1;
        margin-bottom: 40px; }
        #home #overflow #product-ecosystem .product-list div p, #home #overflow #product-ecosystem .product-ecosystem-list div p {
          margin: unset; }
        #home #overflow #product-ecosystem .product-list div h2, #home #overflow #product-ecosystem .product-list div span.phrase-heading, #home #overflow #product-ecosystem .product-ecosystem-list div h2, #home #overflow #product-ecosystem .product-ecosystem-list div span.phrase-heading {
          font-size: 28px;
          font-weight: 600;
          margin-bottom: 8px; }
        #home #overflow #product-ecosystem .product-list div h3, #home #overflow #product-ecosystem .product-ecosystem-list div h3 {
          font-size: 16px;
          font-weight: unset;
          margin-top: 0;
          line-height: 1.5;
          color: #75767C; }
        #home #overflow #product-ecosystem .product-list div img, #home #overflow #product-ecosystem .product-ecosystem-list div img {
          display: block;
          margin: 50px auto 50px auto;
          width: 80%; }
        #home #overflow #product-ecosystem .product-list div.main, #home #overflow #product-ecosystem .product-ecosystem-list div.main {
          box-shadow: inset 0px -6px 0px #305680, 0 50px 50px -20px rgba(0, 0, 0, 0.15), 0 0 30px 0 rgba(0, 0, 0, 0.05);
          margin: 0 30px; }
          #home #overflow #product-ecosystem .product-list div.main h2, #home #overflow #product-ecosystem .product-list div.main span.phrase-heading, #home #overflow #product-ecosystem .product-ecosystem-list div.main h2, #home #overflow #product-ecosystem .product-ecosystem-list div.main span.phrase-heading {
            font-size: 42px;
            font-weight: 600;
            line-height: 1.5; }
          #home #overflow #product-ecosystem .product-list div.main img, #home #overflow #product-ecosystem .product-ecosystem-list div.main img {
            margin: 60px auto; }
        #home #overflow #product-ecosystem .product-list div a, #home #overflow #product-ecosystem .product-ecosystem-list div a {
          color: #2A7DEC;
          font-weight: 500; }
@media(max-width: 992px) {
  #home #overflow #product-ecosystem .product-list, #home #overflow #product-ecosystem .product-ecosystem-list {
    flex-direction: column; }
    #home #overflow #product-ecosystem .product-list div.main, #home #overflow #product-ecosystem .product-ecosystem-list div.main {
      margin: 0 0 40px; } }
    #home #overflow #product-ecosystem .product-ecosystem-list {
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 40px; }
@media(max-width: 992px) {
  #home #overflow #product-ecosystem .product-ecosystem-list {
    flex-wrap: nowrap; } }
      #home #overflow #product-ecosystem .product-ecosystem-list div {
        flex-basis: calc(33.333% - 27px);
        min-width: unset;
        min-height: 400px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        margin-bottom: 0; }
        @media (max-width: 768px) {
          #home #overflow #product-ecosystem .product-ecosystem-list div {
            flex-basis: 100%;
            min-height: unset; } }
        #home #overflow #product-ecosystem .product-ecosystem-list div .material-icons {
          margin: 20px 0;
          flex-grow: unset;
          display: flex;
          align-items: center;
          justify-content: center; }
        #home #overflow #product-ecosystem .product-ecosystem-list div p {
          margin: 20px 0;
          font-size: 16px;
          line-height: 1.5;
          color: #75767C; }
        #home #overflow #product-ecosystem .product-ecosystem-list div ul {
          text-align: left;
          display: inline-block;
          padding-left: 0;
          list-style: none;
          margin: 0 auto; }
          #home #overflow #product-ecosystem .product-ecosystem-list div ul li {
            margin-bottom: 8px;
            position: relative;
            padding-left: 20px;
            color: #75767C; }
            #home #overflow #product-ecosystem .product-ecosystem-list div ul li::before {
              content: "•";
              color: #2A7DEC;
              font-weight: bold;
              display: inline-block;
              width: 1em;
              margin-left: -1em; }
        #home #overflow #product-ecosystem .product-ecosystem-list div img {
          width: 32%;
          flex-shrink: 0; }
        #home #overflow #product-ecosystem .product-ecosystem-list div a {
          margin-top: auto; }
    #home #overflow #product-ecosystem a {
      color: #707275;
      font-weight: 500;
      margin-top: 56px;
      text-align: center; }
      @media (max-width: 768px) {
        #home #overflow #product-ecosystem a {
          margin-top: 20px; } }
  #home #overflow #dashboard_description {
    margin-top: 80px; }
    @media (max-width: 768px) {
      #home #overflow #dashboard_description {
        margin-top: 40px; } }
    #home #overflow #dashboard_description .owl-carousel.owl-theme.usecase-carousel {
      margin: 40px auto;
      width: 100%; }
      @media (max-width: 768px) {
        #home #overflow #dashboard_description .owl-carousel.owl-theme.usecase-carousel {
          margin: 50px auto; } }
      #home #overflow #dashboard_description .owl-carousel.owl-theme.usecase-carousel .owl-stage-outer {
        overflow: hidden; }
        #home #overflow #dashboard_description .owl-carousel.owl-theme.usecase-carousel .owl-stage-outer .owl-stage .owl-item {
          min-height: 420px; }
          #home #overflow #dashboard_description .owl-carousel.owl-theme.usecase-carousel .owl-stage-outer .owl-stage .owl-item .item-image {
            box-shadow: unset; }
      #home #overflow #dashboard_description .owl-carousel.owl-theme.usecase-carousel .owl-nav button.owl-prev {
        left: -50px; }
      #home #overflow #dashboard_description .owl-carousel.owl-theme.usecase-carousel .owl-nav button.owl-next {
        right: -50px; }
    #home #overflow #dashboard_description .dashboard-item {
      flex-direction: column;
      justify-content: space-between;
      display: flex !important;
      align-items: center; }
      @media (max-width: 768px) {
        #home #overflow #dashboard_description .dashboard-item .item-image-container .overlay {
          display: none; } }
    #home #overflow #dashboard_description .item-image-container {
      position: relative;
      width: 100%; }
    #home #overflow #dashboard_description .item-image {
      position: relative;
      width: 100%;
      height: auto;
      border-radius: 6px;
      display: block; }
    #home #overflow #dashboard_description .item-description {
      width: 100%;
      margin-bottom: 32px; }
  #home #overflow #rule-engine .rule {
    justify-content: space-between;
    display: flex;
    align-items: center;
    flex-direction: column; }
    #home #overflow #rule-engine .rule a {
      order: 2;
      width: 100%; }
      #home #overflow #rule-engine .rule a img {
        width: 100%;
        border-radius: 6px;
        box-shadow: 0 50px 50px -20px rgba(0, 0, 0, 0.15), 0 0 30px 0 rgba(0, 0, 0, 0.05); }
    #home #overflow #rule-engine .rule .des {
      order: 1;
      width: 100%;
      margin-bottom: 32px; }
  #home #overflow #bottom-features {
    padding-bottom: 80px; }
    #home #overflow #bottom-features #cards {
      padding-top: 50px;
      justify-content: center; }
      #home #overflow #bottom-features #cards > div {
        margin-bottom: 36px; }
        #home #overflow #bottom-features #cards > div.col-lg-6 {
          padding: 0 18px;
          max-width: 100%; }
        #home #overflow #bottom-features #cards > div .block {
          padding: 48px;
          float: left;
          width: 100%;
          height: 100%;
          background: white;
          border-radius: 6px;
          box-shadow: 0 50px 50px -20px rgba(0, 0, 0, 0.15);
          display: unset;
          text-align: center; }
          #home #overflow #bottom-features #cards > div .block div {
            width: 100%; }
            #home #overflow #bottom-features #cards > div .block div .title {
              color: #2A7DEC;
              font-size: 24px;
              font-weight: 500;
              margin-bottom: 6px; }
            #home #overflow #bottom-features #cards > div .block div p {
              margin-top: 10px; }
          #home #overflow #bottom-features #cards > div .block img {
            height: fit-content;
            margin: 0 0 18px; }
  #home #overflow .read-more-button {
    position: relative;
    transition-duration: 0.3s; }
    #home #overflow .read-more-button.dash {
      outline: none; }
      #home #overflow .read-more-button.dash .arrow {
        right: -20px; }
    #home #overflow .read-more-button .arrow {
      font-size: 13px;
      transform: translate(0px);
      transition-duration: 0.3s;
      filter: invert(35%) sepia(96%) saturate(1837%) hue-rotate(202deg) brightness(98%) contrast(89%);
      box-shadow: none !important;
      width: 12px !important;
      margin-left: 12px;
      position: absolute;
      top: 7px; }
      #home #overflow .read-more-button .arrow.first {
        opacity: 0.2; }
      #home #overflow .read-more-button .arrow.second {
        opacity: 0.5; }
    #home #overflow .read-more-button:hover {
      transition-duration: 0.3s; }
      #home #overflow .read-more-button:hover .first {
        transform: translate(10px); }
      #home #overflow .read-more-button:hover .second {
        transform: translate(20px); }
      #home #overflow .read-more-button:hover .third {
        transform: translate(30px); }
  #home #overflow .img-button.rule-button {
    position: relative; }
  #home #overflow .img-button .overlay {
    color: white;
    z-index: 1000;
    display: block;
    width: 100%;
    position: absolute;
    font-weight: 400;
    height: 100%;
    opacity: 0;
    background: linear-gradient(0deg, rgba(37, 38, 40, 0.8) 0%, rgba(37, 38, 40, 0.6) 100%);
    transition-duration: 0.3s;
    border-radius: 6px; }
    #home #overflow .img-button .overlay:hover {
      opacity: 1; }
      #home #overflow .img-button .overlay:hover .eye {
        bottom: 14%; }
    #home #overflow .img-button .overlay .eye {
      transition-duration: 0.3s;
      position: absolute;
      bottom: 0;
      left: 33%;
      display: flex; }
      #home #overflow .img-button .overlay .eye img, #home #overflow .img-button .overlay .eye i {
        font-size: 24px;
        margin-right: 10px;
        width: unset !important; }
  #home #overflow .background {
    z-index: -1;
    position: absolute;
    top: 524px;
    left: 50%; }
    #home #overflow .background img {
      position: absolute;
      top: -410px;
      left: -888px;
      box-shadow: none !important; }
    #home #overflow .background div {
      position: absolute;
      -ms-transform: skewY(-6deg);
      transform: skewY(-6deg);
      width: 436px;
      height: 90px; }
      #home #overflow .background div.main1 {
        top: -572px;
        width: 2560px;
        height: 525px;
        left: -1280px;
        background-color: #F7F9FC; }
      #home #overflow .background div.small1 {
        top: -528px;
        right: 646px;
        background-color: #305680; }
      #home #overflow .background div.small2 {
        top: -590px;
        right: 408px;
        background-color: #2A7DEC; }
      #home #overflow .background div.small3 {
        top: -715px;
        left: 789px;
        border: 4px solid #2A7DEC; }
      #home #overflow .background div.small4 {
        top: 22px;
        right: 814px;
        border: 2px solid #0D2743; }
      #home #overflow .background div.main2 {
        top: -574px;
        width: 2560px;
        height: 1050px;
        left: -1280px;
        background-color: #F7F9FC; }
      #home #overflow .background div.main3 {
        top: -641px;
        width: 2560px;
        height: 665px;
        left: -1280px;
        background-color: #252628; }
        @media (max-width: 1500px) {
          #home #overflow .background div.main3 {
            top: -576px;
            height: 550px; } }
      #home #overflow .background div.small5 {
        top: -779px;
        left: 867px;
        border: 4px solid #305680; }
      #home #overflow .background div.small6 {
        top: 98px;
        right: 830px;
        border: 4px solid #305680; }
      #home #overflow .background div.products {
        top: -590px;
        width: 2560px;
        height: 200px;
        left: -1280px;
        background-color: #305680; }
      #home #overflow .background div.product-ecosystem {
        top: -590px;
        width: 2560px;
        height: 200px;
        left: -1280px;
        background-color: #F7F9FC; }
      #home #overflow .background div.small7 {
        top: -742px;
        left: 732px;
        background-color: #2A7DEC; }
      #home #overflow .background div.small8 {
        top: -350px;
        right: 736px;
        border: 4px solid #2A7DEC; }
      #home #overflow .background div.dashboards {
        top: -550px;
        width: 2560px;
        height: 845px;
        left: -1280px;
        background-color: #F7F9FC; }
      #home #overflow .background div.small9 {
        top: -653px;
        left: 466px;
        border: 4px solid #0D2743; }
      #home #overflow .background div.small10 {
        top: -708px;
        left: 658px;
        background-color: #2A7DEC; }
      #home #overflow .background div.bottom-features1 {
        top: -700px;
        width: 2560px;
        height: 3000px;
        left: -1280px;
        -ms-transform: unset;
        transform: unset;
        background-color: #F7F9FC; }
      #home #overflow .background div.bottom-features2 {
        top: -240px;
        width: 2560px;
        height: 525px;
        left: -1280px;
        background-color: #252628; }
      #home #overflow .background div.small11 {
        top: -382px;
        left: 757px;
        background-color: #2A7DEC; }
      #home #overflow .background div.small12 {
        top: 334px;
        right: 589px;
        border: 4px solid #305680; }
      #home #overflow .background div.bottom-features3 {
        top: 1008px;
        width: 2560px;
        height: 525px;
        left: -1280px;
        background-color: #252628; }
      #home #overflow .background div.small13 {
        top: 1071px;
        right: 646px;
        background-color: #305680; }
      #home #overflow .background div.small14 {
        top: 1009px;
        right: 408px;
        background-color: #2A7DEC; }
      #home #overflow .background div.small15 {
        top: 1373px;
        left: 830px;
        border: 4px solid #2A7DEC; }
#home .header-animation {
  max-width: 100%;
  opacity: 0;
  transform: translate3d(0, 45px, 0);
  animation-name: slideup-in;
  animation-duration: 600ms;
  animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation-fill-mode: forwards; }
#home .header-animation:nth-child(1) {
  animation-delay: 0ms; }
#home .header-animation:nth-child(2) {
  animation-delay: 300ms; }
#home .header-animation:nth-child(3) {
  animation-delay: 600ms; }
#home .header-animation:nth-child(4) {
  animation-delay: 900ms; }
#home .header-animation:nth-child(5) {
  animation-delay: 1200ms; }
@keyframes slideup-in {
  from {
    opacity: 0;
    transform: translate3d(0, 45px, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }
@media screen and (min-width: 750px) {
  #home #hero #hero-content .tb-title {
    font-size: 36px; }
  #home #hero #hero-content .tb-sub-title {
    font-size: 20px;
    margin-bottom: 60px; }
  #home #overflow #manage #features-top .block .feature-des, #home #overflow #manage #features-top .block img, #home #overflow #manage #features-top .block .manage, #home #overflow #manage #features-top .block .visualize, #home #overflow #manage #features-top .block .process, #home #overflow #manage #features-top-collect .block .feature-des, #home #overflow #manage #features-top-collect .block img, #home #overflow #manage #features-top-collect .block .manage, #home #overflow #manage #features-top-collect .block .visualize, #home #overflow #manage #features-top-collect .block .process, #home #overflow #manage #features-top-1 .block .feature-des, #home #overflow #manage #features-top-1 .block img, #home #overflow #manage #features-top-1 .block .manage, #home #overflow #manage #features-top-1 .block .visualize, #home #overflow #manage #features-top-1 .block .process, #home #overflow #manage #features-top-2 .block .feature-des, #home #overflow #manage #features-top-2 .block img, #home #overflow #manage #features-top-2 .block .manage, #home #overflow #manage #features-top-2 .block .visualize, #home #overflow #manage #features-top-2 .block .process, #home #overflow #manage #data-pipelines-content .block .feature-des, #home #overflow #manage #data-pipelines-content .block img, #home #overflow #manage #data-pipelines-content .block .manage, #home #overflow #manage #data-pipelines-content .block .visualize, #home #overflow #manage #data-pipelines-content .block .process, #home #overflow #manage #mine-planning-content .block .feature-des, #home #overflow #manage #mine-planning-content .block img, #home #overflow #manage #mine-planning-content .block .manage, #home #overflow #manage #mine-planning-content .block .visualize, #home #overflow #manage #mine-planning-content .block .process, #home #overflow #manage #mine-execution-content .block .feature-des, #home #overflow #manage #mine-execution-content .block img, #home #overflow #manage #mine-execution-content .block .manage, #home #overflow #manage #mine-execution-content .block .visualize, #home #overflow #manage #mine-execution-content .block .process, #home #overflow #collect #features-top .block .feature-des, #home #overflow #collect #features-top .block img, #home #overflow #collect #features-top .block .manage, #home #overflow #collect #features-top .block .visualize, #home #overflow #collect #features-top .block .process, #home #overflow #collect #features-top-collect .block .feature-des, #home #overflow #collect #features-top-collect .block img, #home #overflow #collect #features-top-collect .block .manage, #home #overflow #collect #features-top-collect .block .visualize, #home #overflow #collect #features-top-collect .block .process, #home #overflow #collect #features-top-1 .block .feature-des, #home #overflow #collect #features-top-1 .block img, #home #overflow #collect #features-top-1 .block .manage, #home #overflow #collect #features-top-1 .block .visualize, #home #overflow #collect #features-top-1 .block .process, #home #overflow #collect #features-top-2 .block .feature-des, #home #overflow #collect #features-top-2 .block img, #home #overflow #collect #features-top-2 .block .manage, #home #overflow #collect #features-top-2 .block .visualize, #home #overflow #collect #features-top-2 .block .process, #home #overflow #collect #data-pipelines-content .block .feature-des, #home #overflow #collect #data-pipelines-content .block img, #home #overflow #collect #data-pipelines-content .block .manage, #home #overflow #collect #data-pipelines-content .block .visualize, #home #overflow #collect #data-pipelines-content .block .process, #home #overflow #collect #mine-planning-content .block .feature-des, #home #overflow #collect #mine-planning-content .block img, #home #overflow #collect #mine-planning-content .block .manage, #home #overflow #collect #mine-planning-content .block .visualize, #home #overflow #collect #mine-planning-content .block .process, #home #overflow #collect #mine-execution-content .block .feature-des, #home #overflow #collect #mine-execution-content .block img, #home #overflow #collect #mine-execution-content .block .manage, #home #overflow #collect #mine-execution-content .block .visualize, #home #overflow #collect #mine-execution-content .block .process, #home #overflow #scada #features-top .block .feature-des, #home #overflow #scada #features-top .block img, #home #overflow #scada #features-top .block .manage, #home #overflow #scada #features-top .block .visualize, #home #overflow #scada #features-top .block .process, #home #overflow #scada #features-top-collect .block .feature-des, #home #overflow #scada #features-top-collect .block img, #home #overflow #scada #features-top-collect .block .manage, #home #overflow #scada #features-top-collect .block .visualize, #home #overflow #scada #features-top-collect .block .process, #home #overflow #scada #features-top-1 .block .feature-des, #home #overflow #scada #features-top-1 .block img, #home #overflow #scada #features-top-1 .block .manage, #home #overflow #scada #features-top-1 .block .visualize, #home #overflow #scada #features-top-1 .block .process, #home #overflow #scada #features-top-2 .block .feature-des, #home #overflow #scada #features-top-2 .block img, #home #overflow #scada #features-top-2 .block .manage, #home #overflow #scada #features-top-2 .block .visualize, #home #overflow #scada #features-top-2 .block .process, #home #overflow #scada #data-pipelines-content .block .feature-des, #home #overflow #scada #data-pipelines-content .block img, #home #overflow #scada #data-pipelines-content .block .manage, #home #overflow #scada #data-pipelines-content .block .visualize, #home #overflow #scada #data-pipelines-content .block .process, #home #overflow #scada #mine-planning-content .block .feature-des, #home #overflow #scada #mine-planning-content .block img, #home #overflow #scada #mine-planning-content .block .manage, #home #overflow #scada #mine-planning-content .block .visualize, #home #overflow #scada #mine-planning-content .block .process, #home #overflow #scada #mine-execution-content .block .feature-des, #home #overflow #scada #mine-execution-content .block img, #home #overflow #scada #mine-execution-content .block .manage, #home #overflow #scada #mine-execution-content .block .visualize, #home #overflow #scada #mine-execution-content .block .process, #home #overflow #react #features-top .block .feature-des, #home #overflow #react #features-top .block img, #home #overflow #react #features-top .block .manage, #home #overflow #react #features-top .block .visualize, #home #overflow #react #features-top .block .process, #home #overflow #react #features-top-collect .block .feature-des, #home #overflow #react #features-top-collect .block img, #home #overflow #react #features-top-collect .block .manage, #home #overflow #react #features-top-collect .block .visualize, #home #overflow #react #features-top-collect .block .process, #home #overflow #react #features-top-1 .block .feature-des, #home #overflow #react #features-top-1 .block img, #home #overflow #react #features-top-1 .block .manage, #home #overflow #react #features-top-1 .block .visualize, #home #overflow #react #features-top-1 .block .process, #home #overflow #react #features-top-2 .block .feature-des, #home #overflow #react #features-top-2 .block img, #home #overflow #react #features-top-2 .block .manage, #home #overflow #react #features-top-2 .block .visualize, #home #overflow #react #features-top-2 .block .process, #home #overflow #react #data-pipelines-content .block .feature-des, #home #overflow #react #data-pipelines-content .block img, #home #overflow #react #data-pipelines-content .block .manage, #home #overflow #react #data-pipelines-content .block .visualize, #home #overflow #react #data-pipelines-content .block .process, #home #overflow #react #mine-planning-content .block .feature-des, #home #overflow #react #mine-planning-content .block img, #home #overflow #react #mine-planning-content .block .manage, #home #overflow #react #mine-planning-content .block .visualize, #home #overflow #react #mine-planning-content .block .process, #home #overflow #react #mine-execution-content .block .feature-des, #home #overflow #react #mine-execution-content .block img, #home #overflow #react #mine-execution-content .block .manage, #home #overflow #react #mine-execution-content .block .visualize, #home #overflow #react #mine-execution-content .block .process, #home #overflow #data-pipelines #features-top .block .feature-des, #home #overflow #data-pipelines #features-top .block img, #home #overflow #data-pipelines #features-top .block .manage, #home #overflow #data-pipelines #features-top .block .visualize, #home #overflow #data-pipelines #features-top .block .process, #home #overflow #data-pipelines #features-top-collect .block .feature-des, #home #overflow #data-pipelines #features-top-collect .block img, #home #overflow #data-pipelines #features-top-collect .block .manage, #home #overflow #data-pipelines #features-top-collect .block .visualize, #home #overflow #data-pipelines #features-top-collect .block .process, #home #overflow #data-pipelines #features-top-1 .block .feature-des, #home #overflow #data-pipelines #features-top-1 .block img, #home #overflow #data-pipelines #features-top-1 .block .manage, #home #overflow #data-pipelines #features-top-1 .block .visualize, #home #overflow #data-pipelines #features-top-1 .block .process, #home #overflow #data-pipelines #features-top-2 .block .feature-des, #home #overflow #data-pipelines #features-top-2 .block img, #home #overflow #data-pipelines #features-top-2 .block .manage, #home #overflow #data-pipelines #features-top-2 .block .visualize, #home #overflow #data-pipelines #features-top-2 .block .process, #home #overflow #data-pipelines #data-pipelines-content .block .feature-des, #home #overflow #data-pipelines #data-pipelines-content .block img, #home #overflow #data-pipelines #data-pipelines-content .block .manage, #home #overflow #data-pipelines #data-pipelines-content .block .visualize, #home #overflow #data-pipelines #data-pipelines-content .block .process, #home #overflow #data-pipelines #mine-planning-content .block .feature-des, #home #overflow #data-pipelines #mine-planning-content .block img, #home #overflow #data-pipelines #mine-planning-content .block .manage, #home #overflow #data-pipelines #mine-planning-content .block .visualize, #home #overflow #data-pipelines #mine-planning-content .block .process, #home #overflow #data-pipelines #mine-execution-content .block .feature-des, #home #overflow #data-pipelines #mine-execution-content .block img, #home #overflow #data-pipelines #mine-execution-content .block .manage, #home #overflow #data-pipelines #mine-execution-content .block .visualize, #home #overflow #data-pipelines #mine-execution-content .block .process, #home #overflow #mine-planning #features-top .block .feature-des, #home #overflow #mine-planning #features-top .block img, #home #overflow #mine-planning #features-top .block .manage, #home #overflow #mine-planning #features-top .block .visualize, #home #overflow #mine-planning #features-top .block .process, #home #overflow #mine-planning #features-top-collect .block .feature-des, #home #overflow #mine-planning #features-top-collect .block img, #home #overflow #mine-planning #features-top-collect .block .manage, #home #overflow #mine-planning #features-top-collect .block .visualize, #home #overflow #mine-planning #features-top-collect .block .process, #home #overflow #mine-planning #features-top-1 .block .feature-des, #home #overflow #mine-planning #features-top-1 .block img, #home #overflow #mine-planning #features-top-1 .block .manage, #home #overflow #mine-planning #features-top-1 .block .visualize, #home #overflow #mine-planning #features-top-1 .block .process, #home #overflow #mine-planning #features-top-2 .block .feature-des, #home #overflow #mine-planning #features-top-2 .block img, #home #overflow #mine-planning #features-top-2 .block .manage, #home #overflow #mine-planning #features-top-2 .block .visualize, #home #overflow #mine-planning #features-top-2 .block .process, #home #overflow #mine-planning #data-pipelines-content .block .feature-des, #home #overflow #mine-planning #data-pipelines-content .block img, #home #overflow #mine-planning #data-pipelines-content .block .manage, #home #overflow #mine-planning #data-pipelines-content .block .visualize, #home #overflow #mine-planning #data-pipelines-content .block .process, #home #overflow #mine-planning #mine-planning-content .block .feature-des, #home #overflow #mine-planning #mine-planning-content .block img, #home #overflow #mine-planning #mine-planning-content .block .manage, #home #overflow #mine-planning #mine-planning-content .block .visualize, #home #overflow #mine-planning #mine-planning-content .block .process, #home #overflow #mine-planning #mine-execution-content .block .feature-des, #home #overflow #mine-planning #mine-execution-content .block img, #home #overflow #mine-planning #mine-execution-content .block .manage, #home #overflow #mine-planning #mine-execution-content .block .visualize, #home #overflow #mine-planning #mine-execution-content .block .process, #home #overflow #mine-execution #features-top .block .feature-des, #home #overflow #mine-execution #features-top .block img, #home #overflow #mine-execution #features-top .block .manage, #home #overflow #mine-execution #features-top .block .visualize, #home #overflow #mine-execution #features-top .block .process, #home #overflow #mine-execution #features-top-collect .block .feature-des, #home #overflow #mine-execution #features-top-collect .block img, #home #overflow #mine-execution #features-top-collect .block .manage, #home #overflow #mine-execution #features-top-collect .block .visualize, #home #overflow #mine-execution #features-top-collect .block .process, #home #overflow #mine-execution #features-top-1 .block .feature-des, #home #overflow #mine-execution #features-top-1 .block img, #home #overflow #mine-execution #features-top-1 .block .manage, #home #overflow #mine-execution #features-top-1 .block .visualize, #home #overflow #mine-execution #features-top-1 .block .process, #home #overflow #mine-execution #features-top-2 .block .feature-des, #home #overflow #mine-execution #features-top-2 .block img, #home #overflow #mine-execution #features-top-2 .block .manage, #home #overflow #mine-execution #features-top-2 .block .visualize, #home #overflow #mine-execution #features-top-2 .block .process, #home #overflow #mine-execution #data-pipelines-content .block .feature-des, #home #overflow #mine-execution #data-pipelines-content .block img, #home #overflow #mine-execution #data-pipelines-content .block .manage, #home #overflow #mine-execution #data-pipelines-content .block .visualize, #home #overflow #mine-execution #data-pipelines-content .block .process, #home #overflow #mine-execution #mine-planning-content .block .feature-des, #home #overflow #mine-execution #mine-planning-content .block img, #home #overflow #mine-execution #mine-planning-content .block .manage, #home #overflow #mine-execution #mine-planning-content .block .visualize, #home #overflow #mine-execution #mine-planning-content .block .process, #home #overflow #mine-execution #mine-execution-content .block .feature-des, #home #overflow #mine-execution #mine-execution-content .block img, #home #overflow #mine-execution #mine-execution-content .block .manage, #home #overflow #mine-execution #mine-execution-content .block .visualize, #home #overflow #mine-execution #mine-execution-content .block .process {
    width: 80%; }
  #home #overflow #products .product-list, #home #overflow #products .product-ecosystem-list, #home #overflow #product-ecosystem .product-list, #home #overflow #product-ecosystem .product-ecosystem-list {
    margin: 0 80px; }
  #home #overflow #bottom-features #cards div .block {
    text-align: left;
    display: flex; }
    #home #overflow #bottom-features #cards div .block div {
      width: calc(100% - 122px); }
    #home #overflow #bottom-features #cards div .block img {
      margin: 0 30px 0 0; } }
@media screen and (min-width: 1025px) {
  #home #hero #vendorStrip {
    display: block; }
  #home section main, #home section div.main-div, #home header main, #home header div.main-div {
    max-width: 1400px; }
  #home footer main, #home footer div.main-div {
    max-width: 1400px; }
  #home #overflow #manage #features-top .block, #home #overflow #manage #features-top-collect .block, #home #overflow #manage #features-top-1 .block, #home #overflow #manage #features-top-2 .block, #home #overflow #manage #data-pipelines-content .block, #home #overflow #manage #mine-planning-content .block, #home #overflow #manage #mine-execution-content .block, #home #overflow #collect #features-top .block, #home #overflow #collect #features-top-collect .block, #home #overflow #collect #features-top-1 .block, #home #overflow #collect #features-top-2 .block, #home #overflow #collect #data-pipelines-content .block, #home #overflow #collect #mine-planning-content .block, #home #overflow #collect #mine-execution-content .block, #home #overflow #scada #features-top .block, #home #overflow #scada #features-top-collect .block, #home #overflow #scada #features-top-1 .block, #home #overflow #scada #features-top-2 .block, #home #overflow #scada #data-pipelines-content .block, #home #overflow #scada #mine-planning-content .block, #home #overflow #scada #mine-execution-content .block, #home #overflow #react #features-top .block, #home #overflow #react #features-top-collect .block, #home #overflow #react #features-top-1 .block, #home #overflow #react #features-top-2 .block, #home #overflow #react #data-pipelines-content .block, #home #overflow #react #mine-planning-content .block, #home #overflow #react #mine-execution-content .block, #home #overflow #data-pipelines #features-top .block, #home #overflow #data-pipelines #features-top-collect .block, #home #overflow #data-pipelines #features-top-1 .block, #home #overflow #data-pipelines #features-top-2 .block, #home #overflow #data-pipelines #data-pipelines-content .block, #home #overflow #data-pipelines #mine-planning-content .block, #home #overflow #data-pipelines #mine-execution-content .block, #home #overflow #mine-planning #features-top .block, #home #overflow #mine-planning #features-top-collect .block, #home #overflow #mine-planning #features-top-1 .block, #home #overflow #mine-planning #features-top-2 .block, #home #overflow #mine-planning #data-pipelines-content .block, #home #overflow #mine-planning #mine-planning-content .block, #home #overflow #mine-planning #mine-execution-content .block, #home #overflow #mine-execution #features-top .block, #home #overflow #mine-execution #features-top-collect .block, #home #overflow #mine-execution #features-top-1 .block, #home #overflow #mine-execution #features-top-2 .block, #home #overflow #mine-execution #data-pipelines-content .block, #home #overflow #mine-execution #mine-planning-content .block, #home #overflow #mine-execution #mine-execution-content .block {
    flex-direction: row; }
    #home #overflow #manage #features-top .block .feature-des, #home #overflow #manage #features-top .block img, #home #overflow #manage #features-top .block .manage, #home #overflow #manage #features-top .block .visualize, #home #overflow #manage #features-top .block .process, #home #overflow #manage #features-top-collect .block .feature-des, #home #overflow #manage #features-top-collect .block img, #home #overflow #manage #features-top-collect .block .manage, #home #overflow #manage #features-top-collect .block .visualize, #home #overflow #manage #features-top-collect .block .process, #home #overflow #manage #features-top-1 .block .feature-des, #home #overflow #manage #features-top-1 .block img, #home #overflow #manage #features-top-1 .block .manage, #home #overflow #manage #features-top-1 .block .visualize, #home #overflow #manage #features-top-1 .block .process, #home #overflow #manage #features-top-2 .block .feature-des, #home #overflow #manage #features-top-2 .block img, #home #overflow #manage #features-top-2 .block .manage, #home #overflow #manage #features-top-2 .block .visualize, #home #overflow #manage #features-top-2 .block .process, #home #overflow #manage #data-pipelines-content .block .feature-des, #home #overflow #manage #data-pipelines-content .block img, #home #overflow #manage #data-pipelines-content .block .manage, #home #overflow #manage #data-pipelines-content .block .visualize, #home #overflow #manage #data-pipelines-content .block .process, #home #overflow #manage #mine-planning-content .block .feature-des, #home #overflow #manage #mine-planning-content .block img, #home #overflow #manage #mine-planning-content .block .manage, #home #overflow #manage #mine-planning-content .block .visualize, #home #overflow #manage #mine-planning-content .block .process, #home #overflow #manage #mine-execution-content .block .feature-des, #home #overflow #manage #mine-execution-content .block img, #home #overflow #manage #mine-execution-content .block .manage, #home #overflow #manage #mine-execution-content .block .visualize, #home #overflow #manage #mine-execution-content .block .process, #home #overflow #collect #features-top .block .feature-des, #home #overflow #collect #features-top .block img, #home #overflow #collect #features-top .block .manage, #home #overflow #collect #features-top .block .visualize, #home #overflow #collect #features-top .block .process, #home #overflow #collect #features-top-collect .block .feature-des, #home #overflow #collect #features-top-collect .block img, #home #overflow #collect #features-top-collect .block .manage, #home #overflow #collect #features-top-collect .block .visualize, #home #overflow #collect #features-top-collect .block .process, #home #overflow #collect #features-top-1 .block .feature-des, #home #overflow #collect #features-top-1 .block img, #home #overflow #collect #features-top-1 .block .manage, #home #overflow #collect #features-top-1 .block .visualize, #home #overflow #collect #features-top-1 .block .process, #home #overflow #collect #features-top-2 .block .feature-des, #home #overflow #collect #features-top-2 .block img, #home #overflow #collect #features-top-2 .block .manage, #home #overflow #collect #features-top-2 .block .visualize, #home #overflow #collect #features-top-2 .block .process, #home #overflow #collect #data-pipelines-content .block .feature-des, #home #overflow #collect #data-pipelines-content .block img, #home #overflow #collect #data-pipelines-content .block .manage, #home #overflow #collect #data-pipelines-content .block .visualize, #home #overflow #collect #data-pipelines-content .block .process, #home #overflow #collect #mine-planning-content .block .feature-des, #home #overflow #collect #mine-planning-content .block img, #home #overflow #collect #mine-planning-content .block .manage, #home #overflow #collect #mine-planning-content .block .visualize, #home #overflow #collect #mine-planning-content .block .process, #home #overflow #collect #mine-execution-content .block .feature-des, #home #overflow #collect #mine-execution-content .block img, #home #overflow #collect #mine-execution-content .block .manage, #home #overflow #collect #mine-execution-content .block .visualize, #home #overflow #collect #mine-execution-content .block .process, #home #overflow #scada #features-top .block .feature-des, #home #overflow #scada #features-top .block img, #home #overflow #scada #features-top .block .manage, #home #overflow #scada #features-top .block .visualize, #home #overflow #scada #features-top .block .process, #home #overflow #scada #features-top-collect .block .feature-des, #home #overflow #scada #features-top-collect .block img, #home #overflow #scada #features-top-collect .block .manage, #home #overflow #scada #features-top-collect .block .visualize, #home #overflow #scada #features-top-collect .block .process, #home #overflow #scada #features-top-1 .block .feature-des, #home #overflow #scada #features-top-1 .block img, #home #overflow #scada #features-top-1 .block .manage, #home #overflow #scada #features-top-1 .block .visualize, #home #overflow #scada #features-top-1 .block .process, #home #overflow #scada #features-top-2 .block .feature-des, #home #overflow #scada #features-top-2 .block img, #home #overflow #scada #features-top-2 .block .manage, #home #overflow #scada #features-top-2 .block .visualize, #home #overflow #scada #features-top-2 .block .process, #home #overflow #scada #data-pipelines-content .block .feature-des, #home #overflow #scada #data-pipelines-content .block img, #home #overflow #scada #data-pipelines-content .block .manage, #home #overflow #scada #data-pipelines-content .block .visualize, #home #overflow #scada #data-pipelines-content .block .process, #home #overflow #scada #mine-planning-content .block .feature-des, #home #overflow #scada #mine-planning-content .block img, #home #overflow #scada #mine-planning-content .block .manage, #home #overflow #scada #mine-planning-content .block .visualize, #home #overflow #scada #mine-planning-content .block .process, #home #overflow #scada #mine-execution-content .block .feature-des, #home #overflow #scada #mine-execution-content .block img, #home #overflow #scada #mine-execution-content .block .manage, #home #overflow #scada #mine-execution-content .block .visualize, #home #overflow #scada #mine-execution-content .block .process, #home #overflow #react #features-top .block .feature-des, #home #overflow #react #features-top .block img, #home #overflow #react #features-top .block .manage, #home #overflow #react #features-top .block .visualize, #home #overflow #react #features-top .block .process, #home #overflow #react #features-top-collect .block .feature-des, #home #overflow #react #features-top-collect .block img, #home #overflow #react #features-top-collect .block .manage, #home #overflow #react #features-top-collect .block .visualize, #home #overflow #react #features-top-collect .block .process, #home #overflow #react #features-top-1 .block .feature-des, #home #overflow #react #features-top-1 .block img, #home #overflow #react #features-top-1 .block .manage, #home #overflow #react #features-top-1 .block .visualize, #home #overflow #react #features-top-1 .block .process, #home #overflow #react #features-top-2 .block .feature-des, #home #overflow #react #features-top-2 .block img, #home #overflow #react #features-top-2 .block .manage, #home #overflow #react #features-top-2 .block .visualize, #home #overflow #react #features-top-2 .block .process, #home #overflow #react #data-pipelines-content .block .feature-des, #home #overflow #react #data-pipelines-content .block img, #home #overflow #react #data-pipelines-content .block .manage, #home #overflow #react #data-pipelines-content .block .visualize, #home #overflow #react #data-pipelines-content .block .process, #home #overflow #react #mine-planning-content .block .feature-des, #home #overflow #react #mine-planning-content .block img, #home #overflow #react #mine-planning-content .block .manage, #home #overflow #react #mine-planning-content .block .visualize, #home #overflow #react #mine-planning-content .block .process, #home #overflow #react #mine-execution-content .block .feature-des, #home #overflow #react #mine-execution-content .block img, #home #overflow #react #mine-execution-content .block .manage, #home #overflow #react #mine-execution-content .block .visualize, #home #overflow #react #mine-execution-content .block .process, #home #overflow #data-pipelines #features-top .block .feature-des, #home #overflow #data-pipelines #features-top .block img, #home #overflow #data-pipelines #features-top .block .manage, #home #overflow #data-pipelines #features-top .block .visualize, #home #overflow #data-pipelines #features-top .block .process, #home #overflow #data-pipelines #features-top-collect .block .feature-des, #home #overflow #data-pipelines #features-top-collect .block img, #home #overflow #data-pipelines #features-top-collect .block .manage, #home #overflow #data-pipelines #features-top-collect .block .visualize, #home #overflow #data-pipelines #features-top-collect .block .process, #home #overflow #data-pipelines #features-top-1 .block .feature-des, #home #overflow #data-pipelines #features-top-1 .block img, #home #overflow #data-pipelines #features-top-1 .block .manage, #home #overflow #data-pipelines #features-top-1 .block .visualize, #home #overflow #data-pipelines #features-top-1 .block .process, #home #overflow #data-pipelines #features-top-2 .block .feature-des, #home #overflow #data-pipelines #features-top-2 .block img, #home #overflow #data-pipelines #features-top-2 .block .manage, #home #overflow #data-pipelines #features-top-2 .block .visualize, #home #overflow #data-pipelines #features-top-2 .block .process, #home #overflow #data-pipelines #data-pipelines-content .block .feature-des, #home #overflow #data-pipelines #data-pipelines-content .block img, #home #overflow #data-pipelines #data-pipelines-content .block .manage, #home #overflow #data-pipelines #data-pipelines-content .block .visualize, #home #overflow #data-pipelines #data-pipelines-content .block .process, #home #overflow #data-pipelines #mine-planning-content .block .feature-des, #home #overflow #data-pipelines #mine-planning-content .block img, #home #overflow #data-pipelines #mine-planning-content .block .manage, #home #overflow #data-pipelines #mine-planning-content .block .visualize, #home #overflow #data-pipelines #mine-planning-content .block .process, #home #overflow #data-pipelines #mine-execution-content .block .feature-des, #home #overflow #data-pipelines #mine-execution-content .block img, #home #overflow #data-pipelines #mine-execution-content .block .manage, #home #overflow #data-pipelines #mine-execution-content .block .visualize, #home #overflow #data-pipelines #mine-execution-content .block .process, #home #overflow #mine-planning #features-top .block .feature-des, #home #overflow #mine-planning #features-top .block img, #home #overflow #mine-planning #features-top .block .manage, #home #overflow #mine-planning #features-top .block .visualize, #home #overflow #mine-planning #features-top .block .process, #home #overflow #mine-planning #features-top-collect .block .feature-des, #home #overflow #mine-planning #features-top-collect .block img, #home #overflow #mine-planning #features-top-collect .block .manage, #home #overflow #mine-planning #features-top-collect .block .visualize, #home #overflow #mine-planning #features-top-collect .block .process, #home #overflow #mine-planning #features-top-1 .block .feature-des, #home #overflow #mine-planning #features-top-1 .block img, #home #overflow #mine-planning #features-top-1 .block .manage, #home #overflow #mine-planning #features-top-1 .block .visualize, #home #overflow #mine-planning #features-top-1 .block .process, #home #overflow #mine-planning #features-top-2 .block .feature-des, #home #overflow #mine-planning #features-top-2 .block img, #home #overflow #mine-planning #features-top-2 .block .manage, #home #overflow #mine-planning #features-top-2 .block .visualize, #home #overflow #mine-planning #features-top-2 .block .process, #home #overflow #mine-planning #data-pipelines-content .block .feature-des, #home #overflow #mine-planning #data-pipelines-content .block img, #home #overflow #mine-planning #data-pipelines-content .block .manage, #home #overflow #mine-planning #data-pipelines-content .block .visualize, #home #overflow #mine-planning #data-pipelines-content .block .process, #home #overflow #mine-planning #mine-planning-content .block .feature-des, #home #overflow #mine-planning #mine-planning-content .block img, #home #overflow #mine-planning #mine-planning-content .block .manage, #home #overflow #mine-planning #mine-planning-content .block .visualize, #home #overflow #mine-planning #mine-planning-content .block .process, #home #overflow #mine-planning #mine-execution-content .block .feature-des, #home #overflow #mine-planning #mine-execution-content .block img, #home #overflow #mine-planning #mine-execution-content .block .manage, #home #overflow #mine-planning #mine-execution-content .block .visualize, #home #overflow #mine-planning #mine-execution-content .block .process, #home #overflow #mine-execution #features-top .block .feature-des, #home #overflow #mine-execution #features-top .block img, #home #overflow #mine-execution #features-top .block .manage, #home #overflow #mine-execution #features-top .block .visualize, #home #overflow #mine-execution #features-top .block .process, #home #overflow #mine-execution #features-top-collect .block .feature-des, #home #overflow #mine-execution #features-top-collect .block img, #home #overflow #mine-execution #features-top-collect .block .manage, #home #overflow #mine-execution #features-top-collect .block .visualize, #home #overflow #mine-execution #features-top-collect .block .process, #home #overflow #mine-execution #features-top-1 .block .feature-des, #home #overflow #mine-execution #features-top-1 .block img, #home #overflow #mine-execution #features-top-1 .block .manage, #home #overflow #mine-execution #features-top-1 .block .visualize, #home #overflow #mine-execution #features-top-1 .block .process, #home #overflow #mine-execution #features-top-2 .block .feature-des, #home #overflow #mine-execution #features-top-2 .block img, #home #overflow #mine-execution #features-top-2 .block .manage, #home #overflow #mine-execution #features-top-2 .block .visualize, #home #overflow #mine-execution #features-top-2 .block .process, #home #overflow #mine-execution #data-pipelines-content .block .feature-des, #home #overflow #mine-execution #data-pipelines-content .block img, #home #overflow #mine-execution #data-pipelines-content .block .manage, #home #overflow #mine-execution #data-pipelines-content .block .visualize, #home #overflow #mine-execution #data-pipelines-content .block .process, #home #overflow #mine-execution #mine-planning-content .block .feature-des, #home #overflow #mine-execution #mine-planning-content .block img, #home #overflow #mine-execution #mine-planning-content .block .manage, #home #overflow #mine-execution #mine-planning-content .block .visualize, #home #overflow #mine-execution #mine-planning-content .block .process, #home #overflow #mine-execution #mine-execution-content .block .feature-des, #home #overflow #mine-execution #mine-execution-content .block img, #home #overflow #mine-execution #mine-execution-content .block .manage, #home #overflow #mine-execution #mine-execution-content .block .visualize, #home #overflow #mine-execution #mine-execution-content .block .process {
      width: calc(50% - 80px);
      order: unset; }
      #home #overflow #manage #features-top .block .feature-des h2, #home #overflow #manage #features-top .block .feature-des span.phrase-heading, #home #overflow #manage #features-top .block img h2, #home #overflow #manage #features-top .block img span.phrase-heading, #home #overflow #manage #features-top .block .manage h2, #home #overflow #manage #features-top .block .manage span.phrase-heading, #home #overflow #manage #features-top .block .visualize h2, #home #overflow #manage #features-top .block .visualize span.phrase-heading, #home #overflow #manage #features-top .block .process h2, #home #overflow #manage #features-top .block .process span.phrase-heading, #home #overflow #manage #features-top-collect .block .feature-des h2, #home #overflow #manage #features-top-collect .block .feature-des span.phrase-heading, #home #overflow #manage #features-top-collect .block img h2, #home #overflow #manage #features-top-collect .block img span.phrase-heading, #home #overflow #manage #features-top-collect .block .manage h2, #home #overflow #manage #features-top-collect .block .manage span.phrase-heading, #home #overflow #manage #features-top-collect .block .visualize h2, #home #overflow #manage #features-top-collect .block .visualize span.phrase-heading, #home #overflow #manage #features-top-collect .block .process h2, #home #overflow #manage #features-top-collect .block .process span.phrase-heading, #home #overflow #manage #features-top-1 .block .feature-des h2, #home #overflow #manage #features-top-1 .block .feature-des span.phrase-heading, #home #overflow #manage #features-top-1 .block img h2, #home #overflow #manage #features-top-1 .block img span.phrase-heading, #home #overflow #manage #features-top-1 .block .manage h2, #home #overflow #manage #features-top-1 .block .manage span.phrase-heading, #home #overflow #manage #features-top-1 .block .visualize h2, #home #overflow #manage #features-top-1 .block .visualize span.phrase-heading, #home #overflow #manage #features-top-1 .block .process h2, #home #overflow #manage #features-top-1 .block .process span.phrase-heading, #home #overflow #manage #features-top-2 .block .feature-des h2, #home #overflow #manage #features-top-2 .block .feature-des span.phrase-heading, #home #overflow #manage #features-top-2 .block img h2, #home #overflow #manage #features-top-2 .block img span.phrase-heading, #home #overflow #manage #features-top-2 .block .manage h2, #home #overflow #manage #features-top-2 .block .manage span.phrase-heading, #home #overflow #manage #features-top-2 .block .visualize h2, #home #overflow #manage #features-top-2 .block .visualize span.phrase-heading, #home #overflow #manage #features-top-2 .block .process h2, #home #overflow #manage #features-top-2 .block .process span.phrase-heading, #home #overflow #manage #data-pipelines-content .block .feature-des h2, #home #overflow #manage #data-pipelines-content .block .feature-des span.phrase-heading, #home #overflow #manage #data-pipelines-content .block img h2, #home #overflow #manage #data-pipelines-content .block img span.phrase-heading, #home #overflow #manage #data-pipelines-content .block .manage h2, #home #overflow #manage #data-pipelines-content .block .manage span.phrase-heading, #home #overflow #manage #data-pipelines-content .block .visualize h2, #home #overflow #manage #data-pipelines-content .block .visualize span.phrase-heading, #home #overflow #manage #data-pipelines-content .block .process h2, #home #overflow #manage #data-pipelines-content .block .process span.phrase-heading, #home #overflow #manage #mine-planning-content .block .feature-des h2, #home #overflow #manage #mine-planning-content .block .feature-des span.phrase-heading, #home #overflow #manage #mine-planning-content .block img h2, #home #overflow #manage #mine-planning-content .block img span.phrase-heading, #home #overflow #manage #mine-planning-content .block .manage h2, #home #overflow #manage #mine-planning-content .block .manage span.phrase-heading, #home #overflow #manage #mine-planning-content .block .visualize h2, #home #overflow #manage #mine-planning-content .block .visualize span.phrase-heading, #home #overflow #manage #mine-planning-content .block .process h2, #home #overflow #manage #mine-planning-content .block .process span.phrase-heading, #home #overflow #manage #mine-execution-content .block .feature-des h2, #home #overflow #manage #mine-execution-content .block .feature-des span.phrase-heading, #home #overflow #manage #mine-execution-content .block img h2, #home #overflow #manage #mine-execution-content .block img span.phrase-heading, #home #overflow #manage #mine-execution-content .block .manage h2, #home #overflow #manage #mine-execution-content .block .manage span.phrase-heading, #home #overflow #manage #mine-execution-content .block .visualize h2, #home #overflow #manage #mine-execution-content .block .visualize span.phrase-heading, #home #overflow #manage #mine-execution-content .block .process h2, #home #overflow #manage #mine-execution-content .block .process span.phrase-heading, #home #overflow #collect #features-top .block .feature-des h2, #home #overflow #collect #features-top .block .feature-des span.phrase-heading, #home #overflow #collect #features-top .block img h2, #home #overflow #collect #features-top .block img span.phrase-heading, #home #overflow #collect #features-top .block .manage h2, #home #overflow #collect #features-top .block .manage span.phrase-heading, #home #overflow #collect #features-top .block .visualize h2, #home #overflow #collect #features-top .block .visualize span.phrase-heading, #home #overflow #collect #features-top .block .process h2, #home #overflow #collect #features-top .block .process span.phrase-heading, #home #overflow #collect #features-top-collect .block .feature-des h2, #home #overflow #collect #features-top-collect .block .feature-des span.phrase-heading, #home #overflow #collect #features-top-collect .block img h2, #home #overflow #collect #features-top-collect .block img span.phrase-heading, #home #overflow #collect #features-top-collect .block .manage h2, #home #overflow #collect #features-top-collect .block .manage span.phrase-heading, #home #overflow #collect #features-top-collect .block .visualize h2, #home #overflow #collect #features-top-collect .block .visualize span.phrase-heading, #home #overflow #collect #features-top-collect .block .process h2, #home #overflow #collect #features-top-collect .block .process span.phrase-heading, #home #overflow #collect #features-top-1 .block .feature-des h2, #home #overflow #collect #features-top-1 .block .feature-des span.phrase-heading, #home #overflow #collect #features-top-1 .block img h2, #home #overflow #collect #features-top-1 .block img span.phrase-heading, #home #overflow #collect #features-top-1 .block .manage h2, #home #overflow #collect #features-top-1 .block .manage span.phrase-heading, #home #overflow #collect #features-top-1 .block .visualize h2, #home #overflow #collect #features-top-1 .block .visualize span.phrase-heading, #home #overflow #collect #features-top-1 .block .process h2, #home #overflow #collect #features-top-1 .block .process span.phrase-heading, #home #overflow #collect #features-top-2 .block .feature-des h2, #home #overflow #collect #features-top-2 .block .feature-des span.phrase-heading, #home #overflow #collect #features-top-2 .block img h2, #home #overflow #collect #features-top-2 .block img span.phrase-heading, #home #overflow #collect #features-top-2 .block .manage h2, #home #overflow #collect #features-top-2 .block .manage span.phrase-heading, #home #overflow #collect #features-top-2 .block .visualize h2, #home #overflow #collect #features-top-2 .block .visualize span.phrase-heading, #home #overflow #collect #features-top-2 .block .process h2, #home #overflow #collect #features-top-2 .block .process span.phrase-heading, #home #overflow #collect #data-pipelines-content .block .feature-des h2, #home #overflow #collect #data-pipelines-content .block .feature-des span.phrase-heading, #home #overflow #collect #data-pipelines-content .block img h2, #home #overflow #collect #data-pipelines-content .block img span.phrase-heading, #home #overflow #collect #data-pipelines-content .block .manage h2, #home #overflow #collect #data-pipelines-content .block .manage span.phrase-heading, #home #overflow #collect #data-pipelines-content .block .visualize h2, #home #overflow #collect #data-pipelines-content .block .visualize span.phrase-heading, #home #overflow #collect #data-pipelines-content .block .process h2, #home #overflow #collect #data-pipelines-content .block .process span.phrase-heading, #home #overflow #collect #mine-planning-content .block .feature-des h2, #home #overflow #collect #mine-planning-content .block .feature-des span.phrase-heading, #home #overflow #collect #mine-planning-content .block img h2, #home #overflow #collect #mine-planning-content .block img span.phrase-heading, #home #overflow #collect #mine-planning-content .block .manage h2, #home #overflow #collect #mine-planning-content .block .manage span.phrase-heading, #home #overflow #collect #mine-planning-content .block .visualize h2, #home #overflow #collect #mine-planning-content .block .visualize span.phrase-heading, #home #overflow #collect #mine-planning-content .block .process h2, #home #overflow #collect #mine-planning-content .block .process span.phrase-heading, #home #overflow #collect #mine-execution-content .block .feature-des h2, #home #overflow #collect #mine-execution-content .block .feature-des span.phrase-heading, #home #overflow #collect #mine-execution-content .block img h2, #home #overflow #collect #mine-execution-content .block img span.phrase-heading, #home #overflow #collect #mine-execution-content .block .manage h2, #home #overflow #collect #mine-execution-content .block .manage span.phrase-heading, #home #overflow #collect #mine-execution-content .block .visualize h2, #home #overflow #collect #mine-execution-content .block .visualize span.phrase-heading, #home #overflow #collect #mine-execution-content .block .process h2, #home #overflow #collect #mine-execution-content .block .process span.phrase-heading, #home #overflow #scada #features-top .block .feature-des h2, #home #overflow #scada #features-top .block .feature-des span.phrase-heading, #home #overflow #scada #features-top .block img h2, #home #overflow #scada #features-top .block img span.phrase-heading, #home #overflow #scada #features-top .block .manage h2, #home #overflow #scada #features-top .block .manage span.phrase-heading, #home #overflow #scada #features-top .block .visualize h2, #home #overflow #scada #features-top .block .visualize span.phrase-heading, #home #overflow #scada #features-top .block .process h2, #home #overflow #scada #features-top .block .process span.phrase-heading, #home #overflow #scada #features-top-collect .block .feature-des h2, #home #overflow #scada #features-top-collect .block .feature-des span.phrase-heading, #home #overflow #scada #features-top-collect .block img h2, #home #overflow #scada #features-top-collect .block img span.phrase-heading, #home #overflow #scada #features-top-collect .block .manage h2, #home #overflow #scada #features-top-collect .block .manage span.phrase-heading, #home #overflow #scada #features-top-collect .block .visualize h2, #home #overflow #scada #features-top-collect .block .visualize span.phrase-heading, #home #overflow #scada #features-top-collect .block .process h2, #home #overflow #scada #features-top-collect .block .process span.phrase-heading, #home #overflow #scada #features-top-1 .block .feature-des h2, #home #overflow #scada #features-top-1 .block .feature-des span.phrase-heading, #home #overflow #scada #features-top-1 .block img h2, #home #overflow #scada #features-top-1 .block img span.phrase-heading, #home #overflow #scada #features-top-1 .block .manage h2, #home #overflow #scada #features-top-1 .block .manage span.phrase-heading, #home #overflow #scada #features-top-1 .block .visualize h2, #home #overflow #scada #features-top-1 .block .visualize span.phrase-heading, #home #overflow #scada #features-top-1 .block .process h2, #home #overflow #scada #features-top-1 .block .process span.phrase-heading, #home #overflow #scada #features-top-2 .block .feature-des h2, #home #overflow #scada #features-top-2 .block .feature-des span.phrase-heading, #home #overflow #scada #features-top-2 .block img h2, #home #overflow #scada #features-top-2 .block img span.phrase-heading, #home #overflow #scada #features-top-2 .block .manage h2, #home #overflow #scada #features-top-2 .block .manage span.phrase-heading, #home #overflow #scada #features-top-2 .block .visualize h2, #home #overflow #scada #features-top-2 .block .visualize span.phrase-heading, #home #overflow #scada #features-top-2 .block .process h2, #home #overflow #scada #features-top-2 .block .process span.phrase-heading, #home #overflow #scada #data-pipelines-content .block .feature-des h2, #home #overflow #scada #data-pipelines-content .block .feature-des span.phrase-heading, #home #overflow #scada #data-pipelines-content .block img h2, #home #overflow #scada #data-pipelines-content .block img span.phrase-heading, #home #overflow #scada #data-pipelines-content .block .manage h2, #home #overflow #scada #data-pipelines-content .block .manage span.phrase-heading, #home #overflow #scada #data-pipelines-content .block .visualize h2, #home #overflow #scada #data-pipelines-content .block .visualize span.phrase-heading, #home #overflow #scada #data-pipelines-content .block .process h2, #home #overflow #scada #data-pipelines-content .block .process span.phrase-heading, #home #overflow #scada #mine-planning-content .block .feature-des h2, #home #overflow #scada #mine-planning-content .block .feature-des span.phrase-heading, #home #overflow #scada #mine-planning-content .block img h2, #home #overflow #scada #mine-planning-content .block img span.phrase-heading, #home #overflow #scada #mine-planning-content .block .manage h2, #home #overflow #scada #mine-planning-content .block .manage span.phrase-heading, #home #overflow #scada #mine-planning-content .block .visualize h2, #home #overflow #scada #mine-planning-content .block .visualize span.phrase-heading, #home #overflow #scada #mine-planning-content .block .process h2, #home #overflow #scada #mine-planning-content .block .process span.phrase-heading, #home #overflow #scada #mine-execution-content .block .feature-des h2, #home #overflow #scada #mine-execution-content .block .feature-des span.phrase-heading, #home #overflow #scada #mine-execution-content .block img h2, #home #overflow #scada #mine-execution-content .block img span.phrase-heading, #home #overflow #scada #mine-execution-content .block .manage h2, #home #overflow #scada #mine-execution-content .block .manage span.phrase-heading, #home #overflow #scada #mine-execution-content .block .visualize h2, #home #overflow #scada #mine-execution-content .block .visualize span.phrase-heading, #home #overflow #scada #mine-execution-content .block .process h2, #home #overflow #scada #mine-execution-content .block .process span.phrase-heading, #home #overflow #react #features-top .block .feature-des h2, #home #overflow #react #features-top .block .feature-des span.phrase-heading, #home #overflow #react #features-top .block img h2, #home #overflow #react #features-top .block img span.phrase-heading, #home #overflow #react #features-top .block .manage h2, #home #overflow #react #features-top .block .manage span.phrase-heading, #home #overflow #react #features-top .block .visualize h2, #home #overflow #react #features-top .block .visualize span.phrase-heading, #home #overflow #react #features-top .block .process h2, #home #overflow #react #features-top .block .process span.phrase-heading, #home #overflow #react #features-top-collect .block .feature-des h2, #home #overflow #react #features-top-collect .block .feature-des span.phrase-heading, #home #overflow #react #features-top-collect .block img h2, #home #overflow #react #features-top-collect .block img span.phrase-heading, #home #overflow #react #features-top-collect .block .manage h2, #home #overflow #react #features-top-collect .block .manage span.phrase-heading, #home #overflow #react #features-top-collect .block .visualize h2, #home #overflow #react #features-top-collect .block .visualize span.phrase-heading, #home #overflow #react #features-top-collect .block .process h2, #home #overflow #react #features-top-collect .block .process span.phrase-heading, #home #overflow #react #features-top-1 .block .feature-des h2, #home #overflow #react #features-top-1 .block .feature-des span.phrase-heading, #home #overflow #react #features-top-1 .block img h2, #home #overflow #react #features-top-1 .block img span.phrase-heading, #home #overflow #react #features-top-1 .block .manage h2, #home #overflow #react #features-top-1 .block .manage span.phrase-heading, #home #overflow #react #features-top-1 .block .visualize h2, #home #overflow #react #features-top-1 .block .visualize span.phrase-heading, #home #overflow #react #features-top-1 .block .process h2, #home #overflow #react #features-top-1 .block .process span.phrase-heading, #home #overflow #react #features-top-2 .block .feature-des h2, #home #overflow #react #features-top-2 .block .feature-des span.phrase-heading, #home #overflow #react #features-top-2 .block img h2, #home #overflow #react #features-top-2 .block img span.phrase-heading, #home #overflow #react #features-top-2 .block .manage h2, #home #overflow #react #features-top-2 .block .manage span.phrase-heading, #home #overflow #react #features-top-2 .block .visualize h2, #home #overflow #react #features-top-2 .block .visualize span.phrase-heading, #home #overflow #react #features-top-2 .block .process h2, #home #overflow #react #features-top-2 .block .process span.phrase-heading, #home #overflow #react #data-pipelines-content .block .feature-des h2, #home #overflow #react #data-pipelines-content .block .feature-des span.phrase-heading, #home #overflow #react #data-pipelines-content .block img h2, #home #overflow #react #data-pipelines-content .block img span.phrase-heading, #home #overflow #react #data-pipelines-content .block .manage h2, #home #overflow #react #data-pipelines-content .block .manage span.phrase-heading, #home #overflow #react #data-pipelines-content .block .visualize h2, #home #overflow #react #data-pipelines-content .block .visualize span.phrase-heading, #home #overflow #react #data-pipelines-content .block .process h2, #home #overflow #react #data-pipelines-content .block .process span.phrase-heading, #home #overflow #react #mine-planning-content .block .feature-des h2, #home #overflow #react #mine-planning-content .block .feature-des span.phrase-heading, #home #overflow #react #mine-planning-content .block img h2, #home #overflow #react #mine-planning-content .block img span.phrase-heading, #home #overflow #react #mine-planning-content .block .manage h2, #home #overflow #react #mine-planning-content .block .manage span.phrase-heading, #home #overflow #react #mine-planning-content .block .visualize h2, #home #overflow #react #mine-planning-content .block .visualize span.phrase-heading, #home #overflow #react #mine-planning-content .block .process h2, #home #overflow #react #mine-planning-content .block .process span.phrase-heading, #home #overflow #react #mine-execution-content .block .feature-des h2, #home #overflow #react #mine-execution-content .block .feature-des span.phrase-heading, #home #overflow #react #mine-execution-content .block img h2, #home #overflow #react #mine-execution-content .block img span.phrase-heading, #home #overflow #react #mine-execution-content .block .manage h2, #home #overflow #react #mine-execution-content .block .manage span.phrase-heading, #home #overflow #react #mine-execution-content .block .visualize h2, #home #overflow #react #mine-execution-content .block .visualize span.phrase-heading, #home #overflow #react #mine-execution-content .block .process h2, #home #overflow #react #mine-execution-content .block .process span.phrase-heading, #home #overflow #data-pipelines #features-top .block .feature-des h2, #home #overflow #data-pipelines #features-top .block .feature-des span.phrase-heading, #home #overflow #data-pipelines #features-top .block img h2, #home #overflow #data-pipelines #features-top .block img span.phrase-heading, #home #overflow #data-pipelines #features-top .block .manage h2, #home #overflow #data-pipelines #features-top .block .manage span.phrase-heading, #home #overflow #data-pipelines #features-top .block .visualize h2, #home #overflow #data-pipelines #features-top .block .visualize span.phrase-heading, #home #overflow #data-pipelines #features-top .block .process h2, #home #overflow #data-pipelines #features-top .block .process span.phrase-heading, #home #overflow #data-pipelines #features-top-collect .block .feature-des h2, #home #overflow #data-pipelines #features-top-collect .block .feature-des span.phrase-heading, #home #overflow #data-pipelines #features-top-collect .block img h2, #home #overflow #data-pipelines #features-top-collect .block img span.phrase-heading, #home #overflow #data-pipelines #features-top-collect .block .manage h2, #home #overflow #data-pipelines #features-top-collect .block .manage span.phrase-heading, #home #overflow #data-pipelines #features-top-collect .block .visualize h2, #home #overflow #data-pipelines #features-top-collect .block .visualize span.phrase-heading, #home #overflow #data-pipelines #features-top-collect .block .process h2, #home #overflow #data-pipelines #features-top-collect .block .process span.phrase-heading, #home #overflow #data-pipelines #features-top-1 .block .feature-des h2, #home #overflow #data-pipelines #features-top-1 .block .feature-des span.phrase-heading, #home #overflow #data-pipelines #features-top-1 .block img h2, #home #overflow #data-pipelines #features-top-1 .block img span.phrase-heading, #home #overflow #data-pipelines #features-top-1 .block .manage h2, #home #overflow #data-pipelines #features-top-1 .block .manage span.phrase-heading, #home #overflow #data-pipelines #features-top-1 .block .visualize h2, #home #overflow #data-pipelines #features-top-1 .block .visualize span.phrase-heading, #home #overflow #data-pipelines #features-top-1 .block .process h2, #home #overflow #data-pipelines #features-top-1 .block .process span.phrase-heading, #home #overflow #data-pipelines #features-top-2 .block .feature-des h2, #home #overflow #data-pipelines #features-top-2 .block .feature-des span.phrase-heading, #home #overflow #data-pipelines #features-top-2 .block img h2, #home #overflow #data-pipelines #features-top-2 .block img span.phrase-heading, #home #overflow #data-pipelines #features-top-2 .block .manage h2, #home #overflow #data-pipelines #features-top-2 .block .manage span.phrase-heading, #home #overflow #data-pipelines #features-top-2 .block .visualize h2, #home #overflow #data-pipelines #features-top-2 .block .visualize span.phrase-heading, #home #overflow #data-pipelines #features-top-2 .block .process h2, #home #overflow #data-pipelines #features-top-2 .block .process span.phrase-heading, #home #overflow #data-pipelines #data-pipelines-content .block .feature-des h2, #home #overflow #data-pipelines #data-pipelines-content .block .feature-des span.phrase-heading, #home #overflow #data-pipelines #data-pipelines-content .block img h2, #home #overflow #data-pipelines #data-pipelines-content .block img span.phrase-heading, #home #overflow #data-pipelines #data-pipelines-content .block .manage h2, #home #overflow #data-pipelines #data-pipelines-content .block .manage span.phrase-heading, #home #overflow #data-pipelines #data-pipelines-content .block .visualize h2, #home #overflow #data-pipelines #data-pipelines-content .block .visualize span.phrase-heading, #home #overflow #data-pipelines #data-pipelines-content .block .process h2, #home #overflow #data-pipelines #data-pipelines-content .block .process span.phrase-heading, #home #overflow #data-pipelines #mine-planning-content .block .feature-des h2, #home #overflow #data-pipelines #mine-planning-content .block .feature-des span.phrase-heading, #home #overflow #data-pipelines #mine-planning-content .block img h2, #home #overflow #data-pipelines #mine-planning-content .block img span.phrase-heading, #home #overflow #data-pipelines #mine-planning-content .block .manage h2, #home #overflow #data-pipelines #mine-planning-content .block .manage span.phrase-heading, #home #overflow #data-pipelines #mine-planning-content .block .visualize h2, #home #overflow #data-pipelines #mine-planning-content .block .visualize span.phrase-heading, #home #overflow #data-pipelines #mine-planning-content .block .process h2, #home #overflow #data-pipelines #mine-planning-content .block .process span.phrase-heading, #home #overflow #data-pipelines #mine-execution-content .block .feature-des h2, #home #overflow #data-pipelines #mine-execution-content .block .feature-des span.phrase-heading, #home #overflow #data-pipelines #mine-execution-content .block img h2, #home #overflow #data-pipelines #mine-execution-content .block img span.phrase-heading, #home #overflow #data-pipelines #mine-execution-content .block .manage h2, #home #overflow #data-pipelines #mine-execution-content .block .manage span.phrase-heading, #home #overflow #data-pipelines #mine-execution-content .block .visualize h2, #home #overflow #data-pipelines #mine-execution-content .block .visualize span.phrase-heading, #home #overflow #data-pipelines #mine-execution-content .block .process h2, #home #overflow #data-pipelines #mine-execution-content .block .process span.phrase-heading, #home #overflow #mine-planning #features-top .block .feature-des h2, #home #overflow #mine-planning #features-top .block .feature-des span.phrase-heading, #home #overflow #mine-planning #features-top .block img h2, #home #overflow #mine-planning #features-top .block img span.phrase-heading, #home #overflow #mine-planning #features-top .block .manage h2, #home #overflow #mine-planning #features-top .block .manage span.phrase-heading, #home #overflow #mine-planning #features-top .block .visualize h2, #home #overflow #mine-planning #features-top .block .visualize span.phrase-heading, #home #overflow #mine-planning #features-top .block .process h2, #home #overflow #mine-planning #features-top .block .process span.phrase-heading, #home #overflow #mine-planning #features-top-collect .block .feature-des h2, #home #overflow #mine-planning #features-top-collect .block .feature-des span.phrase-heading, #home #overflow #mine-planning #features-top-collect .block img h2, #home #overflow #mine-planning #features-top-collect .block img span.phrase-heading, #home #overflow #mine-planning #features-top-collect .block .manage h2, #home #overflow #mine-planning #features-top-collect .block .manage span.phrase-heading, #home #overflow #mine-planning #features-top-collect .block .visualize h2, #home #overflow #mine-planning #features-top-collect .block .visualize span.phrase-heading, #home #overflow #mine-planning #features-top-collect .block .process h2, #home #overflow #mine-planning #features-top-collect .block .process span.phrase-heading, #home #overflow #mine-planning #features-top-1 .block .feature-des h2, #home #overflow #mine-planning #features-top-1 .block .feature-des span.phrase-heading, #home #overflow #mine-planning #features-top-1 .block img h2, #home #overflow #mine-planning #features-top-1 .block img span.phrase-heading, #home #overflow #mine-planning #features-top-1 .block .manage h2, #home #overflow #mine-planning #features-top-1 .block .manage span.phrase-heading, #home #overflow #mine-planning #features-top-1 .block .visualize h2, #home #overflow #mine-planning #features-top-1 .block .visualize span.phrase-heading, #home #overflow #mine-planning #features-top-1 .block .process h2, #home #overflow #mine-planning #features-top-1 .block .process span.phrase-heading, #home #overflow #mine-planning #features-top-2 .block .feature-des h2, #home #overflow #mine-planning #features-top-2 .block .feature-des span.phrase-heading, #home #overflow #mine-planning #features-top-2 .block img h2, #home #overflow #mine-planning #features-top-2 .block img span.phrase-heading, #home #overflow #mine-planning #features-top-2 .block .manage h2, #home #overflow #mine-planning #features-top-2 .block .manage span.phrase-heading, #home #overflow #mine-planning #features-top-2 .block .visualize h2, #home #overflow #mine-planning #features-top-2 .block .visualize span.phrase-heading, #home #overflow #mine-planning #features-top-2 .block .process h2, #home #overflow #mine-planning #features-top-2 .block .process span.phrase-heading, #home #overflow #mine-planning #data-pipelines-content .block .feature-des h2, #home #overflow #mine-planning #data-pipelines-content .block .feature-des span.phrase-heading, #home #overflow #mine-planning #data-pipelines-content .block img h2, #home #overflow #mine-planning #data-pipelines-content .block img span.phrase-heading, #home #overflow #mine-planning #data-pipelines-content .block .manage h2, #home #overflow #mine-planning #data-pipelines-content .block .manage span.phrase-heading, #home #overflow #mine-planning #data-pipelines-content .block .visualize h2, #home #overflow #mine-planning #data-pipelines-content .block .visualize span.phrase-heading, #home #overflow #mine-planning #data-pipelines-content .block .process h2, #home #overflow #mine-planning #data-pipelines-content .block .process span.phrase-heading, #home #overflow #mine-planning #mine-planning-content .block .feature-des h2, #home #overflow #mine-planning #mine-planning-content .block .feature-des span.phrase-heading, #home #overflow #mine-planning #mine-planning-content .block img h2, #home #overflow #mine-planning #mine-planning-content .block img span.phrase-heading, #home #overflow #mine-planning #mine-planning-content .block .manage h2, #home #overflow #mine-planning #mine-planning-content .block .manage span.phrase-heading, #home #overflow #mine-planning #mine-planning-content .block .visualize h2, #home #overflow #mine-planning #mine-planning-content .block .visualize span.phrase-heading, #home #overflow #mine-planning #mine-planning-content .block .process h2, #home #overflow #mine-planning #mine-planning-content .block .process span.phrase-heading, #home #overflow #mine-planning #mine-execution-content .block .feature-des h2, #home #overflow #mine-planning #mine-execution-content .block .feature-des span.phrase-heading, #home #overflow #mine-planning #mine-execution-content .block img h2, #home #overflow #mine-planning #mine-execution-content .block img span.phrase-heading, #home #overflow #mine-planning #mine-execution-content .block .manage h2, #home #overflow #mine-planning #mine-execution-content .block .manage span.phrase-heading, #home #overflow #mine-planning #mine-execution-content .block .visualize h2, #home #overflow #mine-planning #mine-execution-content .block .visualize span.phrase-heading, #home #overflow #mine-planning #mine-execution-content .block .process h2, #home #overflow #mine-planning #mine-execution-content .block .process span.phrase-heading, #home #overflow #mine-execution #features-top .block .feature-des h2, #home #overflow #mine-execution #features-top .block .feature-des span.phrase-heading, #home #overflow #mine-execution #features-top .block img h2, #home #overflow #mine-execution #features-top .block img span.phrase-heading, #home #overflow #mine-execution #features-top .block .manage h2, #home #overflow #mine-execution #features-top .block .manage span.phrase-heading, #home #overflow #mine-execution #features-top .block .visualize h2, #home #overflow #mine-execution #features-top .block .visualize span.phrase-heading, #home #overflow #mine-execution #features-top .block .process h2, #home #overflow #mine-execution #features-top .block .process span.phrase-heading, #home #overflow #mine-execution #features-top-collect .block .feature-des h2, #home #overflow #mine-execution #features-top-collect .block .feature-des span.phrase-heading, #home #overflow #mine-execution #features-top-collect .block img h2, #home #overflow #mine-execution #features-top-collect .block img span.phrase-heading, #home #overflow #mine-execution #features-top-collect .block .manage h2, #home #overflow #mine-execution #features-top-collect .block .manage span.phrase-heading, #home #overflow #mine-execution #features-top-collect .block .visualize h2, #home #overflow #mine-execution #features-top-collect .block .visualize span.phrase-heading, #home #overflow #mine-execution #features-top-collect .block .process h2, #home #overflow #mine-execution #features-top-collect .block .process span.phrase-heading, #home #overflow #mine-execution #features-top-1 .block .feature-des h2, #home #overflow #mine-execution #features-top-1 .block .feature-des span.phrase-heading, #home #overflow #mine-execution #features-top-1 .block img h2, #home #overflow #mine-execution #features-top-1 .block img span.phrase-heading, #home #overflow #mine-execution #features-top-1 .block .manage h2, #home #overflow #mine-execution #features-top-1 .block .manage span.phrase-heading, #home #overflow #mine-execution #features-top-1 .block .visualize h2, #home #overflow #mine-execution #features-top-1 .block .visualize span.phrase-heading, #home #overflow #mine-execution #features-top-1 .block .process h2, #home #overflow #mine-execution #features-top-1 .block .process span.phrase-heading, #home #overflow #mine-execution #features-top-2 .block .feature-des h2, #home #overflow #mine-execution #features-top-2 .block .feature-des span.phrase-heading, #home #overflow #mine-execution #features-top-2 .block img h2, #home #overflow #mine-execution #features-top-2 .block img span.phrase-heading, #home #overflow #mine-execution #features-top-2 .block .manage h2, #home #overflow #mine-execution #features-top-2 .block .manage span.phrase-heading, #home #overflow #mine-execution #features-top-2 .block .visualize h2, #home #overflow #mine-execution #features-top-2 .block .visualize span.phrase-heading, #home #overflow #mine-execution #features-top-2 .block .process h2, #home #overflow #mine-execution #features-top-2 .block .process span.phrase-heading, #home #overflow #mine-execution #data-pipelines-content .block .feature-des h2, #home #overflow #mine-execution #data-pipelines-content .block .feature-des span.phrase-heading, #home #overflow #mine-execution #data-pipelines-content .block img h2, #home #overflow #mine-execution #data-pipelines-content .block img span.phrase-heading, #home #overflow #mine-execution #data-pipelines-content .block .manage h2, #home #overflow #mine-execution #data-pipelines-content .block .manage span.phrase-heading, #home #overflow #mine-execution #data-pipelines-content .block .visualize h2, #home #overflow #mine-execution #data-pipelines-content .block .visualize span.phrase-heading, #home #overflow #mine-execution #data-pipelines-content .block .process h2, #home #overflow #mine-execution #data-pipelines-content .block .process span.phrase-heading, #home #overflow #mine-execution #mine-planning-content .block .feature-des h2, #home #overflow #mine-execution #mine-planning-content .block .feature-des span.phrase-heading, #home #overflow #mine-execution #mine-planning-content .block img h2, #home #overflow #mine-execution #mine-planning-content .block img span.phrase-heading, #home #overflow #mine-execution #mine-planning-content .block .manage h2, #home #overflow #mine-execution #mine-planning-content .block .manage span.phrase-heading, #home #overflow #mine-execution #mine-planning-content .block .visualize h2, #home #overflow #mine-execution #mine-planning-content .block .visualize span.phrase-heading, #home #overflow #mine-execution #mine-planning-content .block .process h2, #home #overflow #mine-execution #mine-planning-content .block .process span.phrase-heading, #home #overflow #mine-execution #mine-execution-content .block .feature-des h2, #home #overflow #mine-execution #mine-execution-content .block .feature-des span.phrase-heading, #home #overflow #mine-execution #mine-execution-content .block img h2, #home #overflow #mine-execution #mine-execution-content .block img span.phrase-heading, #home #overflow #mine-execution #mine-execution-content .block .manage h2, #home #overflow #mine-execution #mine-execution-content .block .manage span.phrase-heading, #home #overflow #mine-execution #mine-execution-content .block .visualize h2, #home #overflow #mine-execution #mine-execution-content .block .visualize span.phrase-heading, #home #overflow #mine-execution #mine-execution-content .block .process h2, #home #overflow #mine-execution #mine-execution-content .block .process span.phrase-heading {
        margin: unset; }
    #home #overflow #manage #features-top .block .preview, #home #overflow #manage #features-top .block .manage, #home #overflow #manage #features-top .block .visualize, #home #overflow #manage #features-top .block .process, #home #overflow #manage #features-top-collect .block .preview, #home #overflow #manage #features-top-collect .block .manage, #home #overflow #manage #features-top-collect .block .visualize, #home #overflow #manage #features-top-collect .block .process, #home #overflow #manage #features-top-1 .block .preview, #home #overflow #manage #features-top-1 .block .manage, #home #overflow #manage #features-top-1 .block .visualize, #home #overflow #manage #features-top-1 .block .process, #home #overflow #manage #features-top-2 .block .preview, #home #overflow #manage #features-top-2 .block .manage, #home #overflow #manage #features-top-2 .block .visualize, #home #overflow #manage #features-top-2 .block .process, #home #overflow #manage #data-pipelines-content .block .preview, #home #overflow #manage #data-pipelines-content .block .manage, #home #overflow #manage #data-pipelines-content .block .visualize, #home #overflow #manage #data-pipelines-content .block .process, #home #overflow #manage #mine-planning-content .block .preview, #home #overflow #manage #mine-planning-content .block .manage, #home #overflow #manage #mine-planning-content .block .visualize, #home #overflow #manage #mine-planning-content .block .process, #home #overflow #manage #mine-execution-content .block .preview, #home #overflow #manage #mine-execution-content .block .manage, #home #overflow #manage #mine-execution-content .block .visualize, #home #overflow #manage #mine-execution-content .block .process, #home #overflow #collect #features-top .block .preview, #home #overflow #collect #features-top .block .manage, #home #overflow #collect #features-top .block .visualize, #home #overflow #collect #features-top .block .process, #home #overflow #collect #features-top-collect .block .preview, #home #overflow #collect #features-top-collect .block .manage, #home #overflow #collect #features-top-collect .block .visualize, #home #overflow #collect #features-top-collect .block .process, #home #overflow #collect #features-top-1 .block .preview, #home #overflow #collect #features-top-1 .block .manage, #home #overflow #collect #features-top-1 .block .visualize, #home #overflow #collect #features-top-1 .block .process, #home #overflow #collect #features-top-2 .block .preview, #home #overflow #collect #features-top-2 .block .manage, #home #overflow #collect #features-top-2 .block .visualize, #home #overflow #collect #features-top-2 .block .process, #home #overflow #collect #data-pipelines-content .block .preview, #home #overflow #collect #data-pipelines-content .block .manage, #home #overflow #collect #data-pipelines-content .block .visualize, #home #overflow #collect #data-pipelines-content .block .process, #home #overflow #collect #mine-planning-content .block .preview, #home #overflow #collect #mine-planning-content .block .manage, #home #overflow #collect #mine-planning-content .block .visualize, #home #overflow #collect #mine-planning-content .block .process, #home #overflow #collect #mine-execution-content .block .preview, #home #overflow #collect #mine-execution-content .block .manage, #home #overflow #collect #mine-execution-content .block .visualize, #home #overflow #collect #mine-execution-content .block .process, #home #overflow #scada #features-top .block .preview, #home #overflow #scada #features-top .block .manage, #home #overflow #scada #features-top .block .visualize, #home #overflow #scada #features-top .block .process, #home #overflow #scada #features-top-collect .block .preview, #home #overflow #scada #features-top-collect .block .manage, #home #overflow #scada #features-top-collect .block .visualize, #home #overflow #scada #features-top-collect .block .process, #home #overflow #scada #features-top-1 .block .preview, #home #overflow #scada #features-top-1 .block .manage, #home #overflow #scada #features-top-1 .block .visualize, #home #overflow #scada #features-top-1 .block .process, #home #overflow #scada #features-top-2 .block .preview, #home #overflow #scada #features-top-2 .block .manage, #home #overflow #scada #features-top-2 .block .visualize, #home #overflow #scada #features-top-2 .block .process, #home #overflow #scada #data-pipelines-content .block .preview, #home #overflow #scada #data-pipelines-content .block .manage, #home #overflow #scada #data-pipelines-content .block .visualize, #home #overflow #scada #data-pipelines-content .block .process, #home #overflow #scada #mine-planning-content .block .preview, #home #overflow #scada #mine-planning-content .block .manage, #home #overflow #scada #mine-planning-content .block .visualize, #home #overflow #scada #mine-planning-content .block .process, #home #overflow #scada #mine-execution-content .block .preview, #home #overflow #scada #mine-execution-content .block .manage, #home #overflow #scada #mine-execution-content .block .visualize, #home #overflow #scada #mine-execution-content .block .process, #home #overflow #react #features-top .block .preview, #home #overflow #react #features-top .block .manage, #home #overflow #react #features-top .block .visualize, #home #overflow #react #features-top .block .process, #home #overflow #react #features-top-collect .block .preview, #home #overflow #react #features-top-collect .block .manage, #home #overflow #react #features-top-collect .block .visualize, #home #overflow #react #features-top-collect .block .process, #home #overflow #react #features-top-1 .block .preview, #home #overflow #react #features-top-1 .block .manage, #home #overflow #react #features-top-1 .block .visualize, #home #overflow #react #features-top-1 .block .process, #home #overflow #react #features-top-2 .block .preview, #home #overflow #react #features-top-2 .block .manage, #home #overflow #react #features-top-2 .block .visualize, #home #overflow #react #features-top-2 .block .process, #home #overflow #react #data-pipelines-content .block .preview, #home #overflow #react #data-pipelines-content .block .manage, #home #overflow #react #data-pipelines-content .block .visualize, #home #overflow #react #data-pipelines-content .block .process, #home #overflow #react #mine-planning-content .block .preview, #home #overflow #react #mine-planning-content .block .manage, #home #overflow #react #mine-planning-content .block .visualize, #home #overflow #react #mine-planning-content .block .process, #home #overflow #react #mine-execution-content .block .preview, #home #overflow #react #mine-execution-content .block .manage, #home #overflow #react #mine-execution-content .block .visualize, #home #overflow #react #mine-execution-content .block .process, #home #overflow #data-pipelines #features-top .block .preview, #home #overflow #data-pipelines #features-top .block .manage, #home #overflow #data-pipelines #features-top .block .visualize, #home #overflow #data-pipelines #features-top .block .process, #home #overflow #data-pipelines #features-top-collect .block .preview, #home #overflow #data-pipelines #features-top-collect .block .manage, #home #overflow #data-pipelines #features-top-collect .block .visualize, #home #overflow #data-pipelines #features-top-collect .block .process, #home #overflow #data-pipelines #features-top-1 .block .preview, #home #overflow #data-pipelines #features-top-1 .block .manage, #home #overflow #data-pipelines #features-top-1 .block .visualize, #home #overflow #data-pipelines #features-top-1 .block .process, #home #overflow #data-pipelines #features-top-2 .block .preview, #home #overflow #data-pipelines #features-top-2 .block .manage, #home #overflow #data-pipelines #features-top-2 .block .visualize, #home #overflow #data-pipelines #features-top-2 .block .process, #home #overflow #data-pipelines #data-pipelines-content .block .preview, #home #overflow #data-pipelines #data-pipelines-content .block .manage, #home #overflow #data-pipelines #data-pipelines-content .block .visualize, #home #overflow #data-pipelines #data-pipelines-content .block .process, #home #overflow #data-pipelines #mine-planning-content .block .preview, #home #overflow #data-pipelines #mine-planning-content .block .manage, #home #overflow #data-pipelines #mine-planning-content .block .visualize, #home #overflow #data-pipelines #mine-planning-content .block .process, #home #overflow #data-pipelines #mine-execution-content .block .preview, #home #overflow #data-pipelines #mine-execution-content .block .manage, #home #overflow #data-pipelines #mine-execution-content .block .visualize, #home #overflow #data-pipelines #mine-execution-content .block .process, #home #overflow #mine-planning #features-top .block .preview, #home #overflow #mine-planning #features-top .block .manage, #home #overflow #mine-planning #features-top .block .visualize, #home #overflow #mine-planning #features-top .block .process, #home #overflow #mine-planning #features-top-collect .block .preview, #home #overflow #mine-planning #features-top-collect .block .manage, #home #overflow #mine-planning #features-top-collect .block .visualize, #home #overflow #mine-planning #features-top-collect .block .process, #home #overflow #mine-planning #features-top-1 .block .preview, #home #overflow #mine-planning #features-top-1 .block .manage, #home #overflow #mine-planning #features-top-1 .block .visualize, #home #overflow #mine-planning #features-top-1 .block .process, #home #overflow #mine-planning #features-top-2 .block .preview, #home #overflow #mine-planning #features-top-2 .block .manage, #home #overflow #mine-planning #features-top-2 .block .visualize, #home #overflow #mine-planning #features-top-2 .block .process, #home #overflow #mine-planning #data-pipelines-content .block .preview, #home #overflow #mine-planning #data-pipelines-content .block .manage, #home #overflow #mine-planning #data-pipelines-content .block .visualize, #home #overflow #mine-planning #data-pipelines-content .block .process, #home #overflow #mine-planning #mine-planning-content .block .preview, #home #overflow #mine-planning #mine-planning-content .block .manage, #home #overflow #mine-planning #mine-planning-content .block .visualize, #home #overflow #mine-planning #mine-planning-content .block .process, #home #overflow #mine-planning #mine-execution-content .block .preview, #home #overflow #mine-planning #mine-execution-content .block .manage, #home #overflow #mine-planning #mine-execution-content .block .visualize, #home #overflow #mine-planning #mine-execution-content .block .process, #home #overflow #mine-execution #features-top .block .preview, #home #overflow #mine-execution #features-top .block .manage, #home #overflow #mine-execution #features-top .block .visualize, #home #overflow #mine-execution #features-top .block .process, #home #overflow #mine-execution #features-top-collect .block .preview, #home #overflow #mine-execution #features-top-collect .block .manage, #home #overflow #mine-execution #features-top-collect .block .visualize, #home #overflow #mine-execution #features-top-collect .block .process, #home #overflow #mine-execution #features-top-1 .block .preview, #home #overflow #mine-execution #features-top-1 .block .manage, #home #overflow #mine-execution #features-top-1 .block .visualize, #home #overflow #mine-execution #features-top-1 .block .process, #home #overflow #mine-execution #features-top-2 .block .preview, #home #overflow #mine-execution #features-top-2 .block .manage, #home #overflow #mine-execution #features-top-2 .block .visualize, #home #overflow #mine-execution #features-top-2 .block .process, #home #overflow #mine-execution #data-pipelines-content .block .preview, #home #overflow #mine-execution #data-pipelines-content .block .manage, #home #overflow #mine-execution #data-pipelines-content .block .visualize, #home #overflow #mine-execution #data-pipelines-content .block .process, #home #overflow #mine-execution #mine-planning-content .block .preview, #home #overflow #mine-execution #mine-planning-content .block .manage, #home #overflow #mine-execution #mine-planning-content .block .visualize, #home #overflow #mine-execution #mine-planning-content .block .process, #home #overflow #mine-execution #mine-execution-content .block .preview, #home #overflow #mine-execution #mine-execution-content .block .manage, #home #overflow #mine-execution #mine-execution-content .block .visualize, #home #overflow #mine-execution #mine-execution-content .block .process {
      margin-top: unset; }
  #home #overflow #products .product-list, #home #overflow #products .product-ecosystem-list, #home #overflow #product-ecosystem .product-list, #home #overflow #product-ecosystem .product-ecosystem-list {
    margin: 0 60px; }
  #home #overflow #rule-engine .rule {
    flex-direction: row; }
    #home #overflow #rule-engine .rule a {
      order: unset;
      width: calc(65% - 20px); }
    #home #overflow #rule-engine .rule .des {
      order: unset;
      width: calc(35% - 60px);
      margin: unset; }
  #home #overflow #dashboard_description .owl-carousel.owl-theme.usecase-carousel {
    width: 90%; }
  #home #overflow #dashboard_description .dashboard-item {
    flex-direction: unset; }
  #home #overflow #dashboard_description .item-image-container {
    width: 66%; }
  #home #overflow #dashboard_description .item-description {
    width: 30%; } }
@media screen and (min-width: 1250px) {
  #home #hero #hero-content .tb-title {
    margin-bottom: 40px;
    font-size: 64px; }
  #home #hero #hero-content .tb-sub-title {
    font-size: 28px;
    margin-bottom: 80px; }
  #home #hero #hero-content .learn-tb {
    line-height: 60px;
    font-size: 28px;
    padding: 0 40px;
    border-width: 3px; } }
@media screen and (min-width: 1500px) {
  #home #overflow #dashboard_description .owl-carousel.owl-theme.usecase-carousel {
    width: 100%; } }
@media (max-width: 768px) {
  .read-more-button .arrow {
    display: none; } }
